@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--primary: #0d7ff2;--primary-light: #3d9dff;--primary-dark: #0a5cbf;--accent: #00f0ff;--accent-secondary: #a855f7;--bg-deep: #060b14;--bg-dark: #0a1020;--bg-card: rgba(13, 20, 35, .6);--text-primary: #f0f4f8;--text-secondary: rgba(240, 244, 248, .6);--text-muted: rgba(240, 244, 248, .35);--border-subtle: rgba(13, 127, 242, .12);--border-glass: rgba(255, 255, 255, .06);--glow-primary: 0 0 40px rgba(13, 127, 242, .3);--glow-accent: 0 0 40px rgba(0, 240, 255, .2)}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Space Grotesk,Inter,system-ui,sans-serif;background-color:var(--bg-deep);color:var(--text-primary);overflow-x:hidden;cursor:none;line-height:1.6}*{cursor:none!important}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-deep)}::-webkit-scrollbar-thumb{background:#0d7ff24d;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#0d7ff280}::selection{background:#0d7ff24d;color:#fff}#root{min-height:100vh;position:relative}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}.app-wrapper{position:relative;min-height:100vh;overflow:hidden}.section-divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(13,127,242,.12),transparent);margin:0}.noise-overlay{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9998;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}.vignette{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9997;background:radial-gradient(ellipse at 50% 50%,transparent 50%,rgba(6,11,20,.5) 100%)}@media(hover:hover){a:hover,button:hover{transition:all .3s cubic-bezier(.16,1,.3,1)}}@media(max-width:768px){.section-divider{margin:0 1.5rem}}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--bg-deep);display:flex;align-items:center;justify-content:center;z-index:10000;flex-direction:column;gap:1.5rem}.loading-text{font-size:2rem;font-weight:700;letter-spacing:.2em;background:linear-gradient(135deg,#fff,#ffffff80);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.loading-bar{width:120px;height:2px;background:#0d7ff21a;border-radius:2px;overflow:hidden;position:relative}.loading-bar:after{content:"";position:absolute;top:0;left:0;height:100%;width:40%;background:linear-gradient(90deg,var(--primary),var(--accent));border-radius:2px;animation:loadingSlide 1s ease-in-out infinite}@keyframes loadingSlide{0%{left:-40%}to{left:100%}}
