:root {
  /* Base palette */
  --bg: #0a0a0f;
  --bg-elevated: #12121a;
  --surface: rgba(255, 255, 255, 0.055);
  --surface-hover: rgba(255, 255, 255, 0.1);
  --surface-active: rgba(255, 255, 255, 0.14);
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.14);

  /* Text */
  --text-primary: #ffffff;
  --text-secondary: rgba(255, 255, 255, 0.65);
  --text-muted: rgba(255, 255, 255, 0.45);
  --text-disabled: rgba(255, 255, 255, 0.3);

  /* Accent gradient */
  --accent-start: #ec4899;
  --accent-end: #8b5cf6;
  --accent-start-rgb: 236, 72, 153;
  --accent-end-rgb: 139, 92, 246;

  /* Status */
  --status-playing: #34d399;
  --status-paused: #fbbf24;
  --status-loading: #60a5fa;
  --status-error: #ef4444;

  /* Spacing */
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-full: 9999px;

  /* Typography */
  --font-sans: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-display: 'Plus Jakarta Sans', 'Inter', sans-serif;
  --font-mono: 'SF Mono', 'Fira Code', monospace;

  /* Shadows */
  --shadow-card: 0 20px 50px rgba(0, 0, 0, 0.35);
  --shadow-glow: 0 0 40px rgba(236, 72, 153, 0.25);

  /* Layout */
  --sidebar-width: 260px;
  --now-playing-width: 340px;
  --player-bar-height: 100px;
  --mobile-bottom-nav: 72px;
  --mobile-mini-player: 64px;
}
