:root,:root[data-theme=dark]{--bg-rgb: 11 16 25;--card-rgb: 15 20 32;--elev-rgb: 18 26 40;--input-rgb: 18 26 40;--text-rgb: 255 255 255;--muted-rgb: 169 182 209;--border-rgb: 36 48 72;--ring-rgb: 58 160 255;--primary-rgb: 58 160 255;--accent-rgb: 108 193 255;--success-rgb: 46 204 113;--warning-rgb: 243 156 18;--destructive-rgb:255 77 79}:root[data-theme=light]{--bg-rgb: 255 255 255;--card-rgb: 249 250 251;--elev-rgb: 243 244 246;--input-rgb: 255 255 255;--text-rgb: 17 24 39;--muted-rgb: 107 114 128;--border-rgb: 229 231 235;--ring-rgb: 59 130 246;--primary-rgb: 59 130 246;--accent-rgb: 147 197 253;--success-rgb: 16 185 129;--warning-rgb: 245 158 11;--destructive-rgb:239 68 68}:root[data-theme=rose]{--bg-rgb: 13 13 19;--card-rgb: 21 18 28;--elev-rgb: 28 23 39;--input-rgb: 28 23 39;--text-rgb: 255 255 255;--muted-rgb: 196 176 204;--border-rgb: 75 49 94;--ring-rgb: 244 114 182;--primary-rgb: 244 114 182;--accent-rgb: 251 113 133;--success-rgb: 16 185 129;--warning-rgb: 245 158 11;--destructive-rgb:239 68 68}@tailwind base;@tailwind components;@tailwind utilities;:root{--bg: #0e151f;--card: #131b27;--elev: #1a2433;--border: #2a3750;--text: #e7ecf5;--text-muted: #9fb0c7;--primary: #2563eb;--primary-foreground: #ffffff;--accent: #3b82f6;--accent-foreground: #0b1220;--warning: #fb923c;--warning-foreground: #0b0b0b;--success: #22c55e;--success-foreground: #0b0b0b;--destructive: #ef4444;--destructive-foreground: #ffffff;--ring: #7aa2ff;--focus: 0 0 0 3px rgba(122,162,255,.35)}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";transition:background-color .2s ease,color .2s ease}a{color:inherit;text-decoration:none}*:focus-visible{outline:none;box-shadow:var(--focus);border-radius:12px}.th-card{@apply rounded-2xl border p-6 transition-colors;background:var(--card);border-color:var(--border)}.th-card:hover{background:var(--elev)}.btn{@apply px-4 py-2 rounded-xl font-medium transition;}.btn:disabled{@apply opacity-60 cursor-not-allowed;}.btn-primary{background:var(--primary);color:var(--primary-foreground)}.btn-accent{background:var(--accent);color:var(--accent-foreground)}.btn-warning{background:var(--warning);color:var(--warning-foreground)}.btn-success{background:var(--success);color:var(--success-foreground)}.btn-danger{background:var(--destructive);color:var(--destructive-foreground)}.btn:hover{filter:brightness(.95)}.chip{@apply px-3 py-1.5 rounded-xl border inline-flex items-center gap-2 text-sm;background:var(--card);border-color:var(--border);color:var(--text)}.text-muted{color:var(--text-muted)}.hr{height:1px;background:var(--border);width:100%}
