.AuthForm_authForm__dIoLT{width:100%;max-width:400px}.AuthForm_tabs__eeqHR{display:flex;gap:0;margin-bottom:var(--space-lg);border-bottom:2px solid var(--frost)}.AuthForm_tab__sHJAS{flex:1 1;padding:var(--space-sm) var(--space-md);background:none;font-size:.95rem;font-weight:500;color:var(--text-muted);cursor:pointer;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .2s,border-color .2s;font-family:inherit}.AuthForm_tab__sHJAS:hover{color:var(--text-secondary)}.AuthForm_tab__sHJAS.AuthForm_active__bR_63{color:var(--deep-blue);border-bottom-color:var(--deep-blue)}.AuthForm_form__ugvBR{display:flex;flex-direction:column;gap:var(--space-md)}.AuthForm_field__5F5tF{display:flex;flex-direction:column;gap:var(--space-xs)}.AuthForm_field__5F5tF label{font-size:.875rem;font-weight:500;color:var(--text-secondary)}.AuthForm_field__5F5tF input{padding:.75rem var(--space-md);border:1.5px solid var(--frost);border-radius:var(--radius-sm);font-size:1rem;font-family:inherit;background:#fff;color:var(--text-primary);transition:border-color .2s,box-shadow .2s}.AuthForm_field__5F5tF input:focus{outline:none;border-color:var(--ice-blue);box-shadow:0 0 0 3px rgba(56,189,248,.15)}.AuthForm_field__5F5tF input::placeholder{color:var(--text-muted)}.AuthForm_error__Y9YZS{font-size:.875rem;color:var(--danger-red);padding:var(--space-sm) var(--space-md);background:#fef2f2;border-radius:var(--radius-sm)}.AuthForm_submit__Y2aJX{padding:.75rem var(--space-lg);background:var(--deep-blue);color:#fff;border:none;border-radius:var(--radius-sm);font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s;margin-top:var(--space-xs)}.AuthForm_submit__Y2aJX:hover:not(:disabled){background:var(--deep-blue-dark)}.AuthForm_submit__Y2aJX:disabled{opacity:.6;cursor:not-allowed}.AuthForm_forgotPassword__WUAt3{display:block;text-align:right;font-size:.825rem;color:var(--deep-blue);font-weight:500;margin-top:calc(-1 * var(--space-xs))}.AuthForm_forgotPassword__WUAt3:hover{text-decoration:underline}.AuthForm_divider__0IUBQ{display:flex;align-items:center;gap:var(--space-md);margin:var(--space-lg) 0;color:var(--text-muted);font-size:.875rem}.AuthForm_divider__0IUBQ:after,.AuthForm_divider__0IUBQ:before{content:"";flex:1 1;height:1px;background:var(--frost)}.AuthForm_oauth__NS6pg{display:flex;flex-direction:column;gap:var(--space-sm)}.AuthForm_oauthButton__l9bV_{display:flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:.75rem var(--space-lg);border:1.5px solid var(--frost);border-radius:var(--radius-sm);background:#fff;font-size:.95rem;font-weight:500;font-family:inherit;color:var(--text-primary);cursor:pointer;transition:background .2s,border-color .2s}.AuthForm_oauthButton__l9bV_:hover{background:var(--frost-light);border-color:var(--text-muted)}.AuthForm_consent__Xq57S{display:flex;align-items:flex-start;gap:var(--space-sm);font-size:.825rem;color:var(--text-secondary);line-height:1.5;cursor:pointer}.AuthForm_consent__Xq57S input[type=checkbox]{margin-top:2px;flex-shrink:0;accent-color:var(--deep-blue)}.AuthForm_consentLink__vu8ha{color:var(--deep-blue);text-decoration:none;font-weight:500}.AuthForm_consentLink__vu8ha:hover{text-decoration:underline}.AuthForm_privacyNotice__QKj5K{margin-top:var(--space-md);font-size:.775rem;color:var(--text-muted);text-align:center;line-height:1.5}.AuthModal_overlay__Gb7QK{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:rgba(15,23,42,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:var(--space-md);animation:AuthModal_fadeIn__srRtq .15s ease-out}.AuthModal_modal__E_hSo{position:relative;background:#fff;border-radius:var(--radius-lg);padding:var(--space-xl) var(--space-xl) var(--space-lg);box-shadow:var(--shadow-lg);width:100%;max-width:440px;max-height:90vh;overflow-y:auto;animation:AuthModal_slideUp__xKE1v .2s ease-out}.AuthModal_close__XHN2B{position:absolute;top:var(--space-sm);right:var(--space-md);background:none;border:none;font-size:1.75rem;color:var(--text-muted);cursor:pointer;line-height:1;padding:var(--space-xs);transition:color .2s}.AuthModal_close__XHN2B:hover{color:var(--text-primary)}.AuthModal_reason__g1tyj{font-size:.9rem;color:var(--text-secondary);background:var(--frost-light);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-sm);margin-bottom:var(--space-lg);line-height:1.5}@keyframes AuthModal_fadeIn__srRtq{0%{opacity:0}to{opacity:1}}@keyframes AuthModal_slideUp__xKE1v{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.AuthModal_modal__E_hSo{padding:var(--space-lg) var(--space-md);border-radius:var(--radius-md) var(--radius-md) 0 0;position:fixed;bottom:0;max-height:85vh;animation:AuthModal_slideUpMobile__cpbPj .25s ease-out}@keyframes AuthModal_slideUpMobile__cpbPj{0%{transform:translateY(100%)}to{transform:translateY(0)}}}.CookieConsent_banner__Kf40a{position:fixed;bottom:0;left:0;right:0;z-index:300;background:var(--glass-bg-strong);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border-top:1px solid var(--glass-border);box-shadow:0 -2px 12px rgba(0,0,0,.08);padding:var(--space-lg) var(--space-xl)}.CookieConsent_inner__1Udxa{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:var(--space-xl)}.CookieConsent_content__N1f_Y{flex:1 1}.CookieConsent_title__QCVhx{font-size:.9rem;font-weight:600;color:var(--text-primary);margin:0 0 var(--space-xs)}.CookieConsent_text__I9mfq{font-size:.825rem;color:var(--text-secondary);line-height:1.5;margin:0}.CookieConsent_link__HAZb9{color:var(--deep-blue);font-weight:500;text-decoration:none}.CookieConsent_link__HAZb9:hover{text-decoration:underline}.CookieConsent_buttons__8sOiC{display:flex;gap:var(--space-sm);flex-shrink:0}.CookieConsent_decline__7HD6_{padding:var(--space-sm) var(--space-lg);background:none;color:var(--text-secondary);border:1.5px solid var(--frost);border-radius:var(--radius-sm);font-size:.85rem;font-weight:500;font-family:inherit;cursor:pointer;transition:background .2s,border-color .2s;white-space:nowrap}.CookieConsent_decline__7HD6_:hover{background:var(--frost-light);border-color:var(--text-muted)}.CookieConsent_accept__IMiih{padding:var(--space-sm) var(--space-lg);background:var(--deep-blue);color:#fff;border:none;border-radius:var(--radius-sm);font-size:.85rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s;white-space:nowrap}.CookieConsent_accept__IMiih:hover{background:var(--deep-blue-dark)}@media (max-width:600px){.CookieConsent_banner__Kf40a{padding:var(--space-md);background:hsla(0,0%,100%,.97)}.CookieConsent_inner__1Udxa{flex-direction:column;gap:var(--space-md);text-align:center}.CookieConsent_buttons__8sOiC{justify-content:center}.CookieConsent_accept__IMiih,.CookieConsent_decline__7HD6_{padding:var(--space-sm) var(--space-md);font-size:.8rem}}.EmailVerificationBanner_banner__6BoYx{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-sm) var(--space-md);background:#dbeafe;border-bottom:1px solid #93c5fd;font-size:.875rem;color:#1e3a5f}.EmailVerificationBanner_content__oHP7I{display:flex;align-items:center;gap:var(--space-md);flex-wrap:wrap;flex:1 1;justify-content:center}.EmailVerificationBanner_text__CbYtw{line-height:1.4}.EmailVerificationBanner_resendButton__qkNxv{background:none;border:none;color:var(--deep-blue);font-weight:600;font-size:.875rem;font-family:inherit;cursor:pointer;text-decoration:underline;white-space:nowrap}.EmailVerificationBanner_resendButton__qkNxv:hover{color:var(--deep-blue-dark)}.EmailVerificationBanner_resendButton__qkNxv:disabled{opacity:.6;cursor:not-allowed}.EmailVerificationBanner_dismissButton__9EezW{background:none;border:none;color:#1e3a5f;font-size:1.25rem;cursor:pointer;padding:2px 6px;line-height:1;opacity:.6;flex-shrink:0}.EmailVerificationBanner_dismissButton__9EezW:hover{opacity:1}.Footer_footer__UaG1g{border-top:1px solid var(--glass-border);margin-top:var(--space-3xl);padding:var(--space-xl) var(--space-xl) var(--space-lg);background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur))}.Footer_inner__ACAek{max-width:var(--max-width);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:var(--space-md);text-align:center}.Footer_links__oDyjI{display:flex;gap:var(--space-lg)}.Footer_links__oDyjI a{color:var(--text-muted);font-size:.875rem;transition:color .2s}.Footer_links__oDyjI a:hover{color:var(--deep-blue)}.Footer_bottomRow__ax3kB{align-items:center}.Footer_bottomRow__ax3kB,.Footer_legal__gVqLl{display:flex;gap:var(--space-lg)}.Footer_legal__gVqLl a{color:var(--text-muted);font-size:.8rem;transition:color .2s;opacity:.75}.Footer_legal__gVqLl a:hover{color:var(--deep-blue);opacity:1}.Footer_separator__vW02z{color:var(--text-muted);opacity:.4;font-size:.8rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Footer_copyright__j5CNb{color:var(--text-muted);font-size:.8rem;opacity:.75}@media (max-width:600px){.Footer_footer__UaG1g{padding:var(--space-lg) var(--space-md)}.Footer_inner__ACAek{gap:var(--space-sm)}.Footer_links__oDyjI{flex-wrap:wrap;justify-content:center;gap:var(--space-sm) var(--space-lg)}.Footer_bottomRow__ax3kB{flex-direction:column;gap:var(--space-sm);margin-top:var(--space-xs)}.Footer_separator__vW02z{display:none}.Footer_legal__gVqLl{justify-content:center;gap:var(--space-md)}}.Header_headerWrap__qHkMd{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--glass-bg-strong);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border-bottom:1px solid var(--glass-border)}.Header_header__MvnS2{padding:1.25rem var(--space-xl);display:flex;justify-content:space-between;align-items:center;max-width:var(--max-width);margin:0 auto}.Header_logo__j7oID{font-size:1.5rem;font-weight:700;color:var(--deep-blue);display:flex;align-items:center;gap:var(--space-sm);z-index:202}.Header_logoIcon__LPn5c{border-radius:var(--radius-sm)}.Header_nav__EE71E{display:flex;gap:var(--space-xl);align-items:center}.Header_nav__EE71E a{color:var(--text-secondary);font-weight:500;font-size:.95rem;transition:color .2s}.Header_nav__EE71E a:hover{color:var(--deep-blue)}.Header_loginButton__eODmW{background:none;border:none;color:var(--text-secondary);font-weight:500;font-size:.95rem;cursor:pointer;font-family:inherit;padding:0;transition:color .2s}.Header_loginButton__eODmW:hover{color:var(--deep-blue)}.Header_userMenu__pKn3h{display:flex;align-items:center;gap:var(--space-md)}.Header_profileLink__uBnvT,.Header_userName__xX6C5{font-size:.9rem;font-weight:500;color:var(--text-primary)}.Header_profileLink__uBnvT{text-decoration:none;transition:color .2s}.Header_profileLink__uBnvT:hover{color:var(--deep-blue)}.Header_logoutButton__21D5S{background:none;border:none;color:var(--text-muted);font-size:.85rem;font-family:inherit;cursor:pointer;padding:0;transition:color .2s}.Header_logoutButton__21D5S:hover{color:var(--danger-red)}.Header_hamburger___6DdG{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;background:none;border:none;cursor:pointer;padding:6px;z-index:202}.Header_hamburgerLine__8uGhL{display:block;width:100%;height:2px;background:var(--text-primary);border-radius:2px;transition:transform .25s,opacity .25s}.Header_hamburgerOpen__74VR7 .Header_hamburgerLine__8uGhL:first-child{transform:translateY(7px) rotate(45deg)}.Header_hamburgerOpen__74VR7 .Header_hamburgerLine__8uGhL:nth-child(2){opacity:0}.Header_hamburgerOpen__74VR7 .Header_hamburgerLine__8uGhL:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.Header_mobileNav__J0kLN,.Header_overlay__qJh_7{display:none}@media (max-width:600px){.Header_header__MvnS2{padding:var(--space-md)}.Header_nav__EE71E{display:none}.Header_hamburger___6DdG{display:flex}.Header_overlay__qJh_7{display:block;position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:200}.Header_mobileNav__J0kLN{display:flex;flex-direction:column;position:fixed;top:0;right:0;width:260px;height:100dvh;background:hsla(0,0%,100%,.97);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));padding:5rem var(--space-xl) var(--space-xl);z-index:201;transform:translateX(100%);transition:transform .25s ease,visibility .25s;border-left:1px solid var(--glass-border);visibility:hidden}.Header_mobileNavOpen__gI4w0{transform:translateX(0);visibility:visible}.Header_mobileLink__LH6oj{display:block;padding:var(--space-md) 0;font-size:1.05rem;font-weight:500;color:var(--text-primary);border-bottom:1px solid var(--frost);transition:color .15s}.Header_mobileLink__LH6oj:hover{color:var(--deep-blue)}.Header_mobileDivider__1lCgO{height:1px;background:var(--frost);margin:var(--space-sm) 0}.Header_mobileUserName__PdTZ3{font-size:.9rem;font-weight:500;color:var(--text-secondary);padding:var(--space-md) 0 var(--space-xs)}.Header_mobileLogout__6t9hh{font-size:.95rem;color:var(--danger-red);padding:var(--space-sm) 0}.Header_mobileLogin__Z0saN,.Header_mobileLogout__6t9hh{background:none;border:none;font-family:inherit;font-weight:500;cursor:pointer;text-align:left}.Header_mobileLogin__Z0saN{font-size:1.05rem;color:var(--deep-blue);padding:var(--space-md) 0}}