/* =============================================================================
   TCW Swatch — Studio Daylight  (Plan 43-03)
   =============================================================================
   Mood:   Corporate-adjacent / B2B
   Theme:  light (default)
   Source: .planning/UI-REVIEW/TCW-SWATCH-SYSTEM.md row 05
   WCAG validated by SwatchContrastTests (all 4 required pairs >= 4.5:1)
   ============================================================================= */

[data-swatch="studio-daylight"] {
    --tcw-canvas:         #FAFAF7;
    --tcw-riser:          #FFFFFF;
    --tcw-spotlight:      #E8ECF4;
    --tcw-accent-1:       #1E40AF;
    --tcw-accent-2:       #3B82F6;
    --tcw-text-on-accent: #FFFFFF;
    /* Plan 43-06 — resolve deferred text tokens (carryover from 43-05). */
    --tcw-text-primary:   #14181F;
    --tcw-text-secondary: #5A6273;
    /* Plan 49-01 — TD-001 usage-aware -text variant */
    --tcw-status-danger-text:      #58151C;
    --tcw-status-tickets-low-text: #7A4A05;
    --tcw-status-confirmed-text:   #0A3622;
    /* 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-tickets-low-fill:   #7A4A05;
    --tcw-status-tickets-low-border: #7A4A05;
    --tcw-status-confirmed-fill:     #0A3622;
    --tcw-status-confirmed-border:   #0A3622;
}
