:root {
  --color-bg:      #0d1117;
  --color-surface: #161b22;
  --color-border:  #30363d;
  --color-text:    #e6edf3;
  --color-muted:   #8b949e;
  --color-amber:   #f59e0b;
  --color-teal:    #00d4aa;
  --color-danger:  #f85149;
  --color-success: #3fb950;
  --font-display:  "Barlow Condensed", sans-serif;
  --font-body:     "Inter", sans-serif;
  --font-mono:     "Geist Mono", monospace;
  --radius:        4px;
  --radius-sm:     2px;
  --max-width:     1200px;
  --nav-width:     220px;
}
[hidden] { display: none !important; }
