/* My IDE brand tokens — canonical for all product HTML.
   Contract: docs/visual-identity.md
   Swift: Packages/IDEKit IDETheme + AccentColor
   Do not introduce a second palette (no Tailwind blue). */
:root {
  --bg: #121419;
  --bg-alt: #171a1f;
  --panel: #1a1c21;
  --sidebar: #17191f;
  --border: #2e333d;
  --ink: #e6e8ed;
  --ink-soft: #c4c8d0;
  --muted: #8c949e;
  --accent: #40b88c;
  --accent-muted: #2d7361;
  --accent-ink: #0a1210;
  --accent-soft: rgba(64, 184, 140, 0.14);
  --accent-glow: rgba(64, 184, 140, 0.28);
  --danger: #e65959;
  --warning: #ebad47;
  --tab: #24262e;
  --card: #1a1c21;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --radius: 14px;
  --font-ui: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display",
    "Segoe UI", system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --wrap: 1120px;
}
