@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background:215 28% 9%;--foreground:210 40% 95%;--card:217 33% 12%;--card-foreground:210 40% 95%;--popover:217 33% 12%;--popover-foreground:210 40% 95%;--primary:173 80% 58%;--primary-foreground:215 28% 9%;--secondary:217 33% 17%;--secondary-foreground:210 40% 95%;--muted:217 33% 17%;--muted-foreground:215 20% 55%;--accent:199 90% 60%;--accent-foreground:215 28% 9%;--destructive:0 72% 51%;--destructive-foreground:210 40% 98%;--border:217 33% 20%;--input:217 33% 15%;--ring:173 80% 58%;--radius:.75rem;--teal:#2dd4bf;--sky:#38bdf8;--bg-dark:#0f172a;--bg-mid:#1e293b;--glass:#ffffff0d;--glass-border:#ffffff1a}@apply border-border;@apply bg-background text-foreground;body{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);min-height:100vh;font-family:Golos Text,system-ui,sans-serif}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#2dd4bf4d;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#2dd4bf80}}@layer components{.glass-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1.5rem}.glass-card-sm{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff08;border:1px solid #ffffff0f;border-radius:1rem}.gradient-text{background:linear-gradient(135deg,#2dd4bf,#38bdf8);color:#0000;-webkit-background-clip:text;background-clip:text}.btn-primary{color:#0f172a;cursor:pointer;background:#2dd4bf;border:none;border-radius:.5rem;padding:.5rem 1.25rem;font-family:Golos Text,sans-serif;font-size:.875rem;font-weight:600;transition:all .2s}.btn-primary:hover{opacity:.85;transform:translateY(-1px)}.btn-danger{color:#fff;background:#ef4444}.btn-success{color:#fff;background:#10b981}.btn-warning{color:#1a1a2e;background:#f59e0b}.btn-secondary{color:#f1f5f9;background:#ffffff1a;border:1px solid #ffffff26}.btn-info{color:#fff;background:#3b82f6}.status-badge{white-space:nowrap;border-radius:9999px;padding:.2rem .65rem;font-size:.7rem;font-weight:700;display:inline-block}.data-table{border-collapse:collapse;width:100%;font-size:.82rem}.data-table th{text-align:left;color:#94a3b8;white-space:nowrap;background:#1a2236;border-bottom:1px solid #ffffff14;padding:.65rem .6rem;font-weight:600}.data-table td{vertical-align:middle;border-bottom:1px solid #ffffff0a;padding:.55rem .6rem}.data-table tr:hover{background:#ffffff06}.form-input{color:#f1f5f9;background:#1e293b;border:1px solid #475569;border-radius:.5rem;outline:none;padding:.5rem .75rem;font-family:Golos Text,sans-serif;font-size:.875rem;transition:border-color .2s}.form-input:focus{border-color:#2dd4bf}.form-input option{color:#f1f5f9;background:#1e293b}input[type=date]::-webkit-calendar-picker-indicator{filter:invert();cursor:pointer}input[type=time]::-webkit-calendar-picker-indicator{filter:invert();cursor:pointer}.tab-item{cursor:pointer;color:#94a3b8;border-radius:.5rem;padding:.45rem 1rem;font-size:.875rem;transition:all .2s}.tab-item:hover{color:#f1f5f9;background:#ffffff0d}.tab-item.active{color:#2dd4bf;background:#2dd4bf26;font-weight:600}@keyframes fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.3s ease-out forwards fade-in}@keyframes highlight-row{0%{background:#2dd4bf40}to{background:0 0}}.highlight-row{animation:2s ease-out highlight-row}}
