@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;700&display=swap";
:root{--background:#040711;--background-rgb:4, 7, 17;--surface:#0a1022;--surface-rgb:10, 16, 34;--surface-hover:#111a36;--surface-border:#00f0ff1f;--surface-border-hover:#00f0ff59;--foreground:#f8fafc;--foreground-rgb:248, 250, 252;--foreground-muted:#94a3b8;--foreground-dim:#64748b;--primary-accent:#00f0ff;--primary-accent-rgb:0, 240, 255;--primary-glow:#00f0ff66;--secondary-accent:#3b82f6;--secondary-accent-rgb:59, 130, 246;--secondary-glow:#3b82f659;--emerald-accent:#10b981;--emerald-rgb:16, 185, 129;--violet-accent:#8b5cf6;--violet-rgb:139, 92, 246;--glass-bg:#0a1022a6;--glass-blur:blur(20px);--cyber-glow:0 0 25px #00f0ff2e;--cyber-card-shadow:0 20px 50px #000000b3}html,body{background-color:var(--background);width:100%;max-width:100%;color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 12% 18%,#00f0ff14 0%,#0000 40%) 0 0/100% 100%,radial-gradient(circle at 85% 25%,#3b82f612 0%,#0000 45%) 0 0/100% 100%,radial-gradient(circle at 50% 80%,#8b5cf60d 0%,#0000 50%) 0 0/100% 100%,linear-gradient(#ffffff04 1px,#0000 1px) 0 0/40px 40px,linear-gradient(90deg,#ffffff04 1px,#0000 1px) 0 0/40px 40px;width:100%;height:100%;position:fixed;top:0;left:0}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;margin:0;font-family:Outfit,sans-serif}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#040711}::-webkit-scrollbar-thumb{background:#00f0ff40;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-accent);box-shadow:0 0 10px var(--primary-accent)}html{scroll-behavior:smooth}.scroll-container,.scroll-section{width:100%;position:relative}::selection{color:#fff;background-color:#00f0ff47}:focus-visible{outline:2px solid var(--primary-accent);outline-offset:4px}
.Navbar-module___rHu7W__navbar{z-index:100;-webkit-backdrop-filter:blur(20px);background:#0a1022c7;border:1px solid #00f0ff2e;border-radius:999px;justify-content:space-between;align-items:center;width:calc(100% - 3rem);max-width:1200px;height:68px;padding:0 2rem;transition:all .3s;display:flex;position:fixed;top:1rem;left:50%;transform:translate(-50%);box-shadow:0 15px 35px -5px #000000b3,0 0 25px -5px #00f0ff1a}.Navbar-module___rHu7W__brand{flex-direction:row;align-items:center;gap:.85rem;text-decoration:none;display:flex}.Navbar-module___rHu7W__logo{border:2px solid var(--primary-accent);object-fit:cover;border-radius:50%;width:38px;height:38px;transition:transform .5s;box-shadow:0 0 12px #00f0ff66}.Navbar-module___rHu7W__brand:hover .Navbar-module___rHu7W__logo{transform:rotate(360deg)}.Navbar-module___rHu7W__brandText{flex-direction:column;justify-content:center;display:flex}.Navbar-module___rHu7W__name{color:#fff;letter-spacing:.05em;text-transform:uppercase;font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:800}.Navbar-module___rHu7W__title{color:var(--primary-accent);letter-spacing:.08em;text-transform:uppercase;font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:600}.Navbar-module___rHu7W__links{align-items:center;gap:1.5rem;display:flex}.Navbar-module___rHu7W__link{color:var(--foreground-muted);border-radius:999px;padding:.4rem .85rem;font-family:Inter,sans-serif;font-size:.88rem;font-weight:500;text-decoration:none;transition:all .25s;position:relative}.Navbar-module___rHu7W__link:hover{color:#fff;background:#ffffff0d}.Navbar-module___rHu7W__active{background:#00f0ff1a;border:1px solid #00f0ff4d;box-shadow:0 0 15px #00f0ff33;color:var(--primary-accent)!important}.Navbar-module___rHu7W__menuToggle{cursor:pointer;z-index:101;background:0 0;border:none;padding:.5rem;display:none}.Navbar-module___rHu7W__hamburger{background:#fff;width:22px;height:2px;transition:background .3s;display:block;position:relative}.Navbar-module___rHu7W__hamburger:before,.Navbar-module___rHu7W__hamburger:after{content:"";background:#fff;width:22px;height:2px;transition:transform .3s,top .3s;position:absolute;left:0}.Navbar-module___rHu7W__hamburger:before{top:-6px}.Navbar-module___rHu7W__hamburger:after{top:6px}.Navbar-module___rHu7W__hamburger.Navbar-module___rHu7W__open{background:0 0}.Navbar-module___rHu7W__hamburger.Navbar-module___rHu7W__open:before{top:0;transform:rotate(45deg)}.Navbar-module___rHu7W__hamburger.Navbar-module___rHu7W__open:after{top:0;transform:rotate(-45deg)}.Navbar-module___rHu7W__mobileLinks{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:99;background:#040711fa;flex-direction:column;justify-content:center;align-items:center;gap:2.25rem;width:100%;height:100vh;transition:transform .4s cubic-bezier(.77,.2,.05,1);display:flex;position:fixed;top:0;left:0;transform:translateY(-100%)}.Navbar-module___rHu7W__mobileLinksOpen{transform:translateY(0)}.Navbar-module___rHu7W__mobileLink{color:#fffc;letter-spacing:.04em;text-transform:uppercase;font-family:Outfit,sans-serif;font-size:1.6rem;font-weight:700;text-decoration:none;transition:color .3s}.Navbar-module___rHu7W__mobileLink:hover,.Navbar-module___rHu7W__activeMobile{color:var(--primary-accent);text-shadow:0 0 15px #00f0ff66}@media (max-width:768px){.Navbar-module___rHu7W__navbar{width:calc(100% - 1.5rem);height:60px;padding:0 1.25rem;top:.75rem}.Navbar-module___rHu7W__links{display:none}.Navbar-module___rHu7W__menuToggle{justify-content:center;align-items:center;display:flex}}
.Footer-module__Grjkva__footer{z-index:50;background:linear-gradient(#0000,#040711f2);border-top:1px solid #00f0ff1f;flex-direction:column;align-items:center;width:100%;padding:4.5rem 2rem 2.5rem;display:flex;position:relative}.Footer-module__Grjkva__container{flex-direction:column;align-items:center;gap:2.5rem;width:100%;max-width:1100px;display:flex}.Footer-module__Grjkva__title{color:#fff;text-align:center;letter-spacing:-.02em;font-family:Outfit,sans-serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800}.Footer-module__Grjkva__title span{color:var(--primary-accent);text-shadow:0 0 20px #00f0ff59}.Footer-module__Grjkva__contactGrid{flex-wrap:wrap;justify-content:center;gap:1.5rem;width:100%;display:flex}.Footer-module__Grjkva__contactCard{background:#0a1022b3;border:1px solid #00f0ff1f;border-radius:16px;align-items:center;gap:1rem;min-width:270px;padding:1.25rem 1.75rem;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 10px 25px #0006}.Footer-module__Grjkva__contactCard:hover{background:#0a1022f2;border-color:#00f0ff66;transform:translateY(-4px);box-shadow:0 15px 35px #00f0ff26}.Footer-module__Grjkva__iconWrapper{color:var(--primary-accent);background:#00f0ff1a;border-radius:12px;justify-content:center;align-items:center;padding:.75rem;display:flex}.Footer-module__Grjkva__contactInfo{flex-direction:column;display:flex}.Footer-module__Grjkva__label{color:var(--foreground-dim);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.2rem;font-family:JetBrains Mono,monospace;font-size:.72rem}.Footer-module__Grjkva__value{color:#fff;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600}.Footer-module__Grjkva__copyright{color:var(--foreground-dim);text-align:center;border-top:1px solid #ffffff0f;width:100%;margin-top:3rem;padding-top:2rem;font-size:.85rem}
.CustomCursor-module__8EfPFq__cursor{border:2px solid var(--primary-accent);pointer-events:none;z-index:9999;border-radius:50%;width:18px;height:18px;transition:width .25s,height .25s,background-color .25s,box-shadow .25s;position:fixed;top:0;left:0;transform:translate(-50%,-50%);box-shadow:0 0 10px #00f0ff80}.CustomCursor-module__8EfPFq__cursorHover{border-color:var(--primary-accent);background-color:#00f0ff26;width:44px;height:44px;box-shadow:0 0 20px #00f0ff99}
