.Header-module__7qx4Aa__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--gray-200);z-index:1000;background:#fffffffa;position:fixed;top:0;left:0;right:0}.Header-module__7qx4Aa__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.Header-module__7qx4Aa__headerContent{justify-content:space-between;align-items:center;height:70px;display:flex}.Header-module__7qx4Aa__logo{color:var(--dark);z-index:5;align-items:center;gap:.75rem;font-size:1.375rem;font-weight:700;display:flex}.Header-module__7qx4Aa__logo:hover{opacity:.8}.Header-module__7qx4Aa__logoIcon{background:linear-gradient(135deg,var(--sv-primary),var(--sv-accent));color:#fff;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.125rem;font-weight:800;display:flex}.Header-module__7qx4Aa__desktopNav{align-items:center;gap:.5rem;display:flex}.Header-module__7qx4Aa__navLink{color:var(--gray-700);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:flex}.Header-module__7qx4Aa__navLink:hover{color:var(--sv-primary);background:var(--gray-100)}.Header-module__7qx4Aa__chevron{transition:transform .2s}.Header-module__7qx4Aa__chevronOpen{transform:rotate(180deg)}.Header-module__7qx4Aa__dropdownWrapper{position:relative}.Header-module__7qx4Aa__megaMenu{border:1px solid var(--gray-200);z-index:100;background:#fff;border-radius:16px;width:720px;animation:.2s Header-module__7qx4Aa__fadeInUp;position:absolute;top:calc(100% + 12px);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 20px 50px #00000026}@keyframes Header-module__7qx4Aa__fadeInUp{0%{opacity:0;transform:translate(-50%)translateY(-8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.Header-module__7qx4Aa__megaMenuInner{grid-template-columns:repeat(3,1fr);gap:0;display:grid}.Header-module__7qx4Aa__megaMenuSection{border-right:1px solid var(--gray-100);padding:1.5rem}.Header-module__7qx4Aa__megaMenuSection:last-child{border-right:none}.Header-module__7qx4Aa__megaMenuHeader{border-radius:10px;align-items:flex-start;gap:.75rem;margin:-.75rem -.75rem .75rem;padding:.75rem;transition:background .2s;display:flex}.Header-module__7qx4Aa__megaMenuHeader:hover{background:var(--gray-50)}.Header-module__7qx4Aa__megaMenuIcon{font-size:1.5rem;line-height:1}.Header-module__7qx4Aa__megaMenuTitle{color:var(--gray-900);font-size:.9375rem;font-weight:600;display:block}.Header-module__7qx4Aa__megaMenuDesc{color:var(--gray-500);margin-top:.125rem;font-size:.8125rem;display:block}.Header-module__7qx4Aa__megaMenuItems{flex-direction:column;gap:.25rem;display:flex}.Header-module__7qx4Aa__megaMenuItem{color:var(--gray-600);border-radius:8px;align-items:center;gap:.5rem;padding:.625rem .75rem;font-size:.875rem;transition:all .2s;display:flex}.Header-module__7qx4Aa__megaMenuItem:hover{background:var(--gray-50);color:var(--sv-primary)}.Header-module__7qx4Aa__tag{text-transform:uppercase;border-radius:50px;padding:.125rem .5rem;font-size:.6875rem;font-weight:600}.Header-module__7qx4Aa__tagPopular{color:#d97706;background:#fef3c7}.Header-module__7qx4Aa__tagNew{color:#2563eb;background:#dbeafe}.Header-module__7qx4Aa__megaMenuFooter{background:var(--gray-50);border-top:1px solid var(--gray-100);padding:1rem 1.5rem}.Header-module__7qx4Aa__megaMenuFooterLink{color:var(--sv-primary);font-size:.875rem;font-weight:500}.Header-module__7qx4Aa__megaMenuFooterLink:hover{text-decoration:underline}.Header-module__7qx4Aa__headerActions{align-items:center;gap:.75rem;display:flex}.Header-module__7qx4Aa__btnSecondary{color:var(--gray-700);border:2px solid var(--gray-300);background:0 0;border-radius:8px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s}.Header-module__7qx4Aa__btnSecondary:hover{border-color:var(--sv-primary);color:var(--sv-primary)}.Header-module__7qx4Aa__btnPrimary{color:#fff;background:linear-gradient(135deg,var(--sv-primary),var(--sv-accent));border-radius:8px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #00d4a34d}.Header-module__7qx4Aa__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00d4a366}.Header-module__7qx4Aa__profileWrapper{position:relative}.Header-module__7qx4Aa__profileBtn{background:var(--gray-100);cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.375rem .75rem .375rem .375rem;transition:all .2s;display:flex}.Header-module__7qx4Aa__profileBtn:hover{background:var(--gray-200)}.Header-module__7qx4Aa__profileAvatar{background:linear-gradient(135deg,var(--sv-primary),var(--sv-accent));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:700;display:flex}.Header-module__7qx4Aa__profileName{color:var(--gray-800);text-overflow:ellipsis;white-space:nowrap;max-width:100px;font-size:.875rem;font-weight:500;overflow:hidden}.Header-module__7qx4Aa__profileDropdown{border:1px solid var(--gray-200);z-index:100;background:#fff;border-radius:12px;width:220px;animation:.2s Header-module__7qx4Aa__fadeInUp;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 10px 40px #00000026}.Header-module__7qx4Aa__dropdownHeader{background:var(--gray-50);padding:1rem}.Header-module__7qx4Aa__dropdownName{color:var(--gray-900);font-size:.9375rem;font-weight:600;display:block}.Header-module__7qx4Aa__dropdownEmail{color:var(--gray-500);margin-top:.125rem;font-size:.8125rem;display:block}.Header-module__7qx4Aa__dropdownDivider{background:var(--gray-200);height:1px}.Header-module__7qx4Aa__dropdownItem{color:var(--gray-700);padding:.75rem 1rem;font-size:.875rem;transition:all .2s;display:block}.Header-module__7qx4Aa__dropdownItem:hover{background:var(--gray-50);color:var(--sv-primary)}.Header-module__7qx4Aa__dropdownLogout{width:100%;color:var(--gray-600);text-align:left;cursor:pointer;background:0 0;border:none;padding:.75rem 1rem;font-size:.875rem;transition:all .2s;display:block}.Header-module__7qx4Aa__dropdownLogout:hover{color:#dc2626;background:#fef2f2}.Header-module__7qx4Aa__mobileNav{display:none}.Header-module__7qx4Aa__menuToggle{cursor:pointer;z-index:20;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.Header-module__7qx4Aa__menuToggle span{background:var(--gray-700);border-radius:3px;width:24px;height:2.5px;transition:all .3s}.Header-module__7qx4Aa__menuToggleOpen span:first-child{transform:rotate(45deg)translate(5px,5px)}.Header-module__7qx4Aa__menuToggleOpen span:nth-child(2){opacity:0}.Header-module__7qx4Aa__menuToggleOpen span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Header-module__7qx4Aa__overlay{display:none}@media (max-width:1024px){.Header-module__7qx4Aa__desktopNav,.Header-module__7qx4Aa__headerActions{display:none}.Header-module__7qx4Aa__menuToggle{display:flex}.Header-module__7qx4Aa__mobileNav{z-index:15;background:#fff;width:320px;max-width:90vw;height:100vh;padding:5rem 1.5rem 2rem;transition:transform .3s;display:none;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-10px 0 30px #0000001a}.Header-module__7qx4Aa__mobileNavOpen{display:block;transform:translate(0)}.Header-module__7qx4Aa__mobileSection{border-bottom:1px solid var(--gray-100);margin-bottom:.5rem}.Header-module__7qx4Aa__mobileSectionHeader{width:100%;color:var(--gray-800);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1rem 0;font-size:1rem;font-weight:500;display:flex}.Header-module__7qx4Aa__mobileAccordion{padding-bottom:1rem}.Header-module__7qx4Aa__mobileAccordionGroup{margin-bottom:1rem}.Header-module__7qx4Aa__mobileAccordionHeader{color:var(--gray-700);align-items:center;gap:.5rem;padding:.5rem 0;font-size:.9375rem;font-weight:600;display:flex}.Header-module__7qx4Aa__mobileAccordionItem{color:var(--gray-600);align-items:center;gap:.5rem;padding:.625rem 0 .625rem 1.75rem;font-size:.875rem;display:flex}.Header-module__7qx4Aa__mobileLink{color:var(--gray-800);border-bottom:1px solid var(--gray-100);padding:1rem 0;font-size:1rem;font-weight:500;display:block}.Header-module__7qx4Aa__mobileAuth{border-top:1px solid var(--gray-200);margin-top:1.5rem;padding-top:1.5rem}.Header-module__7qx4Aa__mobileUserInfo{margin-bottom:1rem}.Header-module__7qx4Aa__mobileUserName{color:var(--gray-900);font-weight:600;display:block}.Header-module__7qx4Aa__mobileUserEmail{color:var(--gray-500);font-size:.8125rem;display:block}.Header-module__7qx4Aa__mobileAuthBtn{color:var(--gray-700);padding:.75rem 0;font-size:.9375rem;display:block}.Header-module__7qx4Aa__mobileLogoutBtn{color:#dc2626;cursor:pointer;text-align:center;background:#fef2f2;border:none;border-radius:8px;width:100%;margin-top:1rem;padding:.875rem;font-size:.9375rem;display:block}.Header-module__7qx4Aa__mobileAuthBtnSecondary{width:100%;color:var(--gray-700);background:var(--gray-100);text-align:center;border-radius:8px;margin-bottom:.75rem;padding:.875rem;font-size:.9375rem;font-weight:600;display:block}.Header-module__7qx4Aa__mobileAuthBtnPrimary{color:#fff;background:linear-gradient(135deg,var(--sv-primary),var(--sv-accent));text-align:center;border-radius:8px;width:100%;padding:.875rem;font-size:.9375rem;font-weight:600;display:block}.Header-module__7qx4Aa__overlay{z-index:10;background:#00000080;display:block;position:fixed;inset:0}}@media (max-width:374px){.Header-module__7qx4Aa__logoText{display:none}.Header-module__7qx4Aa__mobileNav{width:100%;max-width:100%}}
.Footer-module__beZDGa__footer{background:var(--dark);color:var(--gray-400);padding:4rem 0 2rem}.Footer-module__beZDGa__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.Footer-module__beZDGa__footerTop{border-bottom:1px solid var(--gray-800);grid-template-columns:1.5fr 2.5fr;gap:4rem;margin-bottom:2rem;padding-bottom:3rem;display:grid}.Footer-module__beZDGa__footerBrand{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__beZDGa__logo{align-items:center;gap:.75rem;width:fit-content;font-size:1.5rem;font-weight:700;display:flex}.Footer-module__beZDGa__logoIcon{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;font-weight:800;display:flex}.Footer-module__beZDGa__logoText{color:#fff}.Footer-module__beZDGa__brandDescription{color:var(--gray-400);margin:0;font-size:.9375rem;line-height:1.7}.Footer-module__beZDGa__socialLinks{gap:1rem;display:flex}.Footer-module__beZDGa__socialLink{background:var(--gray-800);width:40px;height:40px;color:var(--gray-400);border-radius:10px;justify-content:center;align-items:center;transition:all .3s;display:flex}.Footer-module__beZDGa__socialLink:hover{background:var(--primary);color:#fff;transform:translateY(-3px)}.Footer-module__beZDGa__footerLinks{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.Footer-module__beZDGa__footerColumn{flex-direction:column;gap:1rem;display:flex}.Footer-module__beZDGa__columnTitle{color:#fff;margin-bottom:.5rem;font-size:1rem;font-weight:700}.Footer-module__beZDGa__linkList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__beZDGa__footerLink{color:var(--gray-400);font-size:.9375rem;transition:all .3s;display:inline-block}.Footer-module__beZDGa__footerLink:hover{color:var(--primary);transform:translate(3px)}.Footer-module__beZDGa__footerBottom{justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.Footer-module__beZDGa__copyright{color:var(--gray-500);font-size:.875rem}.Footer-module__beZDGa__badges{gap:1.5rem;display:flex}.Footer-module__beZDGa__securityBadge{color:var(--gray-400);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.Footer-module__beZDGa__securityBadge svg{color:var(--primary)}@media (max-width:968px){.Footer-module__beZDGa__footer{padding:3rem 0 2rem}.Footer-module__beZDGa__footerTop{grid-template-columns:1fr;gap:3rem}.Footer-module__beZDGa__footerLinks{grid-template-columns:repeat(2,1fr);gap:2rem}.Footer-module__beZDGa__footerBottom{text-align:center;flex-direction:column;gap:1.5rem}.Footer-module__beZDGa__badges{flex-wrap:wrap;justify-content:center}}@media (max-width:480px){.Footer-module__beZDGa__footerLinks{grid-template-columns:1fr}}
