@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Segoe UI,Trebuchet MS,sans-serif;--brand-50: 238 244 255;--brand-100: 217 231 255;--brand-500: 30 78 216;--brand-700: 23 58 165;--brand-900: 11 31 83;--noc-bg: 7 19 47;--noc-panel: 13 27 63;--noc-border: 31 50 100;--noc-text: 232 239 255;--noc-muted: 150 168 214;--shadow-glow: 0 0 0 1px rgba(30, 78, 216, .25), 0 16px 40px rgba(3, 12, 32, .45);--page-background: radial-gradient(circle at 15% 20%, rgba(34, 93, 255, .28), transparent 45%), radial-gradient(circle at 80% 10%, rgba(20, 64, 180, .24), transparent 40%), #07132f}:root[data-theme=light]{font-family:IBM Plex Sans,Segoe UI,sans-serif;--brand-50: 240 247 248;--brand-100: 223 236 238;--brand-500: 12 116 108;--brand-700: 8 85 79;--brand-900: 228 235 240;--noc-bg: 239 244 247;--noc-panel: 255 255 255;--noc-border: 187 200 212;--noc-text: 17 29 43;--noc-muted: 76 93 111;--shadow-glow: 0 12px 28px rgba(58, 72, 88, .1);--page-background: radial-gradient(circle at 12% 18%, rgba(32, 165, 154, .18), transparent 34%), radial-gradient(circle at 85% 8%, rgba(12, 116, 108, .12), transparent 30%), linear-gradient(180deg, #eff4f7 0%, #e7eef3 100%)}*{box-sizing:border-box}html,body,#root{min-height:100vh}body{margin:0;color:rgb(var(--noc-text));background:var(--page-background);transition:background .25s ease,color .25s ease}.noc-card{@apply rounded-xl border border-noc-border bg-noc-panel shadow-glow;}:root[data-theme=light] input,:root[data-theme=light] textarea,:root[data-theme=light] select{color:rgb(var(--noc-text))}:root[data-theme=light] input::placeholder,:root[data-theme=light] textarea::placeholder{color:rgb(var(--noc-muted))}:root[data-theme=light] .noc-card .text-white:not(button):not(a){color:rgb(var(--noc-text))}:root[data-theme=light] .noc-card button[class*=border-noc-border].text-white,:root[data-theme=light] .noc-card a[class*=border-noc-border].text-white{color:rgb(var(--noc-text))}:root[data-theme=light] .noc-card .text-cyan-100{color:rgb(var(--brand-700))}
