.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:nowrap;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:1100px){.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}}
.PregnancyResult-module__J-f8hG__container{flex-direction:column;gap:2rem;width:100%;margin-top:1.5rem;display:flex}.PregnancyResult-module__J-f8hG__overviewCard{background:var(--background);border:1px solid var(--border);border-radius:20px;flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex;box-shadow:0 4px 20px #00000008}.PregnancyResult-module__J-f8hG__headerRow{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.PregnancyResult-module__J-f8hG__dateInfo{flex-direction:column;gap:.25rem;display:flex}.PregnancyResult-module__J-f8hG__dateLabel{color:var(--foreground-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.PregnancyResult-module__J-f8hG__mainDate{color:var(--info,#3b82f6);font-size:2rem;font-weight:700;line-height:1.1}.PregnancyResult-module__J-f8hG__dateWindow{color:var(--foreground-secondary);font-size:.875rem}.PregnancyResult-module__J-f8hG__trimesterBadge{background:var(--background-alt);color:var(--foreground);white-space:nowrap;border-radius:999px;padding:.375rem .75rem;font-size:.75rem;font-weight:600}.PregnancyResult-module__J-f8hG__progressSection{flex-direction:column;gap:.5rem;display:flex}.PregnancyResult-module__J-f8hG__progressLabels{color:var(--foreground);justify-content:space-between;font-size:.875rem;font-weight:500;display:flex}.PregnancyResult-module__J-f8hG__progressBar{background-color:var(--background-alt);border-radius:999px;height:12px;overflow:hidden}.PregnancyResult-module__J-f8hG__progressFill{border-radius:999px;height:100%;transition:width .5s ease-out}.PregnancyResult-module__J-f8hG__statsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (min-width:600px){.PregnancyResult-module__J-f8hG__statsGrid{grid-template-columns:repeat(4,1fr)}}.PregnancyResult-module__J-f8hG__statItem{background:var(--background-alt);text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:.25rem;padding:1rem;display:flex}.PregnancyResult-module__J-f8hG__statValue{color:var(--foreground);font-size:1.5rem;font-weight:700;line-height:1}.PregnancyResult-module__J-f8hG__statLabel{color:var(--foreground-secondary);font-size:.75rem;font-weight:500}.PregnancyResult-module__J-f8hG__checklistSection{flex-direction:column;gap:1rem;display:flex}.PregnancyResult-module__J-f8hG__sectionTitle{color:var(--foreground);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.PregnancyResult-module__J-f8hG__weeksList{flex-direction:column;gap:.75rem;display:flex}.PregnancyResult-module__J-f8hG__weekCard{background:var(--background);border:1px solid var(--border);border-radius:16px;transition:all .2s;overflow:hidden}.PregnancyResult-module__J-f8hG__weekCardCurrent{border-color:var(--info,#3b82f6);box-shadow:0 4px 12px #0000000d}.PregnancyResult-module__J-f8hG__weekCardCompleted{border-color:var(--success,#22c55e);background-color:var(--background)}.PregnancyResult-module__J-f8hG__weekCardFuture{background-color:var(--background-alt);border-color:#0000}.PregnancyResult-module__J-f8hG__weekCardFuture .PregnancyResult-module__J-f8hG__weekHeader{opacity:.7}.PregnancyResult-module__J-f8hG__weekCardFuture:hover .PregnancyResult-module__J-f8hG__weekHeader{opacity:1}.PregnancyResult-module__J-f8hG__weekHeader{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.25rem;display:flex}.PregnancyResult-module__J-f8hG__weekHeader:hover{background-color:var(--background-alt)}.PregnancyResult-module__J-f8hG__weekHeaderLeft{align-items:center;gap:1rem;display:flex}.PregnancyResult-module__J-f8hG__weekNumber{background-color:var(--background-alt);width:36px;height:36px;color:var(--foreground-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.PregnancyResult-module__J-f8hG__weekCardCurrent .PregnancyResult-module__J-f8hG__weekNumber{background-color:var(--info,#3b82f6);color:#fff}.PregnancyResult-module__J-f8hG__weekNumberCompleted{background-color:var(--success,#22c55e);color:#fff}.PregnancyResult-module__J-f8hG__weekTitleWrap{flex-direction:column;gap:.125rem;display:flex}.PregnancyResult-module__J-f8hG__weekTitle{color:var(--foreground);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.PregnancyResult-module__J-f8hG__weekTitleCompleted{color:var(--foreground-secondary)}.PregnancyResult-module__J-f8hG__currentBadge{background-color:var(--info,#3b82f6);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;padding:.125rem .5rem;font-size:.625rem;font-weight:700}.PregnancyResult-module__J-f8hG__completedBadge{background-color:var(--success,#22c55e);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;padding:.125rem .5rem;font-size:.625rem;font-weight:700}.PregnancyResult-module__J-f8hG__weekDays{color:var(--foreground-secondary);font-size:.75rem}.PregnancyResult-module__J-f8hG__weekHeaderRight{color:var(--foreground-secondary);justify-content:center;align-items:center;display:flex}.PregnancyResult-module__J-f8hG__weekContent{flex-direction:column;gap:1.25rem;padding:0 1.25rem 1.5rem;display:flex}.PregnancyResult-module__J-f8hG__contentBlock{flex-direction:column;gap:.5rem;display:flex}.PregnancyResult-module__J-f8hG__contentBlock h5{color:var(--foreground);align-items:center;gap:.375rem;margin:0;font-size:.875rem;font-weight:600;display:flex}.PregnancyResult-module__J-f8hG__contentBlock p{color:var(--foreground-secondary);background:var(--background-alt);border-radius:12px;margin:0;padding:1rem;font-size:.875rem;line-height:1.5}.PregnancyResult-module__J-f8hG__tasksList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.PregnancyResult-module__J-f8hG__tasksList li{color:var(--foreground-secondary);align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.4;display:flex}.PregnancyResult-module__J-f8hG__tasksList li svg{flex-shrink:0;margin-top:.125rem}.PregnancyResult-module__J-f8hG__alertsSection{flex-direction:column;gap:1rem;display:flex}.PregnancyResult-module__J-f8hG__alertPanel{background-color:#1e40af;background-image:radial-gradient(circle at 20%,#63b3ff2e 0%,#0000 60%),radial-gradient(circle at 80% 10%,#93d2ff1f 0%,#0000 50%),radial-gradient(#ffffff12 1px,#0000 1px);background-size:auto,auto,22px 22px;border:none;border-radius:24px;flex-direction:column;gap:1.125rem;padding:1.5rem;display:flex;position:relative;overflow:hidden}.PregnancyResult-module__J-f8hG__alertPanel[data-variant=danger]{background-color:#991b1b;background-image:radial-gradient(circle at 15% 60%,#ff966433 0%,#0000 55%),radial-gradient(circle at 85% 15%,#ffb47824 0%,#0000 50%),radial-gradient(#ffffff12 1px,#0000 1px);background-size:auto,auto,22px 22px}.PregnancyResult-module__J-f8hG__alertPanelLabel{text-transform:uppercase;letter-spacing:.1em;color:#ffffffb3;background:#ffffff1f;border-radius:999px;align-self:flex-start;align-items:center;gap:.375rem;padding:.25rem .625rem;font-size:.6875rem;font-weight:800;display:inline-flex}.PregnancyResult-module__J-f8hG__alertPanelTitle{color:#fff;margin:0;font-size:1.125rem;font-weight:700;line-height:1.2}.PregnancyResult-module__J-f8hG__alertPanelGrid{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}@media (max-width:480px){.PregnancyResult-module__J-f8hG__alertPanelGrid{grid-template-columns:1fr}}.PregnancyResult-module__J-f8hG__alertChip{color:#ffffffeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1f;border:1px solid #ffffff26;border-radius:12px;align-items:flex-start;gap:.5rem;padding:.625rem .75rem;font-size:.8125rem;line-height:1.4;display:flex}.PregnancyResult-module__J-f8hG__alertChipEmoji{flex-shrink:0;font-size:1rem;line-height:1.4}.PregnancyResult-module__J-f8hG__emergencyCta{color:#991b1b;background:#fff;border-radius:14px;align-items:center;gap:.625rem;padding:.875rem 1rem;font-size:.875rem;font-weight:700;line-height:1.4;display:flex}
.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__photo{object-fit:cover}.BreedImage-module__5fEFTW__card{aspect-ratio:3/2;border-radius:0}.BreedImage-module__5fEFTW__hero{aspect-ratio:16/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}
.ChocolateToxicityResult-module__SJ83eG__container{flex-direction:column;gap:1rem;display:flex}.ChocolateToxicityResult-module__SJ83eG__riskHeader{background-color:var(--risk-bg);border:2px solid var(--risk-color);border-radius:16px;flex-direction:column;gap:.5rem;padding:1.25rem 1.5rem;display:flex}.ChocolateToxicityResult-module__SJ83eG__vetBanner{letter-spacing:.01em;background:var(--social,#ef4444);color:#fff;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:.25rem;padding:.5rem .875rem;font-size:.875rem;font-weight:700;display:flex}.ChocolateToxicityResult-module__SJ83eG__riskBadge{background:var(--risk-color);color:#fff;letter-spacing:.02em;border-radius:100px;align-items:center;width:fit-content;padding:.3rem 1rem;font-size:.875rem;font-weight:700;display:inline-flex}.ChocolateToxicityResult-module__SJ83eG__riskSubtitle{color:var(--foreground-secondary);margin:0;font-size:.875rem}.ChocolateToxicityResult-module__SJ83eG__decontaminationAlert{background:var(--behaviour-light);border:1.5px solid var(--behaviour,#f59e0b);color:var(--foreground);border-radius:12px;align-items:flex-start;gap:.5rem;padding:.875rem 1rem;font-size:.875rem;line-height:1.5;display:flex}.ChocolateToxicityResult-module__SJ83eG__decontaminationAlert svg{stroke:var(--behaviour,#f59e0b);flex-shrink:0;margin-top:1px}.ChocolateToxicityResult-module__SJ83eG__statsGrid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}@media (max-width:560px){.ChocolateToxicityResult-module__SJ83eG__statsGrid{grid-template-columns:1fr 1fr}.ChocolateToxicityResult-module__SJ83eG__statsGrid .ChocolateToxicityResult-module__SJ83eG__statCard:last-child{grid-column:1/-1}}.ChocolateToxicityResult-module__SJ83eG__statCard{background:var(--card-bg);border:1.5px solid var(--card-border);border-radius:14px;flex-direction:column;gap:.25rem;padding:1rem 1.25rem;display:flex}.ChocolateToxicityResult-module__SJ83eG__statLabel{color:var(--foreground-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:500}.ChocolateToxicityResult-module__SJ83eG__statValue{color:var(--foreground);align-items:baseline;gap:.25rem;font-size:1.5rem;font-weight:800;line-height:1;display:flex}.ChocolateToxicityResult-module__SJ83eG__statUnit{color:var(--foreground-secondary);font-size:.8125rem;font-weight:500}.ChocolateToxicityResult-module__SJ83eG__thresholdBar{flex-direction:column;gap:.25rem;display:flex}.ChocolateToxicityResult-module__SJ83eG__thresholdLabels{color:var(--foreground-secondary);text-transform:uppercase;letter-spacing:.03em;grid-template-columns:repeat(5,1fr);padding:0 .25rem;font-size:.7rem;font-weight:600;display:grid}.ChocolateToxicityResult-module__SJ83eG__thresholdTrack{border-radius:100px;gap:2px;height:10px;display:flex;position:relative;overflow:visible}.ChocolateToxicityResult-module__SJ83eG__thresholdSegment{border-radius:100px;flex:1;height:100%}.ChocolateToxicityResult-module__SJ83eG__thresholdSegment[data-level=safe]{background:var(--health,#22c55e);opacity:.45;border-radius:100px 0 0 100px}.ChocolateToxicityResult-module__SJ83eG__thresholdSegment[data-level=mild]{background:var(--behaviour,#f59e0b);opacity:.45}.ChocolateToxicityResult-module__SJ83eG__thresholdSegment[data-level=moderate]{background:var(--primary,#f97316);opacity:.45}.ChocolateToxicityResult-module__SJ83eG__thresholdSegment[data-level=severe]{background:var(--social,#ef4444);opacity:.45}.ChocolateToxicityResult-module__SJ83eG__thresholdSegment[data-level=critical]{opacity:.6;background:#7f1d1d;border-radius:0 100px 100px 0}.ChocolateToxicityResult-module__SJ83eG__thresholdMarker{top:50%;left:var(--marker-pct,0%);background:var(--marker-color);border:3px solid var(--background);width:16px;height:16px;box-shadow:0 0 0 2px var(--marker-color);border-radius:50%;transition:left .3s;position:absolute;transform:translate(-50%,-50%)}.ChocolateToxicityResult-module__SJ83eG__thresholdScale{color:var(--foreground-secondary);justify-content:space-between;margin-top:.25rem;padding:0 .125rem;font-size:.68rem;display:flex}.ChocolateToxicityResult-module__SJ83eG__actionsPanel,.ChocolateToxicityResult-module__SJ83eG__symptomsPanel{background:var(--card-bg);border:1.5px solid var(--card-border);border-radius:16px;flex-direction:column;gap:.875rem;padding:1.25rem;display:flex}.ChocolateToxicityResult-module__SJ83eG__panelTitle{color:var(--foreground);align-items:center;gap:.5rem;margin:0;font-size:.9rem;font-weight:700;display:flex}.ChocolateToxicityResult-module__SJ83eG__actionsList{counter-reset:actions;flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.ChocolateToxicityResult-module__SJ83eG__actionItem{color:var(--foreground);counter-increment:actions;background:var(--background-alt);border:1px solid var(--card-border);border-radius:10px;gap:.75rem;padding:.625rem .875rem;font-size:.875rem;line-height:1.5;display:flex}.ChocolateToxicityResult-module__SJ83eG__actionItem:before{content:counter(actions);background:color-mix(in srgb, var(--foreground) 12%, transparent);width:22px;height:22px;color:var(--foreground);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:.75rem;font-weight:700;display:flex}.ChocolateToxicityResult-module__SJ83eG__actionItem[data-emergency=true]{background:var(--social-light);border-color:var(--social,#ef4444);color:var(--foreground);font-weight:700}.ChocolateToxicityResult-module__SJ83eG__actionItem[data-emergency=true]:before{background:var(--social,#ef4444);color:#fff}.ChocolateToxicityResult-module__SJ83eG__symptomsGrid{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}@media (max-width:480px){.ChocolateToxicityResult-module__SJ83eG__symptomsGrid{grid-template-columns:1fr}}.ChocolateToxicityResult-module__SJ83eG__symptomChip{background:var(--background-alt);border:1px solid var(--card-border);color:var(--foreground);border-radius:10px;align-items:flex-start;gap:.5rem;padding:.5rem .75rem;font-size:.8125rem;line-height:1.4;display:flex}.ChocolateToxicityResult-module__SJ83eG__symptomIcon{flex-shrink:0;font-size:1rem;line-height:1.2}.ChocolateToxicityResult-module__SJ83eG__disclaimer{color:var(--foreground-secondary);background:var(--background-alt);border:1px solid var(--card-border);border-radius:10px;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;font-size:.75rem;line-height:1.5;display:flex}.ChocolateToxicityResult-module__SJ83eG__disclaimer svg{flex-shrink:0;margin-top:1px}
.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__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}}
.HeatCycleResult-module__eht6xq__container{flex-direction:column;gap:2rem;width:100%;margin-top:1.5rem;display:flex}.HeatCycleResult-module__eht6xq__overviewCard{background:var(--background);border:1px solid var(--card-border);border-radius:20px;flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex;box-shadow:0 4px 20px #00000008}.HeatCycleResult-module__eht6xq__headerRow{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.HeatCycleResult-module__eht6xq__dateInfo{flex-direction:column;gap:.25rem;min-width:0;display:flex}.HeatCycleResult-module__eht6xq__dateLabel{color:var(--foreground-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.HeatCycleResult-module__eht6xq__mainDate{color:var(--health,#22c55e);font-size:clamp(1.5rem,4vw,2rem);font-weight:700;line-height:1.1}.HeatCycleResult-module__eht6xq__dateWindow{color:var(--foreground-secondary);font-size:.875rem}.HeatCycleResult-module__eht6xq__statusBadge{background:color-mix(in srgb, var(--health,#22c55e) 15%, transparent);color:var(--health,#22c55e);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-radius:999px;padding:.375rem .75rem;font-size:.75rem;font-weight:700}.HeatCycleResult-module__eht6xq__statusBadge[data-variant=overdue]{background:color-mix(in srgb, var(--social,#ef4444) 15%, transparent);color:var(--social,#ef4444)}.HeatCycleResult-module__eht6xq__statsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (min-width:600px){.HeatCycleResult-module__eht6xq__statsGrid{grid-template-columns:repeat(4,1fr)}}.HeatCycleResult-module__eht6xq__statItem{background:var(--background-alt);text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:.25rem;padding:1rem;display:flex}.HeatCycleResult-module__eht6xq__statValue{color:var(--foreground);font-size:1.5rem;font-weight:700;line-height:1}.HeatCycleResult-module__eht6xq__statLabel{color:var(--foreground-secondary);font-size:.75rem;font-weight:500}.HeatCycleResult-module__eht6xq__phasesSection,.HeatCycleResult-module__eht6xq__forecastSection{flex-direction:column;gap:1rem;display:flex}.HeatCycleResult-module__eht6xq__sectionTitle{color:var(--foreground);align-items:center;gap:.5rem;margin:0;font-size:1.25rem;font-weight:700;display:flex}.HeatCycleResult-module__eht6xq__phasesGrid{grid-template-columns:1fr;gap:.75rem;display:grid}@media (min-width:600px){.HeatCycleResult-module__eht6xq__phasesGrid{grid-template-columns:1fr 1fr}}.HeatCycleResult-module__eht6xq__phaseCard{background:var(--background);border:1px solid var(--card-border);border-left:4px solid var(--health,#22c55e);border-radius:16px;flex-direction:column;gap:.5rem;padding:1.25rem;display:flex}.HeatCycleResult-module__eht6xq__phaseCard[data-phase=estrus]{border-left-color:var(--social,#ef4444)}.HeatCycleResult-module__eht6xq__phaseCard[data-phase=diestrus]{border-left-color:var(--behaviour,#f59e0b)}.HeatCycleResult-module__eht6xq__phaseCard[data-phase=anestrus]{border-left-color:var(--walk,#3b82f6)}.HeatCycleResult-module__eht6xq__phaseEyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--health,#22c55e);font-size:.7rem;font-weight:800}.HeatCycleResult-module__eht6xq__phaseCard[data-phase=estrus] .HeatCycleResult-module__eht6xq__phaseEyebrow{color:var(--social,#ef4444)}.HeatCycleResult-module__eht6xq__phaseCard[data-phase=diestrus] .HeatCycleResult-module__eht6xq__phaseEyebrow{color:var(--behaviour,#f59e0b)}.HeatCycleResult-module__eht6xq__phaseCard[data-phase=anestrus] .HeatCycleResult-module__eht6xq__phaseEyebrow{color:var(--walk,#3b82f6)}.HeatCycleResult-module__eht6xq__phaseName{color:var(--foreground);margin:0;font-size:1.25rem;font-weight:700}.HeatCycleResult-module__eht6xq__phaseDates{color:var(--foreground-secondary);margin:0;font-size:.85rem;font-weight:600}.HeatCycleResult-module__eht6xq__phaseBody{color:var(--foreground-secondary);margin:0;font-size:.9rem;line-height:1.55}.HeatCycleResult-module__eht6xq__forecastList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.HeatCycleResult-module__eht6xq__forecastItem{background:var(--background);border:1px solid var(--card-border);border-radius:14px;align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex}.HeatCycleResult-module__eht6xq__forecastBadge{background:color-mix(in srgb, var(--health,#22c55e) 12%, transparent);color:var(--health,#22c55e);text-transform:uppercase;letter-spacing:.05em;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:.35rem .65rem;font-size:.75rem;font-weight:700;display:inline-flex}.HeatCycleResult-module__eht6xq__forecastBody{flex-direction:column;gap:.15rem;min-width:0;display:flex}.HeatCycleResult-module__eht6xq__forecastDate{color:var(--foreground);font-size:.95rem;font-weight:700}.HeatCycleResult-module__eht6xq__forecastSub{color:var(--foreground-secondary);font-size:.8rem}.HeatCycleResult-module__eht6xq__alertsSection{flex-direction:column;gap:1rem;display:flex}.HeatCycleResult-module__eht6xq__alertPanel{background-color:#166534;background-image:radial-gradient(circle at 20%,#86efac2e 0%,#0000 60%),radial-gradient(circle at 80% 10%,#bbf7d01f 0%,#0000 50%),radial-gradient(#ffffff12 1px,#0000 1px);background-size:auto,auto,22px 22px;border:none;border-radius:24px;flex-direction:column;gap:1.125rem;padding:1.5rem;display:flex;position:relative;overflow:hidden}.HeatCycleResult-module__eht6xq__alertPanel[data-variant=danger]{background-color:#991b1b;background-image:radial-gradient(circle at 15% 60%,#ff966433 0%,#0000 55%),radial-gradient(circle at 85% 15%,#ffb47824 0%,#0000 50%),radial-gradient(#ffffff12 1px,#0000 1px);background-size:auto,auto,22px 22px}.HeatCycleResult-module__eht6xq__alertPanelLabel{text-transform:uppercase;letter-spacing:.1em;color:#ffffffb3;background:#ffffff1f;border-radius:999px;align-self:flex-start;align-items:center;gap:.375rem;padding:.25rem .625rem;font-size:.6875rem;font-weight:800;display:inline-flex}.HeatCycleResult-module__eht6xq__alertPanelTitle{color:#fff;margin:0;font-size:1.125rem;font-weight:700;line-height:1.2}.HeatCycleResult-module__eht6xq__alertPanelGrid{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}@media (max-width:480px){.HeatCycleResult-module__eht6xq__alertPanelGrid{grid-template-columns:1fr}}.HeatCycleResult-module__eht6xq__alertChip{color:#ffffffeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1f;border:1px solid #ffffff26;border-radius:12px;align-items:flex-start;gap:.5rem;padding:.625rem .75rem;font-size:.8125rem;line-height:1.4;display:flex}.HeatCycleResult-module__eht6xq__alertChipEmoji{flex-shrink:0;font-size:1rem;line-height:1.4}.HeatCycleResult-module__eht6xq__emergencyCta{color:#991b1b;background:#fff;border-radius:14px;align-items:center;gap:.625rem;padding:.875rem 1rem;font-size:.875rem;font-weight:700;line-height:1.4;display:flex}.HeatCycleResult-module__eht6xq__fertileWindowCard{background:color-mix(in srgb, var(--social,#ef4444) 8%, var(--background));border:1.5px solid color-mix(in srgb, var(--social,#ef4444) 35%, transparent);border-radius:20px;align-items:flex-start;gap:1rem;padding:1.375rem 1.5rem;display:flex}.HeatCycleResult-module__eht6xq__fertileWindowIcon{flex-shrink:0;margin-top:.125rem;font-size:2rem;line-height:1}.HeatCycleResult-module__eht6xq__fertileWindowBody{flex-direction:column;gap:.375rem;min-width:0;display:flex}.HeatCycleResult-module__eht6xq__fertileWindowEyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--social,#ef4444);font-size:.7rem;font-weight:800}.HeatCycleResult-module__eht6xq__fertileWindowDates{color:var(--foreground);font-size:1.25rem;font-weight:700;line-height:1.2}.HeatCycleResult-module__eht6xq__fertileWindowNote{color:var(--foreground-secondary);margin:0;font-size:.875rem;line-height:1.6}.HeatCycleResult-module__eht6xq__remindersSection{flex-direction:column;gap:1rem;display:flex}.HeatCycleResult-module__eht6xq__reminderList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.HeatCycleResult-module__eht6xq__reminderItem{background:var(--background);border:1px solid var(--card-border);border-radius:14px;align-items:center;gap:.875rem;padding:.875rem 1rem;display:flex}.HeatCycleResult-module__eht6xq__reminderItem[data-past=true]{opacity:.5}.HeatCycleResult-module__eht6xq__reminderEmoji{flex-shrink:0;font-size:1.375rem;line-height:1}.HeatCycleResult-module__eht6xq__reminderBody{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.HeatCycleResult-module__eht6xq__reminderDate{color:var(--foreground);font-size:.95rem;font-weight:700}.HeatCycleResult-module__eht6xq__reminderLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--health,#22c55e);font-size:.75rem;font-weight:600}.HeatCycleResult-module__eht6xq__reminderNote{color:var(--foreground-secondary);font-size:.8125rem;line-height:1.4}.HeatCycleResult-module__eht6xq__reminderPastBadge{text-transform:uppercase;letter-spacing:.05em;color:var(--foreground-secondary);background:var(--background-alt);border-radius:999px;flex-shrink:0;padding:.2rem .5rem;font-size:.65rem;font-weight:700}.HeatCycleResult-module__eht6xq__tipsSection{flex-direction:column;gap:1rem;display:flex}.HeatCycleResult-module__eht6xq__tipsGrid{grid-template-columns:1fr;gap:.625rem;display:grid}@media (min-width:480px){.HeatCycleResult-module__eht6xq__tipsGrid{grid-template-columns:1fr 1fr}}@media (min-width:900px){.HeatCycleResult-module__eht6xq__tipsGrid{grid-template-columns:1fr 1fr 1fr}}.HeatCycleResult-module__eht6xq__tipCard{background:var(--background-alt);border-radius:14px;align-items:flex-start;gap:.75rem;padding:1rem;display:flex}.HeatCycleResult-module__eht6xq__tipIcon{flex-shrink:0;margin-top:.1rem;font-size:1.375rem;line-height:1}.HeatCycleResult-module__eht6xq__tipContent{flex-direction:column;gap:.25rem;min-width:0;display:flex}.HeatCycleResult-module__eht6xq__tipTitle{color:var(--foreground);font-size:.875rem;font-weight:700;line-height:1.3}.HeatCycleResult-module__eht6xq__tipBody{color:var(--foreground-secondary);font-size:.8125rem;line-height:1.45}
.shared-module__jWmk4W__section{padding:var(--section-padding) 0;content-visibility:auto;contain-intrinsic-size:auto 600px}.shared-module__jWmk4W__container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}
.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}}
.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}}
.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}}
.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}}
.CalculatorCard-module__E5URpq__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}.CalculatorCard-module__E5URpq__card:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-4px)}.CalculatorCard-module__E5URpq__link{height:100%;color:inherit;flex-direction:column;text-decoration:none;display:flex}.CalculatorCard-module__E5URpq__imageWrap{aspect-ratio:3/2;position:relative;overflow:hidden}.CalculatorCard-module__E5URpq__image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.CalculatorCard-module__E5URpq__card:hover .CalculatorCard-module__E5URpq__image{transform:scale(1.05)}.CalculatorCard-module__E5URpq__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}.CalculatorCard-module__E5URpq__body{flex-direction:column;flex:1;gap:12px;padding:24px;display:flex}.CalculatorCard-module__E5URpq__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}.CalculatorCard-module__E5URpq__description{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}@media (max-width:480px){.CalculatorCard-module__E5URpq__body{padding:20px}}
.CalculatorForm-module__fiYYtW__card{--calculator-accent:var(--primary);background:var(--card-bg);border:1px solid color-mix(in srgb, var(--calculator-accent) 20%, transparent);box-shadow:var(--card-shadow);border-radius:28px;padding:clamp(1.5rem,4vw,2.5rem)}.CalculatorForm-module__fiYYtW__header{margin-bottom:1.5rem}.CalculatorForm-module__fiYYtW__eyebrow{color:var(--calculator-accent);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.75rem;font-size:.78rem;font-weight:800;display:inline-block}.CalculatorForm-module__fiYYtW__title{color:var(--foreground);font-family:var(--font-display);margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.5rem)}.CalculatorForm-module__fiYYtW__intro{color:var(--foreground-secondary);margin:0;line-height:1.7}.CalculatorForm-module__fiYYtW__unitToggle{background:var(--background-alt);border:1px solid var(--card-border);border-radius:999px;align-items:stretch;gap:2px;padding:2px;display:inline-flex;position:absolute;top:50%;right:.4rem;overflow:hidden;transform:translateY(-50%)}.CalculatorForm-module__fiYYtW__unitToggleBtn{color:var(--foreground-secondary);cursor:pointer;font:inherit;letter-spacing:.02em;background:0 0;border:none;border-radius:999px;min-width:2.1rem;padding:.3rem .6rem;font-size:.75rem;font-weight:700;transition:background .15s,color .15s}.CalculatorForm-module__fiYYtW__unitToggleBtn:hover{color:var(--foreground)}.CalculatorForm-module__fiYYtW__unitToggleBtnActive,.CalculatorForm-module__fiYYtW__unitToggleBtnActive:hover{background:var(--calculator-accent);color:#fff}.CalculatorForm-module__fiYYtW__inputWrap:has(.CalculatorForm-module__fiYYtW__unitToggle) .CalculatorForm-module__fiYYtW__input{padding-right:6.5rem}.CalculatorForm-module__fiYYtW__form{gap:1rem;display:grid}.CalculatorForm-module__fiYYtW__field{gap:.45rem;display:grid}.CalculatorForm-module__fiYYtW__label{color:var(--foreground);font-size:.9rem;font-weight:700}.CalculatorForm-module__fiYYtW__inputWrap{position:relative}.CalculatorForm-module__fiYYtW__input{background:var(--background);border:1px solid var(--card-border);color:var(--foreground);font:inherit;border-radius:16px;width:100%;min-height:3.1rem;padding:0 1rem}select.CalculatorForm-module__fiYYtW__input{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237d746b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.CalculatorForm-module__fiYYtW__input:focus{border-color:var(--calculator-accent);box-shadow:0 0 0 4px color-mix(in srgb, var(--calculator-accent) 18%, transparent);outline:none}.CalculatorForm-module__fiYYtW__unit{color:var(--foreground-tertiary);font-size:.9rem;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.CalculatorForm-module__fiYYtW__error{background:color-mix(in srgb, var(--danger,#ef4444) 10%, transparent);color:var(--danger,#ef4444);border-radius:14px;margin:0;padding:.85rem 1rem;font-weight:700}.CalculatorForm-module__fiYYtW__submit,.CalculatorForm-module__fiYYtW__cta{background:var(--calculator-accent);color:#fff;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:3.2rem;padding:0 1.4rem;font-weight:800;text-decoration:none;display:inline-flex}.CalculatorForm-module__fiYYtW__result{background:color-mix(in srgb, var(--calculator-accent) 9%, var(--background-alt));border-radius:24px;gap:1rem;margin-top:1.5rem;padding:1.5rem;display:grid}.CalculatorForm-module__fiYYtW__resultLabel{color:var(--foreground-secondary);text-transform:uppercase;font-size:.9rem;font-weight:700}.CalculatorForm-module__fiYYtW__resultValue{color:var(--foreground);font-family:var(--font-display);font-size:clamp(2rem,6vw,3.5rem);line-height:1}.CalculatorForm-module__fiYYtW__idealBmiRange{color:var(--foreground-secondary);margin-top:-.5rem;font-size:.85rem}.CalculatorForm-module__fiYYtW__badgeContainer{gap:.5rem;display:grid}.CalculatorForm-module__fiYYtW__resultBadge{color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:999px;place-self:start;padding:.35rem .85rem;font-size:.9rem;font-weight:700;display:inline-block}.CalculatorForm-module__fiYYtW__badgeDescription{color:var(--foreground-secondary);margin:0;font-size:.95rem;line-height:1.5}.CalculatorForm-module__fiYYtW__idealWeight,.CalculatorForm-module__fiYYtW__bcsNote,.CalculatorForm-module__fiYYtW__interpretation{margin-top:.5rem}.CalculatorForm-module__fiYYtW__idealWeight h3,.CalculatorForm-module__fiYYtW__interpretation h3{color:var(--foreground);margin:0 0 .35rem;font-size:1.1rem}.CalculatorForm-module__fiYYtW__idealWeight p,.CalculatorForm-module__fiYYtW__bcsNote p,.CalculatorForm-module__fiYYtW__interpretation p,.CalculatorForm-module__fiYYtW__disclaimer{color:var(--foreground-secondary);margin:0;line-height:1.7}.CalculatorForm-module__fiYYtW__bcsNote{background:color-mix(in srgb, var(--foreground-secondary) 10%, transparent);border-radius:12px;padding:1rem;font-size:.9rem}.CalculatorForm-module__fiYYtW__disclaimer{border-left:4px solid var(--calculator-accent);padding-left:1rem}.CalculatorForm-module__fiYYtW__share{gap:.4rem;display:grid}.CalculatorForm-module__fiYYtW__share span{color:var(--foreground-secondary);font-size:.85rem;font-weight:700}.CalculatorForm-module__fiYYtW__shareInputWrap{align-items:center;display:flex;position:relative}.CalculatorForm-module__fiYYtW__share input{background:var(--background);border:1px solid var(--card-border);color:var(--foreground-secondary);font:inherit;border-radius:14px;width:100%;padding:.85rem 3rem .85rem 1rem}.CalculatorForm-module__fiYYtW__copyButton{width:2rem;height:2rem;color:var(--foreground-tertiary);transition:all var(--transition-fast);background:0 0;border-radius:8px;justify-content:center;align-items:center;display:flex;position:absolute;right:.5rem}.CalculatorForm-module__fiYYtW__copyButton:hover{background:var(--background-alt);color:var(--calculator-accent)}.CalculatorForm-module__fiYYtW__fatResult{gap:1.5rem;display:grid}.CalculatorForm-module__fiYYtW__fatResultTitle{color:var(--foreground);margin:0;font-size:1.25rem}.CalculatorForm-module__fiYYtW__fatResultCards{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:600px){.CalculatorForm-module__fiYYtW__fatResultCards{grid-template-columns:1fr 1fr}}.CalculatorForm-module__fiYYtW__fatResultCard{background:var(--background);border-left:4px solid var(--calculator-accent);color:var(--calculator-accent);border-radius:12px;flex-direction:column;gap:.5rem;padding:1.25rem;display:flex}.CalculatorForm-module__fiYYtW__fatResultCardLabel{text-transform:uppercase;letter-spacing:.05em;opacity:.8;font-size:.8rem;font-weight:800}.CalculatorForm-module__fiYYtW__fatResultCardValue{font-family:var(--font-display);font-size:2rem;line-height:1}.CalculatorForm-module__fiYYtW__fatResultCardValue span{opacity:.8;font-size:1.2rem}.CalculatorForm-module__fiYYtW__fatResultSummary{background:color-mix(in srgb, var(--foreground-secondary) 10%, transparent);border-radius:12px;padding:1.25rem}.CalculatorForm-module__fiYYtW__fatResultSummary h4{color:var(--foreground);margin:0 0 .5rem;font-size:1.1rem}.CalculatorForm-module__fiYYtW__fatResultSummary p{color:var(--foreground-secondary);margin:0;line-height:1.6}.CalculatorForm-module__fiYYtW__pregnancyResult{gap:1rem;width:100%;display:grid}.CalculatorForm-module__fiYYtW__pregnancyCardsRow{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:600px){.CalculatorForm-module__fiYYtW__pregnancyCardsRow{grid-template-columns:1fr 1fr}}.CalculatorForm-module__fiYYtW__pregnancyCard{background:var(--background);border-top:4px solid var(--card-color,var(--calculator-accent));border-radius:16px;flex-direction:column;gap:.5rem;padding:1.25rem;display:flex;box-shadow:0 4px 12px #0000000d}.CalculatorForm-module__fiYYtW__pregnancyCardLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);font-size:.875rem;font-weight:600}.CalculatorForm-module__fiYYtW__pregnancyCardValue{color:var(--text-primary);font-size:1.75rem;font-weight:700;line-height:1.2}.CalculatorForm-module__fiYYtW__pregnancyCardValue span{color:var(--text-secondary);margin-left:.25rem;font-size:1rem;font-weight:500}.CalculatorForm-module__fiYYtW__pregnancyCardDesc{color:var(--text-secondary);margin:0;font-size:.875rem}.CalculatorForm-module__fiYYtW__foodDashboard{gap:1rem;width:100%;display:grid}.CalculatorForm-module__fiYYtW__foodCardsRow{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:600px){.CalculatorForm-module__fiYYtW__foodCardsRow{grid-template-columns:1fr 1fr}}.CalculatorForm-module__fiYYtW__foodCard{background:var(--background);border-left:4px solid var(--card-color,var(--calculator-accent));border-radius:16px;flex-direction:column;gap:.5rem;padding:1.25rem;display:flex}.CalculatorForm-module__fiYYtW__foodCardLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--foreground-secondary);font-size:.75rem;font-weight:700}.CalculatorForm-module__fiYYtW__foodCardValue{font-family:var(--font-display);color:var(--card-color,var(--calculator-accent));font-size:1.75rem;line-height:1}.CalculatorForm-module__fiYYtW__foodCardValue span{opacity:.8;margin-left:.2rem;font-size:1rem;font-weight:500}.CalculatorForm-module__fiYYtW__foodCardDesc{color:var(--foreground-secondary);margin:0;font-size:.85rem}.CalculatorForm-module__fiYYtW__foodChartCard{background:var(--background);border-radius:16px;flex-direction:column;align-items:center;gap:1.5rem;padding:1.5rem;display:flex}.CalculatorForm-module__fiYYtW__foodChartTitle{color:var(--foreground);margin:0;font-size:1.1rem;font-weight:700}.CalculatorForm-module__fiYYtW__foodChart{background:conic-gradient(var(--chart-color-1) 0% var(--chart-pct-1), var(--chart-color-2) var(--chart-pct-1) 100%);width:160px;height:160px;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--foreground) 10%, transparent);border-radius:50%}.CalculatorForm-module__fiYYtW__foodChartLegend{justify-content:center;gap:1.5rem;width:100%;display:flex}.CalculatorForm-module__fiYYtW__foodChartLegendItem{color:var(--foreground-secondary);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.CalculatorForm-module__fiYYtW__foodChartLegendColor{background:var(--legend-color);border-radius:3px;width:12px;height:12px}.CalculatorForm-module__fiYYtW__foodRecommendations{margin-top:.5rem}.CalculatorForm-module__fiYYtW__foodRecommendations h4{color:var(--foreground);margin:0 0 .75rem;font-size:1rem}.CalculatorForm-module__fiYYtW__foodRecommendationsList{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.CalculatorForm-module__fiYYtW__foodRecommendationsList li{color:var(--foreground-secondary);align-items:flex-start;gap:.5rem;font-size:.9rem;line-height:1.5;display:flex}.CalculatorForm-module__fiYYtW__foodRecommendationsList li svg{color:var(--success,#22c55e);flex-shrink:0;margin-top:.1rem}.CalculatorForm-module__fiYYtW__amountHints{background:var(--background-alt);border:1px dashed var(--card-border);border-radius:14px;flex-direction:column;gap:.5rem;margin-top:-.5rem;padding:.75rem 1rem;display:flex}.CalculatorForm-module__fiYYtW__amountHintsCaption{color:var(--foreground-secondary);opacity:.8;margin:0;font-size:.72rem;font-style:italic}.CalculatorForm-module__fiYYtW__amountHintsGrid{flex-wrap:wrap;gap:.375rem;display:flex}.CalculatorForm-module__fiYYtW__amountHintChip{background:var(--background-alt);border:1px solid var(--card-border);color:var(--foreground);cursor:pointer;white-space:nowrap;border-radius:100px;align-items:center;gap:.375rem;padding:.3rem .75rem;font-size:.8rem;line-height:1;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.CalculatorForm-module__fiYYtW__amountHintChip:hover{background:color-mix(in srgb, var(--calculator-accent) 12%, transparent);border-color:var(--calculator-accent);color:var(--calculator-accent)}.CalculatorForm-module__fiYYtW__amountHintChip:active{background:color-mix(in srgb, var(--calculator-accent) 22%, transparent)}.CalculatorForm-module__fiYYtW__amountHintGrams{opacity:.7;font-size:.75rem;font-weight:700}.CalculatorForm-module__fiYYtW__toxicityWarning{background:var(--primary-50);border:1.5px solid var(--primary);color:var(--foreground);border-radius:14px;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex}.CalculatorForm-module__fiYYtW__toxicityWarning svg{stroke:var(--primary);flex-shrink:0;margin-top:2px}.CalculatorForm-module__fiYYtW__toxicityWarning p{margin:0;font-size:.875rem;line-height:1.6}.CalculatorForm-module__fiYYtW__planningNote{background:color-mix(in srgb, var(--calculator-accent) 10%, transparent);border:1.5px solid var(--calculator-accent);color:var(--foreground);border-radius:14px;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex}.CalculatorForm-module__fiYYtW__planningNote svg{stroke:var(--calculator-accent);flex-shrink:0;margin-top:2px}.CalculatorForm-module__fiYYtW__planningNote p{margin:0;font-size:.875rem;line-height:1.6}.CalculatorForm-module__fiYYtW__planningNoteLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--calculator-accent);margin-bottom:.35rem;font-size:.7rem;font-weight:800;display:block}
.VideoPlayer-module__wdEaUG__wrap{border-radius:inherit;background:#000;line-height:0;position:relative;overflow:hidden}.VideoPlayer-module__wdEaUG__video{object-fit:contain;width:100%;height:auto;max-height:80vh;display:block}.VideoPlayer-module__wdEaUG__posterOverlay{pointer-events:none;transition:opacity .3s;position:absolute;inset:0}.VideoPlayer-module__wdEaUG__posterImage{object-fit:cover;width:100%;height:100%;display:block}.VideoPlayer-module__wdEaUG__videoBadge{border-radius:var(--radius-full);background:var(--social);color:#fff;letter-spacing:.08em;text-transform:uppercase;pointer-events:none;animation:VideoPlayer-module__wdEaUG__badgeFadeIn .3s var(--ease-spring) both;align-items:center;gap:4px;padding:3px 10px 3px 7px;font-size:.625rem;font-weight:800;display:inline-flex;position:absolute;top:10px;left:10px}@keyframes VideoPlayer-module__wdEaUG__badgeFadeIn{0%{opacity:0;transform:scale(.8)translateY(-4px)}to{opacity:1;transform:scale(1)translateY(0)}}.VideoPlayer-module__wdEaUG__wrapClickable{cursor:pointer;-webkit-user-select:none;user-select:none;outline:none}.VideoPlayer-module__wdEaUG__wrapClickable:focus-visible{box-shadow:0 0 0 3px #f9731680}.VideoPlayer-module__wdEaUG__bigPlayWrap{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.VideoPlayer-module__wdEaUG__bigPlayIcon{border-radius:var(--radius-full);color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;justify-content:center;align-items:center;width:64px;height:64px;animation:.2s both VideoPlayer-module__wdEaUG__playIconAppear;display:flex}@keyframes VideoPlayer-module__wdEaUG__playIconAppear{0%{opacity:0;transform:scale(.75)}to{opacity:1;transform:scale(1)}}.VideoPlayer-module__wdEaUG__tapFlash{border-radius:var(--radius-full);color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffff2e;justify-content:center;align-items:center;width:72px;height:72px;animation:.6s forwards VideoPlayer-module__wdEaUG__tapFlashAnim;display:flex}@keyframes VideoPlayer-module__wdEaUG__tapFlashAnim{0%{opacity:0;transform:scale(.6)}20%{opacity:1;transform:scale(1.05)}60%{opacity:.9;transform:scale(1)}to{opacity:0;transform:scale(1.2)}}.VideoPlayer-module__wdEaUG__bufferingOverlay{pointer-events:none;background:#0000004d;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.VideoPlayer-module__wdEaUG__bufferingSpinner{border-radius:var(--radius-full);border:3px solid #ffffff40;border-top-color:#fff;width:36px;height:36px;animation:.7s linear infinite VideoPlayer-module__wdEaUG__spin}@keyframes VideoPlayer-module__wdEaUG__spin{to{transform:rotate(360deg)}}.VideoPlayer-module__wdEaUG__muteOnlyBtn{border-radius:var(--radius-full);color:#ffffffe6;cursor:pointer;z-index:2;background:#00000073;border:none;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,transform .15s;display:flex;position:absolute;bottom:10px;right:10px}.VideoPlayer-module__wdEaUG__muteOnlyBtn:hover{background:#000000b3;transform:scale(1.06)}.VideoPlayer-module__wdEaUG__progressTrack{cursor:pointer;z-index:2;background:#ffffff40;height:4px;transition:height .15s;position:absolute;bottom:0;left:0;right:0}.VideoPlayer-module__wdEaUG__progressTrack:hover{height:6px}.VideoPlayer-module__wdEaUG__progressFill{background:var(--social,#f97316);will-change:width;height:100%;transition:width .1s linear}.VideoPlayer-module__wdEaUG__skeleton{background-color:#f3f4f6;min-height:200px}@media (prefers-color-scheme:dark){.VideoPlayer-module__wdEaUG__skeleton{background-color:#27272a}}
.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}}
.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}
.CalculatorGrid-module__BWX_yG__section{padding-top:clamp(40px,5vw,60px)!important;}.CalculatorGrid-module__BWX_yG__container{}.CalculatorGrid-module__BWX_yG__grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.CalculatorGrid-module__BWX_yG__empty{text-align:center;color:var(--foreground-tertiary);padding:80px 0;font-size:1rem}@media (max-width:1024px){.CalculatorGrid-module__BWX_yG__grid{grid-template-columns:repeat(2,1fr);gap:28px}}@media (max-width:640px){.CalculatorGrid-module__BWX_yG__grid{grid-template-columns:1fr;gap:24px}}
.TranslationToggleButton-module__9hbOsW__toggle{cursor:pointer;color:var(--foreground-tertiary);text-align:left;transition:color var(--transition-fast);background:0 0;border:none;align-items:center;gap:4px;margin:0;padding:2px 0;font-family:inherit;font-size:.8125rem;line-height:1.2;display:inline-flex}.TranslationToggleButton-module__9hbOsW__toggle:hover,.TranslationToggleButton-module__9hbOsW__toggle:focus-visible{color:var(--social);outline:none}.TranslationToggleButton-module__9hbOsW__hint{color:inherit}.TranslationToggleButton-module__9hbOsW__action{color:var(--social);font-weight:600}.TranslationToggleButton-module__9hbOsW__toggleOverlay{color:#ffffffe6}.TranslationToggleButton-module__9hbOsW__toggleOverlay .TranslationToggleButton-module__9hbOsW__action{color:#fff;text-underline-offset:2px;-webkit-text-decoration:underline #ffffff80;text-decoration:underline #ffffff80}.TranslationToggleButton-module__9hbOsW__toggleOverlay:hover,.TranslationToggleButton-module__9hbOsW__toggleOverlay:focus-visible{color:#fff}
.AppPromoCard-module___zuGya__card{text-align:center;border-radius:var(--radius-lg);background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--card-shadow);flex-direction:column;align-items:center;gap:12px;padding:32px 24px;display:flex}.AppPromoCard-module___zuGya__inline{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:32px 20px;display:flex}.AppPromoCard-module___zuGya__title{font-family:var(--font-display);letter-spacing:-.01em;color:var(--foreground);margin:0;font-size:1.05rem;font-weight:700}.AppPromoCard-module___zuGya__description{max-width:340px;margin:0;font-size:.875rem;line-height:1.55}html:not(.dark) .AppPromoCard-module___zuGya__description{color:#6b7280}html.dark .AppPromoCard-module___zuGya__description{color:var(--foreground-secondary)}.AppPromoCard-module___zuGya__badges{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:4px;display:flex}.AppPromoCard-module___zuGya__storeLink{border-radius:var(--radius-md);transition:transform var(--transition-fast), opacity var(--transition-fast);line-height:0;display:inline-flex}.AppPromoCard-module___zuGya__storeLink:hover{opacity:.92;transform:translateY(-1px)}.AppPromoCard-module___zuGya__storeLink:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.AppPromoCard-module___zuGya__storeBadge{width:auto;height:40px;display:block}
.PremiumFeatureOverlay-module__BW9Bca__wrapper{width:100%;min-height:400px;max-height:500px;margin-bottom:28px;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(#000 60%,#0000 100%);mask-image:linear-gradient(#000 60%,#0000 100%)}.PremiumFeatureOverlay-module__BW9Bca__blurredContent{filter:blur(4px);opacity:.8;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%}.PremiumFeatureOverlay-module__BW9Bca__pointerBlocker{z-index:10;background:0 0;position:absolute;inset:0}.PremiumFeatureOverlay-module__BW9Bca__overlay{z-index:20;justify-content:center;align-items:flex-start;padding-top:40px;display:flex;position:absolute;inset:0}.PremiumFeatureOverlay-module__BW9Bca__cardContainer{width:400px;max-width:90%}
