/* generated by build-tokens.mjs — theme dawn, prefix --tc-. Edit tokens.json, not this file. */
:root {
  --tc-font-sans: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  --tc-font-mono: "IBM Plex Mono", "SF Mono", Consolas, monospace;
  --tc-font-size-xs: 0.75rem;
  --tc-font-size-sm: 0.875rem;
  --tc-font-size-base: 1rem;
  --tc-font-size-lg: 1.125rem;
  --tc-font-size-xl: 1.25rem;
  --tc-font-size-2xl: 1.5rem;
  --tc-font-size-3xl: 2rem;
  --tc-font-weight-regular: 400;
  --tc-font-weight-medium: 500;
  --tc-font-weight-semibold: 600;
  --tc-font-line-height: 1.43;
  --tc-spacing-01: 2px;
  --tc-spacing-02: 4px;
  --tc-spacing-03: 8px;
  --tc-spacing-04: 12px;
  --tc-spacing-05: 16px;
  --tc-spacing-06: 24px;
  --tc-spacing-07: 32px;
  --tc-spacing-08: 40px;
  --tc-spacing-09: 48px;
  --tc-radius-sm: 2px;
  --tc-radius-md: 4px;
  --tc-radius-lg: 8px;
  --tc-radius-pill: 999px;
  --tc-size-target: 44px;
  --tc-size-row-compact: 32px;
  --tc-size-row-default: 44px;
  --tc-size-row-relaxed: 56px;
  --tc-size-breakpoint-phone: 480px;
  --tc-size-breakpoint-rail: 768px;
  --tc-shadow-sm: 2px 3px 6px rgba(34,48,64,0.06);
  --tc-shadow-md: 3px 5px 14px rgba(34,48,64,0.09);
  --tc-shadow-lg: 4px 8px 24px rgba(34,48,64,0.12);
  --tc-bg-page: #eae6e2;
  --tc-bg-surface: #f7f4f1;
  --tc-bg-elevated: #ffffff;
  --tc-bg-hover: #e8e2dc;
  --tc-bg-selected: #ddd6ce;
  --tc-bg-header: #223040;
  --tc-text-primary: #3a4858;
  --tc-text-secondary: #5a6878;
  --tc-text-placeholder: #6b869e;
  --tc-text-on-dark: #f7f4f1;
  --tc-text-inverse: #ffffff;
  --tc-border-subtle: #c8d5e0;
  --tc-border-strong: #8fa4b8;
  --tc-border-provenance: #8fa4b8;
  --tc-interactive: #B3202A;
  --tc-interactive-hover: #8e1a22;
  --tc-interactive-active: #6e1419;
  --tc-support-error: #c81f1f;
  --tc-support-warning: #d06030;
  --tc-support-success: #2a5a28;
  --tc-support-info: #5a8ab0;
  --tc-accent-gold: #d4a060;
  --tc-accent-rose: #c07868;
}
[data-theme="instrument"] {
  --tc-bg-page: #14171d;
  --tc-bg-surface: #1d2129;
  --tc-bg-elevated: #262b35;
  --tc-bg-hover: #22262f;
  --tc-bg-selected: #363c48;
  --tc-bg-header: #1d2129;
  --tc-text-primary: #e6e9ef;
  --tc-text-secondary: #8b93a3;
  --tc-text-placeholder: #8b93a3;
  --tc-text-on-dark: #e6e9ef;
  --tc-text-inverse: #14171d;
  --tc-border-subtle: #262b35;
  --tc-border-strong: #363c48;
  --tc-border-provenance: #8b93a3;
  --tc-interactive: #e3a640;
  --tc-interactive-hover: #f0bd63;
  --tc-interactive-active: #c98f2f;
  --tc-support-error: #e5534b;
  --tc-support-warning: #e3a640;
  --tc-support-success: #4cc38a;
  --tc-support-info: #3ec2bd;
  --tc-accent-gold: #e3a640;
  --tc-accent-rose: #3ec2bd;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; font-family: var(--tc-font-sans); font-size: var(--tc-font-size-sm); line-height: var(--tc-font-line-height); background: var(--tc-bg-page); color: var(--tc-text-primary); -webkit-font-smoothing: antialiased; }
:focus-visible { outline: 2px solid var(--tc-interactive); outline-offset: 2px; }
