@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700;800&display=swap";
.Navbar-module__cRh5nW__menuButton{z-index:100;cursor:pointer;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:fixed;top:1.25rem;right:1.5rem}.Navbar-module__cRh5nW__menuButton:hover{border-color:var(--accent-green);color:var(--accent-green);background:#ffffff1a}.Navbar-module__cRh5nW__menuButtonOpen{background:#ffffff1a}@media (min-width:768px){.Navbar-module__cRh5nW__menuButton{width:48px;height:48px;top:1.5rem;right:2.5rem}}.Navbar-module__cRh5nW__menuIcon{width:1.25rem;height:1.25rem;transition:transform .3s}.Navbar-module__cRh5nW__overlay{z-index:90;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);clip-path:circle(0% at calc(100% - 3rem) 2.5rem);pointer-events:none;background-color:#050505eb;justify-content:center;align-items:center;transition:clip-path .7s cubic-bezier(.7,0,.3,1);display:flex;position:fixed;inset:0}.Navbar-module__cRh5nW__overlayOpen{clip-path:circle(150% at calc(100% - 3rem) 2.5rem);pointer-events:all}.Navbar-module__cRh5nW__navList{text-align:center;flex-direction:column;gap:2rem;list-style:none;display:flex}@media (min-width:768px){.Navbar-module__cRh5nW__navList{gap:2.5rem}}.Navbar-module__cRh5nW__navItem{justify-content:center;display:flex}.Navbar-module__cRh5nW__navLink{text-transform:uppercase;color:#0000;-webkit-text-stroke:1px #ffffff59;opacity:0;letter-spacing:.05em;align-items:center;gap:1rem;padding:.5rem 1rem;font-size:2.25rem;font-weight:900;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;transform:translateY(20px)}@media (min-width:768px){.Navbar-module__cRh5nW__navLink{font-size:4.5rem}}.Navbar-module__cRh5nW__overlayOpen .Navbar-module__cRh5nW__navLink{opacity:1;transition-delay:var(--delay,.2s);transform:translateY(0)}.Navbar-module__cRh5nW__navNumber{color:var(--accent-green);letter-spacing:.1em;opacity:.6;-webkit-text-stroke:0;align-self:flex-start;margin-top:.5rem;font-size:.7rem;font-weight:600}@media (min-width:768px){.Navbar-module__cRh5nW__navNumber{margin-top:.75rem;font-size:.9rem}}.Navbar-module__cRh5nW__navLink:hover{color:#fff;-webkit-text-stroke:0px transparent;text-shadow:0 0 40px var(--accent-green);transform:scale(1.08)translateY(0)!important}.Navbar-module__cRh5nW__navLink:hover .Navbar-module__cRh5nW__navNumber{opacity:1}.Navbar-module__cRh5nW__activeLink{color:var(--accent-blue);-webkit-text-stroke:0px transparent}.Navbar-module__cRh5nW__activeLink .Navbar-module__cRh5nW__navNumber{color:var(--accent-blue);opacity:1}
.Footer-module__3hUVsW__footer{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#000c;border-top:1px solid #ffffff0d;width:100%;padding:1.5rem 1.5rem 1rem;position:relative}.Footer-module__3hUVsW__container{max-width:var(--container-width);justify-content:space-between;align-items:center;gap:1.5rem;margin:0 auto;display:flex}.Footer-module__3hUVsW__logoWrapper{flex-shrink:0;justify-content:center;align-items:center;width:100px;height:25px;display:flex;overflow:hidden}.Footer-module__3hUVsW__logo{opacity:.6;object-fit:contain;width:auto;height:70px;transition:opacity .3s}.Footer-module__3hUVsW__logo:hover{opacity:.9}.Footer-module__3hUVsW__credit{color:#ffffff4d;letter-spacing:.05em;white-space:nowrap;margin:0;font-size:.7rem}.Footer-module__3hUVsW__creditLink{color:inherit;text-decoration:none;transition:color .3s}.Footer-module__3hUVsW__creditLink:hover{color:var(--accent-green)}.Footer-module__3hUVsW__socials{gap:.5rem;display:flex}.Footer-module__3hUVsW__socialIconLink{border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;padding:.4rem;transition:all .3s;display:flex}.Footer-module__3hUVsW__socialIconLink:hover{border-color:#39ff1433;transform:translateY(-2px)}.Footer-module__3hUVsW__socialIconLink:hover .Footer-module__3hUVsW__socialIcon{opacity:1;color:var(--accent-green)}.Footer-module__3hUVsW__socialIcon{color:#fff6;width:16px;height:16px;transition:all .3s}.Footer-module__3hUVsW__copyright{text-align:center;color:#ffffff26;letter-spacing:.05em;margin-top:.75rem;font-size:.6rem}@media (max-width:768px){.Footer-module__3hUVsW__footer{padding:1.25rem 1.25rem .75rem}.Footer-module__3hUVsW__container{text-align:center;flex-direction:column;gap:.75rem}.Footer-module__3hUVsW__logoWrapper{margin-bottom:0}.Footer-module__3hUVsW__socials{gap:.75rem}.Footer-module__3hUVsW__socialIcon{width:18px;height:18px}}
.ParticleBackground-module__6VCLSW__canvas{pointer-events:none;z-index:0;opacity:.6;width:100%;height:100%;position:fixed;top:0;left:0}
.BackToTop-module__lxbnwW__button{color:#000;cursor:pointer;opacity:0;visibility:hidden;z-index:100;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s,background-color .5s,box-shadow .5s;display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(20px)}.BackToTop-module__lxbnwW__button.BackToTop-module__lxbnwW__visible{opacity:1;visibility:visible;transform:translateY(0)}.BackToTop-module__lxbnwW__button:hover{filter:brightness(1.2);transform:translateY(-3px)scale(1.1)}.BackToTop-module__lxbnwW__button:active{transform:translateY(-1px)scale(1.05)}@media (max-width:768px){.BackToTop-module__lxbnwW__button{width:44px;height:44px;bottom:1.5rem;right:1.5rem}}
:root{--bg-primary:#050505;--bg-secondary:#0a0a0a;--bg-tertiary:#111;--text-primary:#fff;--text-secondary:#a3a3a3;--text-muted:#666;--accent-green:#39ff14;--accent-blue:#00f0ff;--accent-pink:#ff1493;--accent-purple:#9400ff;--glow-green:#39ff1426;--glow-blue:#00f0ff26;--glow-pink:#ff149326;--glow-purple:#9400ff26;--border-subtle:#ffffff0d;--border-light:#ffffff1a;--border-medium:#fff3;--nav-height:80px;--container-width:1200px;--container-padding:1.5rem;--transition-fast:.15s ease;--transition-base:.3s ease;--transition-slow:.5s ease;--radius-sm:.5rem;--radius-md:1rem;--radius-lg:1.5rem;--radius-full:9999px;--font-light:300;--font-regular:400;--font-semibold:600;--font-bold:700;--font-black:800}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%}body{background-color:var(--bg-primary);height:100%;color:var(--text-primary);font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:var(--font-regular);margin:0;line-height:1.5;overflow-x:hidden}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.sr-only.focus\:not-sr-only:focus{clip:auto;white-space:normal;background:var(--accent-green);width:auto;height:auto;color:var(--bg-primary);font-weight:var(--font-bold);border-radius:var(--radius-sm);z-index:9999;margin:0;padding:1rem 1.5rem;text-decoration:none;position:fixed;top:1rem;left:1rem;overflow:visible}:focus-visible{outline:2px solid var(--accent-green);outline-offset:2px}:focus:not(:focus-visible){outline:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:#222;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#333}*{scrollbar-width:thin;scrollbar-color:#222 var(--bg-primary)}::selection{background:var(--accent-green);color:var(--bg-primary)}::selection{background:var(--accent-green);color:var(--bg-primary)}.container{max-width:var(--container-width);padding:0 var(--container-padding);margin:0 auto}.text-gradient{background:linear-gradient(90deg,#fff,#aaa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}img{max-width:100%;height:auto;display:block}
