.Navbar-module__cJzEcG__navbar{z-index:1000;background:0 0;padding:1.5rem 0;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__scrolled{background:#ffffffd9;background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--glass-border);box-shadow:var(--shadow-sm);padding:1rem 0}.Navbar-module__cJzEcG__navContainer{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 5%;display:flex}.Navbar-module__cJzEcG__logo{letter-spacing:-.02em;color:var(--fg-base);z-index:1001;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;display:flex}.Navbar-module__cJzEcG__logoMark{background:var(--fg-base);border-radius:6px;width:24px;height:24px;transition:transform .3s}.Navbar-module__cJzEcG__logo:hover .Navbar-module__cJzEcG__logoMark{transform:rotate(10deg)scale(1.05)}.Navbar-module__cJzEcG__desktopNav{align-items:center;gap:2.5rem;display:flex}.Navbar-module__cJzEcG__navLink{color:var(--fg-muted);padding:.5rem 0;font-size:.95rem;font-weight:500;transition:color .2s;position:relative}.Navbar-module__cJzEcG__navLink:after{content:"";background-color:var(--fg-base);width:0;height:2px;transition:width .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0}.Navbar-module__cJzEcG__navLink:hover{color:var(--fg-base)}.Navbar-module__cJzEcG__navLink:hover:after{width:100%}.Navbar-module__cJzEcG__primaryBtn{background:var(--fg-base);color:var(--bg-base);border-radius:100px;justify-content:center;align-items:center;padding:.6rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.Navbar-module__cJzEcG__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.Navbar-module__cJzEcG__btnGlow{background:linear-gradient(90deg,#fff0 0%,#fff3 50%,#fff0 100%);width:50%;height:100%;transition:left .7s;position:absolute;top:0;left:-100%;transform:skew(-20deg)}.Navbar-module__cJzEcG__primaryBtn:hover .Navbar-module__cJzEcG__btnGlow{left:200%}@media (prefers-color-scheme:dark){.Navbar-module__cJzEcG__primaryBtn:hover{box-shadow:0 6px 20px #ffffff26}}.Navbar-module__cJzEcG__mobileToggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;display:none}.Navbar-module__cJzEcG__mobileToggle span{background:var(--fg-base);transform-origin:0;border-radius:2px;width:100%;height:2px;transition:all .3s cubic-bezier(.16,1,.3,1);display:block}.Navbar-module__cJzEcG__mobileToggle.Navbar-module__cJzEcG__active span:first-child{transform:rotate(45deg)}.Navbar-module__cJzEcG__mobileToggle.Navbar-module__cJzEcG__active span:nth-child(2){opacity:0;width:0}.Navbar-module__cJzEcG__mobileToggle.Navbar-module__cJzEcG__active span:nth-child(3){transform:rotate(-45deg)}.Navbar-module__cJzEcG__mobileMenu{background:var(--bg-base);opacity:0;pointer-events:none;z-index:1000;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;transition:opacity .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__mobileMenu.Navbar-module__cJzEcG__mobileOpen{opacity:1;pointer-events:auto}.Navbar-module__cJzEcG__mobileLinks{flex-direction:column;align-items:center;gap:2rem;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;transform:translateY(20px)}.Navbar-module__cJzEcG__mobileMenu.Navbar-module__cJzEcG__mobileOpen .Navbar-module__cJzEcG__mobileLinks{transform:translateY(0)}.Navbar-module__cJzEcG__mobileLink{color:var(--fg-base);font-size:2rem;font-weight:600;text-decoration:none;transition:color .2s}.Navbar-module__cJzEcG__mobileLink:hover{color:var(--accent)}.Navbar-module__cJzEcG__mobileBtn{background:var(--fg-base);color:var(--bg-base);border-radius:100px;margin-top:1rem;padding:1rem 3rem;font-size:1.25rem;font-weight:600;transition:opacity .2s}.Navbar-module__cJzEcG__mobileBtn:hover{opacity:.9}.Navbar-module__cJzEcG__userSection{align-items:center;display:flex}.Navbar-module__cJzEcG__dashboardDropdown{align-items:center;display:flex;position:relative}.Navbar-module__cJzEcG__dashboardDropdown .Navbar-module__cJzEcG__primaryBtn{gap:.5rem}.Navbar-module__cJzEcG__dashboardDropdown svg{transition:transform .3s}.Navbar-module__cJzEcG__dashboardDropdown:hover svg{transform:rotate(180deg)}.Navbar-module__cJzEcG__dropdownMenu{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);min-width:200px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;z-index:1002;background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);margin-top:.5rem;padding:.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;top:100%;right:0;transform:translateY(10px)}.Navbar-module__cJzEcG__dashboardDropdown:hover .Navbar-module__cJzEcG__dropdownMenu{opacity:1;visibility:visible;transform:translateY(0)}.Navbar-module__cJzEcG__dropdownItem{width:100%;color:var(--fg-muted);text-align:left;border-radius:var(--border-radius-md);cursor:pointer;background:0 0;border:none;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:block}.Navbar-module__cJzEcG__dropdownItem:hover{color:var(--fg-base);background:#0000000d}.Navbar-module__cJzEcG__dropdownDivider{background:var(--border-color);height:1px;margin:.5rem 0}.Navbar-module__cJzEcG__navLoader{border:2px solid var(--border-color);border-top-color:var(--fg-base);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite Navbar-module__cJzEcG__spin}@keyframes Navbar-module__cJzEcG__spin{to{transform:rotate(360deg)}}@media (max-width:992px){.Navbar-module__cJzEcG__desktopNav{display:none}.Navbar-module__cJzEcG__mobileToggle{display:flex}.Navbar-module__cJzEcG__mobileBtn{cursor:pointer;border:none}}
.Footer-module__S6Hkya__footer{background:var(--bg-base);border-top:1px solid var(--border-color);z-index:10;padding:6rem 5% 2rem;position:relative}.Footer-module__S6Hkya__footerContent{flex-direction:column;gap:4rem;max-width:1200px;margin:0 auto;display:flex}.Footer-module__S6Hkya__footerTop{grid-template-columns:1fr 2fr;gap:4rem;display:grid}.Footer-module__S6Hkya__footerBrand{max-width:320px}.Footer-module__S6Hkya__footerBrand .Footer-module__S6Hkya__logo{margin-bottom:1.5rem}.Footer-module__S6Hkya__footerDesc{color:var(--fg-muted);font-size:.95rem;line-height:1.7}.Footer-module__S6Hkya__footerLinksGrid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.Footer-module__S6Hkya__footerCol{flex-direction:column;gap:1rem;display:flex}.Footer-module__S6Hkya__footerCol h4{color:var(--fg-base);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.Footer-module__S6Hkya__footerCol a{color:var(--fg-muted);font-size:.95rem;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__footerCol a:hover{color:var(--accent)}.Footer-module__S6Hkya__footerBottom{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.Footer-module__S6Hkya__footerBottom p{color:var(--fg-muted);font-size:.875rem}.Footer-module__S6Hkya__socialLinks{gap:1.5rem;display:flex}.Footer-module__S6Hkya__socialIcon{color:var(--fg-muted);font-size:1.25rem;transition:color .2s}.Footer-module__S6Hkya__socialIcon:hover{color:var(--accent)}@media (max-width:900px){.Footer-module__S6Hkya__footerTop{grid-template-columns:1fr;gap:3rem}}@media (max-width:480px){.Footer-module__S6Hkya__footerLinksGrid{grid-template-columns:1fr;gap:3rem}.Footer-module__S6Hkya__footerBottom{text-align:center;flex-direction:column;gap:1.5rem}}
