/* SO Brand — Dark Premium Tech Theme */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');

:root {
    /* Brand Colors */
    --void: #040712;
    --gold: #F5B455;
    --gold-dim: #D4993E;
    --gold-glow: rgba(245, 180, 85, 0.12);
    --gold-subtle: rgba(245, 180, 85, 0.06);
    --surface: #0B111F;
    --surface-2: #131B2E;
    --surface-3: #1A2540;
    --border: rgba(245, 180, 85, 0.08);
    --border-hover: rgba(245, 180, 85, 0.15);

    /* Text */
    --text: #E8ECF4;
    --text-dim: #9BA3B5;
    --text-muted: #5D6A82;

    /* Semantic */
    --success: #4ADE80;
    --warning: #FBBF24;
    --danger: #F87171;
    --info: #60A5FA;

    /* Tier Colors */
    --tier-hot: #F87171;
    --tier-warm: #FBBF24;
    --tier-cold: #60A5FA;
    --tier-disqualified: #5D6A82;

    /* Layout */
    --sidebar-width: 240px;
    --header-height: 56px;
    --radius: 10px;
    --radius-sm: 6px;
    --shadow: 0 2px 16px rgba(0, 0, 0, 0.4);

    /* Fonts */
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'Inter', -apple-system, sans-serif;
    --font-data: 'JetBrains Mono', 'Fira Code', monospace;
}
