/* ===================================================================
   ATELIER WORKSPACE - DESIGN SYSTEM TOKENS
   Archetype: Precision Desk x Clean Editorial
   Surface Mode: Operate
   Palette: Base #181b19 | Accent #d97736
   =================================================================== */

:root {
  /* Surface & Base Colors (Studio Ghibli Earth & Forest Tones) */
  --bg-base: #181b19;
  --bg-surface: #1e2420;
  --bg-surface-elevated: #242c26;
  --bg-surface-active: #2b352e;

  /* Card and Panel Backgrounds */
  --card-bg: #1e2420;
  --card-hover-bg: #232a24;
  --card-border: #2d362e;
  --card-border-hover: #404c41;

  /* Typography Colors (Aged Parchment Paper) */
  --text-primary: #e6e2d6;
  --text-secondary: #9ea79f;
  --text-muted: #6e776f;
  --text-inverse: #181b19;

  /* Studio Ghibli Lantern Accent (Warm Terracotta) */
  --accent-primary: #d97736;
  --accent-hover: #eb8845;
  --accent-active: #c56526;
  --accent-subtle: rgba(217, 119, 54, 0.15);
  --accent-border: rgba(217, 119, 54, 0.35);

  /* Functional Status Colors */
  --status-live-bg: rgba(72, 138, 92, 0.18);
  --status-live-text: #7bc592;
  --status-live-border: rgba(72, 138, 92, 0.4);

  --status-local-bg: rgba(217, 169, 54, 0.16);
  --status-local-text: #e5b958;
  --status-local-border: rgba(217, 169, 54, 0.35);

  --status-wip-bg: rgba(180, 110, 80, 0.18);
  --status-wip-text: #e28e6c;
  --status-wip-border: rgba(180, 110, 80, 0.35);

  /* Typography Scale */
  --font-serif: 'Newsreader', 'Lora', 'Playfair Display', Georgia, serif;
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-mono: 'JetBrains Mono', 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;

  /* Spacing Scale */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;

  /* Borders & Radius */
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 10px;
  --border-width: 1px;

  /* Transitions & Micro-Interactions */
  --ease-snappy: cubic-bezier(0.16, 1, 0.3, 1);
  --duration-fast: 150ms;
  --duration-normal: 240ms;

  /* Shadows (Subtle tactile physical elevation, zero neon blur) */
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.35);
  --shadow-md: 0 4px 14px rgba(0, 0, 0, 0.45);
  --shadow-drawer: -6px 0 24px rgba(0, 0, 0, 0.55);
}
