@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{color:#0f172a;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--surface:#ffffffc7;--outline:#0f172a14;--shadow:0 20px 60px #0f172a14;--ink-soft:#475569;--brand:#f97316;--brand-deep:#c2410c;--mint:#0f766e;background:radial-gradient(circle at 0 0,#f973162e,#0000 28%),radial-gradient(circle at 100%,#0d948829,#0000 26%),#fffaf5;font-family:Manrope,Segoe UI,sans-serif;font-weight:500;line-height:1.5}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{border:0}.landing-shell,.auth-shell,.app-main{padding:24px}.landing-hero,.auth-card,.hero-panel,.panel,.sidebar,.topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:var(--surface);border:1px solid var(--outline);box-shadow:var(--shadow)}.landing-shell,.auth-shell{place-items:center;min-height:100vh;display:grid}.landing-hero{border-radius:32px;grid-template-columns:1.4fr 1fr;gap:24px;width:min(1100px,100%);padding:40px;display:grid}.landing-hero h1,.auth-card h1,.hero-panel h1{margin:8px 0 12px;font-size:clamp(2.2rem,5vw,4rem);line-height:.95}.landing-card,.auth-card{border:1px solid var(--outline);background:#ffffffe6;border-radius:28px;padding:28px}.hero-actions,.chip-row,.section-actions{flex-wrap:wrap;gap:12px;display:flex}.primary-button,.ghost-button,.chip,.select-card{cursor:pointer;border-radius:18px;transition:all .18s}.primary-button{background:linear-gradient(135deg, var(--brand), #fb923c);color:#fff;padding:14px 20px;font-weight:700}.ghost-button{color:#0f172a;border:1px solid var(--outline);background:#ffffffb8;padding:12px 16px}.primary-button:hover,.ghost-button:hover,.chip:hover,.select-card:hover,.sidebar-link:hover{transform:translateY(-1px)}.feature-row{border-bottom:1px solid #0f172a14;padding:14px 0}.feature-row:last-child{border-bottom:0}.auth-card{width:min(480px,100%)}.form-field{gap:8px;margin:18px 0;display:grid}.form-field input,.app-textarea{background:#fffffff2;border:1px solid #0f172a1f;border-radius:18px;width:100%;padding:14px 16px}.app-textarea{resize:vertical;min-height:120px;margin:16px 0}.error-text{color:#b91c1c}.success-text{color:#0f766e;margin-top:12px}.app-shell{grid-template-columns:320px 1fr;gap:20px;min-height:100vh;padding:20px;display:grid}.sidebar{border-radius:30px;flex-direction:column;gap:20px;padding:24px;display:flex}.brand-block h1{margin:8px 0 12px;font-size:2rem;line-height:1.02}.sidebar-nav{gap:8px;display:grid}.sidebar-link{color:var(--ink-soft);border-radius:16px;padding:12px 14px}.profile-card{background:#0f172a0f;border-radius:22px;margin-top:auto;padding:16px}.profile-card p,.section-heading p,.landing-hero p,.panel p,.auth-card p{color:var(--ink-soft)}.topbar{border-radius:26px;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.status-pill,.eyebrow,.service-badge{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;width:fit-content;padding:6px 10px;font-size:.78rem;display:inline-flex}.eyebrow{color:var(--brand-deep);background:#f973161f}.status-pill{color:var(--mint);background:#0f766e1f}.page-stack{gap:20px;margin-top:20px;display:grid}.hero-panel{border-radius:32px;grid-template-columns:1.4fr 1fr;gap:20px;padding:28px;display:grid}.hero-metrics,.stats-grid,.card-grid{gap:16px;display:grid}.hero-metrics{grid-template-columns:repeat(3,1fr)}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.card-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.metric-tile,.service-card,.panel,.select-card{border:1px solid var(--outline);background:#ffffffd1;border-radius:24px;padding:20px}.metric-tile strong,.panel strong,.service-card strong{font-size:1.35rem}.service-card{gap:12px;display:grid}.service-badge{color:#fff}.service-meta{justify-content:space-between;gap:12px;display:flex}.page-section{gap:16px;display:grid}.section-heading{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.section-heading h3{margin:0;font-size:1.4rem}.select-card{text-align:left}.select-card.selected,.chip.active{border:1px solid #f97316b3;box-shadow:0 10px 25px #f9731624}.chip{border:1px solid var(--outline);background:#ffffffc7;padding:10px 14px}.timeline{gap:12px;display:grid}.timeline-item{border:1px solid var(--outline);background:#ffffffc2;border-radius:22px;padding:18px 20px}.timeline-item.done{border-color:#0f766e4d}.timeline-item.active{border-color:#f9731666}.priority-high{border-color:#dc26264d}@media (width<=980px){.app-shell,.landing-hero,.hero-panel,.hero-metrics{grid-template-columns:1fr}.sidebar{order:2}}.paw-login-shell{background:radial-gradient(circle at 0 0,#c9865c1f,#0000 28%),radial-gradient(circle at 100% 100%,#5b8b731a,#0000 24%),#f8f4ed;overflow:hidden}.paw-login-layout{grid-template-columns:1fr .98fr;align-items:center;gap:36px;width:min(1180px,100%);display:grid}.paw-login-info{gap:18px;display:grid}.paw-login-hero-card,.paw-login-benefits,.paw-login-card{background:#fffffff5;border:1px solid #0f172a14;animation:.62s both pawAuthFloatIn;box-shadow:0 25px 70px #0f172a1f}.paw-login-hero-card{border-radius:30px;min-height:286px;position:relative;overflow:hidden}.paw-login-hero-image{object-fit:cover;width:100%;height:100%;transition:transform .32s;display:block}.paw-login-hero-card:hover .paw-login-hero-image{transform:scale(1.02)}.paw-login-trust{color:#fff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#654d3a75;border:1px solid #ffffff73;border-radius:999px;padding:12px 20px;font-weight:700;position:absolute;bottom:18px;left:18px}.paw-login-benefits{border-radius:30px;padding:22px 20px;animation-delay:90ms}.paw-auth-story{background:radial-gradient(circle at 100% 0,#c9865c1a,#0000 26%),linear-gradient(#fffffffc,#fcf9f4fc)}.paw-benefit-title-row{align-items:flex-start;gap:14px;margin-bottom:14px;display:flex}.paw-benefit-title-row h2{letter-spacing:-.05em;margin:0;font-size:2rem}.paw-auth-story-head{align-items:flex-start}.paw-auth-story-head h2{font-size:clamp(2.2rem,4vw,4rem);line-height:.94}.paw-auth-eyebrow{color:#7d8a92;margin-bottom:6px;font-size:1rem;font-weight:700;display:inline-block}.paw-benefit-icon{color:#fff;background:linear-gradient(135deg,#5b8b73,#c9865c);border-radius:50%;place-items:center;width:38px;height:38px;font-size:.8rem;font-weight:800;display:grid}.paw-benefit-item{align-items:center;gap:12px;margin-top:14px;display:flex}.paw-benefit-item span{color:#fff;background:linear-gradient(135deg,#9333ea,#ec4899);border-radius:50%;place-items:center;width:20px;height:20px;font-size:.75rem;display:grid}.paw-benefit-item p{margin:0}.paw-auth-story-copy{color:#66757d;margin:0;font-size:1.02rem;line-height:1.7}.paw-auth-story-list{gap:18px;margin-top:20px;display:grid}.paw-auth-story-item{grid-template-columns:56px minmax(0,1fr);align-items:start;gap:14px;transition:transform .18s,opacity .18s;display:grid}.paw-auth-story-item:hover{transform:translate(4px)}.paw-auth-story-item>span{color:#466456;background:linear-gradient(135deg,#edf3e8,#efe3d6);border-radius:50%;place-items:center;width:56px;height:56px;font-size:.9rem;font-weight:800;display:grid}.paw-auth-story-item h3{color:#24323a;margin:0 0 4px;font-size:1.15rem}.paw-auth-story-item p{color:#6a7880;margin:0;line-height:1.65}.paw-login-card{border-radius:32px;padding:32px;animation-delay:.16s;position:relative}.paw-login-card h1{background:linear-gradient(135deg,#24323a,#466456);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(2.3rem,5vw,3.4rem);line-height:.95}.paw-login-card>p{color:#64748b;margin:10px 0 24px}.paw-auth-status{color:#4b5f54;letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:12px;font-size:.88rem;font-weight:800;display:inline-flex}.paw-auth-status-dot{background:linear-gradient(135deg,#5b8b73,#c9865c);border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 6px #5b8b731f}.paw-auth-form{display:grid}.paw-field{gap:10px;margin-top:18px;display:grid}.paw-field span{color:#334155;font-size:.95rem;font-weight:700}.paw-input-shell{background:#fff;border:1px solid #94a3b866;border-radius:18px;align-items:center;padding:4px 6px 4px 18px;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex}.paw-input-shell:focus-within{border-color:#5b8b73b8;transform:translateY(-1px);box-shadow:0 0 0 4px #5b8b731f}.paw-input-prefix{color:#334155;padding-right:10px;font-weight:700}.paw-input-shell input{color:#1f2937;background:0 0;border:0;outline:0;flex:1;padding:14px 0;font-size:1rem}.paw-input-shell input::placeholder{color:#94a3b8}.paw-field-helper,.paw-submit-note{color:#708089;margin:8px 0 0;font-size:.92rem;line-height:1.5}.paw-field-helper.success{color:#4f7c68;font-weight:700}.paw-form-meter{background:#94a3b82e;border-radius:999px;width:100%;height:8px;margin:-4px 0 12px;overflow:hidden}.paw-form-meter span{border-radius:inherit;background:linear-gradient(90deg,#5b8b73,#c9865c);height:100%;transition:width .22s;display:block}.paw-input-action{color:#fff;background:linear-gradient(135deg,#5b8b73,#c9865c);border-radius:14px;min-width:56px;height:48px;padding:0 14px;font-size:.82rem;font-weight:800}.paw-otp-row{grid-template-columns:repeat(6,minmax(42px,52px));justify-content:start;gap:8px;display:grid}.paw-otp-box{text-align:center;border:1px solid #94a3b859;border-radius:14px;outline:0;width:100%;height:48px;font-size:1.05rem;font-weight:700}.paw-otp-box.active,.paw-otp-box:focus{border-color:#a855f7;box-shadow:0 0 0 3px #a855f71f}.paw-resend{color:#64748b;margin:12px 0 0;font-size:.95rem}.paw-resend button{color:#5b8b73;background:0 0;padding:0;font-weight:800}.paw-gradient-button{color:#fff;background:linear-gradient(135deg,#5b8b73,#4d7a66);border-radius:18px;width:100%;margin-top:22px;padding:16px 20px;font-weight:800;transition:transform .18s,box-shadow .18s,filter .18s;box-shadow:0 18px 35px #5b8b733d}.paw-gradient-button:hover{filter:brightness(1.02);transform:translateY(-1px);box-shadow:0 22px 38px #5b8b7347}.paw-gradient-button:disabled{cursor:not-allowed;opacity:.62;filter:none;transform:none;box-shadow:0 10px 20px #5b8b731f}.paw-divider{color:#64748b;align-items:center;gap:12px;margin:26px 0 18px;display:flex}.paw-divider span{background:#94a3b880;flex:1;height:1px}.paw-divider p{white-space:nowrap;margin:0}.paw-social-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.paw-social-button{color:#24323a;background:#fff;border:1px solid #94a3b859;border-radius:18px;justify-content:center;align-items:center;gap:10px;padding:15px 14px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.paw-social-button:hover{transform:translateY(-1px);box-shadow:0 12px 24px #24323a14}.paw-secondary-button{background:linear-gradient(#fffdfa,#f8f1e9);border-color:#c9865c57}.paw-secondary-button strong{color:#3a4a43}.paw-terms{text-align:center;color:#64748b;margin:18px 0 0;font-size:.9rem}.paw-terms strong{color:#5b8b73}@keyframes pawAuthFloatIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (width<=980px){.paw-login-layout{grid-template-columns:1fr}.paw-login-info{order:2}}.care-layout{background:#f7f1ff;grid-template-columns:208px 1fr;min-height:100vh;display:grid}.care-sidebar{background:linear-gradient(#fff,#fbf8ff);border-right:1px solid #94a3b840;flex-direction:column;padding:18px 0 16px;display:flex}.care-brand{border-bottom:1px solid #94a3b833;align-items:center;gap:12px;padding:0 16px 18px;display:flex}.care-brand-logo{object-fit:contain;width:56px;height:56px}.care-brand strong{color:#334155;font-size:1.45rem;line-height:1;display:block}.care-brand p{color:#64748b;margin:0;font-size:.9rem}.care-user-card{align-items:center;gap:12px;padding:16px;display:flex}.care-user-card-button{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;align-items:center;gap:12px;padding:0;display:flex}.care-user-avatar{background:#fff7ed;border-radius:50%;place-items:center;width:42px;height:42px;font-size:1.3rem;display:grid}.care-user-card p{color:#64748b;margin:2px 0 0;font-size:.85rem}.care-user-card-button:hover .care-user-avatar{transform:translateY(-1px)}.profile-overview-grid{grid-template-columns:1.1fr 1fr;gap:20px;display:grid}.profile-identity-row,.profile-pet-row{align-items:center;gap:16px;display:flex}.profile-avatar-large{color:#35516d;background:#eaf0f5;border-radius:50%;place-items:center;width:76px;height:76px;font-size:1.5rem;font-weight:800;display:grid}.profile-detail-list{gap:16px;margin-top:20px;display:grid}.profile-detail-list span{color:#667688;margin-bottom:4px;font-size:.88rem;display:block}.profile-detail-list strong,.profile-pet-row strong{color:#1f2b36}.profile-summary-card{align-content:start;display:grid}.profile-pet-image{object-fit:cover;border-radius:22px;flex-shrink:0;width:110px;height:110px}.profile-pet-row p,.profile-pet-row span{color:#667688;margin:4px 0 0}.care-premium-button,.care-logout{border-radius:12px;margin:0 16px;padding:12px 14px;font-weight:800}.care-premium-button{color:#fff;background:linear-gradient(135deg,#ff8a00,#ff5f1f)}.care-nav-group{color:#94a3b8;letter-spacing:.06em;padding:18px 16px 10px;font-size:.76rem;font-weight:800}.care-sidebar-nav{gap:8px;padding:0 0 12px;display:grid}.sidebar-link{color:#334155;border-radius:16px;align-items:center;gap:12px;margin:0 10px;padding:14px 16px;font-weight:700;display:flex}.sidebar-link.active{color:#fff;background:linear-gradient(90deg,#8b1cf4,#ec0d89);box-shadow:0 14px 25px #a855f738}.care-link-icon{background:#ffffff2e;border-radius:12px;place-items:center;width:34px;height:34px;font-size:1rem;display:grid}.care-logout{color:#ef4444;background:#fff;border:1px solid #ef444429;margin-top:auto}.care-main{padding:0}.dashboard-topbar{background:#fffffff2;border-bottom:1px solid #94a3b838;justify-content:space-between;align-items:center;gap:20px;height:74px;margin:0 -22px 22px;padding:0 22px;display:flex}.dashboard-topbar h1{margin:0;font-size:1.2rem}.dashboard-topbar p{color:#64748b;margin:4px 0 0}.dashboard-top-actions{align-items:center;gap:10px;display:flex}.dashboard-search{color:#94a3b8;background:#fff;border:1px solid #94a3b840;border-radius:16px;min-width:290px;padding:12px 16px}.dashboard-search-button,.dashboard-bell{background:#fff;border:1px solid #94a3b840;border-radius:14px;place-items:center;width:40px;height:40px;display:grid}.dashboard-search-button{color:#fff;background:linear-gradient(135deg,#9333ea,#ec4899)}.dashboard-grid{grid-template-columns:minmax(0,1.8fr) 420px;gap:22px;display:grid}.dashboard-main-column,.dashboard-side-column{gap:20px;display:grid}.dashboard-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.dashboard-stat-card,.side-card,.featured-service-card,.premium-service-card,.lifestyle-card{background:#fffffff5;border:1px solid #94a3b824;border-radius:22px;box-shadow:0 16px 45px #0f172a14}.dashboard-stat-card{padding:18px 20px}.dashboard-stat-card span{color:#64748b;margin-top:16px;font-size:.95rem;display:block}.dashboard-stat-card strong{margin-top:4px;font-size:1.2rem;display:block}.dashboard-stat-icon{color:#fff;border-radius:14px;place-items:center;width:46px;height:46px;display:grid}.dashboard-stat-icon.green{background:linear-gradient(135deg,#10b981,#22c55e)}.dashboard-stat-icon.purple{background:linear-gradient(135deg,#9333ea,#ec4899)}.dashboard-stat-icon.amber{background:linear-gradient(135deg,#f59e0b,#fb7185)}.dashboard-stat-icon.pink{background:linear-gradient(135deg,#f43f5e,#ec4899)}.dashboard-section h2,.side-card h2{margin:0;font-size:1.05rem}.dashboard-section-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.dashboard-section-head a{color:#9333ea;font-weight:800}.featured-grid,.premium-services-grid,.lifestyle-grid{gap:14px;display:grid}.featured-service-card{padding:18px}.featured-service-card.blue{background:linear-gradient(135deg,#eff9ff,#fff)}.featured-service-card.orange{background:linear-gradient(135deg,#fff4ef,#fff)}.featured-service-card.pink{background:linear-gradient(135deg,#fff1f7,#fff)}.featured-service-top,.featured-service-bottom{justify-content:space-between;align-items:center;display:flex}.featured-service-icon{color:#fff;background:linear-gradient(135deg,#0ea5e9,#22c55e);border-radius:18px;place-items:center;width:50px;height:50px;display:grid}.featured-badge{color:#fff;background:linear-gradient(135deg,#ef4444,#f59e0b);border-radius:999px;padding:4px 10px;font-size:.74rem;font-weight:800}.featured-service-card h3,.premium-service-card h3,.lifestyle-card h3,.appointment-card h3,.promo-card h3{margin:14px 0 4px}.featured-service-card p,.appointment-card p,.activity-row p,.promo-card p{color:#64748b;margin:0}.featured-service-bottom{margin-top:14px}.featured-service-bottom button{color:#fff;background:linear-gradient(135deg,#0ea5e9,#ec4899);border-radius:999px;padding:10px 18px;font-weight:800}.insight-banner{color:#fff;background:linear-gradient(90deg,#8b1cf4,#ec0d89);border-radius:26px;padding:22px 24px;position:relative;overflow:hidden;box-shadow:0 25px 45px #a855f73d}.insight-banner span,.insight-banner p{opacity:.95}.insight-banner h2{margin:8px 0;font-size:2rem}.insight-banner button{color:#9333ea;background:#fff;border-radius:16px;margin-top:16px;padding:12px 18px;font-weight:800}.insight-brain{background:#ffffff2e;border-radius:26px;place-items:center;width:96px;height:96px;font-size:2rem;display:grid;position:absolute;top:42px;right:24px}.premium-services-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.premium-service-card{padding:18px;position:relative}.premium-service-icon{color:#9333ea;background:#f6eefe;border-radius:16px;place-items:center;width:46px;height:46px;display:grid}.premium-service-card strong{color:#9333ea}.premium-dot{background:#dcfce7;border:1px solid #86efac;border-radius:50%;width:18px;height:18px;position:absolute;top:16px;right:16px}.lifestyle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lifestyle-card{justify-content:space-between;align-items:center;padding:20px;display:flex}.lifestyle-card strong{color:#9333ea}.appointment-card{background:#fcf6ff;border:1px solid #a855f724;border-radius:18px;margin-top:14px;padding:16px}.appointment-status{border-radius:999px;margin:10px 0;padding:4px 10px;font-size:.76rem;font-weight:800;display:inline-block}.appointment-status.confirmed{color:#15803d;background:#dcfce7}.appointment-status.pending{color:#a16207;background:#fef3c7}.book-appointment-button{color:#fff;background:linear-gradient(90deg,#8b1cf4,#ec0d89);border-radius:16px;width:100%;margin-top:14px;padding:14px 18px;font-weight:800}.activity-row{align-items:flex-start;gap:12px;margin-top:16px;display:flex}.activity-row>span{background:#f6eefe;border-radius:12px;place-items:center;width:34px;height:34px;display:grid}.promo-card{color:#fff;border-radius:22px;min-height:108px;padding:20px}.promo-card.insurance{background:linear-gradient(135deg,#0ea5e9,#22c1dc)}.promo-card.community{background:linear-gradient(135deg,#ff6b35,#ec4899)}@media (width<=1260px){.dashboard-grid{grid-template-columns:1fr}.dashboard-stats,.featured-grid,.premium-services-grid,.lifestyle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=980px){.care-layout{grid-template-columns:1fr}.care-sidebar{padding-bottom:18px}.dashboard-topbar{flex-direction:column;align-items:flex-start;height:auto;padding:18px}.dashboard-top-actions,.dashboard-stats,.featured-grid,.premium-services-grid,.lifestyle-grid{grid-template-columns:1fr;width:100%}.dashboard-search{flex:1;min-width:0}}.premium-page{gap:22px;padding:0 22px 28px;display:grid}.premium-hero{text-align:center;color:#fff;background:linear-gradient(90deg,#8b1cf4,#ec0d89);border-radius:0 0 28px 28px;padding:34px 24px 56px;position:relative;overflow:hidden}.premium-hero h1{margin:12px 0 6px;font-size:2rem}.premium-hero p{opacity:.95;margin:0}.premium-hero-icon{background:#ffffff24;border:1px solid #ffffff38;border-radius:18px;place-items:center;width:58px;height:58px;margin:0 auto;font-size:1.6rem;display:grid}.premium-hero-orb{background:#ffffff24;border-radius:50%;width:96px;height:96px;position:absolute}.orb-left{top:28px;left:30px}.orb-right{top:78px;right:28px}.premium-benefits-card,.premium-plan-card,.premium-testimonial{background:#fffffff7;border:1px solid #94a3b82e;border-radius:24px;box-shadow:0 18px 40px #0f172a14}.premium-benefits-card{margin-top:-36px;padding:20px 18px}.premium-benefits-card h2,.premium-plans h2{margin:0 0 18px;font-size:1.05rem}.premium-benefits-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.premium-benefit{text-align:center}.premium-benefit h3{margin:10px 0 4px;font-size:.98rem}.premium-benefit p{color:#64748b;margin:0;font-size:.85rem}.premium-benefit-icon,.premium-plan-icon{color:#fff;border-radius:14px;place-items:center;width:44px;height:44px;margin:0 auto;font-weight:800;display:grid}.premium-benefit-icon.orange,.premium-plan-icon.orange,.premium-check.orange,.premium-cta.orange{background:linear-gradient(135deg,#ff8a00,#ff4d4f)}.premium-benefit-icon.blue,.premium-plan-icon.blue,.premium-check.blue,.premium-cta.blue{background:linear-gradient(135deg,#3b82f6,#06b6d4)}.premium-benefit-icon.pink,.premium-plan-icon.pink,.premium-check.pink,.premium-cta.pink{background:linear-gradient(135deg,#8b1cf4,#ec0d89)}.premium-benefit-icon.green{background:linear-gradient(135deg,#22c55e,#10b981)}.premium-plan-stack{gap:18px;display:grid}.premium-plan-card{padding:18px;position:relative}.premium-plan-card.popular{border-color:#a855f799}.premium-popular-badge{color:#fff;background:linear-gradient(135deg,#8b1cf4,#ec0d89);border-radius:999px;padding:4px 12px;font-size:.72rem;font-weight:800;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.premium-plan-icon{margin:0 0 14px auto}.premium-plan-card h3{margin:0;font-size:1.15rem}.premium-price-row{align-items:flex-end;gap:6px;margin:8px 0 16px;display:flex}.premium-price-row strong{font-size:1.45rem}.premium-price-row span{color:#64748b}.premium-feature-list{gap:10px;margin-bottom:18px;display:grid}.premium-feature-item{align-items:center;gap:10px;display:flex}.premium-feature-item p{color:#475569;margin:0}.premium-check{color:#fff;border-radius:50%;place-items:center;width:20px;height:20px;font-size:.72rem;display:grid}.premium-cta{color:#fff;border-radius:16px;width:100%;padding:14px 18px;font-weight:800}.premium-testimonial{background:linear-gradient(135deg,#f7ecff,#fff7fb);padding:18px}.premium-testimonial-head{align-items:center;gap:12px;display:flex}.premium-star{color:#facc15;background:#8b1cf4;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.premium-testimonial-head p,.premium-testimonial-copy{color:#64748b;margin:2px 0 0}.premium-testimonial-copy{margin-top:14px}.premium-testimonial-author{color:#9333ea;margin-top:10px;font-weight:700;display:inline-block}.premium-guarantee{color:#15803d;background:#ecfdf5;border:1px solid #86efac;border-radius:999px;width:fit-content;margin:0 auto;padding:12px 22px;font-weight:800}@media (width<=1100px){.premium-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.premium-benefits-grid{grid-template-columns:1fr}.premium-hero{border-radius:0 0 22px 22px}}.care-page{gap:22px;padding:18px;display:grid}.page-hero{color:#fff;background:linear-gradient(90deg,#7c3aed 0%,#a855f7 36%,#ec4899 74%,#f0005a 100%);border-radius:28px;padding:22px 24px;box-shadow:0 18px 40px #a855f73d}.page-hero.compact{color:#0f172a;background:#ffffffe0;border:1px solid #0f172a14;box-shadow:0 16px 32px #0f172a14}.page-hero.ocean{background:linear-gradient(90deg,#0ea5e9,#0891b2)}.page-hero h1,.page-hero h2,.page-hero p{margin:0}.page-hero p{opacity:.92;margin-top:4px}.page-hero-action,.round-add-button,.wallet-add-button,.full-width-cta,.full-gradient-button,.gradient-button,.text-button,.composer-tool,.send-button,.page-hero .chat-call-pill{cursor:pointer;border:0}.page-hero-action,.wallet-add-button,.full-width-cta,.full-gradient-button{color:#fff;background:linear-gradient(90deg,#8b2cf5,#ec0d76);border-radius:16px;font-weight:700;box-shadow:0 14px 28px #a855f738}.page-hero-action{padding:14px 20px}.section-block,.pet-profile-card,.feature-tile,.booking-date-card,.provider-card,.message-thread-card,.chart-card,.info-card,.insight-mini-card,.topic-card,.post-card,.wallet-summary-card,.method-card,.transaction-card,.wallet-balance-card,.community-stat-card,.health-pet-strip,.metric-panel,.offer-banner,.claim-process-card,.insurance-foot-stats{background:#ffffffeb;border:1px solid #0f172a12;border-radius:24px;box-shadow:0 16px 36px #0f172a14}.section-block{padding:18px}.section-title-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.section-title-row h2,.step-title h2,.feature-tile h3,.metric-panel strong,.post-card strong,.pet-profile-card h2,.insight-mini-card strong{margin:0}.pets-grid,.service-choice-grid,.feature-grid.four,.wallet-summary-grid,.stats-three,.topic-grid,.community-stats,.split-panels{gap:18px;display:grid}.pets-grid,.service-choice-grid,.community-stats,.wallet-summary-grid,.stats-three,.topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.feature-grid.three{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.pet-profile-card{padding:24px}.pet-profile-top,.pet-profile-identity,.pet-status-grid,.pet-action-row,.provider-main,.provider-name-row,.chat-hero-user,.method-left,.post-actions,.bullet-row,.claim-step{gap:14px;display:flex}.pet-profile-top,.provider-card,.method-card,.transaction-card,.post-actions,.bullet-row{justify-content:space-between;align-items:center}.pet-profile-identity{align-items:flex-start}.pet-photo-wrap{position:relative}.pet-photo,.provider-avatar,.health-pet-avatar,.chat-hero-avatar{object-fit:cover;border-radius:20px}.pet-photo{width:92px;height:92px}.pet-score-badge{color:#fff;background:linear-gradient(#2dd4bf,#22c55e);border-radius:50%;place-items:center;width:54px;height:54px;display:grid;position:absolute;bottom:-10px;right:-10px;box-shadow:0 10px 20px #22c55e4d}.pet-score-badge strong,.pet-score-badge span{line-height:1}.pet-score-badge span{font-size:.62rem}.pet-crown{color:#f59e0b;background:#f59e0b1f;border-radius:14px;place-items:center;width:46px;height:46px;font-size:.72rem;font-weight:800;display:grid}.pet-crown.active{color:#fff;background:linear-gradient(#f59e0b,#fb923c)}.pet-status-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:22px 0 18px;display:grid}.pet-status-card{border:1px solid #0f172a14;border-radius:18px;padding:16px}.pet-status-card.success{background:linear-gradient(135deg,#10b98114,#22c55e0d);border-color:#22c55e33}.pet-status-card.warning{background:linear-gradient(135deg,#f9731614,#fb923c0d);border-color:#f9731633}.pet-status-card.info{background:linear-gradient(135deg,#3b82f614,#0ea5e90d);border-color:#3b82f633}.pet-status-card span,.metric-panel span,.wallet-balance-card span,.wallet-summary-card span,.plan-cover,.community-stat-card span{color:#64748b;font-size:.92rem;display:block}.pet-action-row{margin-bottom:14px}.gradient-button,.full-gradient-button,.full-width-cta,.wallet-add-button,.send-button{color:#fff;border-radius:16px;padding:14px 18px;font-weight:700}.gradient-button{flex:1}.gradient-button.cyan,.full-width-cta{background:linear-gradient(90deg,#3b82f6,#06b6d4)}.full-gradient-button{background:linear-gradient(90deg,#7c3aed,#ec0d76);width:100%}.feature-icon,.premium-plan-icon,.method-icon,.transaction-icon{color:#fff;border-radius:14px;place-items:center;width:44px;height:44px;font-weight:800;display:grid}.feature-icon.blue,.transaction-icon.debit,.method-icon,.premium-plan-icon.blue{background:linear-gradient(#3b82f6,#0ea5e9)}.feature-icon.green{background:linear-gradient(#22c55e,#10b981)}.feature-icon.pink,.premium-plan-icon.pink{background:linear-gradient(#a855f7,#ec4899)}.feature-icon.orange,.premium-plan-icon.orange{background:linear-gradient(#f97316,#ff4d4f)}.feature-icon.purple{background:linear-gradient(#8b5cf6,#d946ef)}.feature-tile{padding:20px}.feature-tile.centered{text-align:center}.step-title{align-items:center;gap:10px;margin-bottom:14px;display:flex}.step-title span{color:#fff;background:linear-gradient(#8b2cf5,#ec0d76);border-radius:50%;place-items:center;width:24px;height:24px;font-size:.75rem;font-weight:800;display:grid}.service-choice-card,.time-slot,.pet-chip{text-align:left;background:#ffffffdb;border:1px solid #0f172a14;border-radius:18px;width:100%;padding:16px}.service-choice-card,.topic-card{align-items:center;gap:14px;display:flex}.booking-date-card{margin-bottom:14px;padding:18px}.booking-date-card input,.composer-input-row input{border:1px solid #0f172a1a;border-radius:16px;width:100%;margin-top:10px;padding:14px 16px}.time-slot-grid,.pet-chip-row,.quick-question-grid{gap:10px;display:grid}.time-slot-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.pet-chip-row,.quick-question-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.provider-list,.community-feed,.method-list,.transaction-list{gap:14px;display:grid}.provider-card,.method-card,.transaction-card{text-align:left;width:100%;padding:16px}.provider-avatar,.chat-hero-avatar{width:58px;height:58px}.provider-price,.wallet-balance-card strong,.wallet-summary-card strong,.metric-panel strong,.community-stat-card strong{color:#0f172a;font-size:1.75rem}.booking-status{margin:0 0 8px 6px}.message-thread-card,.ai-chat-card{padding:18px}.message-thread,.ai-chat-thread{gap:18px;min-height:420px;display:grid}.message-row.left{justify-content:flex-start}.message-row.right{justify-content:flex-end}.message-bubble{border-radius:18px;max-width:min(420px,90%);padding:14px 16px;box-shadow:0 12px 24px #0f172a14}.message-bubble p,.message-bubble span{margin:0}.message-bubble span{opacity:.78;margin-top:8px;font-size:.78rem;display:block}.message-composer{gap:12px;margin-top:18px;display:grid}.composer-tool,.quick-question,.text-button,.chat-call-pill{color:#9333ea;background:#a855f714;border-radius:14px;padding:12px 14px}.composer-input-row{grid-template-columns:1fr auto;gap:10px;display:grid}.health-pet-strip,.wallet-balance-card{align-items:center;gap:14px;padding:18px;display:flex}.health-pet-avatar{border-radius:50%;width:58px;height:58px}.metric-panel,.wallet-summary-card,.community-stat-card{padding:18px}.chart-card,.claim-process-card,.insurance-foot-stats{padding:20px}.bar-chart,.line-chart{grid-template-columns:repeat(6,minmax(0,1fr));align-items:end;gap:18px;min-height:220px;display:grid}.line-chart{grid-template-columns:repeat(7,minmax(0,1fr))}.bar-chart-item,.line-chart-item{justify-items:center;gap:10px;display:grid}.bar-track,.line-chart-item{width:100%}.bar-track{background:linear-gradient(#f1f5f999,#e2e8f0f2);border-radius:20px;align-items:flex-end;height:180px;display:flex;overflow:hidden}.bar-fill,.line-chart-bar{background:linear-gradient(#22c55e,#10b981);border-radius:20px 20px 0 0;width:100%}.line-chart-bar{background:linear-gradient(#a3e635,#22c55e)}.split-panels{grid-template-columns:repeat(2,minmax(0,1fr))}.info-card{padding:20px}.bullet-list{gap:14px;display:grid}.status-tag{border-radius:999px;padding:8px 12px;font-size:.8rem;font-weight:700}.mini-label{color:#475569;margin:0 0 12px;font-size:.9rem}.insight-mini-card{padding:16px}.topic-card,.post-card{padding:18px}.post-copy{margin:12px 0 16px}.post-image{object-fit:cover;border-radius:18px;width:100%;height:240px;margin-bottom:14px}.post-actions{color:#64748b}.post-actions button{color:#64748b;background:0 0;margin-left:auto}.round-add-button{color:#fff;background:#ffffff3d;border-radius:50%;width:42px;height:42px;font-size:1.4rem}.offer-banner{color:#fff;background:linear-gradient(90deg,#14b8a6,#0891b2);padding:14px 18px}.plan-cover{margin:6px 0 8px}.claim-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.claim-step{align-items:flex-start}.claim-step span{color:#fff;background:linear-gradient(#8b2cf5,#ec0d76);border-radius:50%;flex-shrink:0;place-items:center;width:32px;height:32px;font-weight:800;display:grid}.insurance-foot-stats{text-align:center;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.wallet-balance-card{flex-direction:column;align-items:flex-start}.wallet-add-button{background:linear-gradient(90deg,#5b21b6,#9333ea);width:100%;margin-top:12px}.text-button{background:0 0;padding:0}.method-action{color:#64748b}.transaction-icon.credit{background:linear-gradient(#22c55e,#10b981)}.credit-amount{color:#16a34a}.debit-amount{color:#ef4444}.dot-sep{color:#94a3b8}@media (width<=1100px){.pets-grid,.service-choice-grid,.community-stats,.wallet-summary-grid,.stats-three,.topic-grid,.split-panels,.feature-grid.four,.feature-grid.three,.claim-steps,.insurance-foot-stats,.time-slot-grid,.pet-chip-row,.quick-question-grid,.pet-status-grid,.composer-input-row{grid-template-columns:1fr}.pet-action-row,.pet-profile-top,.provider-card,.post-actions,.bullet-row,.chat-hero-user,.health-pet-strip{flex-direction:column;align-items:flex-start}}:root{--elevated-shadow:0 24px 70px #0f172a1f;--interactive-shadow:0 18px 35px #7c3aed29;--ring:#ec489947}button,.sidebar-link,.featured-service-card,.premium-service-card,.lifestyle-card,.promo-card,.dashboard-quick-card,.service-choice-card,.time-slot,.pet-chip,.provider-card,.method-card,.transaction-card,.topic-card,.post-card{transition:transform .18s,box-shadow .22s,border-color .18s,background-color .18s,opacity .18s}button:hover,.sidebar-link:hover,.featured-service-card:hover,.premium-service-card:hover,.lifestyle-card:hover,.promo-card:hover,.dashboard-quick-card:hover,.service-choice-card:hover,.time-slot:hover,.pet-chip:hover,.provider-card:hover,.method-card:hover,.transaction-card:hover,.topic-card:hover,.post-card:hover{box-shadow:var(--interactive-shadow);transform:translateY(-2px)}button:active,.sidebar-link:active,.featured-service-card:active,.premium-service-card:active,.lifestyle-card:active,.promo-card:active,.dashboard-quick-card:active{transform:translateY(0)scale(.99)}button:focus-visible,input:focus-visible,textarea:focus-visible,.sidebar-link:focus-visible,.featured-service-card:focus-visible,.premium-service-card:focus-visible,.lifestyle-card:focus-visible,.promo-card:focus-visible,.dashboard-quick-card:focus-visible{box-shadow:0 0 0 4px var(--ring), var(--interactive-shadow);outline:none}.dashboard-page-enter,.care-page,.care-sidebar,.paw-login-card,.paw-login-benefits,.paw-login-hero-card{animation:.42s both fadeUp}.dashboard-surface-card,.side-card,.promo-card,.dashboard-stat-card,.featured-service-card,.premium-service-card,.lifestyle-card,.dashboard-quick-card{box-shadow:var(--elevated-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe0;border:1px solid #94a3b824}.dashboard-link-button{color:#7c3aed;background:#7c3aed14;border-radius:999px;padding:10px 14px;font-weight:700}.dashboard-quick-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.dashboard-quick-card{text-align:left;color:#0f172a;border:1px solid #ffffff73;border-radius:24px;padding:18px}.dashboard-quick-card strong,.dashboard-quick-card p{display:block}.dashboard-quick-card p{color:#475569;margin:8px 0 0}.care-status-badge,.care-support-card{background:#ffffffc7;border:1px solid #94a3b829;border-radius:22px;padding:14px 16px;box-shadow:0 12px 24px #0f172a14}.care-status-badge strong,.care-support-card strong,.care-support-card p,.care-status-badge p{display:block}.care-status-badge p,.care-support-card p{color:#64748b;margin:6px 0 0;font-size:.88rem}.care-status-badge.healthy{background:linear-gradient(135deg,#10b98124,#fffffff2)}.care-status-badge.degraded{background:linear-gradient(135deg,#f9731624,#fffffff2)}.care-status-badge.offline{background:linear-gradient(135deg,#ef44441f,#fffffff2)}.care-status-badge.checking{background:linear-gradient(135deg,#3b82f61f,#fffffff2)}.care-support-eyebrow{color:#7c3aed;letter-spacing:.04em;text-transform:uppercase;background:#7c3aed1a;border-radius:999px;margin-bottom:8px;padding:5px 9px;font-size:.74rem;font-weight:800;display:inline-flex}.care-user-avatar,.care-link-icon,.dashboard-search-button,.dashboard-bell,.featured-service-icon,.premium-service-icon,.insight-brain{position:relative;overflow:hidden}.care-user-avatar:after,.care-link-icon:after,.dashboard-search-button:after,.dashboard-bell:after,.featured-service-icon:after,.premium-service-icon:after,.insight-brain:after,.dashboard-stat-icon:after,.feature-icon:after{content:"";background:linear-gradient(120deg,#0000 10%,#ffffff59,#0000 70%);animation:5s linear infinite sheen;position:absolute;inset:0;transform:translate(-120%)}.booking-summary-card{background:linear-gradient(135deg,#7c3aed14,#fffffff0)}.booking-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.booking-summary-grid span{color:#64748b;font-size:.86rem;display:block}.booking-summary-grid strong{margin-top:4px;display:block}.booking-sla-pill{color:#0369a1;background:#0ea5e91f;border-radius:999px;align-items:center;padding:8px 12px;font-size:.82rem;font-weight:800;display:inline-flex}.paw-gradient-button,.full-width-cta,.full-gradient-button,.book-appointment-button,.premium-cta,.care-premium-button,.page-hero-action,.wallet-add-button,.send-button,.primary-button{position:relative;overflow:hidden}.paw-gradient-button:before,.full-width-cta:before,.full-gradient-button:before,.book-appointment-button:before,.premium-cta:before,.care-premium-button:before,.page-hero-action:before,.wallet-add-button:before,.send-button:before,.primary-button:before{content:"";background:linear-gradient(120deg,#0000 20%,#ffffff42,#0000 72%);transition:transform .42s;position:absolute;inset:0;transform:translate(-130%)}.paw-gradient-button:hover:before,.full-width-cta:hover:before,.full-gradient-button:hover:before,.book-appointment-button:hover:before,.premium-cta:hover:before,.care-premium-button:hover:before,.page-hero-action:hover:before,.wallet-add-button:hover:before,.send-button:hover:before,.primary-button:hover:before{transform:translate(130%)}.paw-login-card,.paw-login-benefits,.paw-login-hero-card,.care-sidebar,.side-card,.promo-card,.section-block,.booking-summary-card,.dashboard-topbar{position:relative}.paw-login-card:before,.paw-login-benefits:before,.care-sidebar:before,.side-card:before,.promo-card:before,.section-block:before,.booking-summary-card:before,.dashboard-topbar:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#fffc,#a855f71f,#ec489914);padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes sheen{0%{transform:translate(-120%)}40%,to{transform:translate(140%)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}@media (width<=1100px){.dashboard-quick-grid,.booking-summary-grid{grid-template-columns:1fr}}.premium-dashboard-theme{background:radial-gradient(circle at 12% 8%,#fb718524,#0000 24%),radial-gradient(circle at 88% 18%,#38bdf824,#0000 24%),radial-gradient(circle at 52% 72%,#be185d17,#0000 20%),linear-gradient(#fff8fb 0%,#f6f7ff 48%,#fbfdff 100%)}.dashboard-topbar{background:#fffdffc2;border-bottom:1px solid #ec48991a;height:auto;min-height:92px;margin:0 -24px 26px;padding:18px 24px}.dashboard-topbar h1{letter-spacing:-.03em;font-size:1.45rem}.dashboard-topbar p{max-width:620px}.dashboard-top-actions{gap:12px}.dashboard-search-shell{min-width:340px;display:block}.dashboard-search-input{color:#0f172a;background:#ffffffe6;border:1px solid #94a3b82e;border-radius:16px;width:100%;padding:13px 16px;box-shadow:inset 0 1px #ffffffb3}.dashboard-search-input::placeholder{color:#94a3b8}.dashboard-search-button,.dashboard-bell{border:1px solid #ffffff59;box-shadow:0 12px 24px #0f172a14}.dashboard-bell{color:#7c3aed;background:#ffffffe0;font-weight:800}.dashboard-grid{gap:24px}.dashboard-stats{gap:18px}.dashboard-stat-card{border-radius:26px;padding:20px 22px}.dashboard-section{gap:12px;display:grid}.dashboard-quick-grid,.featured-grid,.premium-services-grid,.lifestyle-grid{gap:16px}.featured-service-card,.premium-service-card,.lifestyle-card,.side-card,.promo-card,.dashboard-empty-state{border-radius:28px}.image-card,.promo-card-image{color:#fff;background-position:50%;background-size:cover}.image-card h3,.image-card p,.image-card strong,.promo-card-image h3,.promo-card-image p{color:#fff}.featured-service-card{flex-direction:column;justify-content:space-between;min-height:280px;padding:20px;display:flex}.featured-service-card .featured-service-content{margin-top:auto}.featured-service-card .featured-service-bottom button{color:#0f172a;background:#ffffffeb;border-radius:999px;padding:10px 16px;font-weight:800}.featured-service-icon,.featured-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.featured-service-icon{color:#fff;background:#ffffff2e;border:1px solid #ffffff3d}.featured-badge{color:#fff;background:#0f172a3d}.premium-insight-banner{color:#fff;background:radial-gradient(circle at 0 0,#ffffff1f,#0000 22%),linear-gradient(135deg,#ff6f61 0%,#ec4899 44%,#7c3aed 100%);grid-template-columns:minmax(0,1.2fr) 280px;align-items:center;gap:22px;padding:26px;display:grid;overflow:hidden;box-shadow:0 24px 60px #7c3aed3d}.premium-insight-banner .insight-copy span,.premium-insight-banner .insight-copy p,.premium-insight-banner .insight-copy h2{color:#fff}.premium-insight-banner .insight-copy h2{letter-spacing:-.05em;font-size:clamp(2rem,4vw,3.1rem)}.premium-insight-banner .insight-copy p{max-width:620px}.premium-insight-banner button{color:#7c3aed;background:#fff;border-radius:16px;padding:13px 18px;font-weight:800}.insight-visual-wrap{justify-content:center;align-items:flex-end;min-height:280px;display:flex;position:relative}.insight-dog-image{object-fit:cover;border-radius:28px;width:100%;height:280px;box-shadow:0 18px 44px #0f172a38}.insight-brain{color:#fff;background:#ffffff2e;border:1px solid #ffffff3d;border-radius:22px;width:68px;height:68px;font-weight:900;position:absolute;top:18px;right:-8px}.premium-service-card,.lifestyle-card{min-height:150px}.promo-card-image{background-position:50%;background-size:cover;flex-direction:column;justify-content:flex-end;min-height:220px;display:flex}.dashboard-empty-state{text-align:center;padding:20px}[data-reveal]{opacity:1;animation:.52s cubic-bezier(.22,1,.36,1) both fadeUp;transform:none}.dashboard-page [data-reveal]:nth-of-type(2){transition-delay:40ms}.dashboard-page [data-reveal]:nth-of-type(3){transition-delay:80ms}.dashboard-page [data-reveal]:nth-of-type(4){transition-delay:.12s}.dashboard-page [data-reveal]:nth-of-type(5){transition-delay:.16s}@media (width<=1260px){.premium-insight-banner{grid-template-columns:1fr}.dashboard-quick-grid,.featured-grid,.premium-services-grid,.lifestyle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=980px){.dashboard-search-shell{width:100%;min-width:0}.dashboard-top-actions{grid-template-columns:1fr auto auto;width:100%;display:grid}.dashboard-quick-grid,.featured-grid,.premium-services-grid,.lifestyle-grid{grid-template-columns:1fr}.premium-insight-banner{padding:22px}.insight-dog-image{height:220px}}.primary-button,.paw-gradient-button,.full-width-cta,.full-gradient-button,.book-appointment-button,.care-premium-button,.page-hero-action,.wallet-add-button,.send-button,.premium-cta{background:linear-gradient(135deg, var(--palette-teal), #366d79)!important;color:#fff!important}.dashboard-search-button{background:linear-gradient(135deg, var(--palette-teal), #3f7280)!important}.dashboard-bell,.care-user-avatar,.care-link-icon,.feature-icon.blue,.method-icon,.transaction-icon.debit,.premium-plan-icon.blue{background:linear-gradient(180deg, var(--palette-teal), #4f8d97)!important;color:#fff!important}.feature-icon.green,.dashboard-stat-icon.green,.care-status-badge.healthy{background:linear-gradient(#4e7b71,#648e85)!important}.feature-icon.pink,.dashboard-stat-icon.purple,.premium-plan-icon.pink,.dashboard-stat-icon.pink{color:#fff!important;background:linear-gradient(#4f6378,#73879b)!important}.feature-icon.orange,.dashboard-stat-icon.amber,.premium-plan-icon.orange{color:#fff!important;background:linear-gradient(#7e6a58,#9a8571)!important}.feature-icon.purple{color:#fff!important;background:linear-gradient(#64748b,#8090a5)!important}.promo-card.community,.page-hero.hot,.premium-hero{background:linear-gradient(135deg,#394b5d,#66788a)!important}.premium-insight-banner,.insight-banner{color:#fff!important;background:radial-gradient(circle at 0 0,#ffffff14,#0000 22%),linear-gradient(135deg,#234d5a 0%,#3d6170 52%,#6b7d8e 100%)!important}.page-hero.compact,.dashboard-topbar,.dashboard-surface-card,.side-card,.promo-card,.dashboard-stat-card,.feature-tile,.pet-profile-card,.section-block,.info-card,.chart-card,.method-card,.transaction-card,.wallet-summary-card,.community-stat-card,.wallet-balance-card,.health-pet-strip,.booking-date-card,.provider-card,.message-thread-card,.ai-chat-card,.topic-card,.post-card,.insight-mini-card,.premium-benefits-card,.premium-plan-card,.premium-testimonial,.claim-process-card,.insurance-foot-stats{background:#ffffffe6!important;border-color:#18222d14!important;box-shadow:0 20px 54px #18222d12!important}.dashboard-quick-card.quick-1{background:linear-gradient(135deg,#245c691f,#fffffff5)!important}.dashboard-quick-card.quick-2{background:linear-gradient(135deg,#8a6f5a1f,#fffffff5)!important}.dashboard-quick-card.quick-3{background:linear-gradient(135deg,#4f63781f,#fffffff5)!important}.dashboard-quick-card.quick-4{background:linear-gradient(135deg,#8ea9b324,#fffffff5)!important}.premium-check.blue,.premium-check.pink,.premium-check.orange{color:var(--palette-teal)!important}body{color:var(--palette-ink)!important;background:#f3f5f7!important}.landing-hero,.auth-card,.hero-panel,.panel,.sidebar,.topbar,.landing-card,.page-hero.compact,.dashboard-topbar,.dashboard-surface-card,.side-card,.promo-card,.dashboard-stat-card,.feature-tile,.pet-profile-card,.section-block,.info-card,.chart-card,.method-card,.transaction-card,.wallet-summary-card,.community-stat-card,.wallet-balance-card,.health-pet-strip,.booking-date-card,.provider-card,.message-thread-card,.ai-chat-card,.topic-card,.post-card,.insight-mini-card,.premium-benefits-card,.premium-plan-card,.premium-testimonial,.claim-process-card,.insurance-foot-stats,.dashboard-quick-card{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#fff!important;border:1px solid #d7dee7!important;box-shadow:0 12px 28px #0f172a0d!important}.app-shell,.app-main,.dashboard-page,.dashboard-grid,.dashboard-main-column{background:0 0!important}.primary-button,.paw-gradient-button,.full-width-cta,.full-gradient-button,.book-appointment-button,.care-premium-button,.page-hero-action,.wallet-add-button,.send-button,.premium-cta,.dashboard-search-button{color:#fff!important;box-shadow:none!important;background:#1f3b57!important}.primary-button:hover,.paw-gradient-button:hover,.full-width-cta:hover,.full-gradient-button:hover,.book-appointment-button:hover,.care-premium-button:hover,.page-hero-action:hover,.wallet-add-button:hover,.send-button:hover,.premium-cta:hover,.dashboard-search-button:hover{transform:translateY(-1px);background:#162a3d!important}.dashboard-quick-card.quick-1,.dashboard-quick-card.quick-2,.dashboard-quick-card.quick-3,.dashboard-quick-card.quick-4,.featured-service-card.blue,.featured-service-card.orange,.featured-service-card.pink{background:#fff!important}.dashboard-bell,.care-user-avatar,.care-link-icon,.feature-icon.blue,.feature-icon.green,.feature-icon.pink,.feature-icon.orange,.feature-icon.purple,.dashboard-stat-icon.green,.dashboard-stat-icon.purple,.dashboard-stat-icon.amber,.dashboard-stat-icon.pink,.method-icon,.transaction-icon.debit,.premium-plan-icon.blue,.premium-plan-icon.pink,.premium-plan-icon.orange,.care-status-badge.healthy{color:#1f3b57!important;background:#e9eef3!important}.dashboard-search-shell,.form-field input,.app-textarea,.dashboard-search-input{box-shadow:none!important;background:#fff!important;border:1px solid #cfd8e3!important}.dashboard-quick-card{text-align:left;align-items:flex-start;overflow:hidden}.dashboard-quick-image{object-fit:cover;border-radius:16px;width:100%;height:132px;margin-bottom:14px}.service-card-image{object-fit:cover;border-radius:16px;width:100%;height:118px;margin-bottom:14px}.lifestyle-card{gap:16px}.lifestyle-card-image{object-fit:cover;border-radius:18px;flex-shrink:0;width:96px;height:96px}.post-head{align-items:center;gap:12px;display:flex}.post-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:46px;height:46px}body{background:#f7f8fa!important}.sidebar{background:#fdfefe!important}.primary-button,.paw-gradient-button,.full-width-cta,.full-gradient-button,.book-appointment-button,.care-premium-button,.page-hero-action,.wallet-add-button,.send-button,.premium-cta,.dashboard-search-button{background:#35516d!important}.promo-card.insurance,.page-hero.ocean{background:#6f8f9a!important}.promo-card.community,.page-hero.hot,.premium-hero,.premium-insight-banner,.insight-banner{background:#73879a!important}.dashboard-link-button,.text-button,.care-support-eyebrow,.eyebrow{color:#48616c!important;background:#edf2f5!important}:root{--surface:#fffdf9;--outline:#e6ddd1;--shadow:0 14px 34px #24323a14;--ink-soft:#6a766d;--brand:#3f6b5b;--brand-deep:#2e5144;--mint:#6e8f72;--palette-ink:#24323a;--palette-teal:#3f6b5b;--palette-sky:#8da79c;--palette-coral:#c9865c;--palette-rose:#8d6f63;--palette-sand:#f7f3ea}body,.paw-login-shell,.care-layout,.premium-dashboard-theme{color:var(--palette-ink)!important;background:radial-gradient(circle at 12% 10%,#c9865c24,#0000 24%),radial-gradient(circle at 88% 16%,#8da79c29,#0000 22%),radial-gradient(circle at 50% 84%,#3f6b5b14,#0000 20%),linear-gradient(#fffdf9 0%,#f8f4ec 52%,#f2ede3 100%)!important}.landing-hero,.auth-card,.hero-panel,.panel,.sidebar,.topbar,.landing-card,.page-hero.compact,.dashboard-topbar,.dashboard-surface-card,.side-card,.promo-card,.dashboard-stat-card,.feature-tile,.pet-profile-card,.section-block,.info-card,.chart-card,.method-card,.transaction-card,.wallet-summary-card,.community-stat-card,.wallet-balance-card,.health-pet-strip,.booking-date-card,.provider-card,.message-thread-card,.ai-chat-card,.topic-card,.post-card,.insight-mini-card,.premium-benefits-card,.premium-plan-card,.premium-testimonial,.claim-process-card,.insurance-foot-stats,.dashboard-quick-card,.featured-service-card,.premium-service-card,.lifestyle-card,.booking-summary-card{background:#fffdf9f0!important;border:1px solid #4a5c5424!important;box-shadow:0 16px 38px #24323a14!important}.primary-button,.paw-gradient-button,.full-width-cta,.full-gradient-button,.book-appointment-button,.care-premium-button,.page-hero-action,.wallet-add-button,.send-button,.premium-cta,.dashboard-search-button{color:#fffdf9!important;background:linear-gradient(135deg,#3f6b5b,#5f8973)!important;box-shadow:0 12px 24px #3f6b5b38!important}.primary-button:hover,.paw-gradient-button:hover,.full-width-cta:hover,.full-gradient-button:hover,.book-appointment-button:hover,.care-premium-button:hover,.page-hero-action:hover,.wallet-add-button:hover,.send-button:hover,.premium-cta:hover,.dashboard-search-button:hover{background:linear-gradient(135deg,#355949,#527864)!important}.sidebar{background:#faf6eef5!important;border-right:1px solid #4a5c541f!important}.sidebar-link{color:#425148!important}.sidebar-link.active{color:#fffdf9!important;background:linear-gradient(135deg,#3f6b5b,#5f8973)!important}.dashboard-link-button,.text-button,.care-support-eyebrow,.eyebrow,.status-pill{color:#355949!important;background:#3f6b5b1a!important}.promo-card.insurance,.page-hero.ocean{color:#fffdf9!important;background:linear-gradient(135deg,#67857b,#8da79c)!important}.promo-card.community,.page-hero.hot,.premium-hero,.premium-insight-banner,.insight-banner{color:#fffdf9!important;background:radial-gradient(circle at 0 0,#ffffff14,#0000 22%),linear-gradient(135deg,#b8744d 0%,#c9865c 40%,#8d6f63 100%)!important}.dashboard-bell,.care-user-avatar,.care-link-icon,.feature-icon.blue,.feature-icon.green,.feature-icon.pink,.feature-icon.orange,.feature-icon.purple,.dashboard-stat-icon.green,.dashboard-stat-icon.purple,.dashboard-stat-icon.amber,.dashboard-stat-icon.pink,.method-icon,.transaction-icon.debit,.premium-plan-icon.blue,.premium-plan-icon.pink,.premium-plan-icon.orange,.care-status-badge.healthy,.premium-service-icon{color:#3f6b5b!important;background:#edf2ed!important}.dashboard-search-shell,.form-field input,.app-textarea,.dashboard-search-input,.paw-input-shell,.paw-social-button,.paw-otp-box{box-shadow:none!important;background:#fffdf9!important;border:1px solid #d9d0c5!important}.paw-login-card h1{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;background:linear-gradient(135deg,#3f6b5b,#c9865c)!important}.paw-benefit-icon,.paw-benefit-item span{background:linear-gradient(135deg,#3f6b5b,#c9865c)!important}.auth-shell .paw-login-layout{grid-template-columns:.86fr 1fr!important;align-items:center!important;gap:28px!important}.auth-shell .paw-login-info{gap:14px!important}.auth-shell .paw-login-hero-card{background:#efe6db!important;border-radius:26px!important;min-height:224px!important}.auth-shell .paw-login-hero-image{transform-origin:50%;transform:scale(.9)}.auth-shell .paw-login-trust{padding:10px 16px!important;font-size:.95rem!important;bottom:16px!important;left:16px!important}.auth-shell .paw-login-benefits{border-radius:26px!important;padding:18px 18px 16px!important}.auth-shell .paw-auth-story-head h2{font-size:clamp(1.9rem,3vw,3rem)!important;line-height:.96!important}.auth-shell .paw-auth-story-copy{font-size:.98rem!important;line-height:1.65!important}.auth-shell .paw-auth-story-item>span{width:50px!important;height:50px!important}.auth-shell .paw-auth-story-item h3{font-size:1.05rem!important}.auth-shell .paw-auth-story-item p{font-size:.96rem!important}.auth-shell .paw-login-card{border-radius:28px!important;padding:24px!important}.auth-shell .paw-login-card h1{background:0 0!important;-webkit-background-clip:initial!important;-webkit-text-fill-color:#24323a!important;background-clip:initial!important;color:#24323a!important;font-size:clamp(2rem,4vw,2.8rem)!important;line-height:1!important}.auth-shell .paw-login-card>p{color:#6d7b82!important;margin:10px 0 20px!important}.auth-shell .paw-gradient-button{background:#4f7c68!important;border-radius:16px!important;margin-top:18px!important;box-shadow:0 12px 24px #4f7c682e!important}.auth-shell .paw-gradient-button:hover{background:#456d5b!important;box-shadow:0 16px 28px #4f7c6838!important}.auth-shell .paw-secondary-button{box-shadow:none!important;background:#fffdfa!important;border:1px solid #dbcdbd!important;border-radius:16px!important}.auth-shell .paw-secondary-button strong{color:#324038!important}.auth-shell .paw-input-action{color:#fff!important;background:linear-gradient(135deg,#6e8f72,#d09166)!important;border-radius:12px!important;min-width:54px!important}@media (width<=980px){.auth-shell .paw-login-layout{grid-template-columns:1fr!important}.auth-shell .paw-login-hero-card{min-height:196px!important}}.paw-terms strong,.dashboard-section-head a,.featured-service-bottom strong{color:#b8744d!important}.featured-service-card.blue,.featured-service-card.orange,.featured-service-card.pink,.dashboard-quick-card.quick-1,.dashboard-quick-card.quick-2,.dashboard-quick-card.quick-3,.dashboard-quick-card.quick-4{background:#fffbf5f5!important}.dashboard-page{padding:0 32px 40px!important}.dashboard-topbar{margin:0 -32px 34px!important;padding:24px 32px!important}.dashboard-grid{grid-template-columns:minmax(0,1.9fr) 440px!important;gap:32px!important}.dashboard-main-column,.dashboard-side-column,.dashboard-section,.dashboard-quick-grid,.featured-grid,.premium-services-grid,.lifestyle-grid{gap:22px!important}.dashboard-stats{margin-bottom:6px;gap:20px!important}.dashboard-section{margin-top:8px}.dashboard-section-head{margin-bottom:8px!important}.featured-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.featured-photo-card,.promo-card-image{isolation:isolate;position:relative;overflow:hidden}.featured-photo-card{border-radius:30px!important;min-height:340px!important;padding:24px!important}.featured-service-photo,.promo-card-photo{object-fit:cover;z-index:-3;width:100%;height:100%;position:absolute;inset:0}.featured-service-overlay,.promo-card-overlay{z-index:-2;position:absolute;inset:0}.featured-service-overlay{background:linear-gradient(#141a1f1a 0%,#141a1f38 34%,#141a1fc7 100%),linear-gradient(135deg,#3f6b5b33,#c9865c1f)}.insurance-overlay{background:linear-gradient(135deg,#285764d1,#6c969b80)}.community-overlay{background:linear-gradient(135deg,#7b5749c2,#c9865c8a)}.featured-photo-card .featured-service-top,.featured-photo-card .featured-service-content,.promo-card-image h3,.promo-card-image p{z-index:1;position:relative}.featured-photo-card .featured-service-top{margin-bottom:auto}.featured-photo-card .featured-service-content{gap:12px;display:grid}.featured-photo-card h3{letter-spacing:-.03em;margin:0!important;font-size:1.65rem!important}.featured-photo-card p{max-width:26ch;font-size:.98rem;line-height:1.6;color:#fffdf9e0!important}.featured-service-bottom{align-items:center}.featured-service-bottom strong{color:#fffdf9!important;font-size:1.7rem!important}.featured-photo-card .featured-service-bottom button{box-shadow:0 10px 24px #141a1f26;color:#24323a!important;background:#fffdf9f5!important;padding:11px 18px!important}.featured-service-icon,.featured-badge{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#fffdf9!important;background:#fffdf92e!important;border:1px solid #fffdf947!important}.premium-insight-banner{min-height:360px;grid-template-columns:minmax(0,1.35fr) 320px!important;padding:34px!important}.promo-card-image{min-height:250px!important;padding:26px!important}.promo-card-image h3{letter-spacing:-.02em;font-size:1.5rem;margin-top:auto!important}.promo-card-image p{max-width:30ch;line-height:1.65;color:#fffdf9e6!important}.side-card{padding:26px!important}.appointment-card,.activity-row{margin-top:18px}@media (width<=1260px){.dashboard-grid{grid-template-columns:1fr!important}.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=980px){.dashboard-page{padding:0 20px 28px!important}.dashboard-topbar{margin:0 -20px 24px!important;padding:20px!important}.featured-grid{grid-template-columns:1fr!important}.featured-photo-card,.premium-insight-banner,.promo-card-image{min-height:auto!important}}.booking-mode-strip{justify-content:space-between;align-items:center;gap:18px;display:flex}.booking-mode-strip p{color:var(--ink-soft);max-width:68ch;margin:0;line-height:1.7}.emergency-hero{background:radial-gradient(circle at 0 0,#ffffff1f,#0000 28%),linear-gradient(135deg,#9c3a27 0%,#c45f39 45%,#ef8f5b 100%)!important}.consult-hero{background:radial-gradient(circle at 0 0,#ffffff1f,#0000 28%),linear-gradient(135deg,#3c6571 0%,#5f8892 42%,#8eb0b4 100%)!important}.training-hero{background:radial-gradient(circle at 0 0,#ffffff1f,#0000 28%),linear-gradient(135deg,#6f5b48 0%,#947966 45%,#b89a86 100%)!important}.professional-ai-card{gap:18px;padding:24px;display:grid}.ai-assist-topbar{border-bottom:1px solid #4a5c541f;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:18px;display:flex}.ai-assist-topbar p{color:var(--ink-soft);max-width:56ch;margin:6px 0 0}.professional-ai-card .ai-chat-thread{min-height:360px;padding:10px 6px}.professional-ai-card .message-bubble{border-radius:22px;max-width:min(760px,82%);padding:18px 20px}.professional-ai-card .message-bubble.left{background:#fffbf5f5;border:1px solid #4a5c541f}.professional-ai-card .message-bubble.right{color:#fffdf9;background:linear-gradient(135deg,#3f6b5b,#5f8973)}.professional-ai-card .message-bubble.right span,.professional-ai-card .message-bubble.right p{color:#fffdf9}.professional-ai-card .quick-question-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.professional-ai-card .quick-question{text-align:left;background:#fffbf5e6;border:1px solid #4a5c541f;border-radius:18px;padding:14px 16px}.professional-ai-card .message-composer{padding-top:10px}@media (width<=980px){.booking-mode-strip,.ai-assist-topbar{display:grid}.professional-ai-card .quick-question-grid{grid-template-columns:1fr}}.post-login-home.wickret-clone-home{background:radial-gradient(circle at 14% 8%,#c9865c1f,#0000 18%),radial-gradient(circle at 82% 18%,#3f6b5b1f,#0000 20%),linear-gradient(#fffdf8 0%,#f6f1e6 52%,#f2ece2 100%);justify-items:center;gap:32px;width:100%;max-width:100vw;padding:20px clamp(20px,3.2vw,40px) 48px;display:grid;position:relative;overflow:clip hidden}.wickret-noise-overlay,.wickret-grid-overlay,.wickret-orb{pointer-events:none;position:absolute}.wickret-noise-overlay{opacity:.018;z-index:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");inset:0}.wickret-grid-overlay{z-index:0;background-image:linear-gradient(#22303908 1px,#0000 1px),linear-gradient(90deg,#22303908 1px,#0000 1px);background-size:72px 72px;inset:0;-webkit-mask-image:radial-gradient(72% 72% at 72% 34%,#000000e6 0%,#0000 72%);mask-image:radial-gradient(72% 72% at 72% 34%,#000000e6 0%,#0000 72%)}.wickret-orb{z-index:0;background:radial-gradient(circle,#c9865c29 0%,#3f6b5b1f 40%,#0000 68%);border-radius:50%;width:620px;height:620px;animation:9s ease-in-out infinite wickretOrbBreath;top:60px;right:-120px}.wickret-home-nav{z-index:1;box-sizing:border-box;opacity:0;justify-content:space-between;align-items:center;gap:18px;width:min(1280px,100vw - 64px);margin:0 auto;padding-top:4px;animation:.9s cubic-bezier(.16,1,.3,1) .15s forwards wickretFadeDown;display:flex;position:relative;transform:translateY(-16px)}.wickret-home-brand{color:#24323a;align-items:center;gap:16px;display:flex}.wickret-brand-mark{background:#fffdf9eb;border:1px solid #4a5c541f;border-radius:20px;place-items:center;width:68px;height:68px;display:grid;overflow:hidden;box-shadow:0 14px 28px #121b2214}.wickret-brand-mark .care-brand-logo{width:56px;height:56px;display:block}.wickret-brand-copy{gap:3px;display:grid}.wickret-brand-copy strong{letter-spacing:-.04em;font-size:1.45rem;line-height:1}.wickret-brand-copy span{color:#67756d;font-size:.86rem;font-weight:600}.wickret-home-links{align-items:center;gap:8px;display:flex}.wickret-home-links button{color:#52625a;background:0 0;border:1px solid #0000;border-radius:999px;padding:10px 14px;font-weight:700}.wickret-home-links button:last-child{color:#24323a;background:#fffdf9db;border-color:#4a5c541a}.wickret-clone-hero{z-index:1;box-sizing:border-box;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);justify-content:center;align-items:center;gap:clamp(28px,4vw,64px);width:min(1280px,100vw - 64px);min-height:min(78vh,920px);margin:0 auto;display:grid;position:relative}.wickret-clone-copy{align-content:center;gap:22px;display:grid;position:relative}.wickret-micro-copy{color:#6b756d;text-transform:uppercase;letter-spacing:.12em;opacity:0;font-size:.82rem;animation:.8s cubic-bezier(.16,1,.3,1) .45s forwards wickretFadeUp;transform:translateY(12px)}.wickret-clone-copy h1{letter-spacing:-.075em;color:#223039;max-width:8.4ch;margin:0;font-size:clamp(3.4rem,5.6vw,5.6rem);line-height:.9}.wickret-heading-line{padding-bottom:.04em;display:block;overflow:hidden}.wickret-heading-inner{opacity:0;animation:1s cubic-bezier(.16,1,.3,1) forwards wickretLineReveal;display:block;transform:translateY(105%)}.wickret-heading-line:first-child .wickret-heading-inner{animation-delay:.55s}.wickret-heading-line:nth-child(2) .wickret-heading-inner{animation-delay:.72s}.wickret-hero-subcopy{color:#5f6d66;opacity:0;max-width:640px;margin:0;font-size:1.04rem;line-height:1.72;animation:.9s cubic-bezier(.16,1,.3,1) 1s forwards wickretFadeUp;transform:translateY(16px)}.wickret-trust-row{opacity:0;flex-wrap:wrap;gap:16px;animation:.9s cubic-bezier(.16,1,.3,1) 1.08s forwards wickretFadeUp;display:flex;transform:translateY(16px)}.wickret-trust-pill{background:#fffdf9d1;border:1px solid #4a5c541a;border-radius:24px;flex:180px;min-width:min(100%,180px);padding:18px 20px;box-shadow:0 14px 28px #121b220f}.wickret-trust-pill strong{color:#223039;margin-bottom:4px;font-size:1.25rem;display:block}.wickret-trust-pill span{color:#67756d;font-size:.9rem;line-height:1.5}.wickret-hero-actions{opacity:0;animation:.9s cubic-bezier(.16,1,.3,1) 1.15s forwards wickretFadeUp;transform:translateY(16px)}.wickret-magnetic-button{transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .3s}.wickret-magnetic-button:hover{transform:translateY(-2px)scale(1.01);box-shadow:0 16px 30px #2230391a}.wickret-floating-lines{pointer-events:none;width:260px;height:260px;position:absolute;inset:-22px -80px auto auto}.wickret-floating-lines span{background:linear-gradient(90deg,#c9865ca6,#3f6b5b1f);width:72px;height:1px;animation:7s ease-in-out infinite wickretFloat;position:absolute}.wickret-floating-lines span:first-child{animation-delay:0s;top:8px;left:90px}.wickret-floating-lines span:nth-child(2){animation-delay:.4s;top:34px;left:126px}.wickret-floating-lines span:nth-child(3){animation-delay:.8s;top:58px;left:82px}.wickret-floating-lines span:nth-child(4){animation-delay:1.2s;top:86px;left:138px}.wickret-floating-lines span:nth-child(5){animation-delay:1.6s;top:118px;left:106px}.wickret-floating-lines span:nth-child(6){animation-delay:2s;top:146px;left:150px}.wickret-floating-lines span:nth-child(7){animation-delay:2.4s;top:176px;left:112px}.wickret-floating-lines span:nth-child(8){animation-delay:2.8s;top:206px;left:154px}.wickret-phone-stage{opacity:0;justify-content:center;align-items:center;animation:1.2s cubic-bezier(.16,1,.3,1) .95s forwards wickretRiseCard;display:flex;transform:translateY(60px)rotateX(10deg)}.wickret-phone-shell{justify-content:center;align-items:center;width:min(100%,440px);transition:transform .24s;display:flex;position:relative}.wickret-phone-frame{aspect-ratio:5/9;background:linear-gradient(#161f25 0%,#27343c 100%);border-radius:48px;width:clamp(320px,28vw,390px);padding:14px;position:relative;box-shadow:0 28px 80px #121b2242,inset 0 1px #ffffff14}.wickret-phone-notch{z-index:3;background:#0f1519;border-radius:999px;width:148px;height:24px;position:absolute;top:14px;left:50%;transform:translate(-50%)}.wickret-phone-screen{background:#24323a;border-radius:36px;width:100%;height:100%;position:relative;overflow:hidden}.wickret-phone-surface{z-index:1;background:radial-gradient(circle at 0 0,#ffffff1f,#0000 26%),linear-gradient(#2230391a,#22303980);position:absolute;inset:0}.wickret-phone-image{object-fit:cover;width:100%;height:100%;animation:16s ease-in-out infinite alternate wickretZoom;position:absolute;inset:0;transform:scale(1.06)}.wickret-phone-copy-loop{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0e161c7a;border:1px solid #ffffff1f;border-radius:999px;position:absolute;top:22px;left:18px;right:18px;overflow:hidden}.wickret-copy-track{color:#ffffffeb;letter-spacing:.08em;text-transform:uppercase;gap:28px;width:max-content;padding:11px 18px;font-size:.72rem;animation:18s linear infinite wickretTickerMove;display:flex}.wickret-status-chip{z-index:2;color:#223039;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffdf9d1;border:1px solid #ffffff57;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-size:.72rem;font-weight:700;display:inline-flex;position:absolute;box-shadow:0 16px 30px #121b2229}.chip-top{animation:6.2s ease-in-out infinite wickretChipDrift;top:112px;right:20px}.chip-dot{background:#3f6b5b;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 6px #3f6b5b1f}.wickret-ui-card{z-index:2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffdf9d1;border:1px solid #ffffff59;border-radius:26px;padding:20px;position:absolute;left:20px;right:20px;box-shadow:0 18px 42px #121b222e}.wickret-ui-card.primary{animation:7s ease-in-out infinite wickretCardFloat;top:54px}.wickret-ui-card.secondary{animation:7s ease-in-out infinite reverse wickretCardFloat;bottom:28px}.wickret-ui-card span,.wickret-orbit-card span{color:#7c6b60;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;font-size:.75rem;display:block}.wickret-pulse-dot{background:#3f6b5b;border-radius:50%;width:8px;height:8px;margin-right:8px;animation:2s ease-in-out infinite wickretPulse;display:inline-block;box-shadow:0 0 8px #3f6b5b8c}.wickret-ui-card strong,.wickret-orbit-card strong{color:#223039;font-size:1.06rem;line-height:1.35}.wickret-orbit-card{z-index:4;background:#fffdf9eb;border:1px solid #4a5c541a;border-radius:22px;width:clamp(150px,13vw,182px);padding:16px 18px;position:absolute;box-shadow:0 18px 34px #121b221f}.stat-pill{animation:4s ease-in-out infinite wickretFloatPill}.pill-left{animation-delay:0s}.pill-right{animation-delay:1.5s}.orbit-left{top:148px;left:-18px}.orbit-right{bottom:136px;right:-14px}.wickret-money-section{z-index:1;grid-template-columns:minmax(0,.8fr) 1fr;align-items:start;gap:28px;display:grid;position:relative}.wickret-money-copy h2,.wickret-term-card h3,.wickret-download-band h3,.wickret-final-band h3{letter-spacing:-.05em;color:#223039;margin:0;font-size:2rem}.wickret-money-copy h3,.wickret-term-card h4{letter-spacing:-.06em;color:#223039;margin:4px 0 0;font-size:2.6rem}.wickret-money-list,.wickret-bullet-list{gap:14px;display:grid}.wickret-money-row,.wickret-bullet-row{border-bottom:1px solid #4a5c5414;align-items:center;gap:12px;padding:10px 0;display:flex}.wickret-money-row span,.wickret-bullet-row span{background:#c9865c;border-radius:50%;flex-shrink:0;width:8px;height:8px}.wickret-money-row p,.wickret-bullet-row p,.wickret-term-card p,.wickret-download-band p,.wickret-end-card p,.wickret-final-band p{color:#5f6d66;margin:0;line-height:1.7}.wickret-service-cards,.wickret-terms-grid,.wickret-end-grid,.wickret-journey-steps{z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid;position:relative}.wickret-service-tile,.wickret-term-card,.wickret-download-band,.wickret-end-card,.wickret-final-band,.wickret-journey-card,.wickret-faq-card,.wickret-faq-intro{background:#fffdf9d6;border:1px solid #4a5c541a;border-radius:28px;box-shadow:0 16px 40px #121b220f}.wickret-service-tile,.wickret-term-card{padding:22px}.wickret-service-tile strong{color:#223039;margin-bottom:10px;font-size:1.2rem;display:block}.wickret-service-tile p{color:#5f6d66;margin:0 0 18px;line-height:1.68}.wickret-service-tile .ghost-button{background:#fffdf9}.wickret-download-band{z-index:1;justify-content:space-between;align-items:center;gap:24px;padding:28px;display:flex;position:relative}.wickret-end-card{padding:24px}.wickret-end-kicker{color:#7a6c62;text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px;font-size:.74rem;font-weight:700;display:inline-block}.wickret-end-card h3{letter-spacing:-.04em;color:#223039;margin:0 0 10px;font-size:1.55rem;line-height:1.12}.wickret-final-band{z-index:1;background:linear-gradient(135deg,#fffdf9eb,#f7f1e6f5),linear-gradient(90deg,#c9865c14,#3f6b5b14);justify-content:space-between;align-items:center;gap:24px;padding:30px;display:flex;position:relative}.wickret-final-band>div:first-child{max-width:760px}.wickret-journey-section,.wickret-faq-grid{z-index:1;gap:18px;display:grid;position:relative}.wickret-journey-copy,.wickret-faq-intro{padding:28px}.wickret-journey-copy h3,.wickret-faq-intro h3,.wickret-faq-card h4,.wickret-journey-card h4{color:#223039;letter-spacing:-.04em;margin:0 0 10px}.wickret-journey-copy h3,.wickret-faq-intro h3{font-size:2rem}.wickret-journey-copy p,.wickret-faq-intro p,.wickret-journey-card p,.wickret-faq-card p{color:#5f6d66;margin:0;line-height:1.75}.wickret-journey-card,.wickret-faq-card{padding:24px}.wickret-journey-step{color:#223039;letter-spacing:.05em;background:linear-gradient(135deg,#c9865c24,#3f6b5b1f);border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:14px;font-weight:800;display:inline-flex}.wickret-faq-grid{grid-template-columns:minmax(0,.9fr) 1.1fr;align-items:start}.wickret-faq-list{gap:18px;display:grid}.wickret-ticker-wrap{z-index:1;opacity:0;border-top:1px solid #4a5c5414;border-bottom:1px solid #4a5c5414;width:min(1280px,100vw - 64px);margin:0 auto;padding:16px 0;animation:.6s 1.8s forwards wickretFadeIn;position:relative;overflow:hidden}.wickret-ticker{white-space:nowrap;gap:28px;width:max-content;animation:30s linear infinite wickretTickerMove;display:flex}.wickret-ticker span{letter-spacing:.08em;text-transform:uppercase;color:#52625a;font-size:.92rem;font-weight:700}@media (width<=1480px){.wickret-clone-hero{grid-template-columns:minmax(0,1fr) minmax(320px,.82fr);min-height:auto}.wickret-clone-copy{gap:16px}.wickret-floating-lines{width:180px;height:180px;inset:-10px -24px auto auto}.wickret-floating-lines span:nth-child(n+5){display:none}.orbit-left{top:118px;left:8px}.orbit-right{bottom:108px;right:8px}}@media (width<=1380px){.wickret-home-nav,.wickret-clone-hero,.wickret-guarantee-section,.wickret-reviews-section,.wickret-ticker-wrap{width:min(1160px,100vw - 48px)}.wickret-clone-copy h1{font-size:clamp(3rem,5vw,4.7rem)}.wickret-hero-subcopy{max-width:560px}}.wickret-fade-up-block{opacity:1;transform:none}[data-reveal]{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(22px)}[data-reveal].reveal-visible{opacity:1;transform:translateY(0)}@keyframes wickretFadeDown{to{opacity:1;transform:translateY(0)}}@keyframes wickretFadeUp{to{opacity:1;transform:translateY(0)}}@keyframes wickretLineReveal{to{opacity:1;transform:translateY(0)}}@keyframes wickretFadeIn{0%{opacity:0}to{opacity:1}}@keyframes wickretOrbBreath{0%,to{transform:scale(1)translate(0)}33%{transform:scale(1.07)translate(-18px,14px)}66%{transform:scale(.95)translate(12px,-10px)}}@keyframes wickretRiseCard{0%{opacity:0;transform:translateY(60px)rotateX(10deg)}to{opacity:1;transform:translateY(0)rotateX(0)}}@keyframes wickretFloatPill{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes wickretPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}@keyframes wickretTickerMove{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes wickretFloat{0%,to{opacity:.5;transform:translate(0)scaleX(1)}50%{opacity:1;transform:translate(14px)scaleX(1.2)}}@keyframes wickretZoom{0%{transform:scale(1.04)translateY(0)}to{transform:scale(1.12)translateY(-8px)}}@keyframes wickretCardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes wickretChipDrift{0%,to{transform:translateY(0)translate(0)}50%{transform:translateY(-8px)translate(6px)}}@keyframes wickretOrbit{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-12px)rotate(1deg)}}@media (width<=1260px){.wickret-clone-hero,.wickret-money-section,.wickret-service-cards,.wickret-terms-grid,.wickret-end-grid,.wickret-journey-steps,.wickret-faq-grid{grid-template-columns:1fr}.wickret-clone-hero{min-height:auto}.wickret-home-nav,.wickret-clone-hero,.wickret-guarantee-section,.wickret-reviews-section,.wickret-ticker-wrap{width:min(980px,100vw - 36px)}.wickret-clone-copy h1{max-width:none;font-size:clamp(2.8rem,8vw,4.6rem)}.wickret-download-band,.wickret-final-band{display:grid}}@media (width<=980px){.post-login-home.wickret-clone-home{cursor:auto;padding:14px 16px 28px}.wickret-home-nav,.wickret-home-links,.wickret-trust-row{display:grid}.wickret-clone-hero{gap:24px;min-height:auto}.wickret-phone-frame{width:300px;height:540px}.wickret-clone-copy h1{font-size:clamp(2.4rem,14vw,3.8rem)}.orbit-left,.orbit-right{display:none}.wickret-money-copy h3,.wickret-term-card h4{font-size:2rem}}.premium-showcase{background:radial-gradient(circle at 0 0,#c9865c24,#0000 22%),radial-gradient(circle at right 12%,#3f6b5b1a,#0000 24%),#f7f3ea;gap:28px;padding:20px 22px 36px;display:grid}.premium-showcase-hero,.premium-showcase-benefit-card,.premium-showcase-plan-card,.premium-showcase-testimonial-card,.premium-showcase-offer,.premium-showcase-checkout{opacity:0;transition:opacity .7s,transform .7s,box-shadow .25s;transform:translateY(28px)}.premium-showcase.is-visible .premium-showcase-hero,.premium-showcase.is-visible .premium-showcase-benefit-card,.premium-showcase.is-visible .premium-showcase-plan-card,.premium-showcase.is-visible .premium-showcase-testimonial-card,.premium-showcase.is-visible .premium-showcase-offer,.premium-showcase.is-visible .premium-showcase-checkout{opacity:1;transform:translateY(0)}.premium-showcase-hero{color:#fff;text-align:center;background:linear-gradient(90deg,#3f6b5b 0%,#6e8f72 38%,#c9865c 100%);border-radius:34px;min-height:300px;padding:46px 28px;box-shadow:0 26px 60px #3f6b5b2e}.premium-showcase-crown{background:#ffffff26;border:1px solid #ffffff2e;border-radius:26px;place-items:center;width:82px;height:82px;margin:0 auto 22px;font-size:2rem;display:grid}.premium-showcase-hero h1,.premium-showcase-section h2,.premium-showcase-offer h2{color:#24323a;margin:0;font-size:clamp(2.1rem,4vw,3.3rem);line-height:1}.premium-showcase-hero h1{color:#fff;margin-bottom:12px}.premium-showcase-hero p{color:#ffffffeb;margin:0;font-size:1.1rem}.premium-showcase-section{gap:22px;display:grid}.premium-showcase-section h2{text-align:center}.premium-showcase-benefits,.premium-showcase-testimonials{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.premium-showcase-plans{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:22px;display:grid}.premium-showcase-benefit-card,.premium-showcase-plan-card,.premium-showcase-testimonial-card,.premium-showcase-checkout{background:#fffdf9f5;border:1px solid #4a5c541a;border-radius:28px;box-shadow:0 20px 48px #24323a14}.premium-showcase-benefit-card{text-align:center;padding:34px 24px}.premium-showcase-benefit-icon{color:#fff;border-radius:22px;place-items:center;width:72px;height:72px;margin:0 auto 22px;font-size:1.7rem;display:grid}.premium-showcase-benefit-icon.gold{background:linear-gradient(135deg,#c9865c,#e2a072)}.premium-showcase-benefit-icon.berry{background:linear-gradient(135deg,#3f6b5b,#5f8973)}.premium-showcase-benefit-icon.ocean{background:linear-gradient(135deg,#4b6974,#8da79c)}.premium-showcase-benefit-icon.mint{background:linear-gradient(135deg,#6e8f72,#9ab38a)}.premium-showcase-benefit-card h3{color:#24323a;margin:0 0 12px;font-size:1.2rem}.premium-showcase-benefit-card p,.premium-showcase-testimonial-card p,.premium-showcase-feature-item p{color:#6a766d;margin:0;line-height:1.6}.premium-showcase-plan-card{position:relative;overflow:hidden}.premium-showcase-plan-card.popular{border-color:#3f6b5b59;box-shadow:0 26px 54px #3f6b5b1f}.premium-showcase-plan-card.selected{border-color:#c9865c6b;transform:translateY(-8px);box-shadow:0 26px 58px #c9865c29}.premium-showcase-popular{color:#fffdf9;background:#24323a38;border-radius:999px;align-items:center;gap:8px;padding:8px 16px;font-size:.84rem;font-weight:800;display:inline-flex;position:absolute;top:14px;left:50%;transform:translate(-50%)}.premium-showcase-plan-top{color:#fff;padding:42px 28px 28px}.premium-showcase-plan-top.basic{background:linear-gradient(135deg,#4b6974,#8da79c)}.premium-showcase-plan-top.premium{background:linear-gradient(135deg,#3f6b5b,#c9865c)}.premium-showcase-plan-top.elite{background:linear-gradient(135deg,#8d6f63,#c9865c)}.premium-showcase-plan-top h3{margin:0 0 10px;font-size:1.8rem}.premium-showcase-price-row{align-items:baseline;gap:8px;display:flex}.premium-showcase-price-row strong{font-size:3.5rem;line-height:1}.premium-showcase-price-row span{font-size:1.05rem}.premium-showcase-plan-body{padding:26px 28px 28px}.premium-showcase-feature-list{gap:14px;margin-bottom:24px;display:grid}.premium-showcase-feature-item{align-items:start;gap:12px;display:flex}.premium-showcase-check{color:#3f6b5b;background:#6f8f722e;border-radius:999px;flex-shrink:0;place-items:center;width:28px;height:28px;margin-top:2px;display:grid}.premium-showcase-cta{border-radius:18px;width:100%;padding:16px 18px;font-weight:800}.premium-showcase-cta.basic,.premium-showcase-cta.elite{color:#24323a;background:#f0ece4}.premium-showcase-cta.premium,.premium-showcase-offer-button{color:#fffdf9;background:linear-gradient(90deg,#3f6b5b,#c9865c);box-shadow:0 18px 35px #3f6b5b2e}.premium-showcase-cta:hover,.premium-showcase-offer-button:hover,.premium-showcase-primary-action:hover,.premium-showcase-secondary-action:hover{transform:translateY(-2px)}.premium-showcase-testimonial-card{padding:24px}.premium-showcase-stars{color:#c9865c;gap:6px;margin-bottom:18px;display:flex}.premium-showcase-person{align-items:center;gap:14px;margin-top:22px;display:flex}.premium-showcase-person span{color:#fffdf9;background:linear-gradient(135deg,#3f6b5b,#c9865c);border-radius:50%;place-items:center;width:54px;height:54px;font-weight:800;display:grid}.premium-showcase-person strong,.premium-showcase-person small{display:block}.premium-showcase-person strong{color:#24323a;margin-bottom:4px}.premium-showcase-person small{color:#6a766d}.premium-showcase-offer{text-align:center;color:#fffdf9;background:linear-gradient(90deg,#3f6b5b 0%,#6e8f72 36%,#c9865c 100%);border-radius:34px;padding:44px 24px 52px;box-shadow:0 26px 60px #3f6b5b2e}.premium-showcase-offer-icon{background:#ffffff24;border-radius:22px;place-items:center;width:70px;height:70px;margin:0 auto 18px;font-size:1.8rem;display:grid}.premium-showcase-offer h2{color:#fffdf9;margin-bottom:12px}.premium-showcase-offer p{color:#fffdf9eb;margin:0 0 26px;font-size:1.1rem}.premium-showcase-offer-button{border-radius:18px;padding:18px 34px;font-weight:800;transition:transform .2s,box-shadow .2s}.premium-showcase-checkout{justify-content:space-between;align-items:center;gap:20px;padding:24px 26px;display:flex}.premium-showcase-checkout h3{color:#24323a;margin:8px 0;font-size:1.6rem}.premium-showcase-checkout p{color:#6a766d;max-width:54ch;margin:0;line-height:1.65}.premium-showcase-checkout-eyebrow{color:#3f6b5b;letter-spacing:.06em;text-transform:uppercase;background:#3f6b5b1a;border-radius:999px;padding:6px 12px;font-size:.78rem;font-weight:800;display:inline-flex}.premium-showcase-checkout-actions{flex-wrap:wrap;gap:12px;display:flex}.premium-showcase-primary-action,.premium-showcase-secondary-action{border-radius:16px;padding:14px 20px;font-weight:800;transition:transform .2s,box-shadow .2s}.premium-showcase-primary-action{color:#fffdf9;background:linear-gradient(90deg,#3f6b5b,#c9865c);box-shadow:0 16px 30px #3f6b5b29}.premium-showcase-secondary-action{color:#24323a;background:#f0ece4}@media (width<=1200px){.premium-showcase-benefits,.premium-showcase-testimonials{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=980px){.premium-showcase-plans{grid-template-columns:1fr}.premium-showcase-checkout{display:grid}}@media (width<=760px){.premium-showcase{padding:16px 16px 28px}.premium-showcase-benefits,.premium-showcase-testimonials{grid-template-columns:1fr}.premium-showcase-hero{min-height:auto;padding:36px 18px}.premium-showcase-price-row strong{font-size:2.8rem}}.page-hero.violet{color:#fffdf9!important;background:radial-gradient(circle at 18% 22%,#ffffff1f,#0000 20%),linear-gradient(135deg,#3f6b5b 0%,#6e8f72 52%,#8da79c 100%)!important;box-shadow:0 20px 40px #3f6b5b33!important}.gradient-button.violet{background:linear-gradient(135deg,#3f6b5b,#5f8973)!important}.gradient-button.rose{background:linear-gradient(135deg,#c9865c,#b8744d)!important}.gradient-button.cyan{background:linear-gradient(135deg,#6e8f72,#8da79c)!important}.full-gradient-button,.step-title span,.claim-step span{background:linear-gradient(135deg,#c9865c,#b8744d)!important}.service-choice-card.selected,.time-slot.active,.provider-card.selected,.pet-chip.active{border-color:#3f6b5b5c!important;box-shadow:0 14px 28px #3f6b5b1f!important}.feature-icon.blue,.feature-icon.green,.feature-icon.pink,.feature-icon.orange,.feature-icon.purple,.premium-plan-icon.blue,.premium-plan-icon.pink,.premium-plan-icon.orange,.transaction-icon.debit,.method-icon{color:#3f6b5b!important;background:#edf2ed!important}.booking-summary-card,.chart-card,.metric-panel,.message-thread-card,.ai-chat-card,.health-pet-strip,.provider-card,.booking-date-card{background:#fffdf9f2!important;border-color:#4a5c5424!important}.booking-sla-pill{color:#355949!important;background:#3f6b5b1f!important}.message-bubble.right{color:#fffdf9!important;background:linear-gradient(135deg,#3f6b5b,#5f8973)!important}.message-bubble.left{background:#fffdf9!important;border:1px solid #4a5c541f!important}.composer-tool,.quick-question,.chat-call-pill{color:#355949!important;background:#3f6b5b1a!important}.composer-input-row input,.booking-date-card input,.time-slot,.pet-chip,.service-choice-card,.provider-card{background:#fffdf9!important;border-color:#ddd4c8!important}.status-tag.success{color:#355949!important;background:#6e8f7224!important}.status-tag.warning{color:#9a6140!important;background:#c9865c29!important}.wickret-section-heading{z-index:1;text-align:center;justify-items:center;gap:10px;margin-bottom:22px;display:grid;position:relative}.wickret-section-heading h2{letter-spacing:-.05em;color:#223039;margin:0;max-width:900px;margin-inline:auto;font-size:clamp(1.6rem,2.5vw,2.3rem);line-height:1.08}.wickret-guarantee-section,.wickret-reviews-section{z-index:1;box-sizing:border-box;width:min(1280px,100vw - 64px);margin:0 auto;position:relative}.wickret-guarantee-layout{grid-template-columns:minmax(260px,1fr) minmax(320px,380px) minmax(260px,1fr);align-items:center;gap:24px;display:grid}.wickret-guarantee-column{gap:18px;min-width:0;display:grid}.wickret-guarantee-card{background:#fffdf9eb;border:1px solid #c9865c47;border-radius:999px;justify-content:space-between;align-items:center;gap:16px;min-width:0;padding:20px 22px;display:flex;box-shadow:0 18px 40px #121b220f}.wickret-guarantee-card>div{min-width:0}.wickret-guarantee-card svg{color:#2e2a54;flex-shrink:0;font-size:1.45rem}.wickret-guarantee-card h3{color:#223039;margin:0 0 4px;font-size:1.08rem}.wickret-guarantee-card p{color:#6b756d;overflow-wrap:anywhere;margin:0;font-size:.92rem;line-height:1.5}.wickret-guarantee-visual{justify-content:center;display:flex}.wickret-guarantee-image-shell{aspect-ratio:1/1.2;background:radial-gradient(circle,#b4f1f380,#ffffff2e 58%,#0000 68%);border-radius:40px;width:min(380px,100%);padding:16px}.wickret-guarantee-image{object-fit:cover;border-radius:36px;width:100%;height:100%;animation:.8s wickretGuaranteeSwap;box-shadow:0 22px 52px #121b221f}.wickret-reviews-controls{justify-content:flex-end;gap:12px;margin-bottom:20px;display:flex}.wickret-reviews-window{max-width:100%;overflow:hidden}.wickret-reviews-track{transition:transform .8s cubic-bezier(.16,1,.3,1);display:flex}.wickret-review-card{box-sizing:border-box;flex:0 0 50%;min-width:0;padding:12px}.wickret-review-card>*{border-radius:28px}.wickret-review-meta,.wickret-review-body{background:#fffdf9eb;border:1px solid #4a5c541a;box-shadow:0 16px 40px #121b220f}.wickret-review-meta{align-items:center;gap:16px;margin-bottom:12px;padding:20px 22px;display:flex}.wickret-review-avatar{object-fit:cover;border-radius:50%;width:64px;height:64px}.wickret-review-meta strong{color:#223039;font-size:1.2rem;display:block}.wickret-review-meta span{color:#6b756d;margin-top:4px;font-size:.92rem;display:block}.wickret-review-stars{letter-spacing:.2em;color:#f7b500;margin:8px 0 0;font-size:1rem}.wickret-review-body{padding:22px}.wickret-review-body p{color:#414d55;margin:0 0 16px;font-size:.98rem;line-height:1.58}.wickret-review-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.wickret-review-gallery img{object-fit:cover;border-radius:16px;width:100%;height:220px}.wickret-review-label{color:#6f7d86;margin-top:12px;font-size:.94rem;display:block}.wickret-review-dots{justify-content:center;gap:8px;margin-top:14px;display:flex}.wickret-review-dots span{background:#636f7738;border-radius:999px;width:8px;height:8px}.wickret-review-dots span.active{background:linear-gradient(90deg,#8a2be2,#ff1178);width:28px}.dashboard-preview-banner{color:#fff;background:linear-gradient(90deg,#3f6b5b 0%,#c9865c 100%);justify-content:space-between;align-items:center;gap:20px;margin:0 -24px 18px;padding:16px 24px;display:flex;box-shadow:0 12px 30px #3f6b5b2e}.dashboard-preview-banner-copy{align-items:center;gap:12px;margin:0 auto;font-weight:800;display:flex}.dashboard-preview-banner-copy p{color:#ffffffe6;margin:0;font-size:.98rem}.dashboard-preview-banner-icon{border:2px solid #ffffffe6;border-radius:999px;place-items:center;width:22px;height:22px;font-size:.82rem;line-height:1;display:inline-grid}.dashboard-preview-signin{color:#2e5144;background:#fffffff5;border-radius:18px;padding:12px 20px;font-weight:800;box-shadow:0 10px 24px #24323a1f}.dashboard-emergency-button{border:1px solid #ffffff38;border-radius:18px;padding:13px 22px;font-weight:800;position:relative;color:#fff!important;background:linear-gradient(135deg,#c9865c,#b8744a)!important;box-shadow:0 14px 28px #b9744a42!important}.dashboard-emergency-button:hover{transform:translateY(-1px);box-shadow:0 18px 34px #b9744a52!important}.dashboard-notification-button{border-radius:16px;min-width:44px;height:44px;padding:0 14px;font-weight:800;color:var(--palette-teal)!important;background:#ffffffeb!important;border:1px solid #18222d14!important;box-shadow:0 10px 24px #24323a14!important}.dashboard-emergency-overlay{z-index:60;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1f2b3647;place-items:start center;padding:24px;display:grid;position:fixed;inset:0}.dashboard-emergency-modal{background:#fffdf9;border:1px solid #eadfce;border-radius:28px;width:min(100%,380px);margin-top:72px;padding:30px;box-shadow:0 28px 70px #24323a38}.dashboard-emergency-head{align-items:center;gap:16px;margin-bottom:18px;display:flex}.dashboard-emergency-icon{color:#fff;background:linear-gradient(135deg,#c9865c,#d99a72);border-radius:50%;place-items:center;width:56px;height:56px;font-size:1.6rem;font-weight:900;display:grid}.dashboard-emergency-head h2{color:#24323a;letter-spacing:-.05em;margin:0;font-size:1.95rem;line-height:1.05}.dashboard-emergency-head p,.dashboard-emergency-copy,.dashboard-emergency-fee p,.dashboard-emergency-toast p{color:#5e6b63;margin:4px 0 0}.dashboard-emergency-copy{margin-top:0;font-size:1rem;line-height:1.7}.dashboard-emergency-fee{background:#fbf1e8;border:1px solid #ebc9af;border-radius:18px;align-items:flex-start;gap:12px;margin-top:22px;padding:16px 18px;display:flex}.dashboard-emergency-fee span{color:#b8744a;font-size:1rem}.dashboard-emergency-fee p{color:#9a6540;margin:0;font-weight:700}.dashboard-emergency-actions{grid-template-columns:1fr 1fr;gap:14px;margin-top:22px;display:grid}.dashboard-emergency-cancel,.dashboard-emergency-confirm{border-radius:16px;height:50px;font-weight:800}.dashboard-emergency-cancel{color:#445265;background:#f1f2f6}.dashboard-emergency-confirm{color:#fff;background:linear-gradient(135deg,#c9865c,#b8744a)}.dashboard-emergency-toast{z-index:61;background:#fffdf9;border:1px solid #cfe3d8;border-radius:18px;align-items:center;gap:14px;width:min(100%,420px);padding:16px 18px 16px 16px;display:flex;position:fixed;top:24px;left:50%;transform:translate(-50%);box-shadow:0 18px 46px #24323a24}.dashboard-emergency-toast-icon{color:#fff;background:#3f6b5b;border-radius:50%;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:1.1rem;font-weight:900;display:grid}.dashboard-emergency-toast strong{color:#24323a;display:block}.dashboard-emergency-toast-close{color:#9aa5b1;background:0 0;border-radius:10px;width:30px;height:30px;margin-left:auto;font-size:1.25rem;line-height:1}.dashboard-notifications-overlay{z-index:62;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1f2b3629;place-items:start end;padding:88px 24px 24px;display:grid;position:fixed;inset:0}.dashboard-notifications-dialog{background:#fffdf9;border:1px solid #eadfce;border-radius:24px;width:min(100%,420px);max-height:min(70vh,560px);padding:22px;overflow:auto;box-shadow:0 24px 60px #24323a2e}.dashboard-notifications-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.dashboard-notifications-head h2{color:#24323a;letter-spacing:-.04em;margin:0;font-size:1.35rem}.dashboard-notifications-head p{color:#6a766d;margin:6px 0 0;line-height:1.55}.dashboard-notifications-close{color:#6a766d;background:#f3efe8;border-radius:12px;flex-shrink:0;width:34px;height:34px;font-size:1.1rem;line-height:1}.dashboard-notifications-list{gap:12px;display:grid}.dashboard-notification-card{background:#fff;border:1px solid #ece3d8;border-radius:18px;grid-template-columns:10px 1fr;gap:14px;padding:16px;display:grid}.dashboard-notification-dot{background:#3f6b5b;border-radius:50%;width:10px;height:10px;margin-top:7px}.dashboard-notification-card.priority-high .dashboard-notification-dot{background:#c9865c}.dashboard-notification-card.priority-medium .dashboard-notification-dot{background:#8da79c}.dashboard-notification-card.priority-low .dashboard-notification-dot{background:#b9c7c0}.dashboard-notification-card strong{color:#24323a;display:block}.dashboard-notification-card p{color:#6a766d;margin:6px 0 0;line-height:1.55}.dashboard-notification-card span{color:#8b938b;margin-top:10px;font-size:.88rem;display:inline-block}.dashboard-promo-section{padding:18px 18px 14px;overflow:hidden}.dashboard-promo-tabs{color:#39464f;justify-content:center;align-items:center;gap:22px;margin-bottom:18px;display:flex}.dashboard-promo-tab{color:#39464f;background:0 0;padding:6px 4px 14px;font-size:1.1rem;font-weight:800;position:relative}.dashboard-promo-tab.active:after{content:"";background:linear-gradient(90deg,#c9865c,#e2ab59);border-radius:999px;width:180px;max-width:100%;height:10px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.dashboard-promo-carousel{grid-template-columns:56px minmax(0,1fr) 56px;align-items:center;gap:14px;display:grid}.dashboard-promo-track{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;transition:transform .26s;display:grid}.dashboard-promo-arrow{color:#0000;background:linear-gradient(135deg,#c9865c,#b8744a);border-radius:50%;width:56px;height:56px;font-size:0;line-height:0;transition:transform .18s,box-shadow .18s;position:relative;box-shadow:0 16px 30px #b9744a38}.dashboard-promo-arrow:before{color:#fff;content:">";place-items:center;font-size:1.5rem;font-weight:800;line-height:1;display:grid;position:absolute;inset:0}.dashboard-promo-arrow.left:before{content:"<"}.dashboard-promo-arrow:hover{transform:translateY(-2px);box-shadow:0 18px 34px #b9744a47}.dashboard-promo-card{cursor:pointer;border:1px solid #24323a14;border-radius:28px;grid-template-columns:minmax(0,1fr) 180px;min-height:250px;transition:transform .22s,box-shadow .22s,border-color .22s;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 40px #24323a1f}.dashboard-promo-card.sun{background:linear-gradient(135deg,#fff4d5,#fee5a8)}.dashboard-promo-card.aqua{background:linear-gradient(135deg,#e2f4ef,#c8e9df)}.dashboard-promo-card.mint{background:linear-gradient(135deg,#e6f3d8,#c8dfb1)}.dashboard-promo-card.peach{background:linear-gradient(135deg,#fff1e7,#f7d2bc)}.dashboard-promo-card.seafoam{background:linear-gradient(135deg,#dff2ef,#c5e7df)}.dashboard-promo-card.sky{background:linear-gradient(135deg,#dff0f7,#c0dbe6)}.dashboard-promo-card.blush{background:linear-gradient(135deg,#fde8e3,#f3cdc1)}.dashboard-promo-card.sage{background:linear-gradient(135deg,#eef4dc,#d7e2ba)}.dashboard-promo-copy{z-index:1;align-content:start;gap:10px;padding:18px 20px;display:grid}.dashboard-promo-card:hover{border-color:#c9865c59;transform:translateY(-4px);box-shadow:0 24px 48px #24323a29}.dashboard-promo-kicker{color:#fff;background:#23323ae0;border-radius:10px;width:fit-content;padding:7px 12px;font-size:.82rem;font-weight:800;display:inline-flex}.dashboard-promo-price{color:#fff;letter-spacing:-.05em;background:#eb295a;border-radius:0 999px 999px 0;width:fit-content;padding:12px 18px;font-size:1.95rem;line-height:1;display:inline-flex}.dashboard-promo-badge{color:#6f4214;background:#ffd154;border-radius:10px;width:fit-content;padding:6px 12px;font-weight:800;display:inline-flex}.dashboard-promo-card h3{color:#24323a;letter-spacing:-.04em;margin:6px 0 0;font-size:1.65rem;line-height:1.05}.dashboard-promo-card p{color:#46545c;margin:0;font-size:1rem;line-height:1.5}.dashboard-promo-cta{color:#24323a;background:#fffffff5;border-radius:999px;width:fit-content;min-width:128px;margin-top:8px;padding:12px 20px;font-weight:800;transition:transform .18s,box-shadow .18s,background-color .18s;box-shadow:0 10px 20px #24323a1f}.dashboard-promo-cta:hover{transform:translateY(-1px);box-shadow:0 14px 24px #24323a29}.dashboard-promo-image{object-fit:cover;width:100%;height:100%;transition:transform .26s}.dashboard-promo-card:hover .dashboard-promo-image{transform:scale(1.04)}.dashboard-promo-dots{justify-content:center;gap:10px;margin-top:16px;display:flex}.dashboard-promo-dots button{cursor:pointer;background:#c8cec9;border-radius:50%;width:8px;height:8px;transition:all .18s}.dashboard-promo-dots button.active{background:#c9865c;width:10px;height:10px}@media (width<=1180px){.dashboard-promo-track{grid-template-columns:1fr}.dashboard-promo-card{grid-template-columns:minmax(0,1fr)}.dashboard-promo-image{min-height:180px}}.explore-preview-page{color:#1f2537;background:radial-gradient(circle at 20% 12%,#94a3ff2e,#0000 24%),radial-gradient(circle at 84% 18%,#ff7db22e,#0000 24%),linear-gradient(#fdfcff 0%,#f8f4ff 54%,#fff9fb 100%);min-height:100vh;padding-bottom:32px}.explore-preview-banner,.explore-preview-header,.explore-preview-stat-card,.explore-preview-category,.explore-preview-service-card,.explore-preview-upcoming,.explore-preview-upcoming-card{box-sizing:border-box}.explore-preview-banner{color:#fff;background:linear-gradient(90deg,#9127ff 0%,#ec008c 100%);justify-content:center;align-items:center;gap:24px;padding:14px 24px;display:flex}.explore-preview-banner-copy{align-items:center;gap:10px;font-size:.98rem;font-weight:800;display:flex}.explore-preview-signin{color:#7d2cff;background:#fff;border-radius:18px;align-items:center;gap:10px;padding:12px 22px;font-weight:800;display:inline-flex;box-shadow:0 12px 28px #40126f2e}.explore-preview-header,.explore-preview-stats,.explore-preview-category-row,.explore-preview-content{width:min(1500px,100vw - 32px);margin:0 auto}.explore-preview-header{justify-content:space-between;align-items:center;gap:24px;padding:26px 16px 22px;display:flex}.explore-preview-header h1{letter-spacing:-.05em;margin:0 0 8px;font-size:clamp(2rem,3vw,2.7rem);line-height:1.04}.explore-preview-header p{color:#6d7590;margin:0;font-size:1.08rem}.explore-preview-search-row{align-items:center;gap:16px;display:flex}.explore-preview-search{width:min(640px,52vw);position:relative}.explore-preview-search input{background:#fffffff5;border:1px solid #e8deef;border-radius:20px;width:100%;height:58px;padding:0 72px 0 24px;font-size:1.05rem;box-shadow:0 8px 24px #765fa414}.explore-preview-search span{color:#fff;background:linear-gradient(135deg,#9227ff,#ec008c);border-radius:14px;place-items:center;width:40px;height:40px;font-size:1.2rem;display:grid;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.explore-preview-emergency{color:#fff;background:linear-gradient(135deg,#ff5031,#ff8a00);border-radius:18px;align-items:center;gap:10px;height:54px;padding:0 22px;font-weight:800;display:inline-flex}.explore-preview-stats{background:linear-gradient(#f5efffb8,#fffbfecc);border-top:1px solid #e9dfef;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;padding:26px 16px;display:grid}.explore-preview-stat-card{background:#ffffffeb;border:1px solid #ebe2f2;border-radius:28px;padding:26px 24px 24px;position:relative;box-shadow:0 16px 38px #6c58931f}.explore-preview-stat-icon,.explore-preview-service-icon{color:#fff;border-radius:20px;place-items:center;width:62px;height:62px;font-size:1.7rem;display:grid}.explore-preview-stat-icon.green{background:linear-gradient(135deg,#00c46a,#10b981)}.explore-preview-stat-icon.pink{background:linear-gradient(135deg,#ad36ff,#ff4bc7)}.explore-preview-stat-icon.amber{background:linear-gradient(135deg,#ff9d00,#ffbf44)}.explore-preview-stat-icon.rose{background:linear-gradient(135deg,#ff2c71,#ff5a91)}.explore-preview-stat-arrow{color:#6a7588;background:#f4fbf7;border-radius:999px;place-items:center;width:44px;height:44px;display:grid;position:absolute;top:24px;right:24px}.explore-preview-stat-card span{color:#6d7590;margin-top:18px;font-size:1rem;display:block}.explore-preview-stat-card strong{letter-spacing:-.05em;margin-top:6px;font-size:2.25rem;display:block}.explore-preview-stat-card p{color:#14b86a;margin:10px 0 0;font-weight:700}.explore-preview-category-row{flex-wrap:wrap;gap:14px;padding:8px 16px 0;display:flex}.explore-preview-category{color:#475066;background:#ffffffe6;border:1px solid #e6dff1;border-radius:18px;height:58px;padding:0 22px;font-weight:800}.explore-preview-category span{margin-right:10px}.explore-preview-category.active{color:#fff;background:linear-gradient(90deg,#9127ff,#ec008c);box-shadow:0 16px 36px #af1ba438}.explore-preview-content{grid-template-columns:minmax(0,1.5fr) 420px;gap:28px;padding:24px 16px 0;display:grid}.explore-preview-section-head{justify-content:space-between;align-items:center;gap:18px;margin-bottom:16px;display:flex}.explore-preview-title-row{align-items:center;gap:14px;display:flex}.explore-preview-title-row h2{letter-spacing:-.05em;margin:0;font-size:clamp(1.9rem,2.6vw,2.6rem)}.explore-preview-title-row span{color:#9227ff;background:#efe2ff;border-radius:18px;justify-content:center;align-items:center;min-width:48px;height:38px;padding:0 12px;font-weight:800;display:inline-flex}.explore-preview-section-head p{color:#6d7590;margin:0;font-size:1rem}.explore-preview-service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.explore-preview-service-card{background:#fffffff0;border:1px solid #ebe2f2;border-radius:28px;padding:26px 24px 22px;box-shadow:0 16px 38px #6c58931a}.explore-preview-service-top,.explore-preview-service-footer,.explore-preview-upcoming-head,.explore-preview-sidebar-head{justify-content:space-between;align-items:center;gap:16px;display:flex}.explore-preview-service-icon.cyan{background:linear-gradient(135deg,#1097ff,#00c3ca)}.explore-preview-service-icon.orange{background:linear-gradient(135deg,#ff5d27,#ff3fb4)}.explore-preview-service-icon.pink{background:linear-gradient(135deg,#d73bff,#ff317f)}.explore-preview-service-icon.blue{background:linear-gradient(135deg,#1d8eff,#14b8d4)}.explore-preview-badge{color:#fff;border-radius:999px;align-items:center;height:34px;padding:0 14px;font-size:.86rem;font-weight:800;display:inline-flex}.explore-preview-badge.cyan{background:linear-gradient(135deg,#43b4ff,#56d4c8)}.explore-preview-badge.orange{background:linear-gradient(135deg,#ff8a54,#ffa1c1)}.explore-preview-badge.pink{background:linear-gradient(135deg,#ff51c5,#d34fff)}.explore-preview-badge.blue{background:linear-gradient(135deg,#67b4ff,#73d7ff)}.explore-preview-service-card h3{letter-spacing:-.05em;margin:24px 0 10px;font-size:1.85rem;line-height:1.08}.explore-preview-service-card>p{color:#697387;margin:0;font-size:.98rem;line-height:1.55}.explore-preview-service-meta{color:#6d7590;flex-wrap:wrap;gap:12px;margin-top:16px;font-size:.92rem;display:flex}.explore-preview-service-meta span{align-items:center;gap:6px;display:inline-flex}.explore-preview-service-footer{margin-top:22px}.explore-preview-service-footer strong{color:#9227ff;letter-spacing:-.05em;font-size:1.95rem}.explore-preview-service-footer button{color:#fff;background:linear-gradient(135deg,#18b7ff,#0fc787);border-radius:999px;height:42px;padding:0 18px;font-weight:800}.explore-preview-upcoming{background:#fffffff0;border:1px solid #ebe2f2;border-radius:28px;padding:24px;box-shadow:0 16px 38px #6c58931a}.explore-preview-sidebar-head h3{align-items:center;gap:10px;margin:0;font-size:1.2rem;display:inline-flex}.explore-preview-live-dot{background:#5fd88f;border-radius:50%;width:10px;height:10px}.explore-preview-upcoming-list{gap:16px;margin-top:18px;display:grid}.explore-preview-upcoming-card{background:linear-gradient(#fff6ff,#fff8fd);border:1px solid #f0e6f5;border-radius:20px;padding:18px 18px 16px}.explore-preview-upcoming-head strong{font-size:1.05rem;display:block}.explore-preview-upcoming-head p,.explore-preview-upcoming-card p{color:#6d7590;margin:6px 0 0}.explore-preview-upcoming-card p{align-items:center;gap:8px;font-size:.94rem;display:flex}.explore-preview-status{text-transform:lowercase;border-radius:999px;align-items:center;height:30px;padding:0 12px;font-size:.82rem;font-weight:800;display:inline-flex}.explore-preview-status.confirmed{color:#18a34b;background:#dbf6df}.explore-preview-status.pending{color:#b28700;background:#fff3c7}.explore-preview-upcoming-time{font-weight:700;color:#9227ff!important}.explore-preview-book{color:#fff;background:linear-gradient(90deg,#9127ff,#ec008c);border-radius:18px;justify-content:center;align-items:center;gap:10px;width:100%;height:56px;margin-top:16px;font-weight:800;display:inline-flex}@media (width<=1180px){.explore-preview-stats,.explore-preview-service-grid,.explore-preview-content{grid-template-columns:1fr}.explore-preview-search{width:100%}.explore-preview-search-row,.explore-preview-header{flex-direction:column;align-items:stretch}}@media (width<=1380px){.wickret-guarantee-layout{grid-template-columns:minmax(0,1fr) minmax(220px,240px) minmax(0,1fr)}.wickret-guarantee-card{padding:16px 18px}.wickret-guarantee-card h3{font-size:1rem}.wickret-guarantee-card p{font-size:.84rem}}@keyframes wickretGuaranteeSwap{0%{opacity:.35;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media (width<=1260px){.wickret-guarantee-layout{grid-template-columns:1fr}.wickret-guarantee-visual{order:-1}}@media (width<=980px){.wickret-reviews-controls{justify-content:center}.wickret-review-card{flex-basis:100%}.wickret-guarantee-card{border-radius:28px}}.dashboard-services-board{gap:28px;margin-top:8px;padding:28px;display:grid}.dashboard-services-tabs{flex-wrap:wrap;gap:14px;display:flex}.dashboard-services-tab{color:var(--palette-teal);background:#ffffffc2;border:1px solid #245c6924;border-radius:18px;align-items:center;gap:8px;padding:12px 18px;font-weight:800;display:inline-flex;box-shadow:0 10px 20px #245c690f}.dashboard-services-tab span{color:#245c69b3;font-size:.76rem}.dashboard-services-tab.active{color:#fff;background:linear-gradient(135deg, var(--palette-teal), #4f7883);border-color:#0000;box-shadow:0 16px 32px #245c6929}.dashboard-services-tab.active span{color:#ffffffad}.dashboard-services-head{align-items:center;margin-bottom:0}.dashboard-services-head p{color:#64748b;margin:0}.dashboard-services-actions{align-items:center;gap:14px;display:flex}.dashboard-services-section{margin-top:18px}.dashboard-services-title{align-items:center;gap:12px;display:flex}.dashboard-services-title h2{margin:0}.dashboard-services-title span{color:var(--palette-teal);background:#245c691a;border-radius:999px;padding:6px 12px;font-size:.92rem;font-weight:800}.dashboard-services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.dashboard-service-card{background:linear-gradient(#ffffffd6,#fafcfdf0);border:1px solid #245c691a;border-radius:28px;min-height:216px;padding:24px 24px 20px;transition:transform .18s,box-shadow .18s,border-color .18s;position:relative;box-shadow:0 18px 36px #245c6914}.dashboard-service-card:hover{border-color:#245c692e;transform:translateY(-2px);box-shadow:0 22px 40px #245c691f}.dashboard-service-card h3{color:var(--palette-ink);margin:22px 0 10px;font-size:1.22rem;line-height:1.1}.dashboard-service-card p{color:var(--ink-soft);max-width:78%;margin:0 0 18px;font-size:.9rem;line-height:1.6}.dashboard-service-icon{color:#fff;border-radius:18px;place-items:center;width:48px;height:48px;font-size:.86rem;font-weight:800;display:grid;box-shadow:0 12px 20px #245c691f}.dashboard-service-badge{color:var(--palette-teal);border-radius:999px;padding:5px 10px;font-size:.68rem;font-weight:800;position:absolute;top:16px;right:16px}.dashboard-service-badge.badge-new,.dashboard-service-badge.badge-sh{color:#4e7b71;background:#4e7b711f}.dashboard-service-badge.badge-sos,.dashboard-service-badge.badge-hot{color:#8a6f5a;background:#8a6f5a1f}.dashboard-service-badge.badge-ai{color:#6f8092;background:#6f809224}.dashboard-service-meta{color:#64748b;align-items:center;gap:8px;margin-bottom:18px;font-size:.86rem;display:flex}.dashboard-service-meta span:before{content:"★";color:#fbbf24;margin-right:8px}.dashboard-service-bottom{justify-content:space-between;align-items:center;gap:16px;margin-top:auto;padding-top:4px;display:flex}.dashboard-service-bottom strong{color:var(--palette-teal);font-size:1.45rem;line-height:1}.dashboard-service-book{color:#fff;border-radius:999px;min-width:94px;padding:11px 16px;font-weight:800;box-shadow:0 12px 24px #245c6924}.tone-cyan{background:linear-gradient(135deg,#245c69,#4f8d97)}.tone-orange{background:linear-gradient(135deg,#8a6f5a,#b2927b)}.tone-pink{background:linear-gradient(135deg,#6f8092,#8ea1b3)}.tone-blue{background:linear-gradient(135deg,#366d79,#6b97a2)}.tone-amber,.tone-gold{background:linear-gradient(135deg,#8a6f5a,#c19d7f)}.tone-rose,.tone-coral{background:linear-gradient(135deg,#7a6870,#a28b94)}.tone-sky,.tone-teal{background:linear-gradient(135deg,#4f8d97,#7ea9b0)}.tone-fuchsia,.tone-lavender,.tone-lilac,.tone-purple{background:linear-gradient(135deg,#64748b,#8ea1b3)}.tone-emerald{background:linear-gradient(135deg,#3d6d63,#5d8f84)}@media (width<=980px){.dashboard-services-board{gap:22px;padding:22px}.dashboard-services-head{align-items:flex-start}.dashboard-services-actions{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;width:100%}.dashboard-services-grid{grid-template-columns:1fr}.dashboard-service-card p{max-width:100%}}.pets-dashboard-page{gap:26px}.pets-overview-header,.pets-quick-actions{background:#ffffffeb;border:1px solid #0f172a12;border-radius:28px;box-shadow:0 18px 36px #0f172a14}.pets-dashboard-page .pets-overview-header:before,.pets-dashboard-page .pets-overview-header:after,.pets-dashboard-page .pets-quick-actions:before,.pets-dashboard-page .pets-quick-actions:after,.pets-page .page-hero:before,.pets-page .page-hero:after,.pets-page .section-block:before,.pets-page .section-block:after,.pets-page .pet-profile-card:before,.pets-page .pet-profile-card:after,.pets-page .feature-tile:before,.pets-page .feature-tile:after,.pets-page .page-hero-action:before,.pets-page .page-hero-action:after,.pets-page .gradient-button:before,.pets-page .gradient-button:after,.pets-page .full-gradient-button:before,.pets-page .full-gradient-button:after,.pets-page .feature-icon:before,.pets-page .feature-icon:after,.pets-dashboard-page .pet-reference-card:before,.pets-dashboard-page .pet-reference-card:after,.pets-dashboard-page .pets-management-card:before,.pets-dashboard-page .pets-management-card:after,.pets-dashboard-page .pet-modal-card:before,.pets-dashboard-page .pet-modal-card:after,.pets-dashboard-page .pets-quick-action:before,.pets-dashboard-page .pets-quick-action:after,.pets-dashboard-page .page-hero-action:before,.pets-dashboard-page .page-hero-action:after,.pets-dashboard-page .gradient-button:before,.pets-dashboard-page .gradient-button:after,.pets-dashboard-page .full-gradient-button:before,.pets-dashboard-page .full-gradient-button:after,.pets-dashboard-page .full-width-cta:before,.pets-dashboard-page .full-width-cta:after,.pets-dashboard-page .feature-icon:before,.pets-dashboard-page .feature-icon:after{content:none!important;box-shadow:none!important;background:0 0!important;animation:none!important;transform:none!important}.pets-overview-header{justify-content:space-between;align-items:center;gap:18px;padding:22px 24px;display:flex}.pets-overview-header h1,.pets-management-card h3,.pet-reference-copy h2,.pet-modal-head h2{margin:0}.pets-overview-header p,.pets-management-card p,.pet-reference-copy p{color:#64748b;margin:4px 0 0}.pets-reference-grid,.pets-management-grid,.pets-quick-actions-grid{display:grid}.pets-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.pet-reference-card,.pets-management-card{background:#fffffff0;border:1px solid #0f172a12;border-radius:28px;overflow:hidden;box-shadow:0 18px 36px #0f172a14}.pet-reference-cover{background-position:50%;background-size:cover;flex-direction:column;justify-content:space-between;min-height:190px;padding:18px;display:flex;position:relative}.pet-reference-tools{gap:10px;display:flex}.pet-tool-button{color:#fff;background:#0f172ab8;border:1px solid #ffffff2e;border-radius:999px;place-items:center;width:38px;height:38px;font-size:1rem;transition:background-color .2s,transform .2s,border-color .2s;display:grid}.pet-tool-button.danger{color:#fff;background:#b91c1cd1}.pet-tool-button:hover{background:#0f172ae0;border-color:#ffffff47;transform:translateY(-1px)}.pet-tool-button.danger:hover{background:#991b1bf5}.pet-premium-badge{color:#fff;background:linear-gradient(90deg,#f59e0b,#f97316);border-radius:999px;padding:8px 14px;font-size:.78rem;font-weight:800;position:absolute;top:18px;right:18px}.pet-reference-copy{color:#fff}.pet-reference-copy p{color:#ffffffe0}.pet-reference-body{gap:14px;padding:18px 18px 20px;display:grid}.pet-reference-body.pending{align-content:start;min-height:188px}.pet-pending-copy{color:#52616a;margin:0;line-height:1.65}.pet-reference-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.pet-reference-stats span,.pet-health-score-row span,.pet-detail-strip span,.pet-modal-field span{color:#64748b;font-size:.88rem;display:block}.pet-reference-stats strong,.pet-detail-strip strong{color:#0f172a;margin-top:4px;display:block}.pet-health-score-row{justify-content:space-between;align-items:center;display:flex}.pet-health-score-row strong{color:#d946ef;font-size:1.15rem}.pet-health-progress{background:#94a3b842;border-radius:999px;height:10px;overflow:hidden}.pet-health-progress div{background:linear-gradient(90deg,#22c55e,#16a34a);border-radius:999px;height:100%}.pet-detail-strip{border:1px solid #0f172a14;border-radius:18px;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.pet-detail-strip.success{background:linear-gradient(135deg,#22c55e14,#10b9810a);border-color:#22c55e3d}.pet-detail-strip.warning{background:linear-gradient(135deg,#f9731614,#fbbf240a);border-color:#f973163d}.pet-detail-strip.lavender{background:linear-gradient(135deg,#c084fc14,#ec48990a);border-color:#c084fc3d}.pet-detail-icon{color:#9333ea;font-size:1rem}.pet-reference-actions,.pet-modal-actions{gap:12px;display:flex}.pet-reference-actions .gradient-button,.pet-modal-actions button{flex:1}.pets-management-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.pets-management-card{gap:12px;padding:20px;display:grid}.pets-quick-actions{padding:22px 24px 24px}.pets-quick-actions-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.pets-quick-action{color:#fff;border-radius:22px;justify-content:center;align-items:center;gap:12px;min-height:94px;font-size:1.05rem;font-weight:800;display:flex}.pets-quick-action span{font-size:1rem}.pets-dashboard-page .page-hero-action,.pets-dashboard-page .gradient-button,.pets-dashboard-page .full-gradient-button,.pets-dashboard-page .full-width-cta,.pets-dashboard-page .pets-quick-action,.pets-dashboard-page .pet-modal-primary,.pets-dashboard-page .pet-modal-secondary{filter:none!important;transition:none!important;animation:none!important;transform:none!important}.pets-dashboard-page .pet-reference-card,.pets-dashboard-page .pets-management-card,.pets-dashboard-page .pet-tool-button,.pets-dashboard-page .pet-modal-card,.pets-dashboard-page .pet-modal-close,.pets-dashboard-page .pet-detail-strip,.pets-dashboard-page .pet-health-progress div{transition:none!important;animation:none!important;transform:none!important}.pets-dashboard-page .page-hero-action{color:#fffdf9!important;background:linear-gradient(135deg,#4f7c68,#628975)!important;box-shadow:0 12px 24px #4f7c682e!important}.pets-dashboard-page .page-hero-action:hover{background:linear-gradient(135deg,#456d5b,#587a67)!important;box-shadow:0 12px 24px #4f7c682e!important}.pets-dashboard-page .gradient-button.violet,.pets-dashboard-page .pet-modal-primary,.pets-dashboard-page .pets-quick-action.violet{color:#fffdf9!important;background:linear-gradient(135deg,#4f7c68,#628975)!important;box-shadow:0 12px 24px #4f7c6829!important}.pets-dashboard-page .gradient-button.cyan,.pets-dashboard-page .pets-quick-action.cyan{color:#fffdf9!important;background:linear-gradient(135deg,#6e8f72,#8aa391)!important;box-shadow:0 12px 24px #6e8f7229!important}.pets-dashboard-page .gradient-button.rose,.pets-dashboard-page .pets-quick-action.rose{color:#fffdf9!important;background:linear-gradient(135deg,#c9865c,#b8744d)!important;box-shadow:0 12px 24px #c9865c29!important}.pets-dashboard-page .pet-modal-secondary{color:#42584f!important;background:#f3efe8!important;border:1px solid #dbcdbd!important}.pets-dashboard-page .pet-modal-primary:hover,.pets-dashboard-page .gradient-button.violet:hover,.pets-dashboard-page .pets-quick-action.violet:hover{background:linear-gradient(135deg,#456d5b,#587a67)!important}.pets-dashboard-page .gradient-button.cyan:hover,.pets-dashboard-page .pets-quick-action.cyan:hover{background:linear-gradient(135deg,#61826a,#7f9988)!important}.pets-dashboard-page .gradient-button.rose:hover,.pets-dashboard-page .pets-quick-action.rose:hover{background:linear-gradient(135deg,#b97a54,#a96b46)!important}.pets-dashboard-page .pet-modal-secondary:hover{background:#ebe4da!important;border-color:#cfbfae!important}.pets-dashboard-page .page-hero-action:hover,.pets-dashboard-page .gradient-button:hover,.pets-dashboard-page .full-gradient-button:hover,.pets-dashboard-page .full-width-cta:hover,.pets-dashboard-page .pets-quick-action:hover,.pets-dashboard-page .pet-modal-primary:hover,.pets-dashboard-page .pet-modal-secondary:hover{filter:none!important;transform:none!important}.pet-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:60;background:#0f172a6b;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.pet-modal-card{background:#fff;border-radius:28px;width:min(760px,100%);padding:26px;box-shadow:0 24px 60px #0f172a2e}.pet-modal-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.pet-modal-close{background:#f3f4f6;border-radius:999px;width:38px;height:38px;font-size:1.5rem;line-height:1}.pet-modal-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.pet-modal-form-grid.lower{margin-top:14px}.pet-modal-field{gap:8px;display:grid}.pet-modal-field.full{margin-top:14px}.pet-modal-field input,.pet-modal-field select,.pet-modal-field textarea{background:#fff;border:1px solid #94a3b85c;border-radius:16px;width:100%;padding:14px 16px}.pet-modal-field select{appearance:auto}.pet-modal-field textarea{resize:vertical;min-height:106px}.pet-modal-secondary{background:#f3f4f6;border-radius:16px;padding:14px 18px;font-weight:700}.pet-modal-primary{color:#fff;background:linear-gradient(90deg,#c084fc,#ec4899);border-radius:16px;padding:14px 18px;font-weight:800}@media (width<=1100px){.pets-reference-grid,.pets-management-grid,.pets-quick-actions-grid{grid-template-columns:1fr 1fr}}@media (width<=800px){.pets-overview-header,.pet-reference-actions,.pet-modal-actions{flex-direction:column;align-items:stretch}.pets-reference-grid,.pets-management-grid,.pets-quick-actions-grid,.pet-modal-form-grid,.pet-reference-stats{grid-template-columns:1fr}.pet-modal-card{padding:22px}}.pets-dashboard-page button:before,.pets-dashboard-page button:after,.pets-dashboard-page article:before,.pets-dashboard-page article:after,.pets-page button:before,.pets-page button:after,.pets-page article:before,.pets-page article:after,.booking-wizard-page button:before,.booking-wizard-page button:after,.booking-wizard-page section:before,.booking-wizard-page section:after,.booking-wizard-page article:before,.booking-wizard-page article:after{content:none!important;animation:none!important}.pets-page .page-hero-action,.pets-page .gradient-button,.pets-page .full-gradient-button,.pets-page .pet-profile-card,.pets-page .feature-tile,.pets-page .pet-photo,.pets-page .pet-photo-wrap,.pets-page .pet-crown,.pets-dashboard-page .page-hero-action,.pets-dashboard-page .gradient-button,.pets-dashboard-page .full-gradient-button,.pets-dashboard-page .pet-reference-card,.pets-dashboard-page .pets-management-card,.pets-dashboard-page .pet-tool-button,.pets-dashboard-page .pet-modal-card,.pets-dashboard-page .pet-modal-close,.pets-dashboard-page .pet-detail-strip,.pets-dashboard-page .pet-health-progress div{transition:none!important;animation:none!important;transform:none!important}.pets-page .page-hero-action:hover,.pets-page .gradient-button:hover,.pets-page .full-gradient-button:hover,.pets-page .pet-profile-card:hover,.pets-page .feature-tile:hover,.pets-page .pet-crown:hover,.pets-dashboard-page .page-hero-action:hover,.pets-dashboard-page .gradient-button:hover,.pets-dashboard-page .full-gradient-button:hover,.pets-dashboard-page .pet-reference-card:hover,.pets-dashboard-page .pets-management-card:hover,.pets-dashboard-page .pet-tool-button:hover,.pets-dashboard-page .pet-modal-close:hover,.pets-dashboard-page .pet-modal-primary:hover,.pets-dashboard-page .pet-modal-secondary:hover{box-shadow:inherit;filter:none!important;transform:none!important}.booking-wizard-page{--booking-bg:#f7f3ec;--booking-surface:#fffffffa;--booking-border:#e7e0d6;--booking-text:#24323a;--booking-muted:#6c7a72;--booking-accent:#4f7c68;--booking-accent-soft:#dfeee5;--booking-chip:#f1f3f1;--booking-shadow:0 16px 38px #56685c14;background:radial-gradient(circle at top left, #c9865c1a, transparent 24%), radial-gradient(circle at right center, #5b8b731a, transparent 22%), var(--booking-bg);gap:22px;padding-bottom:18px}.booking-wizard-header,.booking-panel{background:var(--booking-surface);border:1px solid var(--booking-border);box-shadow:var(--booking-shadow);border-radius:28px}.booking-wizard-header{align-items:center;gap:14px;padding:20px 24px;display:flex}.booking-wizard-header h1,.booking-panel-head h2,.booking-service-card h3,.booking-pet-card h3,.booking-provider-title h3,.booking-price-box h3{color:var(--booking-text);margin:0}.booking-wizard-header p,.booking-service-card p,.booking-pet-card p,.booking-provider-copy p,.booking-confirm-item p{color:var(--booking-muted);margin:4px 0 0}.booking-back-pill,.booking-action-secondary,.booking-action-primary,.booking-confirm-button,.booking-service-card,.booking-pet-card,.booking-provider-card,.booking-time-slot{transition:transform .18s,box-shadow .18s,border-color .18s,filter .18s,background-color .18s}.booking-back-pill,.booking-action-secondary{color:#4b5a52;background:#eef2ef}.booking-back-pill{border-radius:14px;flex-shrink:0;width:42px;height:42px}.booking-wizard-shell{gap:22px;display:grid}.booking-stepper{grid-template-columns:repeat(5,minmax(0,1fr));align-items:start;gap:14px;display:grid}.booking-step{color:#849087;text-align:center;justify-items:center;gap:10px;display:grid}.booking-step:after{content:"";background:#94a3b847;border-radius:999px;width:100%;height:2px;display:block}.booking-step:last-child:after{display:none}.booking-step-indicator{color:#7b8d82;background:#ecf1ed;border-radius:999px;place-items:center;width:38px;height:38px;font-weight:800;display:grid}.booking-step span{font-size:.84rem;font-weight:700}.booking-step.done .booking-step-indicator{color:#fff;background:#18a957}.booking-step.active .booking-step-indicator{color:#fff;background:linear-gradient(135deg,#4f7c68,#6e8f72)}.booking-step.done:after,.booking-step.active:after{background:linear-gradient(90deg,#2faf62,#7ccf9a)}.booking-panel{padding:28px}.booking-panel-narrow{max-width:760px}.booking-panel-wide{max-width:1080px}.booking-confirm-panel{max-width:760px}.booking-panel-head,.booking-panel-head-split,.booking-service-card-head,.booking-provider-title,.booking-provider-main,.booking-provider-card,.booking-confirm-service,.booking-price-row,.booking-actions{display:flex}.booking-panel-head,.booking-confirm-head{margin-bottom:22px}.booking-panel-head-split{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px}.booking-service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.booking-service-card,.booking-pet-card,.booking-provider-card,.booking-time-slot{text-align:left;cursor:pointer}.booking-service-card{background:#fff;border:1px solid #dde3ee;border-radius:24px;gap:14px;min-height:236px;padding:18px;display:grid;position:relative}.booking-service-card:hover,.booking-pet-card:hover,.booking-provider-card:hover,.booking-time-slot:hover,.booking-action-primary:hover,.booking-action-secondary:hover,.booking-confirm-button:hover,.booking-back-pill:hover{transform:translateY(-2px);box-shadow:0 16px 28px #24323a1a}.booking-service-card.selected,.booking-pet-card.selected,.booking-provider-card.selected,.booking-time-slot.selected{border-color:#4f7c6873;box-shadow:0 18px 34px #4f7c681f}.booking-service-card-head{align-items:center;gap:14px}.booking-service-icon,.booking-pet-icon{color:#fff;border-radius:18px;place-items:center;width:52px;height:52px;font-size:.86rem;font-weight:800;display:grid}.booking-service-description{color:var(--booking-muted);font-size:.92rem;line-height:1.6}.booking-service-divider{background:#e6e9f0;height:1px}.booking-service-includes{color:#26354c;font-size:.84rem;font-weight:800}.booking-service-tags,.booking-provider-tags{flex-wrap:wrap;gap:8px;display:flex}.booking-service-tags span,.booking-provider-tags span{color:#59677d;background:var(--booking-chip);border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:700}.booking-service-price{color:var(--booking-accent);justify-self:end;font-size:1.3rem}.booking-pet-grid,.booking-confirm-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.booking-pet-card{background:#fff;border:1px solid #dde3ee;border-radius:24px;place-items:center;min-height:174px;padding:22px;display:grid}.booking-pet-icon{color:#4f7c68;background:#edf4ef;box-shadow:0 14px 28px #4f7c681f}.booking-pet-card span,.booking-date-field span,.booking-time-section>span,.booking-confirm-service span,.booking-confirm-item span{color:var(--booking-muted);font-size:.9rem}.booking-date-time-layout{grid-template-columns:minmax(260px,1fr) minmax(0,1.2fr);gap:20px;display:grid}.booking-date-field{gap:12px;display:grid}.booking-date-field input,.booking-provider-toolbar select{background:#fff;border:1px solid #dfe4ee;border-radius:16px;width:100%;padding:14px 16px}.booking-time-grid,.booking-provider-list{gap:14px;display:grid}.booking-time-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.booking-time-slot{color:#223148;background:#f3f5f8;border:1px solid #0000;border-radius:14px;justify-content:center;padding:14px 16px;font-weight:800;display:flex}.booking-provider-toolbar{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.booking-action-primary-top{justify-content:center;min-width:132px;display:inline-flex}.booking-provider-card{background:#fff;border:1px solid #dde3ee;border-radius:24px;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:18px}.booking-provider-main{align-items:center;gap:16px}.booking-provider-avatar{object-fit:cover;border-radius:20px;flex-shrink:0;width:74px;height:74px}.booking-provider-copy{gap:6px;display:grid}.booking-provider-title{align-items:center;gap:8px}.booking-provider-verified{color:#4f7c68;font-size:.85rem}.booking-provider-meta{color:var(--booking-muted);flex-wrap:wrap;gap:14px;font-size:.86rem;display:flex}.booking-provider-side{color:var(--booking-muted);text-align:right;gap:8px;min-width:140px;display:grid}.booking-provider-side strong{color:var(--booking-accent);font-size:1.5rem}.booking-confirm-service,.booking-price-box,.booking-confirm-item{background:#fffffff5;border:1px solid #e3dbef;border-radius:24px}.booking-confirm-service{align-items:center;gap:16px;padding:18px}.booking-confirm-grid{margin-top:18px}.booking-confirm-item{align-content:center;min-height:116px;padding:18px;display:grid}.booking-price-box{margin-top:18px;padding:22px}.booking-price-row{justify-content:space-between;align-items:center;padding:10px 0}.booking-price-row.total{border-top:1px solid #94a3b838;margin-top:8px;padding-top:16px}.booking-price-row.total strong{color:var(--booking-accent);font-size:1.5rem}.booking-confirm-button,.booking-action-primary{color:#fff;background:linear-gradient(90deg,#4f7c68,#6e8f72)}.booking-action-primary,.booking-action-secondary,.booking-confirm-button{border-radius:16px;padding:14px 22px;font-weight:800}.booking-confirm-button{width:100%;margin-top:20px}.booking-actions{justify-content:space-between;align-items:center}.booking-action-primary:disabled,.booking-action-secondary:disabled,.booking-back-pill:disabled,.booking-confirm-button:disabled{cursor:not-allowed;opacity:.55;box-shadow:none;transform:none}.booking-success-text{color:#1f8f58;margin:14px 0 0;font-weight:700}.booking-service-icon.tone-cyan,.booking-service-icon.tone-blue,.booking-service-icon.tone-sky,.booking-service-icon.tone-teal{background:linear-gradient(135deg,#4f7c68,#6e8f72)}.booking-service-icon.tone-orange,.booking-service-icon.tone-coral,.booking-service-icon.tone-gold{background:linear-gradient(135deg,#c9865c,#b8744d)}.booking-service-icon.tone-pink,.booking-service-icon.tone-rose{background:linear-gradient(135deg,#d16f93,#c9865c)}.booking-service-icon.tone-violet,.booking-service-icon.tone-lavender,.booking-service-icon.tone-purple{background:linear-gradient(135deg,#7b8d82,#9ba9a1)}.booking-service-icon.tone-green{background:linear-gradient(135deg,#4f7c68,#77a18a)}@media (width<=1100px){.booking-service-grid,.booking-date-time-layout,.booking-confirm-grid{grid-template-columns:1fr}}@media (width<=820px){.booking-stepper,.booking-service-grid,.booking-pet-grid,.booking-time-grid,.booking-confirm-grid{grid-template-columns:1fr}.booking-provider-card,.booking-panel-head-split,.booking-actions{flex-direction:column;align-items:stretch}.booking-provider-side{text-align:left;min-width:0}.booking-provider-toolbar{flex-direction:column}}.messages-hub-page{background:radial-gradient(circle at 0 0,#c9865c14,#0000 24%),radial-gradient(circle at 100%,#5b8b7314,#0000 22%),#f7f3ec}.messages-hub-shell{background:#ffffffc7;border:1px solid #4a5c541f;border-radius:28px;grid-template-columns:360px 1fr;min-height:calc(100vh - 48px);display:grid;overflow:hidden;box-shadow:0 20px 44px #24323a14}.messages-sidebar,.messages-panel{background:#fffffff0}.messages-sidebar{border-right:1px solid #4a5c541f;grid-template-rows:auto auto 1fr;display:grid}.messages-sidebar-head{padding:24px 24px 16px}.messages-sidebar-head h1,.messages-panel-user h2{color:#24323a;margin:0}.messages-sidebar-head p,.messages-panel-user p,.messages-thread-copy p,.messages-thread-copy small,.messages-action-note{color:#6c7a72;margin:6px 0 0}.messages-search-shell{background:#fffdfa;border:1px solid #ddd4c8;border-radius:18px;align-items:center;gap:12px;margin:0 24px 18px;padding:0 16px;display:flex}.messages-search-shell input,.messages-input-shell textarea{color:#24323a;width:100%;font:inherit;background:0 0;border:0;outline:0}.messages-search-shell input{padding:15px 0}.messages-search-shell span{color:#8a968f;font-size:1.05rem}.messages-thread-list{overflow-y:auto}.messages-thread-item{text-align:left;background:0 0;border:0;border-left:4px solid #0000;grid-template-columns:56px 1fr;gap:14px;width:100%;padding:18px 22px;transition:background-color .18s,border-color .18s;display:grid}.messages-thread-item.active{background:#fffaf4eb;border-left-color:#4f7c68}.messages-thread-item:hover{background:#f7f3ece0}.messages-thread-avatar{color:#fffdf9;border-radius:50%;place-items:center;width:56px;height:56px;font-weight:800;display:grid;position:relative;overflow:hidden}.messages-thread-avatar img{object-fit:cover;width:100%;height:100%}.messages-thread-avatar i{background:#22c55e;border:2px solid #fff;border-radius:999px;width:12px;height:12px;position:absolute;bottom:2px;right:2px}.messages-thread-avatar.tone-teal{background:linear-gradient(135deg,#4f7c68,#6e8f72)}.messages-thread-avatar.tone-clay{background:linear-gradient(135deg,#c9865c,#b8744d)}.messages-thread-avatar.tone-mist{background:linear-gradient(135deg,#7b8d82,#9ba9a1)}.messages-thread-copy{min-width:0}.messages-thread-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.messages-thread-row strong{color:#24323a;font-size:1.1rem}.messages-thread-row span,.messages-thread-row small{color:#7b877f}.messages-thread-row small{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.messages-thread-row em{color:#fff;background:#4f7c68;border-radius:999px;place-items:center;min-width:24px;height:24px;font-size:.76rem;font-style:normal;font-weight:800;display:grid}.messages-panel{grid-template-rows:auto 1fr auto;display:grid}.messages-panel-head{border-bottom:1px solid #4a5c541f;justify-content:space-between;align-items:center;gap:16px;padding:18px 28px;display:flex}.messages-panel-user,.messages-panel-actions,.messages-composer-row,.messages-bubble-meta{align-items:center;display:flex}.messages-panel-user{gap:16px}.messages-panel-actions{gap:12px}.messages-icon-button,.messages-tool-button,.messages-send-button,.messages-emoji-button{cursor:pointer;font:inherit;border:0}.messages-icon-button{color:#fffdf9;border-radius:18px;min-width:56px;height:48px;font-weight:800;transition:background-color .18s,filter .18s}.messages-icon-button.tone-teal{background:linear-gradient(135deg,#4f7c68,#628975)}.messages-icon-button.tone-berry{background:linear-gradient(135deg,#c9865c,#b8744d)}.messages-icon-button.tone-soft{color:#556259;background:#f1eee8}.messages-icon-button:hover,.messages-tool-button:hover,.messages-send-button:hover,.messages-emoji-button:hover{filter:brightness(.98)}.messages-thread-body{background:linear-gradient(#fcf9f4f5,#f6f2eaeb);align-content:start;gap:18px;padding:30px 30px 24px;display:grid;overflow-y:auto}.messages-bubble-row{display:flex}.messages-bubble-row.left{justify-content:flex-start}.messages-bubble-row.right{justify-content:flex-end}.messages-bubble{border-radius:24px;max-width:min(720px,78%);padding:16px 18px 12px;box-shadow:0 12px 26px #24323a14}.messages-bubble.left{color:#24323a;background:#fffdfa;border:1px solid #dbcdbdb8}.messages-bubble.right{color:#fffdf9;background:linear-gradient(135deg,#4f7c68,#628975)}.messages-bubble p{margin:0;line-height:1.6}.messages-bubble-meta{justify-content:flex-end;gap:8px;margin-top:8px;font-size:.84rem}.messages-bubble.left .messages-bubble-meta{color:#7b877f;justify-content:flex-start}.messages-bubble.right .messages-bubble-meta{color:#ffffffe6}.messages-bubble-meta em{font-style:normal}.messages-image-card{margin-bottom:10px}.messages-image-card img{object-fit:cover;border-radius:18px;max-width:280px;max-height:240px;display:block}.messages-composer-bar{background:#fffffff5;border-top:1px solid #4a5c541f;padding:16px 20px 18px}.messages-action-note{margin-bottom:10px;font-size:.9rem}.messages-composer-row{gap:12px}.messages-tool-button,.messages-send-button{border-radius:18px;height:50px;padding:0 18px;font-weight:800}.messages-tool-button{color:#556259;background:#f1eee8}.messages-send-button{color:#fffdf9;background:linear-gradient(135deg,#4f7c68,#628975)}.messages-thread-item.active .messages-thread-row strong,.messages-panel-user h2{color:#24323a}.messages-panel-user p{color:#4f7c68;font-weight:700}.messages-input-shell{background:#fffdfa;border:1px solid #ddd4c8;border-radius:22px;flex:1;grid-template-columns:1fr auto;align-items:center;gap:8px;padding:0 14px 0 18px;display:grid}.messages-input-shell textarea{resize:none;min-height:56px;max-height:128px;padding:16px 0}.messages-emoji-button{color:#556259;background:#f1eee8;border-radius:999px;place-items:center;width:40px;height:40px;display:grid}.messages-hidden-input{display:none}@media (width<=1080px){.messages-hub-shell{grid-template-columns:320px 1fr}}@media (width<=900px){.messages-hub-shell{grid-template-columns:1fr}.messages-sidebar{border-bottom:1px solid #4a5c541f;border-right:0}}@media (width<=680px){.messages-panel-head,.messages-composer-row{flex-direction:column;align-items:stretch}.messages-panel-actions{justify-content:flex-end}.messages-bubble{max-width:100%}}.health-tracker-page{background:radial-gradient(circle at 0 0,#c9865c14,#0000 22%),radial-gradient(circle at 100%,#5b8b7314,#0000 20%),#f7f3ec}.health-tracker-hero,.health-score-card,.health-card,.health-metric-card{background:#fffffff5;border:1px solid #4a5c541f;box-shadow:0 18px 38px #24323a14}.health-tracker-hero{border-radius:28px;gap:18px;padding:24px 26px;display:grid}.health-tracker-hero h1,.health-score-copy strong,.health-card-head h2,.health-modal-head h2{color:#24323a;margin:0}.health-tracker-hero p,.health-card-head p,.health-score-copy p,.health-score-copy span,.health-list-card p,.health-list-card small,.health-meal-item p,.health-meal-item small,.health-recent-card p,.health-recent-card small{color:#6c7a72;margin:4px 0 0}.health-tracker-hero-actions,.health-pet-tabs,.health-card-head,.health-list-card-head,.health-modal-head,.health-modal-actions,.health-activity-summary,.health-goal-top{align-items:center;display:flex}.health-tracker-hero-actions{justify-content:flex-end;gap:10px}.health-hero-icon-button,.health-primary-button,.health-secondary-button,.health-link-button,.health-pet-tab,.health-segmented-tabs button{cursor:pointer;font:inherit;border:0}.health-hero-icon-button,.health-secondary-button,.health-link-button{color:#42584f;background:#f3efe8}.health-hero-icon-button,.health-primary-button,.health-secondary-button{border-radius:16px;height:44px;padding:0 16px;font-weight:800}.health-primary-button{color:#fffdf9;background:linear-gradient(135deg,#4f7c68,#628975)}.health-link-button{color:#4f7c68;background:0 0;padding:0;font-weight:800}.health-pet-tabs{flex-wrap:wrap;gap:12px}.health-pet-tab{text-align:left;background:#fffdfa;border:1px solid #ddd4c8;border-radius:18px;align-items:center;gap:12px;min-width:184px;padding:10px 12px;display:flex}.health-pet-tab.active{background:linear-gradient(135deg,#4f7c681f,#c9865c14);border-color:#4f7c6852}.health-pet-tab img{object-fit:cover;border-radius:50%;width:42px;height:42px}.health-pet-tab strong,.health-card strong,.health-meal-item strong,.health-recent-card strong,.health-list-card strong{color:#24323a}.health-pet-tab span{color:#6c7a72;font-size:.82rem;display:block}.health-score-card{background:linear-gradient(135deg,#4f7c68,#628975);border:0;border-radius:28px;grid-template-columns:1fr 280px;gap:20px;padding:28px;display:grid}.health-score-copy span,.health-score-copy p,.health-score-copy em,.health-score-copy strong,.health-score-copy small{color:#fffdf9}.health-score-copy strong{margin-top:18px;font-size:4rem;line-height:1;display:block}.health-score-copy small{opacity:.82;font-size:1.8rem}.health-score-copy em{margin-top:14px;font-style:normal;font-weight:700;display:block}.health-score-visual{place-items:center;display:grid;position:relative}.health-score-ring{background:#ffffff2e;border-radius:50%;place-items:center;width:170px;height:170px;display:grid}.health-score-ring div{--score-number:0;background:radial-gradient(circle at center, #4f7c68 58%, transparent 60%), conic-gradient(#fffdf9 calc(var(--score) * 1%), #ffffff38 0);border-radius:50%;width:130px;height:130px}.health-score-visual img{object-fit:cover;border:4px solid #fffdf9;border-radius:50%;width:92px;height:92px;position:absolute;bottom:20px;right:16px}.health-metrics-grid,.health-tracker-grid,.health-recent-grid{display:grid}.health-metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.health-metric-card{border-radius:22px;gap:6px;padding:18px 20px;display:grid}.health-metric-card span,.health-metric-card p,.health-metric-card em{color:#6c7a72;font-style:normal}.health-metric-card strong{font-size:1.9rem}.health-metric-icon,.health-goal-icon{color:#fffdf9;border-radius:14px;place-items:center;width:42px;height:42px;font-size:.82rem;font-weight:800;display:grid}.tone-sky{background:linear-gradient(135deg,#6e8f72,#8aa391)}.tone-green{background:linear-gradient(135deg,#4f7c68,#628975)}.tone-rose{background:linear-gradient(135deg,#c9865c,#b8744d)}.tone-clay{background:linear-gradient(135deg,#d29d6d,#c9865c)}.tone-teal{background:linear-gradient(135deg,#5f8973,#87a391)}.tone-lavender{background:linear-gradient(135deg,#7b8d82,#9ba9a1)}.tone-violet{background:linear-gradient(135deg,#7b8d82,#8ea39a)}.health-tracker-grid{grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);gap:18px}.health-card{border-radius:24px;gap:16px;padding:20px;display:grid}.health-card.large{grid-column:1/-1}.health-card-head{justify-content:space-between;gap:16px}.health-activity-chart,.health-mini-chart{gap:18px;display:grid}.health-activity-chart{grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;min-height:180px}.health-activity-bar-item,.health-mini-bar-item{justify-items:center;gap:10px;display:grid}.health-activity-bar-track,.health-mini-bar-item{width:100%}.health-activity-bar-track{background:#f2efe8;border-radius:999px;height:126px;position:relative;overflow:hidden}.health-activity-bar-fill,.health-mini-bar-fill{background:linear-gradient(#4f7c68,#7da38b);border-radius:999px;width:100%;position:absolute;bottom:0}.health-activity-bar-item span,.health-mini-bar-item span{color:#5d6961;font-size:.86rem;font-weight:700}.health-activity-summary{border-top:1px solid #4a5c541f;justify-content:space-between;gap:16px;padding-top:16px}.health-activity-summary span,.health-total-intake span{color:#6c7a72;font-size:.84rem}.health-activity-summary strong,.health-total-intake strong{color:#24323a;font-size:1.6rem}.health-segmented-tabs{background:#f3efe8;border-radius:14px;gap:4px;padding:4px;display:inline-flex}.health-segmented-tabs button{color:#5e6962;background:0 0;border-radius:10px;min-width:54px;height:34px;font-weight:700}.health-segmented-tabs button.active{color:#fffdf9;background:linear-gradient(135deg,#4f7c68,#628975)}.health-mini-chart{grid-template-columns:repeat(6,minmax(0,1fr));align-items:end;min-height:170px}.health-mini-bar-item{gap:8px}.health-mini-bar-fill{align-self:end;height:120px;position:relative}.health-mini-bar-item:before{content:"";background:#f2efe8;border-radius:999px;grid-row:1;width:100%;height:120px}.health-mini-bar-item .health-mini-bar-fill{border-radius:999px;width:calc(100% - 12px);margin:6px}.health-goals-list,.health-list-stack,.health-meals-list{gap:14px;display:grid}.health-goal-item{gap:10px;display:grid}.health-goal-top{gap:12px}.health-goal-top span:last-child{color:#24323a;margin-left:auto;font-weight:800}.health-goal-track{background:#ece8e0;border-radius:999px;width:100%;height:8px;overflow:hidden}.health-goal-fill{border-radius:999px;height:100%}.health-list-card{border:1px solid #c9865c38;border-radius:18px;gap:10px;padding:16px;display:grid}.health-list-card.done{background:#4f7c680d;border-color:#4f7c683d}.health-list-card.upcoming{background:#c9865c0d}.health-list-card-head{justify-content:space-between;gap:14px}.health-badge{border-radius:999px;place-items:center;min-width:78px;height:30px;font-size:.76rem;font-weight:800;display:grid}.health-badge.done{color:#fff;background:#22c55e}.health-badge.upcoming{color:#fff;background:#f97316}.health-list-card footer{color:#6c7a72;flex-wrap:wrap;justify-content:space-between;gap:10px;font-size:.82rem;display:flex}.health-total-intake{background:#c9865c0f;border:1px solid #c9865c38;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;padding:16px;display:flex}.health-meal-item,.health-recent-card{background:#fffdfa;border:1px solid #eadfce;border-radius:18px;grid-template-columns:42px 1fr auto;align-items:start;gap:12px;padding:14px 16px;display:grid}.health-meal-item span,.health-recent-card span:last-child{color:#c9865c;font-weight:800}.health-recent-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.health-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:70;background:#0f172a66;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.health-modal-card{background:#fffdfa;border:1px solid #e3d7c9;border-radius:28px;gap:14px;width:min(420px,100%);padding:24px;display:grid;box-shadow:0 26px 60px #24323a2e}.health-modal-head{justify-content:space-between}.health-modal-close{color:#5c6a61;cursor:pointer;background:#f2ede6;border:0;border-radius:999px;width:38px;height:38px}.health-modal-field{gap:8px;display:grid}.health-modal-field span{color:#5d6961;font-size:.88rem}.health-modal-field input,.health-modal-field select,.health-modal-field textarea{width:100%;font:inherit;background:#fff;border:1px solid #ddd4c8;border-radius:16px;padding:14px 16px}.health-modal-field textarea{resize:vertical;min-height:100px}.health-modal-actions{justify-content:flex-end;gap:12px}@media (width<=1100px){.health-tracker-grid,.health-metrics-grid,.health-recent-grid{grid-template-columns:1fr 1fr}.health-score-card{grid-template-columns:1fr}}@media (width<=760px){.health-metrics-grid,.health-tracker-grid,.health-recent-grid,.health-activity-chart,.health-mini-chart{grid-template-columns:1fr}.health-card-head,.health-tracker-hero-actions,.health-pet-tabs,.health-activity-summary,.health-modal-actions,.health-list-card-head,.health-total-intake{flex-direction:column;align-items:stretch}}.community-hub-page{background:radial-gradient(circle at 0 0,#c9865c14,#0000 22%),radial-gradient(circle at 100%,#5b8b7314,#0000 20%),#f7f3ec}.community-hero-panel,.community-composer-card,.community-feed-card,.community-search-card,.community-topics-card,.community-trending-card,.community-insight-card{background:#fffffff5;border:1px solid #4a5c541f;box-shadow:0 18px 38px #24323a14}.community-hero-panel{background:radial-gradient(circle at 100% 0,#ffffff14,#0000 20%),linear-gradient(135deg,#4f7c68,#628975);border:0;border-radius:28px;gap:20px;padding:24px 26px;display:grid}.community-hero-head,.community-body-layout,.community-composer-actions,.community-feed-head,.community-feed-user,.community-feed-title-row,.community-feed-actions,.community-search-shell,.community-modal-head,.community-modal-actions,.community-modal-tools,.community-topic-item,.community-trending-item{display:flex}.community-hero-head{justify-content:space-between;align-items:flex-start;gap:16px}.community-hero-panel h1,.community-topics-card h2,.community-trending-card h2,.community-insight-card h2,.community-modal-head h2{margin:0}.community-hero-panel h1,.community-hero-panel p,.community-hero-stat strong,.community-hero-stat span{color:#fffdf9}.community-create-button,.community-post-button,.community-filter-button,.community-primary-button,.community-secondary-button,.community-tab,.community-dot-button,.community-feed-actions button,.community-topic-item,.community-trending-item,.community-modal-tools button{cursor:pointer;font:inherit;border:0}.community-create-button,.community-primary-button{color:#4f7c68;background:#fffdfa;border-radius:16px;height:44px;padding:0 18px;font-weight:800}.community-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.community-hero-stat{background:#ffffff14;border:1px solid #ffffff2e;border-radius:22px;padding:18px 20px}.community-hero-stat strong{font-size:1.8rem;display:block}.community-body-layout{align-items:start;gap:18px}.community-main-column{flex:auto;gap:16px;min-width:0;display:grid}.community-side-column{flex:0 0 320px;gap:16px;width:320px;display:grid}.community-tabs{background:#fffdfa;border:1px solid #4a5c541f;border-radius:18px;gap:8px;width:fit-content;padding:8px;display:inline-flex;box-shadow:0 10px 24px #24323a14}.community-tab{color:#596862;background:0 0;border-radius:12px;min-width:74px;height:40px;padding:0 16px;font-weight:700}.community-tab.active{color:#fffdf9;background:linear-gradient(135deg,#4f7c68,#628975)}.community-composer-card,.community-feed-card,.community-search-card,.community-topics-card,.community-trending-card,.community-insight-card{border-radius:24px;padding:18px}.community-composer-row{grid-template-columns:40px 1fr;align-items:center;gap:12px;display:grid}.community-avatar-badge{color:#fffdf9;background:linear-gradient(135deg,#c9865c,#b8744d);border-radius:50%;place-items:center;width:40px;height:40px;font-weight:800;display:grid}.community-composer-row input,.community-search-shell input,.community-modal-field input,.community-modal-field select,.community-modal-field textarea{color:#24323a;width:100%;font:inherit;background:#fffdfa;border:1px solid #ddd4c8;border-radius:14px;padding:14px 16px}.community-composer-actions{justify-content:space-between;align-items:center;gap:12px;margin-top:12px}.community-composer-tools,.community-modal-tools{flex-wrap:wrap;gap:10px;display:flex}.community-composer-tools button,.community-modal-tools button{color:#4f7c68;background:#4f7c6814;border-radius:999px;height:34px;padding:0 14px;font-weight:700}.community-post-button,.community-filter-button{border-radius:14px;height:42px;padding:0 18px;font-weight:800}.community-post-button,.community-filter-button,.community-primary-button{color:#fffdf9;background:linear-gradient(135deg,#4f7c68,#628975)}.community-feed-list{gap:16px;display:grid}.community-feed-head{justify-content:space-between;align-items:flex-start;gap:16px}.community-feed-user{gap:14px}.community-feed-user img{object-fit:cover;border-radius:50%;width:52px;height:52px}.community-feed-title-row{align-items:center;gap:8px}.community-feed-title-row strong,.community-topic-item strong,.community-trending-item strong,.community-feed-card strong{color:#24323a}.community-feed-title-row span{color:#4f7c68;background:#4f7c681f;border-radius:999px;align-items:center;height:24px;padding:0 10px;font-size:.76rem;font-weight:800;display:inline-flex}.community-feed-user p,.community-feed-copy,.community-topic-item p,.community-trending-item span,.community-insight-card p,.community-insight-card small,.community-modal-field span,.community-comment-preview{color:#6c7a72;margin:0}.community-dot-button{color:#5c6a61;background:#f3efe8;border-radius:999px;width:38px;height:38px}.community-feed-copy{margin-top:14px;line-height:1.65}.community-feed-tags{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.community-feed-tags span{color:#4f7c68;background:#4f7c6814;border-radius:999px;padding:6px 10px;font-size:.76rem;font-weight:700}.community-feed-image{object-fit:cover;border-radius:18px;width:100%;max-height:320px;margin-top:14px}.community-feed-meta{color:#77847c;flex-wrap:wrap;gap:16px;margin-top:14px;font-size:.86rem;display:flex}.community-feed-meta em{color:#4f7c68;font-style:normal;font-weight:800}.community-feed-actions{gap:10px;margin-top:14px}.community-feed-actions button{color:#556259;background:#f3efe8;border-radius:14px;flex:1;height:42px;font-weight:700}.community-feed-actions button.active{color:#4f7c68;background:#4f7c6824}.community-search-shell{align-items:center;gap:12px}.community-search-shell span{color:#8a968f}.community-topics-card h2,.community-trending-card h2,.community-insight-card h2{color:#24323a;margin-bottom:14px}.community-topic-list,.community-trending-list{gap:12px;display:grid}.community-topic-item,.community-trending-item{color:#fffdf9;text-align:left;border-radius:18px;justify-content:space-between;align-items:center;width:100%;padding:14px 16px}.community-topic-item p{color:#fffdf9d1;margin-top:4px}.community-topic-item span{font-size:1.2rem}.community-topic-item.tone-teal{background:linear-gradient(135deg,#4f7c68,#628975)}.community-topic-item.tone-green{background:linear-gradient(135deg,#6e8f72,#8aa391)}.community-topic-item.tone-rose{background:linear-gradient(135deg,#c9865c,#b8744d)}.community-topic-item.tone-clay{background:linear-gradient(135deg,#d29d6d,#c9865c)}.community-topic-item.tone-lavender{background:linear-gradient(135deg,#7b8d82,#9ba9a1)}.community-topic-item.tone-sky{background:linear-gradient(135deg,#5f8973,#87a391)}.community-trending-card{background:linear-gradient(135deg,#4f7c68,#628975);border:0}.community-trending-card h2,.community-trending-item strong,.community-trending-item span{color:#fffdf9}.community-trending-item{background:0 0;padding:0}.community-insight-card small{margin-top:8px;display:block}.community-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:80;background:#0f172a66;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.community-modal-card{background:#fffdfa;border:1px solid #e3d7c9;border-radius:28px;gap:14px;width:min(520px,100%);padding:24px;display:grid;box-shadow:0 26px 60px #24323a2e}.community-modal-card.compact{width:min(420px,100%)}.community-modal-head{justify-content:space-between;align-items:center}.community-modal-close{color:#5c6a61;background:#f2ede6;border:0;border-radius:999px;width:38px;height:38px}.community-modal-field{gap:8px;display:grid}.community-modal-field textarea{resize:vertical;min-height:110px}.community-comment-preview{background:#f6f1e9;border-radius:16px;padding:14px 16px;line-height:1.6}.community-modal-actions{justify-content:flex-end;gap:12px}.community-secondary-button{color:#42584f;background:#f3efe8;border-radius:16px;height:44px;padding:0 18px;font-weight:800}@media (width<=1100px){.community-body-layout{flex-direction:column}.community-side-column{flex:auto;width:100%}.community-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.community-hero-head,.community-composer-actions,.community-feed-head,.community-feed-user,.community-feed-actions,.community-modal-actions{flex-direction:column;align-items:stretch}.community-stats-grid{grid-template-columns:1fr}.community-tabs{width:100%;overflow-x:auto}}.insurance-hub-page{background:radial-gradient(circle at 0 0,#c9865c24,#0000 24%),radial-gradient(circle at 100%,#5b8b731f,#0000 22%),linear-gradient(#f5f1ea 0%,#edf3ee 100%);gap:18px;min-height:100vh;padding:28px;display:grid}.insurance-hub-status-banner{color:#2f4b3e;background:#4f7c681f;border:1px solid #4f7c682e;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;font-weight:700;display:flex}.insurance-hub-status-banner button{color:#2f4b3e;cursor:pointer;background:#ffffffb3;border:0;border-radius:50%;width:32px;height:32px}.insurance-hub-hero,.insurance-hub-offer,.insurance-hub-panel,.insurance-hub-stat-card,.insurance-hub-policy-card,.insurance-hub-plan-card,.insurance-hub-claim-card,.insurance-hub-modal-card,.insurance-hub-policy-modal{background:#fffffff5;border:1px solid #4a5c541f;box-shadow:0 18px 40px #24323a14}.insurance-hub-hero{background:radial-gradient(circle at 100% 0,#ffffff1f,#0000 22%),linear-gradient(135deg,#4f7c68,#628975 55%,#c9865c);border:0;border-radius:32px;justify-content:space-between;align-items:flex-start;gap:20px;padding:30px 32px;display:flex}.insurance-hub-kicker,.insurance-hub-hero h1,.insurance-hub-hero p,.insurance-hub-hero-action{color:#fffdf9}.insurance-hub-kicker{letter-spacing:.04em;text-transform:uppercase;background:#fffdf929;border-radius:999px;padding:6px 12px;font-size:.8rem;font-weight:800;display:inline-flex}.insurance-hub-hero h1{margin:12px 0 8px;font-size:clamp(2.2rem,4vw,3.4rem);line-height:.95}.insurance-hub-hero p{opacity:.92;max-width:700px;margin:0}.insurance-hub-hero-action,.insurance-hub-primary-button,.insurance-hub-secondary-button,.insurance-hub-icon-button,.insurance-hub-tabs button,.insurance-hub-offer button,.insurance-hub-close-button{cursor:pointer;font:inherit;border:0}.insurance-hub-hero-action{white-space:nowrap;background:#fffdf924;border:1px solid #fffdf93d;border-radius:16px;align-items:center;gap:10px;height:46px;padding:0 18px;font-weight:800;display:inline-flex}.insurance-hub-hero-action.small{background:linear-gradient(135deg,#4f7c68,#628975);border:0;height:44px}.insurance-hub-offer{background:linear-gradient(135deg,#fff1e6,#fff9f3);border-radius:26px;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:18px 20px;display:grid}.insurance-hub-offer-icon{color:#fffdf9;background:linear-gradient(135deg,#c9865c,#f97316);border-radius:18px;place-items:center;width:52px;height:52px;font-size:1.1rem;display:grid}.insurance-hub-offer strong,.insurance-hub-offer p,.insurance-hub-panel h2,.insurance-hub-benefit-card h3,.insurance-hub-policy-card strong,.insurance-hub-plan-card strong,.insurance-hub-claim-card strong,.insurance-hub-modal-card strong,.insurance-hub-policy-modal strong{color:#24323a}.insurance-hub-offer p,.insurance-hub-panel-head p,.insurance-hub-benefit-card p,.insurance-hub-policy-card span,.insurance-hub-plan-card p,.insurance-hub-plan-card small,.insurance-hub-claim-card p,.insurance-hub-claim-card span,.insurance-hub-field span,.insurance-hub-upload-box p,.insurance-hub-required-docs li,.insurance-hub-modal-card p,.insurance-hub-policy-modal span,.insurance-hub-policy-modal small{color:#6c7a72}.insurance-hub-offer button,.insurance-hub-tabs button.active,.insurance-hub-primary-button,.insurance-hub-primary-button.sage,.insurance-hub-primary-button.brand,.insurance-hub-primary-button.clay{color:#fffdf9}.insurance-hub-offer button{background:linear-gradient(135deg,#4f7c68,#628975);border-radius:14px;height:42px;padding:0 18px;font-weight:800}.insurance-hub-tabs{background:#ffffffe0;border:1px solid #4a5c541a;border-radius:20px;gap:8px;width:fit-content;padding:8px;display:inline-flex;box-shadow:0 12px 24px #24323a12}.insurance-hub-tabs button{color:#56665d;background:0 0;border-radius:14px;min-width:120px;height:42px;padding:0 16px;font-weight:700}.insurance-hub-tabs button.active{background:linear-gradient(135deg,#4f7c68,#628975)}.insurance-hub-stats,.insurance-hub-benefits,.insurance-hub-policy-grid,.insurance-hub-plan-grid,.insurance-hub-step-grid,.insurance-hub-claims-list,.insurance-hub-form-grid,.insurance-hub-modal-stats{display:grid}.insurance-hub-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.insurance-hub-stat-card{border-radius:22px;align-items:center;gap:14px;padding:18px;display:flex}.insurance-hub-stat-icon,.insurance-hub-benefit-icon{color:#fffdf9;border-radius:14px;place-items:center;width:46px;height:46px;display:grid}.insurance-hub-stat-icon.teal,.insurance-hub-benefit-icon{background:linear-gradient(135deg,#4f7c68,#628975)}.insurance-hub-stat-icon.sage{background:linear-gradient(135deg,#6e8f72,#8aa391)}.insurance-hub-stat-icon.clay{background:linear-gradient(135deg,#c9865c,#b8744d)}.insurance-hub-stat-icon.gold{background:linear-gradient(135deg,#d29d6d,#c9865c)}.insurance-hub-stat-card span{color:#6c7a72;font-size:.88rem;display:block}.insurance-hub-stat-card strong{margin-top:4px;font-size:1.25rem;display:block}.insurance-hub-stack{gap:18px;display:grid}.insurance-hub-panel{border-radius:28px;padding:22px}.insurance-hub-panel-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.insurance-hub-panel-head h2{margin:0}.insurance-hub-panel-head p{margin:6px 0 0}.insurance-hub-benefits{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.insurance-hub-benefit-card{background:linear-gradient(#fffdfa,#f8f4ed);border:1px solid #4a5c5414;border-radius:22px;padding:18px}.insurance-hub-benefit-card h3{margin:14px 0 8px;font-size:1rem}.insurance-hub-benefit-card p{margin:0;line-height:1.6}.insurance-hub-policy-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.insurance-hub-policy-card{border-radius:24px;gap:16px;padding:18px;display:grid}.insurance-hub-policy-top,.insurance-hub-policy-pet,.insurance-hub-usage-head,.insurance-hub-policy-actions,.insurance-hub-claim-top,.insurance-hub-claim-title-row,.insurance-hub-modal-head,.insurance-hub-modal-period,.insurance-hub-modal-actions{display:flex}.insurance-hub-policy-top,.insurance-hub-claim-top,.insurance-hub-modal-head{justify-content:space-between;align-items:flex-start;gap:16px}.insurance-hub-policy-pet{align-items:center;gap:14px}.insurance-hub-pet-avatar{color:#fffdf9;background:linear-gradient(135deg,#c9865c,#b8744d);border-radius:50%;place-items:center;width:52px;height:52px;font-weight:800;display:grid}.insurance-hub-pet-avatar.large{width:64px;height:64px;font-size:1.2rem}.insurance-hub-policy-pet strong,.insurance-hub-modal-pet strong{font-size:1.1rem;display:block}.insurance-hub-policy-pet span,.insurance-hub-modal-pet span{color:#4f7c68;font-weight:700;display:block}.insurance-hub-policy-badge,.insurance-hub-claim-status{border-radius:999px;justify-content:center;align-items:center;min-width:72px;height:30px;padding:0 12px;font-size:.76rem;font-weight:800;display:inline-flex}.insurance-hub-policy-badge,.insurance-hub-claim-status.approved{color:#16a34a;background:#22c55e1f}.insurance-hub-claim-status.paid{color:#4f7c68;background:#4f7c681f}.insurance-hub-claim-status.submitted{color:#b8744d;background:#c9865c24}.insurance-hub-policy-meta,.insurance-hub-policy-dates,.insurance-hub-claim-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.insurance-hub-policy-meta{background:linear-gradient(#f6fbf7,#fffdfa);border:1px solid #4f7c681a;border-radius:18px;padding:16px}.insurance-hub-policy-meta span,.insurance-hub-policy-dates span,.insurance-hub-claim-meta span,.insurance-hub-modal-stats span,.insurance-hub-modal-period span,.insurance-hub-modal-summary span{margin-bottom:6px;font-size:.8rem;display:block}.insurance-hub-policy-meta strong,.insurance-hub-policy-dates strong,.insurance-hub-claim-meta strong,.insurance-hub-modal-stats strong,.insurance-hub-modal-period strong,.insurance-hub-modal-summary strong{font-size:1rem}.insurance-hub-usage{gap:10px;display:grid}.insurance-hub-usage-head{justify-content:space-between;align-items:center;gap:12px}.insurance-hub-progress-track{background:#e8efe9;border-radius:999px;height:10px;overflow:hidden}.insurance-hub-progress-fill{background:linear-gradient(90deg,#4f7c68,#c9865c);border-radius:999px;height:100%}.insurance-hub-policy-actions{align-items:center;gap:10px}.insurance-hub-primary-button,.insurance-hub-secondary-button{border-radius:14px;justify-content:center;align-items:center;gap:8px;height:44px;padding:0 18px;font-weight:800;display:inline-flex}.insurance-hub-primary-button{background:linear-gradient(135deg,#4f7c68,#628975)}.insurance-hub-primary-button.brand{background:linear-gradient(135deg,#c9865c,#b8744d)}.insurance-hub-primary-button.clay{background:linear-gradient(135deg,#d29d6d,#c9865c)}.insurance-hub-secondary-button{color:#42584f;background:#f3efe8}.insurance-hub-icon-button{color:#53645b;background:#f3efe8;border-radius:14px;width:44px;height:44px}.insurance-hub-plan-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.insurance-hub-plan-card{border-radius:26px;gap:12px;padding:24px 20px 20px;display:grid;position:relative}.insurance-hub-plan-card.featured{border-color:#c9865c6b;box-shadow:0 22px 48px #c9865c24}.insurance-hub-plan-card.selected{border-color:#4f7c6857;box-shadow:0 20px 44px #4f7c6829}.insurance-hub-plan-badge{color:#fffdf9;background:linear-gradient(135deg,#c9865c,#b8744d);border-radius:999px;padding:7px 14px;font-size:.74rem;font-weight:800;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.insurance-hub-plan-card h3,.insurance-hub-claim-title-row strong,.insurance-hub-step-card strong{margin:0}.insurance-hub-plan-price{align-items:flex-end;gap:6px;display:flex}.insurance-hub-plan-price strong{font-size:2rem;line-height:1}.insurance-hub-plan-card em{color:#4f7c68;background:#4f7c681f;border-radius:999px;width:fit-content;padding:4px 10px;font-size:.76rem;font-style:normal;font-weight:800}.insurance-hub-plan-cover{text-align:center;color:#fffdf9;background:linear-gradient(135deg,#4f7c68,#628975);border-radius:18px;place-items:center;min-height:74px;padding:18px;font-weight:800;display:grid}.insurance-hub-plan-cover.brand{background:linear-gradient(135deg,#c9865c,#b8744d)}.insurance-hub-plan-cover.clay{background:linear-gradient(135deg,#d29d6d,#c9865c)}.insurance-hub-plan-list{gap:10px;display:grid}.insurance-hub-plan-item{grid-template-columns:18px 1fr;align-items:start;gap:10px;display:grid}.insurance-hub-plan-item span{color:#4f7c68;margin-top:2px}.insurance-hub-plan-item p,.insurance-hub-step-card p{margin:0}.insurance-hub-claims-process h2{margin:0 0 18px}.insurance-hub-step-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.insurance-hub-step-card{text-align:center;background:linear-gradient(#fffdfa,#f6fbf7);border:1px solid #4f7c6814;border-radius:20px;padding:18px}.insurance-hub-step-card span{color:#fffdf9;background:linear-gradient(135deg,#4f7c68,#628975);border-radius:50%;place-items:center;width:40px;height:40px;margin:0 auto 12px;font-weight:800;display:grid}.insurance-hub-claims-list{gap:16px}.insurance-hub-claim-card{border-radius:24px;gap:16px;padding:18px;display:grid}.insurance-hub-claim-title-row{flex-wrap:wrap;align-items:center;gap:10px}.insurance-hub-dot{color:#c2ccc5;margin:0 8px}.insurance-hub-claim-amount{text-align:right}.insurance-hub-claim-amount strong{font-size:1.8rem;display:block}.insurance-hub-claim-meta{background:#f7f4ee;border-radius:18px;grid-template-columns:repeat(4,minmax(0,1fr));padding:16px}.insurance-hub-claim-actions{gap:10px;display:flex}.insurance-hub-claim-actions .insurance-hub-primary-button{flex:auto}.insurance-hub-modal-overlay{z-index:90;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a6b;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.insurance-hub-modal-card,.insurance-hub-policy-modal{border-radius:30px;gap:16px;width:min(760px,100%);padding:24px;display:grid}.insurance-hub-policy-modal{width:min(460px,100%)}.insurance-hub-modal-head{align-items:flex-start}.insurance-hub-modal-head h2{margin:0}.insurance-hub-modal-head p{margin:6px 0 0}.insurance-hub-close-button{color:#556259;background:#f3efe8;border-radius:50%;width:40px;height:40px}.insurance-hub-form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.insurance-hub-field{gap:8px;display:grid}.insurance-hub-field select,.insurance-hub-field input,.insurance-hub-field textarea{color:#24323a;width:100%;font:inherit;background:#fffdfa;border:1px solid #ddd4c8;border-radius:16px;padding:14px 16px}.insurance-hub-field textarea{resize:vertical;min-height:108px}.insurance-hub-upload-box{text-align:center;cursor:pointer;background:linear-gradient(#fbf8f2,#f6fbf7);border:1px dashed #4f7c6847;border-radius:20px;place-items:center;gap:8px;padding:24px;display:grid}.insurance-hub-upload-box svg{color:#4f7c68;font-size:1.8rem}.insurance-hub-upload-box strong,.insurance-hub-required-docs strong{color:#24323a}.insurance-hub-required-docs{background:#4f7c6814;border-radius:18px;padding:16px}.insurance-hub-required-docs strong{margin-bottom:8px;display:block}.insurance-hub-required-docs ul{margin:0;padding-left:18px}.insurance-hub-modal-actions{justify-content:flex-end;gap:12px}.insurance-hub-modal-pet{background:linear-gradient(#f6fbf7,#fffdfa);border-radius:18px;align-items:center;gap:14px;padding:14px;display:flex}.insurance-hub-modal-pet small{margin-top:4px;display:block}.insurance-hub-modal-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.insurance-hub-modal-stats>div,.insurance-hub-modal-summary{background:#f7f4ee;border-radius:18px;padding:16px}.insurance-hub-modal-period{background:#fdfaf5;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:16px}.insurance-hub-modal-summary{justify-content:space-between;align-items:center;display:flex}@media (width<=1100px){.insurance-hub-stats,.insurance-hub-benefits,.insurance-hub-policy-grid,.insurance-hub-plan-grid,.insurance-hub-step-grid,.insurance-hub-claim-meta{grid-template-columns:1fr 1fr}}@media (width<=760px){.insurance-hub-page{padding:18px}.insurance-hub-hero,.insurance-hub-offer,.insurance-hub-panel-head,.insurance-hub-policy-top,.insurance-hub-policy-actions,.insurance-hub-claim-top,.insurance-hub-claim-actions,.insurance-hub-modal-head,.insurance-hub-modal-period,.insurance-hub-modal-actions{flex-direction:column;align-items:stretch}.insurance-hub-tabs{width:100%;overflow-x:auto}.insurance-hub-tabs button{min-width:max-content}.insurance-hub-stats,.insurance-hub-benefits,.insurance-hub-policy-grid,.insurance-hub-plan-grid,.insurance-hub-step-grid,.insurance-hub-claim-meta,.insurance-hub-policy-meta,.insurance-hub-policy-dates,.insurance-hub-form-grid.two,.insurance-hub-modal-stats{grid-template-columns:1fr}.insurance-hub-claim-amount{text-align:left}}.wallet-hub-page{background:radial-gradient(circle at 0 0,#c9865c24,#0000 24%),radial-gradient(circle at 100%,#5b8b731f,#0000 22%),linear-gradient(#f4f2ea 0%,#ecf4ee 100%);gap:18px;min-height:100vh;padding:28px;display:grid}.wallet-hub-status-banner,.wallet-hub-hero,.wallet-hub-stat-card,.wallet-hub-panel,.wallet-hub-quick-card,.wallet-hub-offer-card,.wallet-hub-points-card,.wallet-hub-modal-card{background:#fffffff5;border:1px solid #4a5c541f;box-shadow:0 18px 40px #24323a14}.wallet-hub-status-banner{color:#2f4b3e;background:#4f7c681f;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;font-weight:700;display:flex}.wallet-hub-status-banner button,.wallet-hub-modal-head button{color:#355044;cursor:pointer;background:#ffffffbf;border:0;border-radius:50%;width:34px;height:34px}.wallet-hub-hero{background:radial-gradient(circle at 100% 0,#ffffff1f,#0000 22%),linear-gradient(135deg,#4f7c68,#628975 60%,#c9865c);border:0;border-radius:32px;justify-content:space-between;align-items:flex-start;gap:20px;padding:30px 32px;display:flex}.wallet-hub-kicker,.wallet-hub-hero h1,.wallet-hub-hero p,.wallet-hub-hero-action{color:#fffdf9}.wallet-hub-kicker{letter-spacing:.04em;text-transform:uppercase;background:#fffdf929;border-radius:999px;padding:6px 12px;font-size:.8rem;font-weight:800;display:inline-flex}.wallet-hub-hero h1{margin:12px 0 8px;font-size:clamp(2.2rem,4vw,3.3rem);line-height:.95}.wallet-hub-hero p{max-width:720px;margin:0}.wallet-hub-hero-action,.wallet-hub-tabs button,.wallet-hub-panel-head button,.wallet-hub-method-card button,.wallet-hub-quick-card button,.wallet-hub-transaction-right button,.wallet-hub-offer-card button,.wallet-hub-points-card button,.wallet-hub-modal-actions button,.wallet-hub-amount-row button{cursor:pointer;font:inherit;border:0}.wallet-hub-hero-action{background:#fffdf924;border:1px solid #fffdf93d;border-radius:16px;align-items:center;gap:8px;height:46px;padding:0 18px;font-weight:800;display:inline-flex}.wallet-hub-stats,.wallet-hub-grid,.wallet-hub-mini-stats,.wallet-hub-offer-grid{display:grid}.wallet-hub-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.wallet-hub-stat-card{border-radius:22px;align-items:center;gap:14px;padding:18px;display:flex}.wallet-hub-stat-icon,.wallet-hub-method-icon,.wallet-hub-offer-icon,.wallet-hub-points-icon{color:#fffdf9;border-radius:14px;place-items:center;width:46px;height:46px;display:grid}.wallet-hub-stat-icon.teal,.wallet-hub-mini-card.teal,.wallet-hub-progress-fill.teal,.wallet-hub-offer-card.teal,.wallet-hub-quick-card{background:linear-gradient(135deg,#4f7c68,#628975)}.wallet-hub-stat-icon.brand,.wallet-hub-mini-card.brand,.wallet-hub-progress-fill.brand,.wallet-hub-offer-card.brand{background:linear-gradient(135deg,#c9865c,#b8744d)}.wallet-hub-stat-icon.sage,.wallet-hub-mini-card.sage,.wallet-hub-progress-fill.sage,.wallet-hub-offer-card.sage{background:linear-gradient(135deg,#6e8f72,#8aa391)}.wallet-hub-stat-icon.clay,.wallet-hub-progress-fill.clay{background:linear-gradient(135deg,#d29d6d,#c9865c)}.wallet-hub-progress-fill.stone{background:linear-gradient(135deg,#8c968f,#6c7a72)}.wallet-hub-stat-card span,.wallet-hub-mini-card span,.wallet-hub-method-card p,.wallet-hub-transaction-card p,.wallet-hub-transaction-card small,.wallet-hub-offer-card p,.wallet-hub-offer-card small,.wallet-hub-points-card p,.wallet-hub-earn-list span,.wallet-hub-modal-field span{color:#6c7a72}.wallet-hub-stat-card strong,.wallet-hub-panel h2,.wallet-hub-transaction-card strong,.wallet-hub-method-card strong,.wallet-hub-offer-card h3,.wallet-hub-points-card strong,.wallet-hub-modal-card h2{color:#24323a}.wallet-hub-tabs{background:#ffffffe0;border:1px solid #4a5c541a;border-radius:20px;gap:8px;width:fit-content;padding:8px;display:inline-flex;box-shadow:0 10px 24px #24323a12}.wallet-hub-tabs button{color:#56665d;background:0 0;border-radius:14px;min-width:110px;height:42px;padding:0 16px;font-weight:700}.wallet-hub-tabs button.active{color:#fffdf9;background:linear-gradient(135deg,#4f7c68,#628975)}.wallet-hub-grid{grid-template-columns:minmax(0,1.8fr) 320px;align-items:start;gap:18px}.wallet-hub-main-column,.wallet-hub-side-column,.wallet-hub-stack,.wallet-hub-transaction-list,.wallet-hub-method-list,.wallet-hub-reward-list,.wallet-hub-spend-list,.wallet-hub-earn-list{gap:16px;display:grid}.wallet-hub-panel,.wallet-hub-quick-card,.wallet-hub-points-card{border-radius:28px;padding:22px}.wallet-hub-panel-head,.wallet-hub-transaction-card,.wallet-hub-method-card,.wallet-hub-reward-card,.wallet-hub-modal-head,.wallet-hub-modal-actions{display:flex}.wallet-hub-panel-head,.wallet-hub-modal-head{justify-content:space-between;align-items:flex-start;gap:16px}.wallet-hub-panel-head h2,.wallet-hub-panel h2{margin:0}.wallet-hub-panel-head button{color:#4f7c68;background:0 0;font-weight:800}.wallet-hub-mini-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px}.wallet-hub-mini-card{color:#fffdf9;border-radius:20px;padding:18px}.wallet-hub-mini-card span,.wallet-hub-mini-card strong{color:#fffdf9}.wallet-hub-spend-row{justify-content:space-between;gap:12px;margin-bottom:8px;display:flex}.wallet-hub-progress-track{background:#e8efe9;border-radius:999px;height:10px;overflow:hidden}.wallet-hub-progress-fill{border-radius:999px;height:100%}.wallet-hub-method-card,.wallet-hub-transaction-card,.wallet-hub-reward-card{background:linear-gradient(#fffdfa,#f7f4ee);border:1px solid #4a5c5414;border-radius:20px;justify-content:space-between;align-items:center;gap:14px;padding:16px}.wallet-hub-transaction-card.full{align-items:flex-start}.wallet-hub-transaction-left,.wallet-hub-method-left,.wallet-hub-reward-left{align-items:center;gap:14px;display:flex}.wallet-hub-transaction-icon,.wallet-hub-reward-icon{border-radius:14px;place-items:center;width:42px;height:42px;display:grid}.wallet-hub-transaction-icon.credit,.wallet-hub-reward-icon.credit{color:#16a34a;background:#22c55e1f}.wallet-hub-transaction-icon.debit,.wallet-hub-reward-icon.debit{color:#b8744d;background:#c9865c24}.wallet-hub-method-card button,.wallet-hub-offer-card button,.wallet-hub-points-card button,.wallet-hub-modal-actions .primary{color:#fffdf9;background:linear-gradient(135deg,#4f7c68,#628975)}.wallet-hub-method-card button,.wallet-hub-offer-card button{border-radius:12px;height:38px;padding:0 14px;font-weight:800}.wallet-hub-method-card button.default{color:#4f7c68;background:#4f7c681f}.wallet-hub-transaction-right{justify-items:end;gap:6px;display:grid}.wallet-hub-transaction-right strong.credit,.wallet-hub-reward-card strong.credit{color:#16a34a}.wallet-hub-transaction-right strong.debit,.wallet-hub-reward-card strong.debit{color:#b8744d}.wallet-hub-transaction-right button{color:#4f7c68;background:0 0;padding:0;font-weight:800}.wallet-hub-quick-card{color:#fffdf9}.wallet-hub-quick-card h2{color:#fffdf9;margin:0 0 14px}.wallet-hub-quick-card button{color:#fffdf9;background:#fffdf91f;border:1px solid #fffdf91f;border-radius:14px;align-items:center;gap:10px;width:100%;height:44px;margin-top:10px;padding:0 16px;font-weight:800;display:flex}.wallet-hub-search-panel{align-items:center;gap:12px;display:flex}.wallet-hub-search-box{background:#fffdfa;border:1px solid #ddd4c8;border-radius:16px;flex:auto;align-items:center;gap:10px;padding:0 16px;display:flex}.wallet-hub-search-box input,.wallet-hub-modal-field input{width:100%;font:inherit;background:0 0;border:0;outline:0;padding:14px 0}.wallet-hub-search-panel>button{color:#42584f;background:#f3efe8;border-radius:14px;align-items:center;gap:8px;height:46px;padding:0 16px;font-weight:700;display:inline-flex}.wallet-hub-offer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.wallet-hub-offer-card{color:#fffdf9;border-radius:24px;padding:18px}.wallet-hub-offer-card h3,.wallet-hub-offer-card p,.wallet-hub-offer-card small,.wallet-hub-offer-card span{color:#fffdf9}.wallet-hub-offer-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.wallet-hub-offer-top span{background:#fffdf92e;border-radius:999px;padding:6px 10px;font-size:.74rem;font-weight:800}.wallet-hub-offer-card footer{justify-content:space-between;align-items:center;gap:12px;margin-top:16px;display:flex}.wallet-hub-offer-card button,.wallet-hub-points-card button{color:#2f4b3e;background:#fffdf9eb;border-radius:12px;height:40px;padding:0 16px;font-weight:800}.wallet-hub-points-card{text-align:center;background:linear-gradient(135deg,#fff0e5,#f6fbf7)}.wallet-hub-points-icon{background:linear-gradient(135deg,#c9865c,#b8744d);margin:0 auto 10px}.wallet-hub-points-card strong{margin-top:8px;font-size:3rem;display:block}.wallet-hub-earn-list div{border-bottom:1px solid #4a5c5414;justify-content:space-between;gap:12px;padding:12px 0;display:flex}.wallet-hub-earn-list div:last-child{border-bottom:0}.wallet-hub-earn-list strong{color:#4f7c68}.wallet-hub-modal-overlay{z-index:90;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a6b;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.wallet-hub-modal-card{border-radius:28px;gap:16px;width:min(420px,100%);padding:24px;display:grid}.wallet-hub-modal-head{align-items:center}.wallet-hub-modal-head h2{margin:0}.wallet-hub-modal-field{gap:8px;display:grid}.wallet-hub-amount-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.wallet-hub-amount-row button,.wallet-hub-modal-actions .secondary{color:#42584f;background:#f3efe8;border-radius:12px;height:40px;font-weight:800}.wallet-hub-modal-actions{justify-content:flex-end;gap:12px}.wallet-hub-modal-actions button{border-radius:14px;min-width:120px;height:44px;font-weight:800}@media (width<=1100px){.wallet-hub-stats,.wallet-hub-offer-grid,.wallet-hub-mini-stats{grid-template-columns:1fr 1fr}.wallet-hub-grid{grid-template-columns:1fr}}@media (width<=760px){.wallet-hub-page{padding:18px}.wallet-hub-hero,.wallet-hub-search-panel,.wallet-hub-panel-head,.wallet-hub-transaction-card,.wallet-hub-method-card,.wallet-hub-reward-card,.wallet-hub-offer-card footer,.wallet-hub-modal-actions{flex-direction:column;align-items:stretch}.wallet-hub-tabs{width:100%;overflow-x:auto}.wallet-hub-tabs button{min-width:max-content}.wallet-hub-stats,.wallet-hub-offer-grid,.wallet-hub-mini-stats,.wallet-hub-amount-row{grid-template-columns:1fr}.wallet-hub-transaction-right{justify-items:start}}.care-bottom-actions{gap:8px;margin-top:12px;display:grid}.care-bottom-link{position:relative}.care-link-badge{color:#fff;background:#ef4444;border-radius:999px;place-items:center;min-width:22px;height:22px;margin-left:auto;font-size:.72rem;font-weight:800;display:inline-grid}.settings-page{background:radial-gradient(circle at 0 0,#c9865c1f,#0000 24%),radial-gradient(circle at 100%,#5b8b731f,#0000 22%),linear-gradient(#f5f1ea 0%,#edf3ee 100%);gap:18px;min-height:100vh;padding:28px;display:grid}.settings-hero,.settings-sidebar,.settings-panel,.settings-security-card,.settings-version-card,.settings-modal-card,.settings-toast,.settings-empty-card,.settings-notification-card{background:#fffffff5;border:1px solid #4a5c541f;box-shadow:0 18px 40px #24323a14}.settings-hero{background:radial-gradient(circle at 100% 0,#ffffff1a,#0000 22%),radial-gradient(circle at 0,#ffffff0f,#0000 24%),linear-gradient(135deg,#4f7c68 0%,#628975 58%,#c9865c 100%);border:0;border-radius:30px;padding:28px 30px}.settings-hero h1,.settings-hero p{color:#fffdf9;margin:0}.settings-hero p{opacity:.88;margin-top:6px}.settings-toast{color:#2f4b3e;background:#4f7c681f;border-radius:18px;padding:14px 18px;font-weight:700}.settings-layout{grid-template-columns:240px 1fr;align-items:start;gap:18px;display:grid}.settings-sidebar,.settings-panel,.settings-version-card{border-radius:24px;padding:18px}.settings-sidebar{gap:10px;display:grid}.settings-tab,.settings-logout-button,.settings-primary-button,.settings-secondary-button,.settings-action-list button,.settings-switch,.settings-payment-actions button,.settings-help-item button,.settings-theme-options button,.settings-visibility-row button,.settings-modal-head button{cursor:pointer;font:inherit;border:0}.settings-tab,.settings-logout-button{color:#334155;background:#fffdfa;border:1px solid #4a5c5414;border-radius:16px;align-items:center;gap:12px;width:100%;min-height:52px;padding:0 14px;font-weight:700;display:flex}.settings-tab.active{color:#fffdf9}.settings-tab.active.teal{background:linear-gradient(135deg,#4f7c68,#628975)}.settings-tab.active.brand{background:linear-gradient(135deg,#c9865c,#b8744d)}.settings-tab.active.sage{background:linear-gradient(135deg,#6e8f72,#8aa391)}.settings-tab.active.clay{background:linear-gradient(135deg,#d29d6d,#c9865c)}.settings-tab.active.sky{background:linear-gradient(135deg,#5f8973,#87a391)}.settings-tab-icon,.settings-payment-icon,.settings-security-icon,.settings-notification-icon{color:#fffdf9;border-radius:12px;place-items:center;width:34px;height:34px;display:grid}.settings-tab-icon.teal,.settings-security-icon{background:linear-gradient(135deg,#4f7c68,#628975)}.settings-tab-icon.brand{background:linear-gradient(135deg,#c9865c,#b8744d)}.settings-tab-icon.sage{background:linear-gradient(135deg,#6e8f72,#8aa391)}.settings-tab-icon.clay,.settings-payment-icon{background:linear-gradient(135deg,#d29d6d,#c9865c)}.settings-tab-icon.sky{background:linear-gradient(135deg,#5f8973,#87a391)}.settings-tab-icon.danger{background:linear-gradient(135deg,#ef4444,#f97316)}.settings-notification-icon{background:linear-gradient(135deg,#4f7c68,#628975)}.settings-logout-button{color:#ef4444;background:#fef2f2e6;margin-top:8px}.settings-content,.settings-actions,.settings-form-grid,.settings-toggle-list,.settings-payment-list,.settings-help-list,.settings-notification-list{display:grid}.settings-content,.settings-payment-list,.settings-help-list,.settings-notification-list{gap:18px}.settings-actions{grid-auto-flow:column;gap:10px}.settings-primary-button,.settings-secondary-button{border-radius:14px;height:42px;padding:0 16px;font-weight:800}.settings-primary-button{color:#fffdf9;background:linear-gradient(135deg,#4f7c68,#628975)}.settings-primary-button.clay{background:linear-gradient(135deg,#d29d6d,#c9865c)}.settings-secondary-button{color:#42584f;background:#f3efe8}.settings-panel h2,.settings-profile-title strong,.settings-field span,.settings-action-list button span,.settings-payment-card strong,.settings-help-item span,.settings-notification-title strong,.settings-empty-card strong{color:#24323a}.settings-panel h2{margin:0 0 16px}.settings-panel-head,.settings-profile-head,.settings-profile-title,.settings-payment-card,.settings-payment-left,.settings-payment-actions,.settings-notification-head,.settings-notification-title,.settings-security-card,.settings-version-card{display:flex}.settings-panel-head,.settings-profile-head,.settings-notification-head{justify-content:space-between;align-items:flex-start;gap:16px}.settings-profile-title,.settings-payment-left,.settings-notification-title,.settings-security-card{align-items:center;gap:14px}.settings-avatar{color:#fffdf9;background:linear-gradient(135deg,#c9865c,#b8744d);border-radius:50%;place-items:center;width:64px;height:64px;font-size:1.25rem;font-weight:800;display:grid}.settings-profile-title p,.settings-toggle-row p,.settings-payment-card p,.settings-help-item p,.settings-version-card span,.settings-notification-title p,.settings-empty-card p,.settings-security-card p{color:#6c7a72;margin:4px 0 0}.settings-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.settings-field{gap:8px;display:grid}.settings-field span{align-items:center;gap:8px;font-size:.92rem;display:inline-flex}.settings-field input,.settings-field select,.settings-field textarea{color:#24323a;width:100%;font:inherit;background:#fffdfa;border:1px solid #ddd4c8;border-radius:16px;padding:14px 16px}.settings-action-list{gap:10px;display:grid}.settings-action-list button,.settings-help-item button{color:#334155;background:#f8f5ef;border-radius:14px;justify-content:space-between;align-items:center;width:100%;min-height:48px;padding:0 16px;font-weight:700;display:flex}.settings-action-list button.danger{color:#ef4444;background:#fef2f2eb}.settings-toggle-list,.settings-help-list{gap:12px}.settings-toggle-row{background:linear-gradient(#fffdfa,#f7f2ea);border:1px solid #4a5c5414;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;min-height:68px;padding:14px 16px;display:flex;box-shadow:inset 0 1px #fff9}.settings-switch{background:linear-gradient(135deg,#e4ddd2,#d8e2da);border-radius:999px;justify-content:flex-start;align-items:center;width:54px;height:30px;padding:4px;transition:background .18s,box-shadow .18s;display:flex;box-shadow:inset 0 1px 2px #24323a1f}.settings-switch span{background:linear-gradient(#fffdfa,#f7f2ea);border-radius:50%;width:22px;height:22px;transition:transform .18s;box-shadow:0 4px 10px #24323a29}.settings-switch.on{background:linear-gradient(135deg,#4f7c68,#628975);box-shadow:0 8px 18px #4f7c683d}.settings-switch.on span{transform:translate(24px)}.settings-page .settings-toggle-list .settings-toggle-row strong{font-size:.98rem}.settings-page .settings-toggle-list .settings-toggle-row p{color:#7a887f}.settings-visibility-row,.settings-theme-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.settings-visibility-row button,.settings-theme-options button{color:#42584f;background:#f3efe8;border-radius:14px;height:44px;font-weight:800}.settings-visibility-row button.active,.settings-theme-options button.active{color:#fffdf9;background:linear-gradient(135deg,#4f7c68,#628975)}.settings-security-card{background:#4f7c6814;border-radius:22px;padding:20px}.settings-payment-card{background:#fffdfa;border:1px solid #4a5c5414;border-radius:18px;justify-content:space-between;gap:12px;padding:16px}.settings-payment-actions button{color:#42584f;background:#f3efe8;border-radius:999px;min-width:78px;height:34px;font-weight:800}.settings-payment-actions button.is-default{color:#16a34a;background:#22c55e24}.settings-payment-actions .danger-icon{color:#ef4444;width:34px;min-width:34px;padding:0}.settings-help-item{background:#fffdfa;border:1px solid #4a5c5414;border-radius:16px}.settings-help-item.open{border-color:#4f7c6833}.settings-help-item p{margin:0;padding:0 16px 16px;line-height:1.65}.settings-version-card{justify-content:space-between;align-items:center}.settings-notification-card{border-radius:20px;padding:18px}.settings-notification-card.unread{border-color:#4f7c6838}.settings-notification-actions{gap:10px;margin-top:16px;display:flex}.settings-empty-card{text-align:center;border-radius:20px;padding:24px}.settings-modal-overlay{z-index:90;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a6b;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.settings-modal-card{border-radius:28px;gap:14px;width:min(420px,100%);padding:24px;display:grid}.settings-modal-head{justify-content:space-between;align-items:center;display:flex}.settings-modal-head h2{margin:0}html[data-theme=dark] body{color:#e5efe9;background:radial-gradient(circle at 0 0,#c9865c14,#0000 24%),radial-gradient(circle at 100%,#5b8b7314,#0000 22%),linear-gradient(#0f1720 0%,#16211c 100%)}html[data-theme=dark] .care-layout,html[data-theme=dark] .settings-page,html[data-theme=dark] .wallet-hub-page,html[data-theme=dark] .insurance-hub-page{background:radial-gradient(circle at 0 0,#c9865c14,#0000 24%),radial-gradient(circle at 100%,#5b8b7314,#0000 22%),linear-gradient(#0f1720 0%,#16211c 100%)}html[data-theme=dark] .care-sidebar,html[data-theme=dark] .care-brand,html[data-theme=dark] .care-support-card,html[data-theme=dark] .panel,html[data-theme=dark] .section-block,html[data-theme=dark] .wallet-hub-stat-card,html[data-theme=dark] .wallet-hub-panel,html[data-theme=dark] .wallet-hub-quick-card,html[data-theme=dark] .wallet-hub-points-card,html[data-theme=dark] .wallet-hub-offer-card,html[data-theme=dark] .insurance-hub-panel,html[data-theme=dark] .insurance-hub-stat-card,html[data-theme=dark] .insurance-hub-policy-card,html[data-theme=dark] .insurance-hub-plan-card,html[data-theme=dark] .insurance-hub-claim-card,html[data-theme=dark] .settings-sidebar,html[data-theme=dark] .settings-panel,html[data-theme=dark] .settings-version-card,html[data-theme=dark] .settings-security-card,html[data-theme=dark] .settings-notification-card,html[data-theme=dark] .settings-modal-card,html[data-theme=dark] .profile-card,html[data-theme=dark] .dashboard-stat-card,html[data-theme=dark] .side-card,html[data-theme=dark] .featured-service-card,html[data-theme=dark] .premium-service-card,html[data-theme=dark] .lifestyle-card,html[data-theme=dark] .health-card,html[data-theme=dark] .community-feed-card,html[data-theme=dark] .community-composer-card,html[data-theme=dark] .community-search-card,html[data-theme=dark] .community-topics-card,html[data-theme=dark] .community-insight-card{color:#e5efe9;background:#121c18f0;border-color:#8aa3912e}html[data-theme=dark] .sidebar-link,html[data-theme=dark] .settings-tab,html[data-theme=dark] .settings-logout-button,html[data-theme=dark] .settings-action-list button,html[data-theme=dark] .settings-help-item button,html[data-theme=dark] .settings-toggle-row,html[data-theme=dark] .settings-payment-card,html[data-theme=dark] .wallet-hub-transaction-card,html[data-theme=dark] .wallet-hub-method-card,html[data-theme=dark] .wallet-hub-reward-card,html[data-theme=dark] .wallet-hub-search-panel>button,html[data-theme=dark] .wallet-hub-search-box,html[data-theme=dark] .insurance-hub-policy-meta,html[data-theme=dark] .insurance-hub-claim-meta,html[data-theme=dark] .insurance-hub-modal-stats>div,html[data-theme=dark] .insurance-hub-modal-summary,html[data-theme=dark] .insurance-hub-modal-period,html[data-theme=dark] .insurance-hub-required-docs{color:#d9e6de;background:#18251ff0}html[data-theme=dark] .settings-toggle-row{background:linear-gradient(#18251ffa,#121c18f5);border-color:#8aa39124;box-shadow:inset 0 1px #ffffff08}html[data-theme=dark] .settings-switch{background:linear-gradient(135deg,#33463c,#24332c);box-shadow:inset 0 1px 2px #00000047}html[data-theme=dark] .settings-switch span{background:linear-gradient(#eef5f0,#d9e6de)}html[data-theme=dark] .settings-switch.on{background:linear-gradient(135deg,#5f8973,#7aa08d);box-shadow:0 8px 18px #5f897347}html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] textarea{color:#e5efe9;background:#0c1412e6;border-color:#8aa3912e}html[data-theme=dark] p,html[data-theme=dark] span,html[data-theme=dark] small,html[data-theme=dark] .method-action,html[data-theme=dark] .settings-panel-head button,html[data-theme=dark] .wallet-hub-transaction-right button{color:#b2c2b8}html[data-theme=dark] h1,html[data-theme=dark] h2,html[data-theme=dark] h3,html[data-theme=dark] strong,html[data-theme=dark] label{color:#f4faf7}html[data-theme=dark] .care-main,html[data-theme=dark] .dashboard-page,html[data-theme=dark] .page-stack{background:0 0}html[data-theme=dark] .dashboard-topbar,html[data-theme=dark] .dashboard-surface-card,html[data-theme=dark] .dashboard-promo-section,html[data-theme=dark] .dashboard-services-board,html[data-theme=dark] .dashboard-empty-state,html[data-theme=dark] .dashboard-notifications-dialog,html[data-theme=dark] .dashboard-emergency-modal,html[data-theme=dark] .dashboard-emergency-toast{color:#e5efe9;background:linear-gradient(#121c18fa,#0c1412f5);border-color:#8aa3912e;box-shadow:0 24px 54px #00000047}html[data-theme=dark] .dashboard-topbar{border-bottom-color:#8aa39129}html[data-theme=dark] .dashboard-topbar p,html[data-theme=dark] .dashboard-section-head p,html[data-theme=dark] .dashboard-services-title span,html[data-theme=dark] .dashboard-service-card p,html[data-theme=dark] .dashboard-service-meta,html[data-theme=dark] .dashboard-empty-state p,html[data-theme=dark] .appointment-card p,html[data-theme=dark] .activity-row p,html[data-theme=dark] .dashboard-notifications-head p,html[data-theme=dark] .dashboard-notification-card p,html[data-theme=dark] .dashboard-notification-card span,html[data-theme=dark] .dashboard-emergency-copy,html[data-theme=dark] .dashboard-emergency-fee p,html[data-theme=dark] .dashboard-promo-card p,html[data-theme=dark] .dashboard-quick-card p{color:#aebdb3}html[data-theme=dark] .dashboard-promo-tabs,html[data-theme=dark] .dashboard-promo-tab,html[data-theme=dark] .dashboard-service-card h3,html[data-theme=dark] .dashboard-section-head h2,html[data-theme=dark] .dashboard-notification-card strong,html[data-theme=dark] .dashboard-emergency-head p,html[data-theme=dark] .dashboard-emergency-toast strong,html[data-theme=dark] .appointment-card h3,html[data-theme=dark] .promo-card h3,html[data-theme=dark] .promo-card p,html[data-theme=dark] .activity-row strong{color:#f4faf7}html[data-theme=dark] .dashboard-search-shell{background:0 0}html[data-theme=dark] .dashboard-search-input{color:#eef5f0;background:#0a110feb;border-color:#8aa39138;box-shadow:inset 0 1px #ffffff08}html[data-theme=dark] .dashboard-search-input::placeholder{color:#819387}html[data-theme=dark] .dashboard-bell,html[data-theme=dark] .dashboard-search-button,html[data-theme=dark] .dashboard-link-button,html[data-theme=dark] .dashboard-notifications-close,html[data-theme=dark] .dashboard-emergency-cancel{color:#e5efe9;background:#1f2f28f2;border-color:#8aa3912e;box-shadow:0 14px 28px #0000002e}html[data-theme=dark] .dashboard-link-button{color:#d8e7dc;background:#5f89732e}html[data-theme=dark] .dashboard-emergency-button,html[data-theme=dark] .book-appointment-button,html[data-theme=dark] .dashboard-service-book,html[data-theme=dark] .dashboard-emergency-confirm{box-shadow:0 16px 28px #00000038}html[data-theme=dark] .dashboard-stat-card,html[data-theme=dark] .side-card,html[data-theme=dark] .dashboard-quick-card,html[data-theme=dark] .featured-service-card,html[data-theme=dark] .premium-service-card,html[data-theme=dark] .lifestyle-card,html[data-theme=dark] .dashboard-service-card,html[data-theme=dark] .appointment-card,html[data-theme=dark] .dashboard-notification-card{background:linear-gradient(#16221dfa,#0e1714f5);border-color:#8aa39129;box-shadow:0 18px 34px #0000002e}html[data-theme=dark] .dashboard-stat-card span{color:#9fb1a5}html[data-theme=dark] .dashboard-quick-card.quick-1,html[data-theme=dark] .dashboard-quick-card.quick-2,html[data-theme=dark] .dashboard-quick-card.quick-3,html[data-theme=dark] .dashboard-quick-card.quick-4{background:linear-gradient(#141f1bf2,#0d1512f7),linear-gradient(135deg,#5f89731f,#c9865c14)}html[data-theme=dark] .dashboard-quick-card strong,html[data-theme=dark] .dashboard-service-bottom strong,html[data-theme=dark] .dashboard-stat-card strong{color:#f4faf7}html[data-theme=dark] .dashboard-promo-card{border-color:#8aa3911f;box-shadow:0 20px 42px #0000003d}html[data-theme=dark] .dashboard-promo-card.sun{background:linear-gradient(135deg,#3c3322,#5d4830)}html[data-theme=dark] .dashboard-promo-card.aqua,html[data-theme=dark] .dashboard-promo-card.seafoam{background:linear-gradient(135deg,#1f3b35,#2e5b4f)}html[data-theme=dark] .dashboard-promo-card.mint,html[data-theme=dark] .dashboard-promo-card.sage{background:linear-gradient(135deg,#32422f,#53664b)}html[data-theme=dark] .dashboard-promo-card.peach,html[data-theme=dark] .dashboard-promo-card.blush{background:linear-gradient(135deg,#4a3027,#6a473c)}html[data-theme=dark] .dashboard-promo-card.sky{background:linear-gradient(135deg,#1e3342,#34566b)}html[data-theme=dark] .dashboard-promo-card h3,html[data-theme=dark] .dashboard-promo-cta{color:#f8fbf9}html[data-theme=dark] .dashboard-promo-cta{background:#090f0ec2;border:1px solid #ffffff1a;box-shadow:0 14px 28px #00000038}html[data-theme=dark] .featured-service-overlay,html[data-theme=dark] .promo-card-overlay{background:linear-gradient(#070b0a14,#070b0ad1)}html[data-theme=dark] .featured-badge{background:#070b0a8a}html[data-theme=dark] .appointment-card{background:linear-gradient(#15211cf0,#0f1915fa)}html[data-theme=dark] .activity-row>span{color:#d8e7dc;background:#253730eb}html[data-theme=dark] .dashboard-notifications-overlay,html[data-theme=dark] .dashboard-emergency-overlay{background:#070b0a75}html[data-theme=dark] .ai-chat-card,html[data-theme=dark] .insight-mini-card,html[data-theme=dark] .message-bubble.left,html[data-theme=dark] .quick-question,html[data-theme=dark] .composer-tool,html[data-theme=dark] .composer-input-row,html[data-theme=dark] .composer-input-row input{color:#e5efe9;background:linear-gradient(#141f1bf5,#0d1512fa);border-color:#8aa39129}html[data-theme=dark] .ai-page .mini-label,html[data-theme=dark] .insight-mini-card p,html[data-theme=dark] .message-bubble.left p,html[data-theme=dark] .message-bubble.left span,html[data-theme=dark] .quick-question,html[data-theme=dark] .composer-tool{color:#b2c2b8}html[data-theme=dark] .insight-mini-card strong,html[data-theme=dark] .message-bubble.left strong,html[data-theme=dark] .message-bubble.left p,html[data-theme=dark] .composer-input-row input{color:#f4faf7}html[data-theme=dark] .message-bubble.right{color:#f8fbf9;background:linear-gradient(135deg,#5f8973,#4f7c68)}html[data-theme=dark] .message-bubble.right span,html[data-theme=dark] .message-bubble.right p{color:#f8fbf9}html[data-theme=dark] .composer-input-row{box-shadow:inset 0 1px #ffffff08}html[data-theme=dark] .composer-input-row input::placeholder{color:#819387}html[data-theme=dark] .insurance-hub-offer,html[data-theme=dark] .insurance-hub-benefit-card,html[data-theme=dark] .insurance-hub-policy-meta,html[data-theme=dark] .insurance-hub-claim-meta,html[data-theme=dark] .insurance-hub-modal-stats>div,html[data-theme=dark] .insurance-hub-modal-summary,html[data-theme=dark] .insurance-hub-modal-period,html[data-theme=dark] .insurance-hub-required-docs,html[data-theme=dark] .insurance-hub-upload-box,html[data-theme=dark] .insurance-hub-field select,html[data-theme=dark] .insurance-hub-field input,html[data-theme=dark] .insurance-hub-field textarea,html[data-theme=dark] .insurance-hub-tabs,html[data-theme=dark] .insurance-hub-tabs button,html[data-theme=dark] .insurance-hub-secondary-button,html[data-theme=dark] .insurance-hub-icon-button,html[data-theme=dark] .insurance-hub-close-button,html[data-theme=dark] .insurance-hub-status-banner button{color:#e5efe9;background:linear-gradient(#141f1bf5,#0d1512fa);border-color:#8aa39129}html[data-theme=dark] .insurance-hub-panel-head p,html[data-theme=dark] .insurance-hub-benefit-card p,html[data-theme=dark] .insurance-hub-offer p,html[data-theme=dark] .insurance-hub-policy-card span,html[data-theme=dark] .insurance-hub-plan-card p,html[data-theme=dark] .insurance-hub-plan-card small,html[data-theme=dark] .insurance-hub-claim-card p,html[data-theme=dark] .insurance-hub-claim-card span,html[data-theme=dark] .insurance-hub-field span,html[data-theme=dark] .insurance-hub-upload-box p,html[data-theme=dark] .insurance-hub-required-docs li,html[data-theme=dark] .insurance-hub-policy-modal span,html[data-theme=dark] .insurance-hub-policy-modal small{color:#b2c2b8}html[data-theme=dark] .insurance-hub-offer strong,html[data-theme=dark] .insurance-hub-panel h2,html[data-theme=dark] .insurance-hub-benefit-card h3,html[data-theme=dark] .insurance-hub-policy-card strong,html[data-theme=dark] .insurance-hub-plan-card strong,html[data-theme=dark] .insurance-hub-claim-card strong,html[data-theme=dark] .insurance-hub-modal-card strong,html[data-theme=dark] .insurance-hub-policy-modal strong,html[data-theme=dark] .insurance-hub-field select,html[data-theme=dark] .insurance-hub-field input,html[data-theme=dark] .insurance-hub-field textarea{color:#f4faf7}html[data-theme=dark] .insurance-hub-tabs{box-shadow:0 12px 28px #0003}html[data-theme=dark] .insurance-hub-tabs button.active{color:#f8fbf9;background:linear-gradient(135deg,#5f8973,#7aa08d)}html[data-theme=dark] .wallet-hub-tabs,html[data-theme=dark] .wallet-hub-tabs button,html[data-theme=dark] .wallet-hub-mini-card,html[data-theme=dark] .wallet-hub-method-card,html[data-theme=dark] .wallet-hub-transaction-card,html[data-theme=dark] .wallet-hub-reward-card,html[data-theme=dark] .wallet-hub-search-box,html[data-theme=dark] .wallet-hub-search-panel>button,html[data-theme=dark] .wallet-hub-modal-card,html[data-theme=dark] .wallet-hub-amount-row button,html[data-theme=dark] .wallet-hub-modal-actions .secondary{color:#e5efe9;background:linear-gradient(#141f1bf5,#0d1512fa);border-color:#8aa39129}html[data-theme=dark] .wallet-hub-stat-card span,html[data-theme=dark] .wallet-hub-method-card p,html[data-theme=dark] .wallet-hub-transaction-card p,html[data-theme=dark] .wallet-hub-transaction-card small,html[data-theme=dark] .wallet-hub-points-card p,html[data-theme=dark] .wallet-hub-earn-list span,html[data-theme=dark] .wallet-hub-modal-field span,html[data-theme=dark] .wallet-hub-search-box input::placeholder{color:#b2c2b8}html[data-theme=dark] .wallet-hub-stat-card strong,html[data-theme=dark] .wallet-hub-panel h2,html[data-theme=dark] .wallet-hub-transaction-card strong,html[data-theme=dark] .wallet-hub-method-card strong,html[data-theme=dark] .wallet-hub-points-card strong,html[data-theme=dark] .wallet-hub-modal-card h2,html[data-theme=dark] .wallet-hub-search-box input{color:#f4faf7}html[data-theme=dark] .wallet-hub-tabs{box-shadow:0 12px 28px #0003}html[data-theme=dark] .wallet-hub-tabs button.active,html[data-theme=dark] .wallet-hub-method-card button.default{color:#f8fbf9;background:linear-gradient(135deg,#5f8973,#7aa08d)}html[data-theme=dark] .wallet-hub-quick-card button,html[data-theme=dark] .wallet-hub-offer-card button,html[data-theme=dark] .wallet-hub-points-card button{border-color:#ffffff1a}html[data-theme=dark] .wallet-hub-points-card{background:linear-gradient(135deg,#202c26fa,#394c3ff0)}@media (width<=980px){.settings-layout{grid-template-columns:1fr}}@media (width<=760px){.settings-page{padding:18px}.settings-profile-head,.settings-panel-head,.settings-notification-head,.settings-payment-card,.settings-security-card,.settings-version-card,.settings-actions,.settings-notification-actions{flex-direction:column;align-items:stretch}.settings-form-grid,.settings-visibility-row,.settings-theme-options{grid-template-columns:1fr}}html:not([data-theme=dark]),html:not([data-theme=dark]) body,body[data-theme=light],html:not([data-theme=dark]) body,html:not([data-theme=dark]) #root,body[data-theme=light],body[data-theme=light] #root,.landing-shell,.auth-shell,.app-main,.paw-login-shell,.care-layout,.care-main,.dashboard-page,.premium-page,.care-page,.messages-hub-page,.health-tracker-page,.community-hub-page,.insurance-hub-page,.wallet-hub-page,.settings-page{background:#fff!important}.clickable-panel{text-align:left;cursor:pointer;width:100%}
