@tailwind base;@tailwind components;@tailwind utilities;:root{--color-bg: 2 6 23;--color-bg-deep: 1 2 10;--color-surface: 15 23 42;--color-primary: 6 182 212;--color-secondary: 16 185 129;--color-text-main: 248 250 252;--color-text-muted: 148 163 184;--color-border: 30 41 59;scroll-behavior:smooth}.white-theme{--color-bg: 248 250 252;--color-bg-deep: 241 245 249;--color-surface: 255 255 255;--color-primary: 14 165 233;--color-secondary: 34 197 94;--color-text-main: 15 23 42;--color-text-muted: 100 116 139;--color-border: 226 232 240}body{background-color:rgb(var(--color-bg));color:rgb(var(--color-text-main));transition:background-color .3s ease,color .3s ease;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif;overflow:hidden}.bg-grid{background-size:40px 40px;background-image:radial-gradient(circle,rgba(var(--color-primary),.05) 1px,transparent 1px)}.glass{background:rgba(var(--color-surface),.7);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.05)}.glass-header{background:rgba(var(--color-bg),.8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(var(--color-border),.5)}@keyframes scan{0%{top:0;opacity:0}50%{opacity:1}to{top:100%;opacity:0}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(var(--color-border),.8);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:rgb(var(--color-primary))}.animate-fade-in{animation:fadeIn .4s ease-out forwards}.animate-fade-in-up{animation:fadeInUp .5s cubic-bezier(.16,1,.3,1) forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(var(--color-border),.5) transparent}
