/* Spice Pirates — design tokens (dark tactical command console) */
:root {
    /* Base surfaces */
    --void:       #0A0A0C;
    --panel:      #121319;
    --panel-2:    #171922;
    --panel-3:    #1d2029;
    --hairline:   #2A2C36;
    --hairline-2: #3a3d4a;

    /* Ink */
    --ink:      #E7E9EF;
    --ink-dim:  #9aa0ae;
    --ink-mute: #6a7080;

    /* Spice accent */
    --spice:      #E8842C;
    --spice-deep: #C2410C;
    --spice-glow: rgba(232, 132, 44, .30);

    /* EVE tactical cyan */
    --cyan: #37C6D0;

    /* Threat ramp */
    --ok:     #3FB950;
    --warn:   #E8842C;
    --orange: #ED7D31;
    --crit:   #C00000;

    /* Geometry */
    --radius:    10px;
    --radius-sm: 7px;
    --gap:       16px;
    --rail-w:    212px;

    /* Type */
    --font-display: 'Orbitron', 'Rajdhani', system-ui, sans-serif;
    --font-body:    'Inter', system-ui, -apple-system, sans-serif;
    --font-mono:    'JetBrains Mono', ui-monospace, 'Cascadia Code', monospace;

    /* FX */
    --shadow-hud: 0 10px 30px rgba(0, 0, 0, .55);
    --glow-spice: 0 0 0 1px rgba(232, 132, 44, .25), 0 0 22px var(--spice-glow);
}
