.ThemeToggle-module__i-Vfoq__toggle{border-radius:var(--radius-full);width:44px;height:44px;color:var(--foreground);border:1.5px solid var(--nav-border);transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);background:0 0;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ThemeToggle-module__i-Vfoq__toggle:hover{background:var(--primary-50);border-color:var(--primary);color:var(--primary)}.ThemeToggle-module__i-Vfoq__toggle:active{transform:scale(.96)}.ThemeToggle-module__i-Vfoq__toggle:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.ThemeToggle-module__i-Vfoq__icon{width:20px;height:20px}.ThemeToggle-module__i-Vfoq__placeholder{background:var(--foreground-tertiary);opacity:.25;border-radius:50%;width:20px;height:20px}
.LanguageSwitcher-module__LNnhDq__switcher{background:var(--card-bg);border-radius:var(--radius-sm);border:1px solid var(--card-border);align-items:center;gap:2px;padding:2px;display:flex}.LanguageSwitcher-module__LNnhDq__option{letter-spacing:.02em;color:var(--foreground-tertiary);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:none;border-radius:6px;padding:4px 10px;font-size:.75rem;font-weight:600;line-height:1.4}.LanguageSwitcher-module__LNnhDq__option:hover:not(:disabled){color:var(--foreground);background:var(--primary-50)}.LanguageSwitcher-module__LNnhDq__option.LanguageSwitcher-module__LNnhDq__active{background:var(--primary);color:#fff;cursor:default}.LanguageSwitcher-module__LNnhDq__option:disabled{opacity:1}
.AuthModal-module__jrbLjq__overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;background:#00000080;justify-content:center;align-items:center;padding:24px;animation:.2s ease-out forwards AuthModal-module__jrbLjq__fadeIn;display:flex;position:fixed;inset:0}.AuthModal-module__jrbLjq__overlayClosing{animation:.15s ease-in forwards AuthModal-module__jrbLjq__fadeOut}@keyframes AuthModal-module__jrbLjq__fadeIn{to{opacity:1}}@keyframes AuthModal-module__jrbLjq__fadeOut{0%{opacity:1}to{opacity:0}}.AuthModal-module__jrbLjq__dialog{background:var(--card-bg);border-radius:var(--radius-xl);opacity:0;width:100%;max-width:480px;max-height:calc(100dvh - 48px);animation:AuthModal-module__jrbLjq__slideUp .25s var(--ease-spring) 50ms forwards;flex-direction:column;display:flex;position:relative;overflow:hidden;transform:translateY(16px)scale(.97);box-shadow:0 24px 80px #0003}.AuthModal-module__jrbLjq__dialogClosing{animation:.15s ease-in forwards AuthModal-module__jrbLjq__slideDown}@keyframes AuthModal-module__jrbLjq__slideUp{to{opacity:1;transform:translateY(0)scale(1)}}@keyframes AuthModal-module__jrbLjq__slideDown{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(16px)scale(.97)}}.AuthModal-module__jrbLjq__header{border-bottom:1px solid var(--card-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.AuthModal-module__jrbLjq__headerTitle{text-align:center;color:var(--foreground);flex:1;margin:0;font-size:1rem;font-weight:700}.AuthModal-module__jrbLjq__headerButton{border-radius:var(--radius-full);background:var(--background);border:1px solid var(--card-border);width:36px;height:36px;color:var(--foreground-secondary);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);justify-content:center;align-items:center;display:flex}.AuthModal-module__jrbLjq__headerButton:hover{background:var(--primary-50);color:var(--foreground)}.AuthModal-module__jrbLjq__headerSpacer{width:36px}.AuthModal-module__jrbLjq__content{overscroll-behavior:contain;flex:1;padding:32px 32px 40px;overflow-y:auto}.AuthModal-module__jrbLjq__title{font-family:var(--font-display);color:var(--foreground);margin:0 0 8px;font-size:1.75rem;font-weight:800;line-height:1.2}.AuthModal-module__jrbLjq__subtitle{color:var(--foreground-secondary);margin:0 0 28px;font-size:.875rem;font-weight:500;line-height:1.5}.AuthModal-module__jrbLjq__form{flex-direction:column;gap:4px;display:flex}.AuthModal-module__jrbLjq__inputGroup{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.AuthModal-module__jrbLjq__label{color:var(--foreground);font-size:.8125rem;font-weight:600}.AuthModal-module__jrbLjq__input{width:100%;height:48px;font-size:.9375rem;font-family:var(--font-sans);color:var(--foreground);background:var(--background);border:1.5px solid var(--card-border);border-radius:var(--radius-md);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);outline:none;padding:0 16px}.AuthModal-module__jrbLjq__input::placeholder{color:var(--foreground-tertiary)}.AuthModal-module__jrbLjq__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}.AuthModal-module__jrbLjq__inputWithIcon{padding-left:44px}.AuthModal-module__jrbLjq__inputWrapper{position:relative}.AuthModal-module__jrbLjq__inputIcon{color:var(--foreground-tertiary);pointer-events:none;align-items:center;display:flex;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.AuthModal-module__jrbLjq__passwordToggle{width:40px;height:40px;color:var(--foreground-tertiary);cursor:pointer;border-radius:var(--radius-sm);transition:color var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.AuthModal-module__jrbLjq__passwordToggle:hover{color:var(--foreground-secondary)}.AuthModal-module__jrbLjq__errorBanner{border-radius:var(--radius-md);background:#ef444414;border:1px solid #ef444426;align-items:flex-start;gap:10px;margin-bottom:20px;padding:12px 16px;animation:.3s ease-out AuthModal-module__jrbLjq__shakeBanner;display:flex}html.AuthModal-module__jrbLjq__dark .AuthModal-module__jrbLjq__errorBanner{background:#ef44441f;border-color:#ef444433}.AuthModal-module__jrbLjq__errorIcon{color:#ef4444;flex-shrink:0;margin-top:1px}.AuthModal-module__jrbLjq__errorText{color:#ef4444;flex:1;font-size:.8125rem;font-weight:500;line-height:1.4}@keyframes AuthModal-module__jrbLjq__shakeBanner{0%,to{transform:translate(0)}20%{transform:translate(-4px)}40%{transform:translate(4px)}60%{transform:translate(-2px)}80%{transform:translate(2px)}}.AuthModal-module__jrbLjq__successBanner{border-radius:var(--radius-md);background:#22c55e14;border:1px solid #22c55e26;align-items:center;gap:10px;margin-bottom:20px;padding:12px 16px;display:flex}html.AuthModal-module__jrbLjq__dark .AuthModal-module__jrbLjq__successBanner{background:#22c55e1f;border-color:#22c55e33}.AuthModal-module__jrbLjq__successText{color:#22c55e;flex:1;font-size:.8125rem;font-weight:500;line-height:1.4}.AuthModal-module__jrbLjq__primaryButton{width:100%;height:48px;font-size:.9375rem;font-weight:700;font-family:var(--font-sans);color:#fff;background:var(--primary);border-radius:var(--radius-md);cursor:pointer;transition:background var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);border:none;justify-content:center;align-items:center;gap:8px;margin-top:16px;display:flex}.AuthModal-module__jrbLjq__primaryButton:hover:not(:disabled){background:var(--primary-hover);box-shadow:0 4px 16px var(--primary-glow);transform:translateY(-1px)}.AuthModal-module__jrbLjq__primaryButton:active:not(:disabled){transform:translateY(0)}.AuthModal-module__jrbLjq__primaryButton:disabled{opacity:.55;cursor:not-allowed}.AuthModal-module__jrbLjq__spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite AuthModal-module__jrbLjq__spin;display:inline-block}@keyframes AuthModal-module__jrbLjq__spin{to{transform:rotate(360deg)}}.AuthModal-module__jrbLjq__socialContainer{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.AuthModal-module__jrbLjq__socialButton{width:100%;height:48px;font-size:.875rem;font-weight:700;font-family:var(--font-sans);color:var(--foreground);background:var(--card-bg);border:1.5px solid var(--card-border);border-radius:var(--radius-md);cursor:pointer;transition:border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);justify-content:center;align-items:center;gap:12px;display:flex}.AuthModal-module__jrbLjq__socialButton:hover:not(:disabled){border-color:var(--foreground-tertiary);box-shadow:var(--card-shadow);transform:translateY(-1px)}.AuthModal-module__jrbLjq__socialButton:disabled{opacity:.55;cursor:not-allowed}.AuthModal-module__jrbLjq__socialButtonApple{color:#fff;background:#000;border-color:#000;}html.AuthModal-module__jrbLjq__dark .AuthModal-module__jrbLjq__socialButtonApple{background:#1a1a1a;border-color:#ffffff26}.AuthModal-module__jrbLjq__socialButtonApple:hover:not(:disabled){background:#222;border-color:#444}.AuthModal-module__jrbLjq__socialIcon{flex-shrink:0;align-items:center;display:flex}.AuthModal-module__jrbLjq__divider{align-items:center;gap:16px;margin-bottom:16px;padding:4px 0;display:flex}.AuthModal-module__jrbLjq__dividerLine{background:var(--card-border);flex:1;height:1px}.AuthModal-module__jrbLjq__dividerText{color:var(--foreground-tertiary);text-transform:uppercase;letter-spacing:.5px;font-size:.6875rem;font-weight:700}.AuthModal-module__jrbLjq__footer{justify-content:center;align-items:center;gap:6px;padding-top:24px;display:flex}.AuthModal-module__jrbLjq__footerText{color:var(--foreground-secondary);font-size:.875rem;font-weight:500}.AuthModal-module__jrbLjq__footerLink{color:var(--primary);cursor:pointer;font-size:.875rem;font-weight:700;font-family:var(--font-sans);transition:color var(--transition-fast);background:0 0;border:none;padding:0}.AuthModal-module__jrbLjq__footerLink:hover{color:var(--primary-hover);text-decoration:underline}.AuthModal-module__jrbLjq__forgotPasswordLink{align-self:flex-end;margin-top:-4px;margin-bottom:4px}.AuthModal-module__jrbLjq__forgotPasswordText{color:var(--primary);cursor:pointer;font-size:.8125rem;font-weight:600;font-family:var(--font-sans);transition:color var(--transition-fast);background:0 0;border:none;padding:0}.AuthModal-module__jrbLjq__forgotPasswordText:hover{color:var(--primary-hover);text-decoration:underline}.AuthModal-module__jrbLjq__codeContainer{justify-content:center;gap:10px;margin-bottom:28px;display:flex}.AuthModal-module__jrbLjq__codeInput{border:2px solid var(--card-border);border-radius:var(--radius-md);width:52px;height:60px;font-size:1.375rem;font-weight:700;font-family:var(--font-sans);color:var(--foreground);text-align:center;background:var(--background);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);outline:none}.AuthModal-module__jrbLjq__codeInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}.AuthModal-module__jrbLjq__codeInputFilled{border-color:var(--foreground-tertiary)}.AuthModal-module__jrbLjq__emailHighlight{color:var(--primary);margin-bottom:20px;font-size:.875rem;font-weight:700}.AuthModal-module__jrbLjq__resendContainer{flex-direction:column;align-items:center;gap:4px;margin-top:20px;display:flex}.AuthModal-module__jrbLjq__resendText{color:var(--foreground-secondary);font-size:.8125rem;font-weight:500}.AuthModal-module__jrbLjq__resendLink{color:var(--primary);cursor:pointer;font-size:.8125rem;font-weight:700;font-family:var(--font-sans);transition:color var(--transition-fast);background:0 0;border:none;padding:0}.AuthModal-module__jrbLjq__resendLink:hover{color:var(--primary-hover);text-decoration:underline}.AuthModal-module__jrbLjq__resendLink:disabled{opacity:.5;cursor:not-allowed}@media (max-width:560px){.AuthModal-module__jrbLjq__overlay{align-items:flex-end;padding:0}.AuthModal-module__jrbLjq__dialog{border-radius:var(--radius-xl) var(--radius-xl) 0 0;max-width:100%;max-height:95dvh;animation:AuthModal-module__jrbLjq__slideUpMobile .3s var(--ease-spring) forwards;transform:translateY(100%)}.AuthModal-module__jrbLjq__dialogClosing{animation:.2s ease-in forwards AuthModal-module__jrbLjq__slideDownMobile}@keyframes AuthModal-module__jrbLjq__slideUpMobile{to{opacity:1;transform:translateY(0)}}@keyframes AuthModal-module__jrbLjq__slideDownMobile{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.AuthModal-module__jrbLjq__content{padding:24px 20px 32px}.AuthModal-module__jrbLjq__title{font-size:1.5rem}.AuthModal-module__jrbLjq__codeInput{width:46px;height:54px;font-size:1.25rem}}
.AuthenticatedImage-module__Amiw8G__placeholder{background-color:#f3f4f6}
.Navbar-module__ALGTZa__navbar{z-index:1000;transition:background var(--transition-base), box-shadow var(--transition-base), backdrop-filter var(--transition-base);position:fixed;top:0;left:0;right:0}.Navbar-module__ALGTZa__scrolled{background:var(--nav-bg);-webkit-backdrop-filter:blur(20px)saturate(180%);box-shadow:0 1px 0 var(--nav-border)}.Navbar-module__ALGTZa__container{z-index:1001;max-width:var(--container-max);padding:16px var(--container-padding);align-items:center;gap:32px;margin:0 auto;display:flex;position:relative}.Navbar-module__ALGTZa__logo{flex-shrink:1;align-items:center;min-width:0;max-width:min(320px,72vw);display:flex}.Navbar-module__ALGTZa__navEnd{align-items:center;gap:10px;margin-left:auto;display:flex}.Navbar-module__ALGTZa__desktopNav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:2px 4px;display:flex}.Navbar-module__ALGTZa__navLink{color:var(--foreground-secondary);border-radius:var(--radius-full);white-space:nowrap;transition:color var(--transition-fast), background var(--transition-fast);padding:8px 10px;font-size:.875rem;font-weight:500;text-decoration:none}.Navbar-module__ALGTZa__navLink:hover{color:var(--foreground);background:var(--primary-50)}.Navbar-module__ALGTZa__communityLink{color:var(--primary);border-radius:var(--radius-full);white-space:nowrap;transition:color var(--transition-fast), background var(--transition-fast);padding:8px 14px;font-size:.9375rem;font-weight:600;text-decoration:none}.Navbar-module__ALGTZa__communityLink:hover{color:var(--primary-hover);background:var(--primary-50)}.Navbar-module__ALGTZa__preferencesWrap{flex-shrink:0;position:relative}.Navbar-module__ALGTZa__preferencesTrigger{border-radius:var(--radius-full);width:40px;height:40px;color:var(--foreground-secondary);cursor:pointer;transition:color var(--transition-fast), background var(--transition-fast);-webkit-tap-highlight-color:transparent;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.Navbar-module__ALGTZa__preferencesTrigger:hover,.Navbar-module__ALGTZa__preferencesTrigger[aria-expanded=true]{color:var(--foreground);background:var(--primary-50)}.Navbar-module__ALGTZa__preferencesPanel{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-md);min-width:220px;box-shadow:var(--card-shadow-hover);z-index:1010;flex-direction:column;gap:10px;padding:14px 16px 16px;animation:.15s ease-out forwards Navbar-module__ALGTZa__preferencesIn;display:flex;position:absolute;top:calc(100% + 8px);right:0}@keyframes Navbar-module__ALGTZa__preferencesIn{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.Navbar-module__ALGTZa__preferencesLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--foreground-tertiary);margin:0;font-size:.6875rem;font-weight:700}.Navbar-module__ALGTZa__ctaButton{color:var(--primary);border:1.5px solid var(--primary);border-radius:var(--radius-full);transition:color var(--transition-fast), background var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);background:0 0;flex-shrink:0;align-items:center;padding:9px 23px;font-size:.9375rem;font-weight:600;display:inline-flex}.Navbar-module__ALGTZa__ctaButton:hover{color:var(--footer-heading);background:var(--primary);border-color:var(--primary);transform:translateY(-1px)}.Navbar-module__ALGTZa__ctaButton:active{transform:translateY(1px)}.Navbar-module__ALGTZa__hamburger{border-radius:var(--radius-md);width:44px;height:44px;transition:background var(--transition-fast);flex-direction:column;justify-content:center;gap:5px;padding:10px;display:none}.Navbar-module__ALGTZa__hamburger:hover{background:var(--primary-50)}.Navbar-module__ALGTZa__hamburger span{background:var(--foreground);width:100%;height:2px;transition:transform var(--transition-base), opacity var(--transition-base);transform-origin:50%;border-radius:2px;display:block}.Navbar-module__ALGTZa__hamburgerOpen span:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__ALGTZa__hamburgerOpen span:nth-child(2){opacity:0}.Navbar-module__ALGTZa__hamburgerOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module__ALGTZa__mobileMenu{background:var(--background);z-index:999;opacity:0;visibility:hidden;transition:opacity var(--transition-base), visibility var(--transition-base);position:fixed;inset:0}.Navbar-module__ALGTZa__mobileMenuOpen{opacity:1;visibility:visible}.Navbar-module__ALGTZa__mobileMenuInner{height:100%;padding:72px var(--container-padding) max(32px, env(safe-area-inset-bottom));flex-direction:column;justify-content:flex-start;align-items:stretch;gap:6px;width:100%;max-width:400px;margin-left:auto;margin-right:auto;display:flex;overflow-y:auto}.Navbar-module__ALGTZa__mobileMenuClose{top:16px;right:var(--container-padding);border-radius:var(--radius-md);cursor:pointer;width:44px;height:44px;color:var(--foreground);transition:background var(--transition-fast);z-index:1002;-webkit-tap-highlight-color:transparent;background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:absolute}.Navbar-module__ALGTZa__mobileMenuClose:hover{background:var(--primary-50)}.Navbar-module__ALGTZa__mobileMenuClose:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.Navbar-module__ALGTZa__mobileMenuClose svg{width:24px;height:24px}.Navbar-module__ALGTZa__mobileLinkPrimary{color:#fff;text-align:center;background:var(--primary);border-radius:var(--radius-full);transition:background var(--transition-fast), transform var(--transition-fast);justify-content:center;align-items:center;padding:14px 20px;font-size:1rem;font-weight:700;text-decoration:none;display:flex}.Navbar-module__ALGTZa__mobileLinkPrimary:hover{background:var(--primary-hover)}.Navbar-module__ALGTZa__mobileLink{color:var(--foreground);border-radius:var(--radius-lg);transition:color var(--transition-fast), background var(--transition-fast);text-align:left;width:100%;padding:12px 16px;font-size:1.0625rem;font-weight:600;text-decoration:none}.Navbar-module__ALGTZa__mobileLink:hover{color:var(--primary);background:var(--primary-50)}.Navbar-module__ALGTZa__mobilePreferences{border-top:1px solid var(--card-border);flex-direction:column;gap:14px;margin-top:20px;padding-top:20px;display:flex}.Navbar-module__ALGTZa__mobilePreferencesBlock{flex-direction:column;gap:8px;display:flex}.Navbar-module__ALGTZa__mobilePreferencesLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--foreground-tertiary);font-size:.6875rem;font-weight:700}.Navbar-module__ALGTZa__mobileDownloadLink{color:var(--primary);border:1.5px solid var(--primary);border-radius:var(--radius-full);transition:color var(--transition-fast), background var(--transition-fast);background:0 0;justify-content:center;align-items:center;margin-top:8px;padding:14px 20px;font-size:1rem;font-weight:600;text-decoration:none;display:flex}.Navbar-module__ALGTZa__mobileDownloadLink:hover{color:var(--footer-heading);background:var(--primary)}.Navbar-module__ALGTZa__mobileCta{color:#fff;background:var(--primary);border-radius:var(--radius-full);width:100%;max-width:min(320px,100%);transition:background var(--transition-fast), transform var(--transition-fast);justify-content:center;align-items:center;margin-top:16px;padding:16px 40px;font-size:1.125rem;font-weight:600;display:inline-flex}.Navbar-module__ALGTZa__mobileCta:hover{background:var(--primary-hover)}.Navbar-module__ALGTZa__mobileCta:active{transform:scale(.98)}.Navbar-module__ALGTZa__authButton{font-size:.875rem;font-weight:600;font-family:var(--font-sans);color:#fff;background:var(--primary);border-radius:var(--radius-full);cursor:pointer;transition:background var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);border:none;flex-shrink:0;align-items:center;gap:8px;padding:9px 20px;display:inline-flex}.Navbar-module__ALGTZa__authButton:hover{background:var(--primary-hover);box-shadow:0 4px 12px var(--primary-glow);transform:translateY(-1px)}.Navbar-module__ALGTZa__authButton:active{transform:translateY(0)}.Navbar-module__ALGTZa__authButtonIcon{align-items:center;display:flex}.Navbar-module__ALGTZa__userMenuWrapper{flex-shrink:0;align-items:center;gap:6px;display:flex;position:relative}.Navbar-module__ALGTZa__userAvatar{border-radius:var(--radius-full);background:var(--background);border:2px solid var(--card-border);cursor:pointer;width:38px;height:38px;transition:border-color var(--transition-fast), box-shadow var(--transition-fast);justify-content:center;align-items:center;padding:0;text-decoration:none;display:flex;overflow:hidden}.Navbar-module__ALGTZa__userAvatar:hover{border-color:var(--primary-light);box-shadow:0 0 0 3px var(--primary-glow)}.Navbar-module__ALGTZa__userAvatarImg{object-fit:cover;width:100%;height:100%;display:block}.Navbar-module__ALGTZa__userLogoutButton{border-radius:var(--radius-full);width:38px;height:38px;color:var(--foreground-secondary);border:1px solid var(--card-border);cursor:pointer;transition:color var(--transition-fast), background var(--transition-fast), border-color var(--transition-fast);background:0 0;justify-content:center;align-items:center;padding:0;display:flex}.Navbar-module__ALGTZa__userLogoutButton:hover{color:#ef4444;background:#ef44440f;border-color:#ef444459}.Navbar-module__ALGTZa__userLogoutButton:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.Navbar-module__ALGTZa__mobileAuthButton{font-size:1.125rem;font-weight:600;font-family:var(--font-sans);color:#fff;background:var(--primary);border-radius:var(--radius-full);cursor:pointer;width:100%;max-width:min(320px,100%);transition:background var(--transition-fast), transform var(--transition-fast);border:none;justify-content:center;align-items:center;gap:8px;margin-top:12px;padding:16px 40px;display:inline-flex}.Navbar-module__ALGTZa__mobileAuthButton:hover{background:var(--primary-hover)}.Navbar-module__ALGTZa__mobileAuthButton:active{transform:scale(.98)}@media (max-width:768px){.Navbar-module__ALGTZa__desktopNav,.Navbar-module__ALGTZa__preferencesWrap,.Navbar-module__ALGTZa__ctaButton,.Navbar-module__ALGTZa__authButton,.Navbar-module__ALGTZa__userLogoutButton{display:none}.Navbar-module__ALGTZa__hamburger{display:flex}}
.Footer-module__VUkswa__footer{background:var(--footer-bg);color:var(--footer-text)}.Footer-module__VUkswa__container{max-width:var(--container-max);padding:64px var(--container-padding) 32px;margin:0 auto}.Footer-module__VUkswa__top{border-bottom:1px solid var(--card-border);grid-template-columns:1.2fr 2fr;gap:64px;padding-bottom:48px;display:grid}.Footer-module__VUkswa__brand{flex-direction:column;gap:16px;display:flex}.Footer-module__VUkswa__logo{align-items:center;display:flex}.Footer-module__VUkswa__brandDescription{color:var(--footer-text);font-size:.875rem;line-height:1.7}.Footer-module__VUkswa__socials{gap:8px;margin-top:8px;display:flex}.Footer-module__VUkswa__socialLink{border-radius:var(--radius-md);width:44px;height:44px;color:var(--footer-text);transition:background var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);background:#ffffff0f;justify-content:center;align-items:center;display:flex}.Footer-module__VUkswa__socialLink:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.Footer-module__VUkswa__socialLinkDisabled{opacity:.4;cursor:default}.Footer-module__VUkswa__socialLinkDisabled:hover{color:var(--footer-text);background:#ffffff0f;transform:none}.Footer-module__VUkswa__socialLink:active{transform:translateY(1px)}.Footer-module__VUkswa__linksGrid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.Footer-module__VUkswa__linkGroupTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--footer-heading);margin-bottom:16px;font-size:.875rem;font-weight:700}.Footer-module__VUkswa__linkList{flex-direction:column;gap:10px;list-style:none;display:flex}.Footer-module__VUkswa__footerLink{color:var(--footer-text);transition:color var(--transition-fast);font-size:.875rem}.Footer-module__VUkswa__footerLink:hover{color:var(--primary)}.Footer-module__VUkswa__footerLinkDisabled{opacity:.5;cursor:default}.Footer-module__VUkswa__bottom{justify-content:space-between;align-items:center;padding-top:24px;display:flex}.Footer-module__VUkswa__copyright{color:var(--foreground-tertiary);font-size:.8125rem}.Footer-module__VUkswa__bottomLinks{gap:24px;display:flex}.Footer-module__VUkswa__bottomLink{color:var(--footer-text);transition:color var(--transition-fast);font-size:.8125rem}.Footer-module__VUkswa__bottomLink:hover{color:var(--primary)}@media (max-width:768px){.Footer-module__VUkswa__top{grid-template-columns:1fr;gap:40px}.Footer-module__VUkswa__linksGrid{grid-template-columns:repeat(2,1fr)}.Footer-module__VUkswa__bottom{text-align:center;flex-direction:column;gap:12px}}@media (max-width:480px){.Footer-module__VUkswa__linksGrid{grid-template-columns:1fr}}
.HeroSection-module__i6dU2G__hero{--background:#0f0e0c;--background-alt:#1a1714;--foreground:#faf8f5;--foreground-secondary:#a89e95;--foreground-tertiary:#9e958c;--card-border:#faf8f514;color:#faf8f5;background:#0f0e0c;flex-direction:column;justify-content:center;min-height:100dvh;padding:120px 0 0;display:flex;position:relative;overflow:hidden}.HeroSection-module__i6dU2G__gradientOrb{filter:blur(80px);pointer-events:none;contain:strict;background:radial-gradient(circle,#f9731624 0%,#0000 70%);border-radius:50%;width:1000px;height:1000px;position:absolute;top:50%;right:-100px;transform:translateY(-50%)translateZ(0)}.HeroSection-module__i6dU2G__gradientOrbSecondary{filter:blur(60px);pointer-events:none;contain:strict;background:radial-gradient(circle,#f973160d 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:8%;left:-120px}.HeroSection-module__i6dU2G__pawPrint{color:var(--primary);pointer-events:none;opacity:0;contain:layout style;transition:opacity 1.8s;animation:8s ease-in-out infinite HeroSection-module__i6dU2G__floatPaw;position:absolute}.HeroSection-module__i6dU2G__loaded .HeroSection-module__i6dU2G__pawPrint{opacity:.07}@keyframes HeroSection-module__i6dU2G__floatPaw{0%,to{translate:0}50%{translate:0 -16px}}.HeroSection-module__i6dU2G__container{width:100%;max-width:var(--container-max);padding:0 var(--container-padding);z-index:2;margin:0 auto;position:relative}.HeroSection-module__i6dU2G__content{flex-direction:column;gap:28px;max-width:55%;display:flex}.HeroSection-module__i6dU2G__heading{font-family:var(--font-display);flex-direction:column;display:flex}.HeroSection-module__i6dU2G__headingLine{letter-spacing:-.02em;color:#faf8f5;opacity:0;transition:opacity .8s var(--ease-spring), transform .8s var(--ease-spring);transition-delay:var(--delay,0s);font-size:clamp(2rem,4.5vw,3.25rem);font-weight:600;line-height:1.15;display:block;transform:translateY(40px)}.HeroSection-module__i6dU2G__loaded .HeroSection-module__i6dU2G__headingLine{opacity:1;transform:translateY(0)}.HeroSection-module__i6dU2G__headingAccent{letter-spacing:-.04em;color:var(--primary);margin-top:4px;font-size:clamp(3.5rem,9vw,7rem);font-weight:800;line-height:1}.HeroSection-module__i6dU2G__subtitle{color:#a89e95;opacity:0;max-width:480px;transition:opacity .8s var(--ease-spring) .6s, transform .8s var(--ease-spring) .6s;font-size:1.0625rem;line-height:1.75;transform:translateY(30px)}.HeroSection-module__i6dU2G__loaded .HeroSection-module__i6dU2G__subtitle{opacity:1;transform:translateY(0)}.HeroSection-module__i6dU2G__featureTags{opacity:0;transition:opacity .8s var(--ease-spring) .75s, transform .8s var(--ease-spring) .75s;flex-wrap:wrap;gap:8px;display:flex;transform:translateY(20px)}.HeroSection-module__i6dU2G__loaded .HeroSection-module__i6dU2G__featureTags{opacity:1;transform:translateY(0)}.HeroSection-module__i6dU2G__featureTag{color:#faf8f599;border:1px solid #faf8f51a;border-radius:9999px;align-items:center;gap:6px;padding:10px 14px;font-size:.8125rem;font-weight:500;transition:border-color .3s,color .3s;display:inline-flex}.HeroSection-module__i6dU2G__featureTag:hover{color:#faf8f5d9;border-color:#faf8f538}.HeroSection-module__i6dU2G__featureTagDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.HeroSection-module__i6dU2G__actions{opacity:0;transition:opacity .8s var(--ease-spring) .9s, transform .8s var(--ease-spring) .9s;flex-wrap:wrap;gap:14px;display:flex;transform:translateY(20px)}.HeroSection-module__i6dU2G__loaded .HeroSection-module__i6dU2G__actions{opacity:1;transform:translateY(0)}.HeroSection-module__i6dU2G__primaryBtn{color:var(--background);background:var(--primary);border-radius:var(--radius-full);transition:transform .25s var(--ease-spring), box-shadow .25s var(--ease-spring), background .2s;align-items:center;gap:8px;padding:16px 32px;font-size:1rem;font-weight:600;display:inline-flex;box-shadow:0 0 #0000}.HeroSection-module__i6dU2G__primaryBtn:hover{box-shadow:0 8px 32px var(--primary-glow), 0 0 60px #f973161f;background:var(--primary-light);transform:translateY(-2px)}.HeroSection-module__i6dU2G__primaryBtn:active{transform:translateY(1px)}.HeroSection-module__i6dU2G__secondaryBtn{color:#faf8f5;border-radius:var(--radius-full);transition:transform .25s var(--ease-spring), border-color .2s, background .2s;background:0 0;border:1px solid #faf8f526;align-items:center;gap:8px;padding:16px 28px;font-size:1rem;font-weight:600;display:inline-flex}.HeroSection-module__i6dU2G__secondaryBtn:hover{background:#faf8f50d;border-color:#faf8f54d;transform:translateY(-2px)}.HeroSection-module__i6dU2G__secondaryBtn:active{transform:translateY(1px)}.HeroSection-module__i6dU2G__webAppRow{opacity:0;transition:opacity .75s var(--ease-spring) 1s, transform .75s var(--ease-spring) 1s;margin-top:4px;transform:translateY(16px)}.HeroSection-module__i6dU2G__loaded .HeroSection-module__i6dU2G__webAppRow{opacity:1;transform:translateY(0)}.HeroSection-module__i6dU2G__webAppLink{color:var(--foreground);text-underline-offset:4px;align-items:center;gap:8px;font-size:.9375rem;font-weight:600;-webkit-text-decoration:underline #f9731680;text-decoration:underline #f9731680;transition:color .2s,text-decoration-color .2s;display:inline-flex}.HeroSection-module__i6dU2G__webAppLink:hover{color:var(--primary);-webkit-text-decoration-color:var(--primary);text-decoration-color:var(--primary)}.HeroSection-module__i6dU2G__webAppLink:focus-visible{outline:2px solid var(--primary);outline-offset:3px;border-radius:4px}.HeroSection-module__i6dU2G__trustRow{opacity:0;transition:opacity .8s var(--ease-spring) 1.05s;align-items:center;gap:10px;display:flex}.HeroSection-module__i6dU2G__loaded .HeroSection-module__i6dU2G__trustRow{opacity:1}.HeroSection-module__i6dU2G__trustStars{gap:2px;display:flex}.HeroSection-module__i6dU2G__trustText{color:var(--foreground-secondary);font-size:.8125rem}.HeroSection-module__i6dU2G__dogImageWrapper{z-index:1;opacity:0;transition:opacity 1.2s cubic-bezier(.16,1,.3,1) .3s,transform 1.2s cubic-bezier(.16,1,.3,1) .3s;position:absolute;bottom:0;right:0;transform:translate(60px)}.HeroSection-module__i6dU2G__loaded .HeroSection-module__i6dU2G__dogImageWrapper{opacity:1;transform:translate(0)}.HeroSection-module__i6dU2G__dogGlow{filter:blur(60px);pointer-events:none;z-index:0;contain:strict;background:radial-gradient(at 40%,#f9731633 0%,#f973160d 45%,#0000 70%);position:absolute;inset:0}.HeroSection-module__i6dU2G__dogImage{z-index:1;object-fit:contain;width:clamp(420px,48vw,880px);max-width:none;height:auto;display:block;position:relative}.HeroSection-module__i6dU2G__phoneCol{z-index:2;justify-content:center;align-items:center;display:none;position:relative}.HeroSection-module__i6dU2G__phoneWrapper{opacity:0;transition:opacity 1s var(--ease-spring) .5s, transform 1s var(--ease-spring) .5s;position:relative;transform:translate(80px)translateY(20px)}.HeroSection-module__i6dU2G__loaded .HeroSection-module__i6dU2G__phoneWrapper{opacity:1;transform:translate(0)translateY(0)}.HeroSection-module__i6dU2G__phoneGlow{filter:blur(30px);pointer-events:none;z-index:0;contain:strict;background:radial-gradient(#f9731624 0%,#0000 70%);width:340px;height:480px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HeroSection-module__i6dU2G__phone{background:var(--background-alt);width:300px;height:600px;box-shadow:0 50px 100px #00000080, 0 0 0 1px var(--card-border) inset;z-index:1;transition:transform .6s var(--ease-spring);border-radius:44px;padding:12px;position:relative;transform:perspective(1200px)rotateY(-6deg)rotateX(2deg)}.HeroSection-module__i6dU2G__loaded .HeroSection-module__i6dU2G__phone{animation:6s ease-in-out 2s infinite HeroSection-module__i6dU2G__phoneFloat}.HeroSection-module__i6dU2G__phoneWrapper:hover .HeroSection-module__i6dU2G__phone{transform:perspective(1200px)rotateY(-2deg)rotateX(1deg)}@keyframes HeroSection-module__i6dU2G__phoneFloat{0%,to{translate:0}50%{translate:0 -10px}}.HeroSection-module__i6dU2G__phoneNotch{background:var(--background-alt);z-index:2;border-radius:0 0 16px 16px;width:100px;height:28px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.HeroSection-module__i6dU2G__phoneScreen{background:linear-gradient(180deg, var(--background-alt) 0%, var(--background) 100%);width:100%;height:100%;font-family:var(--font-sans);border-radius:32px;flex-direction:column;gap:12px;padding:44px 14px 6px;display:flex;overflow:hidden}.HeroSection-module__i6dU2G__phoneGreeting{padding:0 2px}.HeroSection-module__i6dU2G__phoneGreetingSub{color:var(--foreground-tertiary);margin-bottom:4px;font-size:10px;font-weight:500}.HeroSection-module__i6dU2G__phoneDogRow{align-items:center;gap:8px;display:flex}.HeroSection-module__i6dU2G__phoneDogFace{flex-shrink:0}.HeroSection-module__i6dU2G__phoneDogNameText{color:var(--foreground);letter-spacing:-.02em;font-size:18px;font-weight:800}.HeroSection-module__i6dU2G__phoneHealthCard{background:linear-gradient(135deg, var(--health), #16a34a);color:#fff;border-radius:16px;padding:14px 14px 12px}.HeroSection-module__i6dU2G__phoneSmallLabel{text-transform:uppercase;letter-spacing:.06em;opacity:.8;margin-bottom:6px;font-size:9px;font-weight:700}.HeroSection-module__i6dU2G__phoneHealthRow{align-items:baseline;gap:8px;margin-bottom:10px;display:flex}.HeroSection-module__i6dU2G__phoneHealthScore{font-family:var(--font-display);letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:36px;font-weight:800;line-height:1}.HeroSection-module__i6dU2G__phoneHealthBadge{background:#ffffff40;border-radius:20px;padding:3px 8px;font-size:10px;font-weight:600}.HeroSection-module__i6dU2G__phoneHealthBar{background:#fff3;border-radius:2px;height:4px;overflow:hidden}.HeroSection-module__i6dU2G__phoneHealthBarFill{transform-origin:0;width:100%;height:100%;transition:transform .8s var(--ease-spring);background:#ffffffd9;border-radius:2px}.HeroSection-module__i6dU2G__phoneMiniCards{grid-template-columns:1fr 1fr;gap:8px;display:grid}.HeroSection-module__i6dU2G__phoneMiniCard{color:#fff;border-radius:14px;padding:12px 12px 10px}.HeroSection-module__i6dU2G__phoneMiniCardWalk{background:linear-gradient(135deg, var(--walk), #2563eb)}.HeroSection-module__i6dU2G__phoneMiniCardInsight{background:linear-gradient(135deg, var(--primary), var(--primary-hover))}.HeroSection-module__i6dU2G__phoneMiniValue{letter-spacing:-.02em;margin-bottom:2px;font-size:18px;font-weight:800;line-height:1}.HeroSection-module__i6dU2G__phoneMiniSub{opacity:.7;font-size:9px;font-weight:500}.HeroSection-module__i6dU2G__phoneSocial{background:#faf8f50a;border-radius:12px;padding:10px 12px}.HeroSection-module__i6dU2G__phoneSocialLabel{color:var(--foreground-tertiary);margin-bottom:6px;font-size:9px;font-weight:600}.HeroSection-module__i6dU2G__phoneSocialRow{align-items:center;gap:8px;display:flex}.HeroSection-module__i6dU2G__phoneSocialDots{display:flex}.HeroSection-module__i6dU2G__phoneSocialDot{border:2px solid var(--background-alt);border-radius:50%;width:18px;height:18px;margin-left:-6px}.HeroSection-module__i6dU2G__phoneSocialDot:first-child{margin-left:0}.HeroSection-module__i6dU2G__phoneSocialCount{color:var(--foreground-tertiary);font-size:10px;font-weight:600}.HeroSection-module__i6dU2G__phoneTabBar{border-top:1px solid var(--card-border);justify-content:space-around;align-items:center;margin-top:auto;padding:8px 4px 2px;display:flex}.HeroSection-module__i6dU2G__phoneTabItem{justify-content:center;align-items:center;padding:4px;display:flex}.HeroSection-module__i6dU2G__phoneTabDot{opacity:.4;border-radius:50%;width:7px;height:7px;transition:opacity .2s;display:block}.HeroSection-module__i6dU2G__phoneTabActive .HeroSection-module__i6dU2G__phoneTabDot{opacity:1;width:9px;height:9px;box-shadow:0 0 0 3px #22c55e26}.HeroSection-module__i6dU2G__scrollHint{opacity:0;transition:opacity 1s var(--ease-spring) 1.5s;z-index:4;flex-direction:column;align-items:center;gap:8px;display:flex;position:absolute;bottom:36px;left:50%;transform:translate(-50%)}.HeroSection-module__i6dU2G__loaded .HeroSection-module__i6dU2G__scrollHint{opacity:1}.HeroSection-module__i6dU2G__scrollText{text-transform:uppercase;letter-spacing:.12em;color:var(--foreground-secondary);font-size:.6875rem;font-weight:500}.HeroSection-module__i6dU2G__scrollLine{background:#faf8f51a;border-radius:1px;width:1px;height:32px;position:relative;overflow:hidden}.HeroSection-module__i6dU2G__scrollDot{background:var(--primary);border-radius:1px;width:100%;height:8px;animation:2s ease-in-out infinite HeroSection-module__i6dU2G__scrollPulse}@keyframes HeroSection-module__i6dU2G__scrollPulse{0%{transform:translateY(-8px)}50%{transform:translateY(32px)}to{transform:translateY(-8px)}}.HeroSection-module__i6dU2G__bottomFade{background:linear-gradient(to bottom, transparent, var(--background));pointer-events:none;z-index:3;height:140px;position:absolute;bottom:0;left:0;right:0}html:not(.dark) .HeroSection-module__i6dU2G__hero{--background:#f8f6f2;--background-alt:#fefcf9;--foreground:#2c2520;--foreground-secondary:#7d746b;--foreground-tertiary:#a89e95;--card-border:#2c25200f;color:#2c2520;background:#f8f6f2}html:not(.dark) .HeroSection-module__i6dU2G__gradientOrb{background:radial-gradient(circle,#f973162e 0%,#0000 70%)}html:not(.dark) .HeroSection-module__i6dU2G__gradientOrbSecondary{background:radial-gradient(circle,#f9731614 0%,#0000 70%)}html:not(.dark) .HeroSection-module__i6dU2G__loaded .HeroSection-module__i6dU2G__pawPrint{opacity:.12}html:not(.dark) .HeroSection-module__i6dU2G__headingLine{color:#2c2520}html:not(.dark) .HeroSection-module__i6dU2G__subtitle{color:#7d746b}html:not(.dark) .HeroSection-module__i6dU2G__featureTag{color:#2c2520b3;border:1px solid #2c25201f}html:not(.dark) .HeroSection-module__i6dU2G__featureTag:hover{color:#2c2520;border-color:#2c252040}html:not(.dark) .HeroSection-module__i6dU2G__secondaryBtn{color:#2c2520;border:1px solid #2c252033}html:not(.dark) .HeroSection-module__i6dU2G__secondaryBtn:hover{background:#2c25200a;border-color:#2c252059}html:not(.dark) .HeroSection-module__i6dU2G__dogImage{filter:none}html:not(.dark) .HeroSection-module__i6dU2G__dogGlow{background:radial-gradient(at 40%,#f9731640 0%,#f973160f 45%,#0000 70%)}html:not(.dark) .HeroSection-module__i6dU2G__phone{box-shadow:0 50px 100px #00000040,inset 0 0 0 1px #2c252014}html:not(.dark) .HeroSection-module__i6dU2G__phoneGlow{background:radial-gradient(#f9731633 0%,#0000 70%)}html:not(.dark) .HeroSection-module__i6dU2G__phoneSocial{background:#2c25200a}html:not(.dark) .HeroSection-module__i6dU2G__scrollLine{background:#2c252026}@media (prefers-reduced-motion:reduce){.HeroSection-module__i6dU2G__headingLine,.HeroSection-module__i6dU2G__subtitle,.HeroSection-module__i6dU2G__featureTags,.HeroSection-module__i6dU2G__actions,.HeroSection-module__i6dU2G__trustRow,.HeroSection-module__i6dU2G__dogImageWrapper,.HeroSection-module__i6dU2G__phoneWrapper,.HeroSection-module__i6dU2G__scrollHint{opacity:1!important;transition:none!important;animation:none!important;transform:none!important}.HeroSection-module__i6dU2G__phone{transform:perspective(1200px)rotateY(-6deg)rotateX(2deg);animation:none!important}.HeroSection-module__i6dU2G__pawPrint{opacity:.07!important;animation:none!important}.HeroSection-module__i6dU2G__scrollDot{animation:none!important}.HeroSection-module__i6dU2G__phoneHealthBarFill{transition:none!important}}@media (prefers-reduced-motion:reduce) and (max-width:900px){.HeroSection-module__i6dU2G__phone{transform:perspective(1200px)rotateY(0)rotateX(4deg)}}@media (max-width:1099px) and (min-width:901px){.HeroSection-module__i6dU2G__content{max-width:50%}.HeroSection-module__i6dU2G__dogImage{width:clamp(520px,58vw,960px)}}@media (min-width:1100px){.HeroSection-module__i6dU2G__dogImage{width:max(637.42px,clamp(420px,48vw,880px))}}@media (max-width:900px){.HeroSection-module__i6dU2G__hero{padding:110px 0 100px}.HeroSection-module__i6dU2G__dogImageWrapper{display:none}.HeroSection-module__i6dU2G__container{text-align:center;grid-template-columns:1fr;gap:56px;display:grid}.HeroSection-module__i6dU2G__content{align-items:center;gap:22px;max-width:100%}.HeroSection-module__i6dU2G__heading{align-items:center}.HeroSection-module__i6dU2G__subtitle{max-width:100%}.HeroSection-module__i6dU2G__featureTags,.HeroSection-module__i6dU2G__actions,.HeroSection-module__i6dU2G__trustRow{justify-content:center}.HeroSection-module__i6dU2G__phoneCol{display:flex}.HeroSection-module__i6dU2G__phone{width:260px;height:520px;transform:perspective(1200px)rotateY(0)rotateX(4deg)}.HeroSection-module__i6dU2G__phoneWrapper:hover .HeroSection-module__i6dU2G__phone{transform:perspective(1200px)rotateY(0)rotateX(2deg)}.HeroSection-module__i6dU2G__headingAccent{font-size:clamp(3rem,12vw,5.5rem)}.HeroSection-module__i6dU2G__gradientOrb{width:500px;height:500px;top:60%;right:-150px}.HeroSection-module__i6dU2G__scrollHint{z-index:5}.HeroSection-module__i6dU2G__bottomFade{height:140px}}@media (max-width:480px){.HeroSection-module__i6dU2G__hero{padding:92px 0 90px}.HeroSection-module__i6dU2G__content{gap:18px}.HeroSection-module__i6dU2G__phone{border-radius:36px;width:230px;height:460px}.HeroSection-module__i6dU2G__phoneScreen{border-radius:26px;gap:10px;padding:38px 12px 6px}.HeroSection-module__i6dU2G__phoneNotch{width:80px;height:24px}.HeroSection-module__i6dU2G__primaryBtn,.HeroSection-module__i6dU2G__secondaryBtn{padding:14px 24px;font-size:.9375rem}.HeroSection-module__i6dU2G__featureTags{gap:6px}.HeroSection-module__i6dU2G__featureTag{padding:6px 12px;font-size:.75rem}.HeroSection-module__i6dU2G__scrollHint{bottom:20px}.HeroSection-module__i6dU2G__bottomFade{height:120px}}@media (max-width:360px){.HeroSection-module__i6dU2G__headingAccent{font-size:clamp(2.5rem,14vw,4rem)}}@media (max-height:500px) and (orientation:landscape){.HeroSection-module__i6dU2G__hero{min-height:auto;padding:80px 0 60px}.HeroSection-module__i6dU2G__dogImageWrapper,.HeroSection-module__i6dU2G__phoneCol,.HeroSection-module__i6dU2G__scrollHint{display:none}.HeroSection-module__i6dU2G__bottomFade{height:80px}}
.BlogCard-module__GRfSmW__card{border-radius:var(--radius-xl);background:var(--card-bg);border:1px solid var(--card-border);transition:box-shadow var(--transition-base), transform var(--transition-base);overflow:hidden}.BlogCard-module__GRfSmW__card:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-4px)}.BlogCard-module__GRfSmW__link{height:100%;color:inherit;flex-direction:column;text-decoration:none;display:flex}.BlogCard-module__GRfSmW__imageWrap{aspect-ratio:3/2;position:relative;overflow:hidden}.BlogCard-module__GRfSmW__image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.BlogCard-module__GRfSmW__card:hover .BlogCard-module__GRfSmW__image{transform:scale(1.05)}.BlogCard-module__GRfSmW__category{border-radius:var(--radius-full);letter-spacing:.04em;text-transform:uppercase;color:#fff;padding:4px 12px;font-size:.75rem;font-weight:700;position:absolute;top:16px;left:16px}.BlogCard-module__GRfSmW__body{flex-direction:column;flex:1;gap:12px;padding:24px;display:flex}.BlogCard-module__GRfSmW__title{font-family:var(--font-display);letter-spacing:-.01em;color:var(--foreground);font-size:clamp(17px,1.8vw,20px);font-weight:700;line-height:1.35}.BlogCard-module__GRfSmW__excerpt{color:var(--foreground-secondary);overflow-wrap:anywhere;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-size:.9rem;line-height:1.65;display:-webkit-box;overflow:hidden}.BlogCard-module__GRfSmW__meta{border-top:1px solid var(--card-border);flex-direction:column;gap:8px;margin-top:auto;padding-top:16px;display:flex}.BlogCard-module__GRfSmW__author{align-items:center;gap:10px;display:flex}.BlogCard-module__GRfSmW__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:32px;height:32px}.BlogCard-module__GRfSmW__authorName{color:var(--foreground);font-size:.8125rem;font-weight:600}.BlogCard-module__GRfSmW__details{color:var(--foreground-tertiary);align-items:center;gap:8px;font-size:.8125rem;display:flex}.BlogCard-module__GRfSmW__dot{background:var(--foreground-tertiary);border-radius:50%;flex-shrink:0;width:3px;height:3px}@media (max-width:480px){.BlogCard-module__GRfSmW__body{padding:20px}}
.AnimateOnScroll-module__J-m4Xq__wrapper{opacity:0;transition:opacity .7s var(--ease-spring), transform .7s var(--ease-spring)}.AnimateOnScroll-module__J-m4Xq__wrapperFast{transition:opacity .4s var(--ease-spring), transform .4s var(--ease-spring)}.AnimateOnScroll-module__J-m4Xq__visible{opacity:1}.AnimateOnScroll-module__J-m4Xq__fadeUp{transform:translateY(0)}.AnimateOnScroll-module__J-m4Xq__wrapper:not(.AnimateOnScroll-module__J-m4Xq__visible).AnimateOnScroll-module__J-m4Xq__fadeUp,.AnimateOnScroll-module__J-m4Xq__wrapper:not(.AnimateOnScroll-module__J-m4Xq__visible){transform:translateY(30px)}.AnimateOnScroll-module__J-m4Xq__fadeIn{transform:none}.AnimateOnScroll-module__J-m4Xq__fadeLeft{transform:translate(0)}.AnimateOnScroll-module__J-m4Xq__wrapper:not(.AnimateOnScroll-module__J-m4Xq__visible).AnimateOnScroll-module__J-m4Xq__fadeLeft{transform:translate(-30px)}.AnimateOnScroll-module__J-m4Xq__fadeRight{transform:translate(0)}.AnimateOnScroll-module__J-m4Xq__wrapper:not(.AnimateOnScroll-module__J-m4Xq__visible).AnimateOnScroll-module__J-m4Xq__fadeRight{transform:translate(30px)}.AnimateOnScroll-module__J-m4Xq__scaleIn{transform:scale(1)}.AnimateOnScroll-module__J-m4Xq__wrapper:not(.AnimateOnScroll-module__J-m4Xq__visible).AnimateOnScroll-module__J-m4Xq__scaleIn{transform:scale(.95)}@media (prefers-reduced-motion:reduce){.AnimateOnScroll-module__J-m4Xq__wrapper,.AnimateOnScroll-module__J-m4Xq__wrapperFast{opacity:1;transition:none;transform:none}}
.DownloadCTA-module__4U2VuG__section{content-visibility:auto;contain-intrinsic-size:auto 500px;position:relative}.DownloadCTA-module__4U2VuG__wave{background:var(--background-alt);height:80px;position:relative;overflow:hidden}.DownloadCTA-module__4U2VuG__wave svg{width:100%;height:100%;position:absolute;bottom:0}.DownloadCTA-module__4U2VuG__background{background:var(--primary);padding:80px 0 100px;position:relative;overflow:hidden}.DownloadCTA-module__4U2VuG__bgImageWrap{pointer-events:none;-webkit-mask-composite:source-in;width:45%;position:absolute;top:0;bottom:0;right:0;-webkit-mask-image:linear-gradient(#0000 0%,#000 30%),linear-gradient(90deg,#0000 0%,#0006 40%,#0003 100%);mask-image:linear-gradient(#0000 0%,#000 30%),linear-gradient(90deg,#0000 0%,#0006 40%,#0003 100%);-webkit-mask-composite:source-in;mask-composite:intersect}.DownloadCTA-module__4U2VuG__bgImage{object-fit:cover;object-position:center top;opacity:.35;mix-blend-mode:luminosity;width:100%;height:100%}.DownloadCTA-module__4U2VuG__pawTrail1{color:#ffffff1a;pointer-events:none;position:absolute;bottom:18%;left:12%;transform:rotate(-35deg)}.DownloadCTA-module__4U2VuG__pawTrail2{color:#ffffff14;pointer-events:none;position:absolute;bottom:40%;left:22%;transform:rotate(-25deg)}.DownloadCTA-module__4U2VuG__pawTrail3{color:#ffffff0f;pointer-events:none;position:absolute;bottom:58%;left:30%;transform:rotate(-18deg)}.DownloadCTA-module__4U2VuG__container{max-width:var(--container-max);padding:0 var(--container-padding);z-index:1;margin:0 auto;position:relative}.DownloadCTA-module__4U2VuG__background :focus-visible{outline-color:#fff}.DownloadCTA-module__4U2VuG__content{text-align:center;flex-direction:column;align-items:center;gap:20px;display:flex}.DownloadCTA-module__4U2VuG__title{font-family:var(--font-display);color:#fff;letter-spacing:-.03em;max-width:600px;font-size:clamp(28px,4vw,48px);font-weight:800;line-height:1.15}.DownloadCTA-module__4U2VuG__subtitle{color:#fff;max-width:520px;font-size:1.125rem;line-height:1.7}.DownloadCTA-module__4U2VuG__badges{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:12px;display:flex}.DownloadCTA-module__4U2VuG__badgeLink{border-radius:var(--radius-md);transition:transform var(--transition-fast), opacity var(--transition-fast), filter var(--transition-fast);line-height:0;display:inline-flex}.DownloadCTA-module__4U2VuG__badgeLink:hover{opacity:.95;filter:brightness(1.06);transform:translateY(-2px)}.DownloadCTA-module__4U2VuG__badgeLink:active{transform:translateY(1px)}.DownloadCTA-module__4U2VuG__badgeImage{width:auto;height:40px;display:block}.DownloadCTA-module__4U2VuG__note{color:#ffffffd9;margin-top:8px;font-size:.875rem}@media (max-width:768px){.DownloadCTA-module__4U2VuG__bgImageWrap{display:none}}@media (max-width:640px){.DownloadCTA-module__4U2VuG__background{padding:60px 0 80px}.DownloadCTA-module__4U2VuG__badges{flex-direction:column;align-items:center;width:100%;max-width:200px}}
.BreedCard-module__lkNvbW__card{border-radius:var(--radius-xl);background:var(--card-bg);border:1px solid var(--card-border);transition:box-shadow var(--transition-base), transform var(--transition-base);overflow:hidden}.BreedCard-module__lkNvbW__card:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-4px)}.BreedCard-module__lkNvbW__link{height:100%;color:inherit;flex-direction:column;text-decoration:none;display:flex}.BreedCard-module__lkNvbW__body{flex-direction:column;flex:1;gap:12px;padding:20px;display:flex}.BreedCard-module__lkNvbW__header{flex-direction:column;gap:2px;display:flex}.BreedCard-module__lkNvbW__name{font-family:var(--font-display);letter-spacing:-.01em;color:var(--foreground);font-size:clamp(16px,1.6vw,18px);font-weight:700;line-height:1.3}.BreedCard-module__lkNvbW__originalName{color:var(--foreground-tertiary);font-size:.8125rem;font-style:italic}.BreedCard-module__lkNvbW__tags{flex-wrap:wrap;gap:6px;display:flex}.BreedCard-module__lkNvbW__tag{border-radius:var(--radius-full);letter-spacing:.02em;color:var(--foreground-secondary);background:var(--background);border:1px solid var(--card-border);padding:3px 10px;font-size:.6875rem;font-weight:600}.BreedCard-module__lkNvbW__details{border-top:1px solid var(--card-border);gap:20px;margin-top:auto;padding-top:12px;display:flex}.BreedCard-module__lkNvbW__detail{flex-direction:column;gap:2px;display:flex}.BreedCard-module__lkNvbW__detailLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--foreground-tertiary);font-size:.6875rem;font-weight:600}.BreedCard-module__lkNvbW__detailValue{color:var(--foreground-secondary);font-size:.8125rem;font-weight:500;line-height:1.4}@media (max-width:480px){.BreedCard-module__lkNvbW__body{padding:16px}}
.BlogPagination-module__muZNGa__pagination{border-top:1px solid var(--card-border);justify-content:center;align-items:center;gap:16px;margin-top:48px;padding-top:32px;display:flex}.BlogPagination-module__muZNGa__link,.BlogPagination-module__muZNGa__disabled{border-radius:var(--radius-full);transition:all var(--transition-fast);justify-content:center;align-items:center;padding:8px 16px;font-size:.875rem;font-weight:500;display:inline-flex}.BlogPagination-module__muZNGa__link{color:var(--foreground);background:var(--card-bg);border:1px solid var(--card-border);text-decoration:none}.BlogPagination-module__muZNGa__link:hover{background:var(--foreground-tertiary);color:#fff;border-color:#0000}.BlogPagination-module__muZNGa__disabled{color:var(--foreground-tertiary);cursor:not-allowed;opacity:.5;background:0 0;border:1px solid #0000}.BlogPagination-module__muZNGa__info{color:var(--foreground-secondary);font-size:.875rem;font-weight:500}@media (max-width:640px){.BlogPagination-module__muZNGa__pagination{gap:8px}.BlogPagination-module__muZNGa__link,.BlogPagination-module__muZNGa__disabled{padding:8px 12px}}
.BreedsFilters-module__bBgMua__sidebar{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-xl);scrollbar-width:thin;scrollbar-color:var(--card-border) transparent;flex-direction:column;flex-shrink:0;align-self:flex-start;gap:20px;width:280px;max-height:calc(100vh - 120px);padding:24px;display:flex;position:sticky;top:100px;overflow-y:auto}.BreedsFilters-module__bBgMua__sidebar::-webkit-scrollbar{width:4px}.BreedsFilters-module__bBgMua__sidebar::-webkit-scrollbar-track{background:0 0}.BreedsFilters-module__bBgMua__sidebar::-webkit-scrollbar-thumb{background:var(--card-border);border-radius:var(--radius-full)}.BreedsFilters-module__bBgMua__group{flex-direction:column;gap:8px;display:flex}.BreedsFilters-module__bBgMua__label{text-transform:uppercase;letter-spacing:.08em;color:var(--foreground-tertiary);font-size:.75rem;font-weight:700}.BreedsFilters-module__bBgMua__pills{flex-wrap:wrap;gap:6px;display:flex}.BreedsFilters-module__bBgMua__pill{border-radius:var(--radius-full);color:var(--foreground-secondary);background:var(--background);border:1px solid var(--card-border);cursor:pointer;white-space:nowrap;transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);padding:7px 14px;font-size:.8125rem;font-weight:600}.BreedsFilters-module__bBgMua__pill:hover{color:var(--foreground);border-color:var(--foreground-tertiary)}.BreedsFilters-module__bBgMua__pillActive{background:var(--primary);color:#fff;border-color:#0000}.BreedsFilters-module__bBgMua__pillActive:hover{color:#fff;border-color:#0000}.BreedsFilters-module__bBgMua__countryCombobox{width:100%;position:relative}.BreedsFilters-module__bBgMua__countryTrigger{border-radius:var(--radius-full);width:100%;color:var(--foreground-secondary);background:var(--background);border:1px solid var(--card-border);cursor:pointer;text-align:left;transition:border-color var(--transition-fast), box-shadow var(--transition-fast);outline:none;justify-content:space-between;align-items:center;gap:8px;padding:7px 12px;font-size:.8125rem;font-weight:600;display:flex}.BreedsFilters-module__bBgMua__countryTrigger:hover{border-color:var(--foreground-tertiary)}.BreedsFilters-module__bBgMua__countryTrigger:focus-visible{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}.BreedsFilters-module__bBgMua__countryTriggerText{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.BreedsFilters-module__bBgMua__countryTriggerChevron{color:var(--foreground-tertiary);transition:transform var(--transition-fast);flex-shrink:0}.BreedsFilters-module__bBgMua__countryTriggerChevronOpen{transform:rotate(180deg)}.BreedsFilters-module__bBgMua__countryPanel{box-sizing:border-box;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);grid-template-rows:auto minmax(0,1fr);min-height:0;padding:8px;display:grid;overflow:hidden;box-shadow:0 10px 40px -10px #0003,0 0 0 1px #0000000a}.BreedsFilters-module__bBgMua__countryPanelSearch{flex-shrink:0;margin-bottom:6px;position:relative}.BreedsFilters-module__bBgMua__countryPanelSearchIcon{color:var(--foreground-tertiary);pointer-events:none;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.BreedsFilters-module__bBgMua__countryPanelSearchInput{border-radius:var(--radius-full);width:100%;color:var(--foreground-secondary);background:var(--background);border:1px solid var(--card-border);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);outline:none;padding:7px 10px 7px 34px;font-size:.8125rem;font-weight:600}.BreedsFilters-module__bBgMua__countryPanelSearchInput::placeholder{color:var(--foreground-tertiary);font-weight:500}.BreedsFilters-module__bBgMua__countryPanelSearchInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}.BreedsFilters-module__bBgMua__countryPanelList{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--card-border) transparent;flex-direction:column;gap:2px;min-height:0;padding:2px;display:flex;overflow:hidden auto}.BreedsFilters-module__bBgMua__countryPanelList::-webkit-scrollbar{width:6px}.BreedsFilters-module__bBgMua__countryPanelList::-webkit-scrollbar-thumb{background:var(--card-border);border-radius:var(--radius-full)}.BreedsFilters-module__bBgMua__countryOption{border-radius:var(--radius-md);text-align:left;width:100%;color:var(--foreground-secondary);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:none;padding:8px 10px;font-size:.8125rem;font-weight:600}.BreedsFilters-module__bBgMua__countryOption:hover{background:var(--background);color:var(--foreground)}.BreedsFilters-module__bBgMua__countryOptionActive{color:var(--primary);background:#f973161f}.BreedsFilters-module__bBgMua__countryPanelEmpty{color:var(--foreground-tertiary);text-align:center;margin:0;padding:10px 8px;font-size:.75rem;font-weight:500}@media (max-width:900px){.BreedsFilters-module__bBgMua__sidebar{align-self:stretch;width:100%;max-height:none;position:static;overflow:visible}}@media (max-width:640px){.BreedsFilters-module__bBgMua__sidebar{gap:16px;padding:16px}.BreedsFilters-module__bBgMua__pill{padding:6px 10px;font-size:.75rem}}
.ActivityThreadModal-module__-SBbzG__overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;background:#00000080;justify-content:center;align-items:center;padding:24px;animation:.2s ease-out forwards ActivityThreadModal-module__-SBbzG__fadeIn;display:flex;position:fixed;inset:0}.ActivityThreadModal-module__-SBbzG__overlayClosing{animation:.15s ease-in forwards ActivityThreadModal-module__-SBbzG__fadeOut}@keyframes ActivityThreadModal-module__-SBbzG__fadeIn{to{opacity:1}}@keyframes ActivityThreadModal-module__-SBbzG__fadeOut{0%{opacity:1}to{opacity:0}}.ActivityThreadModal-module__-SBbzG__dialog{background:var(--card-bg);border-radius:var(--radius-xl);opacity:0;width:100%;max-width:520px;max-height:calc(100dvh - 48px);animation:ActivityThreadModal-module__-SBbzG__slideUp .25s var(--ease-spring) 50ms forwards;flex-direction:column;display:flex;position:relative;overflow:hidden;transform:translateY(16px)scale(.97);box-shadow:0 24px 80px #0003}.ActivityThreadModal-module__-SBbzG__dialogClosing{animation:.15s ease-in forwards ActivityThreadModal-module__-SBbzG__slideDown}@keyframes ActivityThreadModal-module__-SBbzG__slideUp{to{opacity:1;transform:translateY(0)scale(1)}}@keyframes ActivityThreadModal-module__-SBbzG__slideDown{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(16px)scale(.97)}}.ActivityThreadModal-module__-SBbzG__header{border-bottom:1px solid var(--card-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.ActivityThreadModal-module__-SBbzG__headerTitle{text-align:center;color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;flex:1;margin:0;font-size:1rem;font-weight:700;overflow:hidden}.ActivityThreadModal-module__-SBbzG__headerButton{border-radius:var(--radius-full);background:var(--background);border:1px solid var(--card-border);width:36px;height:36px;color:var(--foreground-secondary);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);justify-content:center;align-items:center;display:flex}.ActivityThreadModal-module__-SBbzG__headerButton:hover{background:var(--social-light);color:var(--social)}.ActivityThreadModal-module__-SBbzG__headerSpacer{width:36px}.ActivityThreadModal-module__-SBbzG__activityInfo{border-bottom:1px solid var(--card-border);flex-direction:column;flex-shrink:0;gap:12px;padding:20px 24px;display:flex}.ActivityThreadModal-module__-SBbzG__activityMeta{color:var(--foreground-secondary);flex-wrap:wrap;gap:12px;font-size:.8125rem;display:flex}.ActivityThreadModal-module__-SBbzG__metaItem{align-items:center;gap:5px;display:flex}.ActivityThreadModal-module__-SBbzG__metaItem svg{color:var(--foreground-tertiary);flex-shrink:0}.ActivityThreadModal-module__-SBbzG__activityDescription{color:var(--foreground-secondary);font-size:.875rem;line-height:1.5}.ActivityThreadModal-module__-SBbzG__eventLink{color:var(--social);transition:opacity var(--transition-fast);align-items:center;gap:4px;font-size:.8125rem;font-weight:600;text-decoration:none;display:inline-flex}.ActivityThreadModal-module__-SBbzG__eventLink:hover{opacity:.8}.ActivityThreadModal-module__-SBbzG__rsvpBar{border-bottom:1px solid var(--card-border);flex-shrink:0;align-items:center;gap:10px;padding:12px 24px;display:flex}.ActivityThreadModal-module__-SBbzG__rsvpButton{border-radius:var(--radius-full);border:1.5px solid var(--card-border);color:var(--foreground-secondary);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);background:0 0;align-items:center;gap:6px;padding:8px 16px;font-family:inherit;font-size:.8125rem;font-weight:600;display:flex}.ActivityThreadModal-module__-SBbzG__rsvpButton:hover{border-color:var(--social);color:var(--social);background:var(--social-light)}.ActivityThreadModal-module__-SBbzG__rsvpButtonActive{border-color:var(--social);background:var(--social);color:#fff}.ActivityThreadModal-module__-SBbzG__rsvpButtonActive:hover{color:#fff;background:#dc2626;border-color:#dc2626}.ActivityThreadModal-module__-SBbzG__rsvpCount{color:var(--foreground-tertiary);margin-left:auto;font-size:.75rem;font-weight:600}.ActivityThreadModal-module__-SBbzG__commentsSection{overscroll-behavior:contain;flex-direction:column;flex:1;gap:2px;padding:16px 24px;display:flex;overflow-y:auto}.ActivityThreadModal-module__-SBbzG__commentsEmpty{color:var(--foreground-tertiary);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:32px 16px;display:flex}.ActivityThreadModal-module__-SBbzG__commentsEmpty p{max-width:220px;font-size:.8125rem;line-height:1.4}.ActivityThreadModal-module__-SBbzG__commentsLoading{justify-content:center;align-items:center;padding:24px;display:flex}.ActivityThreadModal-module__-SBbzG__spinner{border:2.5px solid var(--card-border);border-top-color:var(--social);border-radius:50%;width:20px;height:20px;animation:.6s linear infinite ActivityThreadModal-module__-SBbzG__spin;display:inline-block}@keyframes ActivityThreadModal-module__-SBbzG__spin{to{transform:rotate(360deg)}}.ActivityThreadModal-module__-SBbzG__commentItem{gap:10px;padding:10px 0;display:flex}.ActivityThreadModal-module__-SBbzG__commentAvatar{border-radius:var(--radius-full);background:var(--social-light);width:32px;height:32px;color:var(--social);flex-shrink:0;justify-content:center;align-items:center;font-size:.625rem;font-weight:700;display:flex;overflow:hidden}.ActivityThreadModal-module__-SBbzG__commentAvatarImage{object-fit:cover;width:100%;height:100%}.ActivityThreadModal-module__-SBbzG__commentContent{flex:1;min-width:0}.ActivityThreadModal-module__-SBbzG__commentHeader{align-items:center;gap:8px;margin-bottom:2px;display:flex}.ActivityThreadModal-module__-SBbzG__commentAuthor{color:var(--foreground);font-size:.8125rem;font-weight:700}.ActivityThreadModal-module__-SBbzG__commentTime{color:var(--foreground-tertiary);font-size:.6875rem}.ActivityThreadModal-module__-SBbzG__commentText{color:var(--foreground-secondary);word-break:break-word;font-size:.8125rem;line-height:1.45}.ActivityThreadModal-module__-SBbzG__commentDeleteButton{border-radius:var(--radius-full);width:28px;height:28px;color:var(--foreground-tertiary);cursor:pointer;opacity:0;transition:opacity var(--transition-fast), background var(--transition-fast), color var(--transition-fast);background:0 0;border:none;justify-content:center;align-self:flex-start;align-items:center;display:flex}.ActivityThreadModal-module__-SBbzG__commentItem:hover .ActivityThreadModal-module__-SBbzG__commentDeleteButton{opacity:1}.ActivityThreadModal-module__-SBbzG__commentDeleteButton:hover{color:#ef4444;background:#fef2f2}.ActivityThreadModal-module__-SBbzG__composer{border-top:1px solid var(--card-border);background:var(--card-bg);flex-shrink:0;align-items:center;gap:10px;padding:14px 24px;display:flex}.ActivityThreadModal-module__-SBbzG__composerInput{font-size:.875rem;font-family:var(--font-sans);color:var(--foreground);background:var(--background);border:1.5px solid var(--card-border);border-radius:var(--radius-full);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);outline:none;flex:1;padding:10px 14px}.ActivityThreadModal-module__-SBbzG__composerInput::placeholder{color:var(--foreground-tertiary)}.ActivityThreadModal-module__-SBbzG__composerInput:focus{border-color:var(--social);box-shadow:0 0 0 3px #ef444414}.ActivityThreadModal-module__-SBbzG__composerSend{border-radius:var(--radius-full);background:var(--social);color:#fff;cursor:pointer;width:36px;height:36px;transition:background var(--transition-fast), transform var(--transition-fast);border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ActivityThreadModal-module__-SBbzG__composerSend:hover:not(:disabled){background:#dc2626;transform:scale(1.05)}.ActivityThreadModal-module__-SBbzG__composerSend:disabled{opacity:.4;cursor:not-allowed}.ActivityThreadModal-module__-SBbzG__composerSpinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite ActivityThreadModal-module__-SBbzG__spin;display:inline-block}@media (max-width:560px){.ActivityThreadModal-module__-SBbzG__overlay{align-items:flex-end;padding:0}.ActivityThreadModal-module__-SBbzG__dialog{border-radius:var(--radius-xl) var(--radius-xl) 0 0;max-width:100%;max-height:95dvh;animation:ActivityThreadModal-module__-SBbzG__slideUpMobile .3s var(--ease-spring) forwards;transform:translateY(100%)}.ActivityThreadModal-module__-SBbzG__dialogClosing{animation:.2s ease-in forwards ActivityThreadModal-module__-SBbzG__slideDownMobile}@keyframes ActivityThreadModal-module__-SBbzG__slideUpMobile{to{opacity:1;transform:translateY(0)}}@keyframes ActivityThreadModal-module__-SBbzG__slideDownMobile{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.ActivityThreadModal-module__-SBbzG__activityInfo{padding:16px 20px}.ActivityThreadModal-module__-SBbzG__rsvpBar,.ActivityThreadModal-module__-SBbzG__commentsSection,.ActivityThreadModal-module__-SBbzG__composer{padding:12px 20px}}
.PostCard-module__K2-H_a__card{background:var(--card-bg);border-radius:var(--radius-lg);box-shadow:var(--card-shadow);transition:box-shadow var(--transition-base), transform var(--transition-fast);overflow:hidden}.PostCard-module__K2-H_a__card:hover{box-shadow:var(--card-shadow-hover)}.PostCard-module__K2-H_a__card:active{transform:scale(.995)}.PostCard-module__K2-H_a__cardBody{color:inherit;cursor:pointer;text-decoration:none;display:block}.PostCard-module__K2-H_a__header{justify-content:space-between;align-items:center;gap:8px;padding:14px 12px 14px 16px;display:flex}.PostCard-module__K2-H_a__dogInfo{color:inherit;flex:1;align-items:center;gap:12px;min-width:0;text-decoration:none;display:flex}.PostCard-module__K2-H_a__dogInfo:hover .PostCard-module__K2-H_a__dogName{color:var(--social)}.PostCard-module__K2-H_a__avatarRing{border-radius:var(--radius-full);border:2px solid var(--social);flex-shrink:0;width:44px;height:44px;padding:2px}.PostCard-module__K2-H_a__avatar{border-radius:var(--radius-full);object-fit:cover;background:var(--background);width:100%;height:100%}.PostCard-module__K2-H_a__nameBlock{flex:1;min-width:0}.PostCard-module__K2-H_a__dogName{color:var(--foreground);transition:color var(--transition-fast);white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:700;line-height:1.3;text-decoration:none;overflow:hidden}.PostCard-module__K2-H_a__dogName:hover{color:var(--social)}.PostCard-module__K2-H_a__metaRow{align-items:center;gap:6px;min-width:0;margin-top:1px;display:flex}.PostCard-module__K2-H_a__ownerLabel{color:var(--foreground-tertiary);white-space:nowrap;text-overflow:ellipsis;transition:color var(--transition-fast);flex:0 auto;font-size:.8125rem;text-decoration:none;overflow:hidden}.PostCard-module__K2-H_a__ownerLabel:hover{color:var(--foreground-secondary)}.PostCard-module__K2-H_a__metaDot{border-radius:var(--radius-full);background:var(--foreground-tertiary);flex-shrink:0;width:3px;height:3px}.PostCard-module__K2-H_a__date{color:var(--foreground-tertiary);white-space:nowrap;font-size:.8125rem}.PostCard-module__K2-H_a__headerOptionsBtn{cursor:pointer;width:40px;height:40px;color:var(--foreground-secondary);border-radius:var(--radius-full);transition:color var(--transition-fast), background var(--transition-fast);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin:-4px 0;padding:0;display:flex}.PostCard-module__K2-H_a__headerOptionsBtn:hover{color:var(--foreground);background:var(--background)}.PostCard-module__K2-H_a__imageContainer{background:var(--background);width:100%;position:relative;overflow:hidden}.PostCard-module__K2-H_a__postImage{object-fit:cover;width:100%;height:100%;display:block}.PostCard-module__K2-H_a__captionOverlay{background:linear-gradient(#0000,#000000a6);padding:32px 16px 14px;position:absolute;bottom:0;left:0;right:0}.PostCard-module__K2-H_a__captionText{color:#fff;-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;font-size:.875rem;line-height:1.4;display:-webkit-box;overflow:hidden}.PostCard-module__K2-H_a__captionUser{font-weight:700}.PostCard-module__K2-H_a__textOnlyContent{padding:0 16px 4px}.PostCard-module__K2-H_a__textOnlyDescription{color:var(--foreground);word-break:break-word;font-size:.9375rem;line-height:1.55}.PostCard-module__K2-H_a__actions{justify-content:space-between;align-items:center;padding:8px 16px 12px;display:flex}.PostCard-module__K2-H_a__actionsLeft{align-items:center;gap:16px;display:flex}.PostCard-module__K2-H_a__actionButton{cursor:pointer;color:var(--foreground-secondary);transition:color var(--transition-fast);border-radius:var(--radius-sm);background:0 0;border:none;align-items:center;gap:6px;padding:6px 4px;font-family:inherit;font-size:.875rem;font-weight:600;display:flex}.PostCard-module__K2-H_a__actionButton:hover{color:var(--foreground)}.PostCard-module__K2-H_a__actionButton:disabled{opacity:.4;cursor:default}.PostCard-module__K2-H_a__actionButton:disabled:hover{color:var(--foreground-secondary)}.PostCard-module__K2-H_a__actionButtonLiked,.PostCard-module__K2-H_a__actionButtonLiked:hover{color:var(--social)}.PostCard-module__K2-H_a__shareButton{cursor:pointer;width:36px;height:36px;color:var(--foreground-secondary);border-radius:var(--radius-full);transition:color var(--transition-fast), background var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.PostCard-module__K2-H_a__shareButton:hover{color:var(--foreground);background:var(--background)}.PostCard-module__K2-H_a__optionsOverlay{z-index:1100;background:#0006;justify-content:center;align-items:flex-end;animation:.2s ease-out PostCard-module__K2-H_a__fadeOverlay;display:flex;position:fixed;inset:0}@keyframes PostCard-module__K2-H_a__fadeOverlay{0%{opacity:0}to{opacity:1}}.PostCard-module__K2-H_a__optionsSheet{background:var(--card-bg);border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:100%;max-width:480px;animation:PostCard-module__K2-H_a__slideUp .25s var(--ease-spring);padding:8px 0 24px}@keyframes PostCard-module__K2-H_a__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.PostCard-module__K2-H_a__optionsTitle{color:var(--foreground);padding:12px 20px 8px;font-size:.875rem;font-weight:700}.PostCard-module__K2-H_a__optionsItem{cursor:pointer;width:100%;color:var(--foreground);transition:background var(--transition-fast);background:0 0;border:none;align-items:center;gap:12px;padding:14px 20px;font-family:inherit;font-size:.9375rem;display:flex}.PostCard-module__K2-H_a__optionsItem:hover{background:var(--background)}.PostCard-module__K2-H_a__optionsItemDanger{color:var(--social)}.PostCard-module__K2-H_a__optionsCancel{background:var(--background);border-radius:var(--radius-lg);width:calc(100% - 40px);color:var(--foreground-secondary);cursor:pointer;transition:background var(--transition-fast);border:none;margin:8px auto 0;padding:12px;font-family:inherit;font-size:.9375rem;font-weight:600;display:block}.PostCard-module__K2-H_a__optionsCancel:hover{background:var(--card-border)}.PostCard-module__K2-H_a__optionsCancel:disabled,.PostCard-module__K2-H_a__optionsItem:disabled{opacity:.5;cursor:not-allowed}.PostCard-module__K2-H_a__confirmText{color:var(--foreground-secondary);padding:4px 20px 12px;font-size:.875rem;line-height:1.5}.PostCard-module__K2-H_a__deleteSpinner{border:2px solid #ef444440;border-top-color:var(--social);border-radius:50%;width:16px;height:16px;animation:.6s linear infinite PostCard-module__K2-H_a__spinDelete;display:inline-block}@keyframes PostCard-module__K2-H_a__spinDelete{to{transform:rotate(360deg)}}.PostCard-module__K2-H_a__fadeIn{content-visibility:auto;contain-intrinsic-size:auto 480px;animation:.3s ease-out both PostCard-module__K2-H_a__fadeInUp}@keyframes PostCard-module__K2-H_a__fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.BlogGrid-module__tUGb9a__section{}.BlogGrid-module__tUGb9a__container{}.BlogGrid-module__tUGb9a__filters{flex-wrap:wrap;gap:10px;margin-bottom:48px;display:flex}.BlogGrid-module__tUGb9a__pill{border-radius:var(--radius-full);min-height:44px;color:var(--foreground-secondary);background:var(--card-bg);border:1px solid var(--card-border);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);padding:10px 20px;font-size:.875rem;font-weight:600}.BlogGrid-module__tUGb9a__pill:hover{color:var(--foreground);border-color:var(--foreground-tertiary)}.BlogGrid-module__tUGb9a__pillActive{background:var(--pill-color,var(--primary));color:#fff;border-color:#0000}.BlogGrid-module__tUGb9a__pillActive:hover{color:#fff;border-color:#0000}.BlogGrid-module__tUGb9a__grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.BlogGrid-module__tUGb9a__empty{text-align:center;color:var(--foreground-tertiary);padding:80px 0;font-size:1rem}@media (max-width:1024px){.BlogGrid-module__tUGb9a__grid{grid-template-columns:repeat(2,1fr);gap:28px}}@media (max-width:640px){.BlogGrid-module__tUGb9a__grid{grid-template-columns:1fr;gap:24px}.BlogGrid-module__tUGb9a__filters{margin-bottom:32px}}
.BreedMatchFilters-module__slJXAG__sidebar{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-xl);flex-direction:column;gap:4px;padding:24px;display:flex}.BreedMatchFilters-module__slJXAG__sidebarHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.BreedMatchFilters-module__slJXAG__sidebarTitle{font-family:var(--font-display);color:var(--foreground);font-size:1.0625rem;font-weight:700}.BreedMatchFilters-module__slJXAG__resetBtn{color:var(--primary);cursor:pointer;transition:color var(--transition-fast);font-size:.75rem;font-weight:600}.BreedMatchFilters-module__slJXAG__resetBtn:hover{color:var(--primary-hover)}.BreedMatchFilters-module__slJXAG__category{border-top:1px solid var(--card-border)}.BreedMatchFilters-module__slJXAG__category:first-of-type{border-top:none}.BreedMatchFilters-module__slJXAG__categoryHeader{text-align:left;width:100%;color:var(--foreground);cursor:pointer;transition:color var(--transition-fast);align-items:center;gap:10px;padding:14px 0;display:flex}.BreedMatchFilters-module__slJXAG__categoryHeader:hover{color:var(--primary)}.BreedMatchFilters-module__slJXAG__categoryIcon{border-radius:var(--radius-sm);background:var(--primary-50);width:28px;height:28px;color:var(--primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.BreedMatchFilters-module__slJXAG__categoryTitle{letter-spacing:.01em;flex:1;font-size:.875rem;font-weight:700}.BreedMatchFilters-module__slJXAG__chevron{color:var(--foreground-tertiary);transition:transform var(--transition-base);flex-shrink:0}.BreedMatchFilters-module__slJXAG__chevronOpen{transform:rotate(180deg)}.BreedMatchFilters-module__slJXAG__categoryBody{transition:grid-template-rows .3s var(--ease-spring);grid-template-rows:0fr;display:grid}.BreedMatchFilters-module__slJXAG__categoryBodyOpen{grid-template-rows:1fr}.BreedMatchFilters-module__slJXAG__categoryInner{flex-direction:column;gap:18px;padding-bottom:0;display:flex;overflow:hidden}.BreedMatchFilters-module__slJXAG__categoryBodyOpen .BreedMatchFilters-module__slJXAG__categoryInner{padding-bottom:16px}.BreedMatchFilters-module__slJXAG__sliderGroup{flex-direction:column;gap:8px;display:flex}.BreedMatchFilters-module__slJXAG__sliderHeader{justify-content:space-between;align-items:center;display:flex}.BreedMatchFilters-module__slJXAG__sliderLabel{color:var(--foreground-secondary);font-size:.8125rem;font-weight:600}.BreedMatchFilters-module__slJXAG__sliderValue{color:var(--primary);background:var(--primary-50);border-radius:var(--radius-full);padding:2px 8px;font-size:.75rem;font-weight:700}.BreedMatchFilters-module__slJXAG__slider{appearance:none;border-radius:var(--radius-full);cursor:pointer;background:linear-gradient(to right, var(--primary) 0%, var(--primary) var(--progress), var(--card-border) var(--progress), var(--card-border) 100%);width:100%;height:6px;transition:background var(--transition-fast);outline:none}.BreedMatchFilters-module__slJXAG__slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--primary);border:3px solid var(--card-bg);cursor:pointer;width:20px;height:20px;transition:transform var(--transition-fast);border-radius:50%;box-shadow:0 1px 4px #0003}.BreedMatchFilters-module__slJXAG__slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.BreedMatchFilters-module__slJXAG__slider::-moz-range-thumb{background:var(--primary);border:3px solid var(--card-bg);cursor:pointer;border-radius:50%;width:20px;height:20px;box-shadow:0 1px 4px #0003}.BreedMatchFilters-module__slJXAG__sliderLabels{color:var(--foreground-tertiary);justify-content:space-between;font-size:.6875rem;display:flex}.BreedMatchFilters-module__slJXAG__boxGroup{flex-direction:column;gap:8px;display:flex}.BreedMatchFilters-module__slJXAG__boxLabel{color:var(--foreground-secondary);font-size:.8125rem;font-weight:600}.BreedMatchFilters-module__slJXAG__boxes{flex-wrap:wrap;gap:6px;display:flex}.BreedMatchFilters-module__slJXAG__box{border-radius:var(--radius-full);color:var(--foreground-secondary);background:var(--background);border:1px solid var(--card-border);cursor:pointer;white-space:nowrap;transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);padding:7px 14px;font-size:.8125rem;font-weight:600}.BreedMatchFilters-module__slJXAG__box:hover{color:var(--foreground);border-color:var(--foreground-tertiary)}.BreedMatchFilters-module__slJXAG__boxActive{background:var(--primary);color:#fff;border-color:#0000}.BreedMatchFilters-module__slJXAG__boxActive:hover{color:#fff;border-color:#0000}.BreedMatchFilters-module__slJXAG__toggleRow{align-items:center;gap:10px;display:flex}.BreedMatchFilters-module__slJXAG__toggleIcon{color:var(--foreground-tertiary);align-items:center;display:flex}.BreedMatchFilters-module__slJXAG__toggleLabel{color:var(--foreground-secondary);flex:1;font-size:.8125rem;font-weight:600}.BreedMatchFilters-module__slJXAG__toggle{border-radius:var(--radius-full);background:var(--card-border);cursor:pointer;width:44px;height:24px;transition:background var(--transition-fast);border:none;flex-shrink:0;padding:0;position:relative}.BreedMatchFilters-module__slJXAG__toggleActive{background:var(--primary)}.BreedMatchFilters-module__slJXAG__toggleThumb{width:20px;height:20px;transition:transform var(--transition-fast);pointer-events:none;background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.BreedMatchFilters-module__slJXAG__toggleActive .BreedMatchFilters-module__slJXAG__toggleThumb{transform:translate(20px)}@media (max-width:900px){.BreedMatchFilters-module__slJXAG__sidebar{border-radius:var(--radius-lg)}}@media (max-width:640px){.BreedMatchFilters-module__slJXAG__sidebar{padding:16px}.BreedMatchFilters-module__slJXAG__box{padding:6px 10px;font-size:.75rem}}
.BreedsGrid-module__8_z6ZW__section{content-visibility:visible;contain:none;}.BreedsGrid-module__8_z6ZW__container{}.BreedsGrid-module__8_z6ZW__searchWrap{max-width:480px;margin:0 auto 32px;position:relative}.BreedsGrid-module__8_z6ZW__searchIcon{color:var(--foreground-tertiary);pointer-events:none;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.BreedsGrid-module__8_z6ZW__searchInput{border-radius:var(--radius-full);border:1px solid var(--card-border);background:var(--card-bg);width:100%;color:var(--foreground);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);outline:none;padding:14px 18px 14px 50px;font-size:.9375rem}.BreedsGrid-module__8_z6ZW__searchInput::placeholder{color:var(--foreground-tertiary)}.BreedsGrid-module__8_z6ZW__searchInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}.BreedsGrid-module__8_z6ZW__mainRow{align-items:flex-start;gap:32px;display:flex}.BreedsGrid-module__8_z6ZW__mainCol{flex:1;min-width:0}.BreedsGrid-module__8_z6ZW__alphabet{flex-wrap:wrap;justify-content:center;gap:6px;margin-bottom:28px;display:flex}.BreedsGrid-module__8_z6ZW__letterBtn{border-radius:var(--radius-md);min-width:40px;min-height:40px;color:var(--foreground-secondary);background:var(--card-bg);border:1px solid var(--card-border);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);padding:6px 10px;font-size:.8125rem;font-weight:600}.BreedsGrid-module__8_z6ZW__letterBtn:hover:not(:disabled){color:var(--foreground);border-color:var(--foreground-tertiary)}.BreedsGrid-module__8_z6ZW__letterBtn:disabled{opacity:.35;cursor:not-allowed}.BreedsGrid-module__8_z6ZW__letterActive{background:var(--primary);color:#fff;border-color:#0000}.BreedsGrid-module__8_z6ZW__letterActive:hover:not(:disabled){color:#fff;border-color:#0000}.BreedsGrid-module__8_z6ZW__toolbar{align-items:center;gap:16px;margin-bottom:24px;display:flex}.BreedsGrid-module__8_z6ZW__count{color:var(--foreground-tertiary);font-size:.8125rem}.BreedsGrid-module__8_z6ZW__clearBtn{color:var(--primary);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;padding:0;font-size:.8125rem;font-weight:600}.BreedsGrid-module__8_z6ZW__clearBtn:hover{color:var(--primary-hover)}.BreedsGrid-module__8_z6ZW__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.BreedsGrid-module__8_z6ZW__empty{text-align:center;color:var(--foreground-tertiary);padding:80px 0;font-size:1rem}.BreedsGrid-module__8_z6ZW__pagination{border-top:1px solid var(--card-border);flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:40px;padding-top:32px;display:flex}.BreedsGrid-module__8_z6ZW__paginationList{align-items:center;gap:4px;margin:0;padding:0;list-style:none;display:flex}.BreedsGrid-module__8_z6ZW__paginationItem{align-items:center;display:flex}.BreedsGrid-module__8_z6ZW__paginationGap{min-width:36px;height:40px;color:var(--foreground-tertiary);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex}.BreedsGrid-module__8_z6ZW__paginationArrow{border-radius:var(--radius-md);width:44px;height:44px;color:var(--foreground-secondary);background:var(--card-bg);border:1px solid var(--card-border);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);justify-content:center;align-items:center;display:flex}.BreedsGrid-module__8_z6ZW__paginationArrow:hover:not(:disabled){color:var(--foreground);border-color:var(--foreground-tertiary)}.BreedsGrid-module__8_z6ZW__paginationArrow:disabled{opacity:.35;cursor:not-allowed}.BreedsGrid-module__8_z6ZW__paginationNum{border-radius:var(--radius-md);min-width:40px;height:40px;color:var(--foreground-secondary);background:var(--card-bg);border:1px solid var(--card-border);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);padding:0 8px;font-size:.875rem;font-weight:600}.BreedsGrid-module__8_z6ZW__paginationNum:hover{color:var(--foreground);border-color:var(--foreground-tertiary)}.BreedsGrid-module__8_z6ZW__paginationNumActive{background:var(--primary);color:#fff;border-color:#0000}.BreedsGrid-module__8_z6ZW__paginationNumActive:hover{color:#fff;border-color:#0000}@media (max-width:1024px){.BreedsGrid-module__8_z6ZW__grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:900px){.BreedsGrid-module__8_z6ZW__mainRow{flex-direction:column;gap:24px}}@media (max-width:640px){.BreedsGrid-module__8_z6ZW__grid{grid-template-columns:1fr;gap:16px}.BreedsGrid-module__8_z6ZW__alphabet{gap:4px;margin-bottom:20px}.BreedsGrid-module__8_z6ZW__letterBtn{min-width:34px;min-height:34px;padding:4px 6px;font-size:.75rem}.BreedsGrid-module__8_z6ZW__searchWrap{margin-bottom:24px}}
.ClubDetailPage-module__1rf9vG__container{width:100%;max-width:640px;padding:24px var(--container-padding) 80px;margin:0 auto}.ClubDetailPage-module__1rf9vG__backLink{color:var(--foreground-secondary);transition:color var(--transition-fast);align-items:center;gap:6px;margin-bottom:20px;font-size:.8125rem;font-weight:500;text-decoration:none;display:inline-flex}.ClubDetailPage-module__1rf9vG__backLink:hover{color:var(--social)}.ClubDetailPage-module__1rf9vG__hero{flex-direction:column;gap:16px;margin-bottom:20px;display:flex}.ClubDetailPage-module__1rf9vG__coverRow{align-items:flex-start;gap:16px;display:flex}.ClubDetailPage-module__1rf9vG__cover{border-radius:var(--radius-lg);background:var(--social-light);flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.ClubDetailPage-module__1rf9vG__coverImage{object-fit:cover;width:100%;height:100%}.ClubDetailPage-module__1rf9vG__coverFallback{color:var(--social);opacity:.5}.ClubDetailPage-module__1rf9vG__heroInfo{flex:1;min-width:0}.ClubDetailPage-module__1rf9vG__heroNameRow{align-items:center;gap:8px;display:flex}.ClubDetailPage-module__1rf9vG__heroName{font-family:var(--font-display);letter-spacing:-.02em;color:var(--foreground);margin-bottom:4px;font-size:1.375rem;font-weight:800}.ClubDetailPage-module__1rf9vG__editButton{border-radius:var(--radius-full);border:1.5px solid var(--card-border);background:var(--card-bg);width:30px;height:30px;color:var(--foreground-secondary);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.ClubDetailPage-module__1rf9vG__editButton:hover{background:var(--social-light);color:var(--social);border-color:var(--social)}.ClubDetailPage-module__1rf9vG__heroMeta{color:var(--foreground-tertiary);flex-wrap:wrap;gap:8px;margin-bottom:8px;font-size:.8125rem;display:flex}.ClubDetailPage-module__1rf9vG__heroMetaDot{border-radius:var(--radius-full);background:var(--foreground-tertiary);align-self:center;width:3px;height:3px}.ClubDetailPage-module__1rf9vG__heroDescription{color:var(--foreground-secondary);font-size:.875rem;line-height:1.5}.ClubDetailPage-module__1rf9vG__statsBar{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);align-items:center;gap:16px;margin-bottom:16px;padding:14px 16px;display:flex}.ClubDetailPage-module__1rf9vG__statItem{align-items:center;gap:10px;display:flex}.ClubDetailPage-module__1rf9vG__statAvatarStack{align-items:center;display:flex}.ClubDetailPage-module__1rf9vG__statAvatarWrap{margin-left:-6px;position:relative}.ClubDetailPage-module__1rf9vG__statAvatarWrap:first-child{margin-left:0}.ClubDetailPage-module__1rf9vG__miniAvatar{border-radius:var(--radius-full);background:var(--social-light);width:26px;height:26px;color:var(--social);border:2px solid var(--card-bg);justify-content:center;align-items:center;font-size:.5625rem;font-weight:700;display:flex;overflow:hidden}.ClubDetailPage-module__1rf9vG__miniAvatarImage{object-fit:cover;width:100%;height:100%}.ClubDetailPage-module__1rf9vG__statAvatarOverflow{border-radius:var(--radius-full);background:var(--social);color:#fff;border:2px solid var(--card-bg);justify-content:center;align-items:center;width:26px;height:26px;margin-left:-6px;font-size:.5625rem;font-weight:700;display:flex;position:relative}.ClubDetailPage-module__1rf9vG__statLabel{color:var(--foreground-secondary);white-space:nowrap;font-size:.8125rem;font-weight:600}.ClubDetailPage-module__1rf9vG__statIcon{color:var(--foreground-tertiary);flex-shrink:0}.ClubDetailPage-module__1rf9vG__statDivider{background:var(--card-border);flex-shrink:0;width:1px;height:24px}.ClubDetailPage-module__1rf9vG__actionBar{gap:10px;margin-bottom:20px;display:flex}.ClubDetailPage-module__1rf9vG__joinButtonLarge{border-radius:var(--radius-lg);border:2px solid var(--social);color:var(--social);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 20px;font-family:inherit;font-size:.875rem;font-weight:700;display:flex}.ClubDetailPage-module__1rf9vG__joinButtonLarge:hover{background:var(--social);color:#fff}.ClubDetailPage-module__1rf9vG__leaveButtonLarge{border-radius:var(--radius-lg);border:2px solid var(--card-border);background:var(--social-light);color:var(--social);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 20px;font-family:inherit;font-size:.875rem;font-weight:700;display:flex}.ClubDetailPage-module__1rf9vG__leaveButtonLarge:hover{color:#dc2626;background:#fef2f2;border-color:#dc2626}.ClubDetailPage-module__1rf9vG__tabBar{border-bottom:1.5px solid var(--card-border);gap:0;margin-bottom:20px;display:flex}.ClubDetailPage-module__1rf9vG__tab{color:var(--foreground-tertiary);cursor:pointer;transition:color var(--transition-fast), border-color var(--transition-fast);text-align:center;background:0 0;border:none;border-bottom:2.5px solid #0000;flex:1;margin-bottom:-1.5px;padding:10px 0;font-family:inherit;font-size:.875rem;font-weight:600}.ClubDetailPage-module__1rf9vG__tab:hover{color:var(--foreground-secondary)}.ClubDetailPage-module__1rf9vG__tabActive{color:var(--social);border-bottom-color:var(--social)}.ClubDetailPage-module__1rf9vG__createActivityButton{border-radius:var(--radius-md);border:1.5px dashed var(--social);width:100%;color:var(--social);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast);background:0 0;justify-content:center;align-items:center;gap:6px;margin-bottom:14px;padding:10px 16px;font-family:inherit;font-size:.8125rem;font-weight:700;display:flex}.ClubDetailPage-module__1rf9vG__createActivityButton:hover{background:var(--social-light)}.ClubDetailPage-module__1rf9vG__section{margin-bottom:28px}.ClubDetailPage-module__1rf9vG__tabEmpty{text-align:center;color:var(--foreground-tertiary);flex-direction:column;align-items:center;gap:10px;padding:32px 20px;display:flex}.ClubDetailPage-module__1rf9vG__tabEmpty p{color:var(--foreground-tertiary);max-width:280px;font-size:.875rem;line-height:1.5}.ClubDetailPage-module__1rf9vG__activitiesList{flex-direction:column;gap:10px;display:flex}.ClubDetailPage-module__1rf9vG__activityCard{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-md);transition:border-color var(--transition-fast);cursor:pointer;text-align:left;gap:14px;width:100%;padding:14px;font-family:inherit;display:flex;position:relative}.ClubDetailPage-module__1rf9vG__activityCard:hover{border-color:var(--social)}.ClubDetailPage-module__1rf9vG__activityCardPast{opacity:.6}.ClubDetailPage-module__1rf9vG__activityDate{flex-direction:column;justify-content:flex-start;align-items:center;gap:2px;min-width:52px;padding-top:2px;display:flex}.ClubDetailPage-module__1rf9vG__activityDay{text-transform:uppercase;color:var(--social);letter-spacing:.3px;font-size:.6875rem;font-weight:700}.ClubDetailPage-module__1rf9vG__activityTime{color:var(--foreground-tertiary);font-size:.75rem;font-weight:600}.ClubDetailPage-module__1rf9vG__activityBody{flex:1;min-width:0}.ClubDetailPage-module__1rf9vG__activityTitle{color:var(--foreground);margin-bottom:4px;font-size:.9375rem;font-weight:700}.ClubDetailPage-module__1rf9vG__activityDescription{color:var(--foreground-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:.8125rem;line-height:1.4;display:-webkit-box;overflow:hidden}.ClubDetailPage-module__1rf9vG__activityMeta{color:var(--foreground-tertiary);align-items:center;gap:6px;font-size:.75rem;display:flex}.ClubDetailPage-module__1rf9vG__activityMetaDot{border-radius:var(--radius-full);background:var(--foreground-tertiary);width:3px;height:3px}.ClubDetailPage-module__1rf9vG__activityActions{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:6px;margin-left:auto;display:flex}.ClubDetailPage-module__1rf9vG__activityPastBadge{text-transform:uppercase;letter-spacing:.5px;border-radius:var(--radius-full);background:var(--foreground-tertiary);color:#fff;opacity:.7;padding:2px 7px;font-size:.625rem;font-weight:700}.ClubDetailPage-module__1rf9vG__rsvpChip{border-radius:var(--radius-full);border:1.5px solid var(--card-border);text-transform:uppercase;letter-spacing:.3px;color:var(--foreground-secondary);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);background:0 0;align-items:center;gap:4px;padding:5px 12px;font-size:.6875rem;font-weight:700;display:inline-flex}.ClubDetailPage-module__1rf9vG__rsvpChip:hover{border-color:var(--social);color:var(--social);background:var(--social-light)}.ClubDetailPage-module__1rf9vG__rsvpChipActive{border-color:var(--social);background:var(--social);color:#fff}.ClubDetailPage-module__1rf9vG__rsvpChipActive:hover{color:#fff;background:#dc2626;border-color:#dc2626}.ClubDetailPage-module__1rf9vG__membersList{flex-direction:column;gap:8px;display:flex}.ClubDetailPage-module__1rf9vG__memberRow{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-md);align-items:center;gap:12px;padding:10px 14px;display:flex}.ClubDetailPage-module__1rf9vG__memberAvatar{border-radius:var(--radius-full);background:var(--social-light);width:36px;height:36px;color:var(--social);flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex;overflow:hidden}.ClubDetailPage-module__1rf9vG__memberAvatarImage{object-fit:cover;width:100%;height:100%}.ClubDetailPage-module__1rf9vG__memberInfo{flex:1;min-width:0}.ClubDetailPage-module__1rf9vG__memberName{color:var(--foreground);font-size:.875rem;font-weight:600}.ClubDetailPage-module__1rf9vG__memberRole{text-transform:uppercase;letter-spacing:.5px;border-radius:var(--radius-full);background:var(--social-light);color:var(--social);padding:2px 8px;font-size:.6875rem;font-weight:600}.ClubDetailPage-module__1rf9vG__memberRoleOwner{color:#d97706;background:#fef3c7}.ClubDetailPage-module__1rf9vG__skeleton{flex-direction:column;gap:16px;display:flex}.ClubDetailPage-module__1rf9vG__skeletonHero{gap:16px;animation:1.5s infinite ClubDetailPage-module__1rf9vG__pulse;display:flex}.ClubDetailPage-module__1rf9vG__skeletonCover{border-radius:var(--radius-lg);background:var(--skeleton-bg,#8080801f);width:80px;height:80px}.ClubDetailPage-module__1rf9vG__skeletonLines{flex-direction:column;flex:1;gap:10px;padding-top:4px;display:flex}.ClubDetailPage-module__1rf9vG__skeletonLine{background:var(--skeleton-bg,#8080801f);border-radius:6px;height:14px}.ClubDetailPage-module__1rf9vG__skeletonLineShort{width:50%}.ClubDetailPage-module__1rf9vG__skeletonLineXShort{width:30%}@keyframes ClubDetailPage-module__1rf9vG__pulse{0%,to{opacity:1}50%{opacity:.5}}.ClubDetailPage-module__1rf9vG__stateContainer{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:40px 20px;display:flex}.ClubDetailPage-module__1rf9vG__stateIcon{border-radius:var(--radius-full);justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:4px;display:flex}.ClubDetailPage-module__1rf9vG__stateIconError{color:#ef4444;background:#fef2f2}.ClubDetailPage-module__1rf9vG__stateTitle{color:var(--foreground);font-size:1.0625rem;font-weight:700}.ClubDetailPage-module__1rf9vG__stateSubtitle{color:var(--foreground-secondary);max-width:320px;font-size:.875rem;line-height:1.5}.ClubDetailPage-module__1rf9vG__retryButton{border-radius:var(--radius-full);border:1.5px solid var(--card-border);background:var(--card-bg);color:var(--foreground);cursor:pointer;transition:border-color var(--transition-fast), background var(--transition-fast);align-items:center;gap:6px;margin-top:8px;padding:8px 18px;font-family:inherit;font-size:.8125rem;font-weight:600;display:inline-flex}.ClubDetailPage-module__1rf9vG__retryButton:hover{border-color:var(--social);background:var(--social-light)}
.ClubsPage-module__l_Ui6W__container{width:100%;max-width:640px;padding:24px var(--container-padding) 80px;margin:0 auto}.ClubsPage-module__l_Ui6W__toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.ClubsPage-module__l_Ui6W__createButton{border-radius:var(--radius-lg);background:var(--social);color:#fff;cursor:pointer;white-space:nowrap;transition:background var(--transition-fast), transform var(--transition-fast);border:none;align-items:center;gap:6px;padding:8px 16px;font-family:inherit;font-size:.8125rem;font-weight:600;display:inline-flex}.ClubsPage-module__l_Ui6W__createButton:hover{background:#dc2626;transform:translateY(-1px)}.ClubsPage-module__l_Ui6W__tabs{gap:4px;margin-bottom:20px;display:flex}.ClubsPage-module__l_Ui6W__tab{border-radius:var(--radius-full);border:1.5px solid var(--card-border);background:var(--card-bg);color:var(--foreground-secondary);cursor:pointer;white-space:nowrap;transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);padding:8px 16px;font-family:inherit;font-size:.8125rem;font-weight:500}.ClubsPage-module__l_Ui6W__tab:hover{border-color:var(--social);color:var(--social)}.ClubsPage-module__l_Ui6W__tabActive{background:var(--social);border-color:var(--social);color:#fff}.ClubsPage-module__l_Ui6W__tabActive:hover{color:#fff;background:#dc2626;border-color:#dc2626}.ClubsPage-module__l_Ui6W__sectionLabel{text-transform:uppercase;letter-spacing:1px;color:var(--foreground-tertiary);margin-bottom:12px;font-size:.75rem;font-weight:700}.ClubsPage-module__l_Ui6W__clubGrid{flex-direction:column;gap:12px;margin-bottom:28px;display:flex}.ClubsPage-module__l_Ui6W__clubCard{background:var(--card-bg);border:1.5px solid var(--card-border);border-radius:var(--radius-lg);color:inherit;transition:border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);cursor:pointer;gap:14px;padding:16px;text-decoration:none;display:flex}.ClubsPage-module__l_Ui6W__clubCard:hover{border-color:var(--social);transform:translateY(-1px);box-shadow:0 2px 12px #0000000f}.ClubsPage-module__l_Ui6W__clubCover{border-radius:var(--radius-md);background:var(--social-light);flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.ClubsPage-module__l_Ui6W__clubCoverImage{object-fit:cover;width:100%;height:100%}.ClubsPage-module__l_Ui6W__clubCoverFallback{color:var(--social);opacity:.6}.ClubsPage-module__l_Ui6W__clubInfo{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.ClubsPage-module__l_Ui6W__clubName{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:700;overflow:hidden}.ClubsPage-module__l_Ui6W__clubMeta{color:var(--foreground-tertiary);align-items:center;gap:8px;font-size:.75rem;display:flex}.ClubsPage-module__l_Ui6W__clubMetaDot{border-radius:var(--radius-full);background:var(--foreground-tertiary);width:3px;height:3px}.ClubsPage-module__l_Ui6W__clubDescription{color:var(--foreground-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8125rem;line-height:1.4;display:-webkit-box;overflow:hidden}.ClubsPage-module__l_Ui6W__clubActions{flex-shrink:0;align-items:flex-start;display:flex}.ClubsPage-module__l_Ui6W__joinButton{border-radius:var(--radius-full);border:1.5px solid var(--social);color:var(--social);cursor:pointer;white-space:nowrap;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;padding:6px 14px;font-family:inherit;font-size:.75rem;font-weight:600}.ClubsPage-module__l_Ui6W__joinButton:hover{background:var(--social);color:#fff}.ClubsPage-module__l_Ui6W__memberBadge{border-radius:var(--radius-full);border:1.5px solid var(--card-border);background:var(--social-light);color:var(--social);white-space:nowrap;padding:6px 14px;font-family:inherit;font-size:.75rem;font-weight:600}.ClubsPage-module__l_Ui6W__signInBanner{background:var(--card-bg);border:1.5px solid var(--card-border);border-radius:var(--radius-lg);align-items:center;gap:14px;margin-bottom:20px;padding:16px 18px;display:flex}.ClubsPage-module__l_Ui6W__signInIcon{border-radius:var(--radius-full);background:var(--social-light);width:40px;height:40px;color:var(--social);flex-shrink:0;justify-content:center;align-items:center;display:flex}.ClubsPage-module__l_Ui6W__signInText{color:var(--foreground-secondary);flex:1;font-size:.8125rem;line-height:1.4}.ClubsPage-module__l_Ui6W__signInButton{border-radius:var(--radius-full);background:var(--social);color:#fff;cursor:pointer;white-space:nowrap;transition:background var(--transition-fast);border:none;padding:8px 18px;font-family:inherit;font-size:.8125rem;font-weight:600}.ClubsPage-module__l_Ui6W__signInButton:hover{background:#dc2626}.ClubsPage-module__l_Ui6W__skeleton{flex-direction:column;gap:12px;display:flex}.ClubsPage-module__l_Ui6W__skeletonCard{background:var(--card-bg);border:1.5px solid var(--card-border);border-radius:var(--radius-lg);gap:14px;padding:16px;animation:1.5s infinite ClubsPage-module__l_Ui6W__pulse;display:flex}.ClubsPage-module__l_Ui6W__skeletonCover{border-radius:var(--radius-md);background:var(--skeleton-bg,#8080801f);width:64px;height:64px}.ClubsPage-module__l_Ui6W__skeletonLines{flex-direction:column;flex:1;gap:8px;padding-top:4px;display:flex}.ClubsPage-module__l_Ui6W__skeletonLine{background:var(--skeleton-bg,#8080801f);border-radius:6px;height:12px}.ClubsPage-module__l_Ui6W__skeletonLineShort{width:60%}@keyframes ClubsPage-module__l_Ui6W__pulse{0%,to{opacity:1}50%{opacity:.5}}.ClubsPage-module__l_Ui6W__stateContainer{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:40px 20px;display:flex}.ClubsPage-module__l_Ui6W__stateIcon{border-radius:var(--radius-full);justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:4px;display:flex}.ClubsPage-module__l_Ui6W__stateIconError{color:#ef4444;background:#fef2f2}.ClubsPage-module__l_Ui6W__stateIconEmpty{background:var(--social-light);color:var(--social)}.ClubsPage-module__l_Ui6W__stateTitle{color:var(--foreground);font-size:1.0625rem;font-weight:700}.ClubsPage-module__l_Ui6W__stateSubtitle{color:var(--foreground-secondary);max-width:320px;font-size:.875rem;line-height:1.5}.ClubsPage-module__l_Ui6W__retryButton{border-radius:var(--radius-full);border:1.5px solid var(--card-border);background:var(--card-bg);color:var(--foreground);cursor:pointer;transition:border-color var(--transition-fast), background var(--transition-fast);align-items:center;gap:6px;margin-top:8px;padding:8px 18px;font-family:inherit;font-size:.8125rem;font-weight:600;display:inline-flex}.ClubsPage-module__l_Ui6W__retryButton:hover{border-color:var(--social);background:var(--social-light)}
.TagAutocomplete-module__UZr2rq__wrapper{width:100%;position:relative}.TagAutocomplete-module__UZr2rq__textarea{width:100%;min-height:88px;font-size:.9375rem;font-family:var(--font-sans);color:var(--foreground);background:var(--background);border:1.5px solid var(--card-border);border-radius:var(--radius-md);resize:vertical;transition:border-color var(--transition-fast), box-shadow var(--transition-fast);outline:none;padding:14px 16px;line-height:1.5}.TagAutocomplete-module__UZr2rq__textarea::placeholder{color:var(--foreground-tertiary)}.TagAutocomplete-module__UZr2rq__textarea:focus{border-color:var(--social);box-shadow:0 0 0 3px #ef44441a}.TagAutocomplete-module__UZr2rq__dropdown{background:var(--card-bg);border:1.5px solid var(--card-border);border-radius:var(--radius-md);z-index:20;max-height:240px;animation:.15s ease-out TagAutocomplete-module__UZr2rq__dropdownFadeIn;position:absolute;bottom:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001f}@keyframes TagAutocomplete-module__UZr2rq__dropdownFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.TagAutocomplete-module__UZr2rq__dropdownLoading{justify-content:center;align-items:center;padding:12px;display:flex}.TagAutocomplete-module__UZr2rq__dropdownSpinner{border:2px solid var(--card-border);border-top-color:var(--social);border-radius:50%;width:16px;height:16px;animation:.6s linear infinite TagAutocomplete-module__UZr2rq__spin;display:inline-block}@keyframes TagAutocomplete-module__UZr2rq__spin{to{transform:rotate(360deg)}}.TagAutocomplete-module__UZr2rq__dropdownItem{cursor:pointer;width:100%;color:var(--foreground);transition:background var(--transition-fast);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:10px 14px;font-family:inherit;font-size:.875rem;display:flex}.TagAutocomplete-module__UZr2rq__dropdownItem:hover,.TagAutocomplete-module__UZr2rq__dropdownItemActive{background:var(--social-light)}.TagAutocomplete-module__UZr2rq__tagName{color:var(--social);font-weight:600}.TagAutocomplete-module__UZr2rq__tagCount{color:var(--foreground-tertiary);white-space:nowrap;font-size:.75rem}
.AppPromoCard-module___zuGya__card{text-align:center;border-radius:var(--radius-lg);background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--card-shadow);flex-direction:column;align-items:center;gap:12px;padding:32px 24px;display:flex}.AppPromoCard-module___zuGya__inline{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:32px 20px;display:flex}.AppPromoCard-module___zuGya__title{font-family:var(--font-display);letter-spacing:-.01em;color:var(--foreground);margin:0;font-size:1.05rem;font-weight:700}.AppPromoCard-module___zuGya__description{max-width:340px;margin:0;font-size:.875rem;line-height:1.55}html:not(.dark) .AppPromoCard-module___zuGya__description{color:#6b7280}html.dark .AppPromoCard-module___zuGya__description{color:var(--foreground-secondary)}.AppPromoCard-module___zuGya__badges{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:4px;display:flex}.AppPromoCard-module___zuGya__storeLink{border-radius:var(--radius-md);transition:transform var(--transition-fast), opacity var(--transition-fast);line-height:0;display:inline-flex}.AppPromoCard-module___zuGya__storeLink:hover{opacity:.92;transform:translateY(-1px)}.AppPromoCard-module___zuGya__storeLink:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.AppPromoCard-module___zuGya__storeBadge{width:auto;height:40px;display:block}
.BreedMatchCard-module__XJtFva__card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);transition:box-shadow var(--transition-base), transform var(--transition-base);display:flex;position:relative;overflow:hidden}.BreedMatchCard-module__XJtFva__card:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-3px)}.BreedMatchCard-module__XJtFva__tierBorder{border-radius:inherit;border:2px solid var(--tier-color,transparent);pointer-events:none;position:absolute;inset:0}.BreedMatchCard-module__XJtFva__cardBody{flex-direction:column;flex:1;gap:14px;min-width:0;padding:20px 20px 16px;display:flex}.BreedMatchCard-module__XJtFva__cardExcellent:hover{box-shadow:0 8px 36px #f59e0b2e}.BreedMatchCard-module__XJtFva__cardGood:hover{box-shadow:0 8px 36px #22c55e24}.BreedMatchCard-module__XJtFva__cardModerate:hover{box-shadow:0 8px 36px #3b82f61f}.BreedMatchCard-module__XJtFva__cardLow:hover{box-shadow:var(--card-shadow-hover)}.BreedMatchCard-module__XJtFva__header{align-items:center;gap:14px;display:flex}.BreedMatchCard-module__XJtFva__circle{flex-shrink:0;width:64px;height:64px;position:relative}.BreedMatchCard-module__XJtFva__circleSvg{width:100%;height:100%;transform:rotate(-90deg)}.BreedMatchCard-module__XJtFva__circleProgress{transition:stroke-dashoffset .6s var(--ease-spring)}.BreedMatchCard-module__XJtFva__circleText{font-size:1rem;font-weight:800;font-family:var(--font-display);justify-content:center;align-items:center;line-height:1;display:flex;position:absolute;inset:0}.BreedMatchCard-module__XJtFva__circlePercent{margin-left:1px;font-size:.625rem;font-weight:700}.BreedMatchCard-module__XJtFva__headerInfo{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.BreedMatchCard-module__XJtFva__breedName{font-family:var(--font-display);color:var(--foreground);letter-spacing:-.015em;font-size:clamp(.95rem,1.6vw,1.1rem);font-weight:700;line-height:1.25}.BreedMatchCard-module__XJtFva__breedLink{color:inherit;transition:color var(--transition-fast);text-decoration:none}.BreedMatchCard-module__XJtFva__breedLink:hover{text-underline-offset:3px;color:var(--primary);text-decoration:underline}.BreedMatchCard-module__XJtFva__matchBadge{border-radius:var(--radius-full);letter-spacing:.02em;align-items:center;width:fit-content;padding:2px 10px;font-size:.6875rem;font-weight:700;display:inline-flex}.BreedMatchCard-module__XJtFva__matchExcellent{color:var(--behaviour);background:var(--behaviour-light)}.BreedMatchCard-module__XJtFva__matchGood{color:var(--health);background:var(--health-light)}.BreedMatchCard-module__XJtFva__matchModerate{color:var(--walk);background:var(--walk-light)}.BreedMatchCard-module__XJtFva__matchLow{color:var(--foreground-tertiary);background:var(--card-border)}.BreedMatchCard-module__XJtFva__meta{flex-wrap:wrap;gap:12px;display:flex}.BreedMatchCard-module__XJtFva__metaItem{color:var(--foreground-secondary);align-items:center;gap:5px;font-size:.75rem;font-weight:500;display:inline-flex}.BreedMatchCard-module__XJtFva__metaItem svg{color:var(--foreground-tertiary);flex-shrink:0}.BreedMatchCard-module__XJtFva__tags{flex-wrap:wrap;gap:6px;display:flex}.BreedMatchCard-module__XJtFva__tag{border-radius:var(--radius-full);color:var(--foreground-secondary);background:var(--background);border:1px solid var(--card-border);align-items:center;gap:4px;padding:3px 10px;font-size:.6875rem;font-weight:600;display:inline-flex}.BreedMatchCard-module__XJtFva__tag svg{color:var(--foreground-tertiary)}.BreedMatchCard-module__XJtFva__radarWrap{justify-content:center;padding:2px 0;display:flex}.BreedMatchCard-module__XJtFva__radar{width:100%;max-width:170px;height:auto}.BreedMatchCard-module__XJtFva__radarLabel{fill:var(--foreground-tertiary);font-size:7px;font-weight:600}.BreedMatchCard-module__XJtFva__expandBtn{width:100%;color:var(--foreground-secondary);cursor:pointer;transition:color var(--transition-fast);border-top:1px solid var(--card-border);justify-content:center;align-items:center;gap:6px;padding:8px 0 4px;font-size:.8125rem;font-weight:600;display:flex}.BreedMatchCard-module__XJtFva__expandBtn:hover{color:var(--primary)}.BreedMatchCard-module__XJtFva__expandChevron{transition:transform var(--transition-base)}.BreedMatchCard-module__XJtFva__expandChevronOpen{transform:rotate(180deg)}.BreedMatchCard-module__XJtFva__expandable{transition:grid-template-rows .3s var(--ease-spring);grid-template-rows:0fr;display:grid}.BreedMatchCard-module__XJtFva__expandableOpen{grid-template-rows:1fr}.BreedMatchCard-module__XJtFva__expandInner{flex-direction:column;gap:16px;display:flex;overflow:hidden}.BreedMatchCard-module__XJtFva__expandableOpen .BreedMatchCard-module__XJtFva__expandInner{padding-top:12px}.BreedMatchCard-module__XJtFva__detailBlock{flex-direction:column;gap:6px;display:flex}.BreedMatchCard-module__XJtFva__detailHeading{text-transform:uppercase;letter-spacing:.06em;color:var(--foreground-secondary);align-items:center;gap:5px;font-size:.6875rem;font-weight:700;display:flex}.BreedMatchCard-module__XJtFva__headingIcon{color:var(--social);opacity:.75;flex-shrink:0}.BreedMatchCard-module__XJtFva__detailBody{color:var(--foreground-secondary);font-size:.8125rem;line-height:1.5}.BreedMatchCard-module__XJtFva__chipRow{flex-wrap:wrap;gap:4px;display:flex}.BreedMatchCard-module__XJtFva__chip{border-radius:var(--radius-sm);color:var(--foreground-secondary);background:var(--background);border:1px solid var(--card-border);padding:3px 10px;font-size:.6875rem;font-weight:600}.BreedMatchCard-module__XJtFva__issueList{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.BreedMatchCard-module__XJtFva__issueList li{color:var(--foreground-secondary);padding-left:14px;font-size:.8125rem;line-height:1.5;position:relative}.BreedMatchCard-module__XJtFva__issueList li:before{content:"";background:var(--foreground-tertiary);border-radius:50%;width:5px;height:5px;position:absolute;top:8px;left:0}.BreedMatchCard-module__XJtFva__statGrid{border-top:1px solid var(--card-border);grid-template-columns:1fr 1fr;gap:10px 16px;padding-top:8px;display:grid}.BreedMatchCard-module__XJtFva__statRow{flex-direction:column;gap:4px;display:flex}.BreedMatchCard-module__XJtFva__statHeader{justify-content:space-between;align-items:center;display:flex}.BreedMatchCard-module__XJtFva__statLabel{color:var(--foreground-secondary);font-size:.6875rem;font-weight:600}.BreedMatchCard-module__XJtFva__statValue{color:var(--foreground-secondary);font-size:.6875rem;font-weight:700}.BreedMatchCard-module__XJtFva__statTrack{border-radius:var(--radius-full);background:var(--card-border);width:100%;height:5px;overflow:hidden}.BreedMatchCard-module__XJtFva__statFill{border-radius:var(--radius-full);height:100%;transition:width .4s var(--ease-spring)}@media (max-width:640px){.BreedMatchCard-module__XJtFva__cardBody{gap:10px;padding:16px 14px 14px}.BreedMatchCard-module__XJtFva__circle{width:54px;height:54px}.BreedMatchCard-module__XJtFva__circleText{font-size:.875rem}.BreedMatchCard-module__XJtFva__statLabel{font-size:.625rem}}
.BreedImage-module__5fEFTW__wrap{background:linear-gradient(135deg, color-mix(in srgb, var(--grad-a) 10%, var(--background)), color-mix(in srgb, var(--grad-b) 18%, var(--background-alt)));justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.BreedImage-module__5fEFTW__bg{width:100%;height:100%;position:absolute;inset:0}.BreedImage-module__5fEFTW__card{aspect-ratio:3/2;border-radius:0}.BreedImage-module__5fEFTW__hero{aspect-ratio:21/9;border-radius:var(--radius-xl);min-height:200px}.BreedImage-module__5fEFTW__inline{aspect-ratio:4/3;border-radius:var(--radius-lg);min-height:160px}.BreedImage-module__5fEFTW__paw1,.BreedImage-module__5fEFTW__paw2,.BreedImage-module__5fEFTW__paw3{color:var(--grad-a);opacity:.12;pointer-events:none;position:absolute}.BreedImage-module__5fEFTW__paw1{top:12%;right:10%;transform:rotate(15deg)}.BreedImage-module__5fEFTW__paw2{bottom:15%;left:8%;transform:rotate(-20deg)}.BreedImage-module__5fEFTW__paw3{top:55%;right:35%;transform:rotate(35deg)}.BreedImage-module__5fEFTW__initial{z-index:1;font-family:var(--font-display);color:var(--grad-a);opacity:.18;-webkit-user-select:none;user-select:none;font-weight:800;line-height:1;position:relative}.BreedImage-module__5fEFTW__card .BreedImage-module__5fEFTW__initial{font-size:80px}.BreedImage-module__5fEFTW__hero .BreedImage-module__5fEFTW__initial{font-size:140px}.BreedImage-module__5fEFTW__inline .BreedImage-module__5fEFTW__initial{font-size:64px}
.BlockedUsersModal-module__QcRDCG__overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;background:#00000080;justify-content:center;align-items:center;padding:24px;animation:.2s ease-out forwards BlockedUsersModal-module__QcRDCG__fadeIn;display:flex;position:fixed;inset:0}.BlockedUsersModal-module__QcRDCG__overlayClosing{animation:.15s ease-in forwards BlockedUsersModal-module__QcRDCG__fadeOut}@keyframes BlockedUsersModal-module__QcRDCG__fadeIn{to{opacity:1}}@keyframes BlockedUsersModal-module__QcRDCG__fadeOut{0%{opacity:1}to{opacity:0}}.BlockedUsersModal-module__QcRDCG__dialog{background:var(--card-bg);border-radius:var(--radius-xl);opacity:0;width:100%;max-width:480px;max-height:calc(100dvh - 48px);animation:BlockedUsersModal-module__QcRDCG__slideUp .25s var(--ease-spring) 50ms forwards;flex-direction:column;display:flex;position:relative;overflow:hidden;transform:translateY(16px)scale(.97);box-shadow:0 24px 80px #0003}.BlockedUsersModal-module__QcRDCG__dialogClosing{animation:.15s ease-in forwards BlockedUsersModal-module__QcRDCG__slideDown}@keyframes BlockedUsersModal-module__QcRDCG__slideUp{to{opacity:1;transform:translateY(0)scale(1)}}@keyframes BlockedUsersModal-module__QcRDCG__slideDown{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(16px)scale(.97)}}.BlockedUsersModal-module__QcRDCG__header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:20px 24px 16px;display:flex}.BlockedUsersModal-module__QcRDCG__title{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:600}.BlockedUsersModal-module__QcRDCG__closeButton{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:background .15s;display:flex}.BlockedUsersModal-module__QcRDCG__closeButton:hover{background:var(--hover-bg)}.BlockedUsersModal-module__QcRDCG__body{flex:1;min-height:120px;padding:12px 24px 24px;overflow-y:auto}.BlockedUsersModal-module__QcRDCG__loading{justify-content:center;align-items:center;padding:48px 0;display:flex}.BlockedUsersModal-module__QcRDCG__spinner{border:3px solid var(--border-subtle);border-top-color:var(--accent-social);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite BlockedUsersModal-module__QcRDCG__spin}@keyframes BlockedUsersModal-module__QcRDCG__spin{to{transform:rotate(360deg)}}.BlockedUsersModal-module__QcRDCG__empty{flex-direction:column;align-items:center;gap:12px;padding:36px 0;display:flex}.BlockedUsersModal-module__QcRDCG__emptyIcon{color:var(--text-tertiary);opacity:.5}.BlockedUsersModal-module__QcRDCG__emptyText{color:var(--text-secondary);margin:0;font-size:.875rem}.BlockedUsersModal-module__QcRDCG__userRow{border-bottom:1px solid var(--border-subtle);align-items:center;gap:12px;padding:12px 0;display:flex}.BlockedUsersModal-module__QcRDCG__userRow:last-child{border-bottom:none}.BlockedUsersModal-module__QcRDCG__avatar{object-fit:cover;background:var(--hover-bg);border-radius:50%;flex-shrink:0;width:40px;height:40px}.BlockedUsersModal-module__QcRDCG__userName{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.9375rem;font-weight:500;overflow:hidden}.BlockedUsersModal-module__QcRDCG__unblockButton{border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;background:0 0;flex-shrink:0;padding:6px 14px;font-size:.8125rem;font-weight:500;transition:background .15s,border-color .15s,color .15s}.BlockedUsersModal-module__QcRDCG__unblockButton:hover:not(:disabled){background:var(--hover-bg);border-color:var(--text-tertiary);color:var(--text-primary)}.BlockedUsersModal-module__QcRDCG__unblockButton:disabled{opacity:.5;cursor:not-allowed}
.PremiumFeatureOverlay-module__BW9Bca__wrapper{width:100%;min-height:400px;max-height:500px;margin-bottom:28px;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(#000 60%,#0000 100%);mask-image:linear-gradient(#000 60%,#0000 100%)}.PremiumFeatureOverlay-module__BW9Bca__blurredContent{filter:blur(4px);opacity:.8;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%}.PremiumFeatureOverlay-module__BW9Bca__pointerBlocker{z-index:10;background:0 0;position:absolute;inset:0}.PremiumFeatureOverlay-module__BW9Bca__overlay{z-index:20;justify-content:center;align-items:flex-start;padding-top:40px;display:flex;position:absolute;inset:0}.PremiumFeatureOverlay-module__BW9Bca__cardContainer{width:400px;max-width:90%}
