.Header-module__vcZAwq__wrap{z-index:60;pointer-events:none;width:100%;position:fixed;top:0;left:0}.Header-module__vcZAwq__logo img{object-fit:contain;width:auto;height:60px}.Header-module__vcZAwq__navbar{pointer-events:auto;background:var(--glass);border:1px solid var(--line);border-radius:var(--r);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);width:100%;max-width:calc(100% - 4rem);height:64px;box-shadow:0 20px 60px var(--shadow-medium);grid-template-columns:1fr auto auto;align-items:center;gap:16px;margin:1rem auto;padding:0 16px;transition:background .3s,border-color .3s;display:grid}@media (max-width:600px){.Header-module__vcZAwq__navbar{box-sizing:border-box;width:calc(100% - 2rem);max-width:100%;margin:1rem auto;padding:0 12px}.Header-module__vcZAwq__mobileMenu{box-sizing:border-box;width:calc(100% - 2rem);margin:0 auto}}.Header-module__vcZAwq__logo{color:var(--text);letter-spacing:-.02em;align-items:center;gap:6px;font-size:clamp(18px,2vw,20px);font-weight:800;display:inline-flex}.Header-module__vcZAwq__accent{background:linear-gradient(90deg,var(--accent1),var(--accent2));color:#0000;-webkit-background-clip:text}.Header-module__vcZAwq__nav{align-items:center;gap:26px;display:flex}.Header-module__vcZAwq__navItem{height:40px;color:var(--muted);align-items:center;padding:0 2px;font-size:14px;transition:color .2s,text-shadow .2s;display:inline-flex;position:relative}.Header-module__vcZAwq__navItem:hover{color:var(--text);text-shadow:0 0 16px color-mix(in srgb,var(--accent1)35%,transparent)}.Header-module__vcZAwq__underline{background:linear-gradient(90deg,var(--accent1),var(--accent2));border-radius:2px;width:0;height:2px;transition:width .25s;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.Header-module__vcZAwq__navItem:hover .Header-module__vcZAwq__underline,.Header-module__vcZAwq__active .Header-module__vcZAwq__underline{width:70%}.Header-module__vcZAwq__active{color:var(--text)}.Header-module__vcZAwq__navText{z-index:1;position:relative}.Header-module__vcZAwq__actions{align-items:center;gap:8px;display:flex}.Header-module__vcZAwq__btnText,.Header-module__vcZAwq__btnOutline,.Header-module__vcZAwq__btnPrimary{cursor:pointer;border-radius:10px;align-items:center;gap:8px;padding:10px 12px;font-size:13.5px;font-weight:600;transition:transform .15s,box-shadow .2s,background .2s,color .2s,border-color .2s;display:inline-flex}.Header-module__vcZAwq__btnText{color:var(--muted);background:0 0}.Header-module__vcZAwq__btnText:hover{color:var(--text)}.Header-module__vcZAwq__btnOutline{color:var(--text);border:1px solid var(--line);background:0 0}.Header-module__vcZAwq__btnOutline:hover{background:color-mix(in srgb,var(--glass)60%,transparent)}.Header-module__vcZAwq__btnPrimary{background:linear-gradient(90deg,var(--accent1),var(--accent2));color:var(--onPrimary);border:none;box-shadow:0 12px 26px #0006}.Header-module__vcZAwq__btnPrimary:hover{transform:translateY(-1px);box-shadow:0 16px 36px #00000080}.Header-module__vcZAwq__mobileControls{justify-self:end;align-items:center;gap:8px;display:none}.Header-module__vcZAwq__mobileToggle,.Header-module__vcZAwq__userQuick{background:var(--glass);color:var(--text);border:1px solid var(--line);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,border-color .2s,transform .12s;display:flex}.Header-module__vcZAwq__mobileToggle:hover,.Header-module__vcZAwq__userQuick:hover{background:color-mix(in srgb,var(--glass)80%,var(--accent1)10%)}.Header-module__vcZAwq__mobileToggle svg,.Header-module__vcZAwq__userQuick svg{flex-shrink:0;width:20px;height:20px}.Header-module__vcZAwq__userDropdown{background:var(--glass);border:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:61;border-radius:12px;gap:6px;min-width:180px;padding:8px;animation:.15s Header-module__vcZAwq__pop;display:grid;position:absolute;top:72px;right:calc(2rem + 16px);box-shadow:0 16px 46px #0006}@keyframes Header-module__vcZAwq__pop{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.Header-module__vcZAwq__dropItem{color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px;transition:background .15s;display:flex}.Header-module__vcZAwq__dropItem:hover{background:color-mix(in srgb,var(--glass)80%,var(--accent1)8%)}.Header-module__vcZAwq__mobileMenu{pointer-events:none;opacity:0;border-radius:var(--r);border:1px solid var(--line);background:var(--glass);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);width:calc(100% - 4rem);max-height:0;box-shadow:0 24px 60px var(--shadow-strong);margin:0 2rem;transition:max-height .35s,opacity .3s,margin .3s;overflow:hidden}.Header-module__vcZAwq__mobileMenu.Header-module__vcZAwq__open{pointer-events:auto;opacity:1;max-height:70vh;margin-top:8px}.Header-module__vcZAwq__mobileInner{gap:10px;max-height:70vh;padding:14px;display:grid;overflow-y:auto}.Header-module__vcZAwq__mobileLink{text-align:center;color:var(--muted);border:1px solid #0000;border-radius:10px;padding:12px;transition:background .15s,color .15s,border-color .15s;display:block}.Header-module__vcZAwq__mobileLink:hover{color:var(--text);background:color-mix(in srgb,var(--glass)80%,var(--accent1)10%);border-color:var(--line)}.Header-module__vcZAwq__mobileActions{gap:10px;margin-top:6px;display:grid}.Header-module__vcZAwq__mobileBtn,.Header-module__vcZAwq__mobileBtnOutline{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:14px;font-weight:600;transition:transform .12s,background .2s,border-color .2s;display:inline-flex}.Header-module__vcZAwq__mobileBtn{background:linear-gradient(90deg,var(--accent1),var(--accent2));color:var(--onPrimary);border:none}.Header-module__vcZAwq__mobileBtn:hover{transform:translateY(-1px)}.Header-module__vcZAwq__mobileBtnOutline{color:var(--text);border:1px solid var(--line);background:0 0}.Header-module__vcZAwq__mobileBtnOutline:hover{background:color-mix(in srgb,var(--glass)60%,var(--accent1)5%)}@media (max-width:1100px){.Header-module__vcZAwq__nav,.Header-module__vcZAwq__actions{display:none}.Header-module__vcZAwq__mobileControls{display:inline-flex}}@media (max-width:420px){.Header-module__vcZAwq__navbar{height:58px;padding:0 12px}.Header-module__vcZAwq__mobileToggle,.Header-module__vcZAwq__userQuick{width:34px;height:34px}}.Header-module__vcZAwq__themeToggle{background:var(--glass);border:1px solid var(--line);cursor:pointer;width:36px;height:36px;color:var(--accent1);border-radius:10px;justify-content:center;align-items:center;transition:background .2s,border-color .2s,transform .12s;display:flex}.Header-module__vcZAwq__themeToggle:hover{background:color-mix(in srgb,var(--glass)80%,var(--accent1)10%)}.Header-module__vcZAwq__themeToggle svg{width:18px;height:18px}[data-theme=light] .Header-module__vcZAwq__mobileMenu{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffe6}[data-theme=light] .Header-module__vcZAwq__mobileLink{color:#0f0f12}[data-theme=light] .Header-module__vcZAwq__mobileMenu.Header-module__vcZAwq__open{border-color:#0000002e}[data-theme=light] .Header-module__vcZAwq__dropItem{color:#0f0f12}
.Layout-module__jbLzUW__container{background:var(--bg);width:100%;min-height:100vh;color:var(--text);flex-direction:column;min-height:100vh;font-family:Inter,sans-serif;display:flex}.Layout-module__jbLzUW__main{padding-top:var(--header-height,80px);flex:1}.Layout-module__jbLzUW__footer{margin-top:200px}
.Navbar-module__dVeNwG__navbar{z-index:1100;box-sizing:border-box;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000fa;border-bottom:1px solid #ffffff0d;width:100%;padding:0 40px;position:fixed;top:0;left:0;right:0}.Navbar-module__dVeNwG__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:16px 20px;display:flex}.Navbar-module__dVeNwG__logo img{object-fit:contain;height:46px}.Navbar-module__dVeNwG__navLinks{gap:30px;display:flex}.Navbar-module__dVeNwG__navLinks a{color:#fff;font-size:14px;text-decoration:none;position:relative}.Navbar-module__dVeNwG__navLinks a:after,.Navbar-module__dVeNwG__link:after,.Navbar-module__dVeNwG__link2:after{content:"";background:#2f8cff;width:0;height:2px;transition:all .3s;position:absolute;bottom:-4px;left:0}.Navbar-module__dVeNwG__navLinks a:hover:after{width:100%}.Navbar-module__dVeNwG__actions{align-items:center;gap:30px;display:flex}.Navbar-module__dVeNwG__link,.Navbar-module__dVeNwG__link2{color:#fff;font-size:14px;text-decoration:none}.Navbar-module__dVeNwG__link2:hover{cursor:pointer}.Navbar-module__dVeNwG__cta{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2f8cff,#8b5cf6);border:none;border-radius:6px;padding:14px 16px;font-weight:600}.Navbar-module__dVeNwG__menuBtn{color:#fff;cursor:pointer;z-index:1200;display:none}.Navbar-module__dVeNwG__overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;pointer-events:none;z-index:1000;background:#0006;transition:all .3s;position:fixed;inset:0}.Navbar-module__dVeNwG__show{opacity:1;pointer-events:all}.Navbar-module__dVeNwG__mobileMenu{opacity:0;z-index:1050;background:#000;border-bottom-right-radius:20px;border-bottom-left-radius:20px;height:50vh;padding:20px;transition:all .4s;display:none;position:fixed;top:0;left:0;right:0;transform:translateY(-100%)scale(.95);box-shadow:0 20px 60px #0009}.Navbar-module__dVeNwG__open{opacity:1;transform:translateY(0)scale(1)}.Navbar-module__dVeNwG__mobileTop{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.Navbar-module__dVeNwG__mobileTop img{height:20px}.Navbar-module__dVeNwG__mobileLinks{flex-direction:column;gap:10px;display:flex}.Navbar-module__dVeNwG__mobileItem{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;justify-content:space-between;align-items:center;padding:16px 18px;font-size:15px;font-weight:500;transition:all .25s;display:flex}.Navbar-module__dVeNwG__mobileItem:hover{background:#ffffff0f;border-color:#ffffff14;transform:translateY(-1px)}.Navbar-module__dVeNwG__mobileItem button{color:#fff;cursor:pointer;background:0 0;border:none;padding:0;font-size:15px;font-weight:500}@media (max-width:1100px){.Navbar-module__dVeNwG__actions .Navbar-module__dVeNwG__link{display:none}}@media (max-width:900px){.Navbar-module__dVeNwG__navLinks,.Navbar-module__dVeNwG__actions{display:none}.Navbar-module__dVeNwG__container{padding:12px 4px}.Navbar-module__dVeNwG__logo img{height:35px}.Navbar-module__dVeNwG__menuBtn{justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Navbar-module__dVeNwG__mobileMenu{display:block}.Navbar-module__dVeNwG__navbar{padding:0 20px}.Navbar-module__dVeNwG__CTA{gap:12px;width:100%;margin-top:20px;display:flex}.Navbar-module__dVeNwG__mobileCTA,.Navbar-module__dVeNwG__mobileCTA2{cursor:pointer;border-radius:4px;flex:1;padding:14px 0;font-size:14px;font-weight:600;transition:all .2s}.Navbar-module__dVeNwG__mobileCTA{color:#fff;background:linear-gradient(135deg,#2f8cff,#8b5cf6);border:none}.Navbar-module__dVeNwG__mobileCTA:hover{opacity:.95;transform:translateY(-1px)}.Navbar-module__dVeNwG__mobileCTA2{color:#fff;background:0 0;border:1px solid #ffffff4d}.Navbar-module__dVeNwG__mobileCTA2:hover{background:#ffffff0d}.Navbar-module__dVeNwG__mobileCTA2{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}}.Navbar-module__dVeNwG__cta{color:#fff;background:linear-gradient(135deg,#2f8cff,#8b5cf6);border-radius:8px;padding:14px 18px;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.Navbar-module__dVeNwG__cta:before{content:"";filter:blur(12px);opacity:.5;z-index:-1;background:linear-gradient(135deg,#2f8cff,#8b5cf6);position:absolute;inset:-2px}.Navbar-module__dVeNwG__cta:after{content:"";background:linear-gradient(120deg,#0000,#fff6,#0000);width:100%;height:100%;transition:all .6s;position:absolute;top:0;left:-100%}.Navbar-module__dVeNwG__cta:hover:after{left:100%}.Navbar-module__dVeNwG__cta:hover{transform:translateY(-2px)scale(1.03)}.Navbar-module__dVeNwG__mobileCTA{color:#fff;background:linear-gradient(135deg,#2f8cff,#8b5cf6);border:none;transition:all .3s;position:relative;overflow:hidden}.Navbar-module__dVeNwG__mobileCTA:before{content:"";filter:blur(10px);opacity:.5;z-index:-1;background:linear-gradient(135deg,#2f8cff,#8b5cf6);position:absolute;inset:-2px}.Navbar-module__dVeNwG__mobileCTA:after{content:"";background:linear-gradient(120deg,#0000,#fff6,#0000);width:100%;height:100%;transition:all .6s;position:absolute;top:0;left:-100%}.Navbar-module__dVeNwG__mobileCTA:hover:after{left:100%}@keyframes Navbar-module__dVeNwG__pulseGlow{0%{box-shadow:0 0 #2f8cff4d}50%{box-shadow:0 0 20px #2f8cff66}to{box-shadow:0 0 #2f8cff4d}}.Navbar-module__dVeNwG__mobileCTA{animation:3s infinite Navbar-module__dVeNwG__pulseGlow}.Navbar-module__dVeNwG__mobileCTA2{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #fff3;transition:all .3s;position:relative}.Navbar-module__dVeNwG__mobileCTA2:hover{background:#ffffff14;border-color:#ffffff59;transform:translateY(-1px)}
