@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh;display:flex;flex-direction:column}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (prefers-color-scheme: dark){::-webkit-scrollbar-track{background:#0a162880}::-webkit-scrollbar-thumb{background:#06b6d466}::-webkit-scrollbar-thumb:hover{background:#06b6d499}}[data-theme=dark] ::-webkit-scrollbar-track,body[data-theme=dark] ::-webkit-scrollbar-track{background:#0a162880}[data-theme=dark] ::-webkit-scrollbar-thumb,body[data-theme=dark] ::-webkit-scrollbar-thumb{background:#06b6d466}[data-theme=dark] ::-webkit-scrollbar-thumb:hover,body[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#06b6d499}html[data-theme=dark]::-webkit-scrollbar-track{background:#0a162880}html[data-theme=dark]::-webkit-scrollbar-thumb{background:#06b6d466}html[data-theme=dark]::-webkit-scrollbar-thumb:hover{background:#06b6d499}.gradient-text{background:linear-gradient(135deg,#2563eb,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gradient-text-purple{background:linear-gradient(135deg,#7c3aed,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes pulse-glow{0%,to{box-shadow:0 0 10px #06b6d466}50%{box-shadow:0 0 25px #06b6d499}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.glass-card{background:#0a1628d9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.06);border-radius:1rem;transition:all .25s ease}.glass-card:hover{border-color:#06b6d433;box-shadow:0 8px 32px #0006,0 0 20px #06b6d41a;transform:translateY(-2px)}
