:root {
  --ink: #101a2b;
  --muted: #667085;
  --muted-dark: #94a0b6;
  --paper: #f7f9fc;
  --white: #ffffff;
  --line: #e5eaf1;
  --accent: #55c7a3;
  --accent-dark: #168268;
  --accent-soft: #e5f7f1;
  --navy: #101a2b;
  --navy-2: #17243a;
  --shadow: 0 18px 50px rgba(16, 26, 43, .09);
  --radius: 16px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.provider-note { margin: 20px 0 0; padding: 13px 15px; border-radius: 9px; color: #647184; background: #f5f7fa; font-size: 11px; line-height: 1.5; }
button { cursor: pointer; }
body { overflow-x: hidden; }
:focus-visible { outline: 3px solid #168268; outline-offset: 3px; }
.stack-form label, .form-panel label { font-size: 14px; }
.stack-form input, .form-panel input, .form-panel select { font-size: 16px; }
.section-intro p:not(.eyebrow), .preview-copy { font-size: 14px; }

@media (max-width: 700px) {
  .auth-pitch-copy p:not(.eyebrow) { font-size: 16px; }
  .auth-card { border-radius: 15px; }
  .sidebar-nav { scroll-snap-type: x proximity; padding-bottom: 4px; }
  .nav-item { min-height: 44px; scroll-snap-align: start; }
  .dashboard-header { gap: 14px; }
  .dashboard-header h1 { font-size: 26px; }
  .dashboard-content { padding-bottom: 44px; }
  .form-panel, .panel-card { padding: 18px; }
  .metric-card { padding: 18px; }
  .section-intro h2 { font-size: 25px; }
  .button { min-height: 44px; }
  .provider-note { margin-top: 16px; font-size: 12px; }
}

@media (max-width: 420px) {
  .header-actions .user-menu { display: none; }
  .header-actions { margin-left: auto; }
  .dashboard-header { padding-right: 15px; padding-left: 15px; }
  .dashboard-content { width: calc(100% - 24px); }
  .form-panel, .panel-card { padding: 16px; }
}

/* Public authentication stays focused on the account. Workspace details only
   appear after a session has been created inside the dashboard. */
.auth-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: 100vh;
  place-items: center;
  padding: 44px 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(85, 199, 163, .12), transparent 35%),
    linear-gradient(180deg, #f8fbfd 0%, #f4f7fa 100%);
}
.auth-pitch { display: none; }
.auth-card-wrap {
  display: grid;
  width: min(100%, 460px);
  place-items: center;
  padding: 0;
}
.auth-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  margin-bottom: 23px;
  color: var(--ink);
  font-size: 28px;
  font-weight: 750;
  letter-spacing: -.09em;
}
.auth-brand span { color: var(--accent-dark); }
.auth-card {
  width: 100%;
  padding: clamp(26px, 5vw, 40px);
  border-radius: 18px;
  box-shadow: 0 24px 65px rgba(16, 26, 43, .1);
}
.auth-intro { margin: 29px 0 25px; }
.auth-intro .eyebrow { margin-bottom: 10px; }
.auth-intro h1 { margin: 0; font-size: 27px; letter-spacing: -.055em; }
.auth-intro p:not(.eyebrow) { margin: 8px 0 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.auth-note { max-width: 34em; margin-right: auto; margin-left: auto; font-size: 12px; line-height: 1.55; }
.back-link { margin-top: 20px; }
.app-legal-links, .app-legal-footer { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px 16px; color: #8a95a6; font-size: 11px; }
.app-legal-links { margin-top: 14px; }
.app-legal-footer { padding: 18px 20px 26px; margin-left: 255px; border-top: 1px solid var(--line); background: #f5f7fa; }
.app-legal-links a, .app-legal-footer a { color: inherit; }

@media (max-width: 700px) {
  .auth-layout { padding: 28px 15px 32px; }
  .auth-card-wrap { width: min(100%, 430px); }
  .auth-brand { margin-bottom: 18px; font-size: 25px; }
  .auth-card { padding: 25px 20px; }
}

/* Keep these auth rules after the legacy dashboard styles above: the panel
   still uses the shared stylesheet, so the public auth view must win the
   cascade on every breakpoint. */
.auth-layout {
  grid-template-columns: minmax(0, 1fr) !important;
  place-items: center;
}
.auth-pitch { display: none !important; }
.auth-card-wrap { width: min(100%, 460px); padding: 0 !important; }
.auth-card { width: 100%; padding: clamp(26px, 5vw, 40px) !important; }

@media (max-width: 700px) {
  .auth-layout { grid-template-columns: minmax(0, 1fr) !important; padding: 28px 15px 32px !important; }
  .auth-card-wrap { width: min(100%, 430px); padding: 0 !important; }
  .auth-card { padding: 25px 20px !important; }
}

.google-auth-button {
  width: 100%;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 18px;
  border: 1px solid #d6dce5;
  border-radius: 9px;
  color: #273448;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease, transform .18s ease;
}
.google-auth-button svg { width: 18px; height: 18px; flex: 0 0 18px; }
.google-auth-button:hover { border-color: #aeb9c9; background: #fbfcfd; box-shadow: 0 5px 16px rgba(16, 26, 43, .08); transform: translateY(-1px); }
.google-auth-button:focus-visible { border-color: var(--accent-dark); }
.google-auth-button:disabled { cursor: wait; opacity: .62; transform: none; }
.auth-divider { display: flex; align-items: center; gap: 12px; margin: 20px 0; color: #9aa5b5; font-size: 11px; line-height: 1; white-space: nowrap; }
.auth-divider::before, .auth-divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }

.marketing-page { min-height: 100vh; background: #f6f8fb; }
.marketing-container { width: min(1160px, calc(100% - 56px)); margin: 0 auto; }
.site-header { width: min(1160px, calc(100% - 56px)); margin: 0 auto; height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 18px; font-weight: 750; letter-spacing: -.03em; }
.brand-mark { display: inline-grid; place-items: center; width: 31px; height: 31px; border-radius: 10px; background: var(--navy); color: var(--accent); font-size: 17px; font-weight: 800; box-shadow: 0 5px 14px rgba(16, 26, 43, .15); }
.site-nav { display: flex; align-items: center; gap: 25px; color: #536076; font-size: 14px; }
.site-nav > a:not(.button):hover, .text-link:hover { color: var(--ink); }
.button { border: 0; border-radius: 10px; min-height: 43px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 14px; font-weight: 700; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #0e3328; background: var(--accent); box-shadow: 0 7px 18px rgba(85, 199, 163, .25); }
.button-primary:hover { background: #6ad2b1; box-shadow: 0 10px 22px rgba(85, 199, 163, .34); }
.button-ghost { color: var(--ink); background: transparent; border: 1px solid var(--line); }
.button-ghost:hover { background: var(--white); }
.button-small { min-height: 38px; padding: 0 14px; font-size: 13px; }
.button-full { width: 100%; }
.hero { display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, .85fr); gap: 60px; align-items: center; min-height: 600px; padding: 64px 0 86px; }
.eyebrow { margin: 0 0 14px; color: var(--accent-dark); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); vertical-align: 1px; box-shadow: 0 0 0 4px rgba(85, 199, 163, .12); }
.hero h1 { max-width: 630px; margin: 0; color: var(--ink); font-size: clamp(48px, 7vw, 78px); line-height: .98; letter-spacing: -.075em; font-weight: 780; }
.hero-lede { max-width: 500px; margin: 28px 0 0; color: #5a667b; font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.text-link { color: var(--ink); font-size: 14px; font-weight: 700; border-bottom: 1px solid #b7c0ce; padding-bottom: 4px; }
.hero-proof { display: flex; align-items: center; gap: 12px; margin-top: 44px; color: #7a8699; font-size: 12px; }
.avatar-stack { display: flex; padding-left: 6px; }
.avatar-stack span { display: inline-grid; place-items: center; width: 26px; height: 26px; margin-left: -6px; border: 2px solid #f6f8fb; border-radius: 50%; color: #fff; background: #6e879e; font-size: 10px; font-weight: 800; }
.avatar-stack span:nth-child(2) { background: #d28f68; }
.avatar-stack span:nth-child(3) { background: #8a6e9f; }
.hero-visual { position: relative; min-height: 430px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 350px; height: 350px; border-radius: 50%; background: linear-gradient(145deg, #e4f6ef, #eaf0fa); filter: blur(1px); }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 13px; height: 13px; top: 43px; right: 15%; background: var(--accent); box-shadow: 0 0 0 8px rgba(85, 199, 163, .14); }
.orb-two { width: 9px; height: 9px; bottom: 55px; left: 11%; background: #a7b8d5; }
.phone-card { position: relative; z-index: 1; width: min(365px, 80%); padding: 22px; color: #f4f8ff; border-radius: 23px; background: linear-gradient(160deg, #1d2c45, #101a2b); box-shadow: 0 30px 65px rgba(16, 26, 43, .25); transform: rotate(2deg); }
.phone-card-top, .call-card-footer { display: flex; justify-content: space-between; align-items: center; color: #98a6bb; font-size: 11px; }
.live-pill { display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; color: #b6f4df; border-radius: 20px; background: rgba(85, 199, 163, .13); }
.caller-avatar { display: grid; place-items: center; width: 62px; height: 62px; margin: 38px auto 15px; border-radius: 50%; color: #123b31; background: var(--accent); font-size: 24px; font-weight: 800; }
.call-caption { margin: 0; color: #9ba9bd; text-align: center; font-size: 12px; }
.phone-card h3 { margin: 7px 0 0; text-align: center; font-size: 23px; letter-spacing: -.04em; }
.call-intent { max-width: 240px; margin: 14px auto 0; color: #bec8d7; font-size: 13px; line-height: 1.45; text-align: center; }
.waveform { display: flex; height: 37px; align-items: center; justify-content: center; gap: 4px; margin: 27px 0 22px; }
.waveform i { display: block; width: 3px; border-radius: 4px; background: var(--accent); opacity: .8; }
.waveform i:nth-child(3n) { height: 25px; }.waveform i:nth-child(3n+1) { height: 13px; }.waveform i:nth-child(3n+2) { height: 31px; }
.call-card-footer { padding-top: 15px; border-top: 1px solid rgba(255,255,255,.1); }
.call-card-footer span:first-child { color: #b8c3d3; }.mini-icon { color: var(--accent); margin-right: 5px; }
.booking-float { position: absolute; z-index: 2; right: 0; bottom: 32px; display: flex; align-items: center; gap: 10px; width: 235px; padding: 13px 15px; border: 1px solid #e8eef3; border-radius: 13px; background: rgba(255,255,255,.93); box-shadow: var(--shadow); transform: rotate(-3deg); }
.booking-check { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: #fff; background: var(--accent-dark); font-size: 13px; }
.booking-float strong, .booking-float small { display: block; }.booking-float strong { font-size: 12px; }.booking-float small { margin-top: 3px; color: #768398; font-size: 11px; }
.feature-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-card { padding: 33px 30px 38px 0; }.feature-card + .feature-card { padding-left: 30px; border-left: 1px solid var(--line); }.feature-number { display: inline-block; margin-bottom: 22px; color: #9ba6b8; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.feature-card h2 { margin: 0; font-size: 19px; letter-spacing: -.035em; }.feature-card p { max-width: 260px; margin: 10px 0 0; color: #6a7588; font-size: 13px; line-height: 1.55; }
.split-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: end; padding: 125px 0 135px; }.split-section h2 { margin: 0; font-size: clamp(32px, 4vw, 52px); line-height: 1.04; letter-spacing: -.065em; }.split-section h2 em, .auth-pitch h1 em { color: var(--accent-dark); font-style: normal; }.split-copy { max-width: 390px; }.split-copy p { margin: 0 0 24px; color: #667287; font-size: 17px; line-height: 1.55; }
.site-footer { display: flex; justify-content: space-between; padding: 22px 0 28px; color: #8792a3; border-top: 1px solid var(--line); font-size: 11px; }

.dashboard-page { min-height: 100vh; background: #f5f7fa; }
.auth-layout { display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; }.auth-pitch { display: flex; flex-direction: column; padding: 45px clamp(32px, 8vw, 120px); color: #edf5ff; background: var(--navy); }.auth-pitch .brand { color: #eef5ff; }.auth-pitch .brand-mark { color: var(--navy); background: var(--accent); }.auth-pitch-copy { max-width: 470px; margin: auto 0; }.auth-pitch-copy .eyebrow { color: #8be2c4; }.auth-pitch-copy h1 { margin: 0; font-size: clamp(45px, 5vw, 66px); line-height: 1; letter-spacing: -.075em; }.auth-pitch-copy p:not(.eyebrow) { margin: 26px 0 0; color: #aab8ca; font-size: 17px; line-height: 1.6; }.auth-pitch-foot { display: flex; gap: 10px; color: #74859f; font-size: 11px; }.auth-card-wrap { display: grid; place-items: center; padding: 35px; }.auth-card { width: min(430px, 100%); padding: 39px; border: 1px solid var(--line); border-radius: 19px; background: #fff; box-shadow: var(--shadow); }.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; padding: 4px; border-radius: 10px; background: #f0f3f7; }.auth-tab { min-height: 36px; border: 0; border-radius: 8px; color: #8792a2; background: transparent; font-size: 12px; font-weight: 700; }.auth-tab.is-active { color: var(--ink); background: #fff; box-shadow: 0 2px 8px rgba(16, 26, 43, .08); }.auth-intro { margin: 34px 0 25px; }.auth-intro h2 { margin: 0; font-size: 25px; letter-spacing: -.045em; }.auth-intro p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }.stack-form { display: grid; gap: 17px; }.stack-form label, .form-panel label { display: grid; gap: 7px; color: #4d5a6e; font-size: 12px; font-weight: 700; }.stack-form input, .form-panel input, .form-panel select { width: 100%; min-height: 44px; padding: 0 12px; border: 1px solid #dce2eb; border-radius: 9px; outline: 0; color: var(--ink); background: #fff; font-size: 13px; transition: border .18s, box-shadow .18s; }.stack-form input:focus, .form-panel input:focus, .form-panel select:focus { border-color: var(--accent-dark); box-shadow: 0 0 0 3px rgba(85, 199, 163, .14); }.label-hint { color: #9aa5b5; font-size: 10px; font-weight: 500; }.auth-note { margin: 22px 0 0; color: #919baa; font-size: 11px; line-height: 1.5; text-align: center; }.back-link { margin-top: 22px; color: #8a95a6; font-size: 12px; }

.dashboard-shell { display: flex; min-height: 100vh; }.sidebar { position: fixed; inset: 0 auto 0 0; display: flex; width: 255px; flex-direction: column; padding: 27px 18px 19px; color: #a8b5c8; background: var(--navy); }.sidebar-brand { margin: 0 13px 36px; color: #eef5ff; }.sidebar-brand .brand-mark { color: var(--navy); background: var(--accent); }.workspace-switcher { display: flex; align-items: center; gap: 9px; padding: 10px; border: 1px solid rgba(255,255,255,.08); border-radius: 11px; background: rgba(255,255,255,.04); }.workspace-avatar { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; color: #15392f; background: var(--accent); font-size: 12px; font-weight: 800; }.workspace-meta { min-width: 0; flex: 1; }.workspace-meta strong, .workspace-meta small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.workspace-meta strong { color: #edf4fd; font-size: 12px; }.workspace-meta small { margin-top: 3px; color: #74849b; font-size: 10px; }.chevron { color: #72849d; }.sidebar-nav { margin-top: 32px; }.nav-label { margin: 0 12px 9px; color: #61718a; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.nav-label-spaced { margin-top: 31px; }.nav-item { display: flex; align-items: center; gap: 12px; width: 100%; min-height: 40px; padding: 0 12px; border: 0; border-radius: 9px; color: #99a8bd; background: transparent; font-size: 12px; text-align: left; }.nav-item span { width: 16px; color: #6f829c; font-size: 15px; text-align: center; }.nav-item:hover { color: #e5f2ff; background: rgba(255,255,255,.05); }.nav-item.is-active { color: #dff9ef; background: rgba(85,199,163,.14); }.nav-item.is-active span { color: var(--accent); }.sidebar-bottom { margin-top: auto; }.trial-card { display: flex; gap: 9px; padding: 12px 10px; border: 1px solid rgba(85,199,163,.18); border-radius: 11px; background: rgba(85,199,163,.08); }.trial-icon { color: var(--accent); font-size: 18px; }.trial-card strong, .trial-card small { display: block; }.trial-card strong { color: #d9f8ec; font-size: 11px; }.trial-card small { margin-top: 4px; color: #8294a8; font-size: 10px; line-height: 1.4; }.logout-link { width: 100%; margin-top: 17px; padding: 0 11px; border: 0; color: #71829a; background: transparent; font-size: 11px; text-align: left; }.logout-link:hover { color: #d2dce9; }
.dashboard-main { min-width: 0; width: calc(100% - 255px); margin-left: 255px; }.dashboard-header { display: flex; align-items: center; justify-content: space-between; padding: 31px clamp(28px, 5vw, 70px) 26px; border-bottom: 1px solid var(--line); background: #fff; }.breadcrumb { margin: 0 0 11px; color: #96a0af; font-size: 11px; }.breadcrumb span { margin: 0 7px; color: #c0c7d1; }.breadcrumb strong { color: #536177; }.dashboard-header h1 { margin: 0; font-size: 29px; letter-spacing: -.06em; }.header-actions { display: flex; align-items: center; gap: 15px; }.prototype-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; color: #5d7180; border-radius: 20px; background: #f0f5f7; font-size: 10px; font-weight: 700; }.icon-button { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 9px; color: #68758a; background: #fff; font-size: 17px; }.icon-button:hover { background: #f4f7fa; }.user-menu { max-width: 170px; overflow: hidden; color: #5a687e; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }.dashboard-content { width: min(1180px, calc(100% - 80px)); margin: 0 auto; padding: 44px 0 70px; }.dashboard-section { display: none; }.dashboard-section.is-visible { display: block; }.section-intro { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 28px; }.section-intro h2 { margin: 0; font-size: 28px; letter-spacing: -.06em; }.section-intro p:not(.eyebrow) { margin: 8px 0 0; color: var(--muted); font-size: 13px; }.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.metric-card, .panel-card, .form-panel { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 5px 20px rgba(16, 26, 43, .025); }.metric-card { padding: 21px 23px; }.metric-label { display: block; color: #8994a5; font-size: 11px; font-weight: 700; }.metric-card strong { display: block; margin-top: 11px; font-size: 27px; letter-spacing: -.06em; }.metric-foot { display: block; margin-top: 6px; color: #9aa5b2; font-size: 11px; }.summary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 15px; }.panel-card { padding: 23px; min-height: 280px; }.panel-heading { display: flex; justify-content: space-between; align-items: start; }.panel-heading h3 { margin: 0; font-size: 17px; letter-spacing: -.04em; }.panel-heading .eyebrow { margin-bottom: 8px; }.quiet-button { padding: 4px 0; border: 0; color: var(--accent-dark); background: transparent; font-size: 11px; font-weight: 700; }.checklist { margin-top: 19px; }.check-item { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-top: 1px solid #eff2f6; }.check-icon { display: grid; place-items: center; width: 21px; height: 21px; border: 1px solid #d7dfe8; border-radius: 50%; color: #a1acbb; font-size: 11px; }.check-item.complete .check-icon { border-color: #b5e9d8; color: var(--accent-dark); background: var(--accent-soft); }.check-item span:last-child { color: #67758a; font-size: 12px; }.check-item.complete span:last-child { color: #33465e; }.progress-ring { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: var(--accent-dark); background: var(--accent-soft); font-size: 10px; font-weight: 800; }.booking-list { margin-top: 18px; }.booking-row { display: flex; align-items: center; gap: 11px; padding: 11px 0; border-top: 1px solid #eff2f6; }.booking-time { min-width: 57px; color: var(--accent-dark); font-size: 11px; font-weight: 800; }.booking-main { min-width: 0; flex: 1; }.booking-main strong, .booking-main small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.booking-main strong { color: #46556d; font-size: 12px; }.booking-main small { margin-top: 3px; color: #9aa5b5; font-size: 10px; }.empty-state { padding: 40px 10px; color: #99a4b2; font-size: 12px; text-align: center; }.info-banner { display: flex; gap: 12px; align-items: start; margin-top: 15px; padding: 15px 18px; border: 1px solid #d9eee8; border-radius: var(--radius); color: #527166; background: #eef9f5; font-size: 11px; line-height: 1.5; }.info-banner p { margin: 0; }.info-banner strong { color: #2b584b; }.banner-icon { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: #fff; background: var(--accent-dark); font-size: 11px; font-weight: 800; }.form-panel { padding: 25px; }.soft-panel { margin-top: 15px; background: #fbfcfd; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.span-2 { grid-column: span 2; }.preview-copy { margin: 8px 0 0; padding: 14px 15px; border-left: 3px solid var(--accent); color: #5f6e81; background: #f4faf8; font-size: 13px; line-height: 1.5; }.hours-table { display: grid; }.hours-row { display: grid; grid-template-columns: minmax(120px, .8fr) 1fr 1fr 80px; align-items: center; gap: 15px; min-height: 57px; border-bottom: 1px solid #edf0f4; }.hours-row:last-child { border-bottom: 0; }.hours-day { color: #48566b; font-size: 13px; font-weight: 700; }.hours-row input[type=time] { min-height: 37px; }.closed-toggle { display: inline-flex; align-items: center; gap: 6px; color: #8995a5; font-size: 11px; font-weight: 600; }.closed-toggle input { width: 14px; height: 14px; min-height: 0; accent-color: var(--accent-dark); }.service-head, .service-row { display: grid; grid-template-columns: minmax(200px, 1fr) 140px 140px 32px; gap: 14px; align-items: center; }.service-head { padding: 0 10px 10px; color: #99a4b1; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.service-row { padding: 12px 10px; border-top: 1px solid #edf0f4; }.service-row input { min-height: 39px; }.remove-service { width: 30px; height: 30px; border: 0; border-radius: 8px; color: #9aa5b5; background: transparent; }.remove-service:hover { color: #bd6262; background: #fff3f3; }.field-note { margin: 18px 10px 0; color: #9aa5b5; font-size: 11px; }.inline-actions { display: flex; gap: 9px; }.integration-list { display: grid; gap: 10px; margin-top: 15px; }.integration-list article { display: flex; align-items: center; gap: 12px; padding: 15px 18px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }.integration-logo { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; font-weight: 800; }.vapi-logo { color: #5537a1; background: #eee9ff; }.cal-logo { color: #c26042; background: #fff0ea; }.pay-logo { color: #29718f; background: #e7f5fb; }.integration-list strong, .integration-list p { display: block; }.integration-list strong { color: #4e5d72; font-size: 12px; }.integration-list p { margin: 4px 0 0; color: #9aa5b5; font-size: 10px; }.integration-state { margin-left: auto; padding: 6px 9px; border-radius: 20px; color: #9a6b25; background: #fff5df; font-size: 10px; font-weight: 700; }.integration-state.connected { color: var(--accent-dark); background: var(--accent-soft); }.integration-state.neutral { color: #8691a1; background: #f2f4f7; }.toast { position: fixed; z-index: 20; top: 20px; right: 20px; max-width: 330px; padding: 13px 16px; border: 1px solid #cbe8dd; border-radius: 10px; color: #275b4b; background: #effaf6; box-shadow: var(--shadow); font-size: 12px; opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .2s, transform .2s; }.toast.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) { .hero { grid-template-columns: 1fr; gap: 20px; padding-top: 45px; }.hero-visual { min-height: 395px; }.split-section { gap: 35px; }.sidebar { width: 220px; }.dashboard-main { width: calc(100% - 220px); margin-left: 220px; }.dashboard-content { width: calc(100% - 42px); }.dashboard-header { padding-left: 24px; padding-right: 24px; } }
@media (max-width: 700px) { .site-header { width: calc(100% - 34px); height: 72px; }.site-nav > a:not(.button) { display: none; }.marketing-container { width: calc(100% - 34px); }.hero { min-height: auto; padding: 55px 0 70px; }.hero h1 { font-size: 52px; }.hero-visual { min-height: 370px; }.feature-strip, .split-section { grid-template-columns: 1fr; }.feature-card, .feature-card + .feature-card { padding: 26px 0; border-left: 0; border-bottom: 1px solid var(--line); }.feature-card:last-child { border-bottom: 0; }.split-section { gap: 22px; padding: 80px 0 85px; }.site-footer { gap: 14px; flex-direction: column; }.auth-layout { grid-template-columns: 1fr; }.auth-pitch { min-height: 330px; padding: 27px 26px; }.auth-pitch-copy { margin: 65px 0 45px; }.auth-pitch-copy h1 { font-size: 45px; }.auth-pitch-foot { display: none; }.auth-card-wrap { padding: 25px 18px 35px; }.auth-card { padding: 28px 22px; }.sidebar { position: static; width: 100%; min-height: auto; padding: 18px 15px 12px; }.sidebar-brand { margin: 0 6px 20px; }.workspace-switcher { display: none; }.sidebar-nav { display: flex; gap: 5px; margin-top: 0; overflow-x: auto; }.nav-label, .nav-label-spaced, .sidebar-bottom { display: none; }.nav-item { width: auto; min-width: max-content; padding: 0 11px; }.dashboard-shell { display: block; }.dashboard-main { width: 100%; margin: 0; }.dashboard-header { padding: 22px 18px; }.header-actions .prototype-badge, .header-actions .icon-button { display: none; }.user-menu { max-width: 120px; }.dashboard-content { width: calc(100% - 30px); padding-top: 28px; }.section-intro { align-items: start; flex-direction: column; gap: 15px; }.metric-grid, .summary-grid { grid-template-columns: 1fr; }.form-grid { grid-template-columns: 1fr; }.span-2 { grid-column: auto; }.hours-row { grid-template-columns: 1fr 1fr; gap: 9px; padding: 13px 0; }.hours-day { grid-column: span 2; }.closed-toggle { grid-column: span 2; }.service-head { display: none; }.service-row { grid-template-columns: 1fr 1fr 30px; padding: 14px 0; }.service-row input:first-child { grid-column: span 2; }.inline-actions { flex-wrap: wrap; } }

/* Advanced onboarding and schedule controls. */
.schedule-rules-grid { gap: 15px 20px; }
.setting-check { display: flex !important; align-items: center; gap: 9px; margin-top: 18px; color: #5c6a7d !important; font-size: 12px !important; font-weight: 600 !important; }
.setting-check input { width: 16px !important; min-height: 16px !important; accent-color: var(--accent-dark); }
.interval-list { display: grid; gap: 6px; }
.interval-row { display: flex; align-items: center; gap: 6px; }
.interval-row input[type=time] { min-height: 34px; }
.interval-row span { color: #a3adba; font-size: 11px; }
.interval-action { padding: 0 4px; border: 0; color: var(--accent-dark); background: transparent; font-size: 10px; font-weight: 700; white-space: nowrap; }
.interval-remove { width: 24px; height: 25px; padding: 0; border: 0; border-radius: 6px; color: #a3adba; background: transparent; }
.interval-remove:hover { color: #bd6262; background: #fff3f3; }
.hours-row { min-height: 70px; }
.phone-hours-table { margin-top: 14px; }
.exception-head, .exception-row { display: grid; grid-template-columns: 145px 145px 145px minmax(180px, 1fr) 32px; gap: 10px; align-items: center; }
.exception-head, .resource-head { padding: 0 10px 9px; color: #99a4b1; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.exception-row { padding: 10px; border-top: 1px solid #edf0f4; }
.exception-row input, .exception-row select, .resource-row input { min-height: 37px !important; }
.remove-exception, .remove-resource { width: 30px; height: 30px; border: 0; border-radius: 8px; color: #9aa5b5; background: transparent; font-size: 18px; }
.remove-exception:hover, .remove-resource:hover { color: #bd6262; background: #fff3f3; }
.resource-head, .resource-row { display: grid; grid-template-columns: minmax(180px, 1fr) 140px 32px; gap: 14px; align-items: center; }
.resource-row { padding: 10px; border-top: 1px solid #edf0f4; }
.resource-row input { min-height: 39px; }
@media (max-width: 700px) {
  .exception-head { display: none; }
  .exception-row { grid-template-columns: 1fr 1fr 1fr 30px; gap: 8px; padding: 13px 0; }
  .exception-row input:last-of-type { grid-column: span 3; }
  .resource-head { display: none; }
  .resource-row { grid-template-columns: 1fr 1fr 30px; padding: 12px 0; }
}

/* Calendar authorization actions. Keep them compact on desktop and stacked on
   narrow screens so the account state is always visible next to its action. */
.google-logo { color: #2463c7; background: #e8f0ff; }
.integration-copy { min-width: 0; flex: 1; }
.integration-copy p { line-height: 1.45; }
.integration-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin-left: auto; }
.integration-actions .button { white-space: nowrap; }
.integration-info { margin: -8px 0 15px; }
.integration-state { white-space: nowrap; }
@media (max-width: 700px) {
  .integration-list article { align-items: flex-start; flex-wrap: wrap; }
  .integration-actions { width: 100%; margin: 3px 0 0 46px; justify-content: flex-start; flex-wrap: wrap; }
  .integration-actions .integration-state { margin-left: 0; }
  .integration-info { margin-top: -2px; }
  .app-legal-footer { margin-left: 0; }
}

/* Make incomplete preparation steps explicit and actionable. */
.checklist-summary { margin: 7px 0 0; color: #8995a5; font-size: 11px; line-height: 1.4; }
.check-item { align-items: flex-start; }
.check-item.pending { margin-top: 5px; padding: 12px 10px; border: 1px solid #f1e3c4; border-radius: 10px; background: #fffbf3; }
.check-item.is-next { border-color: #e7c875; box-shadow: 0 4px 14px rgba(188, 142, 43, .1); }
.check-icon { flex: 0 0 21px; }
.check-copy { min-width: 0; flex: 1; }
.check-copy strong, .check-copy small { display: block; }
.check-copy strong { color: #67758a; font-size: 12px; font-weight: 700; }
.check-item .check-copy small { margin-top: 4px; color: #9aa5b5; font-size: 10px; line-height: 1.4; }
.check-item.complete .check-copy strong { color: #33465e; }
.check-item.complete .check-copy small { color: #729083; }
.check-action, .banner-action { flex: 0 0 auto; align-self: center; padding: 5px 0 5px 8px; border: 0; color: #9a6b25; background: transparent; font-size: 10px; font-weight: 800; white-space: nowrap; }
.check-action span { color: inherit; font-size: inherit; }
.check-action:hover, .banner-action:hover { color: #6f4a0f; text-decoration: underline; }
.info-banner { align-items: center; }
.info-banner-copy { min-width: 0; flex: 1; }
.info-banner p { margin: 2px 0 0; }
.banner-action { color: var(--accent-dark); }
#publish-button:disabled { cursor: not-allowed; color: #9aa5b5; background: #f3f5f7; border-color: #e3e7ec; box-shadow: none; }

@media (max-width: 700px) {
  .check-item.pending { flex-wrap: wrap; }
  .check-action { margin-left: 31px; padding-left: 0; }
  .info-banner { align-items: flex-start; flex-wrap: wrap; }
  .banner-action { margin-left: 32px; padding-left: 0; }
}

.operation-list { display: grid; gap: 10px; }
.operation-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.operation-row:last-child { border-bottom: 0; }
.operation-row strong, .operation-row small { display: block; }
.operation-row small { margin-top: 3px; color: var(--muted); font-size: .78rem; }
.operation-status { display: grid; gap: 4px; color: var(--muted); font-size: .72rem; white-space: nowrap; }
.operation-status select { min-width: 120px; }
