/**
 * Rekaptr Medal Clip Studio - Clean, Non-Glow Tokens
 * Professional, handcrafted dark desktop theme with zero artificial neon glows
 */

:root {
  /* Surfaces */
  --bg-app: #0b0c10;
  --bg-sidebar: #0f1016;
  --bg-panel: #14151e;
  --bg-modal: #14151e;
  --bg-surface: #181a26;
  --bg-surface-raised: #1f2130;
  --bg-surface-hover: #272a3d;
  --bg-canvas: #06070a;
  --bg-floating: #181a26;

  /* Clean, Sharp 1px Borders */
  --border-subtle: #1e202e;
  --border-default: #26293a;
  --border-card: #2e3146;
  --border-hover: #3e425e;
  --border-active: #7c3aed;

  /* Primary Accent: Solid Clean Iris */
  --accent-iris: #7c3aed;
  --accent-iris-hover: #8b5cf6;
  --accent-iris-dim: rgba(124, 58, 237, 0.14);

  /* Status & Audio Channel Colors (Solid, Crisp) */
  --color-game: #0284c7;
  --color-game-dim: rgba(2, 132, 199, 0.14);
  --color-discord: #5865f2;
  --color-discord-dim: rgba(88, 101, 242, 0.14);
  --color-mic: #059669;
  --color-mic-dim: rgba(5, 150, 105, 0.14);
  --color-alert: #e11d48;
  --color-gold: #d97706;

  /* Text & Typography */
  --text-primary: #f8fafc;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --text-faint: #475569;

  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-mono: 'JetBrains Mono', Consolas, monospace;

  /* Radii */
  --radius-xs: 4px;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 12px;
  --radius-pill: 9999px;

  /* Natural Crisp Elevation (No Colored Neon Glows) */
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.25);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.35);
  --shadow-card: 0 8px 24px rgba(0, 0, 0, 0.45);

  /* Layering Z-Indices */
  --z-base: 1;
  --z-header: 50;
  --z-sticky: 100;
  --z-popover: 500;
  --z-modal-backdrop: 999;
  --z-modal: 1000;
  --z-tooltip: 1100;

  /* Transitions */
  --transition-fast: 120ms ease;
}
