/* GENERATED from sdk/themes/THEME-TABLE.csv by sdk/themes/build.mjs. Edit the table,
   not this file. Theme "omxus-dark", dark values from the "dark" column. */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600&family=JetBrains+Mono:wght@400&display=swap");
:root {
  --omxus-scheme: dark;   /* Native controls (checkbox, scrollbars) */
  --omxus-button: #008C8C;   /* Round button face */
  --omxus-button-hover: #007979;   /* Round button on hover */
  --omxus-button-active: #006666;   /* Round button pressed */
  --omxus-button-label: #ffffff;   /* Round button label */
  --omxus-trim-1: #f5e4b3;   /* Trim gradient: light edge (0%) */
  --omxus-trim-2: #d4af37;   /* Trim gradient: body (45%) */
  --omxus-trim-3: #a87d15;   /* Trim gradient: deep (80%) */
  --omxus-trim-4: #f7e9be;   /* Trim gradient: highlight (100%) */
  --omxus-trim-edge: #b8860b;   /* Hairline around the trim */
  --omxus-glow: rgba(212, 175, 55, 0.45);   /* Glow around the button on hover */
  --omxus-gloss: #ffffff;   /* Gloss highlight on the face */
  --omxus-ripple: #ffffff;   /* Ripple from the click */
  --omxus-shadow: #000000;   /* Drop shadow under the button and card */
  --omxus-page: #0a0a0a;   /* Page behind the card */
  --omxus-card: #0e0e0e;   /* Card */
  --omxus-card-glass: rgba(20, 20, 20, 0.4);   /* Card glass (what is painted; the Card row is its solid equal for contrast) */
  --omxus-card-edge: rgba(255, 255, 255, 0.05);   /* Card edge */
  --omxus-card-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.8);   /* Card shadow */
  --omxus-text: #ececec;   /* Text */
  --omxus-muted: #8a8a8a;   /* Muted text (subtitles, hints, footer) */
  --omxus-outline: #636363;   /* Field outline */
  --omxus-line: #262626;   /* Hairlines (list dividers, chip border) */
  --omxus-accent: #008C8C;   /* Accent (focused field, text buttons, links, checkbox) */
  --omxus-error: #f2b8b5;   /* Error text and outline */
  --omxus-chip: #0e0e0e;   /* Identifier chip background */
  --omxus-font: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;   /* Body font */
  --omxus-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;   /* Key under the button (monospace) */
  --omxus-button-font: 'Inter', system-ui, sans-serif;   /* Button label font */
  --omxus-button-weight: 500;   /* Button label weight */
  --omxus-button-size: 14px;   /* Button label size */
  /* --omxus-font-url: loaded by the @import above.   Google Fonts stylesheet (none = no web font) */
  --omxus-trim: linear-gradient(135deg, var(--omxus-trim-1) 0%, var(--omxus-trim-2) 45%, var(--omxus-trim-3) 80%, var(--omxus-trim-4) 100%);
}
