@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100 900;
  src: url("../fonts/roboto-latin.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 100 900;
  src: url("../fonts/roboto-condensed-latin.woff2") format("woff2");
}

:root {
  --blue-050: #f2f7ff;
  --blue-100: #e5f0ff;
  --blue-500: #0060e5;
  --blue-600: #004dbf;
  --blue-700: #003e9c;
  --blue-900: #052b63;
  --navy: #071b3a;
  --ink: #121820;
  --grey-700: #46515d;
  --grey-600: #5c6672;
  --grey-400: #9aa5b1;
  --grey-300: #cbd2d9;
  --grey-200: #dde1e6;
  --grey-100: #eef1f4;
  --grey-050: #f7f8fa;
  --yellow: #ffc928;
  --yellow-soft: #fff6d8;
  --white: #fff;
  --green: #177245;
  --green-soft: #eaf8f0;
  --red: #b42318;
  --red-soft: #fff0ee;
  --purple: #6e58d9;
  --shadow: 0 24px 64px rgba(7, 27, 58, 0.13);
  --shadow-soft: 0 12px 32px rgba(7, 27, 58, 0.08);
  --radius: 12px;
  --radius-large: 18px;
}

* { box-sizing: border-box; }

[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  background: var(--white);
  color: var(--ink);
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.55;
  margin: 0;
}

button,
input,
textarea { font: inherit; }

button,
a { -webkit-tap-highlight-color: transparent; }

a { color: inherit; }

img { display: block; height: auto; max-width: 100%; }

::selection { background: var(--yellow); color: var(--navy); }

:focus-visible { outline: 3px solid rgba(0, 96, 229, 0.35); outline-offset: 3px; }

.shell { margin-inline: auto; max-width: 1180px; width: calc(100% - 64px); }

.skip-link {
  background: var(--yellow);
  color: var(--navy);
  font-weight: 800;
  left: 16px;
  padding: 10px 14px;
  position: fixed;
  top: -80px;
  transition: top 180ms ease;
  z-index: 1000;
}

.skip-link:focus { top: 16px; }

.sr-only {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.eyebrow {
  color: var(--blue-600);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  margin: 0 0 9px;
  text-transform: uppercase;
}

.button {
  align-items: center;
  border: 2px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 14px;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  text-decoration: none;
  transition: background 180ms ease, border 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button:disabled { cursor: not-allowed; opacity: 0.5; transform: none; }
.button-primary { background: var(--blue-600); color: var(--white); }
.button-primary:hover { background: var(--blue-700); box-shadow: 0 8px 20px rgba(0, 77, 191, 0.24); }
.button-secondary { background: var(--white); border-color: var(--grey-200); color: var(--navy); }
.button-secondary:hover { border-color: var(--blue-500); color: var(--blue-600); }
.button-yellow { background: var(--yellow); color: var(--navy); }
.button-yellow:hover { background: #ffd451; box-shadow: 0 8px 20px rgba(168, 109, 0, 0.18); }
.button-danger { background: var(--red); color: var(--white); }
.button-danger:hover { background: #8f1c14; box-shadow: 0 8px 20px rgba(180, 35, 24, 0.2); }

.public-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--grey-100);
  position: relative;
  z-index: 20;
}

.header-inner { align-items: center; display: flex; height: 72px; justify-content: space-between; }
.brand-link { display: inline-flex; }
.brand-link img { object-fit: contain; width: 168px; }

.header-context {
  align-items: center;
  color: var(--grey-700);
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 9px;
}
.header-context > span:last-child { display: grid; line-height: 1.2; }
.header-context strong { color: var(--navy); font-size: 11px; }
.header-context small { color: var(--grey-500); font-size: 9px; font-weight: 600; margin-top: 2px; }

.context-dot { background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px var(--green-soft); height: 8px; width: 8px; }

.booking-hero {
  background:
    radial-gradient(circle at 76% 20%, rgba(0, 96, 229, 0.08), transparent 23%),
    linear-gradient(180deg, #fbfdff 0%, var(--white) 100%);
  border-bottom: 1px solid var(--grey-100);
  overflow: hidden;
  padding: 66px 0 104px;
  position: relative;
}

.hero-grid { align-items: center; display: grid; gap: 88px; grid-template-columns: 1fr 0.82fr; }

.hero-copy { max-width: 650px; position: relative; z-index: 2; }

.hero-copy h1 {
  color: var(--navy);
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.98;
  margin: 0 0 24px;
  max-width: 610px;
}

.hero-lead { color: var(--grey-700); font-size: 18px; margin: 0; max-width: 590px; }

.hero-assurances { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 29px; }
.hero-assurances span { align-items: center; color: var(--navy); display: flex; font-size: 13px; font-weight: 700; gap: 8px; }
.hero-assurances i { align-items: center; background: #eaf2ff; border-radius: 50%; color: var(--blue-600); display: inline-flex; font-style: normal; height: 22px; justify-content: center; width: 22px; }

.capacity-visual {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-large);
  box-shadow: var(--shadow);
  padding: 24px;
  position: relative;
  transform: rotate(1.2deg);
  z-index: 2;
}

.capacity-visual::before {
  background: var(--yellow);
  border-radius: 50%;
  content: "";
  height: 24px;
  position: absolute;
  right: -11px;
  top: 42px;
  width: 24px;
}

.capacity-topline { align-items: center; display: flex; justify-content: space-between; margin-bottom: 26px; }
.capacity-topline span { color: var(--navy); font-size: 14px; font-weight: 900; }
.capacity-topline strong { color: var(--grey-400); font-size: 11px; font-weight: 700; }
.capacity-bars { display: grid; gap: 18px; }
.capacity-bars div { align-items: center; display: grid; gap: 12px; grid-template-columns: 42px 1fr 65px; }
.capacity-bars span,
.capacity-bars b { font-size: 10px; }
.capacity-bars span { color: var(--navy); font-weight: 800; }
.capacity-bars b { color: var(--grey-600); font-weight: 600; text-align: right; }
.capacity-bars i { background: var(--grey-100); border-radius: 100px; display: block; height: 8px; overflow: hidden; position: relative; }
.capacity-bars i::after { background: linear-gradient(90deg, var(--blue-500), var(--blue-700)); border-radius: inherit; content: ""; inset: 0 auto 0 0; position: absolute; width: var(--fill); }
.capacity-footer { align-items: center; border-top: 1px solid var(--grey-100); color: var(--grey-600); display: flex; font-size: 11px; font-weight: 600; gap: 9px; margin-top: 25px; padding-top: 17px; }
.pulse-dot { animation: pulse 2s infinite; background: var(--green); border-radius: 50%; height: 7px; width: 7px; }

.hero-orbit { border: 1px solid rgba(0, 96, 229, 0.09); border-radius: 50%; position: absolute; }
.orbit-one { height: 460px; right: -90px; top: -160px; width: 460px; }
.orbit-two { height: 300px; right: 90px; top: -30px; width: 300px; }

.reveal-in { animation: reveal-up 650ms cubic-bezier(0.22, 1, 0.36, 1) both; }
.reveal-delay { animation-delay: 120ms; }

.booking-workspace {
  align-items: start;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) 330px;
  margin-bottom: 96px;
  margin-top: -48px;
  position: relative;
  z-index: 5;
}

.booking-panel,
.summary-card,
.support-card { background: var(--white); border: 1px solid var(--grey-200); border-radius: var(--radius-large); }
.booking-panel { box-shadow: var(--shadow-soft); min-height: 610px; overflow: hidden; }

.stepper { align-items: center; background: var(--grey-050); border-bottom: 1px solid var(--grey-200); display: flex; justify-content: center; padding: 18px 24px; }
.stepper > i { background: var(--grey-200); height: 1px; margin-inline: 14px; width: 54px; }
.step-tab { align-items: center; background: transparent; border: 0; color: var(--grey-400); display: flex; gap: 9px; padding: 4px; }
.step-tab span { align-items: center; background: var(--white); border: 1px solid var(--grey-200); border-radius: 50%; display: flex; font-size: 11px; font-weight: 900; height: 28px; justify-content: center; width: 28px; }
.step-tab b { font-size: 12px; }
.step-tab.is-active,
.step-tab.is-complete { color: var(--navy); }
.step-tab.is-active span { background: var(--blue-600); border-color: var(--blue-600); color: var(--white); }
.step-tab.is-complete span { background: var(--green-soft); border-color: transparent; color: var(--green); }

.booking-step { animation: step-enter 260ms ease both; padding: 38px 40px 34px; }
.booking-step[hidden] { display: none; }
.section-heading { margin-bottom: 27px; }
.section-heading h2,
.confirmation h2 {
  color: var(--navy);
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: clamp(30px, 3vw, 38px);
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0 0 10px;
}
.section-heading > p:last-child,
.heading-with-action > div > p:last-child { color: var(--grey-600); font-size: 14px; margin: 0; }
.heading-with-action { align-items: start; display: flex; justify-content: space-between; }
.text-button { background: transparent; border: 0; color: var(--blue-600); cursor: pointer; font-size: 12px; font-weight: 800; padding: 10px 0; text-decoration: underline; text-underline-offset: 4px; }

.service-grid { border: 0; display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; padding: 0; }
.service-card { align-items: start; border: 1px solid var(--grey-200); border-radius: var(--radius); cursor: pointer; display: grid; gap: 14px; grid-template-columns: 38px 1fr 20px; min-height: 152px; padding: 18px; position: relative; transition: border 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.service-card:hover { border-color: #9fc5fa; box-shadow: 0 8px 20px rgba(7, 27, 58, 0.07); transform: translateY(-2px); }
.service-card:has(input:checked) { background: #f5f9ff; border-color: var(--blue-500); box-shadow: inset 0 0 0 1px var(--blue-500); }
.service-card input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.service-card:has(input:focus-visible) { outline: 3px solid rgba(0, 96, 229, 0.3); outline-offset: 3px; }
.service-icon { align-items: center; background: #eaf2ff; border-radius: 9px; color: var(--blue-600); display: flex; font-family: "Roboto Condensed", sans-serif; font-size: 13px; font-weight: 800; height: 38px; justify-content: center; }
.service-content { display: flex; flex-direction: column; min-height: 116px; }
.service-content > strong { color: var(--navy); font-size: 16px; }
.service-content > small { color: var(--grey-600); display: block; font-size: 12px; line-height: 1.45; margin-top: 5px; }
.service-meta { align-items: center; display: flex; justify-content: space-between; margin-top: auto; padding-top: 13px; }
.service-meta b { color: var(--navy); font-size: 12px; }
.service-meta em { color: var(--grey-500); font-size: 11px; font-style: normal; }
.radio-mark { border: 2px solid var(--grey-300); border-radius: 50%; height: 18px; margin-top: 2px; position: relative; width: 18px; }
.service-card:has(input:checked) .radio-mark { border-color: var(--blue-600); }
.service-card:has(input:checked) .radio-mark::after { background: var(--blue-600); border-radius: 50%; content: ""; inset: 3px; position: absolute; }

.date-choice { align-items: end; background: var(--grey-050); border-radius: var(--radius); display: grid; gap: 24px; grid-template-columns: 220px 1fr; margin-top: 20px; padding: 16px 18px; }
.date-choice label { display: grid; gap: 6px; }
.date-choice label span,
.field > span,
.planner-date > span { color: var(--navy); font-size: 12px; font-weight: 800; }
.date-choice input,
.field input,
.field textarea,
.planner-date input {
  background: var(--white);
  border: 1px solid var(--grey-300);
  border-radius: 8px;
  color: var(--ink);
  min-height: 44px;
  padding: 10px 12px;
  transition: border 160ms ease, box-shadow 160ms ease;
  width: 100%;
}
.date-choice input:focus,
.field input:focus,
.field textarea:focus,
.planner-date input:focus { border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(0, 96, 229, 0.1); outline: 0; }
.date-choice p { color: var(--grey-600); font-size: 12px; margin: 0 0 5px; }

.step-actions { align-items: center; border-top: 1px solid var(--grey-100); display: flex; justify-content: space-between; margin-top: 30px; padding-top: 24px; }
.step-actions-end { justify-content: flex-end; }
.form-message { background: var(--red-soft); border-left: 3px solid var(--red); border-radius: 0 8px 8px 0; color: var(--red); font-size: 13px; font-weight: 600; margin-top: 18px; padding: 11px 14px; }

.availability-loading,
.planner-loading { align-items: center; color: var(--grey-600); display: flex; font-size: 13px; gap: 12px; justify-content: center; min-height: 180px; }
.loader { animation: spin 850ms linear infinite; border: 3px solid var(--grey-200); border-radius: 50%; border-top-color: var(--blue-500); display: inline-block; height: 24px; width: 24px; }
.slot-period + .slot-period { margin-top: 24px; }
.slot-period h3 { align-items: center; color: var(--navy); display: flex; font-size: 12px; gap: 9px; margin: 0 0 11px; text-transform: capitalize; }
.slot-period h3::after { background: var(--grey-100); content: ""; flex: 1; height: 1px; }
.slot-grid { display: grid; gap: 9px; grid-template-columns: repeat(4, 1fr); }
.slot-button { background: var(--white); border: 1px solid var(--grey-300); border-radius: 8px; color: var(--navy); cursor: pointer; font-size: 13px; font-weight: 800; min-height: 44px; transition: all 160ms ease; }
.slot-button:hover { border-color: var(--blue-500); color: var(--blue-600); transform: translateY(-1px); }
.slot-button.is-selected { background: var(--blue-600); border-color: var(--blue-600); color: var(--white); box-shadow: 0 7px 16px rgba(0, 77, 191, 0.22); }
.no-slots { background: var(--grey-050); border: 1px dashed var(--grey-300); border-radius: var(--radius); padding: 28px; text-align: center; }
.no-slots strong { color: var(--navy); display: block; font-size: 16px; margin-bottom: 4px; }
.no-slots p { color: var(--grey-600); font-size: 13px; margin: 0; }

.details-grid { display: grid; gap: 18px 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.field { display: grid; gap: 6px; }
.field-wide { grid-column: 1 / -1; }
.field > span em { color: var(--grey-400); font-size: 10px; font-style: normal; font-weight: 600; margin-left: 5px; }
.field textarea { min-height: 84px; resize: vertical; }
.field input.is-invalid,
.field textarea.is-invalid { border-color: var(--red); box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.08); }
.field-error { color: var(--red); font-size: 11px; min-height: 0; }
.registration-field > label { color: var(--navy); font-size: 11px; font-weight: 800; }
.registration-control { display: grid; gap: 8px; grid-template-columns: minmax(0, 1fr) auto; }
.registration-control input { font-family: "Roboto Condensed", sans-serif; font-size: 17px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.button-lookup { background: var(--blue-050); border-color: #c9dcf8; color: var(--blue-700); font-size: 11px; min-width: 112px; padding: 0 14px; }
.button-lookup:hover { background: var(--blue-100); border-color: var(--blue-500); }
.vehicle-lookup-status { align-items: center; background: var(--grey-050); border: 1px solid var(--grey-200); border-radius: 10px; color: var(--grey-700); display: flex; gap: 11px; margin-top: -2px; padding: 12px 14px; }
.vehicle-lookup-status > span { align-items: center; background: #e4f6e9; border-radius: 50%; color: #16743a; display: flex; flex: 0 0 auto; font-size: 11px; font-weight: 900; height: 26px; justify-content: center; width: 26px; }
.vehicle-lookup-status strong { color: var(--navy); display: block; font-size: 12px; margin-bottom: 2px; }
.vehicle-lookup-status p { font-size: 11px; margin: 0; }
.vehicle-lookup-status.is-success { background: #f2fbf5; border-color: #bfe5ca; }
.vehicle-lookup-status.is-warning { background: #fff9e8; border-color: #f0d88a; color: #6d5512; }
.vehicle-lookup-status.is-loading { border-style: dashed; }
.consent-field { align-items: start; color: var(--grey-700); cursor: pointer; display: flex; font-size: 12px; gap: 10px; margin-top: 20px; }
.consent-field input { accent-color: var(--blue-600); flex: 0 0 auto; height: 17px; margin-top: 1px; width: 17px; }
.consent-error { display: block; margin-left: 27px; }

.booking-summary { display: grid; gap: 16px; position: sticky; top: 20px; }
.summary-card { box-shadow: var(--shadow-soft); padding: 26px; }
.summary-card h2 { color: var(--navy); font-family: "Roboto Condensed", sans-serif; font-size: 24px; line-height: 1.1; margin: 0 0 24px; }
.summary-card dl { margin: 0; }
.summary-card dl > div { align-items: start; border-top: 1px solid var(--grey-100); display: grid; gap: 14px; grid-template-columns: 78px 1fr; padding: 14px 0; }
.summary-card dt { color: var(--grey-500); font-size: 11px; }
.summary-card dd { color: var(--navy); font-size: 12px; font-weight: 800; margin: 0; text-align: right; }
.summary-card .summary-muted { color: var(--grey-400); font-weight: 600; }
.summary-note { background: var(--yellow-soft); border-radius: 9px; color: #5c4a13; display: flex; font-size: 10px; gap: 9px; line-height: 1.45; margin-top: 12px; padding: 11px; }
.summary-note span { align-items: center; background: var(--yellow); border-radius: 50%; color: var(--navy); display: flex; flex: 0 0 17px; font-size: 10px; font-weight: 900; height: 17px; justify-content: center; }
.support-card { align-items: start; display: flex; gap: 13px; padding: 18px; }
.support-icon { align-items: center; background: #eaf2ff; border-radius: 9px; color: var(--blue-600); display: flex; flex: 0 0 38px; font-size: 24px; height: 38px; justify-content: center; }
.support-card strong { color: var(--navy); display: block; font-size: 12px; }
.support-card p { color: var(--grey-600); font-size: 10px; line-height: 1.45; margin: 4px 0 0; }

.confirmation { animation: step-enter 280ms ease both; padding: 70px 40px; text-align: center; }
.confirmation[hidden] { display: none; }
.confirmation-mark { align-items: center; background: var(--green-soft); border: 1px solid #bce4cc; border-radius: 50%; color: var(--green); display: flex; font-size: 28px; font-weight: 900; height: 66px; justify-content: center; margin: 0 auto 24px; width: 66px; }
.confirmation > p:not(.eyebrow) { color: var(--grey-600); font-size: 14px; margin: 0 auto 22px; max-width: 470px; }
.booking-reference { background: var(--navy); border-radius: 9px; color: var(--yellow); display: inline-block; font-family: ui-monospace, "Roboto Mono", monospace; font-size: 17px; letter-spacing: 0.06em; padding: 11px 18px; }
.confirmation-details { display: grid; gap: 0; grid-template-columns: repeat(3, 1fr); margin: 32px auto; max-width: 610px; }
.confirmation-details div { border-right: 1px solid var(--grey-200); padding: 0 18px; }
.confirmation-details div:last-child { border: 0; }
.confirmation-details dt { color: var(--grey-500); font-size: 10px; margin-bottom: 4px; }
.confirmation-details dd { color: var(--navy); font-size: 12px; font-weight: 800; margin: 0; }
.booking-unavailable { min-height: 520px; padding: 110px 50px; text-align: center; }
.booking-unavailable > span { align-items: center; background: #eaf2ff; border: 1px solid #c7dcfb; border-radius: 50%; color: var(--blue-600); display: flex; font-size: 30px; height: 68px; justify-content: center; margin: 0 auto 24px; width: 68px; }
.booking-unavailable h2 { color: var(--navy); font-family: "Roboto Condensed", sans-serif; font-size: 38px; letter-spacing: -.03em; line-height: 1.05; margin: 0 auto 14px; max-width: 560px; }
.booking-unavailable > p:last-child { color: var(--grey-600); font-size: 14px; margin: 0 auto; max-width: 520px; }
.booking-workspace-single { grid-template-columns: 1fr; }

.public-footer { background: var(--navy); color: var(--white); padding: 34px 0; }
.footer-inner { align-items: end; display: flex; justify-content: space-between; }
.footer-inner img { filter: brightness(0) invert(1); opacity: 0.95; width: 145px; }
.footer-inner p { color: #b7c4d5; font-size: 11px; margin: 10px 0 0; }
.footer-inner > p { margin: 0; }
.footer-inner a { color: var(--white); font-weight: 800; text-underline-offset: 3px; }

/* Planner */
.planner-page { background: #f4f6f9; min-height: 100vh; }
.planner-header { align-items: center; background: var(--white); border-bottom: 1px solid var(--grey-200); display: grid; grid-template-columns: 1fr auto 1fr; min-height: 68px; padding: 0 32px; position: sticky; top: 0; z-index: 20; }
.planner-brand { align-items: center; display: flex; gap: 15px; justify-self: start; text-decoration: none; }
.planner-brand img { width: 150px; }
.planner-brand span { border-left: 1px solid var(--grey-200); color: var(--grey-600); font-size: 12px; font-weight: 800; padding-left: 15px; }
.planner-header nav { align-items: center; align-self: stretch; display: flex; gap: 30px; }
.planner-header nav a { align-items: center; color: var(--grey-600); display: flex; font-size: 12px; font-weight: 800; position: relative; text-decoration: none; }
.planner-header nav a::after { background: var(--blue-600); bottom: 0; content: ""; height: 3px; left: 0; position: absolute; transform: scaleX(0); width: 100%; }
.planner-header nav a.is-active { color: var(--blue-600); }
.planner-header nav a.is-active::after { transform: scaleX(1); }
.profile-chip { background: var(--navy); border: 0; border-radius: 10px; color: var(--white); font-size: 11px; font-weight: 900; height: 38px; justify-self: end; width: 38px; }
.planner-main { margin: 0 auto; max-width: 1440px; padding: 38px 42px 70px; }
.planner-intro { align-items: end; display: flex; justify-content: space-between; margin-bottom: 28px; }
.planner-intro h1 { color: var(--navy); font-family: "Roboto Condensed", sans-serif; font-size: 42px; letter-spacing: -0.03em; line-height: 1; margin: 0 0 8px; }
.planner-intro > div > p:last-child { color: var(--grey-600); font-size: 13px; margin: 0; }
.planner-date { background: var(--white); border: 1px solid var(--grey-200); border-radius: 10px; display: grid; gap: 2px; min-width: 210px; padding: 7px 12px; }
.planner-date > span { color: var(--grey-500); font-size: 9px; text-transform: uppercase; }
.planner-date input { border: 0; min-height: 28px; padding: 0; }
.planner-metrics { display: grid; gap: 14px; grid-template-columns: repeat(4, 1fr); margin-bottom: 18px; }
.planner-metrics article { align-items: center; background: var(--white); border: 1px solid var(--grey-200); border-radius: var(--radius); display: flex; gap: 14px; min-height: 82px; padding: 16px 18px; }
.metric-icon { align-items: center; border-radius: 10px; display: flex; flex: 0 0 42px; font-size: 17px; font-weight: 900; height: 42px; justify-content: center; }
.metric-blue { background: #eaf2ff; color: var(--blue-600); }
.metric-green { background: var(--green-soft); color: var(--green); }
.metric-purple { background: #f0edff; color: var(--purple); }
.metric-yellow { background: var(--yellow-soft); color: #8c6200; }
.planner-metrics small { color: var(--grey-600); display: block; font-size: 10px; font-weight: 700; }
.planner-metrics strong { color: var(--navy); display: block; font-family: "Roboto Condensed", sans-serif; font-size: 25px; line-height: 1.1; margin-top: 2px; }
.planner-layout { align-items: start; display: grid; gap: 18px; grid-template-columns: minmax(0, 1fr) 260px; }
.schedule-panel,
.team-panel { background: var(--white); border: 1px solid var(--grey-200); border-radius: var(--radius-large); box-shadow: 0 8px 24px rgba(7, 27, 58, 0.045); }
.schedule-panel { min-height: 520px; overflow: hidden; }
.team-panel { padding-bottom: 20px; }
.panel-heading { align-items: end; border-bottom: 1px solid var(--grey-100); display: flex; justify-content: space-between; min-height: 80px; padding: 18px 22px; }
.panel-heading .eyebrow { font-size: 9px; margin-bottom: 4px; }
.panel-heading h2 { color: var(--navy); font-family: "Roboto Condensed", sans-serif; font-size: 23px; line-height: 1; margin: 0; }
.schedule-legend { color: var(--grey-600); display: flex; font-size: 9px; gap: 14px; }
.schedule-legend span { align-items: center; display: flex; gap: 6px; }
.schedule-legend i { border-radius: 3px; height: 7px; width: 7px; }
.status-confirmed { background: var(--blue-500); }
.status-progress { background: var(--green); }
.timeline { overflow-x: auto; padding-bottom: 12px; }
.timeline-header,
.timeline-row { display: grid; grid-template-columns: 84px minmax(760px, 1fr); }
.timeline-header { border-bottom: 1px solid var(--grey-100); min-height: 38px; }
.timeline-corner { border-right: 1px solid var(--grey-100); }
.timeline-times { display: grid; grid-template-columns: repeat(10, 1fr); padding-inline: 10px; }
.timeline-times span { color: var(--grey-400); font-size: 8px; padding-top: 12px; }
.timeline-row { border-bottom: 1px solid var(--grey-100); min-height: 68px; }
.timeline-row:last-child { border-bottom: 0; }
.bay-label { align-items: center; border-right: 1px solid var(--grey-100); color: var(--navy); display: flex; font-family: "Roboto Condensed", sans-serif; font-size: 12px; font-weight: 800; gap: 7px; padding: 0 12px; }
.bay-label i { background: var(--green); border-radius: 50%; height: 6px; width: 6px; }
.bay-label.is-removed { color: var(--grey-500); }
.bay-label.is-removed i { background: var(--grey-400); }
.timeline-track { background-image: repeating-linear-gradient(to right, transparent 0, transparent calc(10% - 1px), var(--grey-100) calc(10% - 1px), var(--grey-100) 10%); min-width: 760px; position: relative; }
.job-card { background: #eaf2ff; border-left: 3px solid var(--blue-500); border-radius: 7px; color: var(--navy); inset: 8px auto 8px var(--job-left); min-width: 76px; overflow: hidden; padding: 8px 9px; position: absolute; width: var(--job-width); }
.job-card[data-status="in_progress"] { background: var(--green-soft); border-left-color: var(--green); }
.job-card strong { display: block; font-size: 10px; line-height: 1.2; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.job-card span { color: var(--grey-600); display: block; font-size: 8px; margin-top: 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.job-card small { color: var(--blue-700); display: block; font-size: 8px; font-weight: 800; margin-top: 4px; }
.planner-empty { color: var(--grey-600); min-height: 330px; padding-top: 82px; text-align: center; }
.planner-empty > span { align-items: center; background: var(--grey-050); border: 1px solid var(--grey-200); border-radius: 50%; color: var(--blue-500); display: flex; font-size: 27px; height: 60px; justify-content: center; margin: 0 auto 16px; width: 60px; }
.planner-empty strong { color: var(--navy); display: block; font-size: 14px; }
.planner-empty p { font-size: 11px; margin: 4px 0 0; }
.team-list { display: grid; padding: 10px 18px; }
.team-member { align-items: center; border-bottom: 1px solid var(--grey-100); display: grid; gap: 10px; grid-template-columns: 34px 1fr auto; padding: 12px 0; }
.team-member:last-child { border-bottom: 0; }
.team-avatar { align-items: center; border-radius: 10px; color: var(--white); display: flex; font-size: 9px; font-weight: 900; height: 34px; justify-content: center; width: 34px; }
.team-member strong { color: var(--navy); display: block; font-size: 11px; }
.team-member small { color: var(--grey-500); display: block; font-size: 8px; margin-top: 1px; text-transform: capitalize; }
.availability-pill { background: var(--green-soft); border-radius: 999px; color: var(--green); font-size: 8px; font-weight: 800; padding: 4px 7px; }
.team-member.is-removed { opacity: .72; }
.team-member.is-removed .availability-pill { background: var(--grey-100); color: var(--grey-600); }
.capacity-key { background: var(--grey-050); border-radius: 9px; margin: 5px 18px 0; padding: 13px; }
.capacity-key strong { color: var(--navy); display: block; font-size: 10px; margin-bottom: 8px; }
.capacity-key p { align-items: center; color: var(--grey-600); display: flex; font-size: 8px; gap: 7px; margin: 5px 0; }
.signal-dot { border-radius: 50%; height: 6px; width: 6px; }
.signal-dot.green { background: var(--green); }
.signal-dot.blue { background: var(--blue-500); }

.state-page { align-items: center; background: var(--grey-050); display: flex; justify-content: center; min-height: 100vh; padding: 24px; text-align: center; }
.state-page main { background: var(--white); border: 1px solid var(--grey-200); border-radius: var(--radius-large); box-shadow: var(--shadow-soft); max-width: 560px; padding: 54px; }
.state-page img { margin: 0 auto 35px; width: 170px; }
.state-page h1 { color: var(--navy); font-family: "Roboto Condensed", sans-serif; font-size: 40px; letter-spacing: -0.03em; line-height: 1; margin: 0 0 15px; }
.state-page main > p:not(.eyebrow) { color: var(--grey-600); margin: 0 0 26px; }

/* Garage accounts and setup */
.auth-page { background: var(--grey-050); min-height: 100vh; }
.auth-layout { display: grid; grid-template-columns: minmax(340px, 0.82fr) minmax(560px, 1.18fr); min-height: 100vh; }
.auth-brand-panel { background: var(--navy); color: var(--white); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 50px clamp(42px, 5vw, 84px); position: relative; }
.auth-brand-panel::before,
.auth-brand-panel::after { border: 1px solid rgba(72, 145, 255, 0.16); border-radius: 50%; content: ""; height: 620px; position: absolute; right: -390px; top: 50%; transform: translateY(-50%); width: 620px; }
.auth-brand-panel::after { height: 420px; right: -270px; width: 420px; }
.auth-brand-panel > * { position: relative; z-index: 1; }
.auth-brand-panel > a { width: 190px; }
.auth-brand-panel > a img { filter: brightness(0) invert(1); }
.auth-brand-panel h1 { font-family: "Roboto Condensed", sans-serif; font-size: clamp(48px, 5vw, 75px); letter-spacing: -0.045em; line-height: 0.96; margin: 0; max-width: 650px; }
.auth-brand-panel div > p:not(.eyebrow) { color: #b7c4d5; font-size: 16px; line-height: 1.7; max-width: 570px; }
.auth-brand-panel .eyebrow { color: #72acff; }
.auth-brand-panel > small { color: #8fa0b7; font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.auth-brand-panel ul { display: grid; gap: 15px; list-style: none; margin: 30px 0 0; padding: 0; }
.auth-brand-panel li { align-items: center; color: #dce5f2; display: flex; font-size: 13px; font-weight: 700; gap: 12px; }
.auth-brand-panel li span { align-items: center; background: rgba(0, 96, 229, 0.28); border: 1px solid rgba(114, 172, 255, 0.32); border-radius: 50%; color: #a8cbff; display: flex; flex: 0 0 29px; font-size: 11px; height: 29px; justify-content: center; }
.auth-form-panel { align-items: center; display: flex; justify-content: center; padding: 54px clamp(30px, 7vw, 110px); position: relative; }
.auth-home-link { align-items: center; color: var(--navy); display: inline-flex; font-size: 13px; font-weight: 800; gap: 8px; left: clamp(30px, 7vw, 110px); position: absolute; text-decoration: none; top: 38px; }
.auth-home-link span { color: var(--blue-600); font-size: 18px; line-height: 1; transition: transform 160ms ease; }
.auth-home-link:hover { color: var(--blue-600); }
.auth-home-link:hover span { transform: translateX(-3px); }
.auth-form-wrap { max-width: 470px; width: 100%; }
.auth-form-wide { max-width: 720px; }
.auth-form-wrap h2 { color: var(--navy); font-family: "Roboto Condensed", sans-serif; font-size: 46px; letter-spacing: -0.035em; line-height: 1; margin: 0 0 10px; }
.auth-form-wrap > p:not(.eyebrow, .auth-switch) { color: var(--grey-600); font-size: 14px; margin: 0 0 28px; }
.auth-form { display: grid; gap: 18px; margin-top: 27px; }
.auth-form .field > small:not(.field-error) { color: var(--grey-500); font-size: 10px; }
.auth-form-assist { display: flex; justify-content: flex-end; margin-top: -8px; }
.auth-form-assist a { color: var(--blue-600); font-size: 12px; font-weight: 800; text-underline-offset: 3px; }
.auth-inline-error { margin: 18px 0 0; }
.auth-primary-link { margin-top: 28px; }
.auth-switch { color: var(--grey-600); font-size: 12px; margin: 24px 0 0; text-align: center; }
.auth-switch a { color: var(--blue-600); font-weight: 800; text-underline-offset: 3px; }
.button-full { margin-top: 4px; width: 100%; }

.admin-page { background: #f4f6f9; min-height: 100vh; }
.admin-shell { display: grid; grid-template-columns: 250px minmax(0, 1fr); min-height: 100vh; }
.admin-sidebar { background: var(--navy); color: var(--white); display: flex; flex-direction: column; min-height: 100vh; padding: 28px 18px 22px; position: sticky; top: 0; height: 100vh; }
.admin-brand { align-items: center; display: flex; gap: 11px; padding: 0 11px 26px; text-decoration: none; }
.admin-brand img { filter: brightness(0) invert(1); width: 138px; }
.admin-brand > span { border-left: 1px solid rgba(255,255,255,.18); color: #b7c4d5; font-size: 10px; font-weight: 800; padding-left: 10px; }
.garage-identity { align-items: center; border-block: 1px solid rgba(255,255,255,.09); display: grid; gap: 10px; grid-template-columns: 38px 1fr; margin-bottom: 18px; padding: 17px 9px; }
.garage-identity > span { align-items: center; background: var(--blue-600); border-radius: 10px; display: flex; font-size: 10px; font-weight: 900; height: 38px; justify-content: center; width: 38px; }
.garage-identity strong,
.garage-identity small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.garage-identity strong { font-size: 11px; }
.garage-identity small { color: #8fa0b7; font-size: 9px; margin-top: 2px; }
.admin-nav { display: grid; flex: 1; gap: 4px; min-height: 0; overflow-y: auto; padding-right: 3px; scrollbar-color: rgba(255,255,255,.18) transparent; scrollbar-width: thin; }
.admin-nav-group-title { color: #6f829b; font-size: 8px; font-weight: 900; letter-spacing: .14em; margin: 8px 12px 4px; text-transform: uppercase; }
.admin-nav-divider { border: 0; border-top: 1px solid rgba(255,255,255,.09); margin: 12px 8px 7px; width: auto; }
.admin-nav a { align-items: center; border-radius: 9px; color: #b7c4d5; display: flex; font-size: 11px; font-weight: 750; gap: 11px; min-height: 42px; padding: 0 12px; text-decoration: none; transition: background 160ms ease, color 160ms ease, transform 160ms ease; }
.admin-nav a:hover { background: rgba(255,255,255,.06); color: var(--white); transform: translateX(2px); }
.admin-nav a.is-active { background: var(--blue-600); color: var(--white); }
.admin-nav i { align-items: center; display: flex; font-style: normal; height: 22px; justify-content: center; width: 22px; }
.admin-nav-locked { align-items: center; border-radius: 9px; color: #71839a; cursor: not-allowed; display: flex; font-size: 11px; font-weight: 750; gap: 11px; min-height: 42px; padding: 0 12px; position: relative; transition: background 160ms ease, color 160ms ease; }
.admin-nav-locked:hover,
.admin-nav-locked:focus-visible { background: rgba(255,255,255,.045); color: #9aabc0; outline: 2px solid rgba(143,189,255,.3); outline-offset: -2px; }
.admin-nav-locked em { background: rgba(255,201,40,.13); border: 1px solid rgba(255,201,40,.25); border-radius: 999px; color: #ffe496; font-size: 7px; font-style: normal; font-weight: 900; letter-spacing: .04em; margin-left: auto; opacity: 0; padding: 3px 6px; text-transform: uppercase; transform: translateX(4px); transition: opacity 150ms ease, transform 150ms ease; }
.admin-nav-locked:hover em,
.admin-nav-locked:focus-visible em { opacity: 1; transform: translateX(0); }
.sidebar-actions { border-top: 1px solid rgba(255,255,255,.09); display: grid; gap: 6px; margin-top: auto; padding-top: 16px; }
.sidebar-actions a,
.sidebar-actions button { background: transparent; border: 0; color: #b7c4d5; cursor: pointer; display: flex; font-size: 10px; font-weight: 700; justify-content: space-between; padding: 8px 10px; text-decoration: none; width: 100%; }
.sidebar-actions a:hover,
.sidebar-actions button:hover { color: var(--white); }
.admin-workspace { min-width: 0; }
.admin-mobile-header { display: none; }
.admin-content { margin: 0 auto; max-width: 1440px; padding: 42px clamp(26px, 4vw, 58px) 78px; }
.admin-heading { margin-bottom: 28px; }
.admin-heading h1 { color: var(--navy); font-family: "Roboto Condensed", sans-serif; font-size: 46px; letter-spacing: -0.04em; line-height: 1; margin: 0 0 9px; }
.admin-heading > p:not(.eyebrow),
.admin-heading > div > p:not(.eyebrow) { color: var(--grey-600); font-size: 13px; margin: 0; max-width: 720px; }
.admin-heading-split { align-items: end; display: flex; gap: 25px; justify-content: space-between; }
.admin-card { background: var(--white); border: 1px solid var(--grey-200); border-radius: var(--radius-large); box-shadow: 0 8px 24px rgba(7, 27, 58, 0.04); }
.card-heading { align-items: center; border-bottom: 1px solid var(--grey-100); display: flex; gap: 20px; justify-content: space-between; min-height: 82px; padding: 20px 24px; }
.card-heading h2,
.form-section-heading h2 { color: var(--navy); font-family: "Roboto Condensed", sans-serif; font-size: 25px; line-height: 1; margin: 0; }
.card-heading p:not(.eyebrow),
.form-section-heading p { color: var(--grey-500); font-size: 10px; margin: 5px 0 0; }
.card-heading .eyebrow { font-size: 9px; margin-bottom: 5px; }
.admin-flash { animation: reveal-up 260ms ease both; border: 1px solid; border-radius: 10px; font-size: 12px; font-weight: 700; margin-bottom: 22px; padding: 12px 15px; }
.admin-flash-success { background: var(--green-soft); border-color: #bce4cc; color: var(--green); }
.admin-flash-error { background: var(--red-soft); border-color: #f3b8b2; color: var(--red); }
.inline-error { background: var(--red-soft); border-left: 3px solid var(--red); color: var(--red); font-size: 11px; font-weight: 700; margin: 18px 24px 0; padding: 10px 12px; }
.inline-note { background: var(--yellow-soft); border-radius: 8px; color: #6b5414; font-size: 11px; padding: 11px 13px; }
.admin-metrics { display: grid; gap: 14px; grid-template-columns: repeat(4, 1fr); margin-bottom: 18px; }
.admin-metrics > a { align-items: center; background: var(--white); border: 1px solid var(--grey-200); border-radius: var(--radius); display: flex; gap: 14px; min-height: 104px; padding: 17px 18px; text-decoration: none; transition: transform 170ms ease, box-shadow 170ms ease; }
.admin-metrics > a:hover { box-shadow: var(--shadow-soft); transform: translateY(-2px); }
.admin-metrics small { color: var(--grey-600); display: block; font-size: 9px; font-weight: 700; }
.admin-metrics strong { color: var(--navy); display: block; font-family: "Roboto Condensed", sans-serif; font-size: 27px; line-height: 1.1; }
.admin-metrics p { color: var(--grey-400); font-size: 8px; margin: 1px 0 0; }
.entitlement-card { margin-top: 18px; padding: 24px; }
.entitlement-heading { align-items: center; display: flex; gap: 24px; justify-content: space-between; }
.entitlement-heading h2 { color: var(--navy); font-family: "Roboto Condensed", sans-serif; font-size: 30px; line-height: 1; margin: 0; }
.entitlement-heading p:not(.eyebrow) { color: var(--grey-500); font-size: 10px; margin: 6px 0 0; }
.entitlement-bookings { border-top: 1px solid var(--grey-100); margin-top: 20px; padding-top: 18px; }
.entitlement-bookings > div:first-child { align-items: baseline; display: flex; gap: 20px; justify-content: space-between; }
.entitlement-bookings strong { color: var(--navy); font-size: 12px; }
.entitlement-bookings span { color: var(--grey-600); font-size: 10px; }
.entitlement-track { background: var(--grey-100); border-radius: 999px; height: 7px; margin-top: 10px; overflow: hidden; }
.entitlement-track i { background: linear-gradient(90deg, var(--blue-600), #3e8cff); border-radius: inherit; display: block; height: 100%; width: var(--usage); }
.entitlement-capacity { display: grid; gap: 10px; grid-template-columns: repeat(4, 1fr); margin: 18px 0 0; }
.entitlement-capacity div { background: var(--grey-050); border-radius: 10px; padding: 12px 14px; }
.entitlement-capacity dt { color: var(--grey-500); font-size: 8px; font-weight: 700; }
.entitlement-capacity dd { color: var(--navy); font-family: "Roboto Condensed", sans-serif; font-size: 20px; font-weight: 800; margin: 3px 0 0; }
.entitlement-capacity dd small { color: var(--grey-400); font-family: "Roboto", sans-serif; font-size: 9px; font-weight: 600; }
.plan-security-note { align-items: center; background: var(--green-soft); border: 1px solid #bce4cc; border-radius: 999px; color: var(--green); display: inline-flex; font-size: 10px; font-weight: 800; gap: 7px; padding: 8px 12px; }
.plan-security-note i { align-items: center; background: var(--green); border-radius: 50%; color: var(--white); display: inline-flex; font-size: 7px; font-style: normal; height: 16px; justify-content: center; width: 16px; }
.plan-current { padding: 24px; }
.plan-current-heading { align-items: start; display: flex; gap: 24px; justify-content: space-between; }
.plan-current-heading h2 { color: var(--navy); font-family: "Roboto Condensed", sans-serif; font-size: 34px; line-height: 1; margin: 0; }
.plan-current-heading p:not(.eyebrow) { color: var(--grey-500); font-size: 10px; margin: 7px 0 0; }
.plan-status { background: var(--green-soft); border-radius: 999px; color: var(--green); font-size: 9px; font-weight: 900; padding: 6px 10px; text-transform: uppercase; }
.plan-usage { border-top: 1px solid var(--grey-100); margin-top: 20px; padding-top: 18px; }
.plan-usage > div:first-child { align-items: baseline; display: flex; gap: 12px; }
.plan-usage strong { color: var(--navy); font-family: "Roboto Condensed", sans-serif; font-size: 29px; }
.plan-usage span { color: var(--grey-600); font-size: 10px; }
.plan-options { margin-top: 30px; }
.plan-options-heading { margin-bottom: 17px; }
.plan-options-heading h2 { color: var(--navy); font-family: "Roboto Condensed", sans-serif; font-size: 31px; margin: 0; }
.plan-options-heading p:not(.eyebrow) { color: var(--grey-500); font-size: 10px; margin: 5px 0 0; }
.plan-options-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.plan-option { display: flex; flex-direction: column; min-height: 420px; padding: 22px; position: relative; }
.plan-option.is-featured { background: var(--navy); border-color: var(--navy); }
.plan-option.is-featured .eyebrow,
.plan-option.is-featured .plan-option-price strong,
.plan-option.is-featured li { color: var(--white); }
.plan-option.is-featured .plan-option-price span,
.plan-option.is-featured li::before { color: #91bfff; }
.plan-option-badge { background: var(--yellow); border-radius: 999px; color: var(--navy); font-size: 7px; font-weight: 900; padding: 5px 8px; position: absolute; right: 18px; text-transform: uppercase; top: 18px; }
.plan-option-price { align-items: baseline; display: flex; gap: 7px; margin: 6px 0 20px; }
.plan-option-price strong { color: var(--navy); font-family: "Roboto Condensed", sans-serif; font-size: 39px; line-height: 1; }
.plan-option-price span { color: var(--grey-500); font-size: 9px; }
.plan-option ul { border-top: 1px solid rgba(137, 157, 184, .24); display: grid; gap: 13px; list-style: none; margin: 0 0 24px; padding: 20px 0 0; }
.plan-option li { color: var(--grey-600); font-size: 10px; padding-left: 16px; position: relative; }
.plan-option li::before { color: var(--blue-600); content: "✓"; font-weight: 900; left: 0; position: absolute; }
.plan-option li strong { color: inherit; }
.plan-option-actions { display: grid; gap: 8px; margin-top: auto; }
.plan-option-actions form,
.plan-option-actions .button { width: 100%; }
.plan-current-button { margin-top: auto; width: 100%; }
.plan-included-note { background: var(--grey-100); border-radius: 8px; color: var(--grey-600); display: block; font-size: 9px; font-weight: 800; margin-top: auto; padding: 12px; text-align: center; }
.plan-vat-note { color: var(--grey-500); font-size: 8px; margin: 13px 0 0; text-align: center; }
.capacity-limit-note { align-items: center; background: #edf5ff; border: 1px solid #cfe1fa; border-radius: 10px; color: var(--grey-600); display: flex; font-size: 10px; gap: 12px; margin: -10px 0 18px; padding: 10px 14px; }
.capacity-limit-note span { background: var(--blue-600); border-radius: 999px; color: var(--white); font-size: 8px; font-weight: 900; padding: 4px 8px; text-transform: uppercase; }
.capacity-limit-note strong { color: var(--navy); font-size: 10px; }
.capacity-limit-note em { color: var(--green); font-size: 9px; font-style: normal; font-weight: 800; }
.capacity-limit-note a { color: var(--blue-600); font-weight: 800; margin-left: auto; text-decoration: none; }
.capacity-limit-note a:hover { text-decoration: underline; text-underline-offset: 3px; }
.onboarding-card { margin-top: 18px; padding-bottom: 8px; }
.setup-progress { color: var(--blue-600); font-family: "Roboto Condensed", sans-serif; font-size: 28px; }
.progress-track { background: var(--grey-100); border-radius: 999px; height: 5px; margin: 0 24px; overflow: hidden; }
.progress-track i { background: linear-gradient(90deg, var(--blue-600), #3e8cff); display: block; height: 100%; transition: width 500ms ease; width: var(--progress); }
.setup-list { display: grid; grid-template-columns: repeat(4, 1fr); padding: 16px; }
.setup-list a { align-items: start; border-right: 1px solid var(--grey-100); display: grid; gap: 12px; grid-template-columns: 30px 1fr auto; padding: 14px; text-decoration: none; }
.setup-list a:last-child { border: 0; }
.setup-list a > span { align-items: center; background: var(--grey-100); border-radius: 50%; color: var(--grey-600); display: flex; font-size: 10px; font-weight: 900; height: 30px; justify-content: center; width: 30px; }
.setup-list a.is-complete > span { background: var(--green-soft); color: var(--green); }
.setup-list strong { color: var(--navy); display: block; font-size: 11px; }
.setup-list p { color: var(--grey-500); font-size: 9px; line-height: 1.45; margin: 3px 0 0; }
.setup-list a > i { color: var(--blue-600); font-style: normal; }
.admin-callout { align-items: center; background: var(--navy); border-radius: var(--radius-large); color: var(--white); display: flex; gap: 25px; justify-content: space-between; margin-top: 18px; padding: 22px 25px; }
.admin-callout > div { align-items: center; display: flex; gap: 15px; }
.admin-callout > div > span { align-items: center; background: rgba(0,96,229,.25); border-radius: 10px; color: #8fbdff; display: flex; height: 42px; justify-content: center; width: 42px; }
.admin-callout strong { font-size: 12px; }
.admin-callout p { color: #9fb0c5; font-size: 9px; margin: 3px 0 0; }
.admin-split-layout { align-items: start; display: grid; gap: 18px; grid-template-columns: minmax(320px, .78fr) minmax(500px, 1.22fr); }
.admin-record-list { display: grid; padding: 8px 14px 14px; }
.admin-record-list > a { align-items: center; border-bottom: 1px solid var(--grey-100); display: grid; gap: 12px; grid-template-columns: 39px minmax(0,1fr) auto; min-height: 76px; padding: 11px 8px; text-decoration: none; }
.admin-record-list > a:last-child { border: 0; }
.admin-record-list > a:hover { background: var(--grey-050); border-radius: 10px; }
.record-icon { align-items: center; background: #eaf2ff; border-radius: 10px; color: var(--blue-600); display: flex; font-weight: 900; height: 39px; justify-content: center; width: 39px; }
.record-avatar { align-items: center; background: var(--avatar); border-radius: 10px; color: var(--white); display: flex; font-size: 11px; font-weight: 900; height: 39px; justify-content: center; width: 39px; }
.admin-record-list strong { color: var(--navy); display: block; font-size: 11px; }
.admin-record-list p { color: var(--grey-600); font-size: 9px; margin: 2px 0; }
.admin-record-list small { color: var(--grey-400); display: block; font-size: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.status-pill { background: var(--grey-100); border-radius: 999px; color: var(--grey-500); font-size: 8px; font-style: normal; font-weight: 800; padding: 4px 8px; }
.status-pill.is-live { background: var(--green-soft); color: var(--green); }
.admin-empty { color: var(--grey-500); padding: 55px 25px; text-align: center; }
.admin-empty > span { align-items: center; background: var(--grey-050); border: 1px solid var(--grey-200); border-radius: 50%; color: var(--blue-500); display: flex; font-size: 22px; height: 56px; justify-content: center; margin: 0 auto 14px; width: 56px; }
.admin-empty strong { color: var(--navy); display: block; font-size: 12px; }
.admin-empty p { font-size: 10px; margin: 4px auto 0; max-width: 280px; }
.admin-form { display: grid; gap: 20px; padding: 24px; }
.admin-form .field input,
.admin-form .field textarea,
.admin-form .field select,
.auth-form .field input,
.auth-form .field select { background: var(--white); border: 1px solid var(--grey-300); border-radius: 8px; color: var(--ink); min-height: 44px; padding: 10px 12px; width: 100%; }
.admin-form .field select,
.auth-form .field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--grey-600) 50%), linear-gradient(135deg, var(--grey-600) 50%, transparent 50%); background-position: calc(100% - 17px) 19px, calc(100% - 12px) 19px; background-repeat: no-repeat; background-size: 5px 5px, 5px 5px; padding-right: 32px; }
.admin-form .field input:focus,
.admin-form .field textarea:focus,
.admin-form .field select:focus,
.auth-form .field input:focus,
.auth-form .field select:focus { border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(0,96,229,.1); outline: 0; }
.form-grid-two,
.form-grid-three { display: grid; gap: 16px; }
.form-grid-two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.form-grid-three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.choice-group { border: 0; border-top: 1px solid var(--grey-100); margin: 2px 0 0; padding: 20px 0 0; }
.choice-group legend { color: var(--navy); font-size: 12px; font-weight: 800; padding: 0; }
.choice-group > p { color: var(--grey-500); font-size: 10px; margin: 4px 0 13px; }
.chip-options { display: flex; flex-wrap: wrap; gap: 8px; }
.chip-options label { cursor: pointer; }
.chip-options input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.chip-options span { background: var(--grey-050); border: 1px solid var(--grey-200); border-radius: 999px; color: var(--grey-600); display: block; font-size: 9px; font-weight: 750; padding: 7px 11px; }
.chip-options input:checked + span { background: #eaf2ff; border-color: #b8d4fc; color: var(--blue-700); }
.chip-options input:focus-visible + span { outline: 3px solid rgba(0,96,229,.25); }
.toggle-row { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0,1fr)); }
.toggle-row.single-toggle { grid-template-columns: 1fr; }
.toggle-row label,
.stack-options label { align-items: start; background: var(--grey-050); border: 1px solid var(--grey-200); border-radius: 10px; cursor: pointer; display: flex; gap: 10px; padding: 12px; }
.toggle-row input,
.stack-options input { accent-color: var(--blue-600); flex: 0 0 auto; height: 17px; margin-top: 2px; width: 17px; }
.toggle-row strong,
.stack-options strong { color: var(--navy); display: block; font-size: 10px; }
.toggle-row small,
.stack-options small { color: var(--grey-500); display: block; font-size: 8px; line-height: 1.4; margin-top: 2px; }
.stack-options { display: grid; gap: 8px; margin-top: 12px; }
.stack-options label:has(input:checked) { background: #f1f6ff; border-color: #b8d4fc; }
.form-actions { align-items: center; border-top: 1px solid var(--grey-100); display: flex; gap: 10px; justify-content: flex-end; margin-top: 4px; padding-top: 20px; }
.record-removal { border-top: 1px solid var(--grey-100); margin: 0 24px 24px; padding-top: 18px; }
.record-removal summary { color: var(--red); cursor: pointer; font-size: 11px; font-weight: 800; list-style-position: inside; width: fit-content; }
.record-removal-confirmation { align-items: center; background: var(--red-soft); border: 1px solid #f3b8b2; border-radius: 10px; display: flex; gap: 18px; justify-content: space-between; margin-top: 14px; padding: 14px; }
.record-removal-confirmation strong { color: var(--red); display: block; font-size: 11px; }
.record-removal-confirmation p { color: #76413d; font-size: 9px; line-height: 1.5; margin: 4px 0 0; max-width: 480px; }
.record-removal-confirmation form { flex: 0 0 auto; }
.record-removal-confirmation .button { min-height: 42px; white-space: nowrap; }
.hours-grid { border: 1px solid var(--grey-200); border-radius: 10px; overflow: hidden; }
.hours-row { align-items: center; border-bottom: 1px solid var(--grey-100); display: grid; gap: 10px; grid-template-columns: minmax(130px,1fr) 105px 20px 105px; min-height: 54px; padding: 8px 12px; }
.hours-row:last-child { border: 0; }
.day-toggle { align-items: center; color: var(--navy); display: flex; font-size: 10px; font-weight: 750; gap: 8px; }
.day-toggle input { accent-color: var(--blue-600); height: 16px; width: 16px; }
.hours-row input[type="time"] { border: 1px solid var(--grey-300); border-radius: 7px; color: var(--navy); font-size: 10px; min-height: 35px; padding: 6px; width: 100%; }
.hours-row > i { color: var(--grey-400); font-size: 9px; font-style: normal; text-align: center; }
.wide-form-card { max-width: 940px; }
.wide-form-card .admin-form { gap: 24px; }
.form-section-heading { align-items: end; border-top: 1px solid var(--grey-100); display: flex; justify-content: space-between; margin-top: 5px; padding-top: 24px; }
.public-slug { background: var(--grey-050); border-radius: 8px; color: var(--blue-700); font-family: ui-monospace, monospace; font-size: 9px; padding: 7px 9px; }
.hours-error { margin-top: -16px; }
.text-button { color: var(--blue-600); font-size: 10px; font-weight: 800; text-decoration: none; }

.admin-page .planner-main { max-width: none; padding: 0; }
.admin-page .planner-intro h1 { font-size: 46px; }

@keyframes reveal-up { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes step-enter { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: translateX(0); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(23, 114, 69, 0.25); } 50% { box-shadow: 0 0 0 6px rgba(23, 114, 69, 0); } }

@media (max-width: 980px) {
  .hero-grid { gap: 48px; grid-template-columns: 1.08fr 0.92fr; }
  .booking-workspace { grid-template-columns: minmax(0, 1fr) 280px; }
  .planner-layout { grid-template-columns: 1fr; }
  .team-panel { grid-row: 1; }
  .team-list { grid-template-columns: repeat(2, 1fr); gap: 0 20px; }
  .capacity-key { display: none; }
  .auth-layout { grid-template-columns: minmax(300px, .7fr) minmax(490px, 1fr); }
  .admin-shell { grid-template-columns: 210px minmax(0, 1fr); }
  .setup-list { grid-template-columns: repeat(2,1fr); }
  .setup-list a:nth-child(2) { border-right: 0; }
  .admin-split-layout { grid-template-columns: 1fr; }
  .plan-options-grid { grid-template-columns: 1fr; }
  .plan-option { min-height: 0; }
}

@media (max-width: 780px) {
  .shell { width: calc(100% - 36px); }
  .booking-hero { padding: 48px 0 82px; }
  .hero-grid { grid-template-columns: 1fr; }
  .capacity-visual { display: none; }
  .booking-workspace { grid-template-columns: 1fr; margin-top: -34px; }
  .booking-summary { grid-row: 1; position: static; }
  .summary-card { padding: 20px; }
  .summary-card h2,
  .summary-card .eyebrow { display: none; }
  .summary-card dl { display: grid; grid-template-columns: repeat(2, 1fr); }
  .summary-card dl > div { display: block; padding: 10px; }
  .summary-card dd { margin-top: 3px; text-align: left; }
  .summary-note,
  .support-card { display: none; }
  .planner-header { grid-template-columns: 1fr auto; padding: 0 18px; }
  .planner-header nav { display: none; }
  .planner-main { padding: 28px 20px 56px; }
  .planner-metrics { grid-template-columns: repeat(2, 1fr); }
  .auth-layout { grid-template-columns: 1fr; }
  .auth-brand-panel { min-height: 300px; padding: 35px; }
  .auth-brand-panel > a { width: 160px; }
  .auth-brand-panel h1 { font-size: 46px; margin-top: 60px; }
  .auth-brand-panel > small,
  .auth-brand-panel ul { display: none; }
  .auth-form-panel { padding: 82px 26px 70px; }
  .auth-home-link { left: 26px; top: 30px; }
  .admin-shell { display: block; }
  .admin-sidebar { bottom: 0; height: auto; min-height: 0; padding: 7px 8px; position: fixed; top: auto; width: 100%; z-index: 40; }
  .admin-brand,
  .garage-identity,
  .sidebar-actions { display: none; }
  .admin-nav { display: grid; gap: 3px; grid-template-columns: repeat(7, 1fr); overflow: visible; padding: 0; }
  .admin-nav-group-title,
  .admin-nav-divider,
  .admin-nav-locked { display: none; }
  .admin-nav a { flex-direction: column; font-size: 8px; gap: 0; justify-content: center; min-height: 53px; padding: 3px; }
  .admin-nav i { height: 20px; }
  .admin-mobile-header { align-items: center; background: var(--white); border-bottom: 1px solid var(--grey-200); display: flex; height: 64px; justify-content: space-between; padding: 0 20px; position: sticky; top: 0; z-index: 20; }
  .admin-mobile-header img { width: 135px; }
  .admin-mobile-header > span { align-items: center; background: var(--navy); border-radius: 9px; color: var(--white); display: flex; font-size: 9px; font-weight: 900; height: 34px; justify-content: center; width: 34px; }
  .admin-content { padding: 30px 20px 100px; }
  .admin-metrics { grid-template-columns: repeat(2,1fr); }
  .entitlement-capacity { grid-template-columns: repeat(2, 1fr); }
  .admin-heading-split { align-items: start; flex-direction: column; }
  .plan-security-note { align-self: flex-start; }
}

@media (max-width: 560px) {
  .shell { width: calc(100% - 28px); }
  .header-inner { height: 64px; }
  .brand-link img { width: 145px; }
  .header-context { font-size: 11px; }
  .booking-hero { padding: 42px 0 70px; }
  .hero-copy h1 { font-size: 45px; }
  .hero-lead { font-size: 16px; }
  .hero-assurances { gap: 12px 18px; }
  .booking-workspace { margin-bottom: 56px; }
  .stepper { padding: 15px 12px; }
  .stepper > i { margin-inline: 7px; width: 22px; }
  .step-tab { gap: 5px; }
  .step-tab b { font-size: 10px; }
  .step-tab span { height: 25px; width: 25px; }
  .booking-step { padding: 28px 20px 24px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 130px; }
  .service-content { min-height: 94px; }
  .date-choice { grid-template-columns: 1fr; gap: 10px; }
  .slot-grid { grid-template-columns: repeat(3, 1fr); }
  .details-grid { grid-template-columns: 1fr; }
  .registration-control { grid-template-columns: 1fr; }
  .button-lookup { min-height: 44px; width: 100%; }
  .field-wide { grid-column: auto; }
  .step-actions { gap: 10px; }
  .step-actions .button { flex: 1; padding-inline: 12px; }
  .confirmation { padding: 48px 20px; }
  .confirmation-details { gap: 17px; grid-template-columns: 1fr; }
  .confirmation-details div { border-bottom: 1px solid var(--grey-200); border-right: 0; padding: 0 0 16px; }
  .confirmation-details div:last-child { border-bottom: 0; }
  .footer-inner { align-items: start; flex-direction: column; gap: 18px; }
  .planner-intro { align-items: stretch; flex-direction: column; gap: 20px; }
  .planner-date { min-width: 0; }
  .planner-metrics article { min-height: 74px; padding: 12px; }
  .planner-metrics strong { font-size: 21px; }
  .planner-layout { gap: 12px; }
  .team-list { grid-template-columns: 1fr; }
  .schedule-legend { display: none; }
  .state-page main { padding: 38px 24px; }
  .auth-brand-panel { min-height: 250px; }
  .auth-brand-panel h1 { font-size: 39px; margin-top: 42px; }
  .auth-form-wrap h2 { font-size: 39px; }
  .form-grid-two,
  .form-grid-three { grid-template-columns: 1fr; }
  .admin-heading h1 { font-size: 39px; }
  .admin-metrics > a { min-height: 92px; padding: 12px; }
  .entitlement-heading { align-items: stretch; flex-direction: column; }
  .entitlement-heading .button { width: 100%; }
  .entitlement-bookings > div:first-child { align-items: start; flex-direction: column; gap: 4px; }
  .entitlement-capacity { grid-template-columns: 1fr; }
  .plan-current-heading,
  .plan-usage > div:first-child { align-items: flex-start; flex-direction: column; }
  .capacity-limit-note { align-items: flex-start; flex-wrap: wrap; }
  .capacity-limit-note a { margin-left: 0; width: 100%; }
  .setup-list { grid-template-columns: 1fr; }
  .setup-list a { border-bottom: 1px solid var(--grey-100); border-right: 0; }
  .admin-callout { align-items: stretch; flex-direction: column; }
  .admin-form { padding: 20px; }
  .toggle-row { grid-template-columns: 1fr; }
  .record-removal-confirmation { align-items: stretch; flex-direction: column; }
  .record-removal-confirmation .button { width: 100%; }
  .hours-row { gap: 6px; grid-template-columns: 1fr 82px 15px 82px; padding: 7px 8px; }
  .admin-nav a span { display: none; }
  .admin-nav a { min-height: 48px; }
}

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