/* Imperio Solvyr — design tokens */
:root {
  --bg-main: #030712;
  --bg-card: #0b1120;
  --bg-elevated: #111827;
  --border-main: #facc15;
  --border-subtle: rgba(148, 163, 184, 0.35);
  --text-main: #f9fafb;
  --text-muted: #9ca3af;
  --text-soft: #6b7280;
  --accent: #facc15;
  --accent-soft: rgba(250, 204, 21, 0.12);
  --accent-glow: rgba(250, 204, 21, 0.35);
  --info: #38bdf8;
  --danger: #ef4444;
  --danger-soft: rgba(248, 113, 113, 0.12);
  --success: #22c55e;
  --discord: #5865f2;
  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 18px;
  --radius-pill: 999px;
  --shadow-card: 0 16px 40px rgba(0, 0, 0, 0.55);
  --shadow-hover: 0 20px 48px rgba(0, 0, 0, 0.65);
  --header-h: 64px;
  --font-sans: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --transition-fast: 0.15s ease;
  --transition-med: 0.22s ease;
}
