@import "https://fonts.googleapis.com/css2?family=Lora:wght@500;600;700&family=Sora:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Lora:wght@500;600;700&family=Sora:wght@400;500;600;700&display=swap";:root{--bg:#f2fbf8;--surface:#fff;--border:#9fe1cb;--sidebar:#085041;--sidebar-hover:#ffffff1a;--accent:#1d9e75;--accent-lt:#e1f5ee;--accent-dim:#1d9e751f;--gold:#9fe1cb;--gold-lt:#cffafe;--gold-dim:#9fe1cb2e;--teal:#1d9e75;--teal-lt:#e1f5ee;--teal-dim:#1d9e751f;--red:#dc2626;--red-lt:#fef2f2;--text:#042f2e;--muted:#3d7a74;--shadow:0 2px 20px #0d94881a;--radius:14px}body.dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#061614;--surface:#0b221f;--border:#1f4a44;--sidebar:#042b24;--sidebar-hover:#ffffff14;--accent:#5eead4;--accent-lt:#103531;--accent-dim:#5eead41f;--gold:#7dd3fc;--gold-lt:#0f2c36;--gold-dim:#7dd3fc1f;--teal:#5eead4;--teal-lt:#103531;--teal-dim:#5eead41f;--red:#f87171;--red-lt:#2a1518;--text:#e5fffb;--muted:#9ac8c0;--shadow:0 16px 40px #00000047}*{box-sizing:border-box;margin:0;padding:0}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body.dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg);min-height:100vh;color:var(--text);align-items:stretch;font-family:Sora,sans-serif;font-size:14px;display:flex}button,input,textarea{font:inherit}#root{flex:1;min-height:100vh}a{color:inherit}.app-shell{min-height:100vh;padding:24px}.app-shell--bare{padding:0}.topbar{border:1px solid var(--border);border-radius:calc(var(--radius) + 6px);background:linear-gradient(140deg, #fffffffa, #ecf8f4eb), var(--surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);justify-content:space-between;align-items:center;gap:24px;padding:20px 24px;display:flex;box-shadow:0 18px 40px #08504114}.brand-block,.topbar-actions,.session-block,.nav-links,.hero-actions,.action-row,.provider-card__header,.provider-card__grid{align-items:center;gap:16px;display:flex}.brand-mark{background:linear-gradient(135deg, var(--sidebar), var(--accent));color:#fff;width:48px;height:48px;box-shadow:var(--shadow);border-radius:16px;place-items:center;font-size:1.2rem;font-weight:800;text-decoration:none;display:grid}.brand-title{color:var(--text);font-size:1.35rem;font-weight:800;text-decoration:none}.brand-subtitle,.panel-header p,.feature-card p,.workspace-banner p,.hero-copy p,.metric-card p,.auth-content p,.mini-panel p,.empty-state p,.switch-copy,.subpanel-header p{color:var(--muted)}.brand-subtitle{max-width:520px;margin:4px 0 0;font-size:.96rem}.nav-links{flex-wrap:wrap;gap:10px}.topbar-nav-icon-group{align-items:center;gap:8px;display:inline-flex}.topbar .nav-link{color:#042f2e;letter-spacing:.01em;background:#fff;border:1px solid #042f2e2e;border-radius:999px;padding:10px 16px;font-weight:700;text-decoration:none;transition:background-color .16s,color .16s,transform .16s,border-color .16s,box-shadow .16s;box-shadow:0 6px 16px #08504114}.topbar .nav-link:hover,.topbar .nav-link.active{background:linear-gradient(135deg, var(--accent-lt), #97e9b0);color:var(--text);border-color:#1d9e7566;transform:translateY(-1px);box-shadow:0 10px 22px #0850411f}.topbar .nav-link:focus-visible{box-shadow:0 0 0 3px var(--accent-dim);outline:none}.topbar-theme-btn{color:#042f2e;cursor:pointer;background:#fff;border:1px solid #042f2e33;border-radius:999px;width:40px;height:40px;font-size:1rem;line-height:1;transition:background-color .16s,color .16s,transform .16s,border-color .16s,box-shadow .16s;box-shadow:0 6px 16px #08504114}.topbar-theme-btn:hover{background:linear-gradient(135deg, var(--accent-lt), #97e9b0);border-color:#1d9e7566;transform:translateY(-1px);box-shadow:0 10px 22px #0850411f}.topbar-nav-icon{border-radius:999px;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:0;display:inline-flex;position:relative}.topbar-nav-icon:hover,.topbar-nav-icon:focus-visible{transform:translateY(-1px)}.topbar-notification-icon{font-size:1.05rem;line-height:1}.topbar-notification-badge{color:#fff;background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 6px;font-size:.7rem;font-weight:700;line-height:18px;animation:.22s ease-out topbar-badge-pop;display:inline-flex;position:absolute;top:6px;right:6px;box-shadow:0 0 0 2px #ffffffe6}@keyframes topbar-badge-pop{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.topbar-theme-btn:focus-visible{box-shadow:0 0 0 3px var(--accent-dim);outline:none}.topbar-theme-btn--active{background:linear-gradient(135deg, var(--accent-lt), #97e9b0f2)}.session-block{border-left:1px solid var(--border);gap:14px;padding-top:4px;padding-bottom:4px;padding-left:16px}.session-copy{flex-direction:column;gap:6px;min-width:0;display:flex}.session-name{color:var(--text);font-weight:700;line-height:1.2}.topbar-logout{color:var(--sidebar);background:linear-gradient(135deg,#fffffffa,#ecf8f4f5);border-color:#042f2e29;box-shadow:0 10px 22px #0850411a}.topbar-logout:hover:not(:disabled){background:linear-gradient(135deg, var(--accent-lt), #fffffffa);color:var(--sidebar);border-color:#1d9e7547}body.dark .session-block{border-left-color:var(--border)}body.dark .session-name{color:var(--text)}body.dark .role-pill--compact{background:color-mix(in srgb, var(--accent) 16%, transparent);color:var(--text);border:1px solid var(--border)}body.dark .topbar-logout{border-color:var(--border);background:var(--surface);color:var(--text);box-shadow:var(--shadow)}body.dark .topbar-logout:hover:not(:disabled){background:color-mix(in srgb, var(--accent-lt) 60%, var(--surface));border-color:var(--accent);color:var(--text)}.page-shell{max-width:1240px;margin:0 auto;padding:28px 0 48px}.page-stack{flex-direction:column;gap:24px;display:flex}.hero-panel,.workspace-banner,.panel,.feature-card,.auth-card,.center-card,.empty-state,.provider-card{border:1px solid var(--border);background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow)}.hero-panel{background:radial-gradient(circle at top right, var(--gold-dim), transparent 38%), linear-gradient(160deg, #fffffff2, #e1f5eef0);grid-template-columns:1.35fr .95fr;gap:20px;padding:30px;display:grid}.hero-copy h1,.workspace-banner h1,.auth-content h1,.empty-state h1{color:var(--text);margin:8px 0 12px;font-size:clamp(2rem,3vw,3.3rem);line-height:1.05}.hero-copy p,.workspace-banner p,.auth-content p,.empty-state p{max-width:62ch;margin:0;line-height:1.7}.eyebrow,.feature-tag,.metric-label,.mini-label{background:var(--accent-dim);width:fit-content;color:var(--accent);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;padding:6px 12px;font-size:.78rem;font-weight:800;display:inline-flex}.hero-actions,.action-row{flex-wrap:wrap;margin-top:24px}.hero-metrics,.grid-section,.card-list{gap:18px;display:grid}.hero-metrics{grid-template-columns:repeat(1,minmax(0,1fr))}.metric-card,.mini-panel,.subpanel{border-radius:calc(var(--radius) - 4px);background:var(--accent-lt);border:1px solid var(--border);padding:18px}.metric-card strong,.mini-panel strong{color:var(--text);margin:10px 0 6px;font-size:1.1rem;display:block}.grid-section{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-section--two{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card,.provider-card,.panel,.auth-card,.center-card,.empty-state{padding:24px}.feature-card h2,.panel-header h2,.provider-card h2,.auth-card h2,.empty-state h2{color:var(--text);margin:12px 0 10px}.feature-link{color:var(--accent);font-weight:700;text-decoration:none}.feature-link--muted{color:var(--muted)}.workspace-banner{background:radial-gradient(circle at top right, var(--gold-dim), transparent 35%), linear-gradient(160deg, #fffffff5, #e1f5eee0);justify-content:space-between;gap:20px;padding:28px;display:flex}.role-pill,.status-badge{text-transform:capitalize;border-radius:999px;justify-content:center;align-items:center;padding:8px 12px;font-weight:800;display:inline-flex}.role-pill{background:var(--accent-dim);color:var(--accent)}.role-pill--compact{padding:5px 10px;font-size:.78rem}.status-badge--pending{background:var(--gold-dim);color:var(--sidebar)}.status-badge--warning{color:#b45309;background:#ffedd5}.status-badge--info{color:#1e40af;background:#dbecff}.status-badge--verified{background:var(--teal-dim);color:var(--teal)}.status-badge--rejected{background:var(--red-lt);color:var(--red)}.panel-header,.subpanel-header{justify-content:space-between;align-items:start;gap:16px;margin-bottom:18px;display:flex}.form-stack{flex-direction:column;gap:18px;display:flex}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.field{flex-direction:column;gap:8px;display:flex}.field span,.detail-list dt{color:var(--text);font-size:.92rem;font-weight:700}.field--wide{grid-column:1/-1}.input{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);font:inherit;border-radius:12px;padding:13px 14px;transition:border-color .16s,box-shadow .16s,transform .16s}.input:focus{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-dim);outline:none;transform:translateY(-1px)}.input--textarea{resize:vertical;min-height:112px}.btn{cursor:pointer;font:inherit;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 18px;font-weight:700;text-decoration:none;transition:transform .16s,box-shadow .16s,border-color .16s,background .16s;display:inline-flex}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn:disabled{cursor:not-allowed;opacity:.7}.btn-primary{background:linear-gradient(135deg, var(--sidebar), var(--accent));color:#fff;box-shadow:0 14px 30px #0850412e}.btn-secondary{background:var(--accent-lt);color:var(--text);border-color:var(--border)}.btn-ghost{color:var(--text);border-color:var(--border);background:#042f2e08}.btn-ghost:hover:not(:disabled),.btn-ghost:focus-visible{background:var(--accent-lt);border-color:var(--accent);color:var(--sidebar)}.booking-status-tab{border-style:solid;border-width:1px;min-width:116px;font-weight:700}.booking-status-tab.btn-ghost{color:var(--sidebar);background:#fff;border-color:#042f2e33}.booking-status-tab.btn-ghost:hover:not(:disabled),.booking-status-tab.btn-ghost:focus-visible{background:var(--accent-lt);border-color:var(--accent);color:var(--sidebar)}.booking-status-tab.btn-primary{background:linear-gradient(135deg, var(--sidebar), var(--accent));color:#fff;border-color:#0000}.booking-action-btn{border-style:solid;border-width:1px;min-width:140px}.booking-action-btn--primary{background:linear-gradient(135deg, var(--sidebar), var(--accent));color:#fff;border-color:#0000}.booking-action-btn--danger{color:var(--red);background:#fff;border-color:#dc262673}.booking-action-btn--danger:hover:not(:disabled),.booking-action-btn--danger:focus-visible{background:var(--red-lt);border-color:var(--red);color:var(--red)}.booking-action-btn--neutral{color:var(--sidebar);background:#fff;border-color:#042f2e3d}.booking-action-btn--neutral:hover:not(:disabled),.booking-action-btn--neutral:focus-visible{background:var(--accent-lt);border-color:var(--accent);color:var(--sidebar)}.btn-danger{background:var(--red);color:#fff;box-shadow:0 14px 26px #dc262629}.btn-block{width:100%}.auth-layout{grid-template-columns:.95fr 1.05fr;align-items:start;gap:24px;display:grid}.auth-content{padding:24px}.auth-card{background:radial-gradient(circle at top right, var(--gold-dim), transparent 30%), var(--surface)}.auth-card--provider{background:radial-gradient(circle at top right, var(--teal-dim), transparent 30%), var(--surface)}.auth-card--admin{background:radial-gradient(circle at top right, #042f2e1f, transparent 30%), var(--surface)}.alert{border:1px solid #0000;border-radius:12px;padding:12px 14px}.alert-error{background:var(--red-lt);color:var(--red);border-color:#dc262633}.alert-success{background:var(--teal-lt);border-color:var(--border);color:var(--sidebar)}.password-input-wrap{position:relative}.password-input{padding-right:56px}.password-toggle{width:36px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;transition:background-color .16s,color .16s;display:inline-flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.password-toggle:hover{background:var(--accent-dim);color:var(--text)}.password-toggle:focus-visible{box-shadow:0 0 0 3px var(--accent-dim);outline:none}.password-toggle svg{width:18px;height:18px}.alert-info{background:var(--accent-lt);border-color:var(--border);color:var(--text)}.field-hint--warning{color:#b45309}.password-strength{flex-direction:column;gap:10px;display:flex}.password-strength__row{color:var(--muted);justify-content:space-between;gap:16px;font-size:.85rem;display:flex}.password-strength__bars{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.password-strength__bar{background:#3d7a742e;border-radius:999px;height:6px}.password-strength__bar--weak{background:var(--red)}.password-strength__bar--medium{background:#f59e0b}.password-strength__bar--strong{background:var(--accent)}.password-checklist{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px;display:grid}.password-checklist__item{color:var(--muted);font-size:.82rem}.password-checklist__item--passed{color:var(--accent)}.switch-copy{margin:16px 0 0}.switch-copy a{color:var(--accent);font-weight:700;text-decoration:none}.detail-list{gap:16px;display:grid}.detail-list div{border-bottom:1px solid var(--border);padding:12px 0}.detail-list div:last-child{border-bottom:0}.detail-list dd{color:var(--muted);margin:8px 0 0}.card-list{grid-template-columns:repeat(1,minmax(0,1fr))}.provider-card{flex-direction:column;gap:20px;display:flex}.provider-card__header{justify-content:space-between}.provider-card__grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;display:grid}.center-card,.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:240px;display:flex}.loader-dot{background:linear-gradient(135deg, var(--sidebar), var(--accent));width:18px;height:18px;box-shadow:0 0 0 10px var(--accent-dim);border-radius:50%;animation:1.2s ease-in-out infinite pulse}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.18)}}.verification-page{justify-content:center;display:flex}.verification-shell{flex-direction:column;gap:20px;width:min(100%,760px);display:flex}.verification-page__intro{text-align:center}.verification-page__intro h1{color:var(--sidebar);margin:10px 0 8px;font-size:clamp(2rem,3vw,2.7rem)}.verification-page__intro p{max-width:62ch;color:var(--muted);margin:0 auto}.verification-steps{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;display:flex}.verification-step{flex-direction:column;align-items:center;gap:6px;display:flex}.verification-step__circle{border:2px solid var(--border);background:var(--surface);width:38px;height:38px;color:var(--muted);border-radius:50%;place-items:center;font-weight:800;display:grid}.verification-step__label{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-size:.72rem;font-weight:700}.verification-step--done .verification-step__circle{background:var(--sidebar);border-color:var(--sidebar);color:#fff}.verification-step--active .verification-step__circle{background:var(--accent);border-color:var(--accent);color:#fff}.verification-step--done .verification-step__label{color:var(--sidebar)}.verification-step--active .verification-step__label{color:var(--accent)}.verification-step__line{background:#9fe1cbcc;width:72px;height:2px;margin:0 8px 22px}.verification-step__line--done{background:var(--accent)}.verification-note{background:var(--accent-lt);color:var(--sidebar);border:1px solid #1d9e7547;border-radius:14px;padding:14px 18px;line-height:1.6}.verification-form{flex-direction:column;gap:18px;display:flex}.verification-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:18px;overflow:hidden}.verification-card__header{background:linear-gradient(135deg, var(--accent), var(--sidebar));color:#fff;align-items:center;gap:14px;padding:18px 22px;display:flex}.verification-card__header h2{color:#fff;margin:0 0 4px}.verification-card__header p{color:#ffffffbd;margin:0}.verification-card__icon{background:#ffffff2e;border-radius:12px;place-items:center;width:38px;height:38px;font-weight:800;display:grid}.verification-card__body{padding:22px}.verification-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.input--locked{color:var(--muted);cursor:not-allowed;background:#3d7a7414}.field-hint{color:var(--muted);font-size:.78rem}.verification-document-list{gap:16px;display:grid}.verification-document-card{border:1px solid var(--border);background:var(--accent-lt);border-radius:16px;flex-direction:column;gap:12px;padding:18px;display:flex}.verification-upload{border:2px dashed var(--border);text-align:center;cursor:pointer;background:#ffffffb8;border-radius:14px;flex-direction:column;gap:6px;padding:20px 16px;display:flex}.verification-upload:hover{border-color:var(--accent);background:#e1f5eecc}.verification-upload__icon{background:var(--accent-lt);width:42px;height:42px;color:var(--accent);border-radius:50%;place-items:center;margin:0 auto;font-size:1.3rem;font-weight:800;display:grid}.verification-upload__title{color:var(--accent);font-weight:700}.verification-upload__helper{color:var(--muted);font-size:.82rem}.verification-upload__input{display:none}.verification-uploaded-file{border:1px solid var(--border);background:#e1f5eecc;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.verification-uploaded-file__name{color:var(--sidebar);word-break:break-word;font-weight:700}.verification-uploaded-file__remove{color:var(--red);cursor:pointer;font:inherit;background:0 0;border:0;font-weight:700}.verification-document-card__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.verification-document-card__header h3{color:var(--text);margin:0;font-size:1rem}.verification-document-card__header span,.verification-document-summary{color:var(--muted);font-size:.85rem;font-weight:700}.verification-document-summary{margin-top:18px}.verification-success{border:1px solid var(--border);text-align:center;background:var(--surface);box-shadow:var(--shadow);border-radius:20px;padding:32px 28px}.verification-success__icon{background:var(--accent-lt);width:72px;height:72px;color:var(--accent);border-radius:50%;place-items:center;margin:0 auto 18px;font-size:1.8rem;font-weight:800;display:grid}.verification-success h1{color:var(--sidebar);margin:0 0 12px}.verification-success p{max-width:58ch;color:var(--muted);margin:0 auto 24px;line-height:1.7}.verification-success__steps{text-align:left;gap:12px;margin-bottom:24px;display:grid}.verification-success__step{border:1px solid var(--border);background:var(--surface);border-radius:14px;flex-direction:column;gap:4px;padding:14px 16px;display:flex}.verification-success__step strong{color:var(--text)}.verification-success__step span{color:var(--muted);font-size:.9rem}.verification-success__step--done{background:var(--accent-lt)}.verification-success__step--pending{background:var(--gold-dim)}.provider-dashboard{grid-template-columns:240px 1fr;align-items:start;gap:20px;display:grid}.provider-dashboard__sidebar{border:1px solid var(--border);background:linear-gradient(180deg, var(--sidebar), #0f6e56);min-height:70vh;box-shadow:var(--shadow);color:#fff;border-radius:18px;padding:20px 16px;position:sticky;top:0}.provider-dashboard__brand{border-bottom:1px solid #ffffff1f;padding-bottom:18px}.provider-dashboard__brand-mark{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#9fe1cb2e;border-radius:999px;padding:6px 12px;font-weight:800;display:inline-flex}.provider-dashboard__brand p{color:#ffffffb8;margin:10px 0 0}.provider-dashboard__nav{flex-direction:column;flex:1;gap:8px;margin-top:18px;display:flex}.provider-dashboard__nav-item{text-align:left;color:#ffffffc2;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;display:flex}.provider-dashboard__nav-badge{color:#0f6e56;text-align:center;background:#fff;border-radius:999px;min-width:22px;padding:2px 7px;font-size:.72rem;font-weight:700}.provider-dashboard__nav-item--active,.provider-dashboard__nav-item:hover{color:#fff;background:#9fe1cb2e}.provider-booking-status-bar{z-index:5;position:sticky;top:0}.provider-booking-status-bar__row{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.provider-booking-status-bar__copy{color:var(--muted);margin:8px 0 0}.provider-booking-status-bar__actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.provider-booking-status-bar__confirm{margin-top:12px}.provider-booking-status-bar__return-note{color:var(--muted);margin:12px 0 0}.provider-booking-status-inline{flex-direction:column;align-items:flex-start;gap:8px;display:flex;position:relative}.provider-booking-status-inline__popup{z-index:40;width:min(320px,92vw);padding:14px;position:absolute;top:calc(100% + 8px);left:0}.provider-bookings-view-toggle{flex-wrap:wrap;gap:.5rem;display:flex}.provider-bookings-calendar-shell{border:1px solid var(--border-color);background:var(--panel-bg);border-radius:16px;padding:.75rem}.provider-bookings-calendar-shell .fc{--fc-border-color:var(--border-color);--fc-page-bg-color:transparent;--fc-neutral-bg-color:#e2e8f059;--fc-today-bg-color:#3b82f61f}.provider-bookings-calendar-shell .fc .fc-toolbar{flex-wrap:wrap;gap:.5rem}.provider-bookings-calendar-shell .fc .fc-toolbar-title{font-size:1rem}.provider-bookings-calendar-event{gap:2px;line-height:1.2;display:grid}.provider-bookings-calendar-event strong{font-size:.8rem}.provider-bookings-calendar-event span,.provider-bookings-calendar-event small{font-size:.72rem}.provider-manual-booking-inline-button{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:999px;padding:.7rem 1.1rem;box-shadow:0 14px 30px #2563eb2e}.provider-manual-booking-inline-button:hover{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 18px 34px #2563eb3d}.provider-manual-booking-fab{z-index:1100;color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:999px;justify-content:center;align-items:center;width:56px;height:56px;padding:0;font-size:1.7rem;font-weight:700;line-height:1;display:inline-flex;position:fixed;bottom:24px;right:24px;box-shadow:0 20px 40px #2563eb42}.provider-manual-booking-fab:hover{transform:translateY(-1px);box-shadow:0 24px 44px #2563eb4d}.provider-manual-booking-overlay{z-index:1200;background:#0f172a75;justify-content:flex-end;padding:18px;display:flex;position:fixed;inset:0}.provider-manual-booking-dialog{border:1px solid #2563eb2e;width:min(520px,100%);max-height:calc(100vh - 36px);overflow-y:auto}.provider-manual-booking-placeholder{gap:.5rem;padding:.25rem 0 0;display:grid}.provider-manual-booking-placeholder p{color:#475569;margin:0}.provider-dashboard__notification-list{gap:10px;display:grid}.provider-dashboard__notification-item{background:#fffffff2;border:1px solid #0f766e24;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:12px;padding:10px 12px;display:flex}.provider-dashboard__notification-item--unread{background:#ecfdf5e6;border-left:4px solid #0f9e75}.provider-dashboard__notification-item p{color:#475569;margin:4px 0}.provider-dashboard__notification-item small{color:#64748b}.provider-dashboard__notification-footnote{color:#64748b;margin:12px 0 0}.provider-notifications-list{gap:12px;display:grid}.provider-notification-card{background:#fffffff5;border:1px solid #0f766e24;border-radius:14px;padding:14px}.provider-notification-card--unread{background:#ecfdf5eb;border-left:4px solid #0f9e75}.provider-notification-card__head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.provider-notification-card__head h3{margin:0}.provider-notification-card__time{color:#64748b;margin:4px 0 0;font-size:.85rem}.provider-notification-card__message{color:var(--text);margin:10px 0}.provider-notification-card__meta{color:var(--text);gap:6px;font-size:.9rem;display:grid}.provider-booking-card--past{box-shadow:none;background:#f3f4f6;border-color:#d1d5db}.provider-booking-card--past h3,.provider-booking-card--past p,.provider-booking-card--past span{color:#6b7280}.provider-booking-card--past .status-badge{opacity:.8}.provider-booking-card--schedule-pending{border-color:#f59e0b;box-shadow:0 0 0 1px #f59e0b2e}@media (width<=768px){.provider-bookings-calendar-shell .fc .fc-toolbar-chunk{flex-wrap:wrap;gap:.3rem;display:flex}.provider-bookings-calendar-shell .fc .fc-button{padding:.28rem .45rem;font-size:.75rem}.provider-manual-booking-fab{width:52px;height:52px;bottom:16px;right:16px}.provider-manual-booking-overlay{align-items:flex-end;padding:0}.provider-manual-booking-dialog{border-radius:18px 18px 0 0;width:100%;max-height:88vh}.provider-dashboard__hero-actions{max-width:none}}.provider-dashboard__main{flex-direction:column;gap:20px;display:flex}.provider-dashboard__hero{border:1px solid var(--border);background:radial-gradient(circle at top right, var(--gold-dim), transparent 35%), linear-gradient(160deg, #fffffff5, #e1f5eee6);box-shadow:var(--shadow);border-radius:18px;justify-content:space-between;align-items:flex-start;gap:16px;padding:24px;display:flex}.provider-dashboard__hero h1{color:var(--text);margin:8px 0 10px}.provider-dashboard__hero p{color:var(--muted);max-width:62ch;margin:0;line-height:1.7}.provider-dashboard__hero-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;width:100%;max-width:420px;display:flex}.provider-dashboard__hero-actions-group{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.provider-booking-detail__back-btn{background:linear-gradient(135deg, var(--sidebar), var(--accent));color:#fff;border-color:#0000;box-shadow:0 12px 26px #08504133}.provider-booking-detail__back-btn:hover:not(:disabled),.provider-booking-detail__back-btn:focus-visible{color:#fff;box-shadow:0 0 0 3px var(--accent-dim);background:linear-gradient(135deg,#0a5f4d,#22b280);border-color:#0000}.provider-dashboard__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.provider-dashboard__stat-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:16px;padding:18px}.provider-dashboard__stat-card span{color:var(--muted);margin-bottom:8px;font-size:.84rem;display:block}.provider-dashboard__stat-card strong{color:var(--text);font-size:1.5rem}.provider-dashboard__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.provider-dashboard__grid-card{grid-column:1/-1}@media (width<=1080px){.topbar,.brand-block,.topbar-actions,.session-block,.workspace-banner,.provider-card__header,.provider-dashboard__hero{flex-direction:column;align-items:flex-start}.hero-panel,.auth-layout,.grid-section,.grid-section--two,.provider-card__grid,.verification-grid,.provider-dashboard,.provider-dashboard__stats,.provider-dashboard__grid,.form-grid{grid-template-columns:1fr}.field--wide{grid-column:auto}.topbar-actions{width:100%}}@media (width<=720px){.app-shell--bare{padding:0}.app-shell{padding:14px}.topbar,.hero-panel,.workspace-banner,.panel,.feature-card,.auth-card,.provider-card{padding:18px}.nav-links,.nav-link,.btn,.hero-actions,.action-row{width:100%}.verification-step__line{width:28px}.verification-card__body,.verification-card__header{padding:16px}}.provider-shell{grid-template-columns:272px minmax(0,1fr);align-items:start;gap:18px;display:grid}.provider-shell__content{min-width:0}.provider-shell__topbar{z-index:30;border:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:color-mix(in srgb, var(--surface) 88%, transparent);box-shadow:var(--shadow);border-radius:18px;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 16px;display:flex;position:sticky;top:12px}.provider-shell__topbar-left,.provider-shell__topbar-right{align-items:center;gap:12px;display:flex}.provider-shell__title-label{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.76rem}.provider-shell__title{color:var(--text);font-size:1rem}.provider-shell__menu-btn,.provider-shell__notification-btn,.provider-shell__avatar{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.provider-shell__menu-btn{display:none}.provider-shell__notification-btn{text-decoration:none;position:relative}.provider-shell__notification-count{color:#fff;background:linear-gradient(135deg,#0f766e,#14b8a6);border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.68rem;font-weight:700;display:grid;position:absolute;top:-6px;right:-6px}.provider-shell__avatar{color:#fff;background:linear-gradient(135deg,#0f766e,#14b8a6);font-weight:800}.provider-shell__backdrop{display:none}.provider-dashboard__sidebar{background:linear-gradient(135deg, var(--sidebar), var(--accent));border:1px solid #0850414d;border-radius:22px;min-height:calc(100vh - 24px);padding:20px 14px;position:sticky;top:12px;box-shadow:0 18px 40px #0850413d}.provider-dashboard__brand{padding:10px 10px 18px}.provider-dashboard__brand-mark{background:linear-gradient(135deg, var(--sidebar), var(--accent));place-items:center;width:38px;height:38px;padding:0;font-size:.88rem;display:inline-grid;box-shadow:0 10px 20px #08504129}.provider-dashboard__brand-title{color:#fff;margin-left:10px;font-size:1rem}.provider-dashboard__nav{gap:6px;margin-top:12px}.provider-dashboard__nav-section{color:#ecfdf5c7;letter-spacing:.08em;text-transform:uppercase;padding:0 12px 6px;font-size:.7rem}.provider-dashboard__nav-item{color:#f8fafcf0;box-shadow:none;opacity:1;background:#0f766e29;border:1px solid #ecfdf547;border-radius:999px;padding:11px 12px;transition:background .22s,border-color .22s,color .22s,box-shadow .22s,transform .18s;position:relative}.provider-dashboard__nav-item-copy{align-items:center;gap:10px;display:inline-flex}.provider-dashboard__nav-icon{background:#ecfdf53d;border-radius:7px;place-items:center;width:20px;height:20px;font-size:.7rem;display:inline-grid}.provider-dashboard__nav-item:hover{color:#fff;background:#14b8a638;border-color:#ecfdf58c;transform:translateY(-1px)scale(1.01);box-shadow:0 10px 20px #065f4633}.provider-dashboard__nav-item--active{color:#fff;background:linear-gradient(135deg,#10b9816b,#2dd4bf47);border-color:#ecfdf5eb;transform:translateY(-1px);box-shadow:0 12px 24px #0206173d}.provider-dashboard__nav-item--active:before{display:none}.provider-dashboard__nav-badge{color:#0f6e56;background:#fff}.provider-dashboard__main{gap:16px}.ui-card,.panel,.provider-card{border:1px solid #94a3b833;border-radius:18px;transition:transform .18s,box-shadow .18s,border-color .18s;box-shadow:0 14px 36px #0f172a0f}.ui-card:hover,.panel:hover,.provider-card:hover{border-color:#14b8a647;transform:translateY(-1px);box-shadow:0 18px 38px #0f172a1a}.ui-section-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.ui-section-header h2{color:#0f172a;margin:8px 0;font-size:1.06rem}.ui-section-header p{color:#64748b}.provider-dashboard__hero{background:linear-gradient(140deg,#fffffff0,#e9fcf7e6);border:1px solid #94a3b833;border-radius:20px}.provider-dashboard__hero h1{font-size:clamp(1.6rem,2.3vw,2.15rem)}.provider-dashboard__stats{grid-template-columns:repeat(3,minmax(0,1fr))}.provider-dashboard__stat-card{background:linear-gradient(#fff,#f7fdfa)}.provider-dashboard__stat-card strong{font-size:1.7rem}.provider-dashboard__stat-trend{color:#0f766e;font-size:.78rem;font-weight:700}body.dark .ui-section-header h2{color:var(--text)}body.dark .ui-section-header p{color:var(--muted)}body.dark .provider-dashboard__hero{border-color:var(--border);background:radial-gradient(circle at top right, var(--gold-dim), transparent 35%), color-mix(in srgb, var(--surface) 96%, transparent)}body.dark .provider-dashboard__hero h1,body.dark .provider-dashboard__hero p{color:var(--text)}body.dark .provider-dashboard__stat-card{border-color:var(--border);background:var(--surface);box-shadow:var(--shadow)}body.dark .provider-dashboard__stat-card span,body.dark .provider-dashboard__stat-card strong{color:var(--text)}body.dark .provider-dashboard__stat-trend{color:var(--muted)}@media (width<=1080px){.provider-shell{grid-template-columns:1fr}.provider-dashboard__sidebar{opacity:0;z-index:60;width:min(292px,100vw - 20px);min-height:auto;transition:transform .22s,opacity .22s;position:fixed;top:10px;bottom:10px;left:10px;transform:translate(-120%)}.provider-dashboard__sidebar--open{opacity:1;transform:translate(0)}.provider-shell__menu-btn{display:inline-flex}.provider-shell__backdrop{z-index:40;background:#0206176b;border:0;display:block;position:fixed;inset:0}}.toast-container{z-index:10000;pointer-events:none;flex-direction:column;gap:12px;display:flex;position:fixed;bottom:20px;right:20px}.toast{pointer-events:auto;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;min-width:300px;padding:14px 16px;font-size:14px;font-weight:500;animation:.3s ease-out slideIn;display:flex;box-shadow:0 8px 24px #00000029}@keyframes slideIn{0%{opacity:0;transform:translate(420px)}to{opacity:1;transform:translate(0)}}.toast--success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.toast--error{color:#7f1d1d;background:#fef2f2;border:1px solid #fecaca}.toast--info{color:#0c2340;background:#eff6ff;border:1px solid #bfdbfe}.toast--warning{color:#78350f;background:#fffbeb;border:1px solid #fed7aa}.toast__content{flex:1;align-items:center;gap:10px;display:flex}.toast__icon{font-size:16px;font-weight:700}.toast__message{line-height:1.4}.toast__close{cursor:pointer;color:inherit;opacity:.6;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:16px;transition:opacity .2s;display:flex}.toast__close:hover{opacity:1}@media (width<=768px){.toast-container{bottom:12px;left:12px;right:12px}.toast{width:100%;min-width:auto}}.landing-page{--ink:#050e07;--g1:#0a2614;--g2:#0f3d1e;--g3:#1a5c38;--g4:#2d9e6b;--g5:#45c484;--g6:#7ddba8;--g7:#c4f0d8;--g8:#edfaf3;--amber:#f59e0b;--amberlt:#fef3c7;--red:#ef4444;--blue:#3b82f6;--white:#fff;--cream:#f8f6f1;--text:#0f1a12;--mid:#4a6352;--muted:#7a9485;--border:#d4e8dc;--display:"Playfair Display", Georgia, serif;--body:"DM Sans", system-ui, sans-serif;font-family:var(--body);background:var(--ink);color:var(--white);cursor:default;line-height:1.6;overflow-x:hidden}.landing-page *,.landing-page :before,.landing-page :after{box-sizing:border-box;margin:0;padding:0}.landing-page a{color:inherit;text-decoration:none}.landing-page button{font-family:var(--body);cursor:pointer;background:0 0;border:none}.landing-page img{max-width:100%;display:block}.landing-page nav{z-index:500;justify-content:space-between;align-items:center;height:68px;padding:0 5%;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;right:0}.landing-page nav.scrolled{-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);background:#050e07eb;border-bottom:1px solid #2d9e6b26;box-shadow:0 4px 32px #0006}.nav-logo{font-family:var(--display);color:var(--white);letter-spacing:-.5px;align-items:center;gap:2px;font-size:22px;font-weight:900;display:flex}.nav-logo .dot{color:var(--g5)}.nav-links{align-items:center;gap:36px;display:flex}.nav-links a{color:#fff9;letter-spacing:.01em;font-size:13.5px;font-weight:500;transition:color .2s;position:relative}.nav-links a:after{content:"";background:var(--g5);transform-origin:0;height:1.5px;transition:transform .3s;position:absolute;bottom:-3px;left:0;right:0;transform:scaleX(0)}.nav-links a:hover{color:var(--white)}.nav-links a:hover:after{transform:scaleX(1)}.nav-actions{align-items:center;gap:10px;display:flex}.landing-page .btn-ghost{color:#ffffffbf;border:1px solid #fff3;border-radius:8px;padding:8px 18px;font-size:13px;font-weight:500;transition:all .2s}.landing-page .btn-ghost:hover{border-color:var(--g5);color:var(--g5)}.btn-cta-nav{background:var(--g4);color:var(--white);border-radius:8px;padding:9px 20px;font-size:13px;font-weight:600;transition:all .25s;position:relative;overflow:hidden}.btn-cta-nav:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff26,#0000);transition:opacity .2s;position:absolute;inset:0}.btn-cta-nav:hover{background:var(--g5);transform:translateY(-1px)}.btn-cta-nav:hover:before{opacity:1}.hero{background:var(--ink);align-items:center;min-height:100vh;padding:110px 5% 80px;display:flex;position:relative;overflow:hidden}.hero-mesh{pointer-events:none;background:radial-gradient(80% 60% at 70% 30%,#2d9e6b24 0%,#0000 60%),radial-gradient(50% 40% at 20% 80%,#0a2614cc 0%,#0000 60%),radial-gradient(40% 30% at 90% 80%,#45c4840f 0%,#0000 50%);position:absolute;inset:0}.hero-dots{pointer-events:none;background-image:radial-gradient(circle,#2d9e6b2e 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 80%,#000,#0000);mask-image:radial-gradient(80% 80%,#000,#0000)}.orb{pointer-events:none;filter:blur(80px);border-radius:50%;animation:12s ease-in-out infinite orb-float;position:absolute}.orb1{background:#2d9e6b1f;width:500px;height:500px;animation-delay:0s;top:-100px;right:10%}.orb2{background:#45c48414;width:300px;height:300px;animation-delay:-4s;bottom:10%;left:5%}.orb3{background:#f59e0b0f;width:200px;height:200px;animation-delay:-8s;top:40%;right:30%}@keyframes orb-float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-20px)scale(1.05)}66%{transform:translate(-20px,15px)scale(.95)}}.hero-inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1240px;margin:0 auto;display:grid;position:relative}.hero-badge{color:var(--g6);opacity:0;background:#2d9e6b1f;border:1px solid #2d9e6b40;border-radius:100px;align-items:center;gap:8px;margin-bottom:32px;padding:6px 16px 6px 8px;font-size:12px;font-weight:500;animation:.7s .1s both rise;display:inline-flex}.badge-pill{background:var(--g4);color:var(--white);letter-spacing:.5px;text-transform:uppercase;border-radius:100px;padding:2px 10px;font-size:10px;font-weight:700}.live-dot{background:var(--g5);border-radius:50%;width:6px;height:6px;margin-left:4px;animation:2s infinite live-pulse;box-shadow:0 0 0 3px #45c48440}@keyframes live-pulse{0%,to{box-shadow:0 0 0 3px #45c48440}50%{box-shadow:0 0 0 6px #45c4841a}}.hero-h1{font-family:var(--display);color:var(--white);letter-spacing:-2px;opacity:0;margin-bottom:28px;font-size:clamp(48px,5.5vw,82px);font-weight:900;line-height:1.05;animation:.8s .2s both rise}.hero-h1 .accent{color:var(--g5);font-style:italic}.hero-h1 .stroke{-webkit-text-stroke:2px var(--g4);color:#0000}.hero-sub{color:#ffffff8c;opacity:0;max-width:460px;margin-bottom:44px;font-size:17px;font-weight:300;line-height:1.75;animation:.8s .3s both rise}.hero-sub strong{color:#fffc;font-weight:500}.hero-btns{opacity:0;flex-wrap:wrap;align-items:center;gap:14px;animation:.8s .4s both rise;display:flex}.btn-hero-primary{background:var(--g4);color:var(--white);border-radius:12px;align-items:center;gap:10px;padding:15px 32px;font-size:15px;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden}.btn-hero-primary:after{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn-hero-primary:hover{background:var(--g5);transform:translateY(-3px);box-shadow:0 20px 50px #2d9e6b66}.btn-hero-primary:hover:after{left:100%}.arrow-icon{transition:transform .25s}.btn-hero-primary:hover .arrow-icon{transform:translate(4px)}.btn-hero-outline{color:#ffffffb3;border:1px solid #ffffff26;border-radius:12px;align-items:center;gap:9px;padding:15px 26px;font-size:15px;font-weight:400;transition:all .25s;display:inline-flex}.btn-hero-outline:hover{border-color:var(--g5);color:var(--g5);background:#45c4840d}.hero-proof{opacity:0;border-top:1px solid #ffffff12;align-items:center;gap:20px;margin-top:40px;padding-top:32px;animation:.8s .5s both rise;display:flex}.proof-faces{display:flex}.proof-face{width:34px;height:34px;color:var(--g7);letter-spacing:0;border:2px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;margin-left:-9px;font-size:11px;font-weight:700;display:flex}.proof-face:first-child{margin-left:0}.f1{background:var(--g3)}.f2{background:#1a4d5a}.f3{background:#4a2a6e}.f4{background:#5a3a1a}.f5{background:var(--g2);font-size:9px}.proof-text{color:#ffffff73;font-size:13px;line-height:1.4}.proof-text strong{color:var(--g6);font-weight:600;display:block}.hero-metrics{opacity:0;gap:28px;margin-top:32px;animation:.8s .55s both rise;display:flex}.metric-n{font-family:var(--display);color:var(--g5);font-size:28px;font-weight:800;line-height:1}.metric-l{color:#ffffff59;text-transform:uppercase;letter-spacing:.8px;margin-top:3px;font-size:11px}.hero-right{opacity:0;animation:.9s .35s both rise-right;position:relative}@keyframes rise-right{0%{opacity:0;transform:translate(40px)translateY(20px)}to{opacity:1;transform:translate(0)translateY(0)}}.phone-frame{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:28px;padding:24px;position:relative;overflow:hidden}.phone-frame:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff0f 0%,#0000 50%);border-radius:28px;position:absolute;inset:0}.phone-frame:after{content:"";background:linear-gradient(90deg,#0000,#45c48466,#0000);height:1px;position:absolute;top:0;left:0;right:0}.app-topbar{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.app-logo-sm{font-family:var(--display);color:var(--white);font-size:16px;font-weight:800}.app-logo-sm span{color:var(--g5)}.app-greeting{color:#fff6;font-size:11px}.app-bell{background:#ffffff12;border-radius:9px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex;position:relative}.notif-badge{background:var(--red);border:1.5px solid var(--ink);border-radius:50%;width:8px;height:8px;position:absolute;top:4px;right:5px}.app-search{color:#ffffff59;background:#ffffff12;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:9px;margin-bottom:16px;padding:11px 14px;font-size:13px;display:flex}.app-search-input{color:#ffffffa6;background:0 0;border:0;outline:0;width:100%;font-family:inherit;font-size:13px}.app-search-input::placeholder{color:#ffffff59}.app-chips{gap:7px;margin-bottom:18px;display:flex;overflow:hidden}.chip{color:#ffffff80;white-space:nowrap;cursor:pointer;border:1px solid #ffffff1a;border-radius:100px;padding:5px 13px;font-size:11.5px;font-weight:500;transition:all .2s}.chip.active{background:var(--g4);border-color:var(--g4);color:var(--white)}.chip:hover:not(.active){border-color:var(--g5);color:var(--g5)}.pcard{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:12px;margin-bottom:9px;padding:13px 14px;transition:all .2s;display:flex}.pcard:hover,.pcard.sel{background:#2d9e6b1f;border-color:#2d9e6b59}.pcard-av{letter-spacing:-.5px;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:15px;font-weight:700;display:flex}.pcard-body{flex:1;min-width:0}.pcard-name{color:var(--white);white-space:nowrap;text-overflow:ellipsis;margin-bottom:3px;font-size:13px;font-weight:600;overflow:hidden}.pcard-meta{color:#fff6;font-size:10.5px}.pcard-right{text-align:right;flex-shrink:0}.pcard-price{color:var(--g5);font-size:14px;font-weight:700}.pcard-stars{color:#ffffff59;margin-top:2px;font-size:10px}.pcard-stars .s{color:var(--amber)}.verified-badge{color:var(--g5);vertical-align:middle;letter-spacing:.3px;background:#2d9e6b33;border-radius:4px;margin-left:4px;padding:1px 6px;font-size:9px;font-weight:700;display:inline-block}.pcard-service{background:#2d9e6b14;border-color:#2d9e6b38}.pcard-service .pcard-name{margin-bottom:4px}.app-book-btn{background:linear-gradient(135deg, var(--g4), var(--g5));width:100%;color:var(--white);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-top:8px;padding:13px;font-size:14px;font-weight:600;transition:all .25s;display:flex}.app-book-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #2d9e6b59}.float-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);white-space:nowrap;z-index:10;background:#050e07e0;border:1px solid #2d9e6b40;border-radius:14px;padding:12px 16px;font-size:13px;font-weight:600;position:absolute;box-shadow:0 8px 32px #0006}.float-card.confirmed{color:var(--g5);animation:4s ease-in-out infinite float-a;top:-24px;left:-36px}.float-card.reminder{color:var(--amber);animation:4s ease-in-out 2s infinite float-b;bottom:-20px;right:-32px}.float-card-icon{margin-right:6px;font-size:16px}@keyframes float-a{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes float-b{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.trust-band{background:var(--g1);border-top:1px solid #2d9e6b1a;border-bottom:1px solid #2d9e6b1a;padding:20px 5%}.trust-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;max-width:1240px;margin:0 auto;display:flex}.trust-item{color:#ffffff80;align-items:center;gap:10px;font-size:13px;font-weight:500;display:flex}.trust-item-icon{background:#2d9e6b26;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:15px;display:flex}.trust-divider{background:#ffffff1a;width:1px;height:24px}.stats{background:var(--ink);padding:80px 5%}.stats-inner{border:1px solid #2d9e6b1f;border-radius:20px;grid-template-columns:repeat(4,1fr);gap:2px;max-width:1240px;margin:0 auto;display:grid;overflow:hidden}.stat-box{background:#ffffff05;padding:44px 40px;transition:background .3s;position:relative;overflow:hidden}.stat-box:before{content:"";background:linear-gradient(90deg, transparent, var(--g4), transparent);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.stat-box:hover{background:#2d9e6b0f}.stat-box:hover:before{opacity:1}.stat-n{font-family:var(--display);color:var(--g5);letter-spacing:-2px;margin-bottom:10px;font-size:54px;font-weight:900;line-height:1}.stat-n sup{vertical-align:super;letter-spacing:0;font-size:28px}.stat-l{color:#fff6;font-size:14px;font-weight:300}.section{padding:110px 5%}.sec-wrap{max-width:1240px;margin:0 auto}.eyebrow{letter-spacing:2px;text-transform:uppercase;color:var(--g4);margin-bottom:16px;padding-left:20px;font-size:11px;font-weight:600;display:inline-block;position:relative}.eyebrow:before{content:"";background:var(--g4);width:12px;height:1.5px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.h2-display{font-family:var(--display);letter-spacing:-1.5px;color:var(--white);margin-bottom:20px;font-size:clamp(34px,4vw,58px);font-weight:800;line-height:1.1}.h2-display em{color:var(--g4);font-style:italic}.h2-display-light{color:var(--white)}.body-lead{color:#fff9;max-width:560px;font-size:17px;font-weight:300;line-height:1.8}.how{background:var(--ink)}.steps-grid{background:#ffffff0f;border-radius:20px;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:72px;display:grid;overflow:hidden}.step{background:#ffffff08;border:1px solid #ffffff0f;padding:44px 32px 40px;transition:background .3s;position:relative}.step:hover{background:#ffffff0f}.step-number{font-family:var(--display);color:var(--g7);letter-spacing:-3px;margin-bottom:20px;font-size:64px;font-weight:900;line-height:1}.step-icon-wrap{background:#ffffff0a;border:1px dashed #ffffff1a;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:18px;font-size:24px;transition:all .3s;display:flex}.step:hover .step-icon-wrap{background:var(--g4);border-color:var(--g4)}.step-title{color:var(--white);margin-bottom:10px;font-size:17px;font-weight:600}.step-body{color:#fff9;font-size:14px;line-height:1.7}.step-connector{background:linear-gradient(90deg, #ffffff1a, var(--g5));z-index:1;width:24px;height:2px;position:absolute;top:52px;right:-1px}.step:last-child .step-connector{display:none}.features{background:var(--ink)}.feat-block{border-top:1px solid #ffffff0f;grid-template-columns:1fr 1fr;align-items:center;gap:80px;margin-top:80px;padding-top:80px;display:grid}.feat-block:first-of-type{border-top:none;margin-top:72px;padding-top:0}.feat-block.flip{direction:rtl}.feat-block.flip>*{direction:ltr}.feat-panel{background:var(--ink);border:1px solid #2d9e6b2e;border-radius:24px;position:relative;overflow:hidden}.feat-panel:before{content:"";pointer-events:none;background:radial-gradient(at 60% 20%,#2d9e6b1f 0%,#0000 60%);position:absolute;inset:0}.feat-panel-inner{z-index:1;padding:32px;position:relative}.feat-panel-label{letter-spacing:2px;text-transform:uppercase;color:var(--g5);margin-bottom:16px;font-size:9.5px;font-weight:700}.cal-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.cal-month{color:var(--white);font-size:13px;font-weight:600}.cal-nav{gap:6px;display:flex}.cal-nav-btn{color:#fff6;cursor:pointer;background:#ffffff12;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;transition:all .2s;display:flex}.cal-nav-btn:hover{color:var(--g5);background:#2d9e6b33}.cal-grid{grid-template-columns:repeat(7,1fr);gap:3px;margin-bottom:16px;display:grid}.cal-cell{cursor:pointer;border-radius:7px;justify-content:center;align-items:center;height:34px;font-size:11px;font-weight:500;transition:all .15s;display:flex}.cal-cell.day-hdr{color:#ffffff40;text-transform:uppercase;height:20px;font-size:9px;font-weight:600}.cal-cell.empty{pointer-events:none}.cal-cell.avail{color:var(--g5);background:#2d9e6b24}.cal-cell.avail:hover,.cal-cell.picked{background:var(--g4);color:var(--white)}.cal-cell.busy{color:#fff3;background:#ffffff0a}.cal-cell.today{background:var(--g2);color:var(--g5);border:1.5px solid var(--g4)}.slots-row{grid-template-columns:repeat(4,1fr);gap:6px;margin-top:12px;display:grid}.slot{cursor:pointer;border-radius:7px;justify-content:center;align-items:center;height:32px;font-size:11px;font-weight:600;transition:all .15s;display:flex}.slot.open{color:var(--g5);background:#2d9e6b1f;border:1px solid #2d9e6b33}.slot.open:hover,.slot.chosen{background:var(--g4);color:var(--white);border-color:var(--g4)}.slot.taken{color:#fff3;background:#ffffff0a}.slot.buffer{color:var(--amber);background:#f59e0b1a;border:1px solid #f59e0b33}.confirm-strip{background:#2d9e6b1a;border:1px solid #2d9e6b33;border-radius:10px;justify-content:space-between;align-items:center;margin-top:14px;padding:11px 14px;display:flex}.confirm-strip-info .time{color:var(--white);font-size:12.5px;font-weight:600}.confirm-strip-info .provider{color:#ffffff59;margin-top:2px;font-size:10.5px}.confirm-btn-sm{background:var(--g4);color:var(--white);cursor:pointer;border-radius:7px;padding:6px 14px;font-size:11.5px;font-weight:600;transition:background .2s}.confirm-btn-sm:hover{background:var(--g5)}.notif-feed{flex-direction:column;gap:9px;display:flex}.notif-item{background:#ffffff0d;border:1px solid #ffffff14;border-radius:11px;align-items:flex-start;gap:12px;padding:12px 14px;transition:background .2s;display:flex}.notif-item:hover{background:#2d9e6b1a}.notif-icon{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;display:flex}.ni-green{background:#2d9e6b33}.ni-amber{background:#f59e0b33}.ni-blue{background:#3b82f633}.ni-gray{background:#ffffff12}.notif-text{color:#ffffffb3;font-size:12px;line-height:1.5}.notif-time{color:#ffffff40;margin-top:3px;font-size:10px}.dash-metrics{grid-template-columns:1fr 1fr 1fr;gap:8px;margin-bottom:14px;display:grid}.dash-metric{background:#ffffff0d;border-radius:10px;padding:12px}.dash-metric-n{font-family:var(--display);color:var(--g5);font-size:24px;font-weight:800;line-height:1}.dash-metric-l{color:#ffffff4d;text-transform:uppercase;letter-spacing:.5px;margin-top:3px;font-size:9.5px}.dash-chart{background:#ffffff0a;border-radius:10px;margin-bottom:12px;padding:14px}.chart-bars{align-items:flex-end;gap:5px;height:50px;display:flex}.bar-item{border-radius:3px 3px 0 0;flex:1;transition:height .3s}.dash-table{background:#ffffff08;border-radius:10px;overflow:hidden}.dash-table-hdr{color:var(--g4);text-transform:uppercase;letter-spacing:.8px;background:#2d9e6b1f;padding:8px 12px;font-size:9px;font-weight:700}.dash-row{border-bottom:1px solid #ffffff0a;justify-content:space-between;padding:7px 12px;font-size:11.5px;display:flex}.dash-row:last-child{border-bottom:none}.dr-name{color:#ffffffa6}.dr-badge{border-radius:5px;padding:2px 8px;font-size:9.5px;font-weight:700}.dr-confirmed{color:var(--g5);background:#2d9e6b2e}.dr-pending{color:var(--amber);background:#f59e0b26}.dr-done{color:#93c5fd;background:#3b82f626}.feat-copy .eyebrow{margin-bottom:14px}.feat-h3{font-family:var(--display);letter-spacing:-1px;color:var(--white);margin-bottom:16px;font-size:clamp(28px,3vw,40px);font-weight:800;line-height:1.15}.feat-h3 em{color:var(--g4);font-style:italic}.feat-lead{color:#fff9;margin-bottom:36px;font-size:16px;font-weight:300;line-height:1.75}.feat-points{flex-direction:column;gap:20px;display:flex}.feat-point{align-items:flex-start;gap:16px;display:flex}.feat-point-icon{border:1px solid var(--border);background:#ffffff0f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;transition:all .3s;display:flex}.feat-point:hover .feat-point-icon{background:var(--g4);border-color:var(--g4)}.feat-point-title{color:var(--white);margin-bottom:4px;font-size:14.5px;font-weight:600}.feat-point-desc{color:#fff9;font-size:13.5px;line-height:1.6}.cats-section{background:var(--ink)}.cats-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:52px;display:flex}.cats-grid{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.cat-tile{text-align:center;cursor:pointer;background:#ffffff08;border:1px solid #ffffff0f;border-radius:18px;padding:28px 20px 24px;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.cat-tile:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff0f,#0000);border-radius:18px;transition:opacity .3s;position:absolute;inset:0}.cat-tile:hover{border-color:var(--g4);transform:translateY(-6px);box-shadow:0 20px 50px #2d9e6b1f}.cat-tile:hover:before{opacity:1}.cat-tile-icon{margin-bottom:12px;font-size:38px;position:relative}.cat-tile-name{margin-bottom:5px;font-size:14px;font-weight:600}.cat-tile-count{color:#fff6;font-size:12px}.cat-tile.more .cat-tile-icon{border:1px dashed var(--border);background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 12px;font-size:28px;display:flex}.audience{background:var(--ink);padding:110px 5%}.aud-grid{border:1px solid #2d9e6b1f;border-radius:24px;grid-template-columns:1fr 1fr;gap:2px;margin-top:64px;display:grid;overflow:hidden}.aud-panel{background:#ffffff05;padding:56px 48px;transition:background .3s;position:relative;overflow:hidden}.aud-panel:hover{background:#2d9e6b0d}.aud-panel:before{content:"";pointer-events:none;background:radial-gradient(circle,#2d9e6b1a,#0000 70%);border-radius:50%;width:240px;height:240px;position:absolute;top:-80px;right:-80px}.aud-panel-full{background:#2d9e6b0a;grid-column:1/-1}.aud-label{letter-spacing:1px;text-transform:uppercase;border-radius:100px;align-items:center;gap:6px;margin-bottom:20px;padding:4px 12px;font-size:10px;font-weight:700;display:inline-flex}.aud-label.c{color:var(--g5);background:#45c4841f}.aud-label.p{color:var(--amber);background:#f59e0b1f}.aud-label.a{color:#93c5fd;background:#3b82f61f}.aud-h3{font-family:var(--display);color:var(--white);letter-spacing:-.5px;margin-bottom:12px;font-size:30px;font-weight:800;line-height:1.2}.aud-body{color:#ffffff73;max-width:380px;margin-bottom:28px;font-size:14px;line-height:1.75}.aud-checklist{margin-bottom:32px;padding:0;list-style:none}.aud-checklist li{color:#fff9;border-bottom:1px solid #ffffff0d;align-items:flex-start;gap:10px;padding:9px 0;font-size:13.5px;line-height:1.5;display:flex}.aud-checklist li:last-child{border-bottom:none}.check-icon{color:var(--g5);flex-shrink:0;margin-top:2px;font-size:13px}.aud-btn{border-radius:10px;align-items:center;gap:8px;padding:11px 24px;font-size:13.5px;font-weight:600;transition:all .25s;display:inline-flex}.aud-btn.c{background:var(--g4);color:var(--white)}.aud-btn.c:hover{background:var(--g5);transform:translateY(-1px)}.aud-btn.p{color:var(--amber);border:1.5px solid #f59e0b59}.aud-btn.p:hover{background:#f59e0b14}.aud-btn.a{color:#93c5fd;border:1.5px solid #3b82f64d}.aud-btn.a:hover{background:#3b82f60f}.aud-3col{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:8px;display:grid}.aud-3item{background:#ffffff0a;border-radius:12px;padding:18px}.aud-3item-title{text-transform:uppercase;letter-spacing:.8px;color:#ffffff4d;margin-bottom:8px;font-size:11px;font-weight:700}.aud-3item-body{color:#ffffff8c;font-size:13px;line-height:1.6}.testimonials{background:var(--ink)}.testi-header{text-align:center;margin-bottom:60px}.testi-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.testi-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:20px;padding:32px;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.testi-card:after{content:"";background:linear-gradient(90deg, var(--g4), var(--g5));transform-origin:0;height:3px;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.testi-card:hover{border-color:var(--g4);transform:translateY(-4px);box-shadow:0 16px 50px #2d9e6b1a}.testi-card:hover:after{transform:scaleX(1)}.testi-quote-mark{font-family:var(--display);color:var(--g7);margin-bottom:16px;font-size:72px;font-weight:900;line-height:.6}.testi-stars{color:var(--amber);letter-spacing:2px;margin-bottom:16px;font-size:14px}.testi-body{color:var(--white);margin-bottom:24px;font-size:15px;font-style:italic;font-weight:300;line-height:1.75}.testi-author{align-items:center;gap:12px;display:flex}.testi-av{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:13px;font-weight:700;display:flex}.ta1{background:var(--g3);color:var(--g7)}.ta2{color:var(--amber);background:#f59e0b33}.ta3{color:#93c5fd;background:#3b82f633}.testi-name{font-size:14px;font-weight:600}.testi-role{color:#fff6;font-size:12px}.cta-section{background:var(--g1);text-align:center;padding:110px 5%;position:relative;overflow:hidden}.cta-bg-glow{pointer-events:none;background:radial-gradient(circle,#2d9e6b33 0%,#0000 60%);width:700px;height:700px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-bg-dots{pointer-events:none;background-image:radial-gradient(circle,#ffffff0d 1px,#0000 1px);background-size:30px 30px;position:absolute;inset:0}.cta-content{z-index:1;position:relative}.cta-eyebrow{color:var(--g5);background:#45c4841f;border:1px solid #45c48433;border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:6px 18px;font-size:12px;font-weight:500;display:inline-flex}.cta-h2{font-family:var(--display);color:var(--white);letter-spacing:-2px;margin-bottom:20px;font-size:clamp(40px,5vw,72px);font-weight:900;line-height:1.05}.cta-h2 em{color:var(--g5);font-style:italic}.cta-sub{color:#ffffff80;max-width:500px;margin:0 auto 44px;font-size:18px;font-weight:300;line-height:1.7}.cta-btns{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;display:flex}.btn-cta-big{background:var(--g5);color:var(--ink);border-radius:12px;align-items:center;gap:10px;padding:17px 40px;font-size:16px;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-cta-big:hover{background:var(--white);transform:translateY(-3px);box-shadow:0 20px 60px #45c48459}.btn-cta-outline-big{color:#ffffffb3;border:1.5px solid #fff3;border-radius:12px;align-items:center;gap:8px;padding:17px 32px;font-size:16px;font-weight:500;transition:all .25s;display:inline-flex}.btn-cta-outline-big:hover{border-color:var(--g5);color:var(--g5)}.cta-micro{color:#ffffff40;margin-top:20px;font-size:12px}.landing-page footer{background:var(--ink);border-top:1px solid #2d9e6b1a;padding:72px 5% 32px}.foot-inner{max-width:1240px;margin:0 auto}.foot-top{grid-template-columns:2.5fr 1fr 1fr 1fr;gap:64px;margin-bottom:56px;display:grid}.foot-logo{font-family:var(--display);color:var(--white);letter-spacing:-.5px;margin-bottom:14px;font-size:26px;font-weight:900}.foot-logo span{color:var(--g5)}.foot-tagline{color:#ffffff61;max-width:280px;margin-bottom:24px;font-size:14px;font-weight:300;line-height:1.7}.foot-socials{gap:8px;display:flex}.soc{color:#ffffff59;border:1px solid #ffffff1a;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;transition:all .2s;display:flex}.soc:hover{border-color:var(--g4);color:var(--g5);background:#2d9e6b14}.foot-col h4{letter-spacing:1.8px;text-transform:uppercase;color:#ffffff4d;margin-bottom:16px;font-size:10.5px;font-weight:700}.foot-col a{color:#ffffff73;margin-bottom:10px;font-size:13.5px;font-weight:300;transition:color .2s;display:block}.foot-col a:hover{color:var(--g5)}.foot-bottom{border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding-top:24px;display:flex}.foot-copy{color:#fff3;font-size:12px;font-weight:300}.foot-badges{gap:8px;display:flex}.foot-badge{color:var(--g5);background:#2d9e6b1a;border:1px solid #2d9e6b2e;border-radius:6px;padding:4px 12px;font-size:10.5px;font-weight:600}.reveal,.reveal-left,.reveal-right{opacity:0;transition:opacity .7s,transform .7s cubic-bezier(.16,1,.3,1)}.reveal{transform:translateY(32px)}.reveal.in{opacity:1;transform:translateY(0)}.reveal-left{transform:translate(-32px)}.reveal-left.in{opacity:1;transform:translate(0)}.reveal-right{transform:translate(32px)}.reveal-right.in{opacity:1;transform:translate(0)}@keyframes rise{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.hero-inner{grid-template-columns:1fr}.hero-right{display:none}.stats-inner,.steps-grid{grid-template-columns:1fr 1fr}.step-connector{display:none}.feat-block,.feat-block.flip{direction:ltr;grid-template-columns:1fr;gap:40px}.cats-grid{grid-template-columns:repeat(3,1fr)}.aud-grid,.testi-grid{grid-template-columns:1fr}.foot-top{grid-template-columns:1fr 1fr;gap:36px}}@media (width<=640px){.stats-inner,.cats-grid{grid-template-columns:1fr 1fr}.foot-top{grid-template-columns:1fr}.hero-metrics{flex-wrap:wrap;gap:16px}.landing-page nav{padding:0 4%}.section,.audience,.cta-section{padding:80px 4%}.nav-links{display:none}}.customer-home-page{font-family:Sora,sans-serif}.customer-home-page__search-shell{background:linear-gradient(135deg,#1d9e75,#0f6e56);border:1px solid #9fe1cb;border-radius:16px;gap:14px;padding:22px 22px 20px;display:grid;position:relative;overflow:hidden;box-shadow:0 12px 34px #0d948833}.customer-home-page__filters-shell{background:#fff;border:1px solid #dbe8e4;border-radius:14px;gap:0;padding:0;display:grid;overflow:hidden;box-shadow:0 8px 22px #0a372e0d}.customer-home-page__search-shell:before,.customer-home-page__search-shell:after{content:"";pointer-events:none;border-radius:999px;position:absolute}.customer-home-page__search-shell:before{background:#9fe1cb24;width:220px;height:220px;top:-62px;right:-62px}.customer-home-page__search-shell:after{background:#0d94882e;width:150px;height:150px;bottom:-38px;left:-38px}.customer-home-page__search-copy,.customer-home-page__search-panel{z-index:1;position:relative}.customer-home-page__search-copy h1{color:#fff;margin:8px 0;font-family:Lora,serif;font-size:clamp(1.72rem,2.5vw,2.2rem);line-height:1.15}.customer-home-page__search-copy p{color:#ffffffd1;max-width:70ch;margin:0;line-height:1.5}.customer-home-page__search-panel{gap:10px;display:grid}.customer-home-page__search-form{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.customer-home-page__search-input-wrap{align-items:center;display:flex;position:relative}.customer-home-page__search-icon{letter-spacing:.08em;text-transform:uppercase;color:#3d7a74;font-size:.68rem;font-weight:700;position:absolute;left:14px}.customer-home-page__search-input{color:#042f2e;width:100%;min-height:44px;font:inherit;background:#fff;border:none;border-radius:10px;outline:none;padding:10px 12px 10px 72px;box-shadow:inset 0 1px #ffffffb8}.customer-home-page__search-input::placeholder{color:#042f2e61}.customer-home-page__search-input:focus{box-shadow:0 0 0 3px #9fe1cb6b}.customer-home-page__search-button.btn.btn-primary{color:#fff;background:#1d9e75;border:none;border-radius:10px;min-width:102px;min-height:44px;font-size:.86rem;font-weight:700}.customer-home-page__search-button.btn.btn-primary:hover:not(:disabled){background:#0f766e}.customer-home-page__search-status{flex-wrap:wrap;gap:6px;display:flex}.customer-home-page__search-status span{color:#ffffffeb;background:#ffffff1f;border:1px solid #ffffff38;border-radius:999px;padding:6px 10px;font-size:.8rem;font-weight:600}.customer-home-page__filter-panel{grid-template-columns:repeat(6,minmax(130px,1fr));gap:8px;display:grid}.customer-home-page__filters-shell .customer-home-page__filter-panel{gap:8px}.customer-home-page__filters-toggle{color:#0f6e56;cursor:pointer;width:100%;font:inherit;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.customer-home-page__filters-toggle-label{letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;font-size:.78rem;font-weight:800;display:inline-flex}.customer-home-page__filters-toggle-icon{color:#0f6e56;background:#e8f5ef;border-radius:50%;place-items:center;width:22px;height:22px;font-size:.95rem;font-weight:800;line-height:1;display:grid}.customer-home-page__filters-panel-shell{flex-direction:column;gap:10px;padding:0 14px 14px;display:flex}.customer-home-page__filter-field{gap:4px;min-width:0;display:grid}.customer-home-page__filter-field span{color:#ffffffdb;font-size:.7rem;font-weight:700}.customer-home-page__filters-shell .customer-home-page__filter-field span{color:#395852}.customer-home-page__filter-field select{color:#042f2e;width:100%;min-height:38px;font:inherit;background:#fff;border:1px solid #ffffff3d;border-radius:7px;outline:none;padding:7px 9px;font-size:.8rem}.customer-home-page__filters-shell .customer-home-page__filter-field select{background:#fff;border-color:#d6e7e1}.customer-home-page__filter-field select:focus{box-shadow:0 0 0 3px #9fe1cb6b}.customer-home-page__section-heading--filters{margin-bottom:0}.customer-home-page__active-filters{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.customer-home-page__filter-chip,.customer-home-page__clear-filters{min-height:32px;font:inherit;cursor:pointer;border-radius:999px;align-items:center;font-size:.76rem;font-weight:700;display:inline-flex}.customer-home-page__filter-chip{color:#fff;background:#ffffff29;border:1px solid #ffffff47;gap:8px;padding:5px 9px}.customer-home-page__filter-chip:hover{background:#ffffff40}.customer-home-page__filter-chip span{font-size:.95rem;line-height:1}.customer-home-page__clear-filters{color:#0f6e56;background:#fff;border:1px solid #ffffff4d;padding:5px 9px}.customer-home-page__clear-filters:hover{background:#e1f5ee}.customer-home-page__suggestions{background:#ffffff1f;border:1px solid #fff3;border-radius:12px;gap:8px;padding:14px;display:grid}.customer-home-page__suggestions p{color:#ffffffdb;margin:0;font-size:.82rem;font-weight:700}.customer-home-page__suggestion-list{flex-wrap:wrap;gap:8px;display:flex}.customer-home-page__suggestion-chip{color:#fff;font:inherit;cursor:pointer;background:#ffffff29;border:1px solid #ffffff47;border-radius:999px;padding:6px 12px;font-size:.82rem;font-weight:600}.customer-home-page__suggestion-chip:hover{background:#ffffff40}.customer-home-page__provider-section,.customer-home-page__search-results{gap:16px;display:grid}.customer-home-page__section-heading{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.customer-home-page__section-heading h2{color:#042f2e;margin:8px 0 0;font-family:Lora,serif;font-size:1.34rem}.customer-home-page__section-heading span:last-child{color:#3d7a74;font-size:.85rem;font-weight:600}.customer-home-page__grid,.customer-home-page__search-grid{gap:14px;display:grid}.customer-home-page__grid{grid-template-columns:repeat(auto-fit,minmax(270px,1fr))}.customer-home-page__search-grid{grid-template-columns:repeat(auto-fit,minmax(290px,1fr))}.customer-provider-card{background:#fff;border:1px solid #9fe1cb;border-radius:14px;gap:12px;transition:transform .2s,box-shadow .2s,border-color .2s;display:grid;position:relative;overflow:hidden;box-shadow:0 2px 20px #0d94881a}.customer-provider-card:hover{border-color:#1d9e75;transform:translateY(-2px);box-shadow:0 8px 32px #0d948829}.customer-provider-card__top{background:linear-gradient(135deg,#1d9e75,#0f6e56);grid-template-columns:auto 1fr;align-items:center;gap:12px;padding:16px;display:grid}.customer-provider-card__top-copy{min-width:0}.customer-provider-card__eyebrow{color:#fffc;letter-spacing:.05em;text-transform:uppercase;margin:0;font-size:.73rem;font-weight:700}.customer-provider-card h2{color:#fff;margin:2px 0 0;font-family:Lora,serif;font-size:1.12rem;line-height:1.2}.customer-provider-card__name{color:#ffffffc7;margin:2px 0 0;font-size:.8rem}.customer-provider-card__location{color:#ffffffad;margin:3px 0 0;font-size:.74rem;line-height:1.35}.customer-provider-card__verified{color:#ffffffe6;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:999px;align-items:center;width:fit-content;margin-top:6px;padding:4px 9px;font-size:.72rem;font-weight:700;display:inline-flex}.customer-provider-card__meta,.customer-provider-card__service-row,.customer-provider-card__fee-row,.customer-provider-card__cta{margin-inline:14px}.customer-provider-card__meta{flex-wrap:wrap;gap:6px;margin-top:2px;display:flex}.customer-provider-card__meta-pill{color:#1d9e75;background:#e1f5ee;border-radius:18px;padding:4px 10px;font-size:.72rem;font-weight:600}.customer-provider-card__meta-pill span{color:#3d7a74;font-weight:500}.customer-provider-card__service-row{flex-wrap:wrap;gap:6px;display:flex}.customer-provider-card__service-tag{color:#1d9e75;background:#e1f5ee;border-radius:20px;padding:3px 9px;font-size:.7rem;font-weight:600}.customer-provider-card__fee-row{justify-content:space-between;align-items:flex-end;display:flex}.customer-provider-card__availability-row{color:#1d9e75;align-items:center;gap:8px;margin:0 14px;font-size:.76rem;font-weight:700;display:flex}.customer-provider-card__availability-label--unavailable{color:#a16207}.customer-provider-card__availability-dot{background:#1d9e75;border-radius:50%;flex-shrink:0;width:8px;height:8px;box-shadow:0 0 0 4px #1d9e751f}.customer-provider-card__availability-dot--unavailable{background:#d97706;box-shadow:0 0 0 4px #d9770624}.customer-provider-card__fee-label{color:#3d7a74;text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:.72rem;font-weight:700}.customer-provider-card__fee-value{color:#1d9e75;margin:0;font-family:Lora,serif;font-size:.96rem;font-weight:700}.customer-provider-card__cta{color:#fff;background:linear-gradient(135deg,#1d9e75,#0f6e56);border-radius:9px;justify-content:center;align-items:center;width:calc(100% - 28px);margin-top:0;margin-bottom:14px;padding:10px 14px;font-size:.82rem;font-weight:700;text-decoration:none;transition:background-color .18s;display:inline-flex}.customer-provider-card__cta:hover{background:linear-gradient(135deg,#0f766e,#085041)}.customer-search-card{background:#fff;border:1px solid #9fe1cb;border-radius:14px;gap:12px;padding:14px;display:grid;box-shadow:0 2px 20px #0d94881a}.customer-search-card__head{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;display:grid}.customer-search-card__eyebrow{color:#1d9e75;letter-spacing:.05em;text-transform:uppercase;margin:0;font-size:.74rem;font-weight:700}.customer-search-card h2{color:#042f2e;margin:3px 0 0;font-family:Lora,serif;font-size:1.05rem}.customer-search-card__provider,.customer-search-card__location{color:#3d7a74;margin:3px 0 0;font-size:.82rem}.customer-search-card__price{color:#1d9e75;background:#e1f5ee;border-radius:999px;align-items:center;padding:6px 10px;font-size:.76rem;font-weight:700;display:inline-flex}.customer-search-card__meta{flex-wrap:wrap;gap:7px;display:flex}.customer-search-card__meta span{color:#3d7a74;border:1px solid #9fe1cb;border-radius:999px;padding:5px 9px;font-size:.74rem;font-weight:600}.customer-search-card__meta-badge--unavailable{background:#fff7ed;color:#a16207!important;border-color:#f5c16c!important}.customer-search-card__cta{color:#fff;background:#1d9e75;border-radius:9px;justify-content:center;align-items:center;width:fit-content;padding:9px 14px;font-size:.8rem;font-weight:700;text-decoration:none;display:inline-flex}.customer-search-card__cta:hover{background:#0f766e}.customer-home-page .provider-avatar{color:#fff;background:linear-gradient(135deg,#1d9e75,#5dcaa5);border:2px solid #fff3;border-radius:50%;place-items:center;width:46px;height:46px;font-size:.9rem;font-weight:700;display:grid;overflow:hidden}.customer-home-page .provider-avatar--large{width:64px;height:64px}.customer-home-page .provider-avatar__image{object-fit:cover;width:100%;height:100%}@media (width<=900px){.customer-home-page__search-shell{padding:20px 18px 18px}.customer-home-page__filters-shell{border-radius:14px}.customer-home-page__filters-panel-shell{padding:0 12px 12px}.customer-home-page__filter-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-home-page__search-form{grid-template-columns:1fr}.customer-home-page__search-button.btn.btn-primary{width:100%}.customer-home-page__section-heading{flex-direction:column;align-items:flex-start}}@media (width<=640px){.customer-home-page__search-copy h1{font-size:1.42rem}.customer-home-page__filters-shell{border-radius:12px}.customer-home-page__filters-toggle{padding:11px 12px}.customer-home-page__filters-panel-shell{padding:0 12px 12px}.customer-home-page__grid,.customer-home-page__search-grid,.customer-home-page__filter-panel{grid-template-columns:1fr}.customer-provider-card__top{grid-template-columns:auto minmax(0,1fr)}.customer-search-card__head{grid-template-columns:1fr}}.customer-home-page__booking-widget{background:linear-gradient(135deg,#1d9e75,#0f6e56);border-radius:12px;align-items:center;gap:12px;margin-bottom:16px;padding:12px 18px;animation:.28s booking-widget-slide-in;display:flex;box-shadow:0 6px 22px #0d948838}.customer-home-page__booking-widget--empty{background:linear-gradient(135deg,#f5f0e1,#faf6eb);border:1px solid #e8dbb8;box-shadow:0 6px 22px #b496501f}.customer-home-page__booking-widget--empty .customer-home-page__booking-widget-text{color:#5c4a1f}.customer-home-page__booking-widget--empty .customer-home-page__booking-widget-dismiss{color:#8b6914}@keyframes booking-widget-slide-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.customer-home-page__booking-widget-body{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.customer-home-page__booking-widget-pulse{background:#fff;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1.4s infinite booking-widget-pulse}@keyframes booking-widget-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.customer-home-page__booking-widget-icon{flex-shrink:0;font-size:1.18rem}.customer-home-page__booking-widget-text{color:#ffffffeb;font-size:.82rem;line-height:1.5}.customer-home-page__booking-widget-text strong{color:#fff;font-weight:700}.customer-home-page__booking-widget-more{color:#fff;white-space:nowrap;background:#ffffff2e;border-radius:999px;margin-left:2px;padding:1px 8px;font-size:.74rem;font-weight:700;display:inline-block}.customer-home-page__booking-widget-dismiss{color:#ffffffd1;font:inherit;cursor:pointer;white-space:nowrap;background:#ffffff1a;border:1px solid #ffffff47;border-radius:8px;flex-shrink:0;padding:5px 12px;font-size:.72rem;font-weight:600;transition:background .18s,border-color .18s}.customer-home-page__booking-widget-dismiss:hover{background:#fff3;border-color:#ffffff73}@media (width<=768px){.customer-home-page__booking-widget{flex-direction:column;align-items:flex-start;gap:10px;padding:14px 16px}.customer-home-page__booking-widget-dismiss{align-self:flex-end}}.customer-payments-page{flex-direction:column;gap:20px;display:flex}.payment-list{gap:12px;display:grid}.payment-item{border:1px solid var(--border);background:var(--surface);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.payment-item__name{color:var(--text);margin:0;font-weight:700}.payment-item__date{color:var(--muted);margin:4px 0 0}.payment-item__amount{color:var(--teal);font-family:Lora,serif;font-size:1.1rem;font-weight:700}.notif-prefs-loading,.notif-prefs-error{color:var(--muted);flex-direction:column;align-items:center;gap:8px;padding:20px 12px;font-size:.9rem;display:flex}.notif-prefs-mute-all{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);justify-content:space-between;align-items:center;margin-bottom:8px;padding:12px 16px;transition:border-color .18s,background .18s;display:flex}.notif-prefs-mute-all--active{background:#ef44440a;border-color:#ef4444}.notif-prefs-mute-all__info{align-items:center;gap:8px;display:flex}.notif-prefs-mute-all__icon{flex-shrink:0;font-size:1.2rem}.notif-prefs-mute-all__label{color:var(--text);font-size:.95rem;font-weight:700;display:block}.notif-prefs-mute-all__note{color:var(--muted);margin-top:2px;font-size:.8rem;display:block}.notif-prefs-categories{flex-direction:column;display:flex}.notif-prefs-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:10px 16px;transition:opacity .16s;display:flex}.notif-prefs-row:last-child{border-bottom:none}.notif-prefs-row--muted{opacity:.45;pointer-events:none}.notif-prefs-row__label{color:var(--text);align-items:center;gap:8px;font-size:.92rem;font-weight:600;display:flex}.notif-prefs-row__icon{flex-shrink:0;font-size:1rem}.notif-prefs-row__toggles{align-items:center;gap:16px;display:flex}.notif-prefs-row__description{max-width:560px;color:var(--muted);margin:6px 0 0;font-size:.82rem;line-height:1.45}.notif-prefs-reminders{flex-direction:column;gap:10px;display:flex}.notif-prefs-reminders__timings{gap:10px;display:grid}.notif-prefs-reminders__timing{border:1px solid var(--border);border-radius:calc(var(--radius) - 2px);background:#ffffff59;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.notif-prefs-reminders__timing-copy{flex-direction:column;gap:2px;display:flex}.notif-prefs-reminders__timing-label{color:var(--text);font-size:.88rem;font-weight:700}.notif-prefs-reminders__timing-description{color:var(--muted);font-size:.8rem;line-height:1.4}.notif-prefs-reminders__timing-control{flex-shrink:0;align-items:center;display:inline-flex}.notif-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;display:flex}.notif-toggle--channel{gap:6px}.notif-toggle__channel-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem;font-weight:600}.notif-toggle__input{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.notif-toggle__slider{background:var(--border);border-radius:12px;flex-shrink:0;width:44px;height:24px;transition:background .2s,box-shadow .2s;display:inline-block;position:relative}.notif-toggle__slider:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.notif-toggle__input:checked+.notif-toggle__slider{background:var(--primary,#1d9e75)}.notif-toggle__input:checked+.notif-toggle__slider:after{transform:translate(20px)}.notif-toggle__slider--saving{opacity:.6;pointer-events:none}.notif-toggle__input:focus-visible+.notif-toggle__slider{box-shadow:0 0 0 2px var(--primary,#1d9e75)}.notif-toggle__input:disabled+.notif-toggle__slider{cursor:not-allowed}.notif-prefs-compliance{border-left:3px solid var(--primary,#1d9e75);border-radius:0 var(--radius) var(--radius) 0;background:#1d9e750f;margin-top:10px;padding:8px 16px}.notif-prefs-compliance p{color:var(--muted);margin:0;font-size:.8rem;line-height:1.5}@media (width<=540px){.notif-prefs-row{flex-direction:column;align-items:flex-start;gap:8px}.notif-prefs-row__toggles{justify-content:flex-end;width:100%}.notif-prefs-row__description{max-width:100%}.notif-prefs-reminders__timing{align-items:flex-start}.notif-prefs-reminders__timing-control{margin-top:2px}.notif-prefs-mute-all{flex-direction:column;align-items:flex-start;gap:10px}.notif-prefs-mute-all__info{width:100%}}.customer-profile-page{flex-direction:column;gap:12px;display:flex}.profile-hero{color:#fff;border-radius:var(--radius);box-shadow:var(--shadow);background:linear-gradient(135deg,#1d9e75,#0f6e56);grid-template-columns:1fr;justify-items:center;gap:12px;margin-bottom:6px;padding:18px 16px;display:grid;position:relative;overflow:hidden}.profile-hero:after{content:"";background:#5eead412;border-radius:50%;width:160px;height:160px;position:absolute;top:-40px;right:-40px}.profile-hero__avatar{z-index:1;color:#fff;background:linear-gradient(135deg,#9fe1cb,#1d9e75);border:2px solid #fff3;border-radius:50%;place-items:center;width:70px;height:70px;font-size:24px;font-weight:800;display:grid;position:relative}.profile-hero__copy{z-index:1;text-align:center;position:relative}.profile-hero__copy h1{margin:0;font-family:Lora,serif;font-size:20px;font-weight:600}.profile-hero__copy p{color:#ffffff73;max-width:58ch;margin:4px 0 0;line-height:1.6}.profile-hero__details{font-size:13px}.profile-hero__stats{z-index:1;flex-wrap:nowrap;justify-content:center;gap:18px;width:auto;margin-top:10px;display:flex;position:relative}.profile-hero__stat{text-align:center;background:0 0;border:0;flex:none;min-width:60px;padding:0;transition:transform .15s}.profile-hero__stat:hover{transform:translateY(-1px)scale(1.01)}.profile-hero__stat strong{color:#fff;font-family:Lora,serif;font-size:1.4rem;display:block}.profile-hero__stat span{text-transform:uppercase;letter-spacing:0;color:#ffffff59;margin-top:2px;font-size:11px;display:block}.customer-profile-page .panel{padding:14px 14px 12px;transition:transform .18s,box-shadow .18s,border-color .18s}.customer-profile-page .panel:hover{border-color:var(--accent);box-shadow:var(--shadow-lg);transform:translateY(-1px)}.customer-profile-page .panel-header{align-items:center;margin-bottom:10px}.customer-profile-page .panel-header h2{margin:0;font-size:1.05rem}.profile-form{gap:10px;display:grid}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.profile-field{flex-direction:column;gap:6px;display:flex}.profile-field--full{max-width:none}.profile-field span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.profile-field strong{color:var(--text)}.profile-input{border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:.95rem;font:inherit;border-radius:12px;outline:none;padding:9px 12px;transition:border-color .16s,box-shadow .16s}.profile-input:hover{border-color:var(--accent)}.profile-input--readonly{background:var(--accent-lt);color:var(--muted);cursor:not-allowed}.profile-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #1d9e751f}.panel-subtitle{color:var(--muted);font-size:.88rem}.profile-empty-panel{border:1px dashed var(--border);background:var(--bg);border-radius:14px;padding:14px}.profile-empty-panel h3,.profile-empty-panel p{margin:0}.profile-empty-panel h3{color:var(--text);font-size:.98rem}.profile-empty-panel p{color:var(--muted);margin-top:6px;line-height:1.6}.toggle-row__title{color:var(--text);font-size:.95rem;font-weight:700}.toggle-row__description{color:var(--muted);font-size:.88rem;line-height:1.5}.customer-profile-page .toggle{border:0;padding:0;transition:transform .16s}.customer-profile-page .toggle:active{transform:scale(.96)}.change-password-form{border-top:1px solid var(--border);gap:10px;margin-top:8px;padding-top:10px;animation:.18s profile-slide-down;display:grid}@keyframes profile-slide-down{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.password-strength{border:1px solid var(--border);background:var(--bg);border-radius:12px;padding:8px 10px 7px}.password-strength__label{margin:0 0 8px;font-size:.88rem;font-weight:700}.password-strength__label--muted{color:var(--muted)}.password-strength__label--weak{color:var(--red)}.password-strength__label--medium{color:var(--gold)}.password-strength__label--strong{color:var(--teal)}.password-strength__rules{gap:4px;display:grid}.password-strength__rule{color:var(--muted);font-size:.86rem}.password-strength__rule--passed{color:var(--teal);font-weight:600}.change-password-status{border-radius:10px;padding:9px 11px;font-size:.9rem;font-weight:600}.change-password-status--error{background:var(--red-lt);color:var(--red);border:1px solid #f2bcbc}.change-password-status--success{border:1px solid var(--border);background:var(--teal-lt);color:var(--teal)}.review-list{gap:8px;display:grid}.review-card{border:1px solid var(--border);background:var(--bg);border-radius:14px;padding:11px 12px;transition:transform .16s,border-color .16s}.review-card:hover{border-color:var(--accent);transform:translateY(-1px)}.review-card__head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px;display:flex}.review-card h3,.review-card p{margin:0}.review-card h3{color:var(--text);font-size:.98rem}.review-card__head p,.review-card>p{color:var(--muted);font-size:.9rem}.review-card__rating{color:var(--gold);flex-shrink:0;font-weight:700}.account-actions{gap:7px;display:grid}.account-actions__button{text-align:left;width:100%;padding:8px 11px;font-size:.9rem;transition:transform .14s}.account-actions__button:hover{transform:translate(1px)}.profile-toast{background:var(--sidebar);color:#fff;border-left:3px solid var(--accent);box-shadow:var(--shadow-lg);z-index:30;border-radius:12px;padding:12px 16px;position:fixed;bottom:24px;right:24px}@media (width<=720px){.profile-hero{justify-items:center}.profile-hero__stats{flex-wrap:wrap;justify-content:center;gap:12px;width:100%}.profile-grid{grid-template-columns:1fr}.profile-field--full{max-width:none}.profile-toast{text-align:center;bottom:84px;left:16px;right:16px}}.customer-provider-profile{font-family:Sora,sans-serif}.customer-provider-profile__backlink{width:fit-content}.customer-provider-profile__hero{background:linear-gradient(135deg,#1d9e75,#0f6e56);border:1px solid #9fe1cb;border-radius:14px;grid-template-columns:minmax(0,1.2fr) minmax(240px,.55fr);gap:18px;padding:22px;display:grid;position:relative;overflow:hidden;box-shadow:0 2px 20px #0d94881a}.customer-provider-profile__hero:before,.customer-provider-profile__hero:after{content:"";pointer-events:none;border-radius:999px;position:absolute}.customer-provider-profile__hero:before{background:#9fe1cb1f;width:160px;height:160px;top:-48px;right:-48px}.customer-provider-profile__hero:after{background:#0d94882e;width:120px;height:120px;bottom:-36px;left:-36px}.customer-provider-profile__hero-main,.customer-provider-profile__hero-side{z-index:1;position:relative}.customer-provider-profile__hero-main{grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:16px;display:grid}.customer-provider-profile__hero-copy{min-width:0}.customer-provider-profile__hero-copy h1{color:#fff;margin:10px 0 8px;font-family:Lora,serif;font-size:clamp(1.7rem,2.4vw,2.2rem);line-height:1.15}.customer-provider-profile__subtitle,.customer-provider-profile__summary{color:#ffffffd1;line-height:1.65}.customer-provider-profile__subtitle{margin:0;font-size:.9rem}.customer-provider-profile__summary{max-width:66ch;margin:12px 0 0}.customer-provider-profile__hero-badges{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.customer-provider-profile__badge{border-radius:999px;align-items:center;width:fit-content;padding:5px 10px;font-size:.74rem;font-weight:700;display:inline-flex}.customer-provider-profile__badge--verified{color:#fff;background:#ffffff2e;border:1px solid #ffffff3d}.customer-provider-profile__badge--soft{color:#ffffffe6;background:#ffffff1f;border:1px solid #ffffff29}.customer-provider-profile__hero-side{align-content:start;gap:12px;display:grid}.customer-provider-profile__hero-side>div{background:#ffffff1a;border:1px solid #ffffff29;border-radius:12px;padding:12px 14px}.customer-provider-profile__hero-side-label{color:#ffffff7a;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:.68rem;font-weight:700;display:block}.customer-provider-profile__hero-side strong{color:#fff;font-family:Lora,serif;font-size:1.35rem;line-height:1.1;display:block}.customer-provider-profile__hero-side span:last-child{color:#ffffff85;margin-top:4px;font-size:.8rem;display:block}.customer-provider-profile__services-shell,.customer-provider-profile__grid,.customer-provider-profile__grid--bottom{gap:16px;display:grid}.customer-provider-profile__services-shell{grid-template-columns:1fr}.customer-provider-profile__grid,.customer-provider-profile__grid--bottom{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.customer-provider-profile__panel{background:#fff;border:1px solid #9fe1cb;border-radius:14px;padding:18px;box-shadow:0 2px 20px #0d94881a}.customer-provider-profile__panel--services{gap:14px;display:grid}.customer-provider-profile__section-head{gap:8px;display:grid}.customer-provider-profile__section-head h2{color:#042f2e;margin:8px 0 0;font-family:Lora,serif;font-size:1.2rem}.customer-provider-profile__section-head p{color:#3d7a74;margin:0}.customer-provider-profile__panel p,.customer-provider-profile__empty-panel p,.customer-provider-profile__review-card p,.customer-provider-profile__reply-card p{color:#3d7a74;margin:0;line-height:1.65}.customer-provider-profile__service-list,.customer-provider-profile__reviews,.customer-provider-profile__slot-grid{gap:10px;display:grid}.customer-provider-profile__service-row{background:#f8fffd;border:1px solid #9fe1cb;border-radius:12px;width:100%;transition:transform .14s,box-shadow .14s,border-color .14s,background-color .14s;display:grid;overflow:hidden}.customer-provider-profile__service-row:focus-within{box-shadow:0 0 0 3px #1d9e7529,0 8px 18px #0d94881f}.customer-provider-profile__service-row:hover{border-color:#1d9e75;transform:translateY(-1px);box-shadow:0 8px 18px #0d94881f}.customer-provider-profile__service-row--active{background:#e1f5ee;border-color:#1d9e75}.customer-provider-profile__service-header{grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;padding:13px 14px;display:grid}.customer-provider-profile__service-summary{text-align:left;cursor:pointer;font:inherit;background:0 0;border:none;min-width:0;padding:0}.customer-provider-profile__service-summary:focus-visible,.customer-provider-profile__service-chevron:focus-visible{outline:none;box-shadow:0 0 0 3px #1d9e752e}.customer-provider-profile__service-summary-copy{gap:3px;min-width:0;display:grid}.customer-provider-profile__service-summary-copy h3,.customer-provider-profile__service-summary-copy p{margin:0}.customer-provider-profile__service-summary-copy p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.customer-provider-profile__service-ico{color:#1d9e75;background:#e1f5ee;border-radius:10px;place-items:center;width:34px;height:34px;font-size:.8rem;font-weight:800;display:grid}.customer-provider-profile__service-info h3,.customer-provider-profile__review-card h3,.customer-provider-profile__empty-panel h3,.customer-provider-profile__panel h2{color:#042f2e;margin:0;font-family:Lora,serif}.customer-provider-profile__service-info p,.customer-provider-profile__review-head p,.customer-provider-profile__panel p,.customer-provider-profile__empty-panel p{color:#3d7a74;margin:4px 0 0;font-size:.84rem}.customer-provider-profile__service-meta{justify-items:end;gap:6px;display:grid}.customer-provider-profile__service-chevron{color:#1d9e75;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.82rem;font-weight:800;transition:transform .14s,background-color .14s;display:inline-flex}.customer-provider-profile__service-chevron.is-open{background:#e1f5ee;transform:rotate(180deg)}.customer-provider-profile__service-book{color:#fff;background:linear-gradient(135deg,#1d9e75,#0f6e56);border-radius:10px;justify-content:center;align-items:center;width:fit-content;padding:7px 11px;font-size:.72rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 8px 16px #0d948829}.customer-provider-profile__service-book:hover{background:linear-gradient(135deg,#0f766e,#085041)}.customer-provider-profile__service-detail-note{color:#3d7a74;font-size:.8rem;line-height:1.4}.customer-provider-profile__service-detail-panel{background:linear-gradient(#e1f5eecc,#ffffffeb);border-top:1px solid #1d9e751f;gap:10px;padding:0 14px 12px;display:grid}.customer-provider-profile__service-detail-copy{gap:6px;display:grid}.customer-provider-profile__service-detail-copy p{color:#3d7a74;margin:0;line-height:1.6}.customer-provider-profile__service-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.customer-provider-profile__service-detail-grid>div{background:#fff;border:1px solid #9fe1cb;border-radius:11px;padding:10px 12px}.customer-provider-profile__service-detail-grid span{color:#3d7a74;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:.72rem;font-weight:700;display:block}.customer-provider-profile__service-detail-grid strong{color:#1d9e75;font-family:Lora,serif;font-size:.96rem;display:block}@media (width<=860px){.customer-provider-profile__service-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.customer-provider-profile__service-detail-actions{justify-content:flex-end;display:flex}.customer-provider-profile__service-meta span{color:#1d9e75;background:#e1f5ee;border-radius:999px;align-items:center;width:fit-content;padding:4px 9px;font-size:.72rem;font-weight:700;display:inline-flex}.customer-provider-profile__slot-card,.customer-provider-profile__review-card,.customer-provider-profile__reply-card,.customer-provider-profile__empty-panel{background:#fff;border:1px solid #9fe1cb;border-radius:12px;padding:14px}.customer-provider-profile__slot-card span,.customer-provider-profile__reply-card span,.customer-provider-profile__empty-panel--soft{color:#3d7a74;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:.74rem;font-weight:700;display:block}.customer-provider-profile__slot-card strong{color:#1d9e75;font-family:Lora,serif;font-size:.98rem;display:block}.customer-provider-profile__copy-block{gap:8px;display:grid}.customer-provider-profile__copy-block p{color:#3d7a74;margin:0}.customer-provider-profile__slot-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.customer-provider-profile__slot-card{background:#f8fffd}.customer-provider-profile__reviews{gap:12px}.customer-provider-profile__review-card{background:#fff;gap:12px;display:grid}.customer-provider-profile__review-head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.customer-provider-profile__review-head strong{color:#1d9e75;font-family:Lora,serif}.customer-provider-profile__reply-card{background:#e1f5ee}.customer-provider-profile__reply-card p{color:#3d7a74}.customer-provider-profile__empty-panel{gap:8px;display:grid}.customer-provider-profile__empty-panel--soft{background:#f8fffd}.customer-provider-profile .provider-avatar{color:#fff;background:linear-gradient(135deg,#1d9e75,#5dcaa5);border:2px solid #ffffff2e;border-radius:50%;place-items:center;width:62px;height:62px;font-size:1.05rem;font-weight:800;display:grid;overflow:hidden;box-shadow:inset 0 1px #ffffff38}.customer-provider-profile .provider-avatar--large{width:88px;height:88px;font-size:1.45rem}.customer-provider-profile .provider-avatar__image{object-fit:cover;width:100%;height:100%}@media (width<=980px){.customer-provider-profile__hero,.customer-provider-profile__services-shell{grid-template-columns:1fr}}@media (width<=700px){.customer-provider-profile__hero-main{grid-template-columns:1fr}.customer-provider-profile__service-header{grid-template-columns:34px minmax(0,1fr)}.customer-provider-profile__service-summary-copy p{white-space:normal}.customer-provider-profile__service-meta{grid-auto-flow:column;justify-items:start}.customer-provider-profile__service-detail-grid{grid-template-columns:1fr}.customer-provider-profile__service-book{justify-self:start}.customer-provider-profile__service-detail-actions{justify-content:flex-start}.customer-provider-profile .provider-avatar--large{width:68px;height:68px;font-size:1.1rem}}.provider-profile__layout{display:block}.provider-profile__hero{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);background:linear-gradient(120deg,#1d9e75,#0f6e56);align-items:center;gap:18px;padding:22px 24px;display:flex;position:relative;overflow:hidden}.provider-profile__hero:after{content:"";background:#9fe1cb14;border-radius:50%;width:180px;height:180px;position:absolute;top:-40px;right:-40px}.provider-profile__avatar,.provider-profile__identity-avatar{border-radius:50%;flex-shrink:0;place-items:center;font-weight:800;display:grid}.provider-profile__avatar{color:#085041;z-index:1;background:linear-gradient(135deg,#9fe1cb,#1d9e75);border:2px solid #9fe1cb59;width:96px;height:96px;font-size:2rem;position:relative}.provider-profile__avatar-image,.provider-profile__identity-photo{object-fit:cover;border:2px solid #9fe1cb59;border-radius:50%;flex-shrink:0}.provider-profile__avatar-image{z-index:1;width:96px;height:96px;position:relative}.provider-profile__hero-copy,.provider-profile__hero-stats{z-index:1;position:relative}.provider-profile__hero-copy{flex-direction:column;flex:1;gap:10px;display:flex}.provider-profile__hero-photo-editor{max-width:420px}.provider-profile__hero-photo-editor .field{margin:0}.provider-profile__hero-photo-editor .btn{min-width:190px}.provider-profile__hero-copy .eyebrow{color:#dff8f0;background:#ffffff1f}.provider-profile__hero-copy h1{color:#fff;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.9rem,2.6vw,3rem);font-weight:500;line-height:1.08}.provider-profile__hero-copy p{color:#ffffff94;max-width:58ch;margin:0;font-size:.92rem;line-height:1.55}.provider-profile__hero-badges{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.provider-profile__hero-badge{color:#ffffffe6;background:#ffffff1f;border:1px solid #ffffff24;border-radius:999px;padding:3px 10px;font-size:.72rem;font-weight:700}.provider-profile__hero-badge--verified{color:#9fe1cb;background:#9fe1cb33;border-color:#9fe1cb4d}.provider-profile__hero-badge--category{color:#ffffffe0;background:#ffffff1a;border-color:#ffffff24}.provider-profile__trust{background:#ffffff14;border:1px solid #ffffff14;border-radius:14px;margin-top:6px;padding:12px 14px}.provider-profile__trust-copy{justify-content:space-between;align-items:center;gap:16px;margin-bottom:8px;display:flex}.provider-profile__trust-headline{align-items:center;gap:12px;display:flex}.provider-profile__trust-copy span,.provider-profile__trust-copy strong,.provider-profile__trust-score{color:#fff;font-size:.82rem}.provider-profile__trust-score{color:#9fe1cb;font-weight:700}.provider-profile__trust-bar{background:#ffffff1a;border-radius:10px;height:7px;overflow:hidden}.provider-profile__trust-fill{background:linear-gradient(90deg,#9fe1cb,#1d9e75);border-radius:10px;height:100%}.provider-profile__trust-meta{justify-content:space-between;align-items:center;gap:12px;margin-top:8px;display:flex}.provider-profile__trust-meta span{color:#ffffff75;font-size:.7rem;line-height:1.4}.provider-profile__trust-meta strong{color:#9fe1cb;letter-spacing:.03em;text-transform:uppercase;font-size:.72rem}.provider-profile__hero-stats{gap:20px;display:flex}.provider-profile__hero-stat{text-align:center;min-width:62px}.provider-profile__hero-stat strong{color:#fff;font-family:Georgia,Times New Roman,serif;font-size:1.55rem;font-weight:600;display:block}.provider-profile__hero-stat span{color:#ffffff9e;text-transform:uppercase;letter-spacing:.08em;font-size:.66rem}.provider-profile__identity-card{border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(180deg, var(--sidebar), #0f6e56);box-shadow:var(--shadow);color:#fff;padding:22px 20px}.provider-profile__identity-avatar{color:#085041;background:linear-gradient(135deg,#9fe1cb,#1d9e75);border:2px solid #9fe1cb59;width:72px;height:72px;margin:0 auto 12px;font-size:1.35rem}.provider-profile__identity-photo{width:72px;height:72px;margin:0 auto 12px}.provider-profile__identity-name{text-align:center;font-size:1.15rem;font-weight:700}.provider-profile__identity-meta{text-align:center;color:#ffffff9e;margin-top:6px;line-height:1.6}.provider-profile__identity-rating{text-align:center;color:#fff;margin-top:12px;font-weight:700}.provider-profile__identity-rating span{color:#ffffff9e;font-size:.82rem;font-weight:400}.provider-profile__identity-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:18px 0;display:grid}.provider-profile__identity-stats div{text-align:center;background:#ffffff14;border-radius:12px;padding:12px 8px}.provider-profile__identity-stats strong{color:#fff;font-size:1.05rem;display:block}.provider-profile__identity-stats span{color:#ffffff9e;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.provider-profile__editor-card{padding:0;overflow:hidden}.provider-profile__feedback-card{border:1px solid var(--border);background:linear-gradient(135deg,#1d9e7514,#e1f5eebd);border-radius:16px;padding:18px}.provider-profile__feedback-header h3{color:var(--text);margin:0}.provider-profile__feedback-header p,.provider-profile__feedback-copy{color:var(--muted);margin:6px 0 0;line-height:1.6}.provider-profile__editor-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;display:flex}.provider-profile__editor-header h2,.provider-profile__section-head h2,.provider-profile__section-head h3{color:var(--text);margin:0}.provider-profile__editor-header p,.provider-profile__section-head p{color:var(--muted);margin:6px 0 0}.provider-profile__form-section{border-top:1px solid var(--border);padding:20px 22px}.provider-profile__photo-modal-backdrop{z-index:999;background:#00000073;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.provider-profile__photo-modal{border:1px solid var(--border);background:#fff;border-radius:16px;width:min(100%,480px);padding:18px;box-shadow:0 20px 45px #0003}.provider-profile__photo-modal h2{margin:0}.provider-profile__photo-modal p{color:var(--muted);margin:8px 0 14px}.provider-profile__photo-preview-wrap{border:2px solid var(--border);border-radius:50%;width:112px;height:112px;margin-top:6px;overflow:hidden}.provider-profile__photo-preview{object-fit:cover;width:100%;height:100%}.provider-profile__photo-error{color:#d63838;margin:10px 0 0;font-size:.85rem}.provider-profile__photo-modal-actions{gap:10px;margin-top:16px;display:flex}.provider-profile__toast{color:#fff;z-index:1001;border-radius:10px;padding:10px 14px;position:fixed;bottom:20px;right:20px;box-shadow:0 10px 20px #0003}.provider-profile__toast--success{background:#16774f}.provider-profile__toast--error{background:#b62b2b}.provider-profile__form-section:first-of-type{border-top:0}@media (width<=768px){.provider-profile__photo-modal{padding:16px}.provider-profile__photo-modal-actions{flex-direction:column}.provider-profile__photo-modal-actions .btn{width:100%}.provider-profile__toast{text-align:center;bottom:14px;left:16px;right:16px}}.provider-profile__section-head{justify-content:space-between;align-items:start;gap:16px;margin-bottom:16px;display:flex}.provider-profile__foundation-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.provider-profile__foundation-grid div{border:1px solid var(--border);background:#e1f5ee73;border-radius:12px;padding:14px 16px}.provider-profile__foundation-grid dt{color:var(--text);text-transform:uppercase;letter-spacing:.05em;font-size:.78rem;font-weight:700}.provider-profile__foundation-grid dd{color:var(--muted);margin:8px 0 0;font-weight:600}.provider-profile__form-grid{margin-top:0}@media (width<=1080px){.provider-profile__foundation-grid{grid-template-columns:1fr}.provider-profile__hero,.provider-profile__editor-header{flex-direction:column;align-items:flex-start}.provider-profile__hero-stats{justify-content:space-between;width:100%}}@media (width<=720px){.provider-profile__identity-card{padding:18px}.provider-profile__hero-stats{gap:12px}.provider-profile__hero-stat{flex:1}.provider-profile__form-section,.provider-profile__editor-header{padding:16px}}.provider-services-page{flex-direction:column;gap:16px;display:flex}.provider-services__header{background:linear-gradient(#e8f8f3eb,#fffffff5);border:1px solid #0f766e1f;border-radius:20px;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;padding:18px 22px;display:flex;box-shadow:0 14px 30px #0f172a0a}.provider-services__header h1{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:1.7rem;font-weight:800}.provider-services__header p{color:#4b5563;max-width:700px;margin:8px 0 0;line-height:1.6}.provider-services__workspace{background:linear-gradient(#fffffffa,#f4fcf9f5);border:1px solid #0f766e1f;border-radius:22px;overflow:hidden;box-shadow:0 20px 40px #0f172a0d}.provider-services__toolbar{justify-content:space-between;align-items:flex-start;gap:18px;padding:22px 22px 0;display:flex}.provider-services__toolbar h2{color:#0f172a;margin:0;font-size:1.2rem;font-weight:800}.provider-services__toolbar p{color:#4b5563;margin:8px 0 0}.provider-services__form{border-bottom:1px solid var(--border);padding:22px}.provider-services__form-grid{margin-top:0}.provider-services__list{gap:16px;padding:22px;display:grid}.provider-services__card{background:linear-gradient(#fff,#ecf9f4b8);border:1px solid #0f766e24;border-radius:18px;padding:18px;box-shadow:0 10px 24px #0f172a0a}.provider-services__card-toggle{color:#0f172a;cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:0;display:flex}.provider-services__card-toggle strong{font-size:1rem}.provider-services__card-toggle-meta{align-items:center;gap:8px;display:inline-flex}.provider-services__expand-icon{color:#0f766e;border:1px solid #0f766e33;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;font-size:.78rem;font-weight:800;transition:transform .16s;display:inline-flex}.provider-services__expand-icon--open{transform:rotate(180deg)}.provider-services__card-form{margin-top:14px;margin-bottom:18px}.provider-services__card-form-grid{margin-top:0}.field-readonly{color:var(--text);word-break:break-word;background:#e8f8f380;border:1px solid #0f766e1f;border-radius:8px;padding:10px 12px;font-size:.95rem;line-height:1.5;display:block}.field-readonly--textarea{white-space:pre-wrap;min-height:60px}.provider-services__card--inactive{opacity:.6;background:linear-gradient(#ffffffb3,#ebebeb80)}.provider-services__card--inactive .field-readonly{color:#666;background:#c8c8c84d}.provider-services__card-actions{justify-content:flex-end;gap:10px;margin-top:18px}.provider-services__cancel-button{min-width:110px}.provider-services__edit-button{color:#0f6e56;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:#1d9e7524;border:0;border-radius:999px;justify-content:center;align-items:center;min-width:92px;padding:6px 12px;font-size:.78rem;font-weight:800;display:inline-flex}.provider-services__delete-button{color:#b91c1c;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:#dc262624;border:0;border-radius:999px;justify-content:center;align-items:center;min-width:92px;padding:6px 12px;font-size:.78rem;font-weight:800;display:inline-flex}.provider-services__toggle-button{color:#1d4ed8;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:#3b82f61f;border:0;border-radius:999px;justify-content:center;align-items:center;min-width:92px;padding:6px 12px;font-size:.78rem;font-weight:800;display:inline-flex}.provider-services__toggle-button--activate{color:#166534;background:#22c55e24}.provider-services__toggle-button--deactivate{color:#b91c1c;background:#dc262624}.provider-services__toggle-button:disabled,.provider-services__delete-button:disabled,.provider-services__edit-button:disabled,.provider-services__edit-button:disabled{opacity:.7;cursor:not-allowed}.provider-services__card-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.provider-services__card-head h3{color:var(--text);margin:0}.provider-services__description{color:var(--muted);margin:14px 0 0;line-height:1.7}.input--error{border-color:#dc2626;box-shadow:0 0 0 1px #dc262614}.field-hint--error{color:#dc2626}@media (width<=720px){.provider-services__header,.provider-services__toolbar{flex-direction:column}.provider-services__form,.provider-services__list,.provider-services__toolbar{padding:16px}.provider-services__card-head{flex-direction:column}.provider-services__meta{grid-template-columns:1fr}}body.dark .provider-services__header,body.dark .provider-services__workspace,body.dark .provider-services__card{border-color:var(--border);background:var(--surface);box-shadow:var(--shadow)}body.dark .provider-services__header h1,body.dark .provider-services__toolbar h2,body.dark .provider-services__card-toggle{color:var(--text)}body.dark .provider-services__expand-icon{border-color:var(--border);color:var(--text)}body.dark .provider-services__header p,body.dark .provider-services__toolbar p{color:var(--muted)}.provider-availability{gap:18px}.provider-availability__hero{border-radius:20px}.provider-availability__hero-actions{align-items:center}.provider-availability__panel{background:linear-gradient(#fffffffa,#f4fcf9f5);border-radius:18px}.provider-availability__day-toggle-row{grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;margin-top:8px;display:grid}.provider-availability__day-cell{text-align:center;cursor:pointer;background:#ffffffeb;border:1px solid #0f766e29;border-radius:12px;padding:10px 8px;transition:border-color .18s,box-shadow .18s}.provider-availability__day-cell--selected{border-color:#0f766e80;box-shadow:0 8px 20px #0f172a14}.provider-availability__day-name{color:#4b5563;text-transform:uppercase;letter-spacing:.03em;margin-bottom:6px;font-size:.76rem;font-weight:700;display:block}.provider-availability__day-toggle{color:#475569;width:100%;font:inherit;cursor:pointer;background:#fff;border:1px solid #94a3b859;border-radius:999px;justify-content:space-between;align-items:center;gap:8px;padding:6px 10px;font-size:.78rem;font-weight:700;transition:all .18s;display:inline-flex}.provider-availability__day-toggle--on{color:#0f766e;background:#ecfdf5;border-color:#0d948866}.provider-availability__day-toggle--pending{color:#b45309;background:#fffbeb;border-color:#f59e0b59}.provider-availability__day-toggle-pill{background:#cbd5e1;border-radius:999px;width:34px;height:18px;transition:background .18s;position:relative}.provider-availability__day-toggle-knob{background:#fff;border-radius:999px;width:14px;height:14px;transition:transform .18s;position:absolute;top:2px;left:2px;box-shadow:0 1px 4px #0f172a33}.provider-availability__day-toggle--on .provider-availability__day-toggle-pill{background:#14b8a6}.provider-availability__day-toggle--on .provider-availability__day-toggle-knob{transform:translate(16px)}.provider-availability__editor-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.provider-time-field .MuiOutlinedInput-root{background:#fff;border-radius:10px;min-height:42px}.provider-time-field .MuiOutlinedInput-input{color:#0f172a;font-size:.92rem;font-weight:600}.provider-time-field .MuiIconButton-root{color:#1d9e75}.provider-availability__selection-summary{justify-content:space-between;align-items:center;gap:10px;margin-top:12px;display:flex}.provider-availability__selection-summary p{color:#4b5563;margin:0;font-size:.88rem;font-weight:600}.provider-availability__working-save-row{justify-content:flex-end;margin-top:14px}.provider-availability__preview-header{align-items:center}.provider-availability__preview-date-nav{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.provider-availability__preview-date-nav strong{color:#0f172a;font-size:.96rem}.provider-availability__slot-legend{color:#6b7280;flex-wrap:wrap;gap:16px;margin-top:8px;font-size:.84rem;display:flex}.provider-availability__slot-legend span{align-items:center;gap:7px;display:inline-flex}.provider-availability__dot{border-radius:999px;width:10px;height:10px;display:inline-block}.provider-availability__dot--available{background:#1d9e75}.provider-availability__dot--break{background:#9ca3af}.provider-availability__dot--limit{background:#f59e0b}.provider-availability__preview-note{color:#4b5563;margin:10px 0 0}.provider-availability__slot-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:14px;display:grid}.provider-availability__slot{text-align:center;border:1px solid #0f766e29;border-radius:9px;padding:10px 8px;font-size:.82rem;font-weight:600;line-height:1.35;transition:transform .18s,box-shadow .18s,border-color .18s}.provider-availability__slot--available{color:#065f46;background:linear-gradient(#fff,#ecfdf5);border-color:#1d9e7559;box-shadow:0 6px 14px #10b9811f}.provider-availability__slot--available:hover{border-color:#1d9e758c;transform:translateY(-1px);box-shadow:0 10px 22px #10b98133}.provider-availability__slot--break{color:#475569;background:repeating-linear-gradient(135deg,#f8fafc,#f8fafc 8px,#eef2f7 8px 16px);border-color:#64748b47;box-shadow:inset 0 1px #ffffffe6}.provider-availability__slot--limit{color:#b45309;background:#fff7ed}.provider-availability__empty-state{color:#6b7280;text-align:center;border:1px dashed #0f766e47;border-radius:12px;margin-top:14px;padding:16px}.provider-availability__pending-card{background:linear-gradient(160deg,#fffbebeb,#fffffffa);border-color:#f59e0b38}.provider-availability__pending-progress{flex-direction:column;gap:6px;display:flex}.provider-availability__pending-progress-track{background:#94a3b840;border-radius:999px;height:8px;overflow:hidden}.provider-availability__pending-progress-track span{background:linear-gradient(90deg,#14b8a6,#2dd4bf);border-radius:999px;height:100%;display:block}.provider-availability__pending-progress small{color:#64748b;font-weight:600}.provider-availability__pending-metrics{flex-wrap:wrap;gap:8px;margin-top:.6rem;display:flex}.provider-availability__pending-metrics span{color:#0f766e;background:#0f766e14;border-radius:999px;padding:4px 8px;font-size:.78rem;font-weight:700;display:inline-flex}.provider-availability__shortcut-row{justify-content:flex-end;margin-top:12px}.provider-availability__time-block-form{margin-top:10px}.provider-availability__time-block-list{gap:12px;margin-top:12px}.provider-availability__exception-form{margin-bottom:16px}.provider-availability__override-label{align-items:center;gap:6px;display:inline-flex}.provider-availability__info-trigger{color:#0f766e;cursor:help;background:0 0;border:0;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:1rem;display:inline-flex;position:relative}.provider-availability__info-trigger:focus-visible{outline-offset:2px;border-radius:999px;outline:2px solid #0f766e59}.provider-availability__info-tooltip{color:#fff;text-align:left;z-index:20;background:#0f172a;border-radius:8px;flex-direction:column;gap:6px;width:min(280px,100vw - 40px);padding:10px 12px;font-size:.78rem;font-weight:600;line-height:1.35;display:none;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 12px 28px #0f172a2e}.provider-availability__info-tooltip span{color:#fff;font-size:inherit;font-weight:inherit}.provider-availability__info-trigger:hover .provider-availability__info-tooltip,.provider-availability__info-trigger:focus .provider-availability__info-tooltip{display:flex}.provider-availability__exception-list{gap:12px}.provider-availability__exception-card{background:#ffffffeb;border:1px solid #0f766e1f;border-radius:14px}.provider-availability__exception-header strong{color:#0f172a;font-size:.96rem}.provider-availability__exception-reason{color:#4b5563;margin:4px 0 0;line-height:1.55}.provider-availability__exception-actions{margin-top:10px}.provider-availability__holiday-conflict-panel{background:#fff;border:1px solid #0f172a14}.provider-availability__holiday-warning-note{color:#9a3412;background:#fff7ed;border:1px solid #d9770659;border-left:4px solid #d97706;border-radius:8px;margin:.75rem 0 0;padding:.8rem .95rem;font-weight:700;line-height:1.45}.provider-availability__holiday-conflict-inline{background:#fcfefe;border:1px solid #0f172a14;border-radius:12px;margin:14px 0 16px;padding:14px}.provider-availability__holiday-conflict-inline--embedded{margin-top:12px}.provider-availability__holiday-conflict-summary{border-bottom:1px solid #0f766e1f;justify-content:space-between;align-items:center;gap:16px;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.provider-availability__holiday-conflict-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.provider-availability__holiday-conflict-card{background:#fff;border:1px solid #0f766e24;padding:12px}.provider-availability__holiday-booking-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.provider-availability__booking-checkbox{align-items:center;gap:8px;display:inline-flex}.provider-availability__booking-checkbox input{margin:0}.provider-availability__holiday-conflict-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:10px;display:flex}.provider-availability__holiday-conflict-inline-message{color:#0f766e;margin:.35rem 0 0;font-size:.9rem;font-weight:500}.provider-availability__holiday-conflict-summary p{margin:.35rem 0 0}.provider-availability__holiday-conflict-actions span{color:#0f766e;font-size:.9rem}.provider-availability__holiday-conflict-card input[type=checkbox]{margin-right:.45rem}.provider-availability__select-all-inline{color:#0f172a;align-items:center;gap:8px;margin:0 0 8px;font-weight:600;display:inline-flex}.provider-availability__select-all-inline input{margin:0}.field-error{color:#b91c1c;margin-top:6px;font-size:.86rem}.provider-availability__save-row{justify-content:flex-end;gap:8px}.provider-availability__sticky-actions{border-top:1px solid #0f172a14;margin-top:12px;padding-top:12px}.provider-availability__overflow-modal-overlay{z-index:1200;background:#0f172a80;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.provider-availability__overflow-modal{border:1px solid #f59e0b;width:min(920px,96vw);max-height:min(84vh,860px);overflow-y:auto}@media (width<=1180px){.provider-availability__editor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.provider-availability__slot-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){.provider-availability__day-toggle-row{grid-template-columns:repeat(4,minmax(0,1fr))}.provider-availability__slot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.provider-availability__hero-actions,.provider-availability__hero-actions .btn{width:100%}.provider-availability__day-toggle-row{grid-template-columns:repeat(3,minmax(0,1fr))}.provider-availability__selection-summary{flex-direction:column;align-items:flex-start}.provider-availability__editor-grid{grid-template-columns:1fr}.provider-availability__preview-date-nav,.provider-availability__preview-header{flex-direction:column;align-items:flex-start}.provider-availability__preview-date-nav,.provider-availability__preview-date-nav .btn{width:100%}.provider-availability__slot-grid{grid-template-columns:1fr}.provider-availability__shortcut-row{justify-content:stretch}.provider-availability__shortcut-row .btn,.provider-availability__save-row .btn{width:100%}.provider-availability__overflow-modal-overlay{align-items:flex-end;padding:10px}.provider-availability__overflow-modal{border-radius:14px;width:100%;max-height:88vh}}body.dark .provider-availability__panel,body.dark .provider-availability__day-cell,body.dark .provider-availability__holiday-conflict-card{border-color:var(--border);background:var(--surface)}body.dark .provider-availability__day-name,body.dark .provider-availability__selection-summary p,body.dark .provider-availability__preview-note,body.dark .provider-availability__slot-legend{color:var(--muted)}body.dark .provider-availability__preview-date-nav strong,body.dark .provider-time-field .MuiOutlinedInput-input{color:var(--text)}body.dark .provider-availability__day-toggle{background:color-mix(in srgb, var(--surface) 92%, transparent);color:var(--text);border-color:var(--border)}.provider-reviews__hero,.provider-reviews__distribution{margin-bottom:1rem}.provider-reviews__distribution-list{gap:.6rem;display:grid}.provider-reviews__distribution-row{grid-template-columns:52px 1fr 36px;align-items:center;gap:.5rem;display:grid}.provider-reviews__distribution-label,.provider-reviews__distribution-value{color:var(--muted);font-weight:700}.provider-reviews__distribution-track{background:color-mix(in srgb, var(--border) 60%, transparent);border-radius:999px;height:10px;overflow:hidden}.provider-reviews__distribution-fill{background:linear-gradient(90deg, var(--accent), #f59e0b);border-radius:999px;height:100%;display:block}.provider-reviews__summary-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.8rem;margin-bottom:1rem;display:grid}.provider-reviews__list{gap:.8rem;display:grid}.provider-reviews__item{background:#fff;border:1px solid #0f172a29;border-radius:18px;gap:.8rem;padding:1rem;display:grid;box-shadow:0 14px 28px #0f172a0f}.provider-reviews__item-head{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.provider-reviews__item-head h3{margin:0}.provider-reviews__item-head p{color:var(--muted);margin:.2rem 0 0}.provider-reviews__rating-block{flex-direction:column;align-items:flex-end;gap:.15rem;display:flex}.provider-reviews__rating-block span{color:#f59e0b;letter-spacing:.08em;font-size:.95rem}.provider-reviews__comment{color:var(--text);margin:0;line-height:1.45}.provider-reviews__date{color:var(--muted)}.provider-reviews__sort{color:var(--muted);gap:.35rem;font-size:.85rem;display:grid}.provider-reviews__sort select{border:1px solid var(--border);background:var(--surface);min-width:220px;color:var(--text);border-radius:8px;padding:.45rem .6rem}.provider-reviews__photos{flex-wrap:wrap;gap:.5rem;display:flex}.provider-reviews__photo-link{display:inline-flex}.provider-reviews__photo{object-fit:cover;border:1px solid var(--border);width:56px;height:56px;box-shadow:var(--shadow);border-radius:10px}.provider-reviews__actions{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.75rem;display:flex}.provider-reviews__reply-action{min-width:110px}.provider-reviews__report-actions{align-items:center;gap:.5rem;display:flex}.provider-reviews__replied-tag{color:#166534;font-size:.85rem;font-weight:700}.provider-reviews__report-field span{color:var(--muted);font-size:.82rem;font-weight:700}.provider-reviews__report-field textarea{resize:vertical;border:1px solid var(--border);background:var(--surface);min-height:68px;color:var(--text);border-radius:10px;padding:.5rem .6rem}.provider-reviews__reply-form{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 85%, white);border-radius:10px;gap:.5rem;padding:.75rem;display:grid}.provider-reviews__reply-field{gap:.35rem;display:grid}.provider-reviews__reply-field span{color:var(--muted);font-size:.82rem;font-weight:700}.provider-reviews__reply-field textarea{resize:vertical;border:1px solid var(--border);background:var(--surface);min-height:80px;color:var(--text);border-radius:10px;padding:.5rem .6rem}.provider-reviews__reply-form-footer{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.provider-reviews__reply-form-buttons{align-items:center;gap:.55rem;display:flex}.provider-reviews__counter{color:var(--muted);font-size:.8rem;font-weight:600}.provider-reviews__counter--limit{color:#b91c1c}.provider-reviews__reply-box{background:linear-gradient(#f2fbf5 0%,#fff 100%);border:1px solid #10b98157;border-radius:18px;gap:.65rem;padding:1rem;display:grid;box-shadow:0 16px 32px #10b98114}.provider-reviews__reply-label{color:#047857;margin:0;font-size:.85rem;font-weight:700}.provider-reviews__reply-meta{color:#1f2937;margin:0;font-size:.86rem;font-weight:700}.provider-reviews__reply-message{color:#111827;margin:0;line-height:1.65}.provider-reviews__reply-date{color:var(--muted)}.provider-reviews__modal-backdrop{z-index:60;background:#0f172aad;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.provider-reviews__report-modal{background:var(--surface);border:1px solid var(--border);border-radius:18px;width:min(520px,100%);padding:1.2rem 1.25rem;box-shadow:0 22px 60px #0f172a29}.provider-reviews__modal-header{gap:.35rem;margin-bottom:.75rem;display:grid}.provider-reviews__modal-subtitle{color:var(--muted);margin:0;font-size:.95rem;line-height:1.5}.provider-reviews__report-modal-field{gap:.35rem;display:grid}.provider-reviews__report-modal-field span{color:var(--muted);font-size:.85rem;font-weight:700}.provider-reviews__report-modal-field textarea{resize:vertical;border:1px solid var(--border);background:var(--surface);width:100%;min-height:140px;color:var(--text);border-radius:12px;padding:.85rem}.provider-reviews__report-modal-footer{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.provider-reviews__modal-error{margin-top:.75rem}@media (width<=720px){.provider-reviews__actions{flex-direction:column;align-items:stretch}.provider-reviews__sort select{width:100%;min-width:0}}
