.Navbar-module__D0FJ8a__navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#050505b3;border-bottom:1px solid #ffffff0d;height:80px;transition:all .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__D0FJ8a__mobileOverlay{z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;display:none;position:fixed;inset:0}.Navbar-module__D0FJ8a__mobileOverlay.Navbar-module__D0FJ8a__show{display:block}.Navbar-module__D0FJ8a__content{justify-content:space-between;align-items:center;max-width:1400px;height:100%;margin:0 auto;padding:0 2rem;display:flex}.Navbar-module__D0FJ8a__leftSection{align-items:center;display:flex}.Navbar-module__D0FJ8a__centerSection{position:absolute;left:50%;transform:translate(-50%)}.Navbar-module__D0FJ8a__rightSection{align-items:center;gap:1.5rem;display:flex}.Navbar-module__D0FJ8a__navLinks{align-items:center;gap:3rem;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__D0FJ8a__systemCore{border:1px solid var(--border-glow);cursor:pointer;background:#0009;border-radius:99px;align-items:center;gap:12px;padding:8px 20px;transition:all .4s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;overflow:hidden;box-shadow:0 0 20px #00000080}.Navbar-module__D0FJ8a__systemCore:before{content:"";background:linear-gradient(90deg,transparent,var(--primary-glow),transparent);pointer-events:none;opacity:.3;width:60%;height:100%;animation:4s linear infinite Navbar-module__D0FJ8a__scanSweep;position:absolute;top:0;left:-100%;transform:skew(-25deg)}@keyframes Navbar-module__D0FJ8a__scanSweep{0%{left:-100%}20%{left:200%}to{left:200%}}.Navbar-module__D0FJ8a__systemCore:hover{border-color:var(--primary);box-shadow:0 0 25px var(--primary-glow),inset 0 0 10px #ffffff0d;background:#ffffff0d;transform:scale(1.05)}.Navbar-module__D0FJ8a__corePulse{background:var(--primary);width:8px;height:8px;box-shadow:0 0 10px var(--primary);border-radius:50%;position:relative}.Navbar-module__D0FJ8a__corePulse:after{content:"";border:1px solid var(--primary);opacity:0;border-radius:50%;width:100%;height:100%;animation:2s cubic-bezier(0,.2,.8,1) infinite Navbar-module__D0FJ8a__ripple;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes Navbar-module__D0FJ8a__ripple{0%{opacity:.8;border-width:2px;width:100%;height:100%}to{opacity:0;border-width:0;width:400%;height:400%}}.Navbar-module__D0FJ8a__coreText{color:#a1a1aa;letter-spacing:.1em;text-transform:uppercase;z-index:1;align-items:center;gap:6px;font-size:.8rem;font-weight:500;display:flex;position:relative}.Navbar-module__D0FJ8a__coreText span{color:#fff;text-shadow:0 0 10px var(--primary-glow);font-weight:700;transition:all .3s}.Navbar-module__D0FJ8a__systemCore:hover .Navbar-module__D0FJ8a__coreText span{color:var(--primary);text-shadow:0 0 15px var(--primary)}.Navbar-module__D0FJ8a__authButtons{align-items:center;gap:1rem;display:flex}.Navbar-module__D0FJ8a__signInBtn{color:var(--text-main);font-weight:600;text-decoration:none;transition:color .2s}.Navbar-module__D0FJ8a__signInBtn:hover{color:var(--primary);text-shadow:0 0 10px var(--primary-glow)}.Navbar-module__D0FJ8a__getStartedBtn{background:var(--primary);color:#000;box-shadow:0 0 15px var(--primary-glow);text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:.75rem 1.5rem;font-weight:700;text-decoration:none;transition:all .3s}.Navbar-module__D0FJ8a__getStartedBtn:hover{box-shadow:0 0 25px var(--primary-glow);background:#fff;transform:translateY(-2px)}.Navbar-module__D0FJ8a__userPill{color:#fff;border:1px solid var(--border);background:#ffffff0d;border-radius:99px;align-items:center;gap:.75rem;padding:.5rem 1.25rem;transition:all .2s;display:flex}.Navbar-module__D0FJ8a__userPill:hover{border-color:var(--primary);box-shadow:0 0 15px var(--primary-glow)}.Navbar-module__D0FJ8a__logout{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;transition:color .2s}.Navbar-module__D0FJ8a__logout:hover{color:var(--accent-pink);text-shadow:0 0 10px #ff00ff80}.Navbar-module__D0FJ8a__mobileCloseItem,.Navbar-module__D0FJ8a__mobileNavItem{display:none}.Navbar-module__D0FJ8a__mobileToggle{color:#fff;cursor:pointer;background:0 0;border:none;display:none}.Navbar-module__D0FJ8a__dropdownContainer{cursor:pointer;position:relative}.Navbar-module__D0FJ8a__dropdownTrigger{color:var(--text-secondary);align-items:center;gap:.5rem;display:flex}.Navbar-module__D0FJ8a__dropdownTrigger:hover{color:var(--primary)}.Navbar-module__D0FJ8a__dropdownMenu{border:1px solid var(--border-glow);background:#0a0a0a;border-radius:12px;flex-direction:column;gap:.5rem;min-width:200px;padding:1rem;display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 10px 40px #00000080}.Navbar-module__D0FJ8a__dropdownMenu a{color:var(--text-secondary);border-radius:8px;padding:.75rem 1rem;transition:all .2s}.Navbar-module__D0FJ8a__dropdownMenu a:hover{color:var(--primary);background:#ffffff0d}.Navbar-module__D0FJ8a__dropdownContainer:hover .Navbar-module__D0FJ8a__dropdownMenu{display:flex}.Navbar-module__D0FJ8a__mobileOnlyNav{display:none!important}@media (max-width:768px){.Navbar-module__D0FJ8a__mobileOnlyNav{display:flex!important}.Navbar-module__D0FJ8a__mobileToggle{display:block}.Navbar-module__D0FJ8a__navLinks{display:none}.Navbar-module__D0FJ8a__navLinks.Navbar-module__D0FJ8a__open{z-index:2000;background:#000;flex-direction:column;padding:6rem 2rem 2rem;display:flex;position:fixed;inset:0;overflow-y:auto}.Navbar-module__D0FJ8a__mobileCloseItem,.Navbar-module__D0FJ8a__mobileNavItem{justify-content:flex-end;width:100%;margin-bottom:2rem;display:flex!important}.Navbar-module__D0FJ8a__mobileNavItem{flex-direction:column;justify-content:flex-start;gap:2rem;margin-bottom:2rem;padding-left:1rem}.Navbar-module__D0FJ8a__mobileCloseItem{position:absolute;top:2rem;right:2rem}.Navbar-module__D0FJ8a__drawerCloseBtn{color:#fff;cursor:pointer;background:0 0;border:none}.Navbar-module__D0FJ8a__centerSection,.Navbar-module__D0FJ8a__rightSection{display:none}}
