.ThemeToggle-module__sGqMhG__toggleBtn{width:40px;height:40px;color:var(--text-primary);background-color:var(--bg-color);border:1px solid var(--border-color);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.ThemeToggle-module__sGqMhG__toggleBtn:hover{background-color:var(--border-color)}.ThemeToggle-module__sGqMhG__togglePlaceholder{width:40px;height:40px}
.Navbar-module__cJzEcG__header{background-color:var(--nav-bg);border-bottom:1px solid var(--border-color);z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:rgba(var(--nav-bg-rgb), .85);position:sticky;top:0}.Navbar-module__cJzEcG__navContainer{justify-content:space-between;align-items:center;height:80px;display:flex}.Navbar-module__cJzEcG__logo{color:var(--text-primary);z-index:102;flex-direction:column;display:flex}.Navbar-module__cJzEcG__logoContainer{justify-content:flex-start;align-items:center;width:180px;height:50px;display:flex;position:relative}.Navbar-module__cJzEcG__logoImageLight,.Navbar-module__cJzEcG__logoImageDark{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.Navbar-module__cJzEcG__logoImageLight{display:block}.Navbar-module__cJzEcG__logoImageDark{display:none}[data-theme=dark] .Navbar-module__cJzEcG__logoImageLight{display:none}[data-theme=dark] .Navbar-module__cJzEcG__logoImageDark{display:block}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:1.5rem;display:flex}.Navbar-module__cJzEcG__navLinks a{color:var(--text-primary);text-transform:uppercase;font-size:.85rem;font-weight:600;transition:color .2s}.Navbar-module__cJzEcG__navLinks a:hover{color:var(--accent-color)}.Navbar-module__cJzEcG__actions{align-items:center;gap:1rem;display:flex}.Navbar-module__cJzEcG__dropdown{cursor:pointer;position:relative}.Navbar-module__cJzEcG__dropdownToggle{color:var(--text-primary);font-size:.85rem;font-weight:600;transition:color .2s}.Navbar-module__cJzEcG__dropdown:hover .Navbar-module__cJzEcG__dropdownToggle{color:var(--accent-color)}.Navbar-module__cJzEcG__dropdownMenu{background:var(--surface-color);border:1px solid var(--border-color);opacity:0;visibility:hidden;z-index:100;border-radius:8px;flex-direction:column;min-width:200px;padding:.5rem 0;transition:all .3s;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 25px #0000001a}.Navbar-module__cJzEcG__dropdown:hover .Navbar-module__cJzEcG__dropdownMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Navbar-module__cJzEcG__dropdownMenu a{color:var(--text-primary);padding:.75rem 1.5rem;font-size:.85rem;font-weight:500;transition:background .2s}.Navbar-module__cJzEcG__dropdownMenu a:hover{background:var(--bg-color);color:var(--accent-color)}.Navbar-module__cJzEcG__menuToggle{z-index:102;justify-content:center;align-items:center;width:40px;height:40px;display:none}.Navbar-module__cJzEcG__hamburger{flex-direction:column;justify-content:space-between;width:24px;height:18px;display:flex;position:relative}.Navbar-module__cJzEcG__hamburger span{background-color:var(--text-primary);border-radius:2px;width:100%;height:2px;transition:all .3s;display:block}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open span:first-child{transform:translateY(8px)rotate(45deg)}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open span:nth-child(2){opacity:0}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.Navbar-module__cJzEcG__mobileMenu{background-color:var(--surface-color);z-index:201;flex-direction:column;width:300px;max-width:80vw;height:100vh;padding:2rem 1.5rem;transition:transform .4s cubic-bezier(.77,.2,.05,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px #0000001a}.Navbar-module__cJzEcG__mobileMenuOpen{transform:translate(0)}.Navbar-module__cJzEcG__mobileMenuHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.Navbar-module__cJzEcG__mobileMenuHeader h3{font-family:Inter,sans-serif;font-size:1.2rem}.Navbar-module__cJzEcG__closeMenuBtn{color:var(--text-secondary);font-size:1.5rem}.Navbar-module__cJzEcG__mobileMenuLinks{flex-direction:column;flex-grow:1;gap:1.5rem;display:flex;overflow-y:auto}.Navbar-module__cJzEcG__mobileMenuLinks a{font-size:1.1rem;font-weight:600}.Navbar-module__cJzEcG__mobileCategoriesHeading{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;margin-top:1rem;margin-bottom:-.5rem;font-size:.8rem}.Navbar-module__cJzEcG__mobileMenuFooter{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.5rem;font-weight:600;display:flex}.Navbar-module__cJzEcG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#00000080;position:fixed;inset:0}@media (max-width:768px){.Navbar-module__cJzEcG__desktopNav{display:none!important}.Navbar-module__cJzEcG__menuToggle{display:flex}}
.Footer-module__S6Hkya__footer{background-color:var(--footer-bg);color:var(--footer-text);border-top:1px solid var(--border-color);margin-top:auto;padding:4rem 0 2rem}.Footer-module__S6Hkya__footerGrid{grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__S6Hkya__footerLogoImage{max-width:180px;height:auto;margin-bottom:1rem;display:block}.Footer-module__S6Hkya__footerBrand p{opacity:.8;max-width:300px;font-size:.95rem;line-height:1.6}.Footer-module__S6Hkya__footerLinks h3,.Footer-module__S6Hkya__footerSocial h3{color:var(--footer-text);margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:1.2rem;font-weight:700}.Footer-module__S6Hkya__footerLinks ul{flex-direction:column;gap:.8rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__footerLinks a{opacity:.8;font-size:.95rem;transition:opacity .2s,color .2s}.Footer-module__S6Hkya__footerLinks a:hover{opacity:1;color:var(--primary-color)}.Footer-module__S6Hkya__socialIcons{gap:1rem;display:flex}.Footer-module__S6Hkya__socialIcons a{width:40px;height:40px;color:var(--footer-text);background-color:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Footer-module__S6Hkya__socialIcons a:hover{background-color:var(--primary-color);color:#fff;transform:translateY(-3px)}.Footer-module__S6Hkya__copyright{opacity:.7;text-align:center;border-top:1px solid #80808033;padding-top:2rem;font-size:.85rem}@media (max-width:768px){.Footer-module__S6Hkya__footerGrid{text-align:center;grid-template-columns:1fr;gap:2rem}.Footer-module__S6Hkya__footerBrand p{margin:0 auto}.Footer-module__S6Hkya__footerLogoImage{margin:0 auto 1rem}.Footer-module__S6Hkya__socialIcons{justify-content:center}}
