:root {
  --ink: #101713;
  --muted: #657067;
  --paper: #f4f4ed;
  --card: #fffefa;
  --line: #dfe2d8;
  --lime: #cbff65;
  --lime-dark: #a8e237;
  --orange: #ff7548;
  --shadow: 0 28px 70px rgba(20, 34, 24, 0.12);
  color-scheme: light;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: var(--paper); }
button, input { font: inherit; }
button { color: inherit; }
button:focus-visible, input:focus-visible, a:focus-visible { outline: 3px solid #3f6f16; outline-offset: 3px; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 99; padding: .7rem 1rem; border-radius: 999px; background: var(--ink); color: white; text-decoration: none; }
.skip-link:focus { top: 1rem; }

.topbar { min-height: 82px; padding: 0 clamp(20px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(16, 23, 19, .12); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; color: var(--ink); font-size: 21px; font-weight: 850; letter-spacing: -.7px; text-decoration: none; }
.brand > span:last-child span { color: #77a82f; }
.brand-mark { width: 28px; height: 28px; display: flex; gap: 3px; align-items: end; padding: 5px; border-radius: 9px; background: var(--ink); }
.brand-mark i { display: block; width: 4px; background: var(--lime); border-radius: 4px; transform: rotate(14deg); }
.brand-mark i:nth-child(1) { height: 8px; }.brand-mark i:nth-child(2) { height: 14px; }.brand-mark i:nth-child(3) { height: 18px; }
.view-switch { display: inline-flex; gap: 3px; padding: 4px; background: #e6e8df; border-radius: 999px; }
.view-button { border: 0; padding: 9px 18px; border-radius: 999px; background: transparent; color: #647068; cursor: pointer; font-size: 13px; font-weight: 750; }
.view-button.is-active { background: var(--card); color: var(--ink); box-shadow: 0 2px 9px rgba(20, 30, 22, .1); }
.demo-badge { justify-self: end; display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.demo-badge span { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(255, 117, 72, .15); }

.view { min-height: calc(100vh - 82px); }
.booking-shell { min-height: calc(100vh - 140px); padding: clamp(36px, 6vw, 92px) clamp(20px, 7vw, 112px); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .82fr); gap: clamp(50px, 8vw, 130px); align-items: center; position: relative; overflow: hidden; }
.booking-shell::before { content: ""; position: absolute; width: 430px; height: 430px; left: -230px; top: 10%; border: 1px solid #d7dccd; border-radius: 50%; box-shadow: 0 0 0 68px var(--paper), 0 0 0 69px #e1e4d9, 0 0 0 138px var(--paper), 0 0 0 139px #e5e7df; pointer-events: none; }
.intro { position: relative; z-index: 1; }
.eyebrow { display: inline-flex; padding: 8px 12px; border: 1px solid #cdd3c4; border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.intro h1 { max-width: 800px; margin: 24px 0 20px; font-size: clamp(42px, 5.3vw, 78px); line-height: .98; letter-spacing: -.065em; font-weight: 830; }
.intro h1 em { color: #719b34; font-style: normal; }
.intro > p { max-width: 610px; margin: 0; color: var(--muted); font-size: clamp(16px, 1.4vw, 20px); line-height: 1.55; }
.proof-row { display: flex; gap: clamp(26px, 4vw, 58px); margin-top: 40px; }
.proof-row div { display: grid; gap: 3px; }
.proof-row strong { font-size: 19px; letter-spacing: -.04em; }
.proof-row span { color: var(--muted); font-size: 12px; }
.location-card { max-width: 520px; margin-top: 38px; display: flex; align-items: center; gap: 13px; padding: 15px 17px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,250,.68); backdrop-filter: blur(8px); }
.location-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--ink); color: var(--lime); font-size: 23px; }
.location-card div { display: grid; gap: 2px; }
.location-card div span { color: var(--muted); font-size: 12px; }
.status-dot { margin-left: auto; color: #4f7e1c; font-size: 11px; font-weight: 800; text-transform: uppercase; }

.booking-card { position: relative; z-index: 2; min-height: 540px; padding: clamp(24px, 3vw, 36px); border: 1px solid rgba(16, 23, 19, .12); border-radius: 28px; background: var(--card); box-shadow: var(--shadow); }
.card-heading { display: flex; justify-content: space-between; gap: 20px; align-items: end; }
.step-count { color: #849079; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.card-heading h2 { margin: 7px 0 0; font-size: clamp(24px, 2.2vw, 32px); letter-spacing: -.045em; }
.reset-button { border: 0; background: transparent; color: #72806e; text-decoration: underline; cursor: pointer; }
.progress { height: 4px; margin: 24px 0 28px; overflow: hidden; border-radius: 8px; background: #eceee7; }
.progress span { display: block; width: 25%; height: 100%; border-radius: inherit; background: var(--lime-dark); transition: width .35s ease; }
.booking-stage { animation: reveal .3s ease both; }
.option-list { display: grid; gap: 11px; }
.option { width: 100%; min-height: 74px; padding: 14px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; border: 1px solid var(--line); border-radius: 16px; background: transparent; text-align: left; cursor: pointer; transition: border-color .2s, transform .2s, background .2s; }
.option:hover { border-color: #9cb879; background: #f8faef; transform: translateY(-1px); }
.option-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: #eef0e7; font-size: 17px; }
.option-copy { display: grid; gap: 4px; }
.option-copy strong { font-size: 14px; }
.option-copy span { color: var(--muted); font-size: 12px; }
.option-price { font-size: 13px; font-weight: 800; }
.staff-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.staff-option { padding: 18px 12px; display: grid; justify-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 17px; background: transparent; cursor: pointer; }
.staff-option:hover { border-color: #8bae5f; background: #f8faef; }
.avatar { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; color: white; font-size: 17px; font-weight: 800; }
.avatar.a { background: linear-gradient(135deg, #6e8f7f, #273c31); }.avatar.b { background: linear-gradient(135deg, #d8886f, #693f36); }
.staff-option span { color: var(--muted); font-size: 11px; }
.date-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; }
.date-button { padding: 10px 4px; display: grid; gap: 4px; justify-items: center; border: 1px solid var(--line); border-radius: 13px; background: transparent; cursor: pointer; }
.date-button strong { font-size: 15px; }.date-button span { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.date-button.is-selected { border-color: var(--ink); background: var(--ink); color: white; }.date-button.is-selected span { color: #bdc5bc; }
.time-label { margin: 22px 0 10px; color: var(--muted); font-size: 11px; text-transform: uppercase; font-weight: 800; }
.time-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.time-button { padding: 12px 5px; border: 1px solid var(--line); border-radius: 11px; background: transparent; cursor: pointer; font-weight: 750; }
.time-button:hover { border-color: #7fa14f; background: #f3f9e8; }
.summary-box { display: grid; gap: 13px; padding: 17px; border-radius: 17px; background: #f0f2ea; }
.summary-line { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 12px; }.summary-line strong { color: var(--ink); text-align: right; }
.field { margin-top: 18px; display: grid; gap: 7px; }.field label { font-size: 12px; font-weight: 750; }.field input { min-height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.confirm-button { width: 100%; margin-top: 18px; min-height: 51px; border: 0; border-radius: 13px; background: var(--lime); cursor: pointer; font-weight: 850; box-shadow: inset 0 -2px rgba(0,0,0,.08); }
.success-state { min-height: 365px; display: grid; align-content: center; justify-items: center; text-align: center; }
.success-icon { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font-size: 30px; }
.success-state h3 { margin: 20px 0 8px; font-size: 27px; letter-spacing: -.04em; }.success-state p { max-width: 340px; margin: 0; color: var(--muted); line-height: 1.5; }.success-state button { margin-top: 22px; border: 0; background: transparent; text-decoration: underline; cursor: pointer; }
.client-strip { min-height: 58px; padding: 0 clamp(20px, 7vw, 112px); display: flex; align-items: center; gap: 22px; border-top: 1px solid var(--line); color: #758076; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; overflow: hidden; white-space: nowrap; }
.client-strip strong { color: #303933; }.client-strip i { width: 3px; height: 3px; border-radius: 50%; background: #aeb5ac; }

/* Dashboard */
.dashboard-shell { min-height: calc(100vh - 82px); display: grid; grid-template-columns: 230px 1fr; }
.sidebar { padding: 32px 20px 22px; display: flex; flex-direction: column; border-right: 1px solid var(--line); background: #f0f1e9; }
.workspace { display: flex; align-items: center; gap: 11px; padding: 0 8px 30px; }.workspace > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: var(--ink); color: var(--lime); font-weight: 850; }.workspace div { display: grid; gap: 2px; }.workspace small { color: var(--muted); }
.sidebar nav { display: grid; gap: 5px; }.nav-item { width: 100%; min-height: 43px; padding: 0 11px; display: flex; gap: 11px; align-items: center; border: 0; border-radius: 11px; background: transparent; color: #626d64; cursor: pointer; text-align: left; }.nav-item.is-active { background: var(--card); color: var(--ink); box-shadow: 0 5px 18px rgba(20,30,22,.07); }.nav-item b { margin-left: auto; min-width: 23px; padding: 3px 6px; border-radius: 999px; background: var(--lime); color: var(--ink); font-size: 10px; text-align: center; }
.sidebar-note { margin-top: auto; padding: 14px; border: 1px solid #d4d8cc; border-radius: 13px; }.sidebar-note span { display: inline-block; padding: 3px 7px; border-radius: 999px; background: #dfe4d5; font-size: 9px; font-weight: 850; text-transform: uppercase; }.sidebar-note p { margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.dashboard-main { padding: clamp(26px, 4vw, 52px); overflow: hidden; }
.dashboard-header { display: flex; align-items: end; justify-content: space-between; gap: 20px; }.date-label { color: var(--muted); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }.dashboard-header h2 { margin: 6px 0 0; font-size: clamp(25px, 3vw, 38px); letter-spacing: -.05em; }.primary-small { min-height: 42px; padding: 0 17px; border: 0; border-radius: 12px; background: var(--ink); color: white; cursor: pointer; font-size: 12px; font-weight: 750; }
.stats-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }.stat-card { min-height: 137px; padding: 19px; display: grid; align-content: space-between; border: 1px solid var(--line); border-radius: 17px; background: var(--card); }.stat-card.accent { background: var(--lime); border-color: var(--lime-dark); }.stat-card > span { color: var(--muted); font-size: 11px; font-weight: 700; }.stat-card.accent > span { color: #405022; }.stat-card strong { font-size: clamp(23px, 2.6vw, 34px); letter-spacing: -.05em; }.stat-card small { color: #778078; font-size: 10px; }
.dashboard-grid { margin-top: 16px; display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(260px, .8fr); gap: 16px; }.schedule-panel, .insight-panel { border: 1px solid var(--line); border-radius: 18px; background: var(--card); }.schedule-panel { padding: 22px; }.panel-heading { display: flex; align-items: center; justify-content: space-between; }.panel-heading > div:first-child { display: grid; gap: 3px; }.panel-heading span { color: var(--muted); font-size: 10px; text-transform: uppercase; }.panel-heading h3 { margin: 0; font-size: 20px; }.staff-filter { padding: 8px 10px; border: 1px solid var(--line); border-radius: 10px; color: var(--muted); font-size: 10px; }.staff-filter span { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--lime-dark); }
.timeline { margin-top: 20px; display: grid; gap: 7px; }.appointment { min-height: 48px; display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 10px; }.appointment > time { color: var(--muted); font-size: 11px; }.appointment-body { padding: 10px 12px; display: flex; align-items: center; gap: 10px; border-left: 3px solid var(--tone, #89ac59); border-radius: 8px; background: #f2f4ed; }.appointment-body div { display: grid; gap: 2px; }.appointment-body strong { font-size: 11px; }.appointment-body span { color: var(--muted); font-size: 9px; }.appointment > small { color: #6a746b; font-size: 9px; }
.insight-panel { padding: 23px; position: relative; overflow: hidden; background: var(--ink); color: white; }.insight-panel::after { content: ""; position: absolute; width: 170px; height: 170px; right: -72px; top: -75px; border: 1px solid rgba(203,255,101,.2); border-radius: 50%; box-shadow: 0 0 0 28px rgba(203,255,101,.04); }.insight-label { color: var(--lime); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }.spark { margin-top: 28px; color: var(--lime); font-size: 28px; }.insight-panel h3 { max-width: 260px; margin: 11px 0 9px; font-size: 20px; line-height: 1.15; }.insight-panel p { color: #aeb8b0; font-size: 11px; line-height: 1.5; }.insight-panel button { margin-top: 7px; padding: 10px 13px; border: 1px solid #617058; border-radius: 10px; background: transparent; color: white; cursor: pointer; font-size: 10px; }.mini-chart { height: 85px; margin-top: 24px; display: flex; align-items: end; gap: 6px; border-bottom: 1px solid #39433c; }.mini-chart span { flex: 1; height: var(--height); border-radius: 4px 4px 0 0; background: #344139; }.mini-chart span.active { background: var(--lime); }.chart-days { display: flex; justify-content: space-between; margin-top: 7px; color: #78837b; font-size: 8px; }
.toast { position: fixed; z-index: 100; right: 22px; bottom: 22px; max-width: min(380px, calc(100vw - 44px)); padding: 13px 16px; border-radius: 12px; background: var(--ink); color: white; box-shadow: 0 15px 40px rgba(0,0,0,.25); font-size: 12px; transform: translateY(30px); opacity: 0; pointer-events: none; transition: .25s ease; }.toast.is-visible { transform: translateY(0); opacity: 1; }

/* Deeper product views */
.dashboard-page { grid-column: 2; grid-row: 1; min-width: 0; }
.toolbar { margin-top: 27px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.search-box { min-width: min(360px, 48vw); min-height: 43px; padding: 0 13px; display: flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 12px; background: var(--card); color: var(--muted); }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 12px; }
.search-box.compact { min-width: 190px; min-height: 37px; }
.filter-pills { display: flex; padding: 3px; border-radius: 10px; background: #e8eae3; }
.filter-pills button { padding: 7px 12px; border: 0; border-radius: 8px; background: transparent; color: var(--muted); cursor: pointer; font-size: 10px; font-weight: 750; }
.filter-pills button.is-active { background: var(--card); color: var(--ink); box-shadow: 0 2px 7px rgba(0,0,0,.08); }
.table-panel { margin-top: 16px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--card); }
.table-title { display: flex; align-items: center; justify-content: space-between; gap: 16px; }.table-title > div { display: grid; gap: 3px; }.table-title span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }.table-title h3 { margin: 0; font-size: 20px; }.live-label { display: inline-flex; align-items: center; gap: 6px; }.live-label i { width: 6px; height: 6px; border-radius: 50%; background: #74a937; }
.booking-table { margin-top: 17px; display: grid; }.booking-row { min-height: 63px; padding: 8px 5px; display: grid; grid-template-columns: 70px minmax(140px, 1.1fr) minmax(150px, 1.4fr) 110px 95px 24px; gap: 12px; align-items: center; border-top: 1px solid #eceee7; font-size: 11px; }.booking-row:first-child { border-top: 0; }.booking-row time { font-weight: 800; }.booking-row .client-cell { display: flex; align-items: center; gap: 8px; }.booking-row .client-cell span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: #eaf0df; font-size: 9px; font-weight: 800; }.booking-row small { color: var(--muted); }.booking-row .confirmed { width: max-content; padding: 5px 7px; border-radius: 999px; background: #edf5e5; color: #5f7b3c; font-size: 8px; font-weight: 800; text-transform: uppercase; }.booking-row button { border: 0; background: transparent; cursor: pointer; }
.client-stats { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }.client-stats > div { min-height: 120px; padding: 18px; display: grid; align-content: space-between; border: 1px solid var(--line); border-radius: 16px; background: var(--card); }.client-stats span { color: var(--muted); font-size: 10px; }.client-stats strong { font-size: 28px; letter-spacing: -.05em; }.client-stats small { color: #739048; font-size: 9px; }
.people-list { margin-top: 15px; display: grid; }.people-list article { min-height: 68px; padding: 9px 5px; display: grid; grid-template-columns: auto 1fr auto auto; gap: 12px; align-items: center; border-top: 1px solid #eceee7; }.people-list article:first-child { border-top: 0; }.person-avatar { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 12px; font-size: 10px; font-weight: 850; }.person-avatar.green { background: #e6f0db; }.person-avatar.coral { background: #f6e2da; }.person-avatar.blue { background: #ddebed; }.person-avatar.sand { background: #eee9da; }.people-list article > div { display: grid; gap: 3px; }.people-list strong { font-size: 11px; }.people-list small { color: var(--muted); font-size: 9px; }.people-list b { font-size: 11px; }.people-list button { width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 9px; background: transparent; cursor: pointer; }
.service-admin-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }.service-admin-grid article { min-height: 270px; padding: 18px; display: grid; align-content: start; justify-items: start; border: 1px solid var(--line); border-radius: 17px; background: var(--card); }.service-admin-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: #edf0e7; }.enabled-dot { margin-top: 18px; color: #65813e; font-size: 8px; font-weight: 850; text-transform: uppercase; }.enabled-dot::before { content: ""; width: 5px; height: 5px; margin-right: 5px; display: inline-block; border-radius: 50%; background: #82b542; }.service-admin-grid h3 { margin: 9px 0 5px; font-size: 15px; line-height: 1.2; }.service-admin-grid p { margin: 0; color: var(--muted); font-size: 9px; }.service-admin-grid strong { margin-top: 22px; font-size: 17px; }.service-admin-grid button { margin-top: auto; padding: 0; border: 0; background: transparent; text-decoration: underline; cursor: pointer; font-size: 10px; }.service-admin-grid .service-add-card { place-items: center; align-content: center; border-style: dashed; text-align: center; background: transparent; }.service-add-card > div { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-size: 20px; }.service-add-card p { max-width: 150px; }.service-add-card button { margin-top: 17px; }
.automation-banner { margin-top: 16px; padding: 20px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 17px; border-radius: 17px; background: var(--ink); color: white; }.automation-banner .spark { margin: 0; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: #283329; }.automation-banner div:nth-child(2) { display: grid; gap: 4px; }.automation-banner span { color: var(--lime); font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }.automation-banner h3 { margin: 0; font-size: 15px; }.automation-banner p { margin: 0; color: #9fa9a1; font-size: 9px; }.automation-banner button { padding: 10px 13px; border: 1px solid #667063; border-radius: 10px; background: transparent; color: white; cursor: pointer; font-size: 10px; }

@keyframes reveal { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .booking-shell { grid-template-columns: 1fr; gap: 44px; padding-top: 50px; }
  .intro h1 { max-width: 760px; }.booking-card { width: min(100%, 620px); }.stats-grid { grid-template-columns: 1fr 1fr; }.dashboard-grid { grid-template-columns: 1fr; }.insight-panel { min-height: 330px; }
}

@media (max-width: 700px) {
  .topbar { min-height: 68px; padding: 0 16px; grid-template-columns: 1fr auto; }.brand { font-size: 18px; }.brand-mark { width: 25px; height: 25px; }.demo-badge { display: none; }.view-switch { justify-self: end; }.view-button { padding: 7px 12px; font-size: 11px; }
  .view { min-height: calc(100vh - 68px); }.booking-shell { min-height: auto; padding: 36px 16px 55px; }.booking-shell::before { display: none; }.intro h1 { margin-top: 19px; font-size: clamp(40px, 13vw, 58px); }.intro > p { font-size: 15px; }.proof-row { gap: 25px; margin-top: 28px; }.proof-row div:last-child { display: none; }.location-card { margin-top: 28px; }.booking-card { min-height: 510px; padding: 22px 16px; border-radius: 22px; }.staff-list { grid-template-columns: 1fr 1fr; }.client-strip { padding: 0 16px; }
  .dashboard-shell { display: block; }.sidebar { display: none; }.dashboard-main { padding: 27px 15px 60px; }.dashboard-header { align-items: center; }.dashboard-header h2 { font-size: 26px; }.primary-small { width: 42px; overflow: hidden; padding: 0; white-space: nowrap; color: transparent; position: relative; }.primary-small::after { content: "+"; color: white; font-size: 22px; position: absolute; inset: 0; display: grid; place-items: center; }.stats-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 7px; }.stat-card { min-width: 190px; scroll-snap-align: start; }.schedule-panel { padding: 17px 13px; }.staff-filter { display: none; }.appointment { grid-template-columns: 42px 1fr; }.appointment > small { display: none; }
  .dashboard-page { grid-column: auto; grid-row: auto; }.toolbar { align-items: stretch; flex-direction: column; }.search-box { min-width: 100%; }.filter-pills { width: max-content; }.table-panel { padding: 17px 12px; overflow: hidden; }.booking-table { overflow-x: auto; }.booking-row { width: 700px; }.client-stats { display: flex; overflow-x: auto; }.client-stats > div { min-width: 180px; }.table-title .search-box { display: none; }.people-list article { grid-template-columns: auto 1fr auto; }.people-list article > b { display: none; }.service-admin-grid { grid-template-columns: 1fr 1fr; }.service-admin-grid article { min-height: 230px; }.automation-banner { grid-template-columns: auto 1fr; }.automation-banner button { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
