:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--k-color-violet:#6d5ef8;--k-color-cyan:#22d3ee;--k-color-graphite:#0b1020;--k-color-paper:#fcfbf8;--k-color-mist:#f2f0ec;--k-color-ink:#17151d;--k-color-muted:#6f6a78;--k-color-success:#1b8a6b;--k-color-warning:#b46b20;--k-color-danger:#c44d5f;--k-space-1:.25rem;--k-space-2:.5rem;--k-space-3:.75rem;--k-space-4:1rem;--k-space-5:1.25rem;--k-space-6:1.5rem;--k-space-8:2rem;--k-space-10:2.5rem;--k-space-12:3rem;--k-space-16:4rem;--k-radius-sm:.625rem;--k-radius-md:1rem;--k-radius-lg:1.5rem;--k-radius-pill:999px;--k-shadow-soft:0 10px 30px #17151d14;--k-shadow-lift:0 20px 60px #17151d24;--k-font-display:Newsreader, Iowan Old Style, Baskerville, Georgia, serif;--k-font-ui:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--k-motion-fast:.15s;--k-motion-standard:.22s;--k-motion-ease:cubic-bezier(.22, 1, .36, 1);--color-bg:var(--k-color-paper);--color-surface:#fff;--color-surface-subtle:var(--k-color-mist);--color-primary:var(--brand-primary);--color-primary-strong:#5144d6;--color-accent:var(--brand-accent);--color-text:var(--k-color-ink);--color-text-muted:var(--k-color-muted);--color-border:#e4e0e7;--color-focus:#5144d6;--color-success:var(--k-color-success);--color-warning:var(--k-color-warning);--color-danger:var(--k-color-danger);--color-on-primary:#fff;--brand-primary-base:var(--k-color-violet);--brand-accent-base:var(--k-color-cyan);--brand-primary:var(--brand-primary-base);--brand-accent:var(--brand-accent-base);--kuroo-brand-primary:var(--brand-primary);--kuroo-brand-accent:var(--brand-accent)}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-bg:#111017;--color-surface:#1b1922;--color-surface-subtle:#25222d;--brand-primary:color-mix(in srgb, var(--brand-primary-base) 42%, #fff);--color-primary:var(--brand-primary);--color-primary-strong:#b5adff;--brand-accent:color-mix(in srgb, var(--brand-accent-base) 52%, #fff);--color-accent:var(--brand-accent);--color-text:#f7f4f1;--color-text-muted:#b5afbd;--color-border:#383341;--color-focus:#c8c2ff;--color-on-primary:#17151d;--k-shadow-soft:0 12px 34px #0000003d;--k-shadow-lift:0 24px 70px #0000005c}:root:not([data-theme-preference=light]):not([data-theme-preference=dark]){--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){:root:not([data-theme-preference=light]):not([data-theme-preference=dark]){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-bg:#111017;--color-surface:#1b1922;--color-surface-subtle:#25222d;--brand-primary:color-mix(in srgb, var(--brand-primary-base) 42%, #fff);--color-primary:var(--brand-primary);--color-primary-strong:#b5adff;--brand-accent:color-mix(in srgb, var(--brand-accent-base) 52%, #fff);--color-accent:var(--brand-accent);--color-text:#f7f4f1;--color-text-muted:#b5afbd;--color-border:#383341;--color-focus:#c8c2ff;--color-on-primary:#17151d}}html{background:var(--color-bg)}body{background:var(--color-bg);min-width:320px;color:var(--color-text);font-family:var(--k-font-ui);text-rendering:optimizelegibility;transition:background-color var(--k-motion-standard) var(--k-motion-ease), color var(--k-motion-standard) var(--k-motion-ease);margin:0}button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}:where(button,a,input,select,textarea,summary):focus-visible{outline:3px solid color-mix(in srgb, var(--color-focus) 70%, transparent);outline-offset:3px}img{max-width:100%}.ui-display{font-family:var(--k-font-display);letter-spacing:-.035em;font-weight:500}.ui-muted{color:var(--color-text-muted)}.ui-eyebrow{margin:0 0 var(--k-space-2);color:var(--color-primary-strong);letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;font-weight:750}.ui-button{justify-content:center;align-items:center;gap:var(--k-space-2);border-radius:var(--k-radius-pill);cursor:pointer;min-height:44px;transition:transform var(--k-motion-fast) var(--k-motion-ease), background-color var(--k-motion-fast) ease, border-color var(--k-motion-fast) ease, box-shadow var(--k-motion-fast) ease;border:1px solid #0000;padding:.7rem 1.05rem;font-weight:700;display:inline-flex}.ui-button:hover:not(:disabled){transform:translateY(-1px)}.ui-button:active:not(:disabled){transform:translateY(0)}.ui-button:disabled{cursor:not-allowed;opacity:.56}.ui-button-primary{background:var(--color-primary);color:var(--color-on-primary);box-shadow:var(--k-shadow-soft)}.ui-button-primary:hover:not(:disabled){background:var(--color-primary-strong);box-shadow:var(--k-shadow-lift)}.ui-button-secondary{background:var(--color-surface);border-color:var(--color-border);color:var(--color-text)}.ui-button-quiet{color:var(--color-primary-strong);background:0 0;border-color:#0000}.ui-button-danger{background:color-mix(in srgb, var(--color-danger) 12%, var(--color-surface));border-color:color-mix(in srgb, var(--color-danger) 34%, var(--color-border));color:var(--color-danger)}.ui-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--k-radius-md);box-shadow:var(--k-shadow-soft)}.ui-skeleton{border-radius:var(--k-radius-sm);background:linear-gradient(100deg, var(--color-surface-subtle), color-mix(in srgb, var(--color-surface-subtle) 55%, var(--color-surface)), var(--color-surface-subtle));background-size:200% 100%;min-height:1rem;animation:1.3s linear infinite ui-shimmer}.ui-status{border-radius:var(--k-radius-sm);padding:var(--k-space-3) var(--k-space-4)}.ui-status-error{background:color-mix(in srgb, var(--color-danger) 10%, var(--color-surface));color:var(--color-danger)}.ui-status-success{background:color-mix(in srgb, var(--color-success) 10%, var(--color-surface));color:var(--color-success)}.ui-status-empty{color:var(--color-text-muted);background:var(--color-surface-subtle)}.brand-lockup{color:inherit;align-items:center;gap:.65rem;text-decoration:none;display:inline-flex}.brand-lockup-mark{background:linear-gradient(135deg, var(--brand-primary), var(--brand-accent));width:2.35rem;height:2.35rem;color:var(--color-on-primary);font-family:var(--k-font-display);box-shadow:var(--k-shadow-soft);border-radius:.8rem;place-items:center;font-size:1.35rem;font-weight:700;display:grid;overflow:hidden}.brand-lockup-mark img{object-fit:cover;width:100%;height:100%}.brand-lockup-copy{gap:.05rem;display:grid}.brand-lockup-copy strong{letter-spacing:-.02em;font-size:.95rem}.brand-lockup-copy small{color:var(--color-text-muted);font-size:.72rem}.theme-toggle{justify-content:center;align-items:center;gap:var(--k-space-2);border:1px solid var(--color-border);border-radius:var(--k-radius-pill);background:var(--color-surface);min-width:44px;min-height:44px;color:var(--color-text);cursor:pointer;display:inline-flex}.theme-toggle span{font-size:.78rem;font-weight:700}.icon{flex:none;display:inline-block}@keyframes ui-shimmer{to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width>=768px){.theme-toggle span{display:inline}}:root{color:#1a2c37;--navy:#17295a;--navy-deep:#102049;--blue:#1f5a87;--blue-dark:#16466b;--ink:#1a2c37;--muted:#66757d;--border:#dbe4e8;--surface:#fff;--danger:#b42318;--success:#087f2e;--warning:#9a6700;background:#f4f7f9;font-family:Montserrat,Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}*,:before,:after{box-sizing:border-box}html{background:#f4f7f9;min-width:320px}body{background:radial-gradient(circle at 8% 0,#e8f2f7 0,#0000 32rem),linear-gradient(145deg,#f8fafb 0%,#eef3f5 100%);min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.56}.portal{width:min(1180px,100%);margin:0 auto;padding:clamp(1rem,4vw,3.25rem) clamp(1rem,4vw,3rem) 4rem}.portal>header{background:linear-gradient(135deg,#fff 0%,#f6fafc 100%);border:1px solid #d8e3e8;border-radius:1rem;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:1.2rem;padding:1.45rem 1.6rem;display:flex;box-shadow:0 18px 45px #1a2c3714}.portal>header h1{color:var(--navy);letter-spacing:-.045em;margin:.15rem 0 .55rem;font-size:clamp(2rem,4vw,3.05rem);font-weight:750;line-height:1.05}.portal .eyebrow{color:var(--blue);letter-spacing:.15em;text-transform:uppercase;margin:0;font-size:.7rem;font-weight:800}.portal .lede{max-width:48rem;color:var(--muted);margin:0;font-size:.9rem;line-height:1.55}.portal-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.6rem;display:flex}.badge{color:#24506c;white-space:nowrap;background:#eaf3f7;border-radius:999px;align-items:center;min-height:1.7rem;padding:.35rem .6rem;font-size:.68rem;font-weight:800;display:inline-flex}.portal-header-actions .badge{border:1px solid #d2e5ed}.card{border:1px solid var(--border);background:#fffffff5;border-radius:.9rem;min-width:0;padding:1.25rem 1.35rem;box-shadow:0 14px 35px #1a2c3712}.portal .card h2{color:var(--navy);letter-spacing:-.025em;margin:0 0 .35rem;font-size:1.25rem}.portal .muted,.portal .subtle{color:var(--muted);font-size:.82rem;line-height:1.5}.portal .alert{color:#8d2018;background:#fff5f4;border:1px solid #f0bcb6;border-radius:.55rem;margin-bottom:1rem;padding:.75rem .9rem;font-size:.8rem;line-height:1.45}.auth-card{margin-bottom:1rem}.auth-card>h2{margin-bottom:.25rem}.auth-card>p{margin-bottom:.9rem}.auth-form{grid-template-columns:repeat(2,minmax(0,1fr)) auto;align-items:end;gap:.7rem;display:grid}.auth-form label,.profile-form label,.provider-form label{color:#3f5662;gap:.35rem;font-size:.75rem;font-weight:700;display:grid}.portal input,.portal select,.portal textarea{width:100%;min-width:0;color:var(--ink);background:#fff;border:1px solid #cbd9df;border-radius:.45rem;outline:none;padding:.68rem .75rem;transition:border-color .15s,box-shadow .15s}.portal input:hover,.portal select:hover,.portal textarea:hover{border-color:#91b1c2}.portal input:focus-visible,.portal select:focus-visible,.portal textarea:focus-visible{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #1f5a8724}.button{border:1px solid #0000;border-radius:.45rem;justify-content:center;align-items:center;min-height:2.45rem;padding:.62rem .9rem;font-size:.78rem;font-weight:800;transition:transform .15s,background .15s,border-color .15s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button.primary{color:#fff;background:var(--blue);box-shadow:0 6px 15px #1f5a8733}.button.secondary{color:#31576e;background:#fff;border-color:#cbd9df}.button.secondary:hover:not(:disabled){background:#f3f8fa;border-color:#8fb0c2}.text-button{color:var(--blue);background:0 0;border:0;padding:0;font-size:.78rem;font-weight:800;text-decoration:none}.text-button:hover,.text-button:focus-visible{text-decoration:underline}.text-button.danger{color:var(--danger)}.columns{grid-template-columns:minmax(250px,.72fr) minmax(0,1.7fr);align-items:start;gap:1rem;display:grid}.columns>.card{min-width:0;height:100%}.columns>.card:nth-child(2){overflow:visible}.columns>.card>p{margin:.35rem 0 1rem}.portal .card ul{gap:0;margin:.8rem 0 0;padding:0;list-style:none;display:grid}.portal .card li{border-bottom:1px solid #edf1f3;justify-content:space-between;align-items:center;gap:1rem;min-width:0;padding:.8rem .15rem;display:flex}.portal .card li:last-child{border-bottom:0}.portal .card li>span{min-width:0}.portal .card li span:first-child{overflow-wrap:anywhere}.portal .card li small{color:var(--muted);margin-top:.2rem;font-size:.72rem;font-weight:500;display:block}.portal .card li b{color:var(--blue);white-space:nowrap;flex:none;font-size:.8rem}.portal kuroo-booking{width:100%;min-width:0;max-width:760px;margin:1rem auto 0;display:block}.appointments,.profile-grid{margin-top:1rem}.panel-heading{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.panel-heading h2{align-items:center;gap:.55rem;display:flex;margin:0!important}.appointments .panel-heading{border-bottom:1px solid #edf1f3;padding-bottom:.55rem}.appointments li{padding:.9rem .15rem}.appointments li>span{min-width:0}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:1rem;display:grid}.profile-form,.preferences-form{gap:.85rem;margin-top:1rem;display:grid}.form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;display:grid}.profile-form input[readonly]{color:#6b7b84;background:#f5f8f9}.preferences-form label{color:#405764;cursor:pointer;border-radius:.45rem;align-items:center;gap:.6rem;padding:.55rem .6rem;font-size:.8rem;display:flex}.preferences-form label:hover{background:#f4f8fa}.preferences-form input{width:1rem;height:1rem;accent-color:var(--blue)}.preferences-form .button{margin-top:.2rem}.provider-form .button{justify-self:start}.provider-grid{margin-top:1rem}.provider-grid .card{height:100%}@media (width<=980px){.columns{grid-template-columns:1fr}.columns>.card:first-child,.columns>.card:nth-child(2){height:auto}.portal kuroo-booking{max-width:none}}@media (width<=720px){.portal{padding:1rem .75rem 2.5rem}.portal>header{flex-direction:column;align-items:flex-start;padding:1.15rem 1rem}.portal>header h1{font-size:clamp(1.8rem,9vw,2.5rem)}.portal-header-actions{justify-content:flex-start}.auth-form{grid-template-columns:1fr}.auth-form .button{justify-self:start}.profile-grid,.form-row{grid-template-columns:1fr}.card{padding:1rem}.portal kuroo-booking{margin-top:.75rem}}@media (width<=480px){.portal .card li{flex-direction:column;align-items:flex-start;gap:.4rem}.portal .card li b{align-self:flex-end}.portal .panel-heading{align-items:flex-start}.badge{white-space:normal}}.provider-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem;display:grid}.provider-grid .wide{grid-column:1/-1}.provider-calendar-list{max-height:22rem;overflow:auto}.provider-calendar-list li{align-items:flex-start}.provider-calendar-list .slot{color:#64748b}.provider-form{gap:.75rem;margin-top:1rem;display:grid}.provider-form label{color:#51627b;gap:.3rem;font-size:.75rem;font-weight:700;display:grid}.provider-form input,.provider-form select{color:#172033;background:#fff;border:1px solid #d7e3f5;border-radius:.45rem;width:100%;padding:.6rem .65rem}.provider-form .form-row{align-items:end}.provider-list{gap:.35rem;padding:0;list-style:none;display:grid}.provider-list li{align-items:flex-start}.provider-list .text-button{flex:none}.provider-summary{flex-wrap:wrap;gap:.5rem;margin:.4rem 0 0;display:flex}.provider-summary .tag{color:#24508b;background:#eef4ff;border-radius:999px;padding:.3rem .55rem;font-size:.75rem;font-weight:700}.provider-state{color:#51627b;background:#f7faff;border-radius:.5rem;margin:.75rem 0 0;padding:.65rem .75rem;font-size:.82rem}.provider-state.error{color:#b42318;background:#fff7f6}.recurring-series-card{margin-top:1rem}.recurring-series-list{gap:.8rem;margin-top:1rem;display:grid}.recurring-series-item{background:#fbfdfe;border:1px solid #dbe7eb;border-radius:.65rem;padding:.9rem}.recurring-series-item>header{justify-content:space-between;align-items:flex-start;gap:.8rem;display:flex}.recurring-series-item header strong,.recurring-series-item header small{display:block}.recurring-series-item header small{color:var(--muted);margin-top:.2rem;font-size:.72rem}.recurring-series-item>.muted{margin:.6rem 0 0}.recurring-occurrence-list{display:grid;gap:.35rem!important;margin:.7rem 0!important}.recurring-occurrence-list li{background:#fff;border:1px solid #e7eef0;border-radius:.45rem;align-items:flex-start!important;padding:.55rem .6rem!important}.recurring-occurrence-list li>div:first-child{min-width:0}.recurring-occurrence-list li strong,.recurring-occurrence-list li small{display:block}.recurring-occurrence-list li small{color:var(--muted);margin-top:.18rem;font-size:.7rem}.recurring-occurrence-list .muted-row{opacity:.65}.recurring-reschedule{border-top:1px solid #e7eef0;grid-column:1/-1;gap:.55rem;margin-top:.45rem;padding:.65rem;display:grid}.recurring-reschedule label{color:#405764;gap:.3rem;font-size:.74rem;font-weight:700;display:grid}.slot-options{gap:.35rem;display:grid}.recurring-reschedule .slot-option{padding:.45rem}.recurring-reschedule .button{justify-self:start}.recurring-refunds{background:#f7fbfc;border:1px solid #e4edf0;border-radius:.45rem;gap:.2rem;margin-top:.65rem;padding:.6rem .7rem;display:grid}.recurring-refunds strong{color:#31576e;font-size:.74rem}.recurring-refunds small{color:var(--muted);font-size:.7rem}.customer-payments-card{margin-top:1rem}.customer-finance-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:.8rem;display:grid}.customer-finance-grid h3{color:var(--navy);margin:.1rem 0;font-size:.9rem}.customer-finance-grid ul{margin-top:.35rem!important}.customer-finance-grid li{padding:.65rem .15rem!important}.customer-finance-grid .tag{flex:none}.customer-payments-card .inline-result{margin-top:.8rem}.customer-payments-card .inline-result ul{margin-top:.4rem!important}@media (width<=720px){.customer-finance-grid{grid-template-columns:1fr}}@media (width<=760px){.provider-grid{grid-template-columns:1fr}.provider-grid .wide{grid-column:auto}}.brand-identity{letter-spacing:normal;text-transform:none;align-items:center;gap:.45rem;display:inline-flex}.brand-identity img{object-fit:contain;border-radius:.35rem;width:1.65rem;height:1.65rem}.brand-mark{color:#fff;background:linear-gradient(135deg,var(--brand-primary,#6d5ef8),var(--brand-accent,#22d3ee));border-radius:.42rem;justify-content:center;align-items:center;width:1.65rem;height:1.65rem;font-size:.9rem;font-weight:900;display:inline-flex}.button.primary{background:var(--brand-primary,var(--blue))}.button.primary:hover:not(:disabled){background:color-mix(in srgb,var(--brand-primary,#1f5a87) 82%,#000)}.slots-toggle{margin-top:.5rem}.provider-exceptions-card{margin-top:1rem}.password-recovery-card{max-width:46rem;margin:0 auto 1rem}.recovery-request-form{grid-template-columns:minmax(0,1fr) auto}.provider-portal{gap:1rem;display:grid}.provider-portal-header{background:linear-gradient(135deg,#fff 0%,#f6fafc 100%);border:1px solid #d8e3e8;border-radius:1rem;justify-content:space-between;align-items:flex-end;gap:1rem;padding:1.4rem 1.5rem;display:flex;box-shadow:0 18px 45px #1a2c3714}.provider-portal-header h1{color:var(--navy);letter-spacing:-.045em;margin:.15rem 0 .5rem;font-size:clamp(1.9rem,4vw,2.8rem)}.provider-header-actions,.button-row{flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.provider-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;display:grid}.provider-kpis .card{gap:.25rem;padding:1rem;display:grid}.provider-kpis span,.provider-kpis small{color:var(--muted);font-size:.75rem}.provider-kpis strong{color:var(--navy);letter-spacing:-.04em;font-size:1.7rem}.provider-calendar-card{min-width:0}.provider-calendar-toolbar{justify-content:space-between;align-items:center;gap:1rem;margin:1rem 0 .8rem;display:flex}.calendar-view-switcher{border:1px solid var(--border);background:#f6f9fa;border-radius:.5rem;gap:.2rem;padding:.2rem;display:flex}.calendar-view-switcher button{color:var(--muted);background:0 0;border:0;border-radius:.35rem;padding:.45rem .65rem;font-size:.75rem;font-weight:800}.calendar-view-switcher button.active{color:#fff;background:var(--blue)}.calendar-filters{grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;margin-bottom:1rem;display:grid}.calendar-filters label{color:#51627b;gap:.3rem;font-size:.74rem;font-weight:700;display:grid}.provider-calendar-list,.provider-month-grid{gap:.85rem;max-height:42rem;display:grid;overflow:auto}.provider-calendar-day,.provider-month-day{background:#fbfdfe;border:1px solid #e1eaed;border-radius:.65rem;padding:.8rem}.provider-calendar-day h3,.provider-month-day h3{color:var(--navy);text-transform:capitalize;margin:0;font-size:.85rem}.provider-calendar-day ul,.provider-month-day ul{gap:.25rem;display:grid;margin:.5rem 0 0!important}.provider-entry{background:#fff;border:1px solid #edf1f3;border-radius:.45rem;align-items:center!important;padding:.65rem .7rem!important}.provider-entry>div:first-child{gap:.12rem;min-width:0;display:grid}.provider-entry strong{color:#253e4c;font-size:.78rem}.provider-entry span,.provider-entry small{color:var(--muted);font-size:.71rem}.provider-entry-booking{border-left:3px solid #3974a0}.provider-entry-slot{background:#f7fcf8;border-left:3px solid #4b9b6e}.provider-entry-block{background:#fff8f7;border-left:3px solid #c44b43}.provider-entry-event{background:#faf8ff;border-left:3px solid #8067a9}.provider-month-grid{grid-template-columns:repeat(7,minmax(145px,1fr));overflow-x:auto}.provider-month-day{min-height:10rem}.provider-month-day .provider-entry{flex-direction:column;gap:.25rem;align-items:flex-start!important}.provider-two-columns,.provider-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:1rem;display:grid}.provider-request-list,.provider-notifications{gap:.45rem;margin-top:1rem;display:grid}.provider-request{background:#fbfdfe;border:1px solid #e1eaed;border-radius:.55rem;justify-content:space-between;gap:1rem;padding:.8rem;display:flex}.provider-request>div{gap:.18rem;display:grid}.provider-request strong{color:#253e4c;font-size:.8rem}.provider-request small,.provider-request span{color:var(--muted);font-size:.71rem}.warning-text{color:#9a6700!important}.provider-notifications li{cursor:pointer;background:#fbfdfe;border:1px solid #e1eaed;border-radius:.55rem;align-items:flex-start!important;padding:.75rem!important}.provider-notifications li.unread{background:#f2f9fc;border-color:#9fc8df}.provider-notifications li>div{gap:.18rem;display:grid}.provider-notifications li strong{color:#253e4c;font-size:.78rem}.provider-notifications li span,.provider-notifications li small{color:var(--muted);font-size:.71rem}.file-picker{color:#405764;gap:.35rem;margin-top:1rem;font-size:.75rem;font-weight:700;display:grid}.checkbox-row{align-items:center;grid-template-columns:none!important;gap:.55rem!important;display:flex!important}.checkbox-row input{width:auto!important}.request-form textarea{resize:vertical}.tag.pending{color:#865f00;background:#fff6d9}.tag.approved,.tag.success{color:#087f2e;background:#eaf8ee}.tag.rejected,.tag.cancelled,.tag.block{color:#9b261c;background:#fff1ef}.tag.warning{color:#8d6200;background:#fff5d8}@media (width<=900px){.provider-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.provider-two-columns,.provider-profile-grid{grid-template-columns:1fr}.provider-month-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media (width<=620px){.provider-portal-header,.provider-calendar-toolbar{flex-direction:column;align-items:flex-start}.calendar-filters{grid-template-columns:1fr}.provider-kpis{grid-template-columns:1fr 1fr}.provider-entry{flex-direction:column;align-items:flex-start!important}.provider-month-grid{grid-template-columns:1fr}.provider-request{flex-direction:column;align-items:flex-start}}.provider-schedule-list{gap:.4rem;margin-top:1rem;padding:0;list-style:none;display:grid}.provider-schedule-list li{background:#fbfdfe;border:1px solid #e1eaed;border-radius:.55rem;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem;display:flex}.provider-schedule-list li>span:first-child{gap:.18rem;min-width:0;display:grid}.provider-schedule-list strong{color:#253e4c;font-size:.78rem}.provider-schedule-list small{color:var(--muted);font-size:.71rem}.provider-schedule-list .inline-actions{flex:none}@media print{body{background:#fff}.portal{width:100%;padding:0}.provider-portal-header,.provider-kpis,.provider-profile-grid,.provider-two-columns,.provider-calendar-toolbar,.calendar-filters,.button,.provider-header-actions{display:none!important}.card{box-shadow:none;border-color:#bbb}.provider-calendar-card{display:block!important}.provider-calendar-list{max-height:none;overflow:visible}}.calendar-range-fields{flex-wrap:wrap;align-items:flex-end;gap:.7rem;display:flex}.calendar-range-fields label{color:#51627b;gap:.3rem;font-size:.74rem;font-weight:700;display:grid}.calendar-range-fields input{color:#172033;background:#fff;border:1px solid #d7e3f5;border-radius:.45rem;padding:.6rem .65rem}.provider-calendar-list-flat{max-height:42rem}.provider-calendar-list-flat>ul{gap:.35rem;display:grid}.password-change-card{max-width:38rem;margin:2rem auto}.password-change-card .profile-form{max-width:30rem}.password-change-card h2{margin:.25rem 0 .45rem}.provider-checkin-card{margin-top:1rem}.provider-checkin-grid{grid-template-columns:minmax(0,1fr) minmax(18rem,.8fr);align-items:start;gap:1rem;display:grid}.provider-scanner{background:#102049;border:1px solid #cbd9df;border-radius:.65rem;min-height:14rem;position:relative;overflow:hidden}.provider-scanner video{object-fit:cover;width:100%;min-height:14rem;display:block}.scanner-overlay{pointer-events:none;border:2px solid #fff;border-radius:.8rem;position:absolute;inset:20% 15%;box-shadow:0 0 0 999px #10204933}.provider-checkin-form{gap:.7rem;display:grid}.provider-checkin-form label{color:#51627b;gap:.3rem;font-size:.74rem;font-weight:700;display:grid}.provider-checkin-actions{flex-wrap:wrap;gap:.55rem;display:flex}.checkin-result{color:#0b6e35;background:#eefbf2;border-radius:.5rem;margin-top:.7rem;padding:.7rem;font-size:.8rem}.checkin-result.duplicate{color:#795800;background:#fff8dc}.checkin-error{color:#9b261c;background:#fff1ef;border-radius:.5rem;margin-top:.7rem;padding:.7rem;font-size:.8rem}@media (width<=760px){.provider-checkin-grid{grid-template-columns:1fr}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.public-experience{background:radial-gradient(circle at 84% 0%,color-mix(in srgb,var(--color-accent) 13%,transparent),transparent 30rem),var(--color-bg);min-height:100vh;color:var(--color-text);padding:1rem clamp(1rem,4vw,4.5rem) 2.5rem}.public-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:1rem;width:min(1180px,100%);margin:0 auto;padding:.5rem 0 1.2rem;display:flex}.public-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.55rem;display:flex}.public-account-link,.public-back-link{min-height:44px;color:var(--color-text-muted);border-radius:999px;align-items:center;padding:.65rem .8rem;font-size:.78rem;font-weight:750;text-decoration:none;display:inline-flex}.public-account-link:hover,.public-back-link:hover{background:var(--color-surface-subtle);color:var(--color-text)}.catalog-hero{justify-content:space-between;align-items:flex-end;gap:2rem;width:min(1180px,100%);margin:clamp(3rem,8vw,7.5rem) auto clamp(2.2rem,5vw,4rem);display:flex}.catalog-hero-copy{max-width:48rem}.catalog-hero h1{margin:.35rem 0 1rem;font-size:clamp(3.1rem,8vw,7.6rem);line-height:.91}.catalog-hero h1 em{color:var(--color-primary-strong);font-style:normal}.catalog-hero-copy>p:last-child{max-width:34rem;color:var(--color-text-muted);margin:0;font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.55}.catalog-hero-note{max-width:12rem;color:var(--color-text-muted);align-items:flex-start;gap:.65rem;margin-bottom:.55rem;font-size:.78rem;font-weight:700;line-height:1.45;display:flex}.catalog-hero-note-mark{width:2.3rem;height:2.3rem;color:var(--color-on-primary);background:var(--color-primary);border-radius:50%;flex:none;place-items:center;display:grid}.catalog-toolbar{border:1px solid var(--color-border);border-radius:var(--k-radius-md);background:color-mix(in srgb,var(--color-surface) 82%,transparent);width:min(1180px,100%);box-shadow:var(--k-shadow-soft);grid-template-columns:minmax(16rem,1.6fr) minmax(10rem,.8fr) minmax(10rem,.8fr);gap:.65rem;margin:0 auto 3.2rem;padding:.55rem;display:grid}.catalog-toolbar label{min-width:0}.catalog-toolbar input,.catalog-toolbar select{width:100%;min-height:44px;color:var(--color-text);background:0 0;border:0;border-radius:.7rem;outline:none;padding:.65rem .8rem}.catalog-toolbar select{border-left:1px solid var(--color-border);padding-left:1rem}.catalog-search{color:var(--color-text-muted);align-items:center;gap:.5rem;padding-left:.8rem;display:flex}.catalog-search input{padding-left:0}.catalog-results{width:min(1180px,100%);margin:0 auto}.catalog-results-heading{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem;display:flex}.catalog-results-heading h2{font-family:var(--k-font-display);letter-spacing:-.035em;margin:.25rem 0 0;font-size:clamp(1.8rem,3vw,2.7rem);font-weight:500}.catalog-results-heading>span{color:var(--color-text-muted);font-size:.78rem;font-weight:750}.public-provider-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.public-provider-card{border:1px solid var(--color-border);border-radius:var(--k-radius-lg);background:var(--color-surface);min-width:0;box-shadow:var(--k-shadow-soft);cursor:pointer;transition:transform var(--k-motion-standard) var(--k-motion-ease),box-shadow var(--k-motion-standard) var(--k-motion-ease),border-color var(--k-motion-standard) ease;overflow:hidden}.public-provider-card:hover,.public-provider-card:focus-visible{border-color:color-mix(in srgb,var(--color-primary) 45%,var(--color-border));box-shadow:var(--k-shadow-lift);outline:none;transform:translateY(-4px)}.public-provider-card-body{gap:.75rem;padding:1.15rem 1.2rem 1.2rem;display:grid}.public-provider-card-heading{justify-content:space-between;align-items:flex-start;gap:.8rem;display:flex}.public-provider-card-heading h2{font-family:var(--k-font-display);letter-spacing:-.035em;margin:.15rem 0 0;font-size:1.75rem;font-weight:500}.public-provider-card-body p:not(.ui-eyebrow){min-height:2.7rem;color:var(--color-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.82rem;line-height:1.45;display:-webkit-box;overflow:hidden}.public-provider-card footer{border-top:1px solid var(--color-border);color:var(--color-text-muted);justify-content:space-between;gap:.6rem;padding-top:.75rem;font-size:.7rem;font-weight:700;display:flex}.provider-portrait{aspect-ratio:1;background:linear-gradient(135deg,color-mix(in srgb,var(--color-primary) 76%,#fff),color-mix(in srgb,var(--color-accent) 76%,#fff));color:#fff;font-family:var(--k-font-display);place-items:center;font-size:3.4rem;display:grid;overflow:hidden}.provider-portrait img{object-fit:cover;width:100%;height:100%}.provider-portrait-large{aspect-ratio:4/5;border-radius:var(--k-radius-lg);width:min(30vw,21rem);box-shadow:var(--k-shadow-lift);font-size:5rem}.public-provider-card-skeleton{gap:.75rem;padding-bottom:1.2rem;display:grid}.public-provider-card-skeleton .ui-skeleton:first-child{border-radius:0;height:15rem}.public-provider-card-skeleton .ui-skeleton:not(:first-child){height:1.2rem;margin:0 1.2rem}.public-empty-state{border:1px dashed var(--color-border);border-radius:var(--k-radius-lg);text-align:center;justify-items:center;gap:.7rem;padding:clamp(3rem,8vw,6rem) 1.5rem;display:grid}.public-empty-state h2{font-family:var(--k-font-display);margin:0;font-size:2rem;font-weight:500}.public-empty-state p{max-width:34rem;color:var(--color-text-muted);margin:0;font-size:.86rem;line-height:1.55}.public-empty-icon{width:3rem;height:3rem;color:var(--color-primary-strong);background:var(--color-surface-subtle);border-radius:50%;place-items:center;display:grid}.public-empty-state .text-button{align-items:center;min-height:44px;display:inline-flex}.public-trust-row{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);width:min(1180px,100%);color:var(--color-text-muted);flex-wrap:wrap;justify-content:space-between;gap:1rem;margin:3rem auto 2rem;padding:1rem 0;font-size:.72rem;font-weight:700;display:flex}.public-trust-row span{align-items:center;gap:.4rem;display:inline-flex}.public-trust-row svg{color:var(--color-success)}.public-concierge-dock{justify-content:flex-end;width:min(1180px,100%);margin:0 auto 2rem;display:flex}.public-concierge-dock kuroo-concierge{width:min(100%,25rem)}.public-footer{width:min(1180px,100%);color:var(--color-text-muted);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding-top:1.2rem;font-size:.68rem;display:flex}.public-footer .brand-lockup-copy small{display:none}.profile-hero{justify-content:space-between;align-items:center;gap:2.5rem;width:min(1080px,100%);margin:clamp(3rem,8vw,6rem) auto 4rem;display:flex}.profile-hero-copy{max-width:44rem}.profile-hero h1{margin:.25rem 0 .45rem;font-size:clamp(3.3rem,8vw,7.2rem);line-height:.9}.profile-headline{color:var(--color-primary-strong);margin:0 0 1rem;font-size:clamp(1.05rem,2vw,1.4rem);font-weight:650;line-height:1.35}.profile-bio{max-width:40rem;color:var(--color-text-muted);margin:0 0 1.2rem;font-size:1rem;line-height:1.65}.profile-timezone{color:var(--color-text-muted);align-items:center;gap:.4rem;font-size:.76rem;font-weight:700;display:inline-flex}.profile-content{grid-template-columns:minmax(0,1fr) minmax(20rem,.9fr);align-items:start;gap:2rem;width:min(1080px,100%);margin:0 auto;display:grid}.profile-section-heading{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem;display:flex}.profile-section-heading h2,.profile-location-card h2,.profile-booking-card h2,.profile-concierge-context h2{font-family:var(--k-font-display);letter-spacing:-.035em;margin:.2rem 0 .4rem;font-size:clamp(1.8rem,3vw,2.7rem);font-weight:500}.profile-section-heading p:not(.ui-eyebrow),.profile-location-card>p:not(.ui-eyebrow){color:var(--color-text-muted);margin:0;font-size:.8rem;line-height:1.5}.profile-count,.profile-step-badge{min-width:2rem;height:2rem;color:var(--color-primary-strong);background:var(--color-surface-subtle);border-radius:50%;place-items:center;font-size:.72rem;font-weight:800;display:grid}.profile-service-list{gap:.65rem;display:grid}.profile-service-card{border:1px solid var(--color-border);border-radius:var(--k-radius-md);background:var(--color-surface);width:100%;min-height:88px;color:var(--color-text);text-align:left;cursor:pointer;transition:transform var(--k-motion-fast) var(--k-motion-ease),border-color var(--k-motion-fast) ease,background-color var(--k-motion-fast) ease;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.1rem;display:flex}.profile-service-card:hover,.profile-service-card.selected{border-color:var(--color-primary);background:color-mix(in srgb,var(--color-primary) 7%,var(--color-surface))}.profile-service-card:hover{transform:translate(3px)}.profile-service-card-copy{gap:.3rem;min-width:0;display:grid}.profile-service-card-copy strong{font-family:var(--k-font-display);letter-spacing:-.02em;font-size:1.4rem;font-weight:500}.profile-service-card-copy small{color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.profile-service-card-meta{flex:none;grid-template-columns:auto auto 1.55rem;align-items:center;gap:.7rem;display:grid}.profile-service-card-meta b{white-space:nowrap;font-size:.78rem}.profile-service-card-meta small{color:var(--color-text-muted);white-space:nowrap;font-size:.7rem}.profile-service-radio{border:1px solid var(--color-border);width:1.55rem;height:1.55rem;color:var(--color-on-primary);background:var(--color-surface);border-radius:50%;place-items:center;font-size:.7rem;font-weight:900;display:grid}.profile-service-card.selected .profile-service-radio{border-color:var(--color-primary);background:var(--color-primary)}.profile-booking-column{gap:1rem;display:grid;position:sticky;top:1rem}.profile-location-card,.profile-booking-card{padding:1.25rem}.profile-location-select{margin:1rem 0 .8rem;display:block}.profile-location-select select{border:1px solid var(--color-border);background:var(--color-surface);width:100%;min-height:46px;color:var(--color-text);border-radius:.7rem;padding:.7rem .8rem}.profile-location{color:var(--color-text-muted);align-items:flex-start;gap:.45rem;font-size:.72rem;line-height:1.45;display:flex}.profile-location svg{color:var(--color-primary-strong);flex:none}.profile-booking-card-heading{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.profile-booking-card kuroo-booking{width:100%;margin-top:1rem;display:block}.profile-concierge-context{border:1px solid color-mix(in srgb,var(--color-accent) 35%,var(--color-border));border-radius:var(--k-radius-lg);background:linear-gradient(135deg,color-mix(in srgb,var(--color-accent) 8%,var(--color-surface)),var(--color-surface));grid-template-columns:minmax(0,1fr) minmax(18rem,.8fr);align-items:center;gap:1rem;width:min(1080px,100%);margin:4rem auto 2rem;padding:1.4rem 1.5rem;display:grid}.profile-concierge-context p:not(.ui-eyebrow){max-width:38rem;color:var(--color-text-muted);margin:.2rem 0 0;font-size:.8rem;line-height:1.5}.profile-concierge-context kuroo-concierge{width:100%}.public-profile-loading,.public-profile-error{text-align:center;gap:1rem;width:min(720px,100%);margin:8rem auto;display:grid}.public-profile-loading .ui-skeleton{height:3rem}.public-profile-error{justify-items:center}.public-profile-error .ui-status{width:100%}@media (width<=900px){.public-provider-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-content{grid-template-columns:1fr}.profile-booking-column{grid-template-columns:repeat(2,minmax(0,1fr));position:static}.profile-booking-card{grid-column:1/-1}}@media (width<=680px){.public-experience{padding-inline:.75rem}.public-header{align-items:flex-start}.public-header-actions{gap:.2rem}.public-account-link,.public-back-link{padding-inline:.55rem}.catalog-hero{flex-direction:column;align-items:flex-start;margin-top:3.5rem}.catalog-hero h1{font-size:clamp(3.1rem,17vw,5.2rem)}.catalog-hero-note{margin:0}.catalog-toolbar{grid-template-columns:1fr;margin-bottom:2rem}.catalog-toolbar select{border-top:1px solid var(--color-border);border-left:0}.catalog-results-heading{flex-direction:column;align-items:flex-start}.public-provider-grid{grid-template-columns:1fr}.public-trust-row{gap:.7rem;display:grid}.public-footer{flex-direction:column;align-items:flex-start}.profile-hero{flex-direction:column-reverse;align-items:flex-start;margin-top:3.5rem;margin-bottom:3rem}.provider-portrait-large{width:min(72vw,20rem)}.profile-hero h1{font-size:clamp(3.4rem,17vw,5.7rem)}.profile-booking-column{grid-template-columns:1fr}.profile-booking-card{grid-column:auto}.profile-concierge-context{grid-template-columns:1fr;padding:1.1rem}.profile-service-card{flex-direction:column;align-items:flex-start}.profile-service-card-meta{grid-template-columns:auto auto 1.55rem;justify-content:end;width:100%}.profile-service-card-copy{width:100%}}@media (width<=380px){.public-header .brand-lockup-copy{display:none}.public-header-actions{margin-left:auto}.profile-service-card-meta{gap:.45rem}.profile-service-card-copy small{white-space:normal}}html[data-theme=dark] .portal{color:var(--color-text);background:var(--color-bg)}html[data-theme=dark] .portal>header,html[data-theme=dark] .portal .card,html[data-theme=dark] .provider-portal-header{background:var(--color-surface);border-color:var(--color-border);box-shadow:var(--k-shadow-soft)}html[data-theme=dark] .portal>header h1,html[data-theme=dark] .portal .card h2,html[data-theme=dark] .provider-portal-header h1,html[data-theme=dark] .provider-kpis strong{color:var(--color-text)}html[data-theme=dark] .portal input,html[data-theme=dark] .portal select,html[data-theme=dark] .portal textarea,html[data-theme=dark] .provider-form input,html[data-theme=dark] .provider-form select{color:var(--color-text);background:var(--color-surface-subtle);border-color:var(--color-border)}html[data-theme=dark] .portal .button.secondary{color:var(--color-text);background:var(--color-surface);border-color:var(--color-border)}html[data-theme=dark] .provider-calendar-day,html[data-theme=dark] .provider-month-day,html[data-theme=dark] .provider-entry,html[data-theme=dark] .provider-request,html[data-theme=dark] .provider-notifications li{background:var(--color-surface-subtle);border-color:var(--color-border)}.public-concierge-intro{gap:.35rem;max-width:25rem;margin:0 0 .7rem;display:grid}.public-concierge-intro p:not(.ui-eyebrow){color:var(--color-text-muted);margin:0;font-size:.8rem;line-height:1.5}.booking-confirmation-note{color:var(--color-primary-strong);margin-top:.55rem;font-size:.78rem;font-weight:700;display:block}
