*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}.app-max-width{width:100%;max-width:600px;margin:0 auto;min-height:100vh}body{color:#262626;background-color:#fafafa;font-family:var(--font-body),ui-sans-serif,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-display),ui-sans-serif,system-ui,sans-serif}label,legend{font-family:var(--font-body),ui-sans-serif,system-ui,sans-serif}.font-display{font-family:var(--font-display),ui-sans-serif,system-ui,sans-serif}a{color:inherit;text-decoration:none}input:focus,select:focus{outline:none}button,input,select,textarea{font-family:inherit}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes adoption-spin{to{transform:rotate(1turn)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.donate-date-input::-webkit-calendar-picker-indicator{opacity:0;position:absolute;right:0;width:100%;height:100%;cursor:pointer}.video-thumbnail-player{--play-button:none!important;--controls:none!important;--media-object-fit:cover!important;--media-object-position:center!important;width:100%!important;height:100%!important;object-fit:cover!important}.video-thumbnail-player::part(center play button),.video-thumbnail-player::part(controls),.video-thumbnail-player::part(overlay){display:none!important;opacity:0!important;visibility:hidden!important}:root{--login-bg:#fff;--login-primary:#1887c7;--login-primary-dark:#1370a6;--login-cta:#ff7f00;--login-cta-hover:#e67200;--login-cta-disabled:#dbdbdb;--login-error:#ff7324;--login-error-bg:#fef2f2;--login-text:#262626;--login-text-muted:#6b7280;--login-text-hint:#9ca3af;--login-border:#e5e7eb;--login-input-bg:#f3f4f6;--login-paw:rgba(54,105,156,.15);--btn-transition-duration:0.2s;--btn-active-scale:0.98}.text-primary{color:var(--login-primary)}.login-root{min-height:100vh;align-items:center;justify-content:center;background-color:var(--login-bg);padding:1rem}.login-card,.login-root{display:flex;flex-direction:column}.login-card{width:100%;max-width:440px;margin:0 auto;align-items:stretch;padding:1.5rem 1.25rem 2rem;position:relative}.login-paw{position:absolute;color:var(--login-paw);pointer-events:none}.login-logo-wrap{display:flex;justify-content:center;margin-bottom:2rem;position:relative;z-index:1}.login-title{font-size:1.5rem;font-weight:700;color:var(--login-primary);margin-bottom:.25rem;line-height:1.3}.login-subtitle{font-size:.875rem;color:var(--login-text-muted);margin-bottom:1.5rem;line-height:1.4}.login-label{display:block;font-size:.875rem;font-weight:600;color:var(--login-text);margin-bottom:.5rem}.login-phone-row{display:flex;gap:.5rem;align-items:stretch;margin-bottom:.375rem}.login-country{display:flex;align-items:center;background-color:var(--login-input-bg);min-width:4rem;font-weight:500}.login-country,.login-input{padding:.75rem .875rem;border:1px solid var(--login-border);border-radius:8px;font-size:.875rem;color:var(--login-text)}.login-input{flex:1 1;background-color:var(--login-bg);transition:border-color var(--btn-transition-duration) ease,box-shadow var(--btn-transition-duration) ease}.login-input:focus{border-color:var(--login-primary)}.login-hint{font-size:.75rem;color:var(--login-text-hint);margin-bottom:1.5rem}.login-error-box{padding:.75rem;background-color:var(--login-error-bg);border:1px solid #fecaca;border-radius:8px;margin-bottom:1rem;font-size:.875rem;color:var(--login-error);text-align:left}.login-btn,.login-error-box{width:100%;position:relative;z-index:1}.login-btn{padding:.875rem 1rem;border:none;border-radius:999px;font-size:.9375rem;font-weight:600;cursor:pointer;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color var(--btn-transition-duration) ease,transform var(--btn-transition-duration) ease,opacity var(--btn-transition-duration) ease}.login-btn:active:not(:disabled){transform:scale(var(--btn-active-scale))}.login-btn-primary{background-color:var(--login-cta);color:#fff}.login-btn-primary:hover:not(:disabled){background-color:var(--login-cta-hover)}.login-btn-primary:disabled{background-color:var(--login-cta-disabled);color:var(--login-text-muted);cursor:not-allowed;opacity:.9}.login-terms{font-size:.75rem;color:var(--login-text-hint);text-align:center;line-height:1.5;position:relative;z-index:1}.login-terms a{color:var(--login-primary);text-decoration:underline;font-weight:500;transition:opacity var(--btn-transition-duration) ease}.login-terms a:hover{opacity:.85}.otp-root{min-height:100vh;background-color:var(--login-bg);display:flex;flex-direction:column;justify-content:center;position:relative}.otp-header{padding:1rem 1.5rem;position:absolute;top:0;left:0;right:0;z-index:2}.otp-back,.otp-header{display:flex;align-items:center}.otp-back{background:none;border:none;color:var(--login-text);font-size:1rem;cursor:pointer;padding:.5rem;gap:.25rem;transition:opacity var(--btn-transition-duration) ease,transform var(--btn-transition-duration) ease}.otp-back:active{transform:scale(var(--btn-active-scale));opacity:.85}.otp-content{display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem;position:relative;z-index:1}.otp-title{font-size:1.5rem;font-weight:700;color:var(--login-primary);margin-bottom:.5rem;text-align:center}.otp-resend-hint{font-size:.875rem;color:var(--login-text-muted);margin-bottom:1.5rem;text-align:center}.otp-resend-hint button{background:none;border:none;color:var(--login-primary);font-weight:600;cursor:pointer;padding:0;margin-left:.25rem;transition:opacity var(--btn-transition-duration) ease,transform var(--btn-transition-duration) ease}.otp-resend-hint button:active:not(:disabled){transform:scale(var(--btn-active-scale));opacity:.85}.otp-resend-hint button:disabled{color:var(--login-text-hint);cursor:not-allowed}.otp-prompt{font-size:.875rem;color:var(--login-text-muted);margin-bottom:1rem;text-align:center}.otp-phone-display{font-size:1rem;font-weight:600;color:var(--login-text);margin-bottom:1.5rem;text-align:center}.otp-boxes{display:flex;gap:.35rem;margin-bottom:1.5rem;justify-content:center;flex-wrap:nowrap;width:100%;max-width:100%}.otp-box{flex:1 1;min-width:0;max-width:52px;width:100%;height:48px;border:2px solid var(--login-border);border-radius:8px;font-size:clamp(1rem,4vw,1.5rem);font-weight:600;text-align:center;color:var(--login-text);background-color:var(--login-bg);transition:border-color var(--btn-transition-duration) ease,color var(--btn-transition-duration) ease,transform var(--btn-transition-duration) ease}@media (min-width:380px){.otp-box{height:52px}}.otp-box:focus{transform:scale(1.02);border-color:var(--login-primary);outline:none}.otp-box.filled{border-color:var(--login-cta);color:var(--login-cta)}.otp-verify-btn{width:100%;max-width:400px;padding:.875rem;border:none;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color var(--btn-transition-duration) ease,transform var(--btn-transition-duration) ease,opacity var(--btn-transition-duration) ease}.otp-verify-btn:active:not(:disabled){transform:scale(var(--btn-active-scale))}.otp-verify-btn.ready{background-color:var(--login-cta);color:#fff}.otp-verify-btn.ready:hover:not(:disabled){background-color:var(--login-cta-hover)}.otp-verify-btn:disabled,.otp-verify-btn:not(.ready){background-color:var(--login-cta-disabled);color:var(--login-text-muted);cursor:not-allowed;opacity:.9}.terms-root{min-height:100vh;background-color:var(--login-bg);padding:1rem}.terms-header{gap:.5rem;margin-bottom:1.5rem;padding:.5rem 0}.terms-back,.terms-header{display:flex;align-items:center}.terms-back{background:none;border:none;color:var(--login-text);font-size:1.25rem;cursor:pointer;padding:.25rem;transition:opacity var(--btn-transition-duration) ease,transform var(--btn-transition-duration) ease}.terms-back:active{transform:scale(var(--btn-active-scale));opacity:.85}.terms-title{font-size:1.125rem;font-weight:600;color:var(--login-text)}.terms-section{margin-bottom:1.5rem}.terms-section-heading{font-size:1rem;font-weight:700;color:var(--login-cta);margin-bottom:.5rem}.terms-section-body{font-size:.875rem;color:var(--login-text-muted);line-height:1.6}.terms-section-body p{margin-bottom:.75rem}.custom-list{margin:.5rem 0;padding-left:1.25rem}.custom-list li{font-size:14px;margin-bottom:4px}.custom-list li::marker{font-size:10px}.reg-root{min-height:100vh;background-color:var(--login-bg);padding:2.5rem 1.25rem 2rem}.reg-card{max-width:440px;margin:0 auto}.reg-title{font-size:1.5rem;font-weight:700;color:var(--login-primary);margin-bottom:.25rem}.reg-subtitle{font-size:.875rem;color:var(--login-text-muted);margin-bottom:1.5rem}.reg-field{margin-bottom:1rem;position:relative}.reg-label{display:block;font-size:.875rem;font-weight:600;color:var(--login-text);margin-bottom:.5rem}.reg-input,.reg-select,.reg-textarea{width:100%;padding:.75rem .875rem;border:1px solid var(--login-border);border-radius:8px;font-size:.875rem;color:var(--login-text);background-color:var(--login-bg);transition:border-color var(--btn-transition-duration) ease}.reg-input:focus,.reg-select:focus,.reg-textarea:focus{border-color:var(--login-primary);outline:none}.reg-textarea{min-height:80px;resize:vertical}.reg-hint{color:var(--login-cta)}.reg-error,.reg-hint{font-size:.75rem;margin-top:.375rem}.reg-error{color:var(--login-error)}.reg-success{font-size:.75rem;color:#16a34a;margin-top:.375rem}.reg-radio-group{display:flex;gap:1rem;flex-wrap:wrap}.reg-radio-wrap{display:flex;align-items:center;gap:.5rem;cursor:pointer}.reg-radio-wrap input{accent-color:var(--login-cta)}.reg-dob-row{display:flex;gap:.75rem}.reg-dob-row .reg-select{flex:1 1;padding:.875rem 2rem .875rem 1rem;border-radius:12px;font-size:.9375rem;color:var(--login-text);border:1px solid var(--login-border);background-color:var(--login-bg);appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px}.reg-dob-row .reg-select option[value=""]{color:var(--login-text-hint)}.reg-btn-submit{width:100%;padding:.875rem;margin-top:1rem;background-color:var(--login-cta);color:#fff;border:none;border-radius:999px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background-color var(--btn-transition-duration) ease,transform var(--btn-transition-duration) ease}.reg-btn-submit:hover:not(:disabled){background-color:var(--login-cta-hover)}.reg-btn-submit:active:not(:disabled){transform:scale(var(--btn-active-scale))}.reg-btn-submit:disabled{background-color:var(--login-cta-disabled);cursor:not-allowed}.location-wrap{position:relative;display:flex;align-items:stretch;width:100%}.location-wrap .reg-input{padding-right:2.75rem}.location-icon-btn{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--login-input-bg);border:1px solid var(--login-border);border-radius:8px;cursor:pointer;color:var(--login-primary);transition:opacity var(--btn-transition-duration) ease}.location-icon-btn:hover:not(:disabled){opacity:.85}.location-icon-btn:disabled{opacity:.7;cursor:wait}.location-icon-spinner{display:inline-block;width:18px;height:18px;border:2px solid var(--login-border);border-top-color:var(--login-primary);border-radius:50%;animation:location-spin .7s linear infinite}@keyframes location-spin{to{transform:rotate(1turn)}}.location-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:2px;background:var(--login-bg);border:1px solid var(--login-border);border-radius:8px;max-height:200px;overflow-y:auto;z-index:10;box-shadow:0 4px 12px rgba(0,0,0,.08)}.location-dropdown-item{padding:.75rem .875rem;font-size:.875rem;color:var(--login-text);cursor:pointer;border-bottom:1px solid var(--login-border)}.location-dropdown-item:last-child{border-bottom:none}.location-dropdown-item:hover{background:var(--login-input-bg)}.upload-root{min-height:100vh;background-color:var(--login-bg);padding:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.upload-title{font-size:1.25rem;font-weight:700;color:var(--login-primary);margin-bottom:.25rem;text-align:center}.upload-subtitle{font-size:.875rem;color:var(--login-text-muted);text-align:center;margin-bottom:2rem}.profile-pic-circle,.profile-pic-outer{position:relative;width:220px;height:220px}.profile-pic-circle{border-radius:50%;border:3px dashed #ff7324;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem;cursor:pointer;overflow:hidden;transition:border-color var(--btn-transition-duration) ease}.profile-pic-circle.has-image{border-style:solid}.profile-pic-circle img{width:100%;height:100%;object-fit:cover}.profile-pic-edit{position:absolute;bottom:12px;right:4px;width:40px;height:40px;border-radius:50%;background:var(--login-cta);border:2px solid var(--login-bg);z-index:2}.profile-pic-edit,.upload-btn-primary{color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.upload-btn-primary{width:100%;max-width:320px;padding:.875rem;margin-top:2rem;background-color:var(--login-cta);border:none;border-radius:999px;font-size:1rem;font-weight:600;gap:.5rem;transition:background-color var(--btn-transition-duration) ease,transform var(--btn-transition-duration) ease}.upload-btn-primary:active:not(:disabled){transform:scale(var(--btn-active-scale))}.upload-btn-primary:disabled{opacity:.55;cursor:not-allowed;transform:none}.upload-skip{background:none;border:none;color:var(--login-primary);font-size:.875rem;font-weight:600;cursor:pointer;margin-top:1rem}.uploading-overlay{position:fixed;inset:0;background:var(--login-bg);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:100;padding:2rem}.uploading-text{font-size:1.125rem;font-weight:600;color:var(--login-text);margin-top:1rem}@keyframes pawBounce{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(-8px);opacity:.7}}.uploading-paw{animation:pawBounce .8s ease-in-out infinite;color:var(--login-paw);margin-top:.5rem}.welcome-root{min-height:100vh;background-color:var(--login-bg);padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center}.welcome-img-wrap{width:100%;max-width:360px;border-radius:16px;overflow:hidden;margin-bottom:1.5rem}.welcome-img-wrap img{width:100%;height:auto;display:block}.welcome-title{font-size:1.5rem;font-weight:700;color:var(--login-primary);margin-bottom:.75rem}.welcome-desc{font-size:.875rem;color:var(--login-text-muted);line-height:1.5;margin-bottom:2rem}.welcome-cta{width:100%;max-width:320px;padding:.875rem;background-color:var(--login-cta);color:#fff;border:none;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color var(--btn-transition-duration) ease,transform var(--btn-transition-duration) ease}.welcome-cta:hover{background-color:var(--login-cta-hover)}.welcome-cta:active{transform:scale(var(--btn-active-scale))}.bottom-tab{position:fixed;bottom:0;left:max(0px,calc(50% - 300px));width:min(600px,100%);background-color:#fff;border-top:1px solid #e2e8f0;justify-content:space-around;padding:.5rem 0;z-index:100}.bottom-tab,.bottom-tab-link{display:flex;align-items:center}.bottom-tab-link{flex-direction:column;justify-content:center;padding:.35rem .5rem;min-width:56px;color:#2d3748;text-decoration:none;transition:color .2s ease}.bottom-tab-link.bottom-tab-link-button{background:none;border:none;cursor:pointer;font:inherit}.bottom-tab-link-active{color:#ff7324}.bottom-tab-label{font-size:.6875rem;font-weight:500;margin-top:.2rem}.adoption-page{min-height:100vh;background-color:#fafafa;padding-bottom:72px}.adoption-container{max-width:600px;margin:0 auto;padding:1rem}.adoption-search{display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.65rem 1rem;margin-bottom:1rem}.adoption-search svg{flex-shrink:0;color:#8e8e8e}.adoption-search input{flex:1 1;border:none;outline:none;font-size:.875rem;color:#262626;background:transparent}.adoption-tabs{display:flex;gap:0;margin-bottom:1rem;border-radius:10px;overflow:hidden;border:1px solid #ff7324}.adoption-tab{flex:1 1;padding:.65rem 1rem;border:none;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s}.adoption-tab-active{background:#ff7324;color:#fff}.adoption-tab-inactive{background:#fff;color:#ff7324}.adoption-filter-bar{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;margin-bottom:1rem;font-size:.8125rem;color:#6b7280}.adoption-filter-bar svg{flex-shrink:0;color:#6b7280}.adoption-filter-bar-location{display:inline-flex;align-items:center;gap:.25rem;padding:0;margin:0;background:none;border:none;font:inherit;color:inherit;cursor:pointer;text-align:left;text-decoration:none}.adoption-filter-bar-location:hover{color:#111827}.adoption-filter-dot{width:4px;height:4px;border-radius:50%;background:#9ca3af}.adoption-filter-bar-actions{display:flex;align-items:center;gap:.25rem;margin-left:auto}.adoption-filter-btn{background:none;border:none;padding:.35rem;cursor:pointer;color:#6b7280;display:flex;align-items:center;justify-content:center}.adoption-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.75rem;gap:.75rem}.adoption-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.04);cursor:pointer;transition:transform .2s,box-shadow .2s;-webkit-tap-highlight-color:transparent}.adoption-card:active{transform:scale(.98)}.adoption-card-image{width:100%;aspect-ratio:1;position:relative;background:#f0f0f0}.adoption-card-body{padding:.6rem .75rem}.adoption-card-name-row{display:flex;align-items:center;justify-content:space-between;gap:.25rem;margin-bottom:.2rem}.adoption-card-name{flex:1 1;min-width:0;font-size:.9375rem;font-weight:700;color:#262626;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adoption-card-gender{flex-shrink:0;font-size:.875rem;color:#1887c7}.adoption-card-gender.female{color:#ff7324}.adoption-card-breed{font-size:.75rem;color:#6b7280;margin-bottom:.35rem;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adoption-card-meta{display:flex;align-items:center;justify-content:space-between;font-size:.6875rem;color:#9ca3af}.adoption-fab{position:fixed;bottom:100px;padding:.65rem 1.25rem;background:#1887c7;color:#fff;border:none;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;box-shadow:0 2px 8px rgba(59,130,246,.4);z-index:50;transition:transform .2s}.adoption-fab-center{left:50%;transform:translateX(-50%)}.adoption-fab:active{transform:scale(.98)}.adoption-fab-center:active{transform:translateX(-50%) scale(.98)}.adoption-empty{text-align:center;padding:3rem 1.5rem}.adoption-empty-illus{width:160px;height:160px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;color:#ff7324;opacity:.9}.adoption-empty-title{font-size:24px;font-weight:600;color:#262626;margin-bottom:1rem;width:268px;margin-left:auto;margin-right:auto}.adoption-empty-cta{padding:.75rem 1.5rem;background:#1887c7;color:#fff;border:none;border-radius:10px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:transform .2s}.adoption-empty-cta:active{transform:scale(.98)}.adoption-map-screen{position:fixed;inset:0;display:flex;flex-direction:column;background:#fafafa;z-index:100;padding-bottom:72px}.adoption-map-overlay-root{position:fixed;inset:0;z-index:300;background:#fff;display:flex;justify-content:center}.adoption-map-overlay-inner{width:100%;max-width:600px;display:flex;flex-direction:column;height:100%}.adoption-map-header{gap:10px;padding:12px 16px;background:#fff;border-bottom:1px solid #e5e7eb;position:relative;z-index:1000}.adoption-map-back,.adoption-map-header{flex-shrink:0;display:flex;align-items:center}.adoption-map-back{width:40px;height:40px;justify-content:center;background:none;border:none;border-radius:50%;cursor:pointer;color:#262626}.adoption-map-back:hover{background:#f3f4f6}.adoption-map-search-wrap{flex:1 1;min-width:0;position:relative;display:flex;align-items:center;gap:8px;background:#f3f4f6;border-radius:12px;padding:8px 12px}.adoption-map-search-icon{flex-shrink:0;color:#6b7280;display:flex;align-items:center;justify-content:center}.adoption-map-search-input{flex:1 1;min-width:0;border:none;background:none;font-size:.9375rem;color:#262626;outline:none}.adoption-map-search-input::placeholder{color:#9ca3af}.adoption-map-search-btn{flex-shrink:0;padding:6px 12px;border-radius:8px;background:#ff7324;color:#fff;border:none;font-size:.875rem;font-weight:600;cursor:pointer;font-family:inherit}.adoption-map-search-btn:hover:not(:disabled){background:#e66a20}.adoption-map-search-btn:disabled{opacity:.7;cursor:not-allowed}.adoption-map-search-spinner{flex-shrink:0;width:16px;height:16px;border:2px solid #d1d5db;border-top-color:#ff7324;border-radius:50%;animation:adoption-spin .7s linear infinite}.adoption-map-suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.1);list-style:none;margin:0;padding:4px 0;z-index:2000;overflow:hidden}.adoption-map-suggestion-item{width:100%;display:flex;align-items:center;gap:8px;padding:10px 14px;border:none;background:none;text-align:left;cursor:pointer;font-family:inherit}.adoption-map-suggestion-item:hover{background:#f9fafb}.adoption-map-suggestion-pin{flex-shrink:0}.adoption-map-suggestion-main{font-size:.9rem;font-weight:600;color:#262626;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adoption-map-suggestion-sub{font-size:.78rem;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:1;min-width:0}.adoption-map-footer{position:fixed;bottom:72px;left:0;right:0;padding:12px 16px;background:#fff;border-top:1px solid #f0f0f0;z-index:50}.adoption-map-overlay-footer{flex-shrink:0;padding:12px 16px max(12px,env(safe-area-inset-bottom));background:#fff;border-top:1px solid #f0f0f0}.adoption-map-view-pets-btn{display:block;width:100%;max-width:480px;margin:0 auto;padding:14px;background:#ff7324;color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:14px;cursor:pointer;font-family:inherit;letter-spacing:.01em}.adoption-map-view-pets-btn:active{background:#ff7324}.adoption-map-area{flex:1 1;min-height:0;position:relative}.adoption-map-container{border-radius:0}.adoption-map-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#f3f4f6}.adoption-map-error{bottom:80px;background:#fef2f2;color:#dc2626;border-radius:8px;font-size:.875rem}.adoption-map-card,.adoption-map-error{position:absolute;left:16px;right:16px;padding:12px}.adoption-map-card{bottom:88px;background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.12);z-index:30}.adoption-map-card-close{position:absolute;top:8px;right:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:none;border-radius:50%;cursor:pointer;color:#6b7280;z-index:2}.adoption-map-card-close:hover{background:#e5e7eb}.adoption-map-card-inner{display:flex;align-items:center;gap:12px;width:100%;text-align:left;background:none;border:none;padding:0;cursor:pointer;font-family:inherit}.adoption-map-card-image{position:relative;width:56px;height:56px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#f3f4f6}.adoption-map-card-body{flex:1 1;min-width:0}.adoption-map-card-name{margin:0 0 2px;font-size:1rem;font-weight:700;color:#262626}.adoption-map-card-meta{margin:0 0 2px;font-size:.8125rem;color:#6b7280}.adoption-map-card-age{margin:0 0 4px;font-size:.75rem;color:#8e8e8e}.adoption-map-card-desc{margin:0;font-size:.8125rem;color:#6b7280;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.adoption-filter-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:200;display:flex;align-items:flex-end;justify-content:center}.adoption-filter-modal{background:#fff;border-radius:20px 20px 0 0;width:100%;max-width:480px;max-height:85vh;overflow-y:auto;padding:1.25rem 1.5rem 2rem}.adoption-filter-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem;color:#ff7324;font-size:1.125rem;font-weight:700}.adoption-filter-section{margin-bottom:1.25rem}.adoption-filter-section-title{font-size:.8125rem;font-weight:600;color:#374151;margin-bottom:.5rem}.adoption-filter-pills{display:flex;flex-wrap:wrap;gap:.5rem}.adoption-filter-pill{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:999px;background:#fff;font-size:.8125rem;color:#374151;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.adoption-filter-pill-active{background:#1887c7;color:#fff;border-color:#1887c7}.adoption-filter-age{display:flex;gap:.5rem;align-items:center}.adoption-filter-age select{flex:1 1;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;color:#374151;background:#fff}.adoption-filter-actions{display:flex;gap:.75rem;margin-top:1.5rem}.adoption-filter-reset{border:2px solid #ff7324;border-radius:10px;background:#fff;color:#ff7324}.adoption-filter-apply,.adoption-filter-reset{flex:1 1;padding:.75rem;font-size:.9375rem;font-weight:600;cursor:pointer}.adoption-filter-apply{border:none;border-radius:10px;background:#ff7324;color:#fff}.pet-detail-screen{position:fixed;inset:0;background:#fff;z-index:300;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.pet-detail-header{display:flex;align-items:center;padding:1rem;border-bottom:1px solid #e2e8f0;position:-webkit-sticky;position:sticky;top:0;background:#fff;z-index:50}.pet-detail-back{background:none;border:none;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;z-index:51;touch-action:manipulation}.pet-detail-title{flex:1 1;text-align:center;font-size:1rem;font-weight:600;color:#262626}.pet-detail-hero{width:100%;aspect-ratio:1;position:relative;background:#f0f0f0}.pet-detail-hero button{-webkit-tap-highlight-color:transparent}.pet-detail-shelter{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0}.pet-detail-shelter-info{display:flex;align-items:center;gap:.75rem;flex:1 1;min-width:0}.pet-detail-shelter-avatar{width:44px;height:44px;border-radius:50%;background:#e2e8f0;flex-shrink:0}.pet-detail-shelter-name{font-size:.9375rem;font-weight:600;color:#262626;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pet-detail-fan-btn{padding:.5rem 1rem;background:#ff7324;color:#fff;border:none;border-radius:9999px;font-size:.8125rem;font-weight:600;cursor:pointer}.pet-detail-name-block{padding:1rem 1.25rem}.pet-detail-name{font-size:1.25rem;font-weight:700;color:#262626;margin-bottom:.25rem;white-space:normal;overflow:visible;text-overflow:unset;word-break:break-word}.pet-detail-age{font-size:.875rem;color:#6b7280}.pet-detail-tags{display:flex;flex-wrap:wrap;gap:.5rem;padding:0 1.25rem 1rem}.pet-detail-tag{height:63px;min-width:63px;padding:6px 10px;border-radius:10px;font-weight:600;flex-direction:column;gap:4px;box-sizing:border-box}.pet-detail-tag,.pet-detail-tag-icon{display:flex;align-items:center;justify-content:center}.pet-detail-tag-icon{line-height:1;flex-shrink:0;font-size:16px}.pet-detail-tag-icon,.pet-detail-tag-icon svg{width:22px;height:22px}.pet-detail-tag-label{line-height:1.2;text-align:center;font-size:10px}.pet-detail-adopted-badge{display:inline-flex;align-items:center;border-radius:10px;padding:10px 14px;font-weight:600;line-height:1.2;width:-moz-fit-content;width:fit-content}.pet-detail-about{padding:1rem 1.25rem;word-wrap:break-word;overflow-wrap:break-word}.pet-detail-about h3{font-size:1rem;font-weight:700;color:#262626;margin-bottom:.5rem;text-align:center}.pet-detail-about p{font-size:.875rem;color:#374151;line-height:1.6;overflow-wrap:anywhere}.pet-detail-edit-btn{margin:0 1.25rem .75rem;background:#ff7324;color:#fff;border:none;border-radius:9999px}.pet-detail-edit-btn,.pet-detail-mark-adopted-btn{width:calc(100% - 2.5rem);padding:.875rem;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem}.pet-detail-mark-adopted-btn{margin:0 1.25rem 1.5rem;background:#fff;color:#ff7324;border:2px solid #ff7324;border-radius:9999px;transition:background .15s,color .15s}.pet-detail-mark-adopted-btn:hover:not(:disabled){background:#ffede2}.pet-detail-mark-adopted-btn:disabled{opacity:.7;cursor:not-allowed}.pet-detail-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1100;padding:1rem;overflow:hidden}.pet-detail-confirm-popup{background:#fff;border-radius:16px;padding:1.5rem;max-width:360px;width:100%;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.pet-detail-confirm-title{margin:0 0 .75rem;font-size:1.25rem;font-weight:600;color:#111827}.pet-detail-confirm-text{margin:0 0 1.25rem;font-size:.9375rem;color:#4b5563;word-break:break-word;overflow-wrap:break-word;line-height:1.5}.pet-detail-confirm-text strong{color:#111827}.pet-detail-confirm-actions{display:flex;gap:.75rem;width:100%;justify-content:flex-end}.pet-detail-confirm-cancel{padding:.625rem 1.25rem;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:9999px;font-size:.9375rem;font-weight:500;cursor:pointer;flex:1 1}.pet-detail-confirm-cancel:hover:not(:disabled){background:#f9fafb}.pet-detail-confirm-cancel:disabled{opacity:.6;cursor:not-allowed}.pet-detail-confirm-submit{padding:.625rem 1.25rem;border:1px solid #d1d5db;background:#fff;color:#ff7324;border-radius:9999px;font-size:.9375rem;font-weight:500;cursor:pointer;flex:1 1}.pet-detail-confirm-submit:hover:not(:disabled){background:#f9fafb}.pet-detail-confirm-submit:disabled{opacity:.7;cursor:not-allowed}.profile-revamp-nav{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#fff;border-bottom:1px solid #dbdbdb;position:-webkit-sticky;position:sticky;top:0;z-index:100}.profile-own-dark .profile-revamp-nav{background:#000!important;border-bottom:1px solid hsla(0,0%,100%,.15)}.profile-own-dark .profile-revamp-nav .profile-revamp-nav-title{color:#1887c7!important}.profile-own-dark .profile-revamp-body{background:#000!important;color:#e5e7eb}.profile-own-dark .profile-revamp-name{color:#1887c7!important}.profile-own-dark .profile-revamp-bio,.profile-own-dark .profile-revamp-owner-name{color:#9ca3af!important}.profile-own-dark .profile-stat-item,.profile-own-dark .profile-stat-item .profile-stat-icon,.profile-own-dark .profile-stat-item span,.profile-own-dark .profile-stats-row{color:#d1d5db!important}.profile-own-dark .profile-family-title{color:#1887c7!important}.profile-own-dark .profile-revamp-body .profile-revamp-location,.profile-own-dark .profile-revamp-body .profile-revamp-location svg,.profile-own-dark .profile-revamp-body [style*="color: #8e8e8e"]{color:#9ca3af!important}.profile-own-dark .profile-revamp-body a[href]{color:#1887c7!important}.profile-revamp-nav-title{font-size:1rem;font-weight:600;color:#1887c7;flex:1 1;text-align:center}.profile-revamp-body{max-width:600px;margin:0 auto;padding:2.25rem 1rem 1.5rem}.profile-revamp-avatar-wrap{width:88px;height:88px;min-width:88px;min-height:88px;max-width:88px;max-height:88px;aspect-ratio:1;border-radius:50%;overflow:hidden;position:relative;background:#e2e8f0;flex-shrink:0}.profile-revamp-avatar-wrap img{object-fit:cover!important}.profile-revamp-avatar-wrap img,.profile-revamp-avatar-wrap>svg{position:absolute!important;inset:0!important;width:100%!important;height:100%!important}.profile-revamp-avatar-wrap>svg{display:block}.profile-own-dark .profile-revamp-avatar-wrap{background:#374151}.profile-circle-70{width:70px;height:70px;min-width:70px;min-height:70px;max-width:70px;max-height:70px;border-radius:50%;overflow:hidden;position:relative;flex-shrink:0}.profile-circle-70 img{object-fit:cover!important}.profile-circle-70 img,.profile-circle-70>svg{position:absolute!important;inset:0!important;width:100%!important;height:100%!important}.profile-circle-70>svg{display:block}.profile-circle-56{width:56px;height:56px;min-width:56px;min-height:56px;max-width:56px;max-height:56px;border-radius:50%;overflow:hidden;position:relative;flex-shrink:0}.profile-circle-56 img{object-fit:cover!important}.profile-circle-56 img,.profile-circle-56>svg{position:absolute!important;inset:0!important;width:100%!important;height:100%!important}.profile-circle-56>svg{display:block}.profile-revamp-top{display:flex;gap:1rem;margin-bottom:1.25rem;align-items:flex-start}.profile-header-icon-btn{background:none;border:none;cursor:pointer;padding:8px;color:#262626;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-header-icon-btn svg{stroke:currentColor}.profile-revamp-name{font-size:1.125rem;font-weight:700;color:#1887c7;margin-bottom:.5rem;word-break:break-word}.profile-revamp-username-sub{font-size:.8125rem;color:#6b7280;margin-bottom:.35rem;word-break:break-word}.profile-own-dark .profile-revamp-username-sub{color:#9ca3af!important}.profile-revamp-display-name{font-size:1rem;font-weight:700;color:#262626;margin-bottom:.5rem;word-break:break-word;padding-right:40px}.profile-own-dark .profile-revamp-display-name{color:#e5e7eb!important}.profile-revamp-owner-name{font-size:1rem;font-weight:700;color:#262626;margin-bottom:.25rem}.profile-revamp-bio{font-size:.875rem;color:#262626;line-height:1.45;margin-bottom:1rem;max-height:4.35em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis;word-break:break-word}.profile-revamp-location{font-size:.875rem;color:#8e8e8e;margin-bottom:1rem;display:flex;align-items:center;gap:.35rem}.profile-revamp-link{font-size:.875rem;color:#1887c7;margin-bottom:1rem;display:inline-block;word-break:break-all}.profile-revamp-actions{display:flex;gap:.75rem;margin-top:1.25rem;margin-bottom:1.25rem}.profile-stats-row{display:flex;align-items:center;gap:1.75rem;margin-bottom:.5rem;color:#4a5568;font-size:.9375rem;font-weight:600}.profile-stat-item{display:flex;align-items:center;gap:.35rem}.profile-stat-item-button{background:none;border:none;padding:8px 12px;margin:-8px -12px;min-height:44px;min-width:44px;cursor:pointer;font:inherit;color:inherit;font-size:inherit;font-weight:inherit;border-radius:8px;display:inline-flex;align-items:center;gap:.35rem}.profile-stat-item-button:hover{background:rgba(0,0,0,.05)}.profile-stat-item-button:active{background:rgba(0,0,0,.08)}.profile-stat-item .profile-stat-icon{color:#4a5568;flex-shrink:0}.profile-family-title{font-size:.9375rem;font-weight:600;color:#1887c7;margin-bottom:.75rem}.profile-revamp-btn-outline{flex:1 1;padding:.6rem 1rem;background:#fff;color:#1f2937;border:1.5px solid #1f2937;border-radius:999px;font-size:.875rem;font-weight:600;cursor:pointer}.profile-revamp-btn-outline.profile-btn-message{background:#fff;color:#1f2937;border:1.5px solid #1f2937}.profile-own-dark .profile-revamp-btn-edit-share{flex:1 1;padding:.6rem 1rem;background:#374151!important;color:#fff!important;border:1px solid hsla(0,0%,100%,.35)!important;border-radius:12px;font-size:.875rem;font-weight:600;cursor:pointer}.profile-revamp-btn-filled{background:#00376b;border:none;border-radius:12px}.profile-revamp-btn-fan,.profile-revamp-btn-filled{flex:1 1;padding:.6rem 1rem;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer}.profile-revamp-btn-fan{background:#ff7324;border:none;border-radius:999px}.profile-own-content-area{background:#fff;min-height:40vh;padding:.5rem 0 1rem}.profile-own-dark .profile-revamp-nav button{color:#fff!important}.profile-own-dark .profile-revamp-nav button svg,.profile-own-dark .profile-revamp-nav svg{stroke:#fff!important}.profile-add-pet-btn{display:flex;flex-direction:column;align-items:center;gap:.35rem;min-width:70px;cursor:pointer}.profile-add-pet-btn .profile-add-pet-circle{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#d1d5db}.profile-add-pet-btn .profile-add-pet-circle svg{stroke:#fff}.profile-add-pet-btn .profile-add-pet-label{font-size:.75rem;color:#6b7280;text-align:center}.profile-own-dark .profile-add-pet-btn .profile-add-pet-label{color:#6b7280}.edit-profile-overlay{position:fixed;inset:0;background:#fafafa;z-index:2000;display:flex;flex-direction:column;align-items:center;overflow:hidden}.edit-profile-panel{background:#fff;width:min(600px,100%);min-height:100dvh;max-height:100dvh;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}.edit-profile-header{display:flex;align-items:center;justify-content:center;position:relative;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.edit-profile-header.business-registration-header{border-bottom:none}.edit-profile-back{position:absolute;left:1rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#1887c7;padding:0}.edit-profile-title{font-size:1.125rem;font-weight:700;color:var(--login-primary);margin:0}.edit-profile-form{padding:1.5rem 1.25rem 2rem;display:flex;flex-direction:column;gap:1.5rem}.edit-profile-avatar-wrap{display:flex;flex-direction:column;align-items:center;gap:1rem}.edit-profile-image-selection-error{align-self:stretch;width:100%}.edit-profile-avatar{width:100px;height:100px;border-radius:50%;position:relative;border:3px solid #ff7324;background:#f3f4f6}.edit-profile-avatar img{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%;-webkit-clip-path:circle(50% at 50% 50%);clip-path:circle(50% at 50% 50%)}.edit-profile-avatar-edit{position:absolute;right:-6px;bottom:-2px;width:32px;height:32px;border-radius:50%;background:#ff7324;border:2px solid #fff;display:flex;align-items:center;z-index:2;justify-content:center;cursor:pointer;color:#fff}.edit-profile-field{display:flex;flex-direction:column;gap:.5rem}.edit-profile-label{font-size:.875rem;font-weight:500;color:#1f2937}.edit-profile-field-error{font-size:.8125rem;color:#ff7324;margin-top:.25rem;display:block}.edit-profile-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;color:#1f2937;background:#fff;font-family:inherit}.edit-profile-input-wrap{position:relative}.edit-profile-input-with-icon{padding-right:2.5rem}.edit-profile-input-with-icon::-webkit-calendar-picker-indicator{opacity:0;position:absolute;right:0;width:2.5rem;height:100%;cursor:pointer}.edit-profile-input-icon{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;pointer-events:none}.edit-profile-textarea-wrap .edit-profile-input-icon{top:1.25rem;transform:none}.edit-profile-input:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.edit-profile-input::placeholder{color:#9ca3af}select.edit-profile-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:2.5rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;cursor:pointer}.edit-profile-textarea{min-height:100px;resize:vertical}.edit-profile-private{display:flex;flex-direction:column;gap:.25rem}.edit-profile-private-label{font-size:.875rem;font-weight:500;color:#1f2937}.edit-profile-private-hint{font-size:.8125rem;color:#ff7324}.edit-profile-toggle-wrap{display:flex;align-items:center;justify-content:space-between;margin-top:.25rem}.edit-profile-toggle{width:48px;height:28px;border-radius:14px;background:#d1d5db;border:none;cursor:pointer;position:relative;transition:background .2s}.edit-profile-toggle.on{background:#ff7324}.edit-profile-toggle-knob{position:absolute;top:2px;left:2px;width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:transform .2s}.edit-profile-toggle.on .edit-profile-toggle-knob{transform:translateX(20px)}.edit-profile-delete{background:none;border:none;padding:0;font-size:.9375rem;font-weight:500;color:#1887c7;cursor:pointer;text-align:left;text-decoration:none}.edit-profile-delete:hover{text-decoration:underline}.edit-profile-error{padding:.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;font-size:.875rem;color:#b91c1c;text-align:center}.edit-profile-submit{width:100%;padding:.875rem 1.5rem;border:none;border-radius:9999px;font-size:.9375rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;background:#ff7324;color:#fff;cursor:pointer;transition:background .2s}.edit-profile-submit:hover:not(:disabled){background:#ff7324}.edit-profile-submit:disabled{background:#d8e2f0;color:#6b7280;cursor:not-allowed}.edit-profile-submit .submit-spinner{display:inline-block;width:1.125rem;height:1.125rem;margin-right:.5rem;vertical-align:middle;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:submit-spin .7s linear infinite}@keyframes submit-spin{to{transform:rotate(1turn)}}.edit-profile-pic-sheet-overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:3100;display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .15s ease-in-out}.edit-profile-pic-sheet{background:#fff;border-radius:24px 24px 0 0;width:100%;max-width:440px;padding:.75rem 1.25rem 1.75rem;display:flex;flex-direction:column;gap:.75rem;animation:slideUpSheet .25s ease-out}@keyframes slideUpSheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}.edit-profile-pic-sheet-handle{width:40px;height:4px;border-radius:2px;background:#d1d5db;margin:0 auto .5rem}.edit-profile-pic-sheet-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.875rem 1.25rem;border-radius:999px;border:2px solid;background:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s}.edit-profile-pic-sheet-btn-primary{color:#1887c7;border-color:#1887c7}.edit-profile-pic-sheet-btn-primary:hover{background:#f0f7fc}.edit-profile-pic-sheet-btn-danger{color:#ff7324;border-color:#ff7324}.edit-profile-pic-sheet-btn-danger:hover{background:#fff7f2}.share-sheet-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:5000;display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .15s ease-in-out}.share-sheet-panel{width:100%;max-width:480px;background:#fff;border-top-left-radius:24px;border-top-right-radius:24px;padding-bottom:max(16px,env(safe-area-inset-bottom));box-shadow:0 -4px 24px rgba(0,0,0,.12);max-height:min(85dvh,560px);display:flex;flex-direction:column;animation:slideUpSheet .25s ease-out}.share-sheet-handle{width:40px;height:4px;border-radius:2px;background:#e5e7eb;margin:10px auto 6px;flex-shrink:0}.share-sheet-header{position:relative;flex-shrink:0;padding:4px 20px 12px;text-align:center}.share-sheet-paw{position:absolute;top:0;right:16px;width:44px;height:52px;pointer-events:none;opacity:.85}.share-sheet-paw svg{width:100%;height:100%}.share-sheet-title{margin:0;font-size:1.0625rem;font-weight:700;color:#ff7324;letter-spacing:-.01em}.share-sheet-search-wrap{align-items:center;gap:10px;margin:0 20px 14px;padding:0 14px;height:44px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.share-sheet-search-icon,.share-sheet-search-wrap{display:flex;flex-shrink:0}.share-sheet-search-input{flex:1 1;min-width:0;border:none;background:transparent;font-size:.9375rem;color:#111;outline:none;font-family:inherit}.share-sheet-search-input::placeholder{color:#9ca3af}.share-sheet-apps{flex:1 1;min-height:0;background:#f6f6f7;padding:16px 0 20px;border-radius:0}.share-sheet-apps-scroll{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-start;justify-content:center;gap:20px;overflow-x:auto;overflow-y:hidden;padding:4px 20px 8px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.share-sheet-apps-scroll::-webkit-scrollbar{height:6px}.share-sheet-apps-scroll::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.share-sheet-app{display:flex;flex-direction:column;align-items:center;gap:8px;flex:0 0 auto;width:72px;padding:0;border:none;background:none;cursor:pointer;font-family:inherit;text-align:center}.share-sheet-app:active .share-sheet-app-icon{transform:scale(.96)}.share-sheet-app-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;flex-shrink:0;border-radius:50%;transition:transform .12s ease}.share-sheet-app-icon svg{display:block;flex-shrink:0}.share-sheet-app-label{font-size:.75rem;font-weight:500;color:#262626;line-height:1.2;max-width:100%;word-break:break-word}.share-sheet-empty{margin:0;padding:12px 8px;font-size:.875rem;color:#6b7280;text-align:center;flex:1 1;min-width:100%}.share-sheet-cancel{margin:12px 20px 4px;width:calc(100% - 40px);padding:14px 16px;border:none;border-radius:12px;background:transparent;font-size:1rem;font-weight:600;color:#6b7280;cursor:pointer;font-family:inherit;flex-shrink:0}.share-sheet-cancel:hover{background:#f3f4f6}.edit-profile-discard-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:2100;padding:1.5rem}.edit-profile-discard-modal{background:#fff;border-radius:16px;padding:1.5rem 1.5rem 1.75rem;max-width:320px;width:100%;min-width:0;text-align:center;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);position:relative;overflow:hidden}.edit-profile-discard-icon{width:60px;height:60px;border-radius:9999px;background:#f0f4fa;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.edit-profile-discard-title{font-size:1rem;font-weight:600;color:#1887c7;margin-bottom:.5rem}.edit-profile-discard-text,.edit-profile-discard-title{max-width:100%;overflow-wrap:anywhere;word-break:break-word}.edit-profile-discard-text{font-size:.875rem;color:#4b5563;margin-bottom:1.25rem}.edit-profile-discard-actions{display:flex;gap:.75rem;justify-content:center}.edit-profile-cancel-button,.edit-profile-discard-button{flex:1 1;padding:.6rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;border:1px solid transparent;cursor:pointer}.edit-profile-discard-button{background:#fff;color:#111827;border-color:#e5e7eb}.edit-profile-cancel-button{background:#ff7324;color:#fff}.business-success-popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:2100;padding:1rem}.business-success-popup{background:#fff;border-radius:16px;padding:1.5rem 1.5rem 1.75rem;max-width:320px;width:100%;text-align:center;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.business-success-popup h2{font-size:1rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.business-success-popup p{font-size:.875rem;color:#6b7280;margin:0 0 1.25rem}.business-success-popup-btns{display:flex;flex-direction:column;gap:.75rem}.business-success-popup-btns .btn-primary{width:100%;padding:.75rem 1rem;border:none;border-radius:12px;font-size:.9375rem;font-weight:600;background:#ff7324;color:#fff;cursor:pointer}.edit-profile-success-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:2200;padding:1.5rem}.edit-profile-success-modal{background:#fff;border-radius:20px;padding:1.75rem 1.75rem 2rem;max-width:320px;width:100%;text-align:center;box-shadow:0 20px 25px -5px rgba(0,0,0,.15),0 8px 10px -6px rgba(0,0,0,.12);position:relative;overflow:hidden}.edit-profile-success-bubbles{position:absolute;top:-24px;left:-24px;width:90px;height:90px;opacity:.7;pointer-events:none}.edit-profile-success-bubbles svg{width:100%;height:100%}.edit-profile-success-icon{width:60px;height:60px;border-radius:9999px;background:#1887c7;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.edit-profile-success-title{font-size:1rem;font-weight:700;letter-spacing:.08em;color:#1887c7;text-transform:uppercase;margin-bottom:.75rem}.edit-profile-success-text{font-size:.875rem;color:#4b5563;margin-bottom:1.5rem}.edit-profile-success-button{display:inline-block;width:100%;padding:.8rem 1.5rem;border-radius:9999px;border:none;font-size:.9375rem;font-weight:600;color:#fff;background:#1887c7;cursor:pointer}.business-success-popup-btns .btn-secondary{width:100%;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:12px;font-size:.9375rem;font-weight:500;background:#fff;color:#374151;cursor:pointer}.add-product-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:101;padding:1rem;overflow-y:auto}.add-product-panel{background:#fff;border-radius:16px;width:100%;max-width:420px;max-height:calc(100vh - 2rem);overflow-y:auto;box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.add-product-header{display:flex;align-items:center;justify-content:center;position:relative;padding:1rem 1.25rem}.add-product-title{font-size:1.125rem;font-weight:700;color:#1887c7;margin:0}.add-product-close{position:absolute;right:1rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#6b7280;padding:0}.add-product-form{padding:1rem 1.25rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem}.add-product-upload{border:2px dashed #d1d5db;border-radius:12px;padding:1.5rem;text-align:center;background:#f9fafb;cursor:pointer;transition:border-color .2s,background .2s}.add-product-upload:hover{border-color:#9ca3af;background:#f3f4f6}.add-product-upload.has-image{border-style:solid;padding:.5rem}.add-product-upload-preview{max-width:100%;max-height:180px;border-radius:8px;object-fit:contain}.edit-profile-location-row,.edit-profile-location-wrap{position:relative}.edit-profile-location-input{padding-right:2.75rem}.edit-profile-location-btn{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#6b7280;padding:0}.edit-profile-location-btn svg{display:block;flex-shrink:0}.edit-profile-location-dropdown{position:absolute;left:0;right:0;top:100%;margin-top:2px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);max-height:200px;overflow-y:auto;z-index:10}.edit-profile-location-item{display:block;width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;font-size:.875rem;color:#1f2937;cursor:pointer}.edit-profile-location-item:hover{background:#f3f4f6}.add-pet-avatar-wrap{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-bottom:.5rem;overflow:visible}.add-pet-field{display:flex;flex-direction:column;gap:.5rem}.add-pet-label{font-weight:500}.add-pet-input,.add-pet-label{font-size:.875rem;color:#1f2937}.add-pet-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-family:inherit}.add-pet-input:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.add-pet-input::placeholder{color:#9ca3af}.add-pet-input:disabled{background:#f9fafb;cursor:not-allowed}.add-pet-textarea{min-height:100px;resize:vertical}.add-pet-field-error{font-size:.8125rem;color:#ff7324;margin-top:.25rem}.add-pet-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;max-height:200px;overflow-y:auto;z-index:10;box-shadow:0 4px 12px rgba(0,0,0,.08)}.add-pet-dropdown-item{padding:.75rem 1rem;cursor:pointer;font-size:.875rem;color:#1f2937}.add-pet-dropdown-item:hover{background:#f3f4f6}.add-pet-submit{width:100%;padding:.875rem 1.5rem;border:none;border-radius:16px;font-size:.9375rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;background:#ff7324;color:#fff;cursor:pointer;transition:background .2s}.add-pet-submit:hover:not(:disabled){background:#ea580c}.add-pet-submit:disabled{opacity:.7;cursor:not-allowed}.pet-segment-wrap{display:flex;width:100%;border:1px solid #ff7324;border-radius:10px;overflow:hidden;background:#fff}.pet-segment-btn{flex:1 1;min-width:0;padding:.75rem 1rem;border:none;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s}.pet-segment-btn.selected{background:#ff7324;color:#fff}.pet-segment-btn:not(.selected){background:transparent;color:#ff7324}.fans-screen{display:flex;flex-direction:column;background:#fff;height:calc(100dvh - 60px);min-height:calc(100vh - 60px)}.fans-screen-embedded{height:100%;min-height:0}.fans-screen-header{gap:.75rem;border-bottom:1px solid #e5e7eb;background:#fff;padding:.75rem 1rem}.fans-screen-back-btn,.fans-screen-header{flex-shrink:0;display:flex;align-items:center}.fans-screen-back-btn{width:40px;height:40px;justify-content:center;border:none;background:none;cursor:pointer;color:#000;border-radius:50%}.fans-screen-back-btn:hover{background:#f3f4f6}.fans-screen-title{flex:1 1;text-align:center;font-size:1.25rem;font-weight:700;color:#000;margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fans-screen-title-spacer{width:40px;flex-shrink:0}.fans-screen-tabs{flex-shrink:0;display:flex;border-bottom:1px solid #e5e7eb;background:#fff}.fans-screen-tab{flex:1 1;padding:.75rem;font-size:.875rem;font-weight:500;background:none;cursor:pointer;color:#8e8e8e;border:none;border-bottom:2px solid transparent}.fans-screen-tab.active{color:#262626;border-bottom-color:#ff7324}.fans-screen-search-wrap{flex-shrink:0;background:#fff;padding:.75rem 1rem}.fans-screen-search-inner{display:flex;align-items:center;gap:.5rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;padding:.5rem .75rem}.fans-screen-search-inner input{flex:1 1;min-width:0;border:none;background:none;font-size:.875rem;color:#262626}.fans-screen-search-inner input::placeholder{color:#6b7280}.fans-screen-list{overflow-y:auto;-webkit-overflow-scrolling:touch;background:#fff}.fans-screen-empty,.fans-screen-list{flex:1 1;min-height:0;display:flex;flex-direction:column}.fans-screen-empty{align-items:center;justify-content:center;padding:1rem;text-align:center}.fans-screen-empty p{margin:0;font-size:1rem;font-weight:500;color:#000}.fans-screen-loading-wrap{flex:1 1;display:flex;align-items:center;justify-content:center;padding:3rem}.fans-screen-error{padding:1.5rem 1rem;text-align:center;font-size:.875rem;color:#dc2626}.fans-screen-list-ul{list-style:none;margin:0;padding:0;border-top:1px solid #f3f4f6}.fans-screen-list-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;min-width:0;border-bottom:1px solid #f3f4f6}.fans-screen-avatar{width:48px;height:48px;flex-shrink:0;border-radius:50%;overflow:hidden;background:#e5e7eb;position:relative}.fans-screen-name-wrap{flex:1 1;min-width:0}.fans-screen-name{font-size:.875rem;font-weight:600;color:#262626}.fans-screen-name,.fans-screen-sub{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fans-screen-sub{font-size:.75rem;color:#6b7280}.fans-screen-paw-wrap{flex-shrink:0;padding-left:.5rem}.fans-screen-load-more{display:flex;justify-content:center;padding:1rem}.fans-screen-spinner{width:32px;height:32px;border:2px solid #e5e7eb;border-top-color:#ff7324;border-radius:50%;animation:fans-spin .8s linear infinite}.fans-screen-spinner-sm{width:24px;height:24px;border-width:2px}@keyframes fans-spin{to{transform:rotate(1turn)}}.fans-screen-suspense{display:flex;min-height:100vh;align-items:center;justify-content:center;background:#fff}.settings-bottom-sheet-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:999;animation:fadeIn .2s ease-in-out}.settings-bottom-sheet-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border-radius:50%;background:#f3f4f6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0}.settings-bottom-sheet-close:hover{background:#e5e7eb}.settings-bottom-sheet-close svg{stroke:#374151}.settings-bottom-sheet-panel{position:fixed;top:0;right:0;left:0;width:min(600px,100vw);max-width:100%;margin:0 auto;height:100%;height:100dvh;background:#fff;border-radius:0;box-shadow:-4px 0 24px rgba(0,0,0,.12);z-index:1000;padding:calc(1.25rem + env(safe-area-inset-top, 0px)) 1rem calc(2rem + env(safe-area-inset-bottom, 0px));animation:settingsPanelEnter .24s ease-out;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}.settings-panel-header{position:relative;min-height:56px;flex-shrink:0;margin-bottom:.5rem}.settings-panel-back,.settings-panel-header{display:flex;align-items:center;justify-content:center}.settings-panel-back{background:none;border:none;padding:8px;margin:0 -8px 0 0;cursor:pointer;color:#262626}.settings-panel-back:hover{opacity:.8}.settings-panel-back svg{width:24px;height:24px;stroke:currentColor}.settings-panel-title{flex:1 1;font-size:1.125rem;font-weight:600;color:#262626;text-align:center;margin:0}.settings-item-row{border-bottom:1px solid #e5e7eb}.settings-item-row:last-child{border-bottom:none}@keyframes settingsPanelEnter{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.settings-bottom-sheet-paw{position:absolute;top:16px;left:20px;width:44px;height:60px;opacity:.35;pointer-events:none}.settings-bottom-sheet-paw svg{width:100%;height:100%}.settings-bottom-sheet-list{list-style:none;padding:0;position:relative;margin:0}.settings-bottom-sheet-item{display:flex;align-items:center;gap:12px;width:100%;padding:14px 12px;background:none;border:none;cursor:pointer;font-size:.9375rem;color:#262626;text-align:left;font-family:inherit;border-radius:8px;transition:background-color .15s}.settings-bottom-sheet-item:hover{background:#f3f4f6}.settings-bottom-sheet-item.logout{color:#ff7324}.settings-bottom-sheet-divider{height:1px;background:#e5e7eb;margin:4px 0;border:none}.settings-section-title{font-size:.85rem;font-weight:600;color:#1887c7;margin:1.25rem 0 .25rem;padding:0 12px}.settings-section-title:first-child{margin-top:.85rem}.settings-section-desc{font-size:.75rem;color:#6b7280;padding:0 12px 8px;margin:0;line-height:1.3}.settings-content-panel{position:fixed;top:0;right:0;left:0;width:min(600px,100vw);max-width:100%;margin:0 auto;height:100%;height:100dvh;background:#fff;box-shadow:-4px 0 24px rgba(0,0,0,.12);z-index:1100;padding:calc(1.25rem + env(safe-area-inset-top, 0px)) 1rem calc(2rem + env(safe-area-inset-bottom, 0px));animation:settingsPanelEnter .24s ease-out;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}.settings-content-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:1090;animation:fadeIn .2s ease-in-out}.settings-faq-list{display:flex;flex-direction:column;gap:0}.settings-faq-item{border-bottom:1px solid #e5e7eb}.settings-faq-item:last-of-type{border-bottom:none}.settings-faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 0;background:none;border:none;cursor:pointer;font-size:.9375rem;font-weight:600;color:#262626;text-align:left;font-family:inherit;gap:12px;transition:background-color .15s}.settings-faq-question:hover{color:#2563eb}.settings-faq-question span{flex:1 1}.settings-faq-chevron{flex-shrink:0;transition:transform .2s ease}.settings-faq-answer{padding:0 0 14px}.settings-faq-answer p{margin:0;font-size:.875rem;color:#6b7280;line-height:1.5}.product-options-sheet-panel{position:fixed;left:0;right:0;bottom:0;background:#fff;border-radius:20px 20px 0 0;z-index:1000;padding:48px 24px calc(32px + env(safe-area-inset-bottom, 0px));box-shadow:0 -4px 20px rgba(0,0,0,.1);animation:slideUpSheet .3s ease-out;max-height:80vh;overflow:auto}.product-options-sheet-close{position:absolute;top:16px;left:50%;transform:translateX(-50%);width:40px;height:40px;border-radius:50%;background:#e5e7eb;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.product-options-sheet-close:hover{background:#d1d5db}.product-options-sheet-list{list-style:none;margin:0;padding:0}.product-options-sheet-list li{border-bottom:1px solid #e5e7eb}.product-options-sheet-list li:last-child{border-bottom:none}.product-options-sheet-item{display:flex;align-items:center;gap:14px;width:100%;padding:18px 0;background:none;border:none;cursor:pointer;font-size:1rem;color:#262626;text-align:left;font-family:inherit;transition:background-color .15s;border-radius:0}.product-options-sheet-item:hover:not(:disabled){background:#f9fafb}.product-options-sheet-item:disabled{opacity:.6;cursor:not-allowed}.product-options-sheet-icon{flex-shrink:0;color:#374151}.product-options-sheet-item-danger,.product-options-sheet-item-danger .product-options-sheet-icon{color:#ed4956}.product-delete-confirm-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:calc(100% - 48px);max-width:320px;background:#fff;border-radius:16px;padding:24px;z-index:1002;box-shadow:0 8px 32px rgba(0,0,0,.2);animation:fadeIn .2s ease-out}.product-delete-confirm-title{margin:0 0 8px;font-size:1.25rem;font-weight:600;color:#262626}.product-delete-confirm-desc{margin:0 0 20px;font-size:.9375rem;color:#737373;line-height:1.4}.product-delete-confirm-actions{display:flex;gap:12px;justify-content:flex-end}.product-delete-confirm-cancel,.product-delete-confirm-delete{padding:10px 20px;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;border:none;font-family:inherit}.product-delete-confirm-cancel{background:#f3f4f6;color:#262626}.product-delete-confirm-cancel:hover:not(:disabled){background:#e5e7eb}.product-delete-confirm-delete{background:#ed4956;color:#fff}.product-delete-confirm-delete:hover:not(:disabled){background:#e03e4d}.product-delete-confirm-cancel:disabled,.product-delete-confirm-delete:disabled{opacity:.6;cursor:not-allowed}.settings-logout-confirm-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:1101;animation:fadeIn .2s ease-in-out}.settings-logout-confirm-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:calc(100% - 48px);max-width:320px;background:#fff;border-radius:16px;padding:24px;z-index:1102;box-shadow:0 8px 32px rgba(0,0,0,.2);animation:fadeIn .2s ease-out}.settings-logout-confirm-title{margin:0 0 8px;font-size:1.25rem;font-weight:600;color:#262626}.settings-logout-confirm-desc{margin:0 0 20px;font-size:.9375rem;color:#737373;line-height:1.4}.settings-logout-confirm-actions{display:flex;gap:12px;justify-content:flex-end}.settings-logout-confirm-cancel,.settings-logout-confirm-submit{padding:10px 20px;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;border:none;font-family:inherit}.settings-logout-confirm-cancel{background:#f3f4f6;color:#262626}.settings-logout-confirm-cancel:hover:not(:disabled){background:#e5e7eb}.settings-logout-confirm-submit{background:#ff7324;color:#fff}.settings-logout-confirm-submit:hover:not(:disabled){background:#ff7324}.settings-logout-confirm-cancel:disabled,.settings-logout-confirm-submit:disabled{opacity:.6;cursor:not-allowed}.shop-screen{min-height:100vh;background:#fafafa;display:flex;flex-direction:column;padding-bottom:80px}.shop-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;justify-content:space-between;padding:12px 16px;background:#fff;border-bottom:1px solid #eee}.shop-back,.shop-header{display:flex;align-items:center}.shop-back{justify-content:center;width:40px;height:40px;padding:0;background:none;border:none;cursor:pointer;color:#262626;border-radius:8px}.shop-back:hover{background:#f3f4f6}.shop-title{font-size:1.125rem;font-weight:700;color:#262626;margin:0;flex:1 1;text-align:center}.shop-header-placeholder{width:40px}.shop-header-menu{width:40px;height:40px;display:flex;align-items:center;justify-content:center;padding:0;background:none;border:none;cursor:pointer;color:#262626;border-radius:8px}.shop-header-menu:hover{background:#f3f4f6}.shop-empty{flex:1 1;min-height:0;display:flex;flex-direction:column;align-items:center;padding:1rem 1.5rem 0;text-align:center}.shop-empty-center,.shop-empty-scroll{justify-content:center}.shop-empty-scroll{flex:1 1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;align-items:center;padding:.5rem 0}.shop-empty-actions{flex-shrink:0;padding:1rem 0 .5rem;width:100%;max-width:280px}.shop-empty-illus{margin-bottom:1rem}.shop-empty-img{max-width:100%;width:280px;height:auto;object-fit:contain}@media (max-height:600px){.shop-empty-img{width:200px}.shop-empty-illus{margin-bottom:.5rem}.shop-empty-title{font-size:1rem;margin-bottom:.25rem}.shop-empty-desc{font-size:.8125rem;margin-bottom:.75rem}}.shop-empty-box{position:relative;display:inline-flex;flex-direction:column;align-items:center;width:160px;height:160px;background:#d4a574;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.shop-empty-paw{font-size:2rem;position:absolute;top:12px;left:50%;transform:translateX(-50%)}.shop-empty-dog{font-size:3.5rem;margin-top:2rem}.shop-empty-bubble{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);background:#fff;padding:6px 12px;border-radius:12px;font-size:.75rem;font-weight:600;color:#262626;box-shadow:0 2px 8px rgba(0,0,0,.08);white-space:nowrap}.shop-empty-title{font-size:1.125rem;font-weight:700;color:#262626;margin:0 0 .5rem}.shop-empty-desc{font-size:.875rem;color:#8e8e8e;margin:0 0 .5rem;max-width:320px;line-height:1.4}.shop-empty-message{font-size:.9375rem;color:#262626;margin:0 0 1rem}.shop-btn-add{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;max-width:280px;padding:14px 24px;color:#fff;border:none;border-radius:9999px;font-size:1rem;font-weight:700;cursor:pointer;font-family:inherit}.shop-btn-add,.shop-btn-add:hover{background:#ff7324}.shop-btn-add-icon{font-size:1.25rem;line-height:1}.shop-btn-primary{padding:14px 24px;color:#fff;border:none;border-radius:9999px;font-size:1rem;font-weight:700;cursor:pointer;font-family:inherit;width:100%;max-width:280px}.shop-btn-primary,.shop-btn-primary:hover{background:#ff7324}.shop-empty-actions .shop-btn-primary{display:block;margin:0 auto}.shop-toolbar{padding:12px 16px;background:#fff;border-bottom:1px solid #eee}.shop-search-wrap{position:relative;margin-bottom:12px}.shop-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#8e8e8e;pointer-events:none}.shop-search-input{width:100%;padding:10px 12px 10px 40px;border:1px solid #dbdbdb;border-radius:8px;font-size:.9375rem;background:#fafafa;font-family:inherit}.shop-search-input::placeholder{color:#8e8e8e}.shop-filters{display:flex;gap:8px;flex-wrap:wrap}.shop-filter-pill{padding:8px 14px;border:1px solid #262626;background:#fff;color:#262626;border-radius:20px;font-size:.8125rem;font-weight:500;cursor:pointer;font-family:inherit}.shop-filter-pill.active{background:#ff7324;border-color:#ff7324;color:#fff}.shop-content{padding:16px;flex:1 1}.shop-section-title{font-size:1.125rem;font-weight:700;color:#262626;margin:0 0 4px}.shop-section-tagline{font-size:.8125rem;color:#8e8e8e;margin:0 0 16px}.shop-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.shop-card{display:flex;flex-direction:column;background:#fff;border:none;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.06);cursor:pointer;padding:0;text-align:left;font-family:inherit}.shop-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.shop-card-image-wrap{position:relative;width:100%;aspect-ratio:1;background:#f0f0f0}.shop-card-img,.shop-card-img-placeholder{width:100%;height:100%;object-fit:cover}.shop-card-img-placeholder{background:#e5e7eb}.shop-card-bookmark{position:absolute;top:8px;right:8px;width:28px;height:28px;background:hsla(0,0%,100%,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#262626}.shop-card-duration{position:absolute;bottom:8px;left:8px;display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:#1887c7;color:#fff;border-radius:12px;font-size:.6875rem;font-weight:600}.shop-card-info{padding:10px}.shop-card-name{display:block;margin-bottom:4px}.shop-card-name,.shop-card-price{font-size:.875rem;font-weight:600;color:#262626}.shop-fab-wrap{position:fixed;bottom:72px;left:0;right:0;display:flex;justify-content:center;padding:0 16px 16px;z-index:20;pointer-events:none}.shop-fab-wrap>*{pointer-events:auto}.shop-fab{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;border:none;border-radius:9999px;font-size:1rem;font-weight:700;cursor:pointer;font-family:inherit;color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.15)}.shop-fab-visit,.shop-fab-visit:hover,.shop-fab-website,.shop-fab-website:hover{background:#ff7324}.shop-fab-monitor{flex-shrink:0}.shop-fab-add-wrap{position:fixed;bottom:72px;right:16px;z-index:20}.shop-fab-add{width:56px;height:56px;border-radius:50%;background:#1887c7;color:#fff;border:none;cursor:pointer;display:flex;align-itesm:center;justify-content:center;box-shadow:0 4px 12px rgba(0,149,246,.4);padding:0}.shop-fab-add:hover{background:#0084e0}.shop-detail-screen{padding-bottom:100px}.shop-detail-content{flex:1 1}.shop-detail-image-wrap{position:relative;width:100%;aspect-ratio:4/3;background:#f0f0f0}.shop-detail-image,.shop-detail-image-placeholder{width:100%;height:100%;object-fit:cover}.shop-detail-image-placeholder{background:#e5e7eb}.shop-detail-card{background:#fff;margin:0 16px 16px;padding:20px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06)}.shop-detail-name{font-size:1.25rem;font-weight:700;color:#262626;margin:0 0 8px}.shop-detail-meta{font-size:.9375rem;color:#262626;margin:0 0 16px}.shop-detail-inclusions{list-style:none;margin:0;padding:0}.shop-detail-inclusions li{position:relative;padding-left:1rem;margin-bottom:8px;font-size:.875rem;color:#262626;line-height:1.4}.shop-detail-inclusions li:before{content:"•";position:absolute;left:0;color:#ff7324;font-weight:700}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size:12px;--rc-drag-handle-mobile-size:24px;--rc-drag-handle-bg-colour:rgba(0,0,0,.2);--rc-drag-bar-size:6px;--rc-border-color:hsla(0,0%,100%,.7);--rc-focus-color:#08f}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;max-width:100%}.ReactCrop *,.ReactCrop :after,.ReactCrop :before{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{overflow:hidden;max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-mask{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;width:calc(100% + .5px);height:calc(100% + .5px)}.ReactCrop__crop-selection{position:absolute;top:0;left:0;transform:translateZ(0);cursor:move}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:1px solid var(--rc-border-color);opacity:.3}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed #fff}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){animation:marching-ants 1s;background-image:linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(180deg,#fff 50%,#444 0),linear-gradient(180deg,#fff 50%,#444 0);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;animation-play-state:running;animation-timing-function:linear;animation-iteration-count:infinite}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute;width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color)}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{top:0;left:0;transform:translate(-50%,-50%);cursor:nw-resize}.ReactCrop .ord-n{top:0;left:50%;transform:translate(-50%,-50%);cursor:n-resize}.ReactCrop .ord-ne{top:0;cursor:ne-resize}.ReactCrop .ord-e,.ReactCrop .ord-ne{right:0;transform:translate(50%,-50%)}.ReactCrop .ord-e{top:50%;cursor:e-resize}.ReactCrop .ord-se{bottom:0;right:0;transform:translate(50%,50%);cursor:se-resize}.ReactCrop .ord-s{left:50%;cursor:s-resize}.ReactCrop .ord-s,.ReactCrop .ord-sw{bottom:0;transform:translate(-50%,50%)}.ReactCrop .ord-sw{left:0;cursor:sw-resize}.ReactCrop .ord-w{top:50%;left:0;transform:translate(-50%,-50%);cursor:w-resize}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(50%)}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(-50%)}.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w,.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle{display:none}@media (pointer:coarse){.ReactCrop .ord-e,.ReactCrop .ord-n,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}@font-face{font-family:__Outfit_ed3508;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Outfit_ed3508;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Outfit_Fallback_ed3508;src:local("Arial");ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.00%;size-adjust:99.82%}.__className_ed3508{font-family:__Outfit_ed3508,__Outfit_Fallback_ed3508;font-style:normal}.__variable_ed3508{--font-display:"__Outfit_ed3508","__Outfit_Fallback_ed3508"}@font-face{font-family:__Plus_Jakarta_Sans_646807;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Plus_Jakarta_Sans_646807;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Plus_Jakarta_Sans_646807;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Plus_Jakarta_Sans_646807;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Plus_Jakarta_Sans_Fallback_646807;src:local("Arial");ascent-override:98.88%;descent-override:21.15%;line-gap-override:0.00%;size-adjust:104.98%}.__className_646807{font-family:__Plus_Jakarta_Sans_646807,__Plus_Jakarta_Sans_Fallback_646807;font-style:normal}.__variable_646807{--font-body:"__Plus_Jakarta_Sans_646807","__Plus_Jakarta_Sans_Fallback_646807"}