:root {
    /* Core neutrals */
    --c-black: #000;
    --c-white: #fff;
    --c-gray-333: #333;
    --c-gray-444: #444;
    --c-gray-555: #555;
    --c-gray-666: #666;
    --c-gray-777: #777;
    --c-gray-888: #888;
    --c-gray-999: #999;

    /* Surfaces */
    --c-bg-06060f: #06060f;
    --c-bg-0a0a0f: #0a0a0f;
    --c-bg-0a0a16: #0a0a16;
    --c-bg-0d0d1a: #0d0d1a;
    --c-bg-0e0e1c: #0e0e1c;
    --c-bg-101426: #101426;
    --c-bg-111118: #111118;
    --c-bg-111125: #111125;
    --c-bg-14142a: #14142a;
    --c-bg-1a1a24: #1a1a24;
    --c-bg-1a1a2e: #1a1a2e;
    --c-bg-1a1a3e: #1a1a3e;
    --c-bg-222: #222;
    --c-bg-22222e: #22222e;
    --c-bg-2a2a3a: #2a2a3a;
    --c-bg-2a2a3e: #2a2a3e;
    --c-bg-111128: #111128;
    --c-bg-1c0a0a: #1c0a0a;
    --c-bg-1c1508: #1c1508;
    --c-border-4d2020: #4d2020;
    --c-border-4d3a18: #4d3a18;

    /* Primary brand / accents */
    --c-accent-amber: #e8a826;
    --c-accent-amber-strong: #f0b830;
    --c-accent-amber-light: #f0c050;
    --c-accent-amber-deep: #c08820;
    --c-success: #34d399;
    --c-success-bright: #00d668;
    --c-success-deep: #00cc6a;
    --c-danger: #f87171;
    --c-danger-bright: #ff5252;
    --c-danger-strong: #ff4444;
    --c-warning-bright: #ffaa00;
    --c-info-blue: #4a9eff;
    --c-accent-rose: #e94560;
    --c-blue: #60a5fa;
    --c-purple: #a78bfa;
    --c-pink: #f472b6;
    --c-cyan: #06b6d4;
    --c-neon: #00ff88;
    --c-lime: #a3e635;
    --c-indigo-soft: #818cf8;
    --c-orange-ff8800: #ff8800;
    --c-sports-green: #00c853;
    --c-sports-blue: #2196f3;
    --c-yornbook-amber-deep: #b45309;

    /* Provider / brand colors */
    --c-brand-polymarket: #8247e5;
    --c-brand-kalshi: #00d4aa;
    --c-provider-anthropic: #d4a574;
    --c-provider-openai: #74b9ff;
    --c-provider-google: #55efc4;
    --c-provider-xai: #a29bfe;
    --c-provider-together: #fd79a8;
    --c-provider-ollama: #ffeaa7;
    --c-openai: #10a37f;
    --c-google: #4285f4;

    /* Legacy semantic text tones */
    --c-text-e8e8f0: #e8e8f0;
    --c-text-a0a0b8: #a0a0b8;
    --c-text-8888aa: #8888aa;
    --c-text-686884: #686884;
    --c-text-6a6a80: #6a6a80;
    --c-text-b5b7cc: #b5b7cc;
    --c-text-e0e0e0: #e0e0e0;
    --c-text-e0e0e8: #e0e0e8;
    --c-text-8b8b9e: #8b8b9e;
    --c-text-555577: #555577;
    --c-text-78788c: #78788c;

    /* Misc accents */
    --c-team-orange: #ff6600;
    --c-teal: #14b8a6;
    --c-bronze: #cd7f32;
    --c-silver: #c0c0c0;
    --c-tier-gold: #ffd700;
    --c-tier-diamond: #b9f2ff;
    --c-magenta: #d946ef;
    --c-material-purple: #9c27b0;
    --c-material-green: #4caf50;
    --c-material-cyan: #00bcd4;
    --c-indigo: #6366f1;

    /* Toast / console / utility */
    --c-console-red: #ff5f57;
    --c-console-amber: #ffbd2e;
    --c-console-green: #28c840;
    --c-toast-error-bg: #3a1a1a;
    --c-toast-error-text: #ff6b6b;
    --c-toast-error-border: #5a2020;
    --c-toast-info-bg: #1a2a3a;
    --c-toast-info-text: #88ccff;
    --c-toast-info-border: #204060;

    /* Stats page specific */
    --c-stats-red: #ff4466;
    --c-stats-red-dim: #cc3355;
    --c-stats-blue: #4488ff;
    --c-stats-cyan: #00ddff;

    /* Code syntax */
    --c-code-kw: #c792ea;
    --c-code-fn: #82aaff;
    --c-code-str: #c3e88d;

    /* Slate */
    --c-slate-334155: #334155;
    --c-slate-64748b: #64748b;
    --c-slate-94a3b8: #94a3b8;
    --c-border-c7c7d8: #c7c7d8;
    --c-contact-accent: #444466;

    /* Alert backgrounds */
    --c-danger-bg: #442222;
    --c-danger-bg-hover: #552222;
    --c-danger-border: #663333;
    --c-success-22c55e: #22c55e;
}
