@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&family=IBM+Plex+Mono:wght@400;500;700&display=swap';
:root, :root[data-theme=terminal-light] {
  color-scheme: light;
  /* Surfaces — clear light gray paper */
  --paper: #E8E8E8;
  --paper-raised: #F5F5F5;
  --paper-sunk: #D8D8D8;
  --paper-glass: rgba(232, 232, 232, 0.85);
  /* Ink — near-black mono */
  --ink: #1A1A1A;
  --ink-soft: #404040;
  --ink-faint: #666;
  --graphite: #0A0A0A;
  --muted: #7C7C7C;
  /* Hairlines — medium gray */
  --guide: #B8B8B8;
  --guide-soft: #C8C8C8;
  --hair: #C0C0C0;
  --hair-soft: #D8D8D8;
  /* Primary accent — VS Code keyword blue */
  --ai: #0451A5;
  --ai-ink: #023268;
  --ai-wash: rgba(4, 81, 165, 0.10);
  /* Seal — error red */
  --shu: #B91C1C;
  --shu-wash: rgba(185, 28, 28, 0.10);
  /* Accent — warning amber */
  --ochre: #B45309;
  --ochre-wash: rgba(180, 83, 9, 0.10);
  /* Code surface */
  --code-bg: #DDD;
  --code-ink: #1A1A1A;
  --code-muted: #5B5B5B;
  --code-accent: #934407;
  --code-green: #006A28;
  --code-blue: #0451A5;
  /* Typography — mono everywhere */
  --font-mono: 'JetBrains Mono', 'IBM Plex Mono', 'Fira Code', ui-monospace, Consolas, Menlo, 'Courier New', monospace;
  --font-sans: var(--font-mono);
  --font-serif: var(--font-mono);
  --font-display: var(--font-mono);
  --font-script: var(--font-mono);
  /* Radius — terminals are square */
  --r-sm: 0;
  --r-md: 0;
  --r-lg: 0;
  /* Shadows — hairline rings */
  --shadow-sm: 0 0 0 1px rgba(26, 26, 26, 0.08);
  --shadow-md: 0 0 0 1px rgba(26, 26, 26, 0.10), 0 1px 2px rgba(26, 26, 26, 0.06);
  --shadow-lg: 0 0 0 1px rgba(26, 26, 26, 0.12), 0 2px 4px rgba(26, 26, 26, 0.08);
  --shadow-xl: 0 0 0 1px rgba(26, 26, 26, 0.14), 0 4px 8px rgba(26, 26, 26, 0.10);
  --shadow-2xl: 0 0 0 1px rgba(26, 26, 26, 0.16), 0 8px 16px rgba(26, 26, 26, 0.12);
  /* Blur / glow — daylight, no emission */
  --blur-sm: none;
  --blur-md: none;
  --blur-lg: none;
  --glow-sm: 0 0 0 transparent;
  --glow-md: 0 0 0 transparent;
  --glow-lg: 0 0 0 transparent;
  /* Motion — instant */
  --duration-fast: 100ms;
  --duration-normal: 140ms;
  --duration-slow: 220ms;
  --ease: cubic-bezier(0.2, 0.0, 0.2, 1);
  /* Semantic aliases */
  --background-default: var(--paper);
  --background-subtle: var(--paper-sunk);
  --background-navbar: var(--paper-raised);
  --surface-default: var(--paper);
  --surface-raised: var(--paper-raised);
  --surface-sunk: var(--paper-sunk);
  --surface-muted: var(--paper-sunk);
  --surface-subtle: var(--paper-raised);
  --surface-emphasis: var(--ink);
  --surface-glass: var(--paper-glass);
  --text-primary: var(--ink);
  --text-secondary: var(--ink-soft);
  --text-muted: var(--ink-faint);
  --text-tertiary: var(--muted);
  --text-inverse: var(--paper);
  --text-link: var(--ai);
  --text-link-hover: var(--ai-ink);
  --border-default: var(--hair);
  --border-subtle: var(--hair-soft);
  --border-emphasis: var(--ink);
  --border-focus: var(--ai);
  --interactive-hover: rgba(26, 26, 26, 0.05);
  --interactive-active: rgba(26, 26, 26, 0.10);
  --brand-primary: var(--ai);
  --brand-primary-hover: var(--ai-ink);
  --action-primary-default: var(--ai);
  --action-primary-hover: var(--ai-ink);
  --action-primary-active: var(--ai-ink);
  --action-primary-wash: var(--ai-wash);
  --action-secondary-default: var(--shu);
  --action-secondary-hover: var(--shu);
  --action-secondary-active: var(--shu);
  --action-secondary-wash: var(--shu-wash);
  --action-tertiary-default: var(--ochre);
  --action-tertiary-hover: var(--ochre);
  --action-tertiary-active: var(--ochre);
  --action-tertiary-wash: var(--ochre-wash);
  --feedback-info: var(--ai);
  --feedback-success: #083;
  --feedback-warning: var(--ochre);
  --feedback-error: var(--shu);
  --info-default: var(--ai);
  --info-subtle: rgba(4, 81, 165, 0.10);
  --info-text: var(--ai-ink);
  --success-default: #083;
  --success-subtle: rgba(0, 136, 51, 0.10);
  --success-text: #062;
  --warning-default: var(--ochre);
  --warning-subtle: rgba(180, 83, 9, 0.10);
  --warning-text: #92400E;
  --error-default: var(--shu);
  --error-subtle: rgba(185, 28, 28, 0.10);
  --error-text: #7F1D1D;
  /* Library scales */
  /* Spacing rhythm — THE knob for how dense or airy this theme feels.
     The numbered scale is the source of truth: every component reads
     var(--space-N), and the t-shirt aliases (--space-md, --space-lg …)
     are emitted by the library as references to these, so they follow
     automatically. Change a value here and the whole page re-proportions.
     Halve them for a compact UI; raise 4/5/6 for an airy editorial feel. */
  --space-0: 0; /* flush            */
  --space-1: 0.5rem; /* tight inner gap  */
  --space-2: 0.75rem; /* control padding  */
  --space-3: 0.875rem; /* (no t-shirt)     */
  --space-4: 1rem; /* default rhythm   */
  --space-5: 1.5rem; /* section gap      */
  --space-6: 2rem; /* block gap        */
  --space-7: 3rem; /* major gap        */
  --space-8: 4rem; /* page section     */
  --space-9: 6rem; /* hero rhythm      */
  /* T-shirt aliases - var() references into this theme's numbered scale,
     so re-tuning a numbered step re-tunes its alias automatically. */
  --space-xs: var(--space-1);
  --space-sm: var(--space-2);
  --space-md: var(--space-4);
  --space-lg: var(--space-5);
  --space-xl: var(--space-6);
  --space-2xl: var(--space-7);
  --space-3xl: var(--space-8);
  --space-4xl: var(--space-9);
  --radius-sm: 0;
  --radius-md: 0;
  --radius-lg: 0;
  --radius-xl: 0;
  --radius-full: 0;
  --font-primary: var(--font-mono);
  --font-size-base: 15px;
  --line-height-normal: 1.5;
  --font-weight-medium: 500;
  --z-sticky: 1020;
  --z-dropdown: 1030;
  --z-backdrop: 1040;
  --z-modal: 1050;
  --z-popover: 1060;
  --z-tooltip: 1070;
}
