@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-color: #050505;--text-main: rgba(255, 255, 255, .9);--text-muted: rgba(255, 255, 255, .5);--glass-surface: rgba(255, 255, 255, .03);--glass-border: rgba(255, 255, 255, .08);--glass-highlight: rgba(255, 255, 255, .1);--accent-primary: #0A3A6B}.light-theme{--bg-color: #F0F2F5;--text-main: #111827;--text-muted: #6B7280;--glass-surface: rgba(255, 255, 255, .7);--glass-border: rgba(0, 0, 0, .05);--glass-highlight: rgba(0, 0, 0, .05);--accent-primary: #3B82F6}html,body{font-family:Inter,sans-serif;background-color:var(--bg-color);color:var(--text-main);transition:background-color .3s ease,color .3s ease;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;height:100%}#root{height:100%}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#fff3}*{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}::selection{background:#0a3a6b80;color:#fff}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 30px #050505 inset!important;-webkit-text-fill-color:rgba(255,255,255,.9)!important}
