:root{--background:#0f172a;--foreground:#f8fafc;--card:#1e293b;--card-foreground:#f8fafc;--popover:#1e293b;--popover-foreground:#f8fafc;--primary:#3b82f6;--primary-foreground:#fff;--secondary:#64748b;--secondary-foreground:#fff;--muted:#334155;--muted-foreground:#94a3b8;--accent:#10b981;--accent-foreground:#fff;--destructive:#ef4444;--destructive-foreground:#fff;--border:#475569;--input:#475569;--ring:#3b82f6}body,html{color:var(--foreground);background-color:var(--background)}*,:after,:before{border-color:var(--border)}button,input,select,textarea{color:inherit}html[data-theme=light] .bg-white{background-color:var(--background)!important}html[data-theme=light] .text-white{color:var(--foreground)!important}html[data-theme=light] .border-white{border-color:var(--border)!important}.card{background-color:var(--card);color:var(--card-foreground)}.card,.popover{border-color:var(--border)}.popover{background-color:var(--popover);color:var(--popover-foreground)}.theme-bg{background-color:var(--background)}.theme-foreground{color:var(--foreground)}.theme-card{background-color:var(--card)}.theme-card-foreground{color:var(--card-foreground)}.theme-surface{background-color:color-mix(in srgb,var(--card) 88%,transparent)}.theme-surface-strong{background-color:var(--card)}.theme-primary{color:var(--primary)}.theme-primary-bg{background-color:var(--primary);color:var(--primary-foreground)}.theme-secondary{color:var(--secondary)}.theme-muted{color:var(--muted)}.theme-accent{color:var(--accent)}.theme-accent-bg{background-color:var(--accent);color:var(--accent-foreground)}.theme-destructive{color:var(--destructive)}.border-theme,.input-theme{border-color:var(--border)}.input-theme{background-color:var(--input)}.ring-theme{--tw-ring-color:var(--ring)}