/* IPOGaze Skin: Light */
:root {
    --bg-primary:      #f8fafc;
    --bg-secondary:    #f1f5f9;
    --bg-card:         #ffffff;
    --bg-card-hover:   #f8fafc;
    --bg-input:        #f1f5f9;
    --accent:          #7c3aed;
    --accent-hover:    #6d28d9;
    --accent-text:     #ffffff;
    --text-primary:    #0f172a;
    --text-secondary:  #334155;
    --text-muted:      #64748b;
    --border:          #e2e8f0;
    --border-strong:   #cbd5e1;
    --positive:        #15803d;
    --negative:        #dc2626;
    --warning:         #b45309;
    --badge-open:      #15803d;
    --badge-upcoming:  #b45309;
    --badge-allotment: #c2410c;
    --badge-listed:    #1d4ed8;
    --badge-announced: #374151;
    --badge-withdrawn: #991b1b;
}
