/* Aliases onto style.css's actual root tokens — this file was written
   against a --line/--muted/--mono/--sans/--display naming convention that
   was never defined anywhere, so every border and font-family below that
   used them was silently no-oping (falling back to `none`/inherited) on
   every member-service page. Defining them here fixes that everywhere at
   once, with no changes needed to the rules that already reference them. */
:root {
  --line: var(--border-soft);
  --muted: var(--text-dim);
  --mono: "IBM Plex Mono", monospace;
  --sans: "IBM Plex Sans", sans-serif;
  --display: "Sora", sans-serif;
}

.member-service-page { padding: 2.5rem 0 5rem; }
.member-service-head { display: flex; justify-content: space-between; gap: 1.5rem; align-items: flex-start; margin-bottom: 1.5rem; }
.member-service-head h1 { margin-bottom: .45rem; }
.member-service-head p { max-width: 720px; }
.member-service-actions { display: flex; flex-wrap: wrap; gap: .65rem; }
#openWebsitePending { opacity: .55; cursor: default; pointer-events: none; }
.member-service-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); margin-bottom: 1.25rem; }
.member-service-summary > div { padding: 1rem 1.15rem; border-right: 1px solid var(--line); }
.member-service-summary > div:last-child { border-right: 0; }
.member-service-summary span { display: block; color: var(--muted); font-family: var(--mono); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.member-service-summary strong { display: block; margin-top: .35rem; font-size: 1.15rem; }
.member-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.member-service-panel { border: 1px solid var(--line); background: var(--surface); padding: 1.25rem; }
.member-service-panel--wide { grid-column: 1 / -1; }
.member-service-panel h2 { margin: .35rem 0 .65rem; }
.member-service-list { display: grid; gap: .65rem; margin-top: 1rem; }
.member-service-row { display: flex; justify-content: space-between; gap: 1rem; padding: .75rem 0; border-top: 1px solid var(--line); }
.member-service-row span { color: var(--muted); }
.member-service-preview { min-height: 220px; display: grid; place-items: center; border: 1px dashed var(--line); background: var(--bg); color: var(--muted); text-align: center; padding: 2rem; }
.member-service-gate { padding: 5rem 0; text-align: center; }
.member-service-gate p { margin: .75rem auto 1.25rem; max-width: 620px; }
.mini-pipeline { display: grid; grid-template-columns: repeat(4, minmax(190px, 1fr)); gap: .75rem; overflow-x: auto; }
.mini-pipeline__stage { min-width: 190px; border: 1px solid var(--line); padding: .75rem; background: var(--bg); }
.mini-pipeline__stage h3 { font-family: var(--mono); font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; }
.mini-lead { margin-top: .6rem; padding: .7rem; border: 1px solid var(--line); background: var(--surface); }
.mini-lead strong, .mini-lead span { display: block; }
.mini-lead span { color: var(--muted); font-size: .82rem; margin-top: .25rem; }
.service-app-shell { min-height: 100vh; display: grid; grid-template-columns: 230px minmax(0, 1fr); background: var(--bg); }
.service-app-sidebar { border-right: 1px solid var(--line); padding: 1.4rem 1rem; background: var(--surface); }
.service-app-brand { display: flex; align-items: center; gap: .7rem; margin-bottom: 2rem; font-family: var(--display); font-size: 1.15rem; color: var(--gold); text-decoration: none; }
.service-app-brand img { width: 2.15rem; height: 2.15rem; border-radius: .55rem; display: block; }
.service-app-nav { display: grid; gap: .35rem; }
.service-app-nav button, .service-app-nav a { width: 100%; text-align: left; border: 0; background: transparent; color: var(--muted); padding: .75rem; text-decoration: none; font-family: var(--sans); cursor: pointer; }
.service-app-nav .is-active, .service-app-nav button:hover, .service-app-nav a:hover { background: color-mix(in srgb, var(--gold) 12%, transparent); color: var(--text); }

.crm-ai-link { display: flex !important; align-items: center; justify-content: space-between; gap: .5rem; }
.crm-ai-lockbadge {
  font-family: var(--mono); font-size: .68rem; text-transform: uppercase; letter-spacing: .04em;
  padding: .15rem .5rem; border: 1px solid var(--line); color: var(--muted); white-space: nowrap;
}
.crm-ai-link[data-locked="true"] .crm-ai-lockbadge::before { content: "Locked"; }
.crm-ai-link[data-locked="true"]:hover .crm-ai-lockbadge::before { content: "Unlock"; }
.crm-ai-link[data-locked="true"]:hover .crm-ai-lockbadge { border-color: var(--gold); color: var(--gold); }
.crm-ai-link[data-locked="false"] .crm-ai-lockbadge { display: none; }

.service-app-main { min-width: 0; padding: 1.6rem; }
.crm-status { min-height: 1.2rem; margin: -.5rem 0 1rem; font-size: .85rem; color: var(--muted); }
.crm-panel__hint { color: var(--muted); font-size: .9rem; margin-bottom: 1rem; }
.crm-subhead { font-family: var(--mono); font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin: 1.5rem 0 .6rem; }
.crm-subhead:first-of-type { margin-top: 0; }

.crm-form { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: .6rem; margin-top: 1rem; }
.crm-form input, .crm-form select { border: 1px solid var(--line); background: var(--bg); color: var(--text); padding: .6rem .7rem; font-family: var(--sans); }
.crm-form button { grid-column: -2 / -1; }
@media (max-width: 640px) { .crm-form button { grid-column: 1 / -1; } }

.crm-badge {
  display: inline-block; font-family: var(--mono); font-size: .68rem; text-transform: uppercase; letter-spacing: .04em;
  padding: .15rem .5rem; border: 1px solid var(--line); color: var(--muted); margin-left: .5rem; vertical-align: middle;
}
.crm-badge--done { border-color: color-mix(in srgb, #6fbf73 50%, var(--line)); color: #6fbf73; }
.crm-badge--overdue { border-color: color-mix(in srgb, #e07a6b 50%, var(--line)); color: #e07a6b; }

.crm-row-actions { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; }
.crm-link-btn { background: transparent; border: 0; color: var(--muted); cursor: pointer; font-family: var(--sans); font-size: .85rem; padding: .3rem; text-decoration: underline; }
.crm-link-btn:hover { color: var(--text); }
.crm-link-btn--danger:hover { color: #e07a6b; }

.crm-bars { display: grid; gap: .85rem; margin-top: .5rem; }
.crm-bar__label { display: flex; justify-content: space-between; font-size: .88rem; margin-bottom: .3rem; }
.crm-bar__track { height: .4rem; background: var(--line); overflow: hidden; }
.crm-bar__track span { display: block; height: 100%; background: var(--gold); }
.service-app-topbar { display: flex; justify-content: space-between; gap: 1rem; align-items: center; margin-bottom: 1.5rem; }
.service-app-topbar h1 { margin: 0; font-size: clamp(1.7rem, 4vw, 2.4rem); }
.service-app-tools { display: flex; flex-wrap: wrap; gap: .55rem; }
.crm-stats { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: .8rem; margin-bottom: 1rem; }
.crm-stat { border: 1px solid var(--line); background: var(--surface); padding: 1rem; }
.crm-stat span { display: block; color: var(--muted); font-family: var(--mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; }
.crm-stat strong { display: block; margin-top: .35rem; font-size: 1.3rem; }
.crm-board-pro { display: grid; grid-template-columns: repeat(4,minmax(230px,1fr)); gap: .8rem; overflow-x: auto; padding-bottom: 1rem; }
.crm-column { min-width: 230px; border: 1px solid var(--line); background: color-mix(in srgb,var(--surface) 90%,transparent); padding: .75rem; }
.crm-column__head { display: flex; justify-content: space-between; gap: .5rem; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: .7rem; }
.crm-column__head h2 { margin: 0; font-family: var(--mono); font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; }
.crm-column__head span { color: var(--gold); font-family: var(--mono); }
.crm-column__total { color: var(--muted); font-family: var(--mono); font-size: .75rem; margin: .6rem 0; }
.crm-column__empty { min-height: 90px; display: grid; place-items: center; padding: 1rem .6rem; border: 1px dashed var(--line); color: var(--muted); text-align: center; font-size: .82rem; }
.crm-column:has(.crm-deal) .crm-column__empty { display: none; }
.crm-deal { background: var(--bg); border: 1px solid var(--line); padding: .8rem; margin-top: .6rem; }
.crm-deal__top, .crm-deal__bottom { display: flex; justify-content: space-between; gap: .5rem; }
.crm-deal p { margin: .35rem 0 .7rem; color: var(--muted); font-size: .85rem; }
.crm-deal__bottom { border-top: 1px solid var(--line); padding-top: .55rem; font-family: var(--mono); font-size: .72rem; color: var(--muted); }
.crm-deal__value { color: var(--text); font-weight: 700; }
.crm-add-deal { width: 100%; border: 1px dashed var(--line); background: transparent; color: var(--muted); padding: .65rem; margin-top: .65rem; cursor: pointer; }
.crm-add-deal:hover { border-color: var(--gold); color: var(--gold); }
.client-ai-launcher { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 30; width: 3.8rem; height: 3.8rem; border-radius: 50%; border: 3px solid var(--bg); background: var(--gold); color: #111; font-size: 1.35rem; cursor: pointer; box-shadow: 0 12px 35px rgba(0,0,0,.35); }
.client-ai-panel { position: fixed; right: 1.25rem; bottom: 6rem; z-index: 31; width: min(390px,calc(100vw - 2rem)); height: min(610px,calc(100vh - 8rem)); display: grid; grid-template-rows: auto minmax(0,1fr) auto auto; background: var(--surface); border: 1px solid var(--gold); box-shadow: 0 20px 60px rgba(0,0,0,.45); }
.client-ai-panel[hidden] { display: none; }
.client-ai-head { display: flex; justify-content: space-between; align-items: center; gap: .75rem; padding: 1rem; border-bottom: 1px solid var(--line); }
.client-ai-head strong, .client-ai-head span { display: block; }
.client-ai-head span { color: var(--muted); font-size: .78rem; margin-top: .2rem; }
.client-ai-close { border: 0; background: transparent; color: var(--text); font-size: 1.35rem; cursor: pointer; }
.client-ai-messages { overflow-y: auto; padding: 1rem; display: flex; flex-direction: column; gap: .7rem; }
.client-ai-message { max-width: 86%; padding: .75rem .85rem; border: 1px solid var(--line); line-height: 1.5; }
.client-ai-message--assistant { align-self: flex-start; background: var(--bg); }
.client-ai-message--user { align-self: flex-end; background: var(--gold); color: #111; border-color: var(--gold); }
.client-ai-quick { display: flex; gap: .4rem; padding: 0 .85rem .75rem; overflow-x: auto; }
.client-ai-quick button { flex: 0 0 auto; border: 1px solid var(--line); background: var(--bg); color: var(--text); padding: .5rem .65rem; font: 600 .72rem var(--mono); cursor: pointer; }
.client-ai-quick button:hover, .client-ai-quick button:focus-visible { border-color: var(--gold); color: var(--gold); }
.client-ai-form { display: grid; grid-template-columns: 1fr auto; gap: .5rem; padding: .85rem; border-top: 1px solid var(--line); }
.client-ai-form input { min-width: 0; background: var(--bg); color: var(--text); border: 1px solid var(--line); padding: .8rem; font: inherit; }
.client-ai-form button { min-width: 3rem; border: 0; background: var(--gold); color: #111; font-weight: 700; cursor: pointer; }

.btn--guide { display:inline-flex; align-items:center; gap:.55rem; border-color:var(--gold); background:transparent; color:var(--gold); }
.btn--guide:hover,.btn--guide:focus-visible { background:var(--gold); color:#111; }
body.tutorial-open { overflow:hidden; }
.service-tutorial { position:fixed; inset:0; z-index:100; padding:clamp(.6rem,2vw,1.5rem); background:rgba(0,0,0,.82); backdrop-filter:blur(10px); overflow:auto; }
.service-tutorial[hidden] { display:none; }
.service-tutorial__dialog { width:min(980px,100%); margin:auto; border:1px solid var(--gold); background:var(--surface); box-shadow:0 30px 90px rgba(0,0,0,.6); }
.service-tutorial__top { display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:1rem 1.25rem; border-bottom:1px solid var(--line); }
.service-tutorial__top strong,.service-tutorial__eyebrow { display:block; }
.service-tutorial__eyebrow { color:var(--gold); font:700 .68rem var(--mono); letter-spacing:.16em; margin-bottom:.25rem; }
.service-tutorial__close { border:0; background:transparent; color:var(--text); font-size:1.8rem; cursor:pointer; }
.service-tutorial__video { display:block; width:100%; max-height:min(72vh,720px); background:#000; aspect-ratio:16/9; }
.service-tutorial__caption { padding:1rem 1.25rem 1.2rem; border-top:1px solid var(--line); }
.service-tutorial__caption strong { color:var(--gold); font:700 .78rem var(--mono); text-transform:uppercase; letter-spacing:.1em; }
.service-tutorial__caption p { margin:.45rem 0 0; color:var(--muted); line-height:1.55; }
.service-tutorial__screen { position:relative; min-height:410px; display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; padding:4rem clamp(1.5rem,7vw,6rem); overflow:hidden; background:radial-gradient(circle at 80% 10%,rgba(197,142,65,.25),transparent 32%),linear-gradient(135deg,#080807,#18130d); color:#f7f2e8; }
.service-tutorial__screen::before { content:""; position:absolute; inset:0; opacity:.16; background-image:linear-gradient(rgba(197,142,65,.35) 1px,transparent 1px),linear-gradient(90deg,rgba(197,142,65,.35) 1px,transparent 1px); background-size:50px 50px; }
.service-tutorial__screen>* { position:relative; z-index:1; }
.service-tutorial__brand { position:absolute; top:1rem; left:1.25rem; display:flex; align-items:center; gap:.6rem; font:700 .75rem var(--mono); letter-spacing:.12em; }
.service-tutorial__brand img { width:34px; height:34px; border-radius:8px; }
.service-tutorial__number { color:var(--gold); font:700 .8rem var(--mono); letter-spacing:.18em; }
.service-tutorial__screen h2 { max-width:760px; margin:.8rem 0 1rem; font-size:clamp(2rem,5vw,4.4rem); line-height:1; }
.service-tutorial__screen p { max-width:720px; margin:0; color:#cfc3b0; font-size:clamp(1rem,2vw,1.3rem); line-height:1.65; }
.service-tutorial__timeline { height:5px; background:var(--line); }
.service-tutorial__timeline span { display:block; height:100%; background:var(--gold); transition:width .35s ease; }
.service-tutorial__controls { display:grid; grid-template-columns:auto auto 1fr auto; align-items:center; gap:.5rem; padding:.85rem 1rem; border-bottom:1px solid var(--line); }
.service-tutorial__controls button,.service-tutorial__chapters button { border:1px solid var(--line); background:var(--bg); color:var(--text); padding:.65rem .8rem; font:700 .72rem var(--mono); cursor:pointer; }
.service-tutorial__play { border-color:var(--gold)!important; color:var(--gold)!important; }
.service-tutorial__position { text-align:center; color:var(--muted); font:700 .72rem var(--mono); }
.service-tutorial__chapters { display:flex; gap:.45rem; padding:.85rem 1rem; overflow-x:auto; }
.service-tutorial__chapters button { flex:0 0 auto; color:var(--muted); }
.service-tutorial__chapters button.is-active { border-color:var(--gold); color:var(--gold); }
@media(max-width:640px){.service-tutorial__screen{min-height:360px;padding:4rem 1.25rem 2.5rem}.service-tutorial__controls{grid-template-columns:1fr 1fr}.service-tutorial__position{order:-1;grid-column:1/-1}.service-tutorial__controls button{width:100%}}
.service-action-modal { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 1rem; background: rgba(0,0,0,.72); }
.service-action-modal[hidden] { display: none; }
.service-action-dialog { width: min(560px,100%); max-height: calc(100vh - 2rem); overflow-y: auto; background: var(--surface); color: var(--text); border: 1px solid var(--gold); padding: 1.25rem; box-shadow: 0 24px 80px rgba(0,0,0,.5); }
.service-action-dialog__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; border-bottom: 1px solid var(--line); padding-bottom: .85rem; margin-bottom: 1rem; }
.service-action-dialog__head h2 { margin: .2rem 0 0; }
.service-action-close { border: 0; background: transparent; color: var(--text); font-size: 1.5rem; cursor: pointer; }
.service-action-form { display: grid; gap: .8rem; }
.service-action-form label { display: grid; gap: .35rem; color: var(--muted); font-size: .86rem; }
.service-action-form input, .service-action-form select, .service-action-form textarea { width: 100%; border: 1px solid var(--line); background: var(--bg); color: var(--text); padding: .75rem; font: inherit; }
.service-action-form textarea { min-height: 110px; resize: vertical; }
.service-action-form__buttons { display: flex; justify-content: flex-end; gap: .6rem; margin-top: .4rem; }
.service-action-note { border-left: 3px solid var(--gold); background: var(--bg); padding: .8rem; margin-bottom: 1rem; color: var(--muted); }
.service-toast { position: fixed; left: 50%; bottom: 1.25rem; z-index: 70; transform: translateX(-50%); background: var(--gold); color: #111; padding: .8rem 1.1rem; font-weight: 700; box-shadow: 0 12px 30px rgba(0,0,0,.35); }
.service-toast[hidden] { display: none; }
.crm-deal[hidden] { display: none; }

/* Booking System — calendar */
.booking-calendar__head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.booking-calendar__head h2 { margin: 0; font-size: 1.2rem; }
.booking-calendar__nav { display: flex; gap: .4rem; }
.booking-calendar__nav button { border: 1px solid var(--line); background: var(--bg); color: var(--text); width: 2.2rem; height: 2.2rem; cursor: pointer; font-size: 1rem; }
.booking-calendar__nav button:hover { border-color: var(--gold); color: var(--gold); }
.booking-calendar__weekdays { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 2px; margin-bottom: 2px; }
.booking-calendar__weekdays span { text-align: center; padding: .4rem 0; font-family: var(--mono); font-size: .68rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.booking-calendar__grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 2px; background: var(--line); border: 1px solid var(--line); }
.booking-calendar__day { min-height: 92px; padding: .4rem; background: var(--surface); cursor: pointer; display: flex; flex-direction: column; gap: .25rem; text-align: left; border: 0; color: inherit; font: inherit; }
.booking-calendar__day:hover { background: color-mix(in srgb, var(--gold) 8%, var(--surface)); }
.booking-calendar__day--muted { background: var(--bg); color: var(--muted); }
.booking-calendar__day--today .booking-calendar__daynum { color: #111; background: var(--gold); border-radius: 50%; }
.booking-calendar__day--selected { outline: 2px solid var(--gold); outline-offset: -2px; }
.booking-calendar__daynum { display: inline-flex; align-items: center; justify-content: center; width: 1.6rem; height: 1.6rem; font-family: var(--mono); font-size: .78rem; }
.booking-calendar__chips { display: flex; flex-direction: column; gap: 2px; }
.booking-calendar__chip { font-size: .68rem; padding: 1px 5px; border-radius: 3px; background: color-mix(in srgb, var(--gold) 18%, var(--surface)); color: var(--text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.booking-calendar__chip--pending { background: transparent; border: 1px dashed var(--line); color: var(--muted); }
.booking-calendar__chip--cancelled { background: transparent; color: var(--muted); text-decoration: line-through; }
.booking-calendar__more { font-size: .66rem; color: var(--muted); }

.booking-calendar__headright { display: flex; align-items: center; gap: .75rem; }
.booking-calendar__viewswitch { display: flex; border: 1px solid var(--line); }
.booking-calendar__viewswitch button { border: 0; background: var(--bg); color: var(--muted); padding: .4rem .8rem; font-size: .72rem; font-family: var(--mono); text-transform: uppercase; letter-spacing: .04em; cursor: pointer; }
.booking-calendar__viewswitch button + button { border-left: 1px solid var(--line); }
.booking-calendar__viewswitch button.is-active { background: var(--gold); color: #111; }

.booking-timegrid__head { display: flex; margin-bottom: 2px; }
.booking-timegrid__head-gutter { width: 3.4rem; flex: none; }
.booking-timegrid__head-day { flex: 1; min-width: 80px; text-align: center; padding: .4rem 0; font-family: var(--mono); font-size: .66rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.booking-timegrid__head-day strong { display: block; font-family: var(--sans); font-size: .95rem; color: var(--text); margin-top: .15rem; }
.booking-timegrid__head-day--today, .booking-timegrid__head-day--today strong { color: var(--gold); }
.booking-timegrid__scroll { display: flex; max-height: 560px; overflow: auto; border: 1px solid var(--line); }
.booking-timegrid__hours { width: 3.4rem; flex: none; background: var(--surface); }
.booking-timegrid__hour { height: 48px; padding: 0 .5rem; text-align: right; font-family: var(--mono); font-size: .64rem; color: var(--muted); border-top: 1px solid var(--line); box-sizing: border-box; }
.booking-timegrid__hour:first-child { border-top: 0; }
.booking-timegrid__days { flex: 1; display: flex; min-width: 560px; }
.booking-timegrid__day { flex: 1; min-width: 80px; position: relative; border-left: 1px solid var(--line); background-image: repeating-linear-gradient(to bottom, transparent, transparent 47px, var(--line) 47px, var(--line) 48px); }
.booking-timegrid__event { position: absolute; border-radius: 3px; background: color-mix(in srgb, var(--gold) 22%, var(--surface)); border-left: 3px solid var(--gold); padding: 2px 5px; font-size: .66rem; line-height: 1.25; overflow: hidden; cursor: pointer; text-align: left; color: var(--text); font-family: inherit; }
.booking-timegrid__event strong { display: block; font-size: .68rem; }
.booking-timegrid__event--pending { background: var(--bg); border-left-style: dashed; color: var(--muted); }
.booking-timegrid__event--cancelled { background: var(--bg); border-left-color: var(--muted); color: var(--muted); text-decoration: line-through; }

.booking-agenda__head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.booking-agenda__item { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; padding: .75rem 0; border-top: 1px solid var(--line); }
.booking-agenda__item:first-of-type { border-top: 0; }
.booking-agenda__item-main strong { display: block; }
.booking-agenda__item-main span { color: var(--muted); font-size: .85rem; }
.booking-agenda__item-main p { margin: .35rem 0 0; color: var(--muted); font-size: .85rem; }

.availability-row { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: .75rem; padding: .6rem 0; border-top: 1px solid var(--line); }
.availability-row:first-of-type { border-top: 0; }
.availability-row label { display: flex; align-items: center; gap: .5rem; }
.availability-row input[type="checkbox"] { width: 1.1rem; height: 1.1rem; accent-color: var(--gold); }
.availability-row input[type="time"] { border: 1px solid var(--line); background: var(--bg); color: var(--text); padding: .45rem .55rem; font-family: inherit; }
.availability-row[data-enabled="false"] { opacity: .5; }

@media (max-width: 760px) { .member-service-head { flex-direction: column; } .member-service-summary, .member-service-grid { grid-template-columns: 1fr; } .member-service-summary > div { border-right: 0; border-bottom: 1px solid var(--line); } .member-service-summary > div:last-child { border-bottom: 0; } .booking-calendar__day { min-height: 64px; } .availability-row { grid-template-columns: 1fr; gap: .4rem; } }
@media (max-width: 900px) { .service-app-shell { grid-template-columns: 1fr; } .service-app-sidebar { display: none; } .crm-stats { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 520px) { .service-app-main { padding: 1rem; } .service-app-topbar { align-items: flex-start; flex-direction: column; } .crm-stats { grid-template-columns: 1fr; } }
