.CityPicker-module__id4swW__wrapper{position:relative}.CityPicker-module__id4swW__inputRow{background:var(--card-bg);border:1.5px solid var(--card-border);border-radius:var(--radius-lg);transition:border-color var(--transition-fast);align-items:center;gap:8px;padding:10px 14px;display:flex}.CityPicker-module__id4swW__inputRow:focus-within{border-color:var(--social)}.CityPicker-module__id4swW__searchIcon{color:var(--foreground-tertiary);flex-shrink:0}.CityPicker-module__id4swW__input{color:var(--foreground);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:.875rem}.CityPicker-module__id4swW__input::placeholder{color:var(--foreground-tertiary)}.CityPicker-module__id4swW__clearButton{border-radius:var(--radius-full);background:var(--background);border:1px solid var(--card-border);width:24px;height:24px;color:var(--foreground-secondary);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.CityPicker-module__id4swW__clearButton:hover{background:var(--social-light);color:var(--social)}.CityPicker-module__id4swW__dropdown{background:var(--card-bg);border:1.5px solid var(--card-border);border-radius:var(--radius-lg);box-shadow:var(--card-shadow);z-index:50;max-height:260px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.CityPicker-module__id4swW__option{cursor:pointer;transition:background var(--transition-fast);text-align:left;background:0 0;border:none;flex-direction:column;gap:1px;width:100%;padding:10px 14px;font-family:inherit;display:flex}.CityPicker-module__id4swW__option:hover{background:var(--social-light)}.CityPicker-module__id4swW__optionName{color:var(--foreground);font-size:.875rem;font-weight:500}.CityPicker-module__id4swW__optionDetail{color:var(--foreground-tertiary);font-size:.75rem}.CityPicker-module__id4swW__emptyText{text-align:center;color:var(--foreground-tertiary);padding:14px;font-size:.8125rem}.CityPicker-module__id4swW__selectedChip{border-radius:var(--radius-full);background:var(--social-light);color:var(--social);align-items:center;gap:6px;margin-top:8px;padding:6px 12px;font-size:.8125rem;font-weight:600;display:inline-flex}.CityPicker-module__id4swW__selectedChipRemove{border-radius:var(--radius-full);width:18px;height:18px;color:var(--social);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.CityPicker-module__id4swW__selectedChipRemove:hover{color:#dc2626}
.CreateClubModal-module__u2zZUa__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 CreateClubModal-module__u2zZUa__fadeIn;display:flex;position:fixed;inset:0}.CreateClubModal-module__u2zZUa__overlayClosing{animation:.15s ease-in forwards CreateClubModal-module__u2zZUa__fadeOut}@keyframes CreateClubModal-module__u2zZUa__fadeIn{to{opacity:1}}@keyframes CreateClubModal-module__u2zZUa__fadeOut{0%{opacity:1}to{opacity:0}}.CreateClubModal-module__u2zZUa__dialog{background:var(--card-bg);border-radius:var(--radius-xl);opacity:0;width:100%;max-width:520px;max-height:calc(100dvh - 48px);animation:CreateClubModal-module__u2zZUa__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}.CreateClubModal-module__u2zZUa__dialogClosing{animation:.15s ease-in forwards CreateClubModal-module__u2zZUa__slideDown}@keyframes CreateClubModal-module__u2zZUa__slideUp{to{opacity:1;transform:translateY(0)scale(1)}}@keyframes CreateClubModal-module__u2zZUa__slideDown{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(16px)scale(.97)}}.CreateClubModal-module__u2zZUa__header{border-bottom:1px solid var(--card-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.CreateClubModal-module__u2zZUa__headerTitle{text-align:center;color:var(--foreground);flex:1;margin:0;font-size:1rem;font-weight:700}.CreateClubModal-module__u2zZUa__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}.CreateClubModal-module__u2zZUa__headerButton:hover{background:var(--social-light);color:var(--social)}.CreateClubModal-module__u2zZUa__headerSpacer{width:36px}.CreateClubModal-module__u2zZUa__body{overscroll-behavior:contain;flex-direction:column;flex:1;gap:20px;padding:24px 24px 32px;display:flex;overflow-y:auto}.CreateClubModal-module__u2zZUa__field{flex-direction:column;gap:6px;display:flex}.CreateClubModal-module__u2zZUa__fieldLabel{color:var(--foreground-secondary);text-transform:uppercase;letter-spacing:.3px;font-size:.8125rem;font-weight:600}.CreateClubModal-module__u2zZUa__fieldInput{width:100%;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:12px 16px}.CreateClubModal-module__u2zZUa__fieldInput::placeholder{color:var(--foreground-tertiary)}.CreateClubModal-module__u2zZUa__fieldInput:focus{border-color:var(--social);box-shadow:0 0 0 3px #ef44441a}.CreateClubModal-module__u2zZUa__fieldTextarea{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}.CreateClubModal-module__u2zZUa__fieldTextarea::placeholder{color:var(--foreground-tertiary)}.CreateClubModal-module__u2zZUa__fieldTextarea:focus{border-color:var(--social);box-shadow:0 0 0 3px #ef44441a}.CreateClubModal-module__u2zZUa__fieldHint{color:var(--foreground-tertiary);font-size:.75rem}.CreateClubModal-module__u2zZUa__imagePickerButton{border:1.5px dashed var(--card-border);border-radius:var(--radius-md);background:var(--background);cursor:pointer;width:100%;height:120px;transition:border-color var(--transition-fast);position:relative;overflow:hidden}.CreateClubModal-module__u2zZUa__imagePickerButton:hover{border-color:var(--social)}.CreateClubModal-module__u2zZUa__imagePickerPreview{object-fit:cover;width:100%;height:100%}.CreateClubModal-module__u2zZUa__imagePickerPlaceholder{height:100%;color:var(--foreground-tertiary);flex-direction:column;justify-content:center;align-items:center;gap:6px;font-size:.75rem;display:flex}.CreateClubModal-module__u2zZUa__imagePickerUploading{background:#0006;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.CreateClubModal-module__u2zZUa__breedPickerButton{width:100%;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);cursor:pointer;transition:border-color var(--transition-fast);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.CreateClubModal-module__u2zZUa__breedPickerButton:hover{border-color:var(--social)}.CreateClubModal-module__u2zZUa__breedPickerPlaceholder{color:var(--foreground-tertiary)}.CreateClubModal-module__u2zZUa__breedPickerChevron{color:var(--foreground-tertiary);transition:transform var(--transition-fast);flex-shrink:0}.CreateClubModal-module__u2zZUa__breedPickerChevronOpen{transform:rotate(180deg)}.CreateClubModal-module__u2zZUa__breedPickerDropdown{border:1.5px solid var(--card-border);border-radius:var(--radius-md);background:var(--card-bg);overflow:hidden}.CreateClubModal-module__u2zZUa__breedPickerSearch{border:none;border-bottom:1px solid var(--card-border);width:100%;font-size:.875rem;font-family:var(--font-sans);color:var(--foreground);background:0 0;outline:none;padding:10px 14px}.CreateClubModal-module__u2zZUa__breedPickerSearch::placeholder{color:var(--foreground-tertiary)}.CreateClubModal-module__u2zZUa__breedPickerList{max-height:180px;overflow-y:auto}.CreateClubModal-module__u2zZUa__breedPickerItem{text-align:left;width:100%;font-size:.875rem;font-family:var(--font-sans);color:var(--foreground);cursor:pointer;transition:background var(--transition-fast);background:0 0;border:none;padding:10px 14px}.CreateClubModal-module__u2zZUa__breedPickerItem:hover{background:var(--social-light)}.CreateClubModal-module__u2zZUa__breedPickerItemSelected{background:var(--social-light);color:var(--social);font-weight:600}.CreateClubModal-module__u2zZUa__errorBanner{border-radius:var(--radius-md);background:#ef444414;border:1px solid #ef444426;align-items:flex-start;gap:10px;padding:12px 16px;animation:.3s ease-out CreateClubModal-module__u2zZUa__shakeBanner;display:flex}html.CreateClubModal-module__u2zZUa__dark .CreateClubModal-module__u2zZUa__errorBanner{background:#ef44441f;border-color:#ef444433}.CreateClubModal-module__u2zZUa__errorIcon{color:#ef4444;flex-shrink:0;margin-top:1px}.CreateClubModal-module__u2zZUa__errorText{color:#ef4444;flex:1;font-size:.8125rem;font-weight:500;line-height:1.4}@keyframes CreateClubModal-module__u2zZUa__shakeBanner{0%,to{transform:translate(0)}20%{transform:translate(-4px)}40%{transform:translate(4px)}60%{transform:translate(-2px)}80%{transform:translate(2px)}}.CreateClubModal-module__u2zZUa__submitButton{width:100%;height:48px;font-size:.9375rem;font-weight:700;font-family:var(--font-sans);color:#fff;background:var(--social);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;display:flex}.CreateClubModal-module__u2zZUa__submitButton:hover:not(:disabled){background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 16px #ef444440}.CreateClubModal-module__u2zZUa__submitButton:active:not(:disabled){transform:translateY(0)}.CreateClubModal-module__u2zZUa__submitButton:disabled{opacity:.55;cursor:not-allowed}.CreateClubModal-module__u2zZUa__submitSpinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite CreateClubModal-module__u2zZUa__spin;display:inline-block}@keyframes CreateClubModal-module__u2zZUa__spin{to{transform:rotate(360deg)}}@media (max-width:560px){.CreateClubModal-module__u2zZUa__overlay{align-items:flex-end;padding:0}.CreateClubModal-module__u2zZUa__dialog{border-radius:var(--radius-xl) var(--radius-xl) 0 0;max-width:100%;max-height:95dvh;animation:CreateClubModal-module__u2zZUa__slideUpMobile .3s var(--ease-spring) forwards;transform:translateY(100%)}.CreateClubModal-module__u2zZUa__dialogClosing{animation:.2s ease-in forwards CreateClubModal-module__u2zZUa__slideDownMobile}@keyframes CreateClubModal-module__u2zZUa__slideUpMobile{to{opacity:1;transform:translateY(0)}}@keyframes CreateClubModal-module__u2zZUa__slideDownMobile{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.CreateClubModal-module__u2zZUa__body{padding:20px 20px 28px}}
.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__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__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__themeToggleWrap,.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}}
.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}}
.DownloadCTA-module__4U2VuG__section{content-visibility:auto;contain-intrinsic-size:auto 500px;position:relative}.DownloadCTA-module__4U2VuG__wave{background:var(--background);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}}
.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}}.HeroSection-module__i6dU2G__featureTag{text-decoration:none;transition:transform .2s,background-color .2s}.HeroSection-module__i6dU2G__featureTag:hover{background-color:var(--card-bg);transform:translateY(-2px)}
.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}}
.LatestArticles-module__qR959q__section{background:var(--background);}.LatestArticles-module__qR959q__container{}.LatestArticles-module__qR959q__header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.LatestArticles-module__qR959q__title{font-family:var(--font-display);color:var(--foreground);letter-spacing:-.02em;margin:0;font-size:clamp(2rem,4vw,2.5rem);font-weight:700;line-height:1.1}.LatestArticles-module__qR959q__viewAll{color:var(--primary);flex-shrink:0;align-items:center;gap:.5rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-flex}.LatestArticles-module__qR959q__viewAll:hover{opacity:.8}.LatestArticles-module__qR959q__viewAll:hover .LatestArticles-module__qR959q__icon{transform:translate(4px)}.LatestArticles-module__qR959q__icon{transition:transform .2s}.LatestArticles-module__qR959q__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:640px){.LatestArticles-module__qR959q__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.LatestArticles-module__qR959q__grid{grid-template-columns:repeat(3,1fr)}}
.BlogAppCTA-module__IIIt5a__section{background-color:var(--background);padding:1.5rem}.BlogAppCTA-module__IIIt5a__container{text-align:center;background-color:var(--primary-50);border-radius:var(--radius-2xl);border:1px solid var(--primary-100);flex-direction:column;align-items:center;max-width:900px;margin:0 auto;padding:1.5rem 2rem;display:flex;}.BlogAppCTA-module__IIIt5a__title{font-family:var(--font-display);color:var(--foreground);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700}.BlogAppCTA-module__IIIt5a__subtitle{color:var(--foreground-secondary);max-width:600px;margin:0 auto 2rem;font-size:clamp(1rem,1.5vw,1.125rem);line-height:1.6}.BlogAppCTA-module__IIIt5a__badges{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}@media (max-width:768px){.BlogAppCTA-module__IIIt5a__section{padding:1.5rem 1rem}.BlogAppCTA-module__IIIt5a__container{padding:2rem 1.5rem}}
.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}}
.BlogGrid-module__tUGb9a__section{padding-top:clamp(40px,5vw,60px)!important;}.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}.BlogGrid-module__tUGb9a__ctaWrapper{width:100%;margin:48px 0}.BlogGrid-module__tUGb9a__ctaWrapper section{background-color:#0000!important;padding:1.5rem 0!important}@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}}
.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}}
.BlogArticleShare-module__4By5JW__shareWrap{max-width:720px;padding:24px var(--container-padding) 0;border-top:1px solid var(--card-border);margin:40px auto 0}.BlogArticleShare-module__4By5JW__shareTitle{font-family:var(--font-display);letter-spacing:-.01em;color:var(--foreground);margin:0 0 14px;font-size:.9375rem;font-weight:700}.BlogArticleShare-module__4By5JW__shareRow{flex-wrap:wrap;gap:10px;display:flex}.BlogArticleShare-module__4By5JW__shareButton{border-radius:var(--radius-full);border:1px solid var(--card-border);width:44px;height:44px;color:var(--foreground);cursor:pointer;transition:transform var(--transition-fast), background var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);background:0 0;justify-content:center;align-items:center;padding:0;display:inline-flex}.BlogArticleShare-module__4By5JW__shareButton:hover,.BlogArticleShare-module__4By5JW__shareButton:focus-visible{background:var(--card-bg);box-shadow:var(--card-shadow);outline:none;transform:scale(1.08)}.BlogArticleShare-module__4By5JW__shareButton:focus-visible{border-color:var(--primary)}.BlogArticleShare-module__4By5JW__shareButton:active{transform:scale(.98)}.BlogArticleShare-module__4By5JW__shareButton svg{width:38px;height:38px;display:block}.BlogArticleShare-module__4By5JW__copyButton svg{width:20px;height:20px;color:var(--foreground)}@media (prefers-reduced-motion:reduce){.BlogArticleShare-module__4By5JW__shareButton,.BlogArticleShare-module__4By5JW__shareButton:hover,.BlogArticleShare-module__4By5JW__shareButton:focus-visible,.BlogArticleShare-module__4By5JW__shareButton:active{transition:none;transform:none}}
.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}}
.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}}
.BlogArticle-module__Lz5s7q__draftPreviewBanner{text-align:center;max-width:720px;color:var(--foreground);background:color-mix(in srgb, var(--accent-behaviour,#f59e0b) 14%, transparent);border:1px solid color-mix(in srgb, var(--accent-behaviour,#f59e0b) 40%, transparent);border-radius:12px;margin:clamp(88px,10vw,100px) auto 0;padding:12px 16px;font-size:.875rem;line-height:1.45}.BlogArticle-module__Lz5s7q__header{background:var(--background);padding:clamp(100px,6vw,64px) 0 0}.BlogArticle-module__Lz5s7q__headerInner{max-width:720px;padding:0 var(--container-padding);margin:0 auto}.BlogArticle-module__Lz5s7q__breadcrumb{align-items:center;gap:8px;margin-bottom:20px;font-size:.8125rem;display:flex}.BlogArticle-module__Lz5s7q__breadcrumbLink{color:var(--foreground-secondary);transition:color var(--transition-fast)}.BlogArticle-module__Lz5s7q__breadcrumbLink:hover{color:var(--primary)}.BlogArticle-module__Lz5s7q__breadcrumbSep,.BlogArticle-module__Lz5s7q__breadcrumbCurrent{color:var(--foreground-tertiary)}.BlogArticle-module__Lz5s7q__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--foreground);margin-bottom:24px;font-size:clamp(28px,4.5vw,48px);font-weight:800;line-height:1.15}.BlogArticle-module__Lz5s7q__meta{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.BlogArticle-module__Lz5s7q__authors{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.BlogArticle-module__Lz5s7q__author{align-items:center;gap:12px;display:flex}.BlogArticle-module__Lz5s7q__avatar{object-fit:cover;border:2px solid var(--card-border);border-radius:50%;flex-shrink:0;width:48px;height:48px}.BlogArticle-module__Lz5s7q__authorName{color:var(--foreground);font-size:.9375rem;font-weight:600}.BlogArticle-module__Lz5s7q__authorRole{color:var(--foreground-secondary);font-size:.8125rem}.BlogArticle-module__Lz5s7q__metaDetails{color:var(--foreground-secondary);align-items:center;gap:8px;font-size:.8125rem;display:flex}.BlogArticle-module__Lz5s7q__dot{background:var(--foreground-tertiary);border-radius:50%;flex-shrink:0;width:3px;height:3px}.BlogArticle-module__Lz5s7q__body{max-width:720px;padding:clamp(32px, 5vw, 48px) var(--container-padding) clamp(40px, 6vw, 72px);margin:0 auto}.BlogArticle-module__Lz5s7q__imageContainer{justify-content:center;width:100%;margin-bottom:32px;display:flex}.BlogArticle-module__Lz5s7q__articleImage{aspect-ratio:54/25;object-fit:cover;border-radius:var(--radius-lg);width:100%;max-width:540px;height:auto;box-shadow:var(--shadow-sm)}.BlogArticle-module__Lz5s7q__content{flex-direction:column;gap:20px;display:flex}.BlogArticle-module__Lz5s7q__htmlContent{flex-direction:column;gap:20px;min-width:0;display:flex}.BlogArticle-module__Lz5s7q__htmlContent p{color:var(--foreground-secondary);font-size:clamp(16px,1.8vw,17.5px);line-height:1.8}.BlogArticle-module__Lz5s7q__htmlContent h2{font-family:var(--font-display);letter-spacing:-.02em;color:var(--foreground);border-left:3px solid var(--primary);margin-top:24px;padding-left:16px;font-size:clamp(22px,3vw,28px);font-weight:700;line-height:1.3}.BlogArticle-module__Lz5s7q__htmlContent h3{font-family:var(--font-display);color:var(--foreground);margin-top:16px;font-size:clamp(18px,2.2vw,22px);font-weight:700;line-height:1.35}.BlogArticle-module__Lz5s7q__htmlContent ul,.BlogArticle-module__Lz5s7q__htmlContent ol{flex-direction:column;gap:10px;padding-left:24px;display:flex}.BlogArticle-module__Lz5s7q__htmlContent li{color:var(--foreground-secondary);font-size:clamp(16px,1.8vw,17.5px);line-height:1.7}.BlogArticle-module__Lz5s7q__htmlContent li::marker{color:var(--foreground-tertiary)}.BlogArticle-module__Lz5s7q__htmlContent blockquote{border-radius:var(--radius-lg);background:var(--primary-50);border-left:3px solid var(--primary);margin:8px 0;padding:20px 24px}.BlogArticle-module__Lz5s7q__htmlContent blockquote p{color:var(--foreground);font-size:.9375rem;line-height:1.7}.BlogArticle-module__Lz5s7q__htmlContent aside{border-left:3px solid var(--card-border);margin:8px 0;padding-left:20px}.BlogArticle-module__Lz5s7q__htmlContent a{color:var(--primary);text-underline-offset:2px;text-decoration:underline}.BlogArticle-module__Lz5s7q__htmlContent a:hover{opacity:.8}.BlogArticle-module__Lz5s7q__htmlContent img{border-radius:var(--radius-lg);max-width:100%;height:auto;margin:8px 0}.BlogArticle-module__Lz5s7q__htmlContent strong{color:var(--foreground);font-weight:700}.BlogArticle-module__Lz5s7q__htmlContent em{font-style:italic}.BlogArticle-module__Lz5s7q__tableWrap{-webkit-overflow-scrolling:touch;width:100%;min-width:0;max-width:100%;overflow-x:auto}.BlogArticle-module__Lz5s7q__htmlContent .BlogArticle-module__Lz5s7q__tableWrap table{border-collapse:collapse;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);max-width:100%;box-shadow:var(--card-shadow);margin:24px 0;font-size:clamp(15px,1.65vw,16px);line-height:1.55;overflow:hidden}.BlogArticle-module__Lz5s7q__htmlContent thead th,.BlogArticle-module__Lz5s7q__htmlContent thead td{font-family:var(--font-display);letter-spacing:-.01em;text-align:left;color:var(--foreground);background:var(--primary-50);border-bottom:1px solid var(--card-border);vertical-align:top;padding:14px 16px;font-size:.875rem;font-weight:700}.BlogArticle-module__Lz5s7q__htmlContent tbody tr:nth-child(2n){background:var(--background-alt)}.BlogArticle-module__Lz5s7q__htmlContent tbody td,.BlogArticle-module__Lz5s7q__htmlContent tbody th{border-bottom:1px solid var(--card-border);color:var(--foreground-secondary);vertical-align:top;padding:12px 16px}.BlogArticle-module__Lz5s7q__htmlContent tbody th{color:var(--foreground);text-align:left;font-weight:600}.BlogArticle-module__Lz5s7q__htmlContent tbody tr:last-child td,.BlogArticle-module__Lz5s7q__htmlContent tbody tr:last-child th{border-bottom:none}.BlogArticle-module__Lz5s7q__htmlContent tfoot td,.BlogArticle-module__Lz5s7q__htmlContent tfoot th{color:var(--foreground);background:var(--background-alt);border-top:1px solid var(--card-border);padding:12px 16px;font-size:.875rem;font-weight:600}.BlogArticle-module__Lz5s7q__htmlContent caption{caption-side:bottom;color:var(--foreground-tertiary);text-align:left;padding-top:10px;font-size:.8125rem;line-height:1.5}.BlogArticle-module__Lz5s7q__authorAbout{border-top:1px solid var(--card-border);background:var(--background-alt);padding:clamp(40px, 6vw, 64px) var(--container-padding)}.BlogArticle-module__Lz5s7q__authorAboutInner{max-width:720px;margin:0 auto}.BlogArticle-module__Lz5s7q__authorAboutTitle{font-family:var(--font-display);letter-spacing:-.02em;color:var(--foreground);margin-bottom:20px;font-size:clamp(1.125rem,2vw,1.25rem);font-weight:700}.BlogArticle-module__Lz5s7q__authorAboutCards{flex-direction:column;gap:16px;display:flex}.BlogArticle-module__Lz5s7q__authorAboutCard{border-radius:var(--radius-xl);background:var(--card);border:1px solid var(--card-border);box-shadow:var(--shadow-sm);align-items:flex-start;gap:20px;padding:24px;display:flex}.BlogArticle-module__Lz5s7q__authorAboutAvatar{object-fit:cover;border:2px solid var(--card-border);border-radius:50%;flex-shrink:0;width:64px;height:64px}.BlogArticle-module__Lz5s7q__authorAboutName{color:var(--foreground);margin-bottom:4px;font-size:1.0625rem;font-weight:700}.BlogArticle-module__Lz5s7q__authorAboutRole{color:var(--foreground-tertiary);margin-bottom:12px;font-size:.8125rem;font-weight:600}.BlogArticle-module__Lz5s7q__authorAboutDescription{color:var(--foreground-secondary);font-size:.9375rem;line-height:1.65}@media (max-width:480px){.BlogArticle-module__Lz5s7q__authorAboutCard{text-align:center;flex-direction:column;align-items:center}.BlogArticle-module__Lz5s7q__authorAboutText{flex-direction:column;align-items:center;display:flex}}.BlogArticle-module__Lz5s7q__related{border-top:1px solid var(--card-border);background:var(--background-alt);padding:clamp(60px,8vw,100px) 0}.BlogArticle-module__Lz5s7q__relatedContainer{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.BlogArticle-module__Lz5s7q__relatedTitle{font-family:var(--font-display);letter-spacing:-.02em;color:var(--foreground);margin-bottom:40px;font-size:clamp(24px,3vw,32px);font-weight:700}.BlogArticle-module__Lz5s7q__relatedGrid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}@media (max-width:1024px){.BlogArticle-module__Lz5s7q__relatedGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.BlogArticle-module__Lz5s7q__relatedGrid{grid-template-columns:1fr;gap:24px}}
.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}
.BlogQRCode-module__nSfMqW__container{background:var(--background);border:1px solid var(--border);z-index:50;text-align:center;border-radius:1rem;flex-direction:column;align-items:center;gap:.75rem;max-width:180px;padding:1.25rem;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}@media (max-width:1024px){.BlogQRCode-module__nSfMqW__container{display:none}}.BlogQRCode-module__nSfMqW__title{color:var(--foreground);margin:0;font-size:.875rem;font-weight:600;line-height:1.2}.BlogQRCode-module__nSfMqW__qrWrapper{background:#fff;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;display:flex}.BlogQRCode-module__nSfMqW__subtitle{color:var(--muted-foreground);margin:0;font-size:.75rem;line-height:1.2}
.BreedMatchPage-module__WtsXVW__section{padding:120px 0 var(--section-padding)}.BreedMatchPage-module__WtsXVW__container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.BreedMatchPage-module__WtsXVW__hero{text-align:center;margin-bottom:48px}.BreedMatchPage-module__WtsXVW__title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--foreground);margin-bottom:12px;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.15}.BreedMatchPage-module__WtsXVW__subtitle{color:var(--foreground-secondary);max-width:560px;margin:0 auto;font-size:clamp(.9rem,1.5vw,1.0625rem);line-height:1.6}.BreedMatchPage-module__WtsXVW__mobileFilterToggle{border-radius:var(--radius-lg);background:var(--card-bg);border:1px solid var(--card-border);width:100%;color:var(--foreground);cursor:pointer;transition:border-color var(--transition-fast);justify-content:center;align-items:center;gap:8px;margin-bottom:20px;padding:12px 20px;font-size:.9rem;font-weight:600;display:none}.BreedMatchPage-module__WtsXVW__mobileFilterToggle:hover{border-color:var(--primary)}.BreedMatchPage-module__WtsXVW__layout{align-items:flex-start;gap:32px;display:flex}.BreedMatchPage-module__WtsXVW__filtersWrap{scrollbar-width:thin;scrollbar-color:var(--card-border) transparent;flex-shrink:0;width:320px;max-height:calc(100vh - 120px);position:sticky;top:100px;overflow-y:auto}.BreedMatchPage-module__WtsXVW__filtersWrap::-webkit-scrollbar{width:4px}.BreedMatchPage-module__WtsXVW__filtersWrap::-webkit-scrollbar-track{background:0 0}.BreedMatchPage-module__WtsXVW__filtersWrap::-webkit-scrollbar-thumb{background:var(--card-border);border-radius:var(--radius-full)}.BreedMatchPage-module__WtsXVW__results{flex:1;min-width:0}.BreedMatchPage-module__WtsXVW__resultsHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.BreedMatchPage-module__WtsXVW__resultsTitle{font-family:var(--font-display);color:var(--foreground);white-space:nowrap;font-size:1.25rem;font-weight:700}.BreedMatchPage-module__WtsXVW__resultsCount{color:var(--foreground-tertiary);margin-left:8px;font-size:.9rem;font-weight:400}.BreedMatchPage-module__WtsXVW__searchWrap{align-items:center;width:100%;max-width:280px;display:flex;position:relative}.BreedMatchPage-module__WtsXVW__searchIcon{color:var(--foreground-tertiary);pointer-events:none;position:absolute;left:12px}.BreedMatchPage-module__WtsXVW__searchInput{border-radius:var(--radius-full);border:1px solid var(--card-border);background:var(--card-bg);width:100%;color:var(--foreground);font-size:.8125rem;font-family:var(--font-sans);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);outline:none;padding:9px 36px}.BreedMatchPage-module__WtsXVW__searchInput::placeholder{color:var(--foreground-tertiary)}.BreedMatchPage-module__WtsXVW__searchInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}.BreedMatchPage-module__WtsXVW__searchClear{border-radius:var(--radius-full);width:24px;height:24px;color:var(--foreground-tertiary);cursor:pointer;transition:color var(--transition-fast);justify-content:center;align-items:center;display:flex;position:absolute;right:8px}.BreedMatchPage-module__WtsXVW__searchClear:hover{color:var(--foreground)}.BreedMatchPage-module__WtsXVW__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.BreedMatchPage-module__WtsXVW__empty{text-align:center;color:var(--foreground-tertiary);padding:80px 0;font-size:1rem}.BreedMatchPage-module__WtsXVW__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}.BreedMatchPage-module__WtsXVW__paginationList{align-items:center;gap:4px;margin:0;padding:0;list-style:none;display:flex}.BreedMatchPage-module__WtsXVW__paginationItem{align-items:center;display:flex}.BreedMatchPage-module__WtsXVW__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}.BreedMatchPage-module__WtsXVW__paginationArrow{border-radius:var(--radius-md);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);justify-content:center;align-items:center;display:flex}.BreedMatchPage-module__WtsXVW__paginationArrow:hover:not(:disabled){color:var(--foreground);border-color:var(--foreground-tertiary)}.BreedMatchPage-module__WtsXVW__paginationArrow:disabled{opacity:.35;cursor:not-allowed}.BreedMatchPage-module__WtsXVW__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}.BreedMatchPage-module__WtsXVW__paginationNum:hover{color:var(--foreground);border-color:var(--foreground-tertiary)}.BreedMatchPage-module__WtsXVW__paginationNumActive{background:var(--primary);color:#fff;border-color:#0000}.BreedMatchPage-module__WtsXVW__paginationNumActive:hover{color:#fff;border-color:#0000}@media (max-width:1100px){.BreedMatchPage-module__WtsXVW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.BreedMatchPage-module__WtsXVW__mobileFilterToggle{display:flex}.BreedMatchPage-module__WtsXVW__layout{flex-direction:column;gap:0}.BreedMatchPage-module__WtsXVW__filtersWrap{width:100%;max-height:none;display:none;position:static;overflow:visible}.BreedMatchPage-module__WtsXVW__filtersOpen{margin-bottom:24px;display:block}}@media (max-width:640px){.BreedMatchPage-module__WtsXVW__section{padding-top:100px}.BreedMatchPage-module__WtsXVW__hero{margin-bottom:32px}.BreedMatchPage-module__WtsXVW__resultsHeader{flex-direction:column;align-items:stretch}.BreedMatchPage-module__WtsXVW__searchWrap{max-width:100%}.BreedMatchPage-module__WtsXVW__grid{grid-template-columns:1fr;gap:16px}}
.BreedDetail-module__Ekpvkq__article{min-height:100vh}.BreedDetail-module__Ekpvkq__header{background:var(--primary-50);padding:clamp(100px,14vw,160px) 0 clamp(40px,6vw,64px)}.BreedDetail-module__Ekpvkq__headerInner{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.BreedDetail-module__Ekpvkq__breadcrumb{align-items:center;gap:8px;margin-bottom:32px;font-size:.8125rem;display:flex}.BreedDetail-module__Ekpvkq__breadcrumbLink{color:var(--primary);transition:color var(--transition-fast);font-weight:500;text-decoration:none}.BreedDetail-module__Ekpvkq__breadcrumbLink:hover{color:var(--primary-hover)}.BreedDetail-module__Ekpvkq__breadcrumbSep{color:var(--foreground-tertiary)}.BreedDetail-module__Ekpvkq__breadcrumbCurrent{color:var(--foreground-tertiary);white-space:nowrap;text-overflow:ellipsis;max-width:300px;overflow:hidden}.BreedDetail-module__Ekpvkq__heroLayout{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}.BreedDetail-module__Ekpvkq__heroText{flex-direction:column;display:flex}.BreedDetail-module__Ekpvkq__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--foreground);margin-bottom:8px;font-size:clamp(28px,4.5vw,48px);font-weight:800;line-height:1.15}.BreedDetail-module__Ekpvkq__originalName{color:var(--foreground-tertiary);margin-bottom:32px;font-size:clamp(15px,1.8vw,18px);font-style:italic}.BreedDetail-module__Ekpvkq__heroImage{width:100%}.BreedDetail-module__Ekpvkq__quickFacts{flex-direction:column;gap:16px;display:flex}.BreedDetail-module__Ekpvkq__quickFact{align-items:flex-start;gap:12px;display:flex}.BreedDetail-module__Ekpvkq__quickFact>svg{color:var(--primary);flex-shrink:0;margin-top:3px}.BreedDetail-module__Ekpvkq__quickFact>div{flex-direction:column;gap:1px;display:flex}.BreedDetail-module__Ekpvkq__quickFactLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--foreground-tertiary);font-size:.6875rem;font-weight:700}.BreedDetail-module__Ekpvkq__quickFactValue{color:var(--foreground);font-size:.9375rem;font-weight:600;line-height:1.4}.BreedDetail-module__Ekpvkq__body{max-width:800px;padding:clamp(40px, 6vw, 72px) var(--container-padding);flex-direction:column;gap:48px;margin:0 auto;display:flex}.BreedDetail-module__Ekpvkq__section{flex-direction:column;gap:20px;display:flex}.BreedDetail-module__Ekpvkq__sectionTitle{font-family:var(--font-display);letter-spacing:-.02em;color:var(--foreground);border-left:3px solid var(--accent,var(--primary));padding-left:16px;font-size:clamp(20px,2.5vw,26px);font-weight:700;line-height:1.3}.BreedDetail-module__Ekpvkq__sectionProse{flex-direction:column;gap:14px;display:flex}.BreedDetail-module__Ekpvkq__paragraph{color:var(--foreground-secondary);font-size:clamp(15px,1.7vw,17px);line-height:1.8}.BreedDetail-module__Ekpvkq__paragraph strong{color:var(--foreground);font-weight:600}.BreedDetail-module__Ekpvkq__fieldGrid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.BreedDetail-module__Ekpvkq__fieldCard{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);border-left:3px solid var(--faccent,var(--primary));flex-direction:column;gap:4px;padding:16px 20px;display:flex}.BreedDetail-module__Ekpvkq__fieldLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--foreground-tertiary);font-size:.6875rem;font-weight:700}.BreedDetail-module__Ekpvkq__fieldValue{color:var(--foreground);font-size:.9375rem;font-weight:500;line-height:1.55}.BreedDetail-module__Ekpvkq__fieldValueList{margin:0;padding-left:1.15em;list-style:outside}.BreedDetail-module__Ekpvkq__fieldValueList li{margin:.25em 0}.BreedDetail-module__Ekpvkq__fieldList{flex-direction:column;gap:12px;display:flex}.BreedDetail-module__Ekpvkq__fieldRow{background:var(--card-bg);border-radius:var(--radius-md);border:1px solid var(--card-border);flex-direction:column;gap:2px;padding:12px 16px;display:flex}.BreedDetail-module__Ekpvkq__fieldRowLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--foreground-tertiary);font-size:.75rem;font-weight:700}.BreedDetail-module__Ekpvkq__fieldRowValue{color:var(--foreground-secondary);font-size:.9375rem;line-height:1.65}.BreedDetail-module__Ekpvkq__calloutSection{background:var(--primary-50);border-radius:var(--radius-xl);border-left:4px solid var(--accent,var(--primary));flex-direction:column;gap:16px;padding:28px 28px 28px 32px;display:flex}.BreedDetail-module__Ekpvkq__calloutTitle{font-family:var(--font-display);color:var(--foreground);font-size:clamp(18px,2.2vw,22px);font-weight:700}.BreedDetail-module__Ekpvkq__calloutBody{flex-direction:column;gap:10px;display:flex}@media (max-width:768px){.BreedDetail-module__Ekpvkq__heroLayout{grid-template-columns:1fr;gap:28px}.BreedDetail-module__Ekpvkq__heroImage{order:-1}.BreedDetail-module__Ekpvkq__quickFacts{gap:12px}.BreedDetail-module__Ekpvkq__fieldGrid{grid-template-columns:1fr}}@media (max-width:480px){.BreedDetail-module__Ekpvkq__calloutSection{padding:20px}}
.FeaturePage-module__RmhvuG__page{background-color:var(--bg-primary);flex-direction:column;min-height:100vh;display:flex}.FeaturePage-module__RmhvuG__main{padding-top:var(--nav-height);flex:1}.FeaturePage-module__RmhvuG__hero{padding:6rem 0 4rem;overflow:hidden}.FeaturePage-module__RmhvuG__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.FeaturePage-module__RmhvuG__header{text-align:center;max-width:800px;margin:0 auto 4rem}.FeaturePage-module__RmhvuG__label{letter-spacing:.05em;text-transform:uppercase;margin-bottom:1rem;font-size:.875rem;font-weight:600;display:inline-block}.FeaturePage-module__RmhvuG__title{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1}.FeaturePage-module__RmhvuG__description{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:clamp(1.125rem,2vw,1.25rem);line-height:1.6}.FeaturePage-module__RmhvuG__visualContainer{aspect-ratio:16/9;border-radius:24px;max-height:600px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.FeaturePage-module__RmhvuG__visual{width:100%;height:100%;position:relative}.FeaturePage-module__RmhvuG__image{object-fit:cover;width:100%;height:100%}.FeaturePage-module__RmhvuG__visualOverlay{opacity:.1;mix-blend-mode:multiply;pointer-events:none;position:absolute;inset:0}.FeaturePage-module__RmhvuG__detailsSection{background-color:var(--bg-secondary);padding:4rem 0 6rem}.FeaturePage-module__RmhvuG__detailsContent{text-align:center;max-width:800px;margin:0 auto}.FeaturePage-module__RmhvuG__detailsTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.FeaturePage-module__RmhvuG__detailsText{color:var(--text-secondary);font-size:1.125rem;line-height:1.8}.FeaturePage-module__RmhvuG__bodySection{background-color:var(--bg-primary);padding:4rem 0 2rem}.FeaturePage-module__RmhvuG__bodyContainer{max-width:780px;margin:0 auto;padding:0 1.5rem}.FeaturePage-module__RmhvuG__bodyHtml{color:var(--text-primary);font-size:1.0625rem;line-height:1.8}.FeaturePage-module__RmhvuG__bodyHtml h2,.FeaturePage-module__RmhvuG__bodyHtml h3{font-family:var(--font-display);color:var(--text-primary);margin-top:2.25rem;margin-bottom:1rem}.FeaturePage-module__RmhvuG__bodyHtml h2{font-size:1.75rem}.FeaturePage-module__RmhvuG__bodyHtml h3{font-size:1.375rem}.FeaturePage-module__RmhvuG__bodyHtml p{margin-bottom:1.25rem}.FeaturePage-module__RmhvuG__bodyHtml ul,.FeaturePage-module__RmhvuG__bodyHtml ol{margin-bottom:1.25rem;padding-left:1.5rem}.FeaturePage-module__RmhvuG__bodyHtml li{margin-bottom:.5rem}.FeaturePage-module__RmhvuG__bodyHtml a{color:var(--primary);text-decoration:underline}.FeaturePage-module__RmhvuG__bodyHtml img{border-radius:12px;max-width:100%;height:auto;margin:1.5rem 0}.FeaturePage-module__RmhvuG__tableWrap{margin:1.5rem 0;overflow-x:auto}.FeaturePage-module__RmhvuG__relatedSection{background-color:var(--bg-secondary);padding:4rem 0}.FeaturePage-module__RmhvuG__relatedTitle{font-family:var(--font-display);color:var(--text-primary);text-align:center;margin:0 0 2rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700}.FeaturePage-module__RmhvuG__relatedGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.FeaturePage-module__RmhvuG__nextFeatureSection{background-color:var(--bg-secondary);padding:0 0 6rem}.FeaturePage-module__RmhvuG__nextFeatureCard{background-color:var(--bg-primary);border:2px solid #0000;border-radius:24px;justify-content:space-between;align-items:center;max-width:800px;margin:0 auto;padding:2.5rem 3rem;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 10px 30px #0000000d}.FeaturePage-module__RmhvuG__nextFeatureCard:hover{border-color:var(--feature-color,var(--primary));transform:translateY(-4px);box-shadow:0 20px 40px #00000014}.FeaturePage-module__RmhvuG__nextFeatureContent{flex-direction:column;gap:.5rem;display:flex}.FeaturePage-module__RmhvuG__nextFeatureLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);font-size:.875rem;font-weight:600}.FeaturePage-module__RmhvuG__nextFeatureTitle{font-family:var(--font-display);color:var(--text-primary);margin:0;font-size:2rem;font-weight:700;transition:color .3s}.FeaturePage-module__RmhvuG__nextFeatureCard:hover .FeaturePage-module__RmhvuG__nextFeatureTitle{color:var(--feature-color,var(--primary))}.FeaturePage-module__RmhvuG__nextFeatureArrow{background-color:var(--feature-color,var(--primary));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .3s;display:flex}.FeaturePage-module__RmhvuG__nextFeatureCard:hover .FeaturePage-module__RmhvuG__nextFeatureArrow{transform:translate(4px)}@media (max-width:768px){.FeaturePage-module__RmhvuG__hero{padding:4rem 0 2rem}.FeaturePage-module__RmhvuG__header{margin-bottom:2rem}.FeaturePage-module__RmhvuG__visualContainer{border-radius:16px}.FeaturePage-module__RmhvuG__detailsSection{padding:3rem 0 4rem}.FeaturePage-module__RmhvuG__detailsTitle{font-size:2rem}.FeaturePage-module__RmhvuG__nextFeatureSection{padding:0 0 4rem}.FeaturePage-module__RmhvuG__nextFeatureCard{border-radius:16px;flex-direction:row;gap:1rem;padding:1.5rem}.FeaturePage-module__RmhvuG__nextFeatureTitle{font-size:1.5rem}.FeaturePage-module__RmhvuG__nextFeatureArrow{flex-shrink:0;width:40px;height:40px}}
.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}
.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)}}
