.ThemeToggle-module__BDCMra__toggle{border-radius:var(--radius-lg);width:40px;height:40px;color:var(--text-primary);cursor:pointer;background:0 0;justify-content:center;align-items:center;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex}.ThemeToggle-module__BDCMra__toggle:hover{background:#00d4ff14;box-shadow:0 0 16px #00d4ff1a}.ThemeToggle-module__BDCMra__iconWrapper{width:20px;height:20px;position:relative}.ThemeToggle-module__BDCMra__icon{transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.ThemeToggle-module__BDCMra__dark .ThemeToggle-module__BDCMra__moonIcon{opacity:1;transform:rotate(0)scale(1)}.ThemeToggle-module__BDCMra__dark .ThemeToggle-module__BDCMra__sunIcon{opacity:0;transform:rotate(-90deg)scale(.5)}.ThemeToggle-module__BDCMra__light .ThemeToggle-module__BDCMra__sunIcon{opacity:1;transform:rotate(0)scale(1)}.ThemeToggle-module__BDCMra__light .ThemeToggle-module__BDCMra__moonIcon{opacity:0;transform:rotate(90deg)scale(.5)}
.LanguageSwitcher-module__a8TkrW__wrapper{align-items:center;display:inline-flex;position:relative}.LanguageSwitcher-module__a8TkrW__trigger{border:1px solid var(--border-color);height:32px;color:var(--text-secondary);font-family:var(--font-primary);font-size:var(--text-sm);font-weight:var(--font-medium);cursor:pointer;transition:border-color var(--transition-fast), color var(--transition-fast), background-color var(--transition-fast);white-space:nowrap;-webkit-user-select:none;user-select:none;background:0 0;border-radius:10px;align-items:center;gap:5px;padding:2px;display:inline-flex}@media (min-width:1024px){.LanguageSwitcher-module__a8TkrW__trigger{gap:8px;height:36px;padding:6px 12px}}.LanguageSwitcher-module__a8TkrW__trigger:hover,.LanguageSwitcher-module__a8TkrW__triggerOpen{border-color:var(--accent-primary);color:var(--text-primary)}.LanguageSwitcher-module__a8TkrW__triggerLabel{font-size:var(--text-sm);font-weight:var(--font-medium);text-transform:uppercase;letter-spacing:.5px}.LanguageSwitcher-module__a8TkrW__chevron{width:14px;height:14px;transition:transform var(--transition-fast);opacity:.6;flex-shrink:0}.LanguageSwitcher-module__a8TkrW__chevronOpen{transform:rotate(180deg)}.LanguageSwitcher-module__a8TkrW__dropdown{background:var(--bg-card);border:1px solid var(--border-color);width:220px;box-shadow:var(--shadow-card-hover);max-height:360px;z-index:var(--z-dropdown);transform-origin:100% 0;border-radius:14px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto}.LanguageSwitcher-module__a8TkrW__dropdown::-webkit-scrollbar{width:4px}.LanguageSwitcher-module__a8TkrW__dropdown::-webkit-scrollbar-track{background:0 0}.LanguageSwitcher-module__a8TkrW__dropdown::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:var(--radius-full)}.LanguageSwitcher-module__a8TkrW__dropdown::-webkit-scrollbar-thumb:hover{background:var(--border-color-hover)}.LanguageSwitcher-module__a8TkrW__dropdown{scrollbar-width:thin;scrollbar-color:var(--border-color) transparent}.LanguageSwitcher-module__a8TkrW__option{cursor:pointer;text-align:left;width:100%;transition:background-color var(--transition-fast), transform var(--transition-fast);font-family:var(--font-primary);background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;display:flex}.LanguageSwitcher-module__a8TkrW__option:hover{background:var(--bg-hover)}.LanguageSwitcher-module__a8TkrW__optionSelected{background:rgba(var(--accent-primary-rgb,0, 102, 255), .08)}[data-theme=dark] .LanguageSwitcher-module__a8TkrW__optionSelected{background:#00d4ff14}[data-theme=light] .LanguageSwitcher-module__a8TkrW__optionSelected{background:#0066ff14}.LanguageSwitcher-module__a8TkrW__optionFlag{flex-shrink:0}.LanguageSwitcher-module__a8TkrW__optionText{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.LanguageSwitcher-module__a8TkrW__optionNativeName{font-size:14px;font-weight:var(--font-semibold);color:var(--text-primary);line-height:1.3}.LanguageSwitcher-module__a8TkrW__optionEnglishName{color:var(--text-muted);font-size:12px;line-height:1.3}.LanguageSwitcher-module__a8TkrW__checkIcon{width:16px;height:16px;color:var(--accent-primary);flex-shrink:0}.LanguageSwitcher-module__a8TkrW__mobileOverlay{display:none}@media (max-width:1023px){.LanguageSwitcher-module__a8TkrW__mobileOverlay{z-index:999;-webkit-backdrop-filter:blur(4px);background:#00000080;display:block;position:fixed;inset:0}.LanguageSwitcher-module__a8TkrW__dropdown{z-index:1000;transform-origin:50%;width:calc(100% - 32px);max-width:280px;height:fit-content;max-height:70vh;margin:auto;position:fixed;inset:0}}
.UserMenu-module__l43VWq__menu{right:0;top:calc(100% + var(--space-sm));background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-xl);width:240px;box-shadow:var(--shadow-card-hover);z-index:var(--z-dropdown);position:absolute;overflow:hidden}.UserMenu-module__l43VWq__header{align-items:center;gap:var(--space-sm);padding:var(--space-md);display:flex}.UserMenu-module__l43VWq__headerAvatar{border-radius:var(--radius-full);flex-shrink:0;width:40px;height:40px;overflow:hidden}.UserMenu-module__l43VWq__headerAvatarImg{border-radius:var(--radius-full);object-fit:cover;width:40px;height:40px}.UserMenu-module__l43VWq__headerAvatarInitials{border-radius:var(--radius-full);background:var(--gradient-primary);color:#fff;width:40px;height:40px;font-family:var(--font-primary);font-size:var(--text-sm);font-weight:var(--font-bold);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;line-height:1;display:flex}.UserMenu-module__l43VWq__headerInfo{flex-direction:column;min-width:0;display:flex}.UserMenu-module__l43VWq__headerName{font-family:var(--font-primary);font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--text-primary);line-height:var(--leading-tight);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.UserMenu-module__l43VWq__headerEmail{font-family:var(--font-primary);font-size:var(--text-xs);color:var(--text-muted);line-height:var(--leading-normal);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.UserMenu-module__l43VWq__divider{border:none;border-top:1px solid var(--border-color-light);margin:0}.UserMenu-module__l43VWq__items{padding:var(--space-xs) 0}.UserMenu-module__l43VWq__menuItem{align-items:center;gap:var(--space-sm);width:100%;padding:var(--space-sm) var(--space-md);font-family:var(--font-primary);font-size:var(--text-sm);color:var(--text-secondary);cursor:pointer;line-height:var(--leading-normal);background:0 0;border:none;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.UserMenu-module__l43VWq__menuItem:hover{background:var(--bg-hover);color:var(--text-primary)}.UserMenu-module__l43VWq__menuItem svg{flex-shrink:0}.UserMenu-module__l43VWq__signOutItem:hover{color:var(--color-error);background:var(--bg-hover)}[data-theme=light] .UserMenu-module__l43VWq__menu{background:var(--bg-card);border-color:var(--border-color)}
.AuthButton-module__lB93pW__container{align-items:center;display:flex;position:relative}.AuthButton-module__lB93pW__signInBtn{display:none}.AuthButton-module__lB93pW__signInBtnMobile{border-radius:var(--radius-full);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.AuthButton-module__lB93pW__signInBtnMobile:hover{background:var(--bg-hover);color:var(--text-primary)}.AuthButton-module__lB93pW__avatarBtn{border-radius:var(--radius-full);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.AuthButton-module__lB93pW__avatarBtn:hover{box-shadow:0 0 0 2px var(--accent-primary)}.AuthButton-module__lB93pW__avatarImg{border-radius:var(--radius-full);object-fit:cover;width:32px;height:32px}.AuthButton-module__lB93pW__avatarInitials{border-radius:var(--radius-full);background:var(--gradient-primary);color:#fff;width:32px;height:32px;font-family:var(--font-primary);font-size:var(--text-xs);font-weight:var(--font-bold);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;line-height:1;display:flex}
.Header-module__lnUIdW__header{z-index:var(--z-header);height:var(--header-height);-webkit-backdrop-filter:blur(20px)saturate(180%);background:linear-gradient(90deg,#001d39 0%,#0a4174 50%,#001d39 100%);border-bottom:none;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.Header-module__lnUIdW__header:after{content:"";opacity:.7;background:linear-gradient(90deg,#0000 0%,#138ef5 25%,#21cafb 50%,#138ef5 75%,#0000 100%);height:2px;position:absolute;bottom:0;left:0;right:0}[data-theme=light] .Header-module__lnUIdW__header:after{opacity:.5;background:linear-gradient(90deg,#0000 0%,#06f 25%,#7c3aed 50%,#06f 75%,#0000 100%)}[data-theme=light] .Header-module__lnUIdW__header{background:#ffffff80;border-bottom-color:#0066ff0f}.Header-module__lnUIdW__header.Header-module__lnUIdW__scrolled{-webkit-backdrop-filter:blur(24px)saturate(180%);background:linear-gradient(90deg,#001225 0%,#073560 50%,#001225 100%);border-bottom-color:#138ef52e;box-shadow:0 4px 30px #00000059,0 0 20px #138ef50f}[data-theme=light] .Header-module__lnUIdW__header.Header-module__lnUIdW__scrolled{background:#ffffffeb;border-bottom-color:#0066ff14;box-shadow:0 4px 30px #0000000f}.Header-module__lnUIdW__container{width:100%;height:100%;padding:0 var(--space-md);justify-content:space-between;align-items:center;display:flex;position:relative}@media (min-width:1024px){.Header-module__lnUIdW__container{padding:0 var(--space-lg)}}.Header-module__lnUIdW__logo{flex-shrink:0;align-items:center;text-decoration:none;transition:opacity .3s cubic-bezier(.4,0,.2,1);display:none}.Header-module__lnUIdW__logo:hover{opacity:.85}.Header-module__lnUIdW__logoImg{width:auto;height:32px;display:block}@media (min-width:1024px){.Header-module__lnUIdW__logo{display:flex}}.Header-module__lnUIdW__desktopNav{display:none}.Header-module__lnUIdW__navList{align-items:center;gap:var(--space-xl);list-style:none;display:flex}.Header-module__lnUIdW__navItem{position:relative}.Header-module__lnUIdW__navLink{font-family:var(--font-primary);font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--text-secondary);padding:var(--space-sm) 0;text-decoration:none;transition:color .3s cubic-bezier(.4,0,.2,1);position:relative}.Header-module__lnUIdW__navLink:after{content:"";background:var(--gradient-primary);border-radius:var(--radius-full);transform-origin:0;will-change:transform;width:100%;height:2px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;transform:scaleX(0)}.Header-module__lnUIdW__navLink:hover{color:var(--text-primary)}.Header-module__lnUIdW__navLink:hover:after{transform:scaleX(1)}.Header-module__lnUIdW__navLinkActive{color:var(--text-primary)}.Header-module__lnUIdW__navLinkActive:after{transform:scaleX(1)}.Header-module__lnUIdW__desktopActions{align-items:center;gap:var(--space-sm);display:none}.Header-module__lnUIdW__mobileLeft{align-items:center;display:flex}.Header-module__lnUIdW__mobileLogo{align-items:center;text-decoration:none;display:flex}.Header-module__lnUIdW__mobileLogoImg{width:auto;height:20px;display:block}.Header-module__lnUIdW__mobileRight{align-items:center;gap:2px;display:flex}:is(.Header-module__lnUIdW__mobileRight button,.Header-module__lnUIdW__mobileRight a){min-width:0;min-height:0;padding:2px 4px;font-size:.82em}.Header-module__lnUIdW__hamburger{cursor:pointer;border-radius:var(--radius-md);background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;transition:background-color .3s cubic-bezier(.4,0,.2,1);display:flex}.Header-module__lnUIdW__hamburger:hover{background:#00d4ff14}[data-theme=light] .Header-module__lnUIdW__hamburger:hover{background:#0066ff0f}.Header-module__lnUIdW__hamburgerLine{background:var(--text-primary);border-radius:var(--radius-full);width:20px;height:2px;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .25s cubic-bezier(.4,0,.2,1);display:block}.Header-module__lnUIdW__hamburgerOpen .Header-module__lnUIdW__hamburgerLine:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__lnUIdW__hamburgerOpen .Header-module__lnUIdW__hamburgerLine:nth-child(2){opacity:0}.Header-module__lnUIdW__hamburgerOpen .Header-module__lnUIdW__hamburgerLine:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module__lnUIdW__overlay{z-index:998;-webkit-backdrop-filter:blur(4px);background:#0009;position:fixed;inset:0}.Header-module__lnUIdW__mobileMenu{z-index:999;-webkit-backdrop-filter:blur(30px);border-left:1px solid var(--glass-border);-webkit-overflow-scrolling:touch;width:85%;max-width:380px;padding-top:env(safe-area-inset-top,0px);padding-bottom:env(safe-area-inset-bottom,0px);background:#1a1f2bf2;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto}[data-theme=light] .Header-module__lnUIdW__mobileMenu{border-left:1px solid var(--border-color);background:#fffffff7}.Header-module__lnUIdW__mobileMenuHeader{height:var(--header-height);padding:0 var(--container-padding);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;display:flex}.Header-module__lnUIdW__closeButton{border-radius:var(--radius-md);width:40px;height:40px;color:var(--text-primary);cursor:pointer;background:0 0;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Header-module__lnUIdW__closeButton:hover{background:#00d4ff1a}[data-theme=light] .Header-module__lnUIdW__closeButton:hover{background:#0066ff0f}.Header-module__lnUIdW__mobileNav{padding:var(--space-lg) 0;flex:1}.Header-module__lnUIdW__mobileNavList{list-style:none}.Header-module__lnUIdW__mobileNavLink{padding:var(--space-md) var(--container-padding);font-family:var(--font-primary);font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--text-primary);text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:block}.Header-module__lnUIdW__mobileNavLink:hover{color:var(--accent-primary);background:#00d4ff0f}[data-theme=light] .Header-module__lnUIdW__mobileNavLink:hover{background:#0066ff0a}.Header-module__lnUIdW__mobileNavLinkActive{color:var(--accent-primary)}.Header-module__lnUIdW__mobileSubNav{padding-left:var(--space-lg);list-style:none}.Header-module__lnUIdW__mobileSubNavLink{padding:var(--space-sm) var(--container-padding);font-size:var(--text-base);font-weight:var(--font-regular);color:var(--text-secondary);text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:block}.Header-module__lnUIdW__mobileSubNavLink:hover{color:var(--accent-primary);background:#00d4ff0a}[data-theme=light] .Header-module__lnUIdW__mobileSubNavLink:hover{background:#0066ff08}.Header-module__lnUIdW__mobileCta{padding:var(--space-lg) var(--container-padding);border-top:1px solid var(--border-color)}.Header-module__lnUIdW__mobileCtaButton{text-align:center;background:var(--gradient-primary);color:#fff;width:100%;font-family:var(--font-primary);font-size:var(--text-base);font-weight:var(--font-semibold);border-radius:var(--radius-lg);box-shadow:var(--shadow-btn);padding:14px 24px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:block}.Header-module__lnUIdW__mobileCtaButton:hover{color:#fff;box-shadow:var(--shadow-btn-hover);transform:translateY(-2px)}@media (min-width:1024px){.Header-module__lnUIdW__desktopNav{display:block}.Header-module__lnUIdW__desktopActions{display:flex}.Header-module__lnUIdW__mobileLeft,.Header-module__lnUIdW__mobileRight{display:none}}
.Footer-module__3hUVsW__footer{padding-top:var(--space-4xl);background:linear-gradient(90deg,#001d39 0%,#0a4174 50%,#001d39 100%);position:relative;overflow:hidden}[data-theme=light] .Footer-module__3hUVsW__footer{background:var(--bg-secondary);border-top:1px solid var(--border-color)}.Footer-module__3hUVsW__footer:before{content:"";pointer-events:none;background:radial-gradient(60% 40% at 10% 90%,#00d4ff0a 0%,#0000 50%),radial-gradient(50% 30% at 90% 20%,#9945ff08 0%,#0000 50%);position:absolute;inset:0}[data-theme=light] .Footer-module__3hUVsW__footer:before{background:radial-gradient(60% 40% at 10% 90%,#0066ff08 0%,#0000 50%),radial-gradient(50% 30% at 90% 20%,#7c3aed05 0%,#0000 50%)}.Footer-module__3hUVsW__footer:after{content:"";opacity:.7;background:linear-gradient(90deg,#0000 0%,#138ef5 25%,#21cafb 50%,#138ef5 75%,#0000 100%);height:2px;position:absolute;top:0;left:0;right:0}[data-theme=light] .Footer-module__3hUVsW__footer:after{opacity:.5;background:linear-gradient(90deg,#0000 0%,#06f 25%,#7c3aed 50%,#06f 75%,#0000 100%)}.Footer-module__3hUVsW__container{z-index:1;max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto;position:relative}.Footer-module__3hUVsW__grid{gap:var(--space-2xl);padding-bottom:var(--space-2xl);grid-template-columns:1fr;display:grid}.Footer-module__3hUVsW__brandCol{max-width:320px}.Footer-module__3hUVsW__logo{font-size:var(--text-lg);font-weight:var(--font-bold);margin-bottom:var(--space-md);filter:drop-shadow(0 0 10px #00d4ff33);line-height:1;text-decoration:none;display:inline-flex}[data-theme=light] .Footer-module__3hUVsW__logo{filter:drop-shadow(0 0 8px #0066ff1a)}.Footer-module__3hUVsW__logoImg{width:auto;height:44px;display:block}.Footer-module__3hUVsW__tagline{font-size:var(--text-sm);color:#7bbde8;line-height:var(--leading-normal);margin-bottom:var(--space-lg)}[data-theme=light] .Footer-module__3hUVsW__tagline{color:var(--text-tertiary)}.Footer-module__3hUVsW__social{gap:var(--space-md);display:flex}.Footer-module__3hUVsW__socialLink{color:#bdd8e9;background:#138ef51f;border:1px solid #138ef540;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #0000004d,0 0 8px #138ef51a}[data-theme=light] .Footer-module__3hUVsW__socialLink{color:var(--text-tertiary);background:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:0 4px 12px #0000000f}.Footer-module__3hUVsW__socialLink:hover{color:var(--text-primary);border-color:var(--color-brand-accent);background:#21cafb33;transform:translateY(-3px);box-shadow:0 8px 24px #0006,0 0 20px #21cafb40}[data-theme=light] .Footer-module__3hUVsW__socialLink:hover{color:var(--accent-primary);border-color:var(--accent-primary);background:#0066ff0f;box-shadow:0 8px 20px #00000014,0 0 15px #0066ff14}.Footer-module__3hUVsW__linksCol{min-width:0}.Footer-module__3hUVsW__colHeading{font-family:var(--font-primary);font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-lg)}[data-theme=light] .Footer-module__3hUVsW__colHeading{color:var(--text-primary)}.Footer-module__3hUVsW__linkList,.Footer-module__3hUVsW__contactList{gap:var(--space-sm);flex-direction:column;list-style:none;display:flex}.Footer-module__3hUVsW__footerLink{font-size:var(--text-sm);color:#bdd8e9;line-height:var(--leading-normal);text-decoration:none;transition:color .3s cubic-bezier(.4,0,.2,1);display:inline-block;position:relative}[data-theme=light] .Footer-module__3hUVsW__footerLink{color:var(--text-secondary)}.Footer-module__3hUVsW__footerLink:after{content:"";background:var(--color-brand-accent);transform-origin:0;will-change:transform;width:100%;height:1px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-1px;left:0;transform:scaleX(0)}[data-theme=light] .Footer-module__3hUVsW__footerLink:after{background:var(--accent-primary)}.Footer-module__3hUVsW__footerLink:hover{color:var(--color-brand-accent)}[data-theme=light] .Footer-module__3hUVsW__footerLink:hover{color:var(--accent-primary)}.Footer-module__3hUVsW__footerLink:hover:after{transform:scaleX(1)}.Footer-module__3hUVsW__addressText{font-size:var(--text-sm);color:#7bbde8;line-height:var(--leading-normal)}[data-theme=light] .Footer-module__3hUVsW__addressText{color:var(--text-tertiary)}.Footer-module__3hUVsW__trustBadges{align-items:center;gap:var(--space-md);padding:var(--space-xl) 0;border-top:1px solid #138ef533;flex-direction:column;display:flex}[data-theme=light] .Footer-module__3hUVsW__trustBadges{border-top-color:var(--border-color)}.Footer-module__3hUVsW__trustLabel{font-size:var(--text-xs);font-weight:var(--font-medium);color:#7bbde8;text-transform:uppercase;letter-spacing:.12em}[data-theme=light] .Footer-module__3hUVsW__trustLabel{color:var(--text-tertiary)}.Footer-module__3hUVsW__badges{justify-content:center;gap:var(--space-lg);flex-wrap:wrap;display:flex}.Footer-module__3hUVsW__badge{align-items:center;gap:var(--space-xs);flex-direction:column;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex}.Footer-module__3hUVsW__badge:hover{transform:translateY(-2px)}.Footer-module__3hUVsW__badgeLogo{border-radius:var(--radius-xl);background:#21cafb1f;border:1px solid #138ef533;justify-content:center;align-items:center;width:80px;height:80px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 6px 20px #00000059,0 2px 6px #0003,inset 0 1px #ffffff0f}[data-theme=light] .Footer-module__3hUVsW__badgeLogo{border:1px solid var(--border-color);background:#0066ff0f;box-shadow:0 4px 14px #00000014,inset 0 1px #fff9}.Footer-module__3hUVsW__badge:hover .Footer-module__3hUVsW__badgeLogo{border-color:#21cafb59;transform:translateY(-3px);box-shadow:0 10px 28px #00000073,0 4px 10px #00000040,0 0 20px #138ef526,inset 0 1px #ffffff1a}.Footer-module__3hUVsW__badgeImg{object-fit:contain;filter:drop-shadow(0 2px 4px #0000004d);width:54px;height:54px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.Footer-module__3hUVsW__badge:hover .Footer-module__3hUVsW__badgeImg{transform:scale(1.08)}.Footer-module__3hUVsW__badgeName{font-size:var(--text-xs);color:#bdd8e9;font-weight:var(--font-medium);text-align:center}[data-theme=light] .Footer-module__3hUVsW__badgeName{color:var(--text-secondary)}.Footer-module__3hUVsW__bottomBar{align-items:center;gap:var(--space-sm);padding:var(--space-lg) 0;flex-direction:column;display:flex;position:relative}.Footer-module__3hUVsW__bottomBar:before{content:"";opacity:.35;background:linear-gradient(90deg,#0000,#138ef5,#21cafb,#0000);height:1px;position:absolute;top:0;left:0;right:0}[data-theme=light] .Footer-module__3hUVsW__bottomBar:before{opacity:.4;background:linear-gradient(90deg,#0000,#06f,#7c3aed,#0000)}.Footer-module__3hUVsW__copyright,.Footer-module__3hUVsW__madeIn{font-size:var(--text-xs);color:#7bbde8}[data-theme=light] .Footer-module__3hUVsW__copyright,[data-theme=light] .Footer-module__3hUVsW__madeIn{color:var(--text-tertiary)}@media (max-width:767px){.Footer-module__3hUVsW__brandCol{text-align:center;max-width:100%}.Footer-module__3hUVsW__logo{justify-content:center;width:100%}.Footer-module__3hUVsW__tagline{text-align:center}.Footer-module__3hUVsW__social{justify-content:center}.Footer-module__3hUVsW__linksCol,.Footer-module__3hUVsW__colHeading{text-align:center}.Footer-module__3hUVsW__linkList,.Footer-module__3hUVsW__contactList{align-items:center}.Footer-module__3hUVsW__footerLink,.Footer-module__3hUVsW__addressText{text-align:center}}@media (min-width:768px){.Footer-module__3hUVsW__grid{grid-template-columns:1fr 1fr}.Footer-module__3hUVsW__bottomBar{flex-direction:row;justify-content:space-between}.Footer-module__3hUVsW__trustBadges{flex-direction:row;justify-content:center}}@media (min-width:1024px){.Footer-module__3hUVsW__grid{grid-template-columns:1.5fr 1fr 1fr 1.2fr}}
.AuthModal-module__kkVAJG__overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);background:#0009;position:fixed;inset:0}.AuthModal-module__kkVAJG__card{z-index:10000;-webkit-overflow-scrolling:touch;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-xl);width:90%;max-width:400px;height:fit-content;max-height:calc(100vh - 48px);padding:var(--space-2xl);padding-top:calc(var(--space-2xl) + env(safe-area-inset-top,0px));box-shadow:var(--shadow-card-hover);margin:auto;position:fixed;inset:0;overflow-y:auto}.AuthModal-module__kkVAJG__closeBtn{top:var(--space-md);right:var(--space-md);border-radius:var(--radius-full);width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute}.AuthModal-module__kkVAJG__closeBtn:hover{background:var(--bg-hover);color:var(--text-primary)}.AuthModal-module__kkVAJG__heading{text-align:center;font-size:var(--text-xl);font-weight:var(--font-bold);color:var(--text-primary);margin:0 0 var(--space-xs) 0;line-height:var(--leading-tight)}.AuthModal-module__kkVAJG__subtitle{text-align:center;font-size:var(--text-sm);color:var(--text-tertiary);margin:0 0 var(--space-xl) 0;line-height:var(--leading-normal)}.AuthModal-module__kkVAJG__socialButtons{gap:var(--space-sm);flex-direction:column;display:flex}.AuthModal-module__kkVAJG__socialBtn{justify-content:center;align-items:center;gap:var(--space-sm);border-radius:var(--radius-lg);width:100%;height:48px;font-family:var(--font-primary);font-size:var(--text-sm);font-weight:var(--font-medium);cursor:pointer;line-height:1;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.AuthModal-module__kkVAJG__socialBtn:disabled{opacity:.7;cursor:not-allowed}.AuthModal-module__kkVAJG__googleBtn{background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-primary)}.AuthModal-module__kkVAJG__googleBtn:hover:not(:disabled){box-shadow:var(--shadow-card);transform:translateY(-1px)}.AuthModal-module__kkVAJG__githubBtn{color:#fff;background:#24292e;border:none}.AuthModal-module__kkVAJG__githubBtn:hover:not(:disabled){background:#2f363d;transform:translateY(-1px)}.AuthModal-module__kkVAJG__facebookBtn{color:#fff;background:#1877f2;border:none}.AuthModal-module__kkVAJG__facebookBtn:hover:not(:disabled){background:#1565d8;transform:translateY(-1px)}.AuthModal-module__kkVAJG__divider{margin:var(--space-lg) 0;border:none;border-top:1px solid var(--border-color-light)}.AuthModal-module__kkVAJG__legal{color:var(--text-muted);text-align:center;margin:0;font-size:11px;line-height:1.5}.AuthModal-module__kkVAJG__legal a{color:var(--accent-primary);text-decoration:none;transition:color .2s cubic-bezier(.4,0,.2,1)}.AuthModal-module__kkVAJG__legal a:hover{text-decoration:underline}.AuthModal-module__kkVAJG__spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite AuthModal-module__kkVAJG__spin;display:inline-block}@keyframes AuthModal-module__kkVAJG__spin{to{transform:rotate(360deg)}}[data-theme=light] .AuthModal-module__kkVAJG__card{background:var(--bg-card);border-color:var(--border-color)}
