
:root{
    --bg:#ffffff;
    --surface:#ffffff;
    --surface-soft:#f8fafc;
    --surface-muted:#f1f5f9;
    --text:#0f172a;
    --muted:#64748b;
    --accent:#f59e0b;
    --accent-2:#fb923c;
    --border:rgba(15,23,42,.08);
    --shadow:0 18px 48px rgba(15,23,42,.08);
}
