/* =============================================================================
   TCW Swatch — Galaxy Neon  (Plan 43-03)
   =============================================================================
   Mood:   Sci-fi / horror
   Theme:  dark (default)
   Source: .planning/UI-REVIEW/TCW-SWATCH-SYSTEM.md row 06
   WCAG validated by SwatchContrastTests (all 4 required pairs >= 4.5:1)
   ============================================================================= */

[data-swatch="galaxy-neon"] {
    --tcw-canvas:         #0A0F1F;
    --tcw-riser:          #151F33;
    --tcw-spotlight:      #1F2A4A;
    --tcw-accent-1:       #00D9FF;
    --tcw-accent-2:       #9F4FFF;
    --tcw-text-on-accent: #0A0F1F;
    /* Plan 43-06 — resolve deferred text tokens (carryover from 43-05). */
    --tcw-text-primary:   #E8EFFA;
    --tcw-text-secondary: #A8B4CC;
    /* Plan 49-01 — TD-001 usage-aware -text variant */
    --tcw-status-danger-text:   #FF6B6B;
    --tcw-status-sold-out-text: #A8A8B4;
    /* Plan 50-10 - TD-016 usage-aware -fill/-border variant. Reuses the
       -text hue (already proven >= 4.5:1 vs canvas/riser), which trivially
       clears the 3:1 non-text (WCAG 1.4.11) bar for fills/borders. */
    --tcw-status-sold-out-fill:   #A8A8B4;
    --tcw-status-sold-out-border: #A8A8B4;
}
