.Navbar-module__zujkUW__root{-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#6366f11f,#7c3aed0f 40%,#10b9810d),var(--bg-secondary);border-bottom:1px solid var(--accent-border);box-shadow:0 1px 0 var(--accent-border),0 4px 20px #6366f114;padding-top:env(safe-area-inset-top,0px);z-index:100;transition:box-shadow .3s,background .3s;position:-webkit-sticky;position:sticky;top:0}.Navbar-module__zujkUW__inner{z-index:1;justify-content:space-between;align-items:center;height:60px;margin:0 auto;padding:0 24px;display:flex;position:relative}.Navbar-module__zujkUW__logo{color:var(--text-primary);letter-spacing:-.25px;align-items:center;gap:10px;font-size:19px;font-weight:650;text-decoration:none;display:flex}.Navbar-module__zujkUW__logo img{object-fit:contain;width:34px;height:34px;transition:transform .25s cubic-bezier(.34,1.56,.64,1),filter .25s;display:block}.Navbar-module__zujkUW__logo:hover img{filter:drop-shadow(0 0 8px #6366f180);transform:rotate(-6deg)scale(1.12)}.Navbar-module__zujkUW__logo strong{color:var(--accent);font-weight:700}.Navbar-module__zujkUW__desktopLinks{align-items:center;gap:2px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.Navbar-module__zujkUW__desktopLinks a{color:var(--text-primary);letter-spacing:.1px;border:1px solid #0000;border-radius:9px;padding:7px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:color .16s,border-color .16s,box-shadow .16s;position:relative;overflow:hidden}.Navbar-module__zujkUW__desktopLinks a:before{content:"";transform-origin:0;z-index:-1;background:linear-gradient(135deg,#6366f126,#7c3aed14);border-radius:9px;transition:transform .22s cubic-bezier(.34,1.56,.64,1);position:absolute;top:0;bottom:0;left:0;right:0;transform:scaleX(0)}.Navbar-module__zujkUW__desktopLinks a:hover:before{transform:scaleX(1)}.Navbar-module__zujkUW__desktopLinks a:focus-visible:before{transform:scaleX(1)}.Navbar-module__zujkUW__desktopLinks a:hover{border-color:var(--accent-border);color:var(--accent);box-shadow:0 0 12px #6366f126}.Navbar-module__zujkUW__desktopLinks a:focus-visible{border-color:var(--accent-border);color:var(--accent);box-shadow:0 0 12px #6366f126}.Navbar-module__zujkUW__desktopLinks .Navbar-module__zujkUW__activeLink{border-color:var(--accent-border);color:var(--accent);font-weight:600;box-shadow:0 0 16px #6366f133}.Navbar-module__zujkUW__desktopLinks .Navbar-module__zujkUW__activeLink:before{background:linear-gradient(135deg,#6366f12e,#7c3aed1a);transform:scaleX(1)}.Navbar-module__zujkUW__activeBar{background:linear-gradient(90deg,var(--accent),#7c3aed,#10b981);background-size:200% 100%;border-radius:2px 2px 0 0;height:2px;animation:.25s ease-out both Navbar-module__zujkUW__navBarIn,3s ease-in-out .25s infinite Navbar-module__zujkUW__navBarPulse;position:absolute;bottom:0;left:14px;right:14px}.Navbar-module__zujkUW__actions{align-items:center;gap:12px;display:flex}.Navbar-module__zujkUW__iconButton{background:var(--bg-card);border:1px solid var(--border);color:var(--text-primary);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.Navbar-module__zujkUW__accountWrap{position:relative}.Navbar-module__zujkUW__accountButton{background:linear-gradient(135deg,var(--accent-soft),#7c3aed1f);border:2px solid var(--accent-border);color:var(--accent);border-radius:50%;width:36px;height:36px;transition:transform .18s cubic-bezier(.34,1.56,.64,1),box-shadow .18s;box-shadow:0 2px 8px #6366f126}.Navbar-module__zujkUW__accountButton:hover{box-shadow:0 0 0 3px var(--accent-border),0 6px 20px #6366f140;transform:scale(1.1)}.Navbar-module__zujkUW__dropdown{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;min-width:230px;padding:8px;animation:.16s ease-out Navbar-module__zujkUW__reveal;position:absolute;top:45px;right:0;box-shadow:0 20px 50px #0f172a38}.Navbar-module__zujkUW__dropdown a,.Navbar-module__zujkUW__dropdown button{color:var(--text-secondary);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:9px;width:100%;padding:10px 11px;font-size:13px;text-decoration:none;display:flex}.Navbar-module__zujkUW__dropdown a:hover,.Navbar-module__zujkUW__dropdown button:hover{background:var(--accent-soft);color:var(--accent)}.Navbar-module__zujkUW__menuIcon{background:var(--bg-hover);border:1px solid var(--border);border-radius:6px;flex:0 0 22px;justify-content:center;align-items:center;height:22px;transition:background .13s,border-color .13s;display:inline-flex}.Navbar-module__zujkUW__dropdown a:hover .Navbar-module__zujkUW__menuIcon,.Navbar-module__zujkUW__dropdown button:hover .Navbar-module__zujkUW__menuIcon{border-color:var(--accent-border);background:#6366f11f}.Navbar-module__zujkUW__divider{background:var(--border);height:1px;margin:3px 0;display:block}.Navbar-module__zujkUW__user{border-bottom:1px solid var(--border);color:var(--text-muted);text-overflow:ellipsis;margin-bottom:6px;padding:8px 10px 11px;font-size:11px;overflow:hidden}.Navbar-module__zujkUW__mobileButton{display:none}.Navbar-module__zujkUW__mobileMenu{background:var(--bg-card);border:1px solid var(--border);pointer-events:none;transform-origin:100% 0;border-radius:16px;width:220px;padding:9px;display:none;position:absolute;top:54px;right:0;box-shadow:0 18px 45px #0f172a2e}.Navbar-module__zujkUW__mobileMenu a{color:var(--text-secondary);opacity:0;-webkit-tap-highlight-color:transparent;border-radius:10px;padding:11px 12px;font-size:14px;font-weight:600;text-decoration:none;transition:background .14s,color .14s;transform:translate(8px)}.Navbar-module__zujkUW__mobileMenu .Navbar-module__zujkUW__active{background:var(--accent-soft);color:var(--accent)}.Navbar-module__zujkUW__mobileMenuOpen{pointer-events:auto;animation:.2s cubic-bezier(.34,1.4,.64,1) forwards Navbar-module__zujkUW__mobileMenuIn}.Navbar-module__zujkUW__mobileMenuOpen a{animation:.2s ease-out forwards Navbar-module__zujkUW__mobileMenuLinkIn}.Navbar-module__zujkUW__mobileMenuOpen a:first-child{animation-delay:50ms}.Navbar-module__zujkUW__mobileMenuOpen a:nth-child(2){animation-delay:90ms}.Navbar-module__zujkUW__mobileMenuOpen a:nth-child(3){animation-delay:.13s}.Navbar-module__zujkUW__mobileMenuOpen a:nth-child(4){animation-delay:.17s}.Navbar-module__zujkUW__mobileMenuOpen a:nth-child(5){animation-delay:.21s}.Navbar-module__zujkUW__mobileMenuOpen a:nth-child(6){animation-delay:.25s}.Navbar-module__zujkUW__mobileMenuOpen a:nth-child(7){animation-delay:.29s}.Navbar-module__zujkUW__mobileMenuClosing{pointer-events:none;animation:.17s ease-in forwards Navbar-module__zujkUW__mobileMenuOut}@keyframes Navbar-module__zujkUW__mobileMenuIn{0%{opacity:0;transform:scale(.92)translateY(-8px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes Navbar-module__zujkUW__mobileMenuOut{0%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.92)translateY(-8px)}}@keyframes Navbar-module__zujkUW__mobileMenuLinkIn{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}@keyframes Navbar-module__zujkUW__reveal{0%{opacity:0;transform:translateY(-6px)scale(.98)}}@keyframes Navbar-module__zujkUW__navBarIn{0%{opacity:0;transform-origin:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes Navbar-module__zujkUW__navBarPulse{0%,to{background-position:0 0}50%{background-position:100% 0}}@media (max-width:760px){.Navbar-module__zujkUW__desktopLinks{display:none}.Navbar-module__zujkUW__mobileButton{display:inline-flex}.Navbar-module__zujkUW__mobileMenu{flex-direction:column;display:flex}.Navbar-module__zujkUW__inner{padding:0 16px}}@media (prefers-reduced-motion:reduce){.Navbar-module__zujkUW__dropdown{animation:none}.Navbar-module__zujkUW__mobileMenu,.Navbar-module__zujkUW__mobileMenu a{opacity:1;animation:none;transform:none}.Navbar-module__zujkUW__logo img,.Navbar-module__zujkUW__accountButton{transition:none}}