/* =============================================================================
   TCW Swatch — Tabletop Twilight  (Plan 43-03)
   =============================================================================
   Mood:   Gaming dusk — Popicon reference
   Theme:  dark (default)
   Source: .planning/UI-REVIEW/TCW-SWATCH-SYSTEM.md row 03
   WCAG validated by SwatchContrastTests (all 4 required pairs >= 4.5:1)
   ============================================================================= */

[data-swatch="tabletop-twilight"] {
    --tcw-canvas:         #1A1F2E;
    --tcw-riser:          #252B3D;
    --tcw-spotlight:      #323A52;
    --tcw-accent-1:       #C9A961;
    --tcw-accent-2:       #E8C97A;
    --tcw-text-on-accent: #1A1F2E;
    /* Plan 43-06 — resolve deferred text tokens (carryover from 43-05). */
    --tcw-text-primary:   #EDEFF5;
    --tcw-text-secondary: #B0B6C5;
    /* 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;
}
