.auth-page{justify-content:center;align-items:center;gap:4rem;min-height:calc(100dvh - 64px);padding:3rem 1.25rem;display:flex}.auth-hero{max-width:380px}.auth-hero h1{letter-spacing:-.02em;margin:.65rem 0 .75rem;font-size:clamp(2rem,4vw,2.65rem);font-weight:800;line-height:1.04}.auth-hero p{color:var(--muted);margin:0;font-size:1rem;line-height:1.6}.auth-card{border-radius:var(--r-lg);box-shadow:var(--shadow-card);background:#ffffffe6;border:1px solid #dce6e2e6;flex-direction:column;gap:.9rem;width:100%;max-width:400px;padding:clamp(1.25rem,5vw,1.5rem);display:flex}.auth-card .brand-logo{margin:0 auto;padding:.25rem 0}.auth-switch{background:var(--surface-soft);border:1px solid var(--line);border-radius:999px;padding:3px;display:flex}.auth-switch button{color:var(--muted);cursor:pointer;text-align:center;background:0 0;border:0;border-radius:999px;flex:1;padding:8px 0;font-size:.9rem;font-weight:700}.auth-switch button.active{color:var(--accent-strong);background:#fff;box-shadow:0 1px 4px #1228241a}.auth-form{flex-direction:column;gap:.85rem;display:flex}.divider-row{color:var(--muted);align-items:center;gap:.75rem;font-size:.83rem;display:flex}.divider-row:before,.divider-row:after{background:var(--line);content:"";flex:1;height:1px}.google-signin{justify-content:center;min-height:44px;display:flex}.muted{color:var(--muted);text-align:center;margin:0;font-size:.9rem}.text-button{color:var(--accent);cursor:pointer;font:inherit;background:0 0;border:0;padding:0;font-weight:800}@media (width<=820px){.auth-page{min-height:auto;padding-top:2rem}.auth-hero{display:none}}.legal-page{max-width:820px;margin:0 auto;padding:2.5rem 1.25rem 4rem}.legal-page h1{margin:0 0 .25rem;font-size:1.9rem}.legal-meta{color:var(--muted);margin:0 0 2rem;font-size:.9rem}.legal-page h2{margin:2rem 0 .5rem;font-size:1.2rem}.legal-page p,.legal-page li{color:var(--text);line-height:1.7}.legal-page ul{padding-left:1.25rem}.legal-page a{color:#167761;font-weight:600}.legal-back{color:var(--muted);margin-top:2.5rem;font-weight:600;display:inline-block}:root{--bg:#f4f7f6;--surface:#fff;--surface-soft:#edf5f2;--text:#13211f;--accent:#167761;--accent-strong:#0e5f4d;--muted:#66736f;--line:#dce6e2;--amber-fill:#b06c121f;--amber-text:#9a5b0a;--star:#f5a524;--red-fill:#fef2f2;--red-text:#b91c1c;--red-badge:#dc2626;--green-fill:#1677611f;--r:12px;--r-lg:16px;--r-sm:8px;--shadow-card:0 1px 2px #1228240d, 0 14px 36px #12282412;--shadow-pop:0 4px 12px #12282414, 0 22px 60px #12282424;--shadow-cta:0 10px 24px #16776142;--container-max:1120px;--tabbar-height:76px;--header-height:68px}*{box-sizing:border-box}html,body,#root{height:100%}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{-webkit-tap-highlight-color:transparent;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Hanken Grotesk,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.5}body:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle at top left, #16776129, transparent 34rem), linear-gradient(135deg, #f7faf8 0%, var(--bg) 45%, #f9fbff 100%);position:fixed;inset:0}button,input{font:inherit}.app-root{flex-direction:column;min-height:100dvh;display:flex}main{flex:1}.container{max-width:var(--container-max);padding:1.25rem;padding-left:max(1.25rem, env(safe-area-inset-left));padding-right:max(1.25rem, env(safe-area-inset-right));margin:0 auto}.eyebrow{color:var(--accent);letter-spacing:.13em;text-transform:uppercase;font-size:.74rem;font-weight:800}.highlight{color:var(--accent)}.day-heading{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin:1.1rem 0 .35rem;font-size:.74rem;font-weight:800}.sub{color:var(--muted);text-wrap:pretty;margin:0;font-size:.94rem;line-height:1.6}.meta{color:var(--muted);font-size:.83rem}.btn{border-radius:var(--r);cursor:pointer;white-space:nowrap;background:0 0;border:0;justify-content:center;align-items:center;gap:7px;min-height:44px;padding:0 1.35rem;font-size:.94rem;font-weight:700;text-decoration:none;transition:background .15s,color .15s,box-shadow .15s;display:inline-flex}.btn-sm{min-height:36px;padding:0 1rem;font-size:.9rem}.btn-primary{background:var(--accent);color:#fff;box-shadow:var(--shadow-cta)}.btn-primary:hover:not(:disabled){background:var(--accent-strong)}.btn-secondary{background:var(--surface-soft);color:var(--accent-strong);border:1px solid var(--line)}.btn-secondary:hover:not(:disabled){border-color:var(--accent)}.btn-ghost{color:var(--muted);background:0 0}.btn-ghost:hover:not(:disabled){background:var(--surface-soft);color:var(--accent-strong)}.btn-danger{background:var(--red-fill);color:var(--red-text);border:1px solid #fecaca}.btn-danger:hover:not(:disabled){background:#fee2e2}.btn:disabled{cursor:default;opacity:.55}.btn-block{width:100%}.field{flex-direction:column;gap:6px;display:flex}.field label{color:var(--muted);font-size:.83rem;font-weight:700}.input{border:1px solid var(--line);border-radius:var(--r);color:var(--text);background:#fbfdfc;width:100%;min-height:46px;padding:0 14px;font-size:1rem}.input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 4px #16776124}textarea.input{resize:vertical;min-height:84px;padding:12px 14px;line-height:1.5}.field-error{color:var(--red-text);align-items:center;gap:5px;margin:0;font-size:.83rem;font-weight:600;display:flex}.field-success{color:var(--accent-strong);align-items:center;gap:5px;margin:0;font-size:.83rem;font-weight:600;display:flex}.auth-error{background:var(--red-fill);border-radius:var(--r);color:var(--red-text);text-align:left;border:1px solid #fecaca;align-items:flex-start;gap:9px;margin:0 0 .75rem;padding:11px 14px;font-size:.9rem;font-weight:600;display:flex}.site-header{z-index:10;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding-top:env(safe-area-inset-top);background:#ffffffd1;border-bottom:1px solid #dce6e2d9;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:1rem;min-height:68px;display:flex}.brand{flex-shrink:0;align-items:center;text-decoration:none;display:inline-flex}.brand-logo{width:auto;height:2.6rem;display:block}.site-header nav{align-items:center;gap:4px;display:flex}.site-header nav a{border-radius:var(--r-sm);color:var(--muted);padding:9px 13px;font-size:.94rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s}.site-header nav a:hover,.site-header nav a.active{background:var(--surface-soft);color:var(--accent-strong)}.site-header nav a.active{font-weight:700}.header-actions{align-items:center;gap:.6rem;display:flex}.header-avatar{flex-shrink:0;display:inline-flex}.tabbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:6px 8px max(14px, env(safe-area-inset-bottom));z-index:30;background:#ffffffeb;border-top:1px solid #dce6e2e6;grid-template-columns:repeat(5,1fr);align-items:end;display:none;position:fixed;bottom:0;left:0;right:0}.tab{color:var(--muted);flex-direction:column;justify-content:flex-end;align-items:center;gap:3px;min-height:44px;padding:6px 0 2px;font-size:.7rem;font-weight:700;text-decoration:none;display:flex}.tab.active{color:var(--accent-strong)}.tab-new-wrap{justify-content:center;text-decoration:none;display:flex}.tab-new{background:var(--accent);box-shadow:var(--shadow-cta);color:#fff;border:4px solid #fff;border-radius:999px;justify-content:center;align-items:center;width:52px;height:52px;margin:-22px auto 2px;display:flex}.site-footer{padding:1rem 0;padding-bottom:calc(1rem + env(safe-area-inset-bottom));color:var(--muted);text-align:center}.site-footer-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem 1rem;display:flex}.site-footer-links{gap:1rem;display:flex}.site-footer-links a{color:var(--muted);font-weight:600}.home-page{padding-top:2.5rem;padding-bottom:4rem}.home-hero{justify-content:space-between;align-items:end;gap:1.5rem;margin-bottom:1.75rem;display:flex}.home-hero h1{letter-spacing:-.02em;margin:.5rem 0 .65rem;font-size:clamp(1.9rem,5vw,2.65rem);font-weight:800;line-height:1.04}.home-hero p{color:var(--muted);text-wrap:pretty;max-width:36rem;margin:0;font-size:1rem;line-height:1.6}.metric-card,.schedule-panel{border-radius:var(--r-lg);box-shadow:var(--shadow-card);background:#ffffffe0;border:1px solid #dce6e2e6}.metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1.25rem;display:grid}.metric-card{flex-direction:column;gap:2px;padding:1.3rem;display:flex}.metric-card span{color:var(--muted);font-size:.83rem;font-weight:700}.metric-card strong{letter-spacing:-.02em;overflow-wrap:break-word;margin-top:6px;font-size:clamp(1.4rem,4.5vw,1.9rem);font-weight:800;line-height:1.15;display:block}.metric-card p,.reservation-row p{color:var(--muted);margin:0;font-size:.83rem}.schedule-panel{padding:1.4rem}.section-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:.8rem;display:flex}.section-heading h2{letter-spacing:-.01em;white-space:nowrap;margin:0;font-size:1.1rem;font-weight:800}.section-heading a:not(.btn){color:var(--accent);white-space:nowrap;font-size:.9rem;font-weight:800;text-decoration:none}.reservation-row{border-top:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:.75rem 1rem;padding:.9rem 0;display:flex}.reservation-row>div{flex:12rem;min-width:0}.reservation-row:first-child{border-top:0;padding-top:0}.reservation-row:last-child{padding-bottom:0}.empty-state{color:var(--muted);margin:.5rem 0 0}.empty{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:2rem 1.5rem;display:flex}.empty-ico{background:var(--green-fill);color:var(--accent-strong);border-radius:999px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.empty-ico.is-error{background:var(--red-fill);color:var(--red-text)}.empty strong{font-size:1rem}.empty .sub{max-width:300px}.confirmation-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.warn-box{background:var(--amber-fill);border-radius:var(--r);color:var(--amber-text);border:1px solid #b06c1240;align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.warn-box-ico{flex-shrink:0;margin-top:1px;display:inline-flex}.warn-box strong{font-size:.9rem;display:block}.warn-box p{color:var(--amber-text);margin:2px 0 0;font-size:.85rem;line-height:1.45}.booking-panel{margin-bottom:1.5rem}.steps{align-items:center;gap:8px;width:max-content;padding-right:.5rem;display:flex}.step-dot{background:var(--surface-soft);border:1px solid var(--line);color:var(--muted);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.78rem;font-weight:800;display:flex}.step-dot.done,.step-dot.now{background:var(--accent);border-color:var(--accent);color:#fff}.step-line{background:var(--line);border-radius:2px;flex:none;width:28px;height:2px}.step-line.done{background:var(--accent)}.step-label{color:var(--muted);white-space:nowrap;font-size:.83rem;font-weight:700}.step-label.now{color:var(--accent-strong)}.booking-steps{top:calc(env(safe-area-inset-top) + var(--header-height) + .5rem);z-index:9;background:var(--surface);border-radius:var(--r);-webkit-overflow-scrolling:touch;scrollbar-width:none;border:1px solid #dce6e2e6;margin-bottom:1.25rem;padding:.7rem .9rem;position:sticky;overflow-x:auto;box-shadow:0 4px 14px #1228240f}.booking-steps::-webkit-scrollbar{display:none}.booking-step-anchor{scroll-margin-top:calc(env(safe-area-inset-top) + var(--header-height) + 70px)}.booking-flow-tail{display:none}.divider{background:var(--line);border:0;height:1px;margin:1.2rem 0}.business-search{background:var(--surface-soft);border:1px solid var(--line);color:var(--muted);border-radius:999px;align-items:center;gap:8px;margin:.5rem 0 .75rem;padding:6px 8px 6px 14px;display:flex}.business-search input{color:var(--text);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:6px 0;font-size:.95rem}.business-search .btn{flex-shrink:0}.bubble-row{flex-wrap:wrap;gap:8px;margin:.5rem 0 .25rem;display:flex}.bubble{background:var(--surface-soft);border:1px solid var(--line);color:var(--accent-strong);cursor:pointer;border-radius:999px;align-items:center;gap:6px;min-height:40px;padding:9px 16px;font-size:.9rem;font-weight:700;transition:background .15s,border-color .15s,color .15s,transform .15s;display:inline-flex}.bubble-fav svg{color:var(--amber-text)}.bubble-fav.active svg{color:inherit}.bubble:hover{border-color:var(--accent);transform:translateY(-1px)}.bubble.active{background:var(--accent);border-color:var(--accent);box-shadow:var(--shadow-cta);color:#fff}.bubble.full{color:#9aa6a2;cursor:not-allowed;background:0 0;border-style:dashed;text-decoration:line-through}.date-strip{-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;gap:8px;margin:.5rem 0 .25rem;padding-bottom:4px;display:flex;overflow-x:auto}.date-pill{background:var(--surface-soft);border:1px solid var(--line);border-radius:var(--r);color:var(--accent-strong);cursor:pointer;scroll-snap-align:start;flex-direction:column;flex:none;align-items:center;gap:1px;min-width:60px;padding:8px 12px;transition:background .15s,border-color .15s,color .15s,transform .15s;display:flex}.date-pill:hover{border-color:var(--accent);transform:translateY(-1px)}.date-pill.active{background:var(--accent);border-color:var(--accent);box-shadow:var(--shadow-cta);color:#fff}.date-pill-dow{letter-spacing:.03em;opacity:.85;text-transform:uppercase;font-size:.7rem;font-weight:700}.date-pill-day{font-size:1.15rem;font-weight:800;line-height:1.15}.date-pill-mon{opacity:.7;text-transform:uppercase;font-size:.68rem;font-weight:700}.business-grid{grid-template-columns:repeat(auto-fill,minmax(min(15rem,100%),1fr));gap:1rem;display:grid}.business-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);cursor:pointer;text-align:left;flex-direction:column;gap:9px;padding:1.1rem;transition:border-color .15s,box-shadow .15s;display:flex}.business-card:hover{border-color:var(--accent);box-shadow:var(--shadow-card)}.business-card.selected{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.business-card>strong{font-size:1rem;font-weight:700}.business-card p{color:var(--muted);margin:0;font-size:.87rem}.business-card-wrap{position:relative}.business-card-wrap .business-card{width:100%;height:100%}.business-card-wrap .business-card>strong{padding-right:2.2rem}.business-card-media{position:relative}.business-card-media.has-avatar{margin-bottom:20px}.business-card-banner{border-radius:var(--r);object-fit:cover;width:100%;height:110px;display:block}.business-card-banner-empty{background:linear-gradient(135deg, var(--green-fill), var(--surface-soft))}.business-card-photo{background:var(--surface);border:3px solid var(--surface);object-fit:cover;border-radius:50%;width:56px;height:56px;position:absolute;bottom:-22px;left:12px;box-shadow:0 2px 8px #13211f29}.star-rating{align-items:center;gap:5px;line-height:1;display:inline-flex}.star-row{line-height:0;display:inline-flex;position:relative}.star-row-empty{color:var(--line);display:inline-flex}.star-row-fill{color:var(--star);white-space:nowrap;display:inline-flex;position:absolute;top:0;left:0;overflow:hidden}.star-value{color:var(--text);font-size:.85rem;font-weight:700}.star-count{color:var(--muted);font-size:.8rem}.star-rating-input{gap:2px}.rate-row .star-rating-input{flex:none}.star-btn{border-radius:var(--r-sm);color:var(--line);cursor:pointer;background:0 0;border:0;padding:3px;line-height:0;transition:color .12s,transform .12s}.star-btn:hover{transform:scale(1.12)}.star-btn.on{color:var(--star)}.offer-card .meta{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}.business-card>.meta{margin:-4px 0 0}.fav-btn{background:var(--surface);border:1px solid var(--line);color:var(--muted);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;transition:border-color .15s,color .15s,transform .15s;display:inline-flex;position:absolute;top:10px;right:10px}.fav-btn:hover{border-color:var(--amber-text);color:var(--amber-text);transform:scale(1.08)}.fav-btn.active{background:var(--amber-fill);color:var(--amber-text);border-color:#0000}.badge-row{flex-wrap:wrap;gap:6px;display:flex}.badge{background:var(--surface-soft);color:var(--muted);white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:.78rem;font-weight:700;display:inline-flex}.badge-free{background:var(--green-fill);color:var(--accent-strong)}.badge-fee{background:var(--amber-fill);color:var(--amber-text)}.maps-link{color:var(--accent-strong);align-items:center;gap:6px;margin:.25rem 0 .5rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex}.maps-link span{color:var(--muted);font-weight:500}.maps-link:hover,.maps-link:focus-visible{text-decoration:underline}.booking-form{flex-direction:column;gap:.8rem;margin-top:.25rem;display:flex}.booking-form input{border:1px solid var(--line);border-radius:var(--r);background:#fbfdfc;width:100%;min-height:46px;padding:.6rem .85rem;font-size:1rem}.booking-form input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 4px #16776124}.booking-price-note{background:var(--amber-fill);border-radius:var(--r);color:var(--amber-text);margin:0;padding:.7rem .85rem}.profile-grid{grid-template-columns:repeat(auto-fit,minmax(min(22rem,100%),1fr));gap:1rem;display:grid}.profile-form{flex-direction:column;gap:.55rem;display:flex}.profile-form label{color:var(--muted);font-size:.83rem;font-weight:700}.profile-form input{border:1px solid var(--line);border-radius:var(--r);background:#fbfdfc;width:100%;min-height:46px;padding:.6rem .85rem;font-size:1rem}.profile-form input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 4px #16776124}.profile-form .btn{align-self:flex-start;margin-top:.35rem}.verify-control{flex-direction:column;gap:.5rem;margin-top:.85rem;display:flex}.verify-form{flex-direction:column;gap:.5rem;display:flex}.verify-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.verify-row input{border:1px solid var(--line);border-radius:var(--r);letter-spacing:.25em;background:#fbfdfc;flex:1;min-width:7rem;min-height:46px;padding:.6rem .85rem;font-size:1rem}.verify-row input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 4px #16776124}.profile-email-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem;display:flex}.profile-email{overflow-wrap:anywhere;margin:0;font-weight:700}.avatar-row{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.avatar-circle{background:var(--surface-soft);border:1px solid var(--line);object-fit:cover;border-radius:50%;flex-shrink:0;width:5.5rem;height:5.5rem;display:block}.avatar-placeholder{color:var(--accent-strong);justify-content:center;align-items:center;font-size:1.8rem;font-weight:800;display:flex}.avatar-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.reservation-card{border-top:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:.6rem .9rem;padding:.9rem 0;display:flex}.reservation-card:first-child{border-top:0;padding-top:0}.reservation-card:last-child{padding-bottom:0}.reservation-card.clickable{border-radius:var(--r-sm);cursor:pointer;transition:background .15s}.reservation-card.clickable:hover,.reservation-card.clickable:focus-visible{background:var(--surface-soft)}.reservation-when{background:var(--surface-soft);border-radius:var(--r);color:var(--accent-strong);flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;min-width:4.8rem;padding:7px 10px;font-weight:800;line-height:1.15;display:flex}.reservation-when strong{white-space:nowrap;font-size:.94rem}.reservation-when span{letter-spacing:.04em;opacity:.8;text-transform:uppercase;font-size:.7rem;font-weight:700}.reservation-info{flex:12rem;min-width:0}.reservation-info>strong{font-size:.97rem;font-weight:700}.reservation-info p{color:var(--muted);margin:.15rem 0 0;font-size:.83rem}.reservation-end{flex-shrink:0;align-items:center;gap:10px;margin-left:auto;display:flex}.status-pill{white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:.78rem;font-weight:700;display:inline-flex}.status-dot{background:currentColor;border-radius:999px;flex-shrink:0;width:6px;height:6px}.status-pill.status-pending{background:var(--amber-fill);color:var(--amber-text)}.status-pill.status-accepted{background:var(--green-fill);color:var(--accent-strong)}.status-pill.status-rejected{color:var(--red-text);background:#dc26261a}.status-pill.status-cancelled{background:var(--surface-soft);color:var(--muted)}.status-pill.status-completed{color:var(--muted);background:#0e5f4d14}.view-toggle{background:var(--surface-soft);border:1px solid var(--line);border-radius:10px;gap:2px;padding:3px;display:inline-flex}.view-toggle button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:6px;padding:5px 10px;font-size:.82rem;font-weight:700;transition:background .15s,color .15s;display:inline-flex}.view-toggle button.active{background:var(--surface);box-shadow:var(--shadow-card);color:var(--accent-strong)}.cal-toolbar{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.cal-month{letter-spacing:-.01em;font-size:1.05rem;font-weight:800}.cal-nav{align-items:center;gap:6px;display:flex}.cal-nav-btn{background:var(--surface);border:1px solid var(--line);color:var(--accent-strong);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:border-color .15s;display:inline-flex}.cal-nav-btn:hover{border-color:var(--accent)}.cal-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;display:grid}.cal-month-grid{grid-auto-rows:96px}.cal-weekdays{margin-bottom:4px}.cal-weekday{color:var(--muted);letter-spacing:.04em;text-align:center;text-transform:uppercase;padding:2px 4px;font-size:.72rem;font-weight:700}.cal-cell{background:var(--surface);border:1px solid var(--line);cursor:pointer;text-align:left;border-radius:10px;flex-direction:column;gap:4px;min-width:0;min-height:86px;padding:6px;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.cal-cell:hover{border-color:var(--accent)}.cal-cell.outside{background:var(--surface-soft);opacity:.55}.cal-cell.selected{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.cal-daynum{color:var(--muted);justify-content:center;align-items:center;width:20px;height:20px;font-size:.78rem;font-weight:700;display:inline-flex}.cal-cell.today .cal-daynum{background:var(--accent);color:#fff;border-radius:999px}.cal-chips{flex-direction:column;gap:3px;min-width:0;display:flex}.cal-chip{white-space:nowrap;border-radius:6px;gap:4px;min-width:0;padding:2px 5px;font-size:.68rem;font-weight:700;display:flex;overflow:hidden}.cal-chip-name{text-overflow:ellipsis;font-weight:600;overflow:hidden}.cal-chip.status-pending{background:var(--amber-fill);color:var(--amber-text)}.cal-chip.status-accepted{background:var(--green-fill);color:var(--accent-strong)}.cal-chip.status-rejected{color:var(--red-text);background:#dc26261a}.cal-chip.status-cancelled{background:var(--surface-soft);color:var(--muted);text-decoration:line-through}.cal-chip.status-completed{color:var(--muted);background:#0e5f4d14}.cal-more{color:var(--muted);padding:0 5px;font-size:.68rem;font-weight:700}.cal-dots{flex-wrap:wrap;gap:3px;display:none}.cal-dot{border-radius:999px;width:6px;height:6px}.cal-dot.status-pending{background:var(--amber-text)}.cal-dot.status-accepted{background:var(--accent-strong)}.cal-dot.status-rejected{background:var(--red-text)}.cal-dot.status-cancelled{background:var(--muted)}.cal-dot.status-completed{background:#0e5f4d73}.cal-selected{margin-top:1.1rem}@media (width<=760px){.cal-chips{display:none}.cal-dots{display:flex}.cal-cell{min-height:52px;padding:5px}.cal-month-grid{grid-auto-rows:52px}}.modal-backdrop{z-index:60;background:#13211f73;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border-radius:var(--r-lg);box-shadow:var(--shadow-pop);flex-direction:column;width:100%;max-width:460px;max-height:calc(100dvh - 2rem);padding:1.25rem 1.4rem;display:flex;overflow-y:auto}.modal-head{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.modal-head h2{margin:0 0 .45rem;font-size:1.15rem}.modal-close{background:var(--surface-soft);color:var(--muted);cursor:pointer;border:0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.modal-close:hover{color:var(--text)}.modal-body{flex-direction:column;gap:.9rem;margin-top:1.1rem;display:flex}.detail-row{gap:.7rem;display:flex}.detail-row p{margin:0}.detail-ico{background:var(--surface-soft);border-radius:var(--r-sm);color:var(--accent-strong);flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.detail-label{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;margin-bottom:2px;font-size:.72rem;font-weight:700;display:block}.detail-sub{color:var(--muted);margin-top:3px;font-size:.85rem}.modal-foot{border-top:1px solid var(--line);justify-content:flex-end;margin-top:1.1rem;padding-top:.9rem;display:flex}@media (width<=420px){.modal-backdrop{align-items:flex-end;padding:0}.modal{border-radius:var(--r-lg) var(--r-lg) 0 0;max-width:none;max-height:88dvh;padding-bottom:calc(1.25rem + env(safe-area-inset-bottom))}}.sk{background:linear-gradient(100deg,#e7eeeb 40%,#f1f6f4 50%,#e7eeeb 60%) 0 0/200% 100%;border-radius:6px;animation:1.4s linear infinite ck-shimmer;display:block}@keyframes ck-shimmer{to{background-position:-200% 0}}.sk-pill{border-radius:999px}.sk-circle{border-radius:50%}.spinner{border:3px solid var(--line);border-top-color:var(--accent);border-radius:50%;flex-shrink:0;width:20px;height:20px;animation:.8s linear infinite ck-spin}@keyframes ck-spin{to{transform:rotate(360deg)}}@media (width<=760px){.container{padding:1rem;padding-left:max(1rem, env(safe-area-inset-left));padding-right:max(1rem, env(safe-area-inset-right))}.site-header .desktop-nav{display:none}.header-inner{min-height:60px}:root{--header-height:60px}.booking-flow-tail{min-height:70vh;display:block}.tabbar{display:grid}.app-root.has-tabbar main{padding-bottom:calc(var(--tabbar-height) + env(safe-area-inset-bottom))}.app-root.has-tabbar .site-footer{display:none}.home-page{padding-top:1.75rem}.home-hero{flex-direction:column;align-items:stretch;gap:1rem}.metrics-grid{grid-template-columns:1fr 1fr;gap:.7rem}.metrics-grid .metric-card:last-child{grid-column:1/-1}.metric-card{padding:1rem}.schedule-panel{padding:1.1rem}.home-hero .btn{width:100%}}@media (width<=420px){.home-hero h1{font-size:clamp(1.65rem,8vw,1.9rem)}}.friend-search-wrap{border:1px solid var(--line);border-radius:var(--r);color:var(--muted);background:#fbfdfc;align-items:center;gap:9px;min-height:46px;margin:.25rem 0 .75rem;padding:0 14px;display:flex}.friend-search-wrap:focus-within{border-color:var(--accent);box-shadow:0 0 0 4px #16776124}.friend-search{color:var(--text);background:0 0;border:0;flex:1;min-width:0;padding:.65rem 0;font-size:1rem}.friend-search:focus{outline:none}.friend-list{flex-direction:column;gap:.6rem;display:flex}.new-chat-list{max-height:48vh;overflow-y:auto}.friend-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);align-items:center;gap:.8rem;padding:.7rem .9rem;display:flex}.friend-name{flex:1;min-width:0}.friend-name strong{overflow-wrap:anywhere;font-size:.97rem;display:block}.friend-name p{color:var(--muted);overflow-wrap:anywhere;margin:.1rem 0 0;font-size:.83rem}.msg-row{cursor:pointer;text-align:left;width:100%;transition:border-color .15s,background .15s}.msg-row:hover{border-color:var(--accent)}.msg-preview{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:.1rem 0 0;font-size:.83rem;overflow:hidden}.msg-unread{background:var(--red-badge);color:#fff;text-align:center;border-radius:999px;flex-shrink:0;min-width:20px;padding:4px 6px;font-size:.7rem;font-weight:800;line-height:1}.user-avatar-business{border-radius:var(--r-sm)}.friend-card-actions{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.user-avatar{background:var(--surface-soft);border:1px solid var(--line);object-fit:cover;border-radius:50%;flex-shrink:0;display:block}.user-avatar-xs{width:1.75rem;height:1.75rem}.user-avatar-md{width:3.5rem;height:3.5rem}.user-avatar-sm{width:2.6rem;height:2.6rem}.user-avatar-xl{width:5.5rem;height:5.5rem}.user-avatar-placeholder{color:var(--accent-strong);justify-content:center;align-items:center;font-weight:800;display:flex}.user-avatar-xs.user-avatar-placeholder{font-size:.7rem}.user-avatar-md.user-avatar-placeholder{font-size:1.2rem}.user-avatar-sm.user-avatar-placeholder{font-size:.95rem}.user-avatar-xl.user-avatar-placeholder{font-size:1.9rem}.friend-menu-wrap{position:relative}.friend-menu-toggle{border-radius:var(--r-sm);color:var(--muted);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.friend-menu-toggle:hover,.friend-menu-toggle[aria-expanded=true]{background:var(--surface-soft);color:var(--accent-strong)}.friend-menu{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow-pop);z-index:30;flex-direction:column;min-width:11rem;padding:4px;display:flex;position:absolute;top:calc(100% + .3rem);right:0;overflow:hidden}.friend-menu button{border-radius:var(--r-sm);color:var(--text);cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:9px;padding:10px 12px;font-size:.9rem;font-weight:600;display:flex}.friend-menu button:hover{background:var(--surface-soft);color:var(--accent-strong)}.friend-menu-danger{color:var(--red-text)}.friend-menu button.friend-menu-danger:hover{background:var(--red-fill);color:var(--red-text)}.contact-menu-wrap{display:inline-block;position:relative}.contact-link{color:var(--accent-strong);cursor:pointer;font:inherit;background:0 0;border:0;padding:0;font-weight:600;text-decoration:none}.contact-link:hover,.contact-link:focus-visible{text-decoration:underline}.contact-menu{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow-pop);z-index:30;flex-direction:column;min-width:13rem;padding:4px;display:flex;position:absolute;top:calc(100% + .35rem);left:0;overflow:hidden}.contact-menu a{border-radius:var(--r-sm);color:var(--text);align-items:center;gap:9px;padding:10px 12px;font-size:.9rem;font-weight:600;text-decoration:none;display:flex}.contact-menu a:hover{background:var(--surface-soft);color:var(--accent-strong)}.contact-menu-whatsapp{color:#1fa855}.contact-menu a.contact-menu-whatsapp:hover{color:#1fa855;background:#25d3661f}.whatsapp-block{border-top:1px solid var(--line);flex-direction:column;gap:.6rem;margin-top:.9rem;padding-top:.9rem;display:flex}.whatsapp-head{justify-content:space-between;align-items:center;gap:.6rem;display:flex}.whatsapp-title{color:var(--text);align-items:center;gap:8px;font-weight:700;display:inline-flex}.whatsapp-title svg{color:#1fa855}.public-profile{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.public-profile h2{margin:0;font-size:1.25rem;font-weight:800}.public-profile .meta{margin:0}.public-profile-actions{justify-content:center;gap:.5rem;width:100%;margin-top:.5rem;display:flex}.public-profile-actions .btn{flex:1;max-width:12rem}.invite-card{text-align:center;flex-direction:column;align-items:center;gap:.75rem;max-width:26rem;margin:0 auto;display:flex}.invite-card .divider{width:100%;margin:.25rem 0}.invite-summary-row{text-align:left;align-items:center;gap:12px;width:100%;display:flex}.invite-summary-row strong{font-size:1rem;display:block}.chat-panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg) var(--r-lg) 0 0;box-shadow:var(--shadow-pop);z-index:45;border-bottom:0;flex-direction:column;width:22rem;height:28rem;max-height:75vh;display:flex;position:fixed;bottom:0;right:1.25rem}.chat-header{border-bottom:1px solid var(--line);align-items:center;gap:.6rem;padding:12px 14px;display:flex}.chat-header strong{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.97rem;overflow:hidden}.chat-close{border-radius:var(--r-sm);color:var(--muted);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.chat-close:hover{background:var(--surface-soft);color:var(--accent-strong)}.chat-resolve{background:var(--surface-soft);color:var(--accent-strong);cursor:pointer;border:0;border-radius:999px;flex-shrink:0;align-items:center;gap:5px;padding:6px 11px;font-size:.8rem;font-weight:700;display:inline-flex}.chat-resolve:hover:not(:disabled){background:var(--green-fill)}.chat-resolve:disabled{cursor:default;opacity:.6}.chat-note{background:var(--amber-fill);border-bottom:1px solid var(--line);color:var(--amber-text);align-items:flex-start;gap:7px;padding:9px 14px;font-size:.78rem;line-height:1.4;display:flex}.chat-note svg{flex-shrink:0;margin-top:1px}.chat-messages{flex-direction:column;flex:1;gap:7px;padding:14px;display:flex;overflow-y:auto}.chat-bubble{border-radius:14px;max-width:78%;padding:9px 12px;font-size:.94rem;line-height:1.45}.chat-bubble p{overflow-wrap:anywhere;white-space:pre-wrap;margin:0}.chat-mine{background:var(--accent);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.chat-theirs{background:var(--surface-soft);border-bottom-left-radius:4px;align-self:flex-start}.chat-time{opacity:.72;margin-top:3px;font-size:.7rem;display:block}.chat-error{margin:0 .8rem}.chat-compose{border-top:1px solid var(--line);padding:10px 12px 12px;padding-bottom:max(12px, env(safe-area-inset-bottom));gap:8px;display:flex}.chat-compose input{border:1px solid var(--line);border-radius:var(--r);background:#fbfdfc;flex:1;min-width:0;min-height:42px;padding:.55rem .8rem;font-size:1rem}.chat-compose input:focus{border-color:var(--accent);outline:none}.chat-compose .btn{min-height:42px;padding:0 14px}@media (width<=760px){.chat-panel{z-index:60;width:auto;left:0;right:0}}.notif-wrap{position:relative}.notif-bell{border-radius:var(--r-sm);color:var(--muted);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background .15s,color .15s;display:inline-flex;position:relative}.notif-bell:hover,.notif-bell[aria-expanded=true],.notif-bell.active{background:var(--surface-soft);color:var(--accent-strong)}.notif-badge{background:var(--red-badge);color:#fff;text-align:center;border:2px solid #fff;border-radius:999px;min-width:16px;padding:3px 4px;font-size:.64rem;font-weight:800;line-height:1;position:absolute;top:5px;right:4px}.notif-dropdown{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-pop);z-index:60;flex-direction:column;width:min(22.5rem,100vw - 2rem);max-height:26rem;display:flex;position:absolute;top:calc(100% + .5rem);right:0;overflow-y:auto}.notif-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.notif-head strong{font-size:.97rem}.notif-dropdown .empty-state{margin:0;padding:1rem}.notif-item{background:var(--surface);border:0;border-bottom:1px solid var(--line);cursor:pointer;text-align:left;align-items:flex-start;gap:11px;padding:12px 14px;display:flex}.notif-item:last-child{border-bottom:0}.notif-item:hover,.notif-unread{background:var(--surface-soft)}.notif-ico{background:var(--green-fill);color:var(--accent-strong);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.notif-ico.amber{background:var(--amber-fill);color:var(--amber-text)}.notif-ico.red{background:var(--red-fill);color:var(--red-text)}.notif-text{overflow-wrap:anywhere;font-size:.9rem;line-height:1.4}.notif-time{color:var(--muted);margin-top:2px;font-size:.76rem;display:block}@media (width<=760px){.notif-dropdown{top:calc(env(safe-area-inset-top) + var(--header-height) + .5rem);position:fixed;left:50%;right:auto;transform:translate(-50%)}}.badge-success{background:var(--green-fill);color:var(--accent-strong)}.admin-grid{grid-template-columns:repeat(auto-fit,minmax(min(22rem,100%),1fr));align-items:start;gap:1rem;display:grid}.admin-account-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.admin-account-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:.75rem;padding:.7rem 0;display:flex}.admin-account-row:last-child{border-bottom:0}.admin-account-main{min-width:0}.admin-account-main .meta{overflow-wrap:anywhere;margin:2px 0 0}.admin-account-actions{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.45rem;display:flex}.admin-account-action-group{align-items:center;gap:.45rem;display:flex}.admin-sub-note{font-size:.76rem}.badge-pro{background:var(--green-fill);color:var(--accent-strong)}.admin-account-row.is-inactive .admin-account-main strong{color:var(--muted)}.admin-category-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.admin-category-group{border-bottom:1px solid var(--line);padding-bottom:.35rem}.admin-category-group:last-child,.admin-category-group>.admin-account-row{border-bottom:0}.admin-subcategory-list{border-left:2px solid var(--line);margin:0 0 0 1rem;padding:0 0 0 .75rem;list-style:none}.admin-subcategory-list .admin-account-row{padding:.45rem 0}.admin-category-group .admin-account-action-group{flex-wrap:wrap;justify-content:flex-end}.admin-account-scroll{max-height:62vh;padding-right:4px;overflow-y:auto}.tier-group+.tier-group{margin-top:.5rem}.tier-group-head{background:var(--surface);z-index:1;align-items:center;gap:.5rem;padding:.4rem 0;display:flex;position:sticky;top:0}.tier-group-head h3{margin:0;font-size:.95rem}.tier-group-empty{margin:0 0 .5rem}.plan-select-label{color:var(--muted);align-items:center;gap:.35rem;font-size:.76rem;display:inline-flex}.plan-select{border:1px solid var(--line);color:var(--text);background:#fbfdfc;border-radius:8px;padding:4px 8px;font-size:.85rem}.badge-danger{background:var(--red-fill);color:var(--red-text)}.profile-form select,.profile-form textarea{border:1px solid var(--line);border-radius:var(--r);background:#fbfdfc;width:100%;padding:.6rem .85rem;font-family:inherit;font-size:1rem}.profile-form select{min-height:46px}.profile-form select:focus,.profile-form textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 4px #16776124}.checkbox-label{align-items:center;gap:.55rem;display:flex}.profile-form .checkbox-label{color:var(--text);font-size:.92rem;font-weight:600}.checkbox-label input[type=checkbox]{accent-color:var(--accent);width:18px;height:18px;min-height:0}.onboarding-panel{max-width:30rem;margin-inline:auto}.business-setup-form{flex-direction:column;gap:1rem;display:flex}.business-form-actions{justify-content:flex-end;gap:.6rem;display:flex}.business-image-row{flex-wrap:wrap;gap:1.25rem;display:flex}.business-image-field{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.business-image-label{color:var(--muted);font-size:.83rem;font-weight:700}.business-photo-preview{border-radius:var(--r);object-fit:cover;width:84px;height:84px}.business-banner-preview{border-radius:var(--r);object-fit:cover;width:min(252px,100%);height:84px}.business-image-empty{background:var(--surface-soft);border:1px dashed var(--line);color:var(--muted);justify-content:center;align-items:center;display:flex}.hours-editor{flex-direction:column;display:flex}.hours-row{border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem;padding:.55rem 0;display:flex}.hours-row:last-child{border-bottom:0}.hours-day{flex-shrink:0;align-items:center;gap:.55rem;min-width:8.5rem;font-size:.92rem;font-weight:600;display:flex}.hours-day input[type=checkbox]{accent-color:var(--accent);width:18px;height:18px}.hours-times{color:var(--muted);align-items:center;gap:.45rem;display:flex}.hours-times input[type=time]{border:1px solid var(--line);border-radius:var(--r);background:#fbfdfc;min-height:40px;padding:.35rem .55rem;font-size:1rem}.slot-times-input{border:1px solid var(--line);border-radius:var(--r);background:#fbfdfc;flex:1;min-width:min(15rem,100%);min-height:40px;padding:.35rem .65rem;font-size:1rem}.slot-times-input:focus,.hours-times input[type=time]:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 4px #16776124}.business-banner{border-radius:var(--r);object-fit:cover;width:100%;height:clamp(120px,22vw,200px);margin-bottom:1rem}.business-hero{align-items:center;gap:1rem}.business-hero-main{align-items:center;gap:.9rem;min-width:0;display:flex}.business-hero-photo{border-radius:var(--r);object-fit:cover;flex-shrink:0;width:64px;height:64px}.business-dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(min(20rem,100%),1fr));align-items:start;gap:1rem;display:grid}.business-offerings-panel{grid-column:1/-1}.business-description{overflow-wrap:anywhere;white-space:pre-line;margin:0 0 .75rem}.business-facts{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.business-facts li{flex-direction:column;display:flex}.business-hours-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.business-hours-list li{border-bottom:1px solid var(--line);justify-content:space-between;padding:.4rem 0;font-size:.92rem;display:flex}.business-hours-list li:last-child{border-bottom:0}.business-hours-list li.closed{color:var(--muted)}.offering-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.offering-card{border:1px solid var(--line);border-radius:var(--r);justify-content:space-between;align-items:center;gap:.75rem;padding:.8rem .95rem;display:flex}.offering-main{min-width:0}.offering-title{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.offering-main .meta{margin:3px 0 0}.offering-description{color:var(--muted);overflow-wrap:anywhere;margin:6px 0 0;font-size:.88rem}@media (width<=760px){.business-form-actions{flex-direction:column-reverse}.business-form-actions .btn{width:100%}.business-hero,.offering-card{flex-direction:column;align-items:flex-start}}.badge-count{text-align:center;background:#ffffff40;border-radius:999px;min-width:19px;margin-left:4px;padding:1px 6px;font-size:.74rem;font-weight:800}.chart{align-items:flex-end;gap:6px;height:200px;margin-top:.5rem;display:flex}.chart-col{flex-direction:column;flex:1;gap:6px;min-width:0;height:100%;display:flex}.chart-bar{flex-direction:column-reverse;flex:1;justify-content:flex-start;display:flex}.chart-seg{transform-origin:bottom;border-radius:3px;width:100%;min-height:4px;margin-top:2px;transition:height .6s;animation:.5s backwards paused chart-seg-grow}.chart-visible .chart-seg{animation-play-state:running}@keyframes chart-seg-grow{0%{transform:scaleY(0)}}.metric-value{animation:.35s metric-pop;display:block}@keyframes metric-pop{0%{opacity:0;transform:translateY(5px)}}@media (prefers-reduced-motion:reduce){.chart-seg{transition:none;animation:none}.metric-value,.chart-tooltip{animation:none}}.seg-accepted{background:var(--accent)}.seg-pending{background:#b06c12}.seg-cancelled{background:#9aa6a2}.seg-rejected{background:var(--red-badge)}.chart-label{color:var(--muted);text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;overflow:hidden}.chart-legend{flex-wrap:wrap;gap:.4rem 1rem;margin-top:.85rem;display:flex}.chart-legend-item{color:var(--muted);align-items:center;gap:6px;font-size:.82rem;font-weight:600;display:inline-flex}.chart-dot{border-radius:999px;flex-shrink:0;width:9px;height:9px;display:inline-block}.donut-row{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.donut{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:132px;height:132px;display:flex}.donut-hole{background:var(--surface);color:var(--muted);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:84px;height:84px;font-size:.76rem;display:flex}.donut-hole strong{color:var(--text);font-size:1.3rem;line-height:1.1}.donut-legend{flex-direction:column;flex:1;gap:.45rem;min-width:9rem;margin:0;padding:0;list-style:none;display:flex}.donut-legend li{align-items:center;gap:8px;font-size:.9rem;display:flex}.donut-legend strong{margin-left:auto}.chart-col:hover .chart-seg{filter:brightness(1.08)}.type-chart{flex-direction:column;gap:.85rem;margin-top:.5rem;display:flex}.type-row{flex-direction:column;gap:5px;display:flex}.type-row-head{align-items:baseline;gap:.75rem;display:flex}.type-name{color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.9rem;font-weight:600;overflow:hidden}.type-count{color:var(--text);font-variant-numeric:tabular-nums;flex-shrink:0}.type-track{background:var(--surface-soft);border-radius:999px;width:100%;height:8px;overflow:hidden}.type-fill{background:var(--accent);border-radius:999px;min-width:4px;height:100%;transition:width .6s;display:block}.type-row:hover .type-fill{filter:brightness(1.08)}@media (prefers-reduced-motion:reduce){.type-fill{transition:none}}.chart-tooltip{z-index:80;pointer-events:none;border-radius:var(--r-sm);border:1px solid var(--line);background:var(--surface);min-width:8.5rem;box-shadow:var(--shadow-pop);color:var(--text);padding:.5rem .65rem;font-size:.8rem;line-height:1.3;animation:.12s chart-tooltip-in;position:fixed}@keyframes chart-tooltip-in{0%{opacity:0}}.chart-tooltip-title{align-items:center;gap:6px;margin-bottom:.4rem;font-weight:700;display:flex}.chart-tooltip-row{color:var(--muted);justify-content:space-between;align-items:center;gap:1rem;display:flex}.chart-tooltip-row+.chart-tooltip-row{margin-top:.15rem}.chart-tooltip-row span{align-items:center;gap:6px;display:inline-flex}.chart-tooltip-row strong{color:var(--text);font-variant-numeric:tabular-nums}@media (width<=760px){.chart{gap:3px;height:150px}.chart-col:nth-child(odd) .chart-label{visibility:hidden}.chart-label{overflow:visible}}.line-chart{width:100%}.line-grid{stroke:var(--line);stroke-width:1px}.line-axis,.line-label{fill:var(--muted);font-size:.7rem}.line-axis{font-variant-numeric:tabular-nums}.line-area{opacity:.08}.line-path{fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.line-chart-anim .line-path{stroke-dasharray:1;stroke-dashoffset:1px;animation:.9s forwards line-draw}@keyframes line-draw{to{stroke-dashoffset:0}}.line-guide{opacity:.6;stroke:var(--muted);stroke-dasharray:3 3;stroke-width:1px}.line-dot{transition:r .12s}.panel-sub{color:var(--muted);margin:-.35rem 0 .85rem;font-size:.88rem}.preview-badge{background:var(--surface-soft);color:var(--accent-strong);letter-spacing:.02em;text-transform:uppercase;border-radius:999px;align-self:center;padding:.15rem .55rem;font-size:.72rem;font-weight:700}.sub-tiers{flex-wrap:wrap;gap:1.5rem;margin-bottom:.75rem;display:flex}.sub-tier{align-items:center;gap:.5rem;display:flex}.sub-tier-label{color:var(--muted);font-size:.9rem;font-weight:600}.sub-tier strong{font-variant-numeric:tabular-nums;font-size:1.25rem}@media (prefers-reduced-motion:reduce){.line-dot{transition:none}}@media (width<=760px){.line-xlabels text:nth-of-type(odd){visibility:hidden}}
