:root {
    --bg-body: #0a0a0a;
    --bg-surface: #111111;
    --bg-card: #161616;
    --bg-card-hover: #1c1c1c;
    --bg-glass: rgba(255, 255, 255, 0.03);
    --bg-glass-hover: rgba(255, 255, 255, 0.06);

    --text-primary: #f5f5f5;
    --text-secondary: #999;
    --text-muted: #555;
    --text-inverse: #0a0a0a;

    --red: #e10600;
    --red-glow: rgba(225, 6, 0, 0.25);
    --green: #00e676;
    --green-dim: #00c853;
    --cyan: #18ffff;
    --yellow: #ffd600;
    --silver: #b0b0b0;
    --bronze: #cd7f32;
    --white: #ffffff;

    --border: rgba(255, 255, 255, 0.06);
    --border-strong: rgba(255, 255, 255, 0.12);

    --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
    --font-mono: 'JetBrains Mono', 'SF Mono', monospace;

    --radius-sm: 6px;
    --radius: 10px;
    --radius-lg: 16px;
    --radius-xl: 20px;

    --ease: cubic-bezier(0.4, 0, 0.2, 1);
    --duration: 0.2s;

    --topbar-h: 56px;
}
