@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/fonts/plus-jakarta-sans-latin.woff2") format("woff2");
}
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --radius-md: 0.375rem;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
}
:root {
  --navy-950: #0a1a2f;
  --navy-900: #0a1a2f;
  --navy-800: #18324f;
  --navy-700: #304760;
  --navy-500: #68788c;
  --navy-300: #c5cfdb;
  --navy-200: #dce3eb;
  --navy-100: #eaf0f6;
  --navy-50: #f4f7fb;
  --blue: #1565ef;
  --blue-dark: #0f4fc5;
  --blue-soft: #eaf1fe;
  --green: #1f7a00;
  --green-dark: #185f00;
  --green-soft: #eaf5e6;
  --amber: #f59e0b;
  --surface: #f8fafd;
  --white: #ffffff;
  --danger: #dc2626;
  --shadow-sm: 0 1px 2px rgba(12, 19, 35, 0.05);
  --shadow-md: 0 16px 40px rgba(12, 19, 35, 0.09);
  --shadow-lg: 0 28px 80px rgba(7, 16, 31, 0.14);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --type-caption: 12px;
  --type-small: 14px;
  --type-body: 16px;
  --type-subheading: 20px;
  --type-heading: 32px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--surface);
  color: var(--navy-900);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input {
  font: inherit;
}
button, a {
  -webkit-tap-highlight-color: transparent;
}
button {
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus-visible, a:focus-visible, input:focus-visible {
  outline: 3px solid rgba(21, 101, 239, 0.3);
  outline-offset: 3px;
}
.shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(251, 252, 254, 0.9);
  border-bottom: 1px solid rgba(203, 211, 223, 0.7);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.brand img {
  display: block;
  width: 178px;
  height: auto;
  object-fit: contain;
}
.brand-compact img {
  width: 54px;
  max-height: 42px;
}
.brand-negative img {
  width: 178px;
  max-height: 58px;
  mix-blend-mode: normal;
}
.desktop-nav {
  display: flex;
  gap: 36px;
  margin-left: auto;
}
.desktop-nav a {
  color: var(--navy-700);
  font-size: 14px;
  font-weight: 600;
  transition: color 180ms ease;
}
.desktop-nav a:hover {
  color: var(--blue);
}
.header-actions, .hero-actions, .trust-line {
  display: flex;
  align-items: center;
  gap: 12px;
}
.button {
  border: 0;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}
.button:hover {
  transform: translateY(-1px);
}
.button:active {
  transform: translateY(0);
}
.button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
}
.button-primary {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 7px 18px rgba(21, 101, 239, 0.2);
}
.button-primary:hover {
  background: var(--blue-dark);
  box-shadow: 0 9px 22px rgba(21, 101, 239, 0.28);
}
.button-secondary {
  color: var(--navy-900);
  background: var(--white);
  border: 1px solid var(--navy-200);
  box-shadow: var(--shadow-sm);
}
.button-secondary:hover, .button-ghost:hover {
  background: var(--navy-100);
}
.button-ghost {
  background: transparent;
  color: var(--navy-700);
}
.button-light {
  color: var(--navy-900);
  background: var(--white);
}
.button-small {
  min-height: 42px;
}
.button-large {
  min-height: 52px;
  padding-inline: 23px;
}
.button-full {
  width: 100%;
}
.hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 108px;
  background: radial-gradient(circle at 83% 12%, rgba(21, 101, 239, 0.09), transparent 26%),
    linear-gradient(180deg, var(--surface), #fff);
}
.hero-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.18fr;
  gap: 68px;
  align-items: center;
}
.eyebrow, .section-kicker, .form-kicker, .aside-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 23px 0 24px;
  max-width: 650px;
  font-size: clamp(48px, 5.1vw, 76px);
  line-height: 0.99;
  letter-spacing: -0.067em;
  font-weight: 800;
}
.hero h1 span {
  color: var(--blue);
  display: block;
}
.hero-lead {
  margin: 0;
  max-width: 600px;
  color: var(--navy-500);
  font-size: 18px;
  line-height: 1.7;
}
.hero-actions {
  margin-top: 34px;
}
.trust-line {
  margin-top: 22px;
  gap: 18px;
  flex-wrap: wrap;
}
.trust-line span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--navy-500);
  font-size: 12px;
  font-weight: 600;
}
.trust-line svg {
  color: var(--green-dark);
}
.hero-professionals {
  position: relative;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--navy-200);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow-lg);
}
.hero-professionals > img {
  display: block;
  width: 100%;
  aspect-ratio: 1.72 / 1;
  object-fit: cover;
  object-position: center;
}
.profession-tags {
  position: absolute;
  left: 20px;
  top: 20px;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.profession-tags span {
  padding: 7px 10px;
  color: var(--navy-900);
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(203,211,223,.82);
  border-radius: 999px;
  box-shadow: 0 5px 14px rgba(10,26,47,.08);
  font-size: 10px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}
.professional-proof {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 13px 16px;
  min-width: 245px;
  display: flex;
  gap: 11px;
  align-items: center;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--navy-100);
  border-radius: 14px;
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(10px);
}
.professional-proof > div:last-child {
  display: grid;
  gap: 2px;
}
.professional-proof strong {
  font-size: 11px;
}
.professional-proof span {
  color: var(--navy-500);
  font-size: 8px;
}
.hero-product {
  position: relative;
  min-height: 492px;
  overflow: visible;
  background: var(--white);
  border: 1px solid var(--navy-200);
  border-radius: 22px;
  box-shadow: var(--shadow-lg);
  transform: rotate(0.8deg);
}
.product-topbar {
  height: 55px;
  border-bottom: 1px solid var(--navy-100);
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-user {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
  background: var(--blue);
  font-size: 9px;
  font-weight: 800;
}
.product-body {
  display: grid;
  grid-template-columns: 130px 1fr;
  min-height: 436px;
}
.product-sidebar {
  padding: 20px 10px;
  background: var(--navy-950);
  border-radius: 0 0 0 22px;
}
.mini-nav {
  color: rgba(255,255,255,.58);
  font-size: 9px;
  font-weight: 600;
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 10px 8px;
  border-radius: 7px;
}
.mini-nav span {
  width: 8px;
  height: 8px;
  border: 1px solid currentColor;
  border-radius: 2px;
}
.mini-nav.active {
  background: rgba(21,101,239,.2);
  color: white;
}
.product-main {
  padding: 26px;
  background: #fbfcfe;
  border-radius: 0 0 22px 0;
}
.preview-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.preview-heading div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.preview-heading span {
  color: var(--navy-500);
  font-size: 9px;
}
.preview-heading strong {
  font-size: 17px;
  letter-spacing: -.03em;
}
.preview-heading button {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 7px;
  background: var(--blue);
  color: white;
  font-size: 18px;
}
.preview-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 22px 0;
}
.preview-stats > div {
  background: white;
  border: 1px solid var(--navy-100);
  border-radius: 10px;
  padding: 14px;
  display: grid;
  gap: 5px;
}
.preview-stats span {
  color: var(--navy-500);
  font-size: 8px;
}
.preview-stats strong {
  font-size: 19px;
}
.preview-stats small {
  color: var(--green-dark);
  font-size: 7px;
}
.preview-agenda {
  background: white;
  border: 1px solid var(--navy-100);
  border-radius: 12px;
  padding: 16px;
}
.preview-agenda-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 9px;
}
.preview-agenda-head span {
  color: var(--blue);
}
.preview-row {
  min-height: 58px;
  display: grid;
  grid-template-columns: 36px 26px 1fr auto;
  gap: 9px;
  align-items: center;
  border-top: 1px solid var(--navy-100);
}
.preview-row time {
  font-size: 8px;
  font-weight: 700;
}
.avatar {
  width: 25px;
  height: 25px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-size: 8px;
  font-weight: 800;
  color: var(--blue);
  background: var(--blue-soft);
}
.avatar-2 {
  color: var(--green-dark);
  background: var(--green-soft);
}
.avatar-3 {
  color: #9a6700;
  background: #fff7df;
}
.preview-row div {
  display: grid;
  gap: 2px;
}
.preview-row strong {
  font-size: 8px;
}
.preview-row small {
  font-size: 7px;
  color: var(--navy-500);
}
.preview-row em {
  color: var(--green-dark);
  background: var(--green-soft);
  border-radius: 20px;
  padding: 4px 7px;
  font-size: 6px;
  font-style: normal;
  font-weight: 700;
}
.dashboard-empty {
  min-height: 180px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 28px;
  text-align: center;
  color: var(--navy-500);
}
.dashboard-empty svg {
  color: var(--blue);
}
.dashboard-empty strong {
  color: var(--navy-900);
  font-size: 14px;
}
.dashboard-empty p {
  margin: 0;
  max-width: 340px;
  font-size: 11px;
  line-height: 1.55;
}
.booking-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(7,16,31,.62);
  backdrop-filter: blur(6px);
}
.booking-modal {
  width: min(620px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--navy-200);
  border-radius: 22px;
  box-shadow: var(--shadow-lg);
}
.booking-modal > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}
.booking-modal h2 {
  margin: 7px 0 0;
  font-size: 28px;
  letter-spacing: -.04em;
}
.booking-modal > header > button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 10px;
  background: var(--navy-100);
  cursor: pointer;
}
.booking-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.booking-form-grid label {
  display: grid;
  gap: 7px;
  color: var(--navy-700);
  font-size: 12px;
  font-weight: 700;
}
.booking-form-grid input, .booking-form-grid select {
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  color: var(--navy-900);
  background: var(--surface);
  border: 1px solid var(--navy-200);
  border-radius: 10px;
}
.booking-form-grid input:focus, .booking-form-grid select:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(21,101,239,.13);
}
.booking-modal .auth-error {
  margin-top: 16px;
}
.booking-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 24px;
}
.floating-proof {
  position: absolute;
  right: -30px;
  bottom: 34px;
  padding: 13px 16px;
  min-width: 225px;
  display: flex;
  gap: 11px;
  align-items: center;
  background: white;
  border: 1px solid var(--navy-100);
  border-radius: 13px;
  box-shadow: var(--shadow-md);
}
.proof-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--green-dark);
  background: var(--green-soft);
  border-radius: 10px;
}
.floating-proof > div:last-child {
  display: grid;
  gap: 3px;
}
.floating-proof strong {
  font-size: 10px;
}
.floating-proof span {
  color: var(--navy-500);
  font-size: 8px;
}
.proof-strip {
  border-block: 1px solid var(--navy-100);
  background: white;
}
.proof-grid {
  min-height: 116px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}
.proof-grid > div {
  display: grid;
  gap: 5px;
  padding-left: 32px;
  border-left: 1px solid var(--navy-100);
}
.proof-grid > div:first-child {
  padding-left: 0;
  border-left: 0;
}
.proof-grid strong {
  font-size: 24px;
  letter-spacing: -.04em;
}
.proof-grid span {
  color: var(--navy-500);
  font-size: 12px;
}
.section {
  padding: 120px 0;
}
.section-tinted {
  background: var(--navy-50);
}
.section-intro h2 {
  margin: 16px 0;
  font-size: clamp(38px, 4.3vw, 58px);
  line-height: 1.08;
  letter-spacing: -.055em;
}
.section-intro p {
  color: var(--navy-500);
  font-size: 17px;
  line-height: 1.7;
}
.trades-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 100px;
  align-items: start;
}
.sticky-intro {
  position: sticky;
  top: 120px;
}
.trade-list {
  border-top: 1px solid var(--navy-200);
}
.trade-row {
  min-height: 128px;
  display: grid;
  grid-template-columns: 50px 1fr auto;
  gap: 22px;
  align-items: center;
  border-bottom: 1px solid var(--navy-200);
  transition: padding 180ms ease, color 180ms ease;
}
.trade-row:hover {
  padding-inline: 12px;
  color: var(--blue);
}
.trade-number {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}
.trade-row div {
  display: grid;
  gap: 6px;
}
.trade-row strong {
  font-size: 25px;
  letter-spacing: -.03em;
}
.trade-row div span {
  color: var(--navy-500);
  font-size: 13px;
}
.feature-intro {
  max-width: 760px;
}
.feature-grid {
  margin-top: 62px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.feature-card {
  min-height: 260px;
  padding: 30px;
  background: white;
  border: 1px solid var(--navy-100);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}
.feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: var(--blue-soft);
  color: var(--blue);
  border-radius: 13px;
}
.feature-card h3 {
  margin: 30px 0 12px;
  font-size: 18px;
  letter-spacing: -.025em;
}
.feature-card p {
  margin: 0;
  color: var(--navy-500);
  font-size: 14px;
  line-height: 1.7;
}
.pricing-panel {
  padding: 64px;
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 70px;
  color: white;
  background: var(--navy-950);
  border-radius: 30px;
}
.pricing-copy h2 {
  margin: 17px 0;
  font-size: 42px;
  line-height: 1.13;
  letter-spacing: -.045em;
}
.pricing-copy > p {
  color: rgba(255,255,255,.6);
}
.pricing-copy ul {
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}
.pricing-copy li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.76);
  font-size: 13px;
}
.pricing-copy li svg {
  color: var(--green);
}
.price-card {
  padding: 30px;
  color: var(--navy-900);
  background: white;
  border-radius: 20px;
}
.price-card > span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin: 12px 0;
}
.price strong {
  font-size: 45px;
  letter-spacing: -.06em;
}
.price small {
  color: var(--navy-500);
}
.price-card > p {
  min-height: 48px;
  color: var(--navy-500);
  font-size: 12px;
  line-height: 1.6;
}
.secure-note {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: var(--navy-500);
  font-size: 10px;
}
.cta-section {
  padding: 72px 0;
  color: white;
  background: var(--blue);
}
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.cta-inner > div {
  display: flex;
  align-items: center;
  gap: 22px;
}
.cta-inner h2 {
  margin: 0;
  max-width: 650px;
  font-size: 31px;
  letter-spacing: -.04em;
}
.footer {
  padding: 38px 0;
  background: var(--navy-950);
  color: white;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.footer p, .footer a {
  color: rgba(255,255,255,.5);
  font-size: 11px;
}
.onboarding-page {
  min-height: 100vh;
  background: white;
}
.onboarding-header {
  height: 76px;
  padding: 0 38px;
  border-bottom: 1px solid var(--navy-100);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.onboarding-header > span {
  color: var(--navy-500);
  font-size: 12px;
  font-weight: 600;
}
.onboarding-shell {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(300px, .75fr) minmax(600px, 1.7fr);
}
.onboarding-aside {
  position: relative;
  overflow: hidden;
  padding: 64px 54px 38px;
  color: white;
  background: var(--navy-950);
  display: flex;
  flex-direction: column;
}
.onboarding-aside::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(31,122,0,.22);
  border-radius: 50%;
  right: -180px;
  bottom: -120px;
}
.onboarding-aside h1 {
  margin: 15px 0;
  font-size: clamp(34px, 3.2vw, 48px);
  line-height: 1.08;
  letter-spacing: -.055em;
}
.onboarding-aside > div:first-child p {
  max-width: 390px;
  color: rgba(255,255,255,.58);
  font-size: 14px;
  line-height: 1.7;
}
.steps {
  display: grid;
  gap: 24px;
  margin-top: 60px;
}
.step {
  display: flex;
  align-items: center;
  gap: 14px;
  opacity: .38;
}
.step > span {
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}
.step > div {
  display: grid;
  gap: 2px;
}
.step strong {
  font-size: 13px;
}
.step small {
  color: rgba(255,255,255,.5);
  font-size: 9px;
}
.step.active, .step.done {
  opacity: 1;
}
.step.active > span {
  color: white;
  background: var(--green);
  border-color: var(--green);
  box-shadow: 0 0 0 6px rgba(31,122,0,.11);
}
.step.done > span {
  color: var(--green);
  border-color: var(--green);
}
.aside-domain {
  margin-top: auto;
  color: rgba(255,255,255,.36);
  font-size: 11px;
}
.onboarding-content {
  padding: 62px clamp(38px, 7vw, 110px) 34px;
  display: flex;
  flex-direction: column;
}
.form-panel {
  width: min(720px, 100%);
  margin: auto;
  animation: formEnter 300ms ease-out;
}
@keyframes formEnter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.form-panel h2 {
  margin: 13px 0 10px;
  font-size: clamp(30px, 3.3vw, 44px);
  line-height: 1.12;
  letter-spacing: -.05em;
}
.form-panel > p {
  margin: 0 0 32px;
  color: var(--navy-500);
  font-size: 14px;
  line-height: 1.6;
}
.profession-panel {
  width: min(920px, 100%);
}
.trade-discovery {
  display: grid;
  gap: 18px;
}
.trade-search-field {
  min-height: 56px;
  padding: 0 14px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  color: var(--navy-500);
  background: var(--navy-50);
  border: 1px solid var(--navy-200);
  border-radius: 13px;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.trade-search-field:focus-within {
  color: var(--blue);
  background: white;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(21,101,239,.1);
}
.trade-search-field input {
  width: 100%;
  height: 54px;
  padding: 0;
  color: var(--navy-900);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 15px;
}
.trade-search-field input::placeholder {
  color: var(--navy-400);
}
.trade-search-field button {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--navy-500);
  background: white;
  border: 1px solid var(--navy-100);
  border-radius: 9px;
  cursor: pointer;
}
.trade-category-filter {
  padding-bottom: 3px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
}
.trade-category-filter button {
  min-height: 38px;
  padding: 0 13px;
  flex: 0 0 auto;
  color: var(--navy-600);
  background: white;
  border: 1px solid var(--navy-200);
  border-radius: 999px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 750;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}
.trade-category-filter button:hover {
  color: var(--blue);
  border-color: var(--blue);
}
.trade-category-filter button.active {
  color: white;
  background: var(--navy-900);
  border-color: var(--navy-900);
}
.trade-results-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.trade-results-heading strong {
  color: var(--navy-800);
  font-size: 13px;
}
.trade-results-heading span {
  color: var(--navy-500);
  font-size: 12px;
}
.trade-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.trade-catalogue {
  max-height: min(500px, 52vh);
  padding-right: 4px;
  align-items: stretch;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}
.trade-card {
  min-height: 108px;
  padding: 16px;
  display: grid;
  grid-template-columns: 45px 1fr 22px;
  gap: 14px;
  align-items: center;
  text-align: left;
  background: white;
  border: 1px solid var(--navy-200);
  border-radius: 14px;
  cursor: pointer;
  transition: border 180ms, background 180ms, transform 180ms;
}
.trade-card:hover {
  transform: translateY(-2px);
  border-color: var(--blue);
}
.trade-card.selected {
  border: 2px solid var(--blue);
  background: var(--blue-soft);
  padding: 15px;
}
.trade-card-icon {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: 11px;
}
.trade-card.selected .trade-card-icon {
  color: white;
  background: var(--blue);
}
.trade-card > span:nth-child(2) {
  display: grid;
  gap: 5px;
}
.trade-card > span:nth-child(2) em {
  color: var(--blue);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.trade-card strong {
  font-size: 14px;
}
.trade-card small {
  color: var(--navy-500);
  font-size: 12px;
  line-height: 1.45;
}
.trade-card i, .service-item i {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--blue);
  border: 1px solid var(--navy-200);
  border-radius: 50%;
  font-style: normal;
}
.trade-card:not(.selected) > i {
  background: white;
}
.trade-empty-state {
  min-height: 132px;
  padding: 22px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  background: var(--navy-50);
  border: 1px dashed var(--navy-200);
  border-radius: 14px;
}
.trade-empty-state > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: white;
  border-radius: 12px;
}
.trade-empty-state div {
  display: grid;
  gap: 5px;
}
.trade-empty-state strong {
  font-size: 14px;
}
.trade-empty-state p {
  margin: 0;
  color: var(--navy-500);
  font-size: 12px;
  line-height: 1.5;
}
.trade-empty-state button {
  min-height: 42px;
  padding: 0 14px;
  color: var(--blue);
  background: white;
  border: 1px solid var(--navy-200);
  border-radius: 9px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
}
.custom-profession-field {
  padding: 18px;
  display: grid;
  gap: 8px;
  color: var(--navy-800);
  background: var(--blue-soft);
  border: 1px solid rgba(21,101,239,.22);
  border-radius: 13px;
  font-size: 12px;
  font-weight: 750;
}
.custom-profession-field input {
  width: 100%;
  height: 50px;
  padding: 0 14px;
  color: var(--navy-900);
  background: white;
  border: 1px solid var(--navy-200);
  border-radius: 10px;
  outline: 0;
  font-size: 14px;
}
.custom-profession-field input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(21,101,239,.1);
}
.custom-profession-field small {
  color: var(--navy-500);
  font-size: 10px;
  font-weight: 500;
}
.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.field-grid label {
  display: grid;
  gap: 9px;
  font-size: 12px;
  font-weight: 700;
}
.field-grid input {
  width: 100%;
  height: 52px;
  padding: 0 15px;
  color: var(--navy-900);
  background: white;
  border: 1px solid var(--navy-200);
  border-radius: 10px;
  outline: 0;
  transition: border 180ms, box-shadow 180ms;
}
.field-grid input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(21,101,239,.1);
}
.field-grid input::placeholder {
  color: #9ba6b8;
}
.field-wide {
  grid-column: 1 / -1;
}
.field-grid label small {
  color: var(--navy-500);
  font-size: 9px;
  font-weight: 500;
}
.subdomain-input {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
}
.subdomain-input input {
  border-radius: 10px 0 0 10px !important;
}
.subdomain-input em {
  padding: 0 14px;
  display: flex;
  align-items: center;
  color: var(--navy-700);
  background: var(--navy-50);
  border: 1px solid var(--navy-200);
  border-left: 0;
  border-radius: 0 10px 10px 0;
  font-size: 11px;
  font-style: normal;
  font-weight: 750;
}
.subdomain-status {
  min-height: 18px;
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
}
.subdomain-status.available {
  color: var(--green-dark) !important;
}
.subdomain-status.unavailable {
  color: var(--danger) !important;
}
.service-list {
  display: grid;
  gap: 10px;
}
.service-item {
  width: 100%;
  min-height: 66px;
  padding: 12px 16px;
  display: grid;
  grid-template-columns: 22px 1fr auto;
  gap: 13px;
  align-items: center;
  text-align: left;
  background: white;
  border: 1px solid var(--navy-200);
  border-radius: 11px;
  cursor: pointer;
}
.service-item.checked {
  border-color: rgba(21,101,239,.3);
  background: var(--blue-soft);
}
.service-item:not(.checked) i {
  background: white;
}
.service-item span {
  display: grid;
  gap: 4px;
}
.service-item strong {
  font-size: 12px;
}
.service-item small {
  color: var(--navy-500);
  font-size: 9px;
}
.service-item > svg {
  color: var(--navy-500);
}
.add-service {
  margin-top: 14px;
  padding: 0;
  color: var(--blue);
  background: none;
  border: 0;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.day-picker {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}
.day {
  min-height: 50px;
  color: var(--navy-500);
  background: white;
  border: 1px solid var(--navy-200);
  border-radius: 10px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}
.day.active {
  color: white;
  background: var(--blue);
  border-color: var(--blue);
}
.hours-card, .ready-card {
  margin-top: 16px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--navy-50);
  border: 1px solid var(--navy-100);
  border-radius: 12px;
}
.hours-card > div {
  display: grid;
  gap: 6px;
}
.hours-card span {
  color: var(--navy-500);
  font-size: 10px;
}
.hours-card strong {
  font-size: 13px;
}
.hours-card button {
  color: var(--blue);
  background: none;
  border: 0;
  font-size: 11px;
  font-weight: 700;
}
.ready-card {
  justify-content: flex-start;
  gap: 13px;
  background: var(--green-soft);
  border-color: rgba(31,122,0,.24);
}
.ready-card > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--green-dark);
  border-radius: 50%;
}
.ready-card div {
  display: grid;
  gap: 5px;
}
.ready-card strong {
  font-size: 12px;
}
.ready-card p {
  margin: 0;
  color: var(--navy-500);
  font-size: 10px;
}
.form-actions {
  width: min(720px, 100%);
  margin: 40px auto 0;
  padding-top: 22px;
  border-top: 1px solid var(--navy-100);
  display: flex;
  justify-content: space-between;
}
.progress-mobile {
  display: none;
}
.brand-onboarding-panel {
  width: min(980px, 100%);
}
.brand-onboarding-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .75fr);
  gap: 26px;
  align-items: start;
}
.brand-controls {
  display: grid;
  gap: 18px;
}
.brand-upload-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.brand-file-field {
  min-height: 76px;
  padding: 14px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  color: var(--navy-700);
  background: var(--navy-50);
  border: 1px dashed var(--navy-300);
  border-radius: 12px;
  cursor: pointer;
}
.brand-file-field:hover {
  color: var(--blue);
  border-color: var(--blue);
}
.brand-file-field > span {
  display: grid;
  gap: 4px;
}
.brand-file-field strong {
  font-size: 10px;
}
.brand-file-field small {
  color: var(--navy-500);
  font-size: 8px;
  font-weight: 550;
}
.brand-file-field input, .brand-upload-button input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.brand-color-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.brand-color-grid > label, .brand-controls > label, .brand-choice-row label {
  display: grid;
  gap: 7px;
  color: var(--navy-700);
  font-size: 9px;
  font-weight: 750;
}
.brand-controls > label > input, .brand-choice-row select {
  width: 100%;
  min-height: 44px;
  padding: 9px 11px;
  color: var(--navy-900);
  background: white;
  border: 1px solid var(--navy-200);
  border-radius: 9px;
}
.color-control {
  display: grid;
  grid-template-columns: 42px 1fr;
}
.color-control input[type="color"] {
  width: 42px;
  min-height: 42px;
  padding: 4px;
  background: white;
  border: 1px solid var(--navy-200);
  border-radius: 9px 0 0 9px;
  cursor: pointer;
}
.color-control input:not([type="color"]) {
  min-width: 0;
  min-height: 42px;
  padding: 8px 10px;
  color: var(--navy-900);
  background: white;
  border: 1px solid var(--navy-200);
  border-left: 0;
  border-radius: 0 9px 9px 0;
  font-size: 9px;
  font-weight: 750;
}
.brand-choice-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.brand-live-preview {
  --preview-primary: #1565ef;
  --preview-accent: #1f7a00;
  --preview-background: #f4f7fb;
  --preview-text: #0a1a2f;
  position: sticky;
  top: 22px;
  min-height: 430px;
  overflow: hidden;
  padding: 15px;
  color: var(--preview-text);
  background: var(--preview-background);
  border: 1px solid var(--preview-primary);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--preview-primary) 16%, white);
  }
  border-radius: 20px;
  box-shadow: var(--shadow-md);
}
.preview-label {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 24px;
  padding: 6px 9px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: white;
  background: rgba(10,26,47,.75);
  border-radius: 999px;
  font-size: 7px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}
.preview-cover {
  height: 126px;
  background: linear-gradient(135deg, var(--preview-primary), var(--preview-primary));
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient(135deg, var(--preview-primary), color-mix(in srgb, var(--preview-primary) 55%, var(--preview-accent)));
  }
  background-position: center;
  background-size: cover;
  border-radius: 13px;
}
.preview-brand-row {
  margin-top: -24px;
  padding: 0 13px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
}
.preview-logo {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  color: white;
  background-color: var(--preview-primary);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 5px solid var(--preview-background);
  border-radius: 17px;
  font-size: 13px;
  font-weight: 850;
}
.preview-brand-row small {
  padding-bottom: 7px;
  opacity: .65;
  font-size: 7px;
  font-weight: 700;
}
.brand-live-preview h3 {
  margin: 26px 10px 8px;
  font-size: 25px;
  line-height: 1.05;
  letter-spacing: -.05em;
}
.brand-live-preview > p {
  margin: 0 10px 18px;
  opacity: .65;
  font-size: 9px;
}
.brand-live-preview > button {
  width: calc(100% - 20px);
  min-height: 43px;
  margin: 5px 10px 10px;
  color: white;
  background: var(--preview-primary);
  border: 0;
  border-radius: 10px;
  font-size: 9px;
  font-weight: 800;
}
.brand-live-preview.style-bold {
  border-radius: 8px;
}
.brand-live-preview.style-bold .preview-cover {
  margin: -15px -15px 0;
  height: 155px;
  border-radius: 0;
}
.brand-live-preview.style-bold h3 {
  font-size: 30px;
  text-transform: uppercase;
}
.brand-live-preview.style-soft {
  border-radius: 28px;
}
.brand-live-preview.style-soft .preview-cover {
  border-radius: 21px;
}
.brand-live-preview.style-soft > button {
  background: var(--preview-accent);
  border-radius: 999px;
}
.font-modern h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
}
.font-classic h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -.035em;
}
.font-rounded h3 {
  font-family: ui-rounded, "Arial Rounded MT Bold", system-ui, sans-serif;
}
.dashboard {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 244px 1fr;
  background: var(--navy-50);
}
.dashboard-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 0 14px 18px;
  overflow-y: auto;
  color: white;
  background: var(--navy-950);
  display: flex;
  flex-direction: column;
  z-index: 40;
}
.sidebar-brand {
  min-height: 88px;
  padding: 16px 10px 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.business-switcher {
  min-height: 64px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 11px;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 10px;
  align-items: center;
}
.business-avatar {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--blue);
  border-radius: 9px;
  font-size: 10px;
  font-weight: 800;
}
.business-avatar.has-logo {
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.business-switcher > div:nth-child(2) {
  overflow: hidden;
  display: grid;
  gap: 2px;
}
.business-switcher strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
}
.business-switcher span {
  color: rgba(255,255,255,.45);
  font-size: 8px;
}
.business-switcher svg {
  color: rgba(255,255,255,.45);
}
.dashboard-nav {
  display: grid;
  gap: 3px;
  margin-top: 24px;
}
.nav-label {
  margin: 0 10px 9px;
  color: rgba(255,255,255,.3);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.dashboard-nav-item {
  width: 100%;
  min-height: 42px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(255,255,255,.58);
  background: transparent;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
  transition: background 150ms, color 150ms;
}
.dashboard-nav-item:hover {
  color: white;
  background: rgba(255,255,255,.06);
}
.dashboard-nav-item.active {
  color: white;
  background: rgba(21,101,239,.2);
}
.dashboard-nav-item.active svg {
  color: var(--blue);
}
.dashboard-nav-item em {
  margin-left: auto;
  min-width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--blue);
  border-radius: 20px;
  font-size: 8px;
  font-style: normal;
}
.sidebar-bottom {
  margin-top: auto;
}
.trial-card {
  margin: 13px 0;
  padding: 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 11px;
  display: grid;
  gap: 7px;
}
.trial-card span {
  color: rgba(255,255,255,.46);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.trial-card strong {
  font-size: 11px;
}
.trial-card > div {
  height: 4px;
  background: rgba(255,255,255,.1);
  border-radius: 4px;
  overflow: hidden;
}
.trial-card i {
  display: block;
  width: 64%;
  height: 100%;
  background: var(--green);
}
.trial-card button {
  padding: 0;
  color: var(--blue);
  background: none;
  border: 0;
  text-align: left;
  font-size: 9px;
  font-weight: 700;
  cursor: pointer;
}
.profile-row {
  min-height: 54px;
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 9px;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 13px 7px 0;
}
.profile-row > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  background: var(--blue);
  border-radius: 50%;
  font-size: 9px;
  font-weight: 800;
}
.profile-row div {
  display: grid;
  gap: 2px;
}
.profile-row strong {
  font-size: 9px;
}
.profile-row small {
  color: rgba(255,255,255,.4);
  font-size: 7px;
}
.profile-row svg {
  color: rgba(255,255,255,.4);
}
.profile-logout {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.5);
  background: transparent;
  border: 0;
  border-radius: 7px;
  cursor: pointer;
}
.profile-logout:hover {
  color: white;
  background: rgba(255,255,255,.08);
}
.dashboard-content {
  min-width: 0;
}
.dashboard-topbar {
  height: 72px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  border-bottom: 1px solid var(--navy-100);
}
.search-box {
  width: min(390px, 36vw);
  height: 39px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--navy-500);
  background: var(--navy-50);
  border: 1px solid var(--navy-100);
  border-radius: 8px;
}
.search-box input {
  min-width: 0;
  flex: 1;
  background: none;
  border: 0;
  outline: 0;
  font-size: 10px;
}
.search-box kbd {
  padding: 3px 6px;
  color: var(--navy-500);
  background: white;
  border: 1px solid var(--navy-200);
  border-radius: 4px;
  font-size: 8px;
}
.topbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.icon-button {
  position: relative;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: white;
  border: 1px solid var(--navy-100);
  border-radius: 9px;
  cursor: pointer;
}
.icon-button i {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 6px;
  height: 6px;
  background: var(--blue);
  border: 1px solid white;
  border-radius: 50%;
}
.public-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--navy-500);
  font-size: 10px;
  font-weight: 700;
}
.dashboard-main {
  padding: 30px;
}
.dashboard-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.dashboard-title > div > span {
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.dashboard-title h1 {
  margin: 7px 0 4px;
  font-size: 29px;
  letter-spacing: -.045em;
}
.dashboard-title h1 span {
  font-size: 21px;
}
.dashboard-title p {
  margin: 0;
  color: var(--navy-500);
  font-size: 10px;
}
.date-button {
  min-height: 39px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: white;
  border: 1px solid var(--navy-200);
  border-radius: 8px;
  font-size: 9px;
  font-weight: 700;
}
.metric-grid {
  margin: 25px 0 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.metric-card {
  position: relative;
  padding: 18px;
  background: white;
  border: 1px solid var(--navy-100);
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
}
.metric-icon {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 9px;
}
.metric-icon.blue {
  color: var(--blue);
  background: var(--blue-soft);
}
.metric-icon.green {
  color: var(--green-dark);
  background: var(--green-soft);
}
.metric-icon.amber {
  color: var(--green);
  background: var(--green-soft);
}
.metric-icon.purple {
  color: var(--blue);
  background: var(--blue-soft);
}
.metric-top {
  display: flex;
  justify-content: space-between;
  padding-right: 43px;
}
.metric-top span {
  color: var(--navy-500);
  font-size: 9px;
  font-weight: 600;
}
.metric-top em {
  color: var(--green-dark);
  background: var(--green-soft);
  border-radius: 20px;
  padding: 3px 5px;
  font-size: 7px;
  font-style: normal;
  font-weight: 700;
}
.metric-card > strong {
  display: block;
  margin: 12px 0 6px;
  font-size: 24px;
  letter-spacing: -.04em;
}
.metric-card p {
  margin: 0;
  color: var(--navy-500);
  font-size: 8px;
}
.metric-card p b {
  color: var(--navy-700);
}
.dashboard-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(270px, .75fr);
  gap: 16px;
  align-items: start;
}
.schedule-card, .quick-card, .activity-card {
  padding: 20px;
  background: white;
  border: 1px solid var(--navy-100);
  border-radius: 13px;
  box-shadow: var(--shadow-sm);
}
.card-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}
.card-heading h2 {
  margin: 0 0 5px;
  font-size: 13px;
  letter-spacing: -.02em;
}
.card-heading p {
  margin: 0;
  color: var(--navy-500);
  font-size: 8px;
}
.card-heading > button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--blue);
  background: none;
  border: 0;
  font-size: 8px;
  font-weight: 700;
  cursor: pointer;
}
.timeline {
  margin-top: 14px;
}
.appointment {
  min-height: 70px;
  display: grid;
  grid-template-columns: 46px 8px 38px 1fr 40px 72px 24px;
  gap: 10px;
  align-items: center;
  border-top: 1px solid var(--navy-100);
}
.appointment-time {
  display: grid;
  gap: 3px;
}
.appointment-time strong {
  font-size: 10px;
}
.appointment-time span {
  color: var(--navy-500);
  font-size: 7px;
}
.timeline-dot {
  width: 7px;
  height: 7px;
  background: var(--blue);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--blue-soft);
}
.timeline-dot.green {
  background: var(--green-dark);
  box-shadow: 0 0 0 4px var(--green-soft);
}
.timeline-dot.amber {
  background: var(--green);
  box-shadow: 0 0 0 4px var(--green-soft);
}
.timeline-dot.purple {
  background: var(--blue);
  box-shadow: 0 0 0 4px var(--blue-soft);
}
.client-avatar {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--navy-700);
  background: var(--navy-100);
  border-radius: 9px;
  font-size: 8px;
  font-weight: 800;
}
.appointment-client {
  display: grid;
  gap: 4px;
}
.appointment-client strong, .appointment-price {
  font-size: 9px;
}
.appointment-client span {
  color: var(--navy-500);
  font-size: 8px;
}
.status {
  justify-self: start;
  padding: 4px 7px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  border-radius: 20px;
  font-size: 7px;
  font-style: normal;
  font-weight: 700;
}
.status.confirmed {
  color: var(--green-dark);
  background: var(--green-soft);
}
.status.pending {
  color: #9a6700;
  background: #fff7df;
}
.appointment > button {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: var(--navy-500);
  background: none;
  border: 0;
  cursor: pointer;
}
.open-slot {
  width: 100%;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--blue);
  background: var(--blue-soft);
  border: 1px dashed rgba(21,101,239,.35);
  border-radius: 8px;
  font-size: 8px;
  font-weight: 700;
  cursor: pointer;
}
.right-column {
  display: grid;
  gap: 16px;
}
.quick-grid {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.quick-grid button {
  min-height: 80px;
  padding: 11px;
  display: grid;
  justify-items: start;
  gap: 8px;
  text-align: left;
  background: var(--navy-50);
  border: 1px solid var(--navy-100);
  border-radius: 9px;
  cursor: pointer;
}
.quick-grid button:hover {
  border-color: var(--blue);
  background: var(--blue-soft);
}
.quick-grid span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: white;
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
}
.quick-grid strong {
  font-size: 8px;
  line-height: 1.4;
}
.activity-card {
  padding-bottom: 12px;
}
.activity-item {
  min-height: 62px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  border-top: 1px solid var(--navy-100);
}
.activity-card .card-heading {
  padding-bottom: 12px;
}
.activity-icon {
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  border-radius: 9px;
}
.activity-icon.green {
  color: var(--green-dark);
  background: var(--green-soft);
}
.activity-icon.blue {
  color: var(--blue);
  background: var(--blue-soft);
}
.activity-icon.amber {
  color: #a16207;
  background: #fff7df;
}
.activity-item div {
  display: grid;
  gap: 4px;
}
.activity-item strong {
  font-size: 8px;
}
.activity-item p {
  margin: 0;
  color: var(--navy-500);
  font-size: 7px;
}
.activity-more {
  width: 100%;
  padding: 10px 0 0;
  color: var(--blue);
  background: none;
  border: 0;
  font-size: 8px;
  font-weight: 700;
  cursor: pointer;
}
.mobile-menu, .mobile-close, .sidebar-overlay, .mobile-topbar-brand {
  display: none;
}
.admin-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 256px minmax(0, 1fr);
  background: var(--navy-50);
}
.admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 28px 18px 18px;
  display: flex;
  flex-direction: column;
  color: white;
  background: var(--navy-950);
}
.admin-sidebar .brand-negative img {
  width: 172px;
}
.admin-badge {
  margin: 26px 4px 30px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #b9f1a8;
  background: rgba(31,122,0,.18);
  border: 1px solid rgba(89,194,0,.22);
  border-radius: 10px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .02em;
}
.admin-sidebar nav {
  display: grid;
  gap: 5px;
}
.admin-sidebar nav button {
  min-height: 44px;
  padding: 0 12px;
  display: grid;
  grid-template-columns: 21px 1fr auto;
  gap: 10px;
  align-items: center;
  color: rgba(255,255,255,.58);
  background: transparent;
  border: 0;
  border-radius: 9px;
  text-align: left;
  cursor: pointer;
  font-size: 11px;
  font-weight: 650;
}
.admin-sidebar nav button:hover {
  color: white;
  background: rgba(255,255,255,.06);
}
.admin-sidebar nav button.active {
  color: white;
  background: var(--blue);
  box-shadow: 0 8px 18px rgba(21,101,239,.2);
}
.admin-sidebar nav button svg:last-child {
  opacity: .35;
}
.admin-identity {
  margin-top: auto;
  padding: 14px 8px 0;
  display: grid;
  grid-template-columns: 34px 1fr 30px;
  gap: 10px;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.08);
}
.admin-identity > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--green);
  border-radius: 9px;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}
.admin-identity > div {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.admin-identity strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
}
.admin-identity small {
  color: rgba(255,255,255,.4);
  font-size: 8px;
}
.admin-identity button {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.5);
  background: transparent;
  border: 0;
  border-radius: 7px;
  cursor: pointer;
}
.admin-identity button:hover {
  color: white;
  background: rgba(255,255,255,.08);
}
.admin-content {
  min-width: 0;
  padding: 0 34px 50px;
}
.admin-topbar {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--navy-200);
}
.admin-topbar > div:first-child {
  display: grid;
  gap: 5px;
}
.admin-topbar > div:first-child > span {
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.admin-topbar h1 {
  margin: 0;
  font-size: 25px;
  letter-spacing: -.04em;
}
.admin-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.admin-actions label {
  width: 260px;
  height: 42px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--navy-500);
  background: white;
  border: 1px solid var(--navy-200);
  border-radius: 10px;
}
.admin-actions input {
  min-width: 0;
  flex: 1;
  background: none;
  border: 0;
  outline: 0;
  font-size: 11px;
}
.admin-notice {
  margin-top: 18px;
  padding: 12px 15px;
  color: var(--navy-800);
  background: var(--blue-soft);
  border: 1px solid rgba(21,101,239,.18);
  border-radius: 10px;
  font-size: 11px;
  font-weight: 650;
}
.admin-health {
  margin: 26px 0 16px;
  min-height: 76px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  background: var(--navy-950);
  border-radius: 15px;
  box-shadow: var(--shadow-md);
}
.admin-health > div {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 3px 10px;
  align-items: center;
}
.admin-health strong {
  font-size: 13px;
}
.admin-health small {
  grid-column: 2;
  color: rgba(255,255,255,.5);
  font-size: 9px;
}
.health-pulse {
  width: 9px;
  height: 9px;
  background: #59c200;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(89,194,0,.14);
}
.admin-health > svg {
  color: #8adb5c;
}
.admin-health.warning {
  background: #5f2c08;
}
.admin-health.warning .health-pulse {
  background: #ffb94e;
  box-shadow: 0 0 0 6px rgba(255,185,78,.17);
}
.admin-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.admin-metrics article {
  min-height: 158px;
  padding: 19px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 3px 12px;
  align-items: center;
  background: white;
  border: 1px solid var(--navy-100);
  border-radius: 13px;
  box-shadow: var(--shadow-sm);
}
.admin-metrics article > span {
  grid-row: 1 / 4;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: 11px;
}
.admin-metrics article > span svg {
  width: 20px;
}
.admin-metrics small {
  align-self: end;
  color: var(--navy-500);
  font-size: 9px;
  font-weight: 650;
}
.admin-metrics strong {
  font-size: 25px;
  letter-spacing: -.04em;
}
.admin-metrics em {
  align-self: start;
  color: var(--green-dark);
  font-size: 8px;
  font-style: normal;
}
.admin-overview-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1.55fr .75fr;
  gap: 16px;
}
.admin-panel, .admin-table-card {
  background: white;
  border: 1px solid var(--navy-100);
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
}
.admin-panel {
  padding: 20px;
}
.admin-panel > header, .admin-table-card > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.admin-panel > header div, .admin-table-card > header div {
  display: grid;
  gap: 4px;
}
.admin-panel > header span, .admin-table-card > header span {
  color: var(--blue);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.admin-panel h2, .admin-table-card h2 {
  margin: 0;
  font-size: 15px;
  letter-spacing: -.025em;
}
.admin-panel > header svg {
  color: var(--navy-300);
}
.admin-feed-row {
  min-height: 64px;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 11px;
  align-items: center;
  border-top: 1px solid var(--navy-100);
}
.admin-feed-row:first-of-type {
  margin-top: 15px;
}
.admin-avatar {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: 10px;
  font-size: 9px;
  font-weight: 800;
}
.admin-feed-row > div {
  display: grid;
  gap: 3px;
}
.admin-feed-row strong {
  font-size: 10px;
}
.admin-feed-row small {
  color: var(--navy-500);
  font-size: 8px;
}
.admin-feed-row em, .admin-table-row > em {
  padding: 4px 7px;
  color: var(--green-dark);
  background: var(--green-soft);
  border-radius: 999px;
  font-size: 7px;
  font-style: normal;
  font-weight: 800;
}
.admin-feed-row em.is-off, .admin-table-row > em.is-off {
  color: #a13b26;
  background: #fff0ed;
}
.admin-capacity {
  margin: 23px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.admin-capacity > div {
  padding: 17px;
  display: grid;
  gap: 4px;
  background: var(--navy-50);
  border: 1px solid var(--navy-100);
  border-radius: 10px;
}
.admin-capacity strong {
  font-size: 24px;
}
.admin-capacity span {
  color: var(--navy-500);
  font-size: 8px;
}
.admin-panel > p {
  color: var(--navy-500);
  font-size: 10px;
  line-height: 1.65;
}
.admin-table-card {
  margin-top: 26px;
  overflow: hidden;
}
.admin-table-card > header {
  padding: 20px 22px;
}
.admin-table {
  overflow-x: auto;
}
.admin-table-head, .admin-table-row {
  min-width: 880px;
  display: grid;
  grid-template-columns: 1.45fr .8fr .65fr .55fr 1fr;
  gap: 18px;
  align-items: center;
}
.admin-table-head {
  min-height: 39px;
  padding: 0 22px;
  color: var(--navy-500);
  background: var(--navy-50);
  border-block: 1px solid var(--navy-100);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.admin-table-row {
  min-height: 68px;
  padding: 10px 22px;
  border-bottom: 1px solid var(--navy-100);
}
.admin-table-row:last-child {
  border-bottom: 0;
}
.admin-table-row > div:first-child {
  min-width: 0;
  display: grid;
  gap: 4px;
}
.admin-table-row strong {
  font-size: 10px;
}
.admin-table-row small, .admin-table-row > span {
  color: var(--navy-500);
  font-size: 8px;
}
.admin-table-row code {
  color: var(--navy-500);
  font-size: 8px;
}
.admin-row-actions {
  display: flex;
  justify-content: flex-end;
  gap: 7px;
}
.admin-row-actions button {
  min-height: 32px;
  padding: 0 10px;
  color: var(--navy-700);
  background: white;
  border: 1px solid var(--navy-200);
  border-radius: 7px;
  cursor: pointer;
  font-size: 8px;
  font-weight: 750;
}
.admin-row-actions button:hover {
  color: var(--blue);
  border-color: var(--blue);
}
.admin-row-actions button.danger {
  width: 32px;
  padding: 0;
  display: grid;
  place-items: center;
  color: var(--danger);
}
.admin-row-actions button:disabled {
  cursor: not-allowed;
  opacity: .35;
}
.admin-table.bookings .admin-table-head, .admin-table.bookings .admin-table-row {
  grid-template-columns: 1fr 1fr 1.2fr .85fr .5fr;
}
.admin-table.emails .admin-table-head, .admin-table.emails .admin-table-row {
  grid-template-columns: 1.35fr 1fr 1fr .8fr .45fr;
}
.admin-table.emails code {
  font-size: 11px;
  color: var(--navy-500);
  overflow-wrap: anywhere;
}
.admin-email-health {
  margin-top: 20px;
  max-width: 520px;
}
.admin-email-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 20px;
  align-items: start;
}
.admin-template-panel {
  display: grid;
  gap: 8px;
}
.admin-template-panel > header {
  margin-bottom: 8px;
}
.admin-template-panel > a {
  min-height: 48px;
  display: grid;
  grid-template-columns: 32px 1fr 18px;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  color: var(--navy-800);
  text-decoration: none;
  border: 1px solid var(--navy-100);
  border-radius: 12px;
  transition: border-color .18s ease, background .18s ease;
}
.admin-template-panel > a:hover {
  border-color: var(--blue);
  background: rgba(21,101,255,.04);
}
.admin-template-panel > a:focus-visible {
  outline: 3px solid rgba(21,101,255,.2);
  outline-offset: 2px;
}
.admin-template-panel > a > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: rgba(21,101,255,.08);
  border-radius: 9px;
}
.admin-template-panel > a strong {
  font-size: 13px;
}
.admin-table-card.audit {
  padding-bottom: 4px;
}
.admin-audit-row {
  min-height: 64px;
  margin-inline: 20px;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 11px;
  align-items: center;
  border-top: 1px solid var(--navy-100);
}
.admin-audit-row > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--green-dark);
  background: var(--green-soft);
  border-radius: 9px;
}
.admin-audit-row > div {
  display: grid;
  gap: 3px;
}
.admin-audit-row strong {
  font-size: 10px;
}
.admin-audit-row small, .admin-audit-row time {
  color: var(--navy-500);
  font-size: 8px;
}
.admin-empty {
  padding: 50px 20px;
  color: var(--navy-500);
  text-align: center;
  font-size: 11px;
}
.admin-finance-stack {
  padding-top: 26px;
}
.admin-finance-stack .admin-table-card {
  margin-top: 16px;
}
.admin-finance-list {
  border-top: 1px solid var(--navy-100);
}
.admin-finance-list article {
  min-height: 72px;
  padding: 12px 22px;
  display: grid;
  grid-template-columns: minmax(220px,1.4fr) 110px minmax(150px,.7fr) minmax(170px,.8fr);
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid var(--navy-100);
}
.admin-finance-list article:last-child {
  border-bottom: 0;
}
.admin-finance-list article > div {
  min-width: 0;
  display: grid;
  gap: 4px;
}
.admin-finance-list article strong {
  overflow-wrap: anywhere;
  font-size: 11px;
}
.admin-finance-list article small, .admin-finance-list article > span {
  color: var(--navy-500);
  font-size: 9px;
  line-height: 1.45;
}
.admin-finance-list article > small {
  overflow-wrap: anywhere;
}
.admin-finance-list .tag, .admin-table-card > header .tag {
  width: fit-content;
  padding: 5px 8px;
  color: var(--navy-700);
  background: var(--navy-100);
  border-radius: 999px;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}
.admin-finance-list .tag.success, .admin-table-card > header .tag.success {
  color: var(--green-dark);
  background: var(--green-soft);
}
.admin-finance-list .tag.danger, .admin-table-card > header .tag.danger {
  color: #a13b26;
  background: #fff0ed;
}
.admin-refund-button {
  padding: 4px 7px;
  color: var(--blue);
  background: white;
  border: 1px solid var(--navy-200);
  border-radius: 6px;
  font-size: 8px;
  font-weight: 800;
  cursor: pointer;
}
.admin-refund-button:disabled {
  opacity: .4;
  cursor: not-allowed;
}
.admin-create-modal > header > svg {
  color: var(--blue);
}
.admin-form-note {
  margin: 16px 0 0;
  color: var(--navy-500);
  font-size: 10px;
  line-height: 1.6;
}
.auth-page {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(560px, 1.45fr);
  background: white;
}
.auth-page-simple {
  grid-template-columns: 1fr;
}
.auth-page-simple .auth-form-side {
  min-height: 100vh;
}
.auth-brand-panel {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 48px 56px;
  color: white;
  background: var(--navy-950);
  display: flex;
  flex-direction: column;
}
.auth-brand-panel::after {
  content: "";
  position: absolute;
  right: -190px;
  bottom: -190px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(31,122,0,.28);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(21,101,239,.04);
}
.auth-brand-panel .brand-negative img {
  width: 178px;
}
.auth-promise {
  margin-block: auto;
  max-width: 470px;
}
.auth-promise h1 {
  margin: 18px 0;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: -.06em;
}
.auth-promise > p {
  color: rgba(255,255,255,.62);
  font-size: 15px;
  line-height: 1.7;
}
.auth-promise ul {
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
  display: grid;
  gap: 14px;
}
.auth-promise li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  font-weight: 600;
}
.auth-promise li svg {
  color: var(--green);
}
.auth-domain {
  color: rgba(255,255,255,.38);
  font-size: 11px;
}
.auth-form-side {
  padding: 48px;
  display: grid;
  place-items: center;
}
.auth-card {
  width: min(520px, 100%);
}
.auth-card h2 {
  margin: 14px 0 9px;
  font-size: clamp(32px, 3.5vw, 46px);
  line-height: 1.1;
  letter-spacing: -.052em;
}
.auth-card > p {
  margin: 0;
  color: var(--navy-500);
  font-size: 14px;
  line-height: 1.6;
}
.auth-form {
  margin-top: 32px;
  display: grid;
  gap: 19px;
}
.auth-form > label, .auth-name-grid label {
  display: grid;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
}
.auth-name-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.auth-input {
  height: 52px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--navy-500);
  background: white;
  border: 1px solid var(--navy-200);
  border-radius: 10px;
  transition: border 160ms, box-shadow 160ms;
}
.auth-input:focus-within {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(21,101,239,.1);
}
.auth-input input {
  min-width: 0;
  flex: 1;
  height: 100%;
  color: var(--navy-900);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 13px;
}
.auth-input input::placeholder {
  color: #99a5b5;
}
.auth-input button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--navy-500);
  background: none;
  border: 0;
  border-radius: 7px;
  cursor: pointer;
}
.terms-check {
  grid-template-columns: 18px 1fr !important;
  gap: 9px !important;
  align-items: start;
  color: var(--navy-500);
  font-weight: 500 !important;
  line-height: 1.5;
  cursor: pointer;
}
.terms-check input {
  width: 17px;
  height: 17px;
  accent-color: var(--blue);
}
.auth-error {
  padding: 12px 14px;
  color: #9f1d1d;
  background: #fff1f1;
  border: 1px solid #ffd5d5;
  border-radius: 9px;
  font-size: 13px;
  line-height: 1.55;
}
.auth-success {
  padding: 12px 14px;
  color: var(--green-dark);
  background: var(--green-soft);
  border: 1px solid rgba(31,122,0,.2);
  border-radius: 9px;
  font-size: 13px;
  line-height: 1.55;
}
.auth-confirmation-panel {
  margin-top: 30px;
  padding: 25px;
  display: grid;
  gap: 18px;
  background: var(--navy-50);
  border: 1px solid var(--navy-200);
  border-radius: 16px;
}
.auth-confirmation-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--green-dark);
  background: var(--green-soft);
  border: 1px solid rgba(31,122,0,.18);
  border-radius: 15px;
}
.auth-confirmation-panel strong {
  display: block;
  color: var(--navy-700);
  font-size: 13px;
}
.auth-confirmation-email {
  display: block;
  margin-top: 4px;
  color: var(--navy-950);
  font-size: 16px;
  font-weight: 800;
  overflow-wrap: anywhere;
}
.auth-confirmation-panel ol {
  margin: 0;
  padding-left: 22px;
  display: grid;
  gap: 9px;
  color: var(--navy-600);
  font-size: 14px;
  line-height: 1.55;
}
.auth-change-email {
  justify-self: center;
  padding: 5px;
  color: var(--blue);
  background: none;
  border: 0;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}
.auth-change-email:hover {
  text-decoration: underline;
}
.auth-switch {
  margin-top: 24px !important;
  text-align: center;
  font-size: 11px !important;
}
.auth-switch a {
  margin-left: 5px;
  color: var(--blue);
  font-weight: 800;
}
.auth-security {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--navy-100);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  color: var(--navy-500);
  font-size: 9px;
}
.auth-mobile-brand {
  display: none;
}
@media (max-width: 1050px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    max-width: 700px;
  }
  .hero-product, .hero-professionals {
    width: min(720px, 100%);
  }
  .trades-layout {
    gap: 50px;
  }
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }
  .pricing-panel {
    grid-template-columns: 1fr;
  }
  .dashboard {
    grid-template-columns: 1fr;
  }
  .dashboard-sidebar {
    position: fixed;
    left: 0;
    transform: translateX(-102%);
    width: 244px;
    transition: transform 200ms ease;
  }
  .dashboard-sidebar.open {
    transform: none;
  }
  .sidebar-overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 35;
    background: rgba(7,16,31,.55);
    border: 0;
  }
  .mobile-menu, .mobile-close {
    display: grid;
    place-items: center;
    background: none;
    border: 0;
  }
  .mobile-menu {
    margin-right: 10px;
  }
  .mobile-close {
    color: white;
  }
  .dashboard-topbar {
    justify-content: flex-start;
  }
  .topbar-actions {
    margin-left: auto;
  }
  .metric-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 760px) {
  .shell {
    width: min(100% - 28px, 1180px);
  }
  .desktop-nav, .desktop-only {
    display: none;
  }
  .header-inner {
    min-height: 68px;
  }
  .brand-name {
    display: none;
  }
  .hero {
    padding: 62px 0 75px;
  }
  .hero h1 {
    font-size: clamp(42px, 13vw, 58px);
  }
  .hero-lead {
    font-size: 16px;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-actions .button {
    width: 100%;
  }
  .trust-line {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .hero-professionals {
    width: 100%;
    border-radius: 20px;
  }
  .hero-professionals > img {
    aspect-ratio: 1.72 / 1;
  }
  .profession-tags {
    left: 12px;
    top: 12px;
  }
  .profession-tags span {
    padding: 6px 8px;
    font-size: 9px;
  }
  .professional-proof {
    position: static;
    min-width: 0;
    border: 0;
    border-top: 1px solid var(--navy-100);
    border-radius: 0;
    box-shadow: none;
  }
  .hero-product {
    min-height: 390px;
    transform: none;
  }
  .booking-modal-backdrop {
    padding: 12px;
    align-items: end;
  }
  .booking-modal {
    max-height: calc(100vh - 24px);
    padding: 22px 18px;
    border-radius: 20px 20px 0 0;
  }
  .booking-form-grid {
    grid-template-columns: 1fr;
  }
  .booking-modal-actions {
    flex-direction: column-reverse;
  }
  .booking-modal-actions .button {
    width: 100%;
  }
  .admin-email-layout {
    grid-template-columns: 1fr;
  }
  .product-body {
    grid-template-columns: 1fr;
    min-height: 335px;
  }
  .product-sidebar {
    display: none;
  }
  .product-main {
    padding: 17px;
    border-radius: 0 0 22px 22px;
  }
  .floating-proof {
    right: 12px;
    bottom: -28px;
  }
  .proof-grid {
    grid-template-columns: 1fr 1fr;
    padding-block: 20px;
    gap: 20px;
  }
  .proof-grid > div, .proof-grid > div:first-child {
    padding-left: 14px;
    border-left: 2px solid var(--blue);
  }
  .section {
    padding: 78px 0;
  }
  .trades-layout {
    grid-template-columns: 1fr;
  }
  .sticky-intro {
    position: static;
  }
  .trade-row {
    min-height: 105px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
  .feature-card {
    min-height: auto;
  }
  .pricing-panel {
    padding: 30px 22px;
    border-radius: 22px;
  }
  .pricing-copy h2 {
    font-size: 34px;
  }
  .pricing-copy ul {
    grid-template-columns: 1fr;
  }
  .cta-inner, .cta-inner > div, .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .cta-inner .button {
    width: 100%;
  }
  .onboarding-header {
    height: 66px;
    padding: 0 20px;
  }
  .onboarding-header > span {
    display: none;
  }
  .onboarding-shell {
    min-height: calc(100vh - 66px);
    grid-template-columns: 1fr;
  }
  .onboarding-aside {
    display: none;
  }
  .onboarding-content {
    padding: 28px 20px 24px;
  }
  .progress-mobile {
    display: grid;
    gap: 8px;
    margin-bottom: 36px;
  }
  .progress-mobile span {
    color: var(--navy-500);
    font-size: 10px;
    font-weight: 700;
  }
  .progress-mobile > div {
    height: 4px;
    overflow: hidden;
    background: var(--navy-100);
    border-radius: 4px;
  }
  .progress-mobile i {
    display: block;
    height: 100%;
    background: var(--blue);
    transition: width 250ms;
  }
  .form-panel h2 {
    font-size: 34px;
  }
  .trade-cards, .field-grid {
    grid-template-columns: 1fr;
  }
  .trade-catalogue {
    max-height: 430px;
  }
  .trade-results-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .trade-empty-state {
    grid-template-columns: 48px minmax(0, 1fr);
  }
  .trade-empty-state button {
    grid-column: 1 / -1;
    width: 100%;
  }
  .brand-onboarding-grid, .brand-upload-row {
    grid-template-columns: 1fr;
  }
  .brand-live-preview {
    position: relative;
    top: auto;
  }
  .field-wide {
    grid-column: auto;
  }
  .day-picker {
    grid-template-columns: repeat(4, 1fr);
  }
  .form-actions {
    margin-top: 30px;
  }
  .form-actions .button {
    padding-inline: 15px;
  }
  .dashboard-topbar {
    height: 64px;
    padding: 0 14px;
  }
  .mobile-topbar-brand {
    display: inline-flex;
    margin-left: 4px;
  }
  .mobile-topbar-brand .brand-compact img {
    width: 48px;
  }
  .search-box, .public-link, .topbar-actions .button {
    display: none;
  }
  .topbar-actions {
    margin-left: auto;
  }
  .dashboard-main {
    padding: 22px 14px;
  }
  .dashboard-title {
    align-items: flex-start;
    flex-direction: column;
  }
  .date-button {
    align-self: stretch;
    justify-content: center;
  }
  .metric-grid {
    grid-template-columns: 1fr;
  }
  .dashboard-columns {
    grid-template-columns: 1fr;
  }
  .appointment {
    grid-template-columns: 42px 7px 38px minmax(0, 1fr) auto;
  }
  .appointment-price, .appointment .status {
    display: none;
  }
  .appointment > button {
    grid-column: 5;
  }
  .auth-page {
    grid-template-columns: 1fr;
  }
  .auth-brand-panel {
    display: none;
  }
  .auth-form-side {
    padding: 26px 20px 40px;
    display: block;
  }
  .auth-mobile-brand {
    display: block;
    margin-bottom: 46px;
  }
  .auth-mobile-brand .brand img {
    width: 150px;
  }
  .auth-card {
    margin-inline: auto;
  }
  .auth-card h2 {
    font-size: 34px;
  }
  .auth-name-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 980px) {
  .admin-shell {
    grid-template-columns: 82px minmax(0, 1fr);
  }
  .admin-sidebar {
    padding-inline: 12px;
  }
  .admin-sidebar .brand-negative img {
    width: 58px;
  }
  .admin-badge {
    justify-content: center;
    padding-inline: 8px;
  }
  .admin-badge span, .admin-sidebar nav button span, .admin-sidebar nav button svg:last-child, .admin-identity > div {
    display: none;
  }
  .admin-sidebar nav button {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 0;
  }
  .admin-identity {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .admin-identity button {
    display: none;
  }
  .admin-metrics {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 680px) {
  .admin-shell {
    display: block;
  }
  .admin-sidebar {
    position: static;
    width: 100%;
    height: auto;
    padding: 14px 18px;
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }
  .admin-sidebar .brand-negative img {
    width: 110px;
  }
  .admin-badge, .admin-identity {
    display: none;
  }
  .admin-sidebar {
    overflow-x: auto;
    align-items: center;
  }
  .admin-sidebar nav {
    display: flex;
    flex: 0 0 auto;
  }
  .admin-sidebar nav button {
    min-width: max-content;
    padding-inline: 12px;
    grid-template-columns: 18px auto;
  }
  .admin-sidebar nav button span {
    display: inline;
  }
  .admin-content {
    padding: 0 16px 36px;
  }
  .admin-topbar {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 0;
  }
  .admin-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }
  .admin-actions label {
    width: 100%;
  }
  .admin-metrics, .admin-overview-grid {
    grid-template-columns: 1fr;
  }
  .admin-health {
    align-items: flex-start;
  }
  .admin-finance-list {
    overflow-x: auto;
  }
  .admin-finance-list article {
    min-width: 740px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}
.workspace-main {
  position: relative;
}
.workspace-heading {
  margin-bottom: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.workspace-heading > div {
  min-width: 0;
}
.workspace-heading h1 {
  margin: 6px 0 5px;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.12;
  letter-spacing: -.045em;
}
.workspace-heading p {
  margin: 0;
  color: var(--navy-500);
  font-size: 12px;
  line-height: 1.55;
}
.form-kicker, .panel-kicker {
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.workspace-alert {
  margin-bottom: 16px;
  padding: 12px 14px;
  border: 1px solid;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.5;
}
.workspace-alert.success {
  color: var(--green-dark);
  background: var(--green-soft);
  border-color: rgba(31,122,0,.22);
}
.workspace-alert.error, .auth-error {
  color: #991b1b;
  background: #fef2f2;
  border-color: #fecaca;
}
.workspace-panel {
  min-width: 0;
  padding: 22px;
  background: white;
  border: 1px solid var(--navy-100);
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
}
.panel-header {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.panel-header h2 {
  margin: 4px 0 0;
  font-size: 17px;
  letter-spacing: -.025em;
}
.panel-header p {
  margin: 5px 0 0;
  color: var(--navy-500);
  font-size: 10px;
}
.workspace-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .8fr);
  gap: 18px;
  align-items: start;
}
.workspace-empty {
  min-height: 250px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  color: var(--navy-500);
}
.workspace-empty > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: 14px;
}
.workspace-empty strong {
  color: var(--navy-900);
  font-size: 14px;
}
.workspace-empty p {
  max-width: 430px;
  margin: 0 0 5px;
  font-size: 10px;
  line-height: 1.6;
}
.activity-empty {
  padding: 28px 4px 18px;
  color: var(--navy-500);
  text-align: center;
  font-size: 10px;
}
.appointment-button {
  width: 100%;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}
.appointment-button:hover {
  background: var(--navy-50);
}
.notification-wrap {
  position: relative;
}
.notification-panel, .search-results-panel {
  position: absolute;
  z-index: 60;
  top: calc(100% + 10px);
  right: 0;
  width: min(380px, calc(100vw - 30px));
  padding: 10px;
  background: white;
  border: 1px solid var(--navy-100);
  border-radius: 13px;
  box-shadow: var(--shadow-lg);
}
.notification-panel h3, .search-results-panel h3 {
  margin: 8px 9px 10px;
  font-size: 12px;
}
.notification-panel p {
  margin: 0;
  padding: 13px 10px;
  color: var(--navy-500);
  border-top: 1px solid var(--navy-100);
  font-size: 9px;
  line-height: 1.5;
}
.search-box {
  position: relative;
}
.search-results-panel {
  top: 48px;
  left: 0;
  right: auto;
  width: min(470px, 82vw);
}
.search-result-grid {
  display: grid;
  gap: 5px;
}
.search-result-grid button {
  width: 100%;
  min-height: 48px;
  padding: 9px 10px;
  display: grid;
  gap: 3px;
  text-align: left;
  background: white;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
}
.search-result-grid button:hover {
  background: var(--blue-soft);
}
.search-result-grid strong {
  font-size: 10px;
}
.search-result-grid span {
  color: var(--navy-500);
  font-size: 8px;
}
.workspace-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  padding: 24px;
  display: grid;
  place-items: center;
  background: rgba(7,16,31,.64);
  backdrop-filter: blur(5px);
}
.workspace-modal {
  width: min(680px, 100%);
  max-height: min(780px, calc(100vh - 48px));
  overflow: auto;
  padding: 26px;
  background: white;
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
}
.workspace-modal > header {
  margin-bottom: 22px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.workspace-modal > header h2 {
  margin: 6px 0 0;
  font-size: 24px;
  letter-spacing: -.04em;
}
.workspace-modal > header button {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: var(--navy-50);
  border: 1px solid var(--navy-100);
  border-radius: 10px;
  cursor: pointer;
}
.workspace-form, .settings-form {
  display: grid;
  gap: 16px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-grid label, .workspace-form > label, .settings-form label {
  display: grid;
  gap: 7px;
  color: var(--navy-700);
  font-size: 10px;
  font-weight: 750;
}
.form-grid .full {
  grid-column: 1 / -1;
}
.form-grid input, .form-grid select, .form-grid textarea,
.workspace-form input, .workspace-form select, .workspace-form textarea,
.settings-form input, .settings-form select, .settings-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--navy-900);
  background: white;
  border: 1px solid var(--navy-200);
  border-radius: 9px;
  outline: 0;
}
.form-grid textarea, .workspace-form textarea, .settings-form textarea {
  min-height: 92px;
  resize: vertical;
}
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus,
.workspace-form input:focus, .workspace-form select:focus, .workspace-form textarea:focus,
.settings-form input:focus, .settings-form select:focus, .settings-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(21,101,239,.1);
}
.check-field {
  min-height: 46px;
  padding: 11px 12px;
  display: flex !important;
  align-items: center;
  gap: 10px !important;
  background: var(--navy-50);
  border: 1px solid var(--navy-100);
  border-radius: 9px;
}
.check-field input {
  width: 18px !important;
  min-height: 18px !important;
  accent-color: var(--blue);
}
.form-note {
  margin: 0;
  color: var(--navy-500);
  font-size: 9px;
  line-height: 1.55;
}
.workspace-modal-actions {
  margin-top: 8px;
  padding-top: 18px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  border-top: 1px solid var(--navy-100);
}
.button-danger {
  color: white;
  background: var(--danger);
}
.button-danger:hover {
  background: #b91c1c;
}
.agenda-list {
  display: grid;
}
.agenda-row {
  min-height: 72px;
  padding: 12px 5px;
  display: grid;
  grid-template-columns: 6px 72px 38px minmax(150px, 1.4fr) minmax(100px, .8fr) auto auto;
  gap: 12px;
  align-items: center;
  border-top: 1px solid var(--navy-100);
}
.agenda-row:first-child {
  border-top: 0;
}
.agenda-row.blocked {
  color: var(--navy-500);
  background: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(234,240,246,.55) 10px, rgba(234,240,246,.55) 20px);
}
.agenda-accent {
  align-self: stretch;
  background: var(--blue);
  border-radius: 6px;
}
.agenda-row strong {
  font-size: 10px;
}
.agenda-row small {
  color: var(--navy-500);
  font-size: 8px;
}
.agenda-row > div {
  display: grid;
  gap: 4px;
}
.date-controls {
  display: flex;
  align-items: center;
  gap: 6px;
}
.date-controls button {
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  display: grid;
  place-items: center;
  background: white;
  border: 1px solid var(--navy-200);
  border-radius: 8px;
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
}
.member-availability {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--navy-100);
}
.member-availability {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 10px;
  align-items: center;
}
.member-availability > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: white;
  border-radius: 10px;
  font-size: 8px;
  font-weight: 800;
}
.member-availability > div {
  display: grid;
  gap: 4px;
}
.member-availability h3 {
  margin: 0;
  font-size: 11px;
}
.member-availability p {
  margin: 4px 0 0;
  color: var(--navy-500);
  font-size: 8px;
}
.member-availability strong {
  font-size: 9px;
}
.member-availability small {
  color: var(--navy-500);
  font-size: 8px;
}
.member-availability button {
  min-height: 36px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--blue);
  background: var(--blue-soft);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 8px;
  font-weight: 750;
}
.workspace-table {
  overflow: hidden;
  border: 1px solid var(--navy-100);
  border-radius: 11px;
}
.workspace-table-head, .workspace-table-row {
  min-width: 680px;
  display: grid;
  align-items: center;
  gap: 12px;
}
.workspace-table-head {
  min-height: 38px;
  padding: 0 14px;
  color: var(--navy-500);
  background: var(--navy-50);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.workspace-table-row {
  min-height: 64px;
  padding: 10px 14px;
  border-top: 1px solid var(--navy-100);
  font-size: 9px;
}
.workspace-table-head.clients, .workspace-table-row.clients {
  grid-template-columns: minmax(180px, 1.4fr) minmax(150px, 1fr) 110px 100px 110px;
}
.workspace-table-head.payments, .workspace-table-row.payments {
  min-width: 760px;
  grid-template-columns: minmax(120px, .8fr) minmax(150px, 1.15fr) 90px 90px 90px 90px;
}
.identity-cell {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
}
.identity-cell > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: 9px;
  font-size: 8px;
  font-weight: 800;
}
.identity-cell > div {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.identity-cell strong, .workspace-table-row > strong {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 9px;
}
.identity-cell small {
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--navy-500);
  font-size: 8px;
}
.row-actions {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}
.row-actions button {
  min-width: 34px;
  height: 34px;
  padding: 0 9px;
  display: grid;
  place-items: center;
  color: var(--navy-500);
  background: white;
  border: 1px solid var(--navy-100);
  border-radius: 8px;
  cursor: pointer;
}
.row-actions button:hover {
  color: var(--blue);
  border-color: var(--blue);
}
.tag {
  width: fit-content;
  padding: 5px 8px;
  color: var(--navy-700);
  background: var(--navy-100);
  border-radius: 20px;
  font-size: 7px;
  font-weight: 800;
}
.tag.paid, .tag.sent, .tag.active {
  color: var(--green-dark);
  background: var(--green-soft);
}
.tag.pending, .tag.queued {
  color: #9a6700;
  background: #fff7df;
}
.tag.failed, .tag.cancelled, .tag.refunded {
  color: #991b1b;
  background: #fef2f2;
}
.service-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.service-card-live {
  min-height: 190px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  background: white;
  border: 1px solid var(--navy-100);
  border-radius: 13px;
  box-shadow: var(--shadow-sm);
}
.service-card-live > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.service-card-live > header > span {
  color: var(--blue);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.service-card-live h3 {
  margin: 9px 0 6px;
  font-size: 15px;
  letter-spacing: -.025em;
}
.service-card-live > p {
  margin: 0;
  min-height: 35px;
  color: var(--navy-500);
  font-size: 9px;
  line-height: 1.55;
}
.service-facts {
  margin: 15px 0;
  display: flex;
  gap: 12px;
  color: var(--navy-700);
  font-size: 9px;
  font-weight: 700;
}
.service-facts span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.service-card-live > footer {
  margin-top: auto;
  display: flex;
  gap: 7px;
}
.service-card-live > footer button {
  min-height: 36px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--navy-700);
  background: var(--navy-50);
  border: 1px solid var(--navy-100);
  border-radius: 8px;
  cursor: pointer;
  font-size: 8px;
  font-weight: 750;
}
.service-card-live > footer button:last-child {
  color: var(--danger);
}
.service-card-live.inactive {
  opacity: .58;
}
.mini-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.mini-metric-grid > div, .mini-metric-grid > article {
  padding: 16px;
  display: grid;
  gap: 7px;
  background: white;
  border: 1px solid var(--navy-100);
  border-radius: 10px;
  box-shadow: var(--shadow-sm);
}
.mini-metric-grid strong {
  font-size: 20px;
  letter-spacing: -.04em;
}
.mini-metric-grid span {
  color: var(--navy-500);
  font-size: 8px;
  font-weight: 650;
}
.mini-metric-grid small {
  color: var(--navy-500);
  font-size: 8px;
}
.loyalty-list, .message-list, .ranking-list {
  display: grid;
  gap: 8px;
}
.loyalty-list > div, .message-list > div, .ranking-list > div {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: var(--navy-50);
  border: 1px solid var(--navy-100);
  border-radius: 9px;
}
.loyalty-list span, .message-list span, .ranking-list span {
  display: grid;
  gap: 4px;
}
.loyalty-list strong, .message-list strong, .ranking-list strong {
  font-size: 9px;
}
.loyalty-list small, .message-list small, .ranking-list small {
  color: var(--navy-500);
  font-size: 8px;
}
.message-list p {
  margin: 4px 0 0;
  color: var(--navy-500);
  font-size: 8px;
  line-height: 1.5;
}
.bar-chart {
  min-height: 260px;
  display: flex;
  align-items: end;
  gap: 10px;
}
.bar-chart > div {
  min-width: 24px;
  flex: 1;
  display: grid;
  justify-items: center;
  gap: 7px;
}
.bar-chart i {
  width: 100%;
  min-height: 3px;
  background: linear-gradient(180deg, var(--blue), var(--blue-dark));
  border-radius: 6px 6px 2px 2px;
}
.bar-chart span {
  color: var(--navy-500);
  font-size: 7px;
}
.settings-page-form {
  display: grid;
  gap: 18px;
}
.settings-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, .65fr);
  gap: 18px;
  align-items: start;
}
.settings-form.two {
  grid-template-columns: 1fr 1fr;
}
.settings-form.two .full {
  grid-column: 1 / -1;
}
.brand-studio {
  overflow: hidden;
}
.brand-studio-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .7fr);
  gap: 22px;
  align-items: start;
}
.brand-studio-controls {
  display: grid;
  gap: 12px;
}
.settings-block {
  padding: 17px;
  display: grid;
  gap: 14px;
  background: var(--navy-50);
  border: 1px solid var(--navy-100);
  border-radius: 12px;
}
.settings-block-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy-900);
  font-size: 10px;
  font-weight: 800;
}
.settings-block-title svg {
  color: var(--blue);
}
.settings-block > label, .settings-block .brand-choice-row label {
  display: grid;
  gap: 7px;
  color: var(--navy-700);
  font-size: 9px;
  font-weight: 750;
}
.settings-block > label > input, .settings-block .brand-choice-row select {
  width: 100%;
  min-height: 43px;
  padding: 8px 10px;
  color: var(--navy-900);
  background: white;
  border: 1px solid var(--navy-200);
  border-radius: 9px;
}
.settings-block .subdomain-input input {
  width: 100%;
  min-height: 43px;
  padding: 8px 10px;
  color: var(--navy-900);
  background: white;
  border: 1px solid var(--navy-200);
}
.domain-status {
  padding: 11px;
  display: grid;
  grid-template-columns: 9px 1fr;
  gap: 9px;
  align-items: start;
  background: white;
  border: 1px solid var(--navy-100);
  border-radius: 9px;
}
.domain-status > span {
  width: 8px;
  height: 8px;
  margin-top: 3px;
  background: var(--amber);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(245,158,11,.12);
}
.domain-status.active > span {
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(31,122,0,.12);
}
.domain-status > div {
  display: grid;
  gap: 4px;
}
.domain-status strong {
  font-size: 9px;
}
.domain-status small {
  color: var(--navy-500);
  font-size: 8px;
  line-height: 1.45;
}
.brand-assets-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}
.brand-asset-card {
  min-width: 0;
  padding: 10px;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 9px;
  align-items: center;
  background: white;
  border: 1px solid var(--navy-100);
  border-radius: 10px;
}
.brand-asset-preview {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--navy-500);
  background: var(--navy-50);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 9px;
}
.brand-asset-card.cover .brand-asset-preview {
  background-size: cover;
}
.brand-asset-card > div:nth-child(2) {
  min-width: 0;
  display: grid;
  gap: 4px;
}
.brand-asset-card strong {
  font-size: 8px;
}
.brand-asset-card small {
  color: var(--navy-500);
  font-size: 7px;
  line-height: 1.35;
}
.brand-upload-button, .brand-asset-card > button {
  padding: 5px 7px;
  color: var(--blue);
  background: var(--blue-soft);
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-size: 7px;
  font-weight: 800;
}
.brand-asset-card > button {
  grid-column: 2 / -1;
  justify-self: start;
  color: var(--danger);
  background: #fef2f2;
}
.studio-preview {
  top: 88px;
  min-height: 500px;
}
.preview-service {
  margin: 8px 10px 18px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  background: var(--preview-primary);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--preview-primary) 7%, white);
  }
  border: 1px solid var(--preview-primary);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--preview-primary) 16%, white);
  }
  border-radius: 10px;
  font-size: 8px;
}
.preview-service strong {
  color: var(--preview-primary);
}
.booking-preview-exact {
  position: sticky;
  top: 88px;
  overflow: hidden;
  background: #e8edf5;
  border: 1px solid var(--navy-200);
  border-radius: 15px;
  box-shadow: var(--shadow-md);
}
.booking-preview-browser {
  min-height: 46px;
  padding: 0 13px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  color: var(--navy-500);
  background: white;
  border-bottom: 1px solid var(--navy-100);
}
.booking-preview-browser > span {
  display: flex;
  gap: 4px;
}
.booking-preview-browser i {
  width: 7px;
  height: 7px;
  background: #ff675f;
  border-radius: 50%;
}
.booking-preview-browser i:nth-child(2) {
  background: #ffc344;
}
.booking-preview-browser i:nth-child(3) {
  background: #42c66a;
}
.booking-preview-browser strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 8px;
}
.booking-preview-browser small {
  overflow: hidden;
  max-width: 150px;
  color: var(--navy-400);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 7px;
}
.booking-preview-exact .booking-public {
  min-height: 0;
  padding-bottom: 12px;
}
.booking-preview-exact .booking-public-header {
  height: 54px;
  padding: 0 14px;
}
.booking-preview-exact .booking-public-header > span {
  font-size: 7px;
}
.booking-preview-exact .booking-public-identity {
  gap: 7px;
}
.booking-preview-exact .booking-public-identity strong {
  font-size: 8px;
}
.booking-preview-exact .booking-header-logo {
  width: 31px;
  height: 31px;
  border-radius: 8px;
  font-size: 7px;
}
.booking-preview-exact .booking-public-layout {
  width: calc(100% - 22px);
  min-height: 420px;
  margin: 11px auto 0;
  grid-template-columns: minmax(132px, 38%) minmax(0, 1fr);
  border-radius: 15px;
  box-shadow: 0 12px 28px rgba(5,22,45,.12);
}
.booking-preview-exact .booking-business-card {
  padding: 20px 16px;
}
.booking-preview-exact .booking-cover {
  height: 82px;
  margin: -20px -16px 15px;
}
.booking-preview-exact .booking-business-mark {
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 10px;
  font-size: 10px;
}
.booking-preview-exact .booking-business-card .form-kicker {
  font-size: 6px;
}
.booking-preview-exact .booking-business-card h1, .booking-preview-exact .booking-business-card h2 {
  margin: 6px 0 8px;
  font-size: 17px;
}
.booking-preview-exact .booking-business-card > p {
  font-size: 7px;
}
.booking-preview-exact .booking-business-detail {
  margin-top: 13px;
  gap: 6px;
  font-size: 6px;
}
.booking-preview-exact .booking-step-list {
  margin-top: 22px;
  gap: 11px;
}
.booking-preview-exact .booking-step-list li {
  gap: 7px;
  font-size: 6px;
}
.booking-preview-exact .booking-step-list li > span {
  width: 20px;
  height: 20px;
  font-size: 6px;
}
.booking-preview-exact .booking-flow-card {
  padding: 24px 18px;
}
.booking-preview-exact .booking-flow-card .form-kicker {
  font-size: 6px;
}
.booking-preview-exact .booking-flow-card h2 {
  margin: 7px 0 5px;
  font-size: 21px;
}
.booking-preview-exact .booking-flow-lead {
  margin-bottom: 15px;
  font-size: 7px;
}
.booking-preview-exact .booking-service-list {
  gap: 7px;
}
.booking-preview-exact .booking-service-list > button {
  min-height: 57px;
  padding: 10px 31px 10px 10px;
  gap: 8px;
  border-radius: 8px;
  pointer-events: none;
}
.booking-preview-exact .booking-service-list > button.selected {
  padding: 9px 30px 9px 9px;
}
.booking-preview-exact .booking-service-list small {
  font-size: 6px;
}
.booking-preview-exact .booking-service-list strong {
  font-size: 7px;
}
.booking-preview-exact .booking-service-list em {
  font-size: 6px;
}
.booking-preview-exact .booking-service-list > button > svg {
  right: 10px;
  width: 12px;
}
.booking-preview-exact .booking-flow-actions {
  margin-top: 15px;
  padding-top: 12px;
}
.booking-preview-exact .booking-flow-actions .button {
  min-height: 34px;
  padding: 0 12px;
  font-size: 7px;
  pointer-events: none;
}
.booking-preview-exact .booking-powered-by {
  width: calc(100% - 22px);
  margin-top: 8px;
  gap: 5px;
}
.booking-preview-exact .booking-powered-by > span {
  font-size: 6px;
}
.booking-preview-exact .booking-powered-by .brand img {
  width: 34px;
}
.embed-settings-panel {
  overflow: hidden;
}
.embed-settings-grid {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: 13px;
}
.embed-how-to {
  padding: 20px;
  color: white;
  background: var(--navy-950);
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.07);
}
.embed-how-to .integration-icon {
  color: white;
  background: rgba(21,101,239,.24);
  border-color: rgba(255,255,255,.12);
  box-shadow: none;
}
.embed-how-to h3 {
  margin: 18px 0 7px;
  max-width: 290px;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: -.03em;
}
.embed-how-to > p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 12px;
  line-height: 1.65;
}
.embed-how-to ol {
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 13px;
  list-style: none;
}
.embed-how-to li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}
.embed-how-to li > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--blue);
  border-radius: 50%;
  font-size: 9px;
  font-weight: 850;
}
.embed-how-to li > div {
  display: grid;
  gap: 3px;
}
.embed-how-to li strong {
  font-size: 12px;
}
.embed-how-to li small {
  color: rgba(255,255,255,.58);
  font-size: 10px;
  line-height: 1.45;
}
.embed-code-card {
  min-width: 0;
  padding: 16px;
  background: var(--navy-50);
  border: 1px solid var(--navy-100);
  border-radius: 14px;
}
.embed-code-header {
  margin-bottom: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.embed-code-header > div {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.embed-code-header strong {
  font-size: 13px;
}
.embed-code-header small {
  overflow: hidden;
  color: var(--navy-500);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
}
.embed-code-header .button {
  min-height: 42px;
  padding: 0 14px;
  flex: 0 0 auto;
  font-size: 11px;
}
.embed-code-field {
  width: 100%;
  min-height: 238px;
  padding: 14px;
  resize: vertical;
  color: #d8e7ff;
  background: #06152a;
  border: 1px solid #173351;
  border-radius: 10px;
  outline: 0;
  font: 500 11px/1.65 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  tab-size: 2;
}
.embed-code-field:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(21,101,239,.12);
}
.embed-code-note {
  margin-top: 9px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--navy-500);
  font-size: 10px;
}
.calendar-integrations {
  overflow: hidden;
}
.integration-security {
  padding: 7px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--green);
  background: #f1f8ee;
  border: 1px solid #d5eacb;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 800;
  white-space: nowrap;
}
.integration-alert {
  margin-bottom: 12px;
  padding: 10px 12px;
  color: #9f1d1d;
  background: #fff3f3;
  border: 1px solid #ffd4d4;
  border-radius: 9px;
  font-size: 9px;
  font-weight: 700;
}
.calendar-integration-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
}
.calendar-integration-card {
  min-width: 0;
  padding: 17px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  background: var(--navy-50);
  border: 1px solid var(--navy-100);
  border-radius: 13px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.calendar-integration-card:hover {
  border-color: var(--navy-200);
  box-shadow: var(--shadow-sm);
  transform: translateY(-1px);
}
.calendar-integration-card.connected {
  background: linear-gradient(145deg, #f7fbff, #f6fbf3);
  border-color: #cfe3c6;
}
.integration-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: white;
  border: 1px solid var(--navy-100);
  border-radius: 11px;
  box-shadow: var(--shadow-sm);
}
.calendar-integration-card.email .integration-icon {
  color: var(--green);
  background: #f3faef;
}
.integration-icon.google-mark {
  color: white;
  background: conic-gradient(from -45deg, #4285f4 0 25%, #34a853 0 50%, #fbbc05 0 75%, #ea4335 0);
  border: 0;
  font-size: 17px;
  font-weight: 900;
  text-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.integration-card-copy {
  min-width: 0;
  display: grid;
  justify-items: start;
  gap: 7px;
}
.integration-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--navy-500);
  font-size: 7px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.integration-status i {
  width: 6px;
  height: 6px;
  background: var(--navy-300);
  border-radius: 50%;
}
.integration-status.active {
  color: var(--green);
}
.integration-status.active i {
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(31,122,0,.1);
}
.integration-card-copy h3 {
  margin: 0;
  font-size: 13px;
  letter-spacing: -.025em;
}
.integration-card-copy > p {
  margin: 0;
  min-height: 42px;
  color: var(--navy-500);
  font-size: 8px;
  line-height: 1.55;
}
.integration-card-copy > strong, .integration-account strong {
  overflow: hidden;
  max-width: 100%;
  color: var(--navy-800);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 8px;
}
.integration-account {
  width: 100%;
  display: grid;
  gap: 3px;
}
.integration-account small, .integration-pending, .integration-private {
  color: var(--navy-500);
  font-size: 7px;
  line-height: 1.45;
}
.integration-actions {
  margin-top: 3px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.integration-actions .button {
  min-height: 34px;
  padding: 0 11px;
  font-size: 8px;
}
.button.button-quiet {
  min-height: 34px;
  padding: 0 9px;
  color: var(--navy-500);
  background: transparent;
  border: 0;
  box-shadow: none;
}
.button.button-quiet:hover {
  color: var(--danger);
}
.button[aria-disabled="true"] {
  pointer-events: none;
  opacity: .48;
}
.calendar-feed-field {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 35px;
  background: white;
  border: 1px solid var(--navy-200);
  border-radius: 8px;
  overflow: hidden;
}
.calendar-feed-field input {
  width: 100%;
  min-width: 0;
  height: 35px;
  padding: 0 9px;
  color: var(--navy-500);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 7px;
  text-overflow: ellipsis;
}
.calendar-feed-field button {
  display: grid;
  place-items: center;
  color: var(--blue);
  background: var(--blue-soft);
  border: 0;
  border-left: 1px solid var(--navy-100);
  cursor: pointer;
}
.integration-private {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.settings-save-bar {
  position: sticky;
  z-index: 15;
  bottom: 12px;
  padding: 13px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: rgba(255,255,255,.95);
  border: 1px solid var(--navy-200);
  border-radius: 13px;
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(14px);
}
.settings-save-bar > div {
  display: grid;
  gap: 3px;
}
.settings-save-bar strong {
  font-size: 9px;
}
.settings-save-bar span {
  color: var(--navy-500);
  font-size: 8px;
}
.subscription-panel {
  color: white;
  background: var(--navy-950);
  border-color: var(--navy-950);
}
.subscription-panel .panel-kicker {
  color: #75cf54;
}
.subscription-panel h2 {
  margin: 8px 0;
  font-size: 24px;
}
.subscription-panel p {
  color: rgba(255,255,255,.62);
  font-size: 10px;
  line-height: 1.6;
}
.subscription-panel ul {
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}
.subscription-panel li {
  display: flex;
  gap: 8px;
  color: rgba(255,255,255,.8);
  font-size: 9px;
}
.subscription-panel li::before {
  content: "✓";
  color: #75cf54;
  font-weight: 900;
}
.availability-form {
  display: grid;
  gap: 14px;
}
.availability-form > p {
  margin: 0;
  color: var(--navy-700);
  font-size: 14px;
  line-height: 1.55;
}
.availability-edit-hint {
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--navy-800);
  background: var(--blue-soft);
  border: 1px solid rgba(21,101,239,.16);
  border-radius: 12px;
}
.availability-edit-hint > span {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: white;
  border-radius: 9px;
  box-shadow: 0 3px 10px rgba(21,101,239,.09);
}
.availability-edit-hint > div {
  display: grid;
  gap: 2px;
}
.availability-edit-hint strong {
  font-size: 13px;
}
.availability-edit-hint small {
  color: var(--navy-600);
  font-size: 12px;
  line-height: 1.45;
}
.availability-days {
  display: grid;
  gap: 10px;
}
.availability-day {
  padding: 13px 14px 14px;
  display: grid;
  gap: 12px;
  background: white;
  border: 1px solid var(--navy-200);
  border-radius: 13px;
  transition: border-color .18s ease-out, box-shadow .18s ease-out, background-color .18s ease-out;
}
.availability-day.is-open:hover {
  border-color: rgba(21,101,239,.42);
  box-shadow: 0 7px 20px rgba(9,31,68,.07);
}
.availability-day.is-open:focus-within {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(21,101,239,.11);
}
.availability-day.is-closed {
  gap: 0;
  background: var(--navy-50);
}
.availability-day-header {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.day-toggle {
  min-width: 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 11px;
  cursor: pointer;
}
.day-toggle input[type="checkbox"] {
  width: 20px;
  min-height: 20px;
  flex: 0 0 20px;
  accent-color: var(--blue);
  cursor: pointer;
}
.day-toggle > span {
  display: grid;
  gap: 2px;
}
.day-toggle strong {
  color: var(--navy-900);
  font-size: 14px;
}
.day-toggle small {
  color: var(--navy-500);
  font-size: 11px;
}
.availability-day-status {
  padding: 5px 9px;
  color: #1e7a00;
  background: #edf8e9;
  border: 1px solid #cbe9c0;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}
.availability-day.is-closed .availability-day-status {
  color: var(--navy-500);
  background: white;
  border-color: var(--navy-200);
}
.availability-periods {
  display: grid;
  gap: 10px;
}
.availability-period-group {
  display: grid;
}
.availability-period-card {
  padding: 12px;
  display: grid;
  gap: 9px;
  background: var(--navy-50);
  border: 1px solid var(--navy-100);
  border-radius: 11px;
}
.availability-period-label {
  color: var(--blue);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.availability-time-range {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
  gap: 10px;
  align-items: end;
}
.availability-time-range.is-single-field {
  grid-template-columns: minmax(0, 1fr);
}
.availability-day.is-closed .availability-time-range {
  display: none;
}
.availability-time-field {
  display: grid;
  gap: 6px;
  color: var(--navy-700);
  font-size: 11px;
  font-weight: 750;
}
.availability-time-input {
  position: relative;
  display: block;
}
.availability-time-input > svg {
  position: absolute;
  z-index: 1;
  top: 50%;
  color: var(--blue);
  pointer-events: none;
  transform: translateY(-50%);
}
.availability-time-input > svg:first-child {
  left: 12px;
}
.availability-time-input > svg:last-child {
  right: 12px;
}
.availability-time-input input {
  width: 100%;
  min-height: 48px;
  padding: 9px 40px;
  color: var(--navy-900);
  background: var(--navy-50);
  border: 1px solid var(--navy-200);
  border-radius: 10px;
  outline: 0;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 750;
  color-scheme: light;
  transition: background-color .18s ease-out, border-color .18s ease-out, box-shadow .18s ease-out;
}
.availability-time-input input:hover {
  background: white;
  border-color: rgba(21,101,239,.5);
}
.availability-time-input input:focus-visible {
  background: white;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(21,101,239,.13);
}
.availability-time-input input[aria-invalid="true"] {
  border-color: #c83a46;
  box-shadow: 0 0 0 2px rgba(200,58,70,.08);
}
.availability-time-arrow {
  align-self: center;
  margin-bottom: 13px;
  color: var(--navy-400);
}
.availability-break {
  margin: 6px 9px;
  padding: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
  color: var(--navy-800);
  background: #fff9ea;
  border: 1px dashed #e4bb50;
  border-radius: 11px;
}
.availability-break-heading {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.availability-break-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #916307;
  background: white;
  border-radius: 9px;
  box-shadow: 0 3px 10px rgba(145,99,7,.1);
}
.availability-break-heading > div {
  min-width: 0;
  display: grid;
  gap: 2px;
}
.availability-break-heading strong {
  font-size: 12px;
}
.availability-break-heading > div span {
  color: var(--navy-600);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.4;
}
.availability-break > button {
  min-height: 44px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #875d0a;
  background: white;
  border: 1px solid #edd99d;
  border-radius: 9px;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
}
.availability-break button:hover {
  border-color: #c99722;
}
.availability-break button:focus-visible,
.availability-add-break:focus-visible {
  outline: 3px solid rgba(21,101,239,.18);
  outline-offset: 2px;
}
.availability-break-times {
  grid-column: 1 / -1;
  padding-top: 11px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
  align-items: end;
  gap: 10px;
  border-top: 1px solid rgba(145,99,7,.17);
}
.availability-break-time-input input {
  background: white;
  border-color: #e7cf91;
}
.availability-break-time-input > svg {
  color: #916307;
}
.availability-break-arrow {
  align-self: center;
  margin-bottom: 13px;
  color: #b28017;
}
.availability-add-break {
  min-height: 44px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--blue);
  background: white;
  border: 1px dashed rgba(21,101,239,.46);
  border-radius: 10px;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  transition: background-color .18s ease-out, border-color .18s ease-out, transform .18s ease-out;
}
.availability-add-break:hover {
  background: var(--blue-soft);
  border-color: var(--blue);
  transform: translateY(-1px);
}
.availability-add-break:disabled {
  color: var(--navy-400);
  background: var(--navy-50);
  border-color: var(--navy-200);
  cursor: not-allowed;
  transform: none;
}
.availability-day-error {
  margin: 0;
  padding: 9px 11px;
  color: #9f1f2d;
  background: #fff2f3;
  border-radius: 9px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}
.service-item.editable {
  cursor: default;
  grid-template-columns: 22px 1fr auto;
}
.service-check {
  width: 22px;
  height: 22px;
  padding: 0;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.service-summary {
  width: 100%;
  padding: 0;
  display: grid;
  gap: 4px;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.service-remove {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--danger);
  background: transparent;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
}
.service-editor {
  grid-column: 2 / -1;
  padding-top: 12px;
  display: grid;
  grid-template-columns: minmax(160px, 1.4fr) 105px 105px 105px;
  gap: 10px;
  border-top: 1px solid rgba(21,101,239,.14);
}
.service-editor label, .hours-editor label {
  display: grid;
  gap: 6px;
  color: var(--navy-700);
  font-size: 8px;
  font-weight: 750;
}
.service-editor input, .hours-editor input {
  width: 100%;
  min-height: 40px;
  padding: 8px 9px;
  background: white;
  border: 1px solid var(--navy-200);
  border-radius: 8px;
}
.money-input {
  position: relative;
}
.hours-editor {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.workspace-app .business-avatar {
  font-size: var(--type-caption);
}
.workspace-app .business-switcher strong {
  font-size: var(--type-small);
}
.workspace-app .business-switcher span {
  font-size: var(--type-caption);
}
.workspace-app .nav-label {
  font-size: 11px;
}
.workspace-app .dashboard-nav-item {
  min-height: 46px;
  font-size: 13px;
}
.workspace-app .dashboard-nav-item em {
  font-size: 11px;
}
.workspace-app .dashboard-nav-item .nav-gallery-count {
  min-width: 34px;
  padding-inline: 6px;
  background: rgba(255,255,255,.12);
}
.workspace-app .dashboard-nav-item.active .nav-gallery-count {
  background: var(--blue);
}
.workspace-app .trial-card span {
  font-size: 11px;
}
.workspace-app .trial-card strong {
  font-size: var(--type-small);
}
.workspace-app .trial-card button {
  min-height: 32px;
  font-size: var(--type-caption);
}
.workspace-app .profile-row > span {
  font-size: var(--type-caption);
}
.workspace-app .profile-row strong {
  font-size: 13px;
}
.workspace-app .profile-row small {
  font-size: 11px;
}
.workspace-app .profile-logout {
  width: 40px;
  height: 40px;
}
.workspace-app .search-box {
  height: 44px;
}
.workspace-app .search-box input {
  font-size: var(--type-small);
}
.workspace-app .search-box kbd {
  font-size: 11px;
}
.workspace-app .public-link {
  font-size: 13px;
}
.workspace-app .dashboard-title > div > span {
  font-size: var(--type-caption);
}
.workspace-app .dashboard-title h1 {
  font-size: 34px;
}
.workspace-app .dashboard-title p {
  font-size: var(--type-small);
  line-height: 1.5;
}
.workspace-app .date-button {
  min-height: 44px;
  font-size: 13px;
}
.workspace-app .metric-top span {
  font-size: 13px;
}
.workspace-app .metric-top em {
  font-size: 11px;
}
.workspace-app .metric-card > strong {
  font-size: 28px;
}
.workspace-app .metric-card p {
  padding-right: 38px;
  font-size: var(--type-caption);
  line-height: 1.45;
}
.workspace-app .card-heading h2 {
  font-size: 18px;
}
.workspace-app .card-heading p {
  font-size: var(--type-caption);
  line-height: 1.45;
}
.workspace-app .card-heading > button {
  min-height: 32px;
  font-size: var(--type-caption);
}
.workspace-app .appointment {
  min-height: 78px;
}
.workspace-app .appointment-time strong {
  font-size: 13px;
}
.workspace-app .appointment-time span {
  font-size: 11px;
}
.workspace-app .client-avatar {
  width: 38px;
  height: 38px;
  font-size: 11px;
}
.workspace-app .appointment-client strong,
.workspace-app .appointment-price {
  font-size: 13px;
}
.workspace-app .appointment-client span {
  font-size: var(--type-caption);
}
.workspace-app .status {
  font-size: 11px;
}
.workspace-app .appointment > button {
  width: 38px;
  height: 38px;
}
.workspace-app .open-slot {
  min-height: 44px;
  font-size: var(--type-caption);
}
.workspace-app .quick-grid strong {
  font-size: var(--type-caption);
}
.workspace-app .activity-item strong {
  font-size: var(--type-caption);
}
.workspace-app .activity-item p {
  font-size: 11px;
  line-height: 1.45;
}
.workspace-app .activity-more {
  min-height: 36px;
  font-size: var(--type-caption);
}
.workspace-app .workspace-heading p {
  font-size: var(--type-small);
}
.workspace-app .form-kicker,
.workspace-app .panel-kicker {
  font-size: var(--type-caption);
}
.workspace-app .workspace-alert {
  font-size: var(--type-small);
}
.workspace-app .panel-header h2 {
  font-size: var(--type-subheading);
}
.workspace-app .panel-header p {
  max-width: 70ch;
  font-size: var(--type-small);
  line-height: 1.5;
}
.workspace-app .workspace-empty strong {
  font-size: var(--type-body);
}
.workspace-app .workspace-empty p,
.workspace-app .activity-empty {
  font-size: var(--type-small);
}
.workspace-app .notification-panel h3,
.workspace-app .search-results-panel h3 {
  font-size: var(--type-body);
}
.workspace-app .notification-panel p {
  font-size: 13px;
}
.workspace-app .search-result-grid strong {
  font-size: var(--type-small);
}
.workspace-app .search-result-grid span {
  font-size: var(--type-caption);
}
.workspace-app .form-grid label,
.workspace-app .workspace-form > label,
.workspace-app .settings-form label {
  font-size: 13px;
}
.workspace-app .form-grid input,
.workspace-app .form-grid select,
.workspace-app .form-grid textarea,
.workspace-app .workspace-form input,
.workspace-app .workspace-form select,
.workspace-app .workspace-form textarea,
.workspace-app .settings-form input,
.workspace-app .settings-form select,
.workspace-app .settings-form textarea {
  min-height: 50px;
  font-size: var(--type-body);
}
.workspace-app .form-note {
  font-size: var(--type-caption);
}
.workspace-app .agenda-row {
  min-height: 82px;
}
.workspace-app .agenda-row strong {
  font-size: 13px;
}
.workspace-app .agenda-row small {
  font-size: var(--type-caption);
}
.workspace-app .date-controls button {
  min-width: 44px;
  height: 44px;
  font-size: 13px;
}
.workspace-app .member-availability > span {
  font-size: var(--type-caption);
}
.workspace-app .member-availability h3 {
  font-size: 15px;
}
.workspace-app .member-availability p,
.workspace-app .member-availability small {
  font-size: var(--type-caption);
}
.workspace-app .member-availability strong {
  font-size: 13px;
}
.workspace-app .member-availability button {
  min-height: 44px;
  font-size: var(--type-caption);
}
.workspace-app .workspace-table-head {
  min-height: 44px;
  font-size: 11px;
}
.workspace-app .workspace-table-row {
  min-height: 72px;
  font-size: 13px;
}
.workspace-app .identity-cell > span {
  width: 38px;
  height: 38px;
  font-size: 11px;
}
.workspace-app .identity-cell strong,
.workspace-app .workspace-table-row > strong {
  font-size: 13px;
}
.workspace-app .identity-cell small {
  font-size: var(--type-caption);
}
.workspace-app .row-actions button {
  min-width: 40px;
  height: 40px;
}
.workspace-app .tag {
  font-size: 11px;
}
.workspace-app .service-card-live {
  min-height: 230px;
}
.workspace-app .service-card-live > header > span {
  font-size: 11px;
}
.workspace-app .service-card-live h3 {
  font-size: 18px;
}
.workspace-app .service-card-live > p {
  font-size: var(--type-small);
}
.workspace-app .service-facts {
  font-size: 13px;
}
.workspace-app .service-card-live > footer button {
  min-height: 44px;
  font-size: var(--type-caption);
}
.workspace-app .mini-metric-grid span,
.workspace-app .mini-metric-grid small {
  font-size: var(--type-caption);
}
.workspace-app .loyalty-list strong,
.workspace-app .message-list strong,
.workspace-app .ranking-list strong {
  font-size: 13px;
}
.workspace-app .loyalty-list small,
.workspace-app .message-list small,
.workspace-app .ranking-list small,
.workspace-app .message-list p {
  font-size: var(--type-caption);
}
.workspace-app .bar-chart span {
  font-size: 11px;
}
.workspace-app .settings-block-title {
  font-size: var(--type-small);
}
.workspace-app .brand-color-grid > label,
.workspace-app .settings-block > label,
.workspace-app .settings-block .brand-choice-row label {
  font-size: 13px;
}
.workspace-app .settings-block > label > input,
.workspace-app .settings-block .brand-choice-row select,
.workspace-app .settings-block .subdomain-input input {
  min-height: 50px;
  font-size: var(--type-body);
}
.workspace-app .color-control input[type="color"] {
  min-height: 50px;
}
.workspace-app .color-control input:not([type="color"]) {
  min-height: 50px;
  font-size: var(--type-small);
}
.workspace-app .domain-status strong {
  font-size: 13px;
}
.workspace-app .domain-status small {
  font-size: var(--type-caption);
}
.workspace-app .brand-asset-card strong {
  font-size: 13px;
}
.workspace-app .brand-asset-card small {
  font-size: 11px;
}
.workspace-app .brand-upload-button,
.workspace-app .brand-asset-card > button {
  min-height: 36px;
  padding-inline: 10px;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
}
.workspace-app .embed-how-to > p,
.workspace-app .embed-how-to li strong {
  font-size: 13px;
}
.workspace-app .embed-how-to li small,
.workspace-app .embed-code-header small,
.workspace-app .embed-code-note {
  font-size: var(--type-caption);
}
.workspace-app .embed-code-header strong {
  font-size: var(--type-small);
}
.workspace-app .embed-code-header .button {
  min-height: 44px;
  font-size: var(--type-caption);
}
.workspace-app .embed-code-field {
  font-size: var(--type-caption);
}
.workspace-app .integration-security {
  font-size: 11px;
}
.workspace-app .integration-alert {
  font-size: 13px;
}
.workspace-app .integration-status {
  font-size: 11px;
}
.workspace-app .integration-card-copy h3 {
  font-size: 17px;
}
.workspace-app .integration-card-copy > p {
  font-size: 13px;
}
.workspace-app .integration-card-copy > strong,
.workspace-app .integration-account strong {
  font-size: 13px;
}
.workspace-app .integration-account small,
.workspace-app .integration-pending,
.workspace-app .integration-private {
  font-size: var(--type-caption);
}
.workspace-app .integration-actions .button,
.workspace-app .button.button-quiet {
  min-height: 44px;
  font-size: var(--type-caption);
}
.workspace-app .calendar-feed-field {
  grid-template-columns: minmax(0, 1fr) 44px;
}
.workspace-app .calendar-feed-field input {
  height: 44px;
  font-size: var(--type-caption);
}
.workspace-app .settings-save-bar strong {
  font-size: 13px;
}
.workspace-app .settings-save-bar span {
  font-size: var(--type-caption);
}
.workspace-app .subscription-panel p {
  font-size: var(--type-small);
}
.workspace-app .subscription-panel li {
  font-size: 13px;
}
.subscription-price {
  margin: 16px 0 7px;
  display: flex;
  align-items: baseline;
  gap: 9px;
}
.subscription-price del {
  color: rgba(255,255,255,.48);
  font-size: 15px;
}
.subscription-price strong {
  font-size: 35px;
  letter-spacing: -.055em;
}
.subscription-price small {
  color: rgba(255,255,255,.62);
  font-size: 13px;
}
.subscription-promo {
  display: inline-flex;
  width: fit-content;
  padding: 6px 9px;
  color: #dfffd4;
  background: rgba(117,207,84,.15);
  border: 1px solid rgba(117,207,84,.3);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 780;
}
.subscription-panel .stripe-action {
  margin-top: 20px;
}
.subscription-panel .stripe-action .button {
  width: 100%;
  justify-content: center;
  color: var(--navy-950);
  background: white;
}
.stripe-connect-card {
  padding: 25px;
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  gap: 20px;
  align-items: center;
  border-color: #b9d2ff;
  background: linear-gradient(120deg,#f5f9ff,#fff);
}
.stripe-connect-card.ready {
  border-color: #b8dfaa;
  background: linear-gradient(120deg,#f4fbf1,#fff);
}
.stripe-connect-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: white;
  border: 1px solid var(--navy-100);
  border-radius: 15px;
  box-shadow: var(--shadow-sm);
}
.stripe-connect-card h2 {
  margin: 5px 0 7px;
  font-size: 22px;
  letter-spacing: -.035em;
}
.stripe-connect-card p {
  margin: 0;
  max-width: 760px;
  color: var(--navy-600);
  font-size: 13px;
  line-height: 1.55;
}
.stripe-connect-facts {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 11px 17px;
  color: var(--navy-700);
  font-size: 11px;
  font-weight: 720;
}
.stripe-connect-facts span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.stripe-action {
  display: grid;
  gap: 7px;
  justify-items: stretch;
}
.stripe-action small {
  max-width: 260px;
  color: var(--danger);
  font-size: 11px;
  line-height: 1.35;
}
.booking-payment-notice {
  margin: 17px 0;
  padding: 14px;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: var(--booking-text);
  background: var(--booking-primary);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb,var(--booking-primary) 8%,white);
  }
  border: 1px solid var(--booking-primary);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb,var(--booking-primary) 22%,white);
  }
  border-radius: 13px;
}
.booking-payment-notice svg {
  color: var(--booking-primary);
  flex: 0 0 auto;
}
.booking-payment-notice span {
  display: grid;
  gap: 3px;
}
.booking-payment-notice strong {
  font-size: 15px;
}
.booking-payment-notice small {
  color: var(--booking-text);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb,var(--booking-text) 68%,white);
  }
  font-size: 12px;
  line-height: 1.45;
}
.booking-more-dates {
  margin: 11px 0 0;
  min-height: 42px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--booking-primary);
  background: var(--booking-primary);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb,var(--booking-primary) 7%,white);
  }
  border: 1px solid var(--booking-primary);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb,var(--booking-primary) 18%,white);
  }
  border-radius: 10px;
  font-size: 12px;
  font-weight: 760;
  cursor: pointer;
}
.payment-return-page {
  min-height: 100vh;
  padding: 28px clamp(18px,5vw,70px) 60px;
  background: radial-gradient(circle at 80% 10%,rgba(21,101,239,.13),transparent 32%),var(--navy-50);
}
.payment-return-page > header {
  width: min(1120px,100%);
  margin: 0 auto 55px;
}
.payment-return-page > header .brand img {
  width: 185px;
}
.payment-return-card {
  width: min(670px,100%);
  margin: 0 auto;
  padding: clamp(30px,6vw,58px);
  text-align: center;
  background: white;
  border: 1px solid var(--navy-100);
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
}
.payment-return-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.payment-return-icon.success {
  color: var(--green-dark);
  background: var(--green-soft);
}
.payment-return-icon.pending {
  color: #a16207;
  background: #fff7df;
}
.payment-return-card > small {
  color: var(--blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.payment-return-card h1 {
  margin: 13px 0 14px;
  font-size: clamp(32px,5vw,48px);
  line-height: 1.08;
  letter-spacing: -.055em;
}
.payment-return-card > p {
  margin: 0 auto;
  max-width: 560px;
  color: var(--navy-600);
  font-size: 15px;
  line-height: 1.7;
}
.payment-return-card > div {
  margin: 26px 0;
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--navy-600);
  background: var(--navy-50);
  border-radius: 11px;
  font-size: 12px;
}
.payment-return-card > .button {
  justify-content: center;
}
.workspace-app .service-editor label,
.workspace-app .hours-editor label {
  font-size: var(--type-caption);
}
.workspace-app .service-editor input,
.workspace-app .hours-editor input {
  min-height: 46px;
  font-size: var(--type-body);
}
.booking-public {
  --booking-primary: #1565ef;
  --booking-accent: #1f7a00;
  --booking-background: #f4f7fb;
  --booking-text: #0a1a2f;
  min-height: 100vh;
  padding-bottom: 48px;
  color: var(--booking-text);
  background: linear-gradient(135deg, var(--booking-background) 0%, var(--booking-primary) 60%, var(--booking-accent) 100%);
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient(135deg, var(--booking-background) 0%, color-mix(in srgb, var(--booking-primary) 7%, var(--booking-background)) 60%, color-mix(in srgb, var(--booking-accent) 6%, var(--booking-background)) 100%);
  }
}
.booking-public .button-primary {
  background: var(--booking-primary);
  box-shadow: 0 7px 18px var(--booking-primary);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 7px 18px color-mix(in srgb, var(--booking-primary) 24%, transparent);
  }
}
.booking-public .button {
  min-height: 48px;
  padding-inline: 20px;
  font-size: 16px;
}
.booking-public .form-kicker {
  color: var(--booking-primary);
  font-size: 12px;
}
.booking-public .workspace-alert {
  font-size: 14px;
}
.booking-public .form-grid label {
  gap: 9px;
  font-size: 14px;
}
.booking-public .form-grid input, .booking-public .form-grid select, .booking-public .form-grid textarea {
  min-height: 50px;
  font-size: 16px;
}
.booking-public.brand-font-modern h1, .booking-public.brand-font-modern h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
}
.booking-public.brand-font-classic h1, .booking-public.brand-font-classic h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -.035em;
}
.booking-public.brand-font-rounded h1, .booking-public.brand-font-rounded h2 {
  font-family: ui-rounded, "Arial Rounded MT Bold", system-ui, sans-serif;
}
.booking-public-header {
  height: 78px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,.88);
  border-bottom: 1px solid var(--navy-100);
  backdrop-filter: blur(16px);
}
.booking-public-header > span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--navy-500);
  font-size: 14px;
  font-weight: 700;
}
.booking-public-identity {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.booking-public-identity strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.booking-header-logo {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: white;
  background-color: var(--booking-primary);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 850;
}
.booking-header-logo.has-image {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.booking-public-layout {
  width: min(1180px, calc(100% - 40px));
  min-height: 700px;
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  background: white;
  border: 1px solid rgba(220,227,235,.9);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.booking-business-card {
  position: relative;
  overflow: hidden;
  padding: 44px 34px;
  color: white;
  background: var(--booking-text);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--booking-text) 92%, black);
  }
}
.booking-business-card::after {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -160px;
  width: 330px;
  height: 330px;
  border: 1px solid var(--booking-accent);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--booking-accent) 35%, transparent);
  }
  border-radius: 50%;
}
.booking-cover {
  height: 164px;
  margin: -44px -34px 26px;
  background-position: center;
  background-size: cover;
}
.booking-business-mark {
  width: 58px;
  height: 58px;
  margin-bottom: 30px;
  display: grid;
  place-items: center;
  color: white;
  background: linear-gradient(135deg, var(--booking-primary), var(--booking-accent));
  border-radius: 16px;
  font-size: 17px;
  font-weight: 850;
}
.booking-business-mark.has-image {
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.booking-business-card .form-kicker {
  color: var(--booking-accent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--booking-accent) 55%, white);
  }
}
.booking-business-card h1, .booking-business-card h2 {
  margin: 11px 0 15px;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -.045em;
}
.booking-business-card > p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 15px;
  line-height: 1.65;
}
.booking-business-detail {
  margin-top: 28px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255,255,255,.84);
  font-size: 14px;
  line-height: 1.55;
}
.booking-business-detail svg {
  margin-top: 2px;
  color: var(--booking-accent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--booking-accent) 55%, white);
  }
  flex: 0 0 auto;
}
.booking-step-list {
  position: relative;
  z-index: 1;
  margin: 54px 0 0;
  padding: 0;
  display: grid;
  gap: 20px;
  list-style: none;
}
.booking-step-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.48);
  font-size: 14px;
  font-weight: 750;
}
.booking-step-list li > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  font-size: 12px;
}
.booking-step-list li.active, .booking-step-list li.done {
  color: white;
}
.booking-step-list li.active > span {
  background: var(--booking-primary);
  border-color: var(--booking-primary);
  box-shadow: 0 0 0 5px var(--booking-primary);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 0 5px color-mix(in srgb, var(--booking-primary) 17%, transparent);
  }
}
.booking-step-list li.done > span {
  color: var(--booking-accent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--booking-accent) 55%, white);
  }
  border-color: var(--booking-accent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--booking-accent) 55%, white);
  }
}
.booking-flow-card {
  padding: clamp(34px, 5vw, 64px);
}
.booking-flow-card h2 {
  margin: 11px 0 8px;
  font-size: clamp(28px, 4vw, 43px);
  line-height: 1.08;
  letter-spacing: -.055em;
}
.booking-flow-lead {
  margin: 0 0 30px;
  max-width: 62ch;
  color: var(--navy-500);
  font-size: 16px;
  line-height: 1.6;
}
.booking-service-list {
  display: grid;
  gap: 10px;
}
.booking-service-list > button {
  position: relative;
  min-height: 98px;
  padding: 18px 54px 18px 19px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  text-align: left;
  background: white;
  border: 1px solid var(--navy-200);
  border-radius: 13px;
  cursor: pointer;
}
.booking-service-list > button:hover {
  border-color: var(--booking-primary);
}
.booking-service-list > button.selected {
  background: var(--booking-primary);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--booking-primary) 8%, white);
  }
  border: 2px solid var(--booking-primary);
  padding: 17px 53px 17px 18px;
}
.booking-service-list > button > span {
  display: grid;
  gap: 5px;
}
.booking-service-list small {
  color: var(--navy-500);
  font-size: 13px;
  font-weight: 650;
}
.booking-service-list strong {
  font-size: 16px;
}
.booking-service-list em {
  color: var(--navy-500);
  font-size: 13px;
  font-style: normal;
  line-height: 1.5;
}
.booking-service-list > button > svg {
  position: absolute;
  right: 16px;
  color: var(--booking-primary);
}
.booking-flow-actions {
  margin-top: 30px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--navy-100);
}
.booking-flow-actions.end {
  justify-content: flex-end;
}
.booking-field-label {
  display: block;
  margin: 26px 0 11px;
  color: var(--navy-700);
  font-size: 14px;
  font-weight: 800;
}
.booking-member-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.booking-member-list button {
  min-height: 54px;
  padding: 7px 14px 7px 7px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: white;
  border: 1px solid var(--navy-200);
  border-radius: 10px;
  cursor: pointer;
}
.booking-member-list button > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: white;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
}
.booking-member-list button strong {
  font-size: 14px;
}
.booking-member-list button.selected {
  color: var(--booking-primary);
  background: var(--booking-primary);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--booking-primary) 8%, white);
  }
  border-color: var(--booking-primary);
}
.booking-date-strip {
  padding-bottom: 4px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
}
.booking-date-strip button {
  min-width: 102px;
  height: 52px;
  padding: 0 12px;
  color: var(--navy-500);
  background: white;
  border: 1px solid var(--navy-200);
  border-radius: 9px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 750;
  text-transform: capitalize;
}
.booking-date-strip button.selected {
  color: white;
  background: var(--booking-primary);
  border-color: var(--booking-primary);
}
.booking-slot-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(64px, 1fr));
  gap: 8px;
}
.booking-slot-grid button {
  height: 48px;
  background: white;
  border: 1px solid var(--navy-200);
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 750;
}
.booking-slot-grid button:hover, .booking-slot-grid button.selected {
  color: white;
  background: var(--booking-primary);
  border-color: var(--booking-primary);
}
.booking-no-slot {
  padding: 17px;
  color: var(--navy-500);
  background: var(--navy-50);
  border-radius: 9px;
  font-size: 14px;
}
.booking-selected-summary {
  margin: 24px 0;
  padding: 16px;
  display: grid;
  grid-template-columns: 22px 1fr 22px 1fr 22px 1fr;
  gap: 10px;
  align-items: center;
  background: var(--navy-50);
  border: 1px solid var(--navy-100);
  border-radius: 12px;
}
.booking-selected-summary svg {
  color: var(--booking-primary);
}
.booking-selected-summary span {
  display: grid;
  gap: 3px;
}
.booking-selected-summary strong {
  font-size: 14px;
}
.booking-selected-summary small {
  color: var(--navy-500);
  font-size: 13px;
}
.booking-privacy {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--navy-500);
  font-size: 13px;
}
.booking-public-confirmed {
  padding: 40px;
  display: grid;
  place-items: center;
}
.booking-confirmation-card {
  width: min(580px, 100%);
  padding: 48px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background: white;
  border: 1px solid var(--navy-100);
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
}
.booking-confirmation-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 22px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--booking-accent);
  border-radius: 50%;
  box-shadow: 0 0 0 10px var(--booking-accent);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 0 10px color-mix(in srgb, var(--booking-accent) 12%, white);
  }
}
.booking-confirmation-card h1 {
  margin: 10px 0;
  font-size: 34px;
  letter-spacing: -.05em;
}
.booking-confirmation-card > p {
  margin: 0;
  color: var(--navy-500);
  font-size: 16px;
  line-height: 1.65;
}
.booking-summary {
  width: 100%;
  margin: 26px 0;
  padding: 17px;
  display: grid;
  gap: 6px;
  background: var(--navy-50);
  border-radius: 11px;
}
.booking-summary span {
  color: var(--navy-500);
  font-size: 14px;
}
.booking-powered-by {
  width: min(1180px, calc(100% - 40px));
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  opacity: .65;
}
.booking-powered-by > span {
  font-size: 12px;
  font-weight: 700;
}
.booking-powered-by .brand img {
  width: 42px;
}
.brand-style-bold .booking-public-layout {
  border-radius: 8px;
}
.brand-style-bold .booking-business-card h1, .brand-style-bold .booking-business-card h2, .brand-style-bold .booking-flow-card h2 {
  text-transform: uppercase;
}
.brand-style-soft .booking-public-layout {
  border-radius: 34px;
}
.brand-style-soft .booking-service-list > button, .brand-style-soft .booking-flow-card .button {
  border-radius: 999px;
}
.booking-public-embedded {
  min-height: 0;
  padding: 0;
  background: transparent;
}
.booking-public-embedded .booking-public-header, .booking-public-embedded .booking-powered-by {
  display: none;
}
.booking-public-embedded .booking-public-layout {
  width: 100%;
  min-height: 640px;
  margin: 0;
  border-radius: 18px;
  box-shadow: none;
}
.booking-public-confirmed.booking-public-embedded {
  min-height: 640px;
  padding: 16px;
  background: transparent;
}
.professional-site-header {
  position: sticky;
  top: 0;
  z-index: 30;
}
.professional-site-header .booking-public-identity {
  color: var(--booking-text);
  text-decoration: none;
}
.professional-site-header nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.professional-site-header nav a {
  position: relative;
  color: var(--booking-text);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--booking-text) 70%, transparent);
  }
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.professional-site-header nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: var(--booking-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease-out;
}
.professional-site-header nav a:hover::after, .professional-site-header nav a:focus-visible::after {
  transform: scaleX(1);
}
.showcase-header-cta {
  min-height: 44px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white !important;
  background: var(--booking-primary);
  border-radius: 999px;
  text-decoration: none;
}
.professional-hero {
  min-height: 650px;
  padding: 100px 24px;
  display: grid;
  align-items: center;
  color: white;
  background-color: var(--booking-primary);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in srgb, var(--booking-primary) 22%, #07172b);
  }
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.professional-hero:not(.has-cover) {
  background-image: radial-gradient(circle at 78% 24%, var(--booking-accent), transparent 30%), linear-gradient(120deg, var(--booking-primary), #07172b);
  @supports (color: color-mix(in lab, red, red)) {
    background-image: radial-gradient(circle at 78% 24%, color-mix(in srgb, var(--booking-accent) 28%, transparent), transparent 30%), linear-gradient(120deg, color-mix(in srgb, var(--booking-primary) 22%, #07172b), #07172b);
  }
}
.professional-hero-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}
.showcase-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--booking-primary);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.professional-hero .showcase-eyebrow {
  color: var(--booking-accent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--booking-accent) 64%, white);
  }
}
.professional-hero h1 {
  max-width: 820px;
  margin: 18px 0 22px;
  font-size: clamp(52px, 7vw, 86px);
  line-height: .98;
  letter-spacing: -.065em;
  text-wrap: balance;
}
.professional-hero p {
  max-width: 650px;
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.7;
}
.professional-hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.professional-hero .button-primary {
  color: white;
}
.showcase-ghost-button {
  color: white;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.32);
  text-decoration: none;
  backdrop-filter: blur(10px);
}
.showcase-ghost-button:hover {
  background: rgba(255,255,255,.16);
}
.professional-hero-details {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  color: rgba(255,255,255,.8);
}
.professional-hero-details span, .professional-hero-details a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}
.showcase-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 108px 0;
}
.showcase-section-heading h2, .showcase-booking-heading h2, .showcase-contact h2 {
  margin: 13px 0 0;
  font-size: clamp(37px, 5vw, 60px);
  line-height: 1.04;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.showcase-section-heading.horizontal {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
.showcase-section-heading.horizontal > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--booking-primary);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.showcase-section-count {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--booking-text);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--booking-text) 62%, transparent);
  }
  font-size: 14px;
  font-weight: 700;
}
.showcase-about {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
  gap: clamp(50px, 9vw, 120px);
  align-items: start;
}
.showcase-about-copy > p {
  max-width: 720px;
  margin: 0;
  color: var(--booking-text);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--booking-text) 72%, transparent);
  }
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.75;
  white-space: pre-line;
}
.showcase-trust-note {
  margin-top: 34px;
  padding: 22px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--booking-accent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--booking-accent) 9%, var(--booking-background));
  }
  border-left: 4px solid var(--booking-accent);
  border-radius: 0 16px 16px 0;
}
.showcase-trust-note svg {
  color: var(--booking-accent);
  flex: 0 0 auto;
}
.showcase-trust-note span {
  display: grid;
  gap: 5px;
}
.showcase-trust-note strong {
  font-size: 16px;
}
.showcase-trust-note small {
  color: var(--booking-text);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--booking-text) 66%, transparent);
  }
  font-size: 14px;
  line-height: 1.5;
}
.showcase-gallery-section {
  padding-top: 70px;
}
.showcase-gallery {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 220px;
  gap: 14px;
}
.showcase-gallery figure {
  position: relative;
  grid-column: span 4;
  margin: 0;
  overflow: hidden;
  background: var(--booking-primary);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--booking-primary) 8%, var(--booking-background));
  }
  border-radius: 20px;
}
.showcase-gallery figure.featured {
  grid-column: span 8;
  grid-row: span 2;
}
.showcase-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease-out;
}
.showcase-gallery figure:hover img {
  transform: scale(1.025);
}
.showcase-gallery figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 12px 14px;
  color: white;
  background: rgba(7,23,43,.72);
  border-radius: 11px;
  font-size: 14px;
  line-height: 1.4;
  backdrop-filter: blur(10px);
}
.showcase-services-section {
  padding-top: 76px;
}
.showcase-service-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--booking-text);
  @supports (color: color-mix(in lab, red, red)) {
    border-top: 1px solid color-mix(in srgb, var(--booking-text) 14%, transparent);
  }
}
.showcase-service-grid article {
  min-height: 280px;
  padding: 28px 26px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 22px;
  border-right: 1px solid var(--booking-text);
  @supports (color: color-mix(in lab, red, red)) {
    border-right: 1px solid color-mix(in srgb, var(--booking-text) 14%, transparent);
  }
  border-bottom: 1px solid var(--booking-text);
  @supports (color: color-mix(in lab, red, red)) {
    border-bottom: 1px solid color-mix(in srgb, var(--booking-text) 14%, transparent);
  }
}
.showcase-service-grid article:nth-child(3n + 1) {
  border-left: 1px solid var(--booking-text);
  @supports (color: color-mix(in lab, red, red)) {
    border-left: 1px solid color-mix(in srgb, var(--booking-text) 14%, transparent);
  }
}
.showcase-service-grid article > span {
  color: var(--booking-primary);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
}
.showcase-service-grid small {
  color: var(--booking-text);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--booking-text) 58%, transparent);
  }
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.showcase-service-grid h3 {
  margin: 8px 0;
  font-size: 25px;
  letter-spacing: -.035em;
}
.showcase-service-grid p {
  margin: 0;
  color: var(--booking-text);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--booking-text) 68%, transparent);
  }
  font-size: 15px;
  line-height: 1.65;
}
.showcase-service-grid footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.showcase-service-grid footer strong {
  font-size: 18px;
}
.showcase-service-grid footer span {
  color: var(--booking-text);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--booking-text) 60%, transparent);
  }
  font-size: 14px;
}
.showcase-booking {
  padding: 108px 0 120px;
  background: var(--booking-primary);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--booking-primary) 5%, var(--booking-background));
  }
  border-block: 1px solid var(--booking-primary);
  @supports (color: color-mix(in lab, red, red)) {
    border-block: 1px solid color-mix(in srgb, var(--booking-primary) 11%, transparent);
  }
}
.showcase-booking-heading {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.showcase-booking-heading p {
  margin: 14px 0 0;
  color: var(--booking-text);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--booking-text) 66%, transparent);
  }
  font-size: 17px;
}
.showcase-booking .booking-public-layout {
  margin-top: 42px;
}
.booking-business-card {
  background: var(--booking-primary);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--booking-primary) 18%, #07172b);
  }
}
.showcase-contact {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 110px 0;
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr);
  gap: clamp(48px, 9vw, 118px);
}
.showcase-contact-copy > p {
  max-width: 560px;
  color: var(--booking-text);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--booking-text) 68%, transparent);
  }
  font-size: 17px;
  line-height: 1.7;
}
.showcase-contact-details {
  margin-top: 34px;
  display: grid;
  gap: 12px;
}
.showcase-contact-details > a, .showcase-contact-details > span {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}
.showcase-contact-details svg {
  margin-top: 2px;
  color: var(--booking-primary);
  flex: 0 0 auto;
}
.showcase-contact-details span span, .showcase-contact-details a span {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.showcase-contact-details small {
  color: var(--booking-text);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--booking-text) 60%, transparent);
  }
  font-size: 12px;
}
.showcase-contact-details strong {
  overflow-wrap: anywhere;
  font-size: 15px;
}
.showcase-socials {
  margin-top: 26px;
  display: flex;
  gap: 9px;
}
.showcase-socials a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--booking-primary);
  background: var(--booking-primary);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--booking-primary) 9%, var(--booking-background));
  }
  border-radius: 50%;
}
.showcase-contact-form {
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  background: var(--booking-background);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--booking-background) 84%, white);
  }
  border: 1px solid var(--booking-text);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--booking-text) 12%, transparent);
  }
  border-radius: 24px;
  box-shadow: 0 24px 70px var(--booking-primary);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 24px 70px color-mix(in srgb, var(--booking-primary) 10%, transparent);
  }
}
.showcase-contact-form label {
  display: grid;
  gap: 8px;
  font-size: 14px;
  font-weight: 750;
}
.showcase-contact-form label small {
  color: var(--booking-text);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--booking-text) 60%, transparent);
  }
  font-size: 12px;
  font-weight: 500;
}
.showcase-contact-form label.full, .showcase-contact-form > p, .showcase-contact-form > button, .showcase-contact-form > .workspace-alert, .showcase-contact-success {
  grid-column: 1 / -1;
}
.showcase-contact-form input, .showcase-contact-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  color: var(--booking-text);
  background: var(--booking-background);
  border: 1px solid var(--booking-text);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--booking-text) 18%, transparent);
  }
  border-radius: 11px;
  font: inherit;
  font-size: 16px;
}
.showcase-contact-form textarea {
  min-height: 150px;
  resize: vertical;
}
.showcase-contact-form input:focus, .showcase-contact-form textarea:focus {
  outline: 3px solid var(--booking-primary);
  @supports (color: color-mix(in lab, red, red)) {
    outline: 3px solid color-mix(in srgb, var(--booking-primary) 20%, transparent);
  }
  border-color: var(--booking-primary);
}
.showcase-contact-form > p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--booking-text);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--booking-text) 64%, transparent);
  }
  font-size: 13px;
}
.showcase-contact-form > button {
  justify-self: start;
}
.showcase-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.showcase-contact-success {
  min-height: 360px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
}
.showcase-contact-success > svg {
  color: var(--booking-accent);
}
.showcase-contact-success h3 {
  margin: 18px 0 8px;
  font-size: 28px;
}
.showcase-contact-success p {
  margin: 0;
  color: var(--booking-text);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--booking-text) 65%, transparent);
  }
}
.showcase-contact-success button {
  margin-top: 20px;
  color: var(--booking-primary);
  background: none;
  border: 0;
  cursor: pointer;
  font-weight: 800;
}
.showcase-footer {
  min-height: 120px;
  padding: 28px max(24px, calc((100vw - 1180px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: white;
  background: #07172b;
}
.showcase-footer .booking-public-identity strong {
  color: white;
}
.showcase-footer > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.62);
  font-size: 13px;
}
.showcase-footer .brand img {
  width: 72px;
}
.booking-public-embedded .showcase-booking {
  padding: 0;
  background: transparent;
  border: 0;
}
.home-page {
  --home-canvas: #f5f8fc;
  --home-paper: #fcfdff;
  --home-ink: #0a1a2f;
  --home-muted: #566a82;
  --home-line: #d8e2ee;
  --home-blue: #1565ef;
  --home-blue-deep: #0f4fc5;
  --home-blue-pale: #e9f0fa;
  --home-green: #1e7a00;
  --home-green-pale: #eef7ea;
  overflow: clip;
  background: var(--home-canvas);
  color: var(--home-ink);
}
.home-page .shell {
  width: min(1240px, calc(100% - 48px));
}
.home-page h1, .home-page h2, .home-page h3, .home-page p {
  text-wrap: pretty;
}
.home-skip-link {
  position: fixed;
  z-index: 100;
  left: 20px;
  top: 14px;
  padding: 12px 16px;
  color: var(--home-paper);
  background: var(--home-ink);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  transform: translateY(-160%);
}
.home-skip-link:focus {
  transform: none;
}
.home-scroll-progress {
  position: fixed;
  z-index: 70;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  pointer-events: none;
}
.home-scroll-progress span {
  display: block;
  width: var(--home-scroll-progress, 0%);
  height: 100%;
  background: var(--home-green);
  transform-origin: left center;
}
.home-header {
  background: rgba(245, 248, 252, .92);
  border-bottom-color: rgba(187, 201, 216, .62);
}
.home-header .header-inner {
  min-height: 82px;
}
.home-header .brand img {
  width: 184px;
}
.home-nav {
  gap: 30px;
}
.home-nav a {
  position: relative;
  color: #304760;
  font-size: 14px;
}
.home-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  background: var(--home-blue);
  transition: right 180ms ease;
}
.home-nav a:hover::after {
  right: 0;
}
.home-page .button {
  border-radius: 10px;
}
.home-page .button-primary {
  background: var(--home-blue);
  box-shadow: 0 12px 28px rgba(21, 101, 239, .2);
}
.home-page .button-primary:hover {
  background: var(--home-blue-deep);
}
.home-page .button-ghost {
  color: #304760;
}
.home-hero {
  position: relative;
  padding: 94px 0 110px;
}
.home-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 74px;
  width: 9px;
  height: 250px;
  background: var(--home-blue);
}
.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(540px, 1.12fr);
  align-items: center;
  gap: clamp(48px, 5.5vw, 86px);
}
.home-eyebrow, .home-kicker {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--home-blue);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.4;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.home-hero-copy h1 {
  margin: 25px 0 27px;
  max-width: 700px;
  font-size: clamp(54px, 5.2vw, 78px);
  line-height: .98;
  letter-spacing: -.068em;
  font-weight: 800;
}
.home-hero-copy h1 span {
  display: block;
  color: var(--home-blue);
}
.home-hero-copy > p {
  margin: 0;
  max-width: 640px;
  color: var(--home-muted);
  font-size: 18px;
  line-height: 1.72;
}
.home-hero-actions {
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.home-text-link, .home-dark-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--home-ink);
  font-size: 14px;
  font-weight: 800;
}
.home-text-link svg, .home-dark-link svg {
  transition: transform 180ms ease;
}
.home-text-link:hover svg, .home-dark-link:hover svg {
  transform: translateX(4px);
}
.home-trust-line {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.home-trust-line span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--home-muted);
  font-size: 13px;
  font-weight: 700;
}
.home-trust-line svg {
  color: var(--home-green);
}
.home-hero-visual {
  position: relative;
  isolation: isolate;
  min-width: 0;
  margin: 0;
  padding-top: 48px;
  background: var(--home-paper);
  border: 1px solid var(--home-line);
  border-radius: 28px;
  box-shadow: 0 36px 90px rgba(10, 26, 47, .13);
  transform: translateY(var(--home-hero-shift, 0));
  will-change: transform;
}
.home-hero-visual::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -18px;
  top: -18px;
  width: 45%;
  height: 78%;
  background: var(--home-ink);
  border-radius: 24px 0 0 0;
}
.home-hero-visual > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.56 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 0 0 27px 27px;
}
.home-hero-visual-label {
  position: absolute;
  z-index: 3;
  top: 17px;
  left: 22px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--home-paper);
  font-size: 12px;
  font-weight: 800;
}
.home-live-dot {
  width: 8px;
  height: 8px;
  background: #62b646;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(98, 182, 70, .14);
}
.home-booking-float {
  position: absolute;
  z-index: 4;
  left: 26px;
  right: 26px;
  bottom: 24px;
  min-height: 84px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 13px;
  color: var(--home-ink);
  background: rgba(252, 253, 255, .94);
  border: 1px solid rgba(216, 226, 238, .9);
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(10, 26, 47, .18);
  backdrop-filter: blur(16px);
}
.home-booking-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--home-blue);
  background: var(--home-blue-pale);
  border-radius: 11px;
}
.home-booking-float > div:nth-child(2) {
  min-width: 0;
  display: grid;
  gap: 2px;
}
.home-booking-float small, .home-booking-float span {
  color: var(--home-muted);
  font-size: 11px;
}
.home-booking-float strong {
  font-size: 15px;
}
.home-booking-status {
  padding: 7px 9px;
  color: var(--home-green) !important;
  background: var(--home-green-pale);
  border-radius: 7px;
  font-weight: 800;
}
.home-recognition {
  padding: 108px 0 0;
  background: var(--home-paper);
  border-block: 1px solid var(--home-line);
}
.home-recognition-copy {
  display: grid;
  grid-template-columns: 72px minmax(0, 900px);
  gap: 30px;
  align-items: start;
}
.home-section-number {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--home-blue);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
}
.home-section-number::after {
  content: "";
  width: 30px;
  height: 2px;
  background: currentColor;
}
.home-recognition h2 {
  margin: 19px 0 76px;
  max-width: 1000px;
  font-size: clamp(42px, 5.3vw, 72px);
  line-height: 1.04;
  letter-spacing: -.058em;
}
.home-profession-marquee {
  overflow: hidden;
  color: var(--home-paper);
  background: var(--home-ink);
}
.home-profession-track {
  width: max-content;
  min-height: 104px;
  display: flex;
  align-items: center;
  animation: home-marquee 34s linear infinite;
}
.home-profession-track span {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-right: 28px;
  font-size: 22px;
  font-weight: 750;
  letter-spacing: -.025em;
  white-space: nowrap;
}
.home-profession-track i {
  width: 7px;
  height: 7px;
  display: block;
  background: #62b646;
  transform: rotate(45deg);
}
@keyframes home-marquee {
  to {
    transform: translateX(-50%);
  }
}
.home-day {
  padding: 150px 0;
  color: var(--home-paper);
  background: var(--home-ink);
}
.home-day-layout {
  display: grid;
  grid-template-columns: minmax(340px, .76fr) minmax(0, 1.24fr);
  gap: clamp(70px, 9vw, 145px);
  align-items: start;
}
.home-day-intro {
  position: sticky;
  top: 142px;
}
.home-section-number-dark {
  color: #62b646;
}
.home-kicker-light {
  margin-top: 29px;
  color: #7fb7ff;
}
.home-day-intro h2 {
  margin: 20px 0 24px;
  font-size: clamp(49px, 5.5vw, 75px);
  line-height: 1;
  letter-spacing: -.064em;
}
.home-day-intro > p {
  margin: 0;
  max-width: 480px;
  color: #bdc9d8;
  font-size: 17px;
  line-height: 1.76;
}
.home-dark-link {
  margin-top: 35px;
  color: var(--home-paper);
}
.home-dark-link svg {
  color: #7fb7ff;
}
.home-day-steps {
  display: grid;
  gap: 48px;
}
.home-day-card {
  min-height: 330px;
  padding: 34px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  grid-template-rows: auto 1fr;
  align-items: start;
  gap: 23px;
  color: var(--home-paper);
  background: #102843;
  border: 1px solid #29425f;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .2);
  transition: border-color 240ms ease, transform 320ms ease, opacity 320ms ease, background 240ms ease;
}
.home-motion-ready .home-day-card {
  opacity: .54;
  transform: translateY(18px) scale(.985);
}
.home-motion-ready .home-day-card.is-active {
  opacity: 1;
  transform: none;
  border-color: #3f8dff;
  background: #132f50;
}
.home-day-time {
  grid-column: 1 / 3;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #9fb0c4;
  font-size: 13px;
  font-weight: 800;
}
.home-day-icon {
  width: 58px;
  height: 58px;
  grid-column: 1;
  grid-row: 2;
  display: grid;
  place-items: center;
  color: #8abdff;
  background: #193c64;
  border: 1px solid #30557d;
}
.home-day-card-copy {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
}
.home-day-card-copy > span {
  color: #8abdff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.home-day-card h3 {
  margin: 11px 0 14px;
  font-size: clamp(28px, 3vw, 39px);
  line-height: 1.05;
  letter-spacing: -.045em;
}
.home-day-card p {
  margin: 0;
  color: #bdc9d8;
  font-size: 16px;
  line-height: 1.7;
}
.home-day-status {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  color: #a8df91;
  background: #1a3d30;
  border: 1px solid #2f6447;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
}
.home-workspace {
  padding: 140px 0;
  background: var(--home-canvas);
}
.home-section-heading {
  display: grid;
  grid-template-columns: .62fr 1.25fr .8fr;
  gap: 55px;
  align-items: end;
  margin-bottom: 68px;
}
.home-section-heading > div {
  align-self: start;
}
.home-section-heading .home-kicker {
  margin-top: 27px;
}
.home-section-heading h2 {
  margin: 0;
  font-size: clamp(45px, 5.3vw, 70px);
  line-height: 1.01;
  letter-spacing: -.06em;
}
.home-section-heading > p {
  margin: 0;
  color: var(--home-muted);
  font-size: 16px;
  line-height: 1.75;
}
.home-product-stage {
  min-height: 640px;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  overflow: hidden;
  background: var(--home-paper);
  border: 1px solid var(--home-line);
  box-shadow: 0 34px 80px rgba(10, 26, 47, .12);
}
.home-product-sidebar {
  padding: 28px 18px;
  color: var(--home-paper);
  background: var(--home-ink);
}
.home-product-sidebar .brand img {
  width: 154px;
}
.home-product-business {
  margin: 36px 0 31px;
  padding: 14px 11px;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  align-items: center;
  border: 1px solid #28415d;
}
.home-product-business > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--home-paper);
  background: var(--home-blue);
  font-size: 11px;
  font-weight: 850;
}
.home-product-business div {
  display: grid;
  gap: 3px;
}
.home-product-business strong {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-product-business small {
  color: #8fa0b5;
  font-size: 10px;
}
.home-product-sidebar nav {
  display: grid;
  gap: 5px;
}
.home-product-sidebar nav span {
  min-height: 43px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #93a4b8;
  font-size: 11px;
  font-weight: 700;
}
.home-product-sidebar nav span.active {
  color: var(--home-paper);
  background: #12386a;
}
.home-product-canvas {
  padding: 38px;
  background: #f1f5fa;
}
.home-product-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.home-product-topline small {
  color: var(--home-blue);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}
.home-product-topline h3 {
  margin: 8px 0 0;
  font-size: 29px;
  letter-spacing: -.045em;
}
.home-product-topline .home-mock-button {
  min-height: 43px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--home-paper);
  background: var(--home-blue);
  border-radius: 8px;
  font-size: 11px;
  font-weight: 800;
}
.home-product-metrics {
  margin: 31px 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.home-product-metrics > div {
  min-height: 112px;
  padding: 18px;
  display: grid;
  align-content: space-between;
  background: var(--home-paper);
  border: 1px solid var(--home-line);
}
.home-product-metrics span, .home-product-metrics small {
  color: var(--home-muted);
  font-size: 10px;
}
.home-product-metrics strong {
  font-size: 30px;
  letter-spacing: -.05em;
}
.home-product-content {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(215px, .55fr);
  gap: 12px;
}
.home-agenda-card, .home-notification-card, .home-client-card {
  background: var(--home-paper);
  border: 1px solid var(--home-line);
}
.home-agenda-card {
  padding: 20px;
}
.home-card-head {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.home-card-head strong {
  font-size: 13px;
}
.home-card-head span {
  color: var(--home-blue);
  font-size: 10px;
  font-weight: 800;
}
.home-agenda-row {
  min-height: 76px;
  display: grid;
  grid-template-columns: 42px 34px 1fr auto;
  gap: 12px;
  align-items: center;
  border-top: 1px solid var(--home-line);
}
.home-agenda-row time {
  color: var(--home-muted);
  font-size: 10px;
  font-weight: 800;
}
.home-client-avatar {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--home-blue);
  background: var(--home-blue-pale);
  font-size: 10px;
  font-weight: 850;
}
.home-client-avatar-2 {
  color: var(--home-green);
  background: var(--home-green-pale);
}
.home-client-avatar-3 {
  color: #7c4a00;
  background: #fff1d8;
}
.home-agenda-row > div {
  display: grid;
  gap: 3px;
}
.home-agenda-row strong {
  font-size: 11px;
}
.home-agenda-row small {
  color: var(--home-muted);
  font-size: 9px;
}
.home-agenda-row em {
  padding: 6px 8px;
  color: var(--home-green);
  background: var(--home-green-pale);
  border-radius: 6px;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}
.home-product-sidecards {
  display: grid;
  gap: 12px;
}
.home-notification-card, .home-client-card {
  padding: 18px;
}
.home-notification-card > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--home-blue);
  background: var(--home-blue-pale);
}
.home-notification-card > small {
  display: block;
  margin: 18px 0 7px;
  color: var(--home-muted);
  font-size: 9px;
}
.home-notification-card > strong {
  display: block;
  font-size: 12px;
  line-height: 1.45;
}
.home-notification-card > p, .home-client-card > p {
  margin: 7px 0 0;
  color: var(--home-muted);
  font-size: 9px;
  line-height: 1.55;
}
.home-client-card-top {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--home-blue);
  font-size: 10px;
  font-weight: 800;
}
.home-client-card > strong {
  display: block;
  margin-top: 17px;
  font-size: 17px;
}
.home-client-card > div:last-child {
  margin-top: 18px;
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--home-line);
}
.home-client-card > div:last-child span, .home-client-card > div:last-child b {
  font-size: 9px;
}
.home-client-card > div:last-child span {
  color: var(--home-muted);
}
.home-feature-ledger {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--home-line);
  border-left: 1px solid var(--home-line);
}
.home-feature-ledger article {
  min-height: 150px;
  padding: 25px;
  display: grid;
  grid-template-columns: 34px 38px 1fr;
  gap: 13px;
  align-items: start;
  background: var(--home-paper);
  border-right: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
}
.home-feature-ledger article > span {
  color: var(--home-blue);
  font-size: 11px;
  font-weight: 850;
}
.home-feature-ledger article > svg {
  color: var(--home-blue);
}
.home-feature-ledger h3 {
  margin: 0 0 6px;
  font-size: 16px;
}
.home-feature-ledger p {
  margin: 0;
  color: var(--home-muted);
  font-size: 13px;
  line-height: 1.55;
}
.home-showcase {
  padding: 140px 0;
  background: var(--home-paper);
  border-block: 1px solid var(--home-line);
}
.home-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
  gap: clamp(58px, 7vw, 100px);
  align-items: center;
}
.home-showcase-browser {
  overflow: hidden;
  background: var(--home-canvas);
  border: 1px solid #c8d4e2;
  box-shadow: 0 30px 70px rgba(10, 26, 47, .14);
}
.home-browser-bar {
  min-height: 50px;
  padding: 0 17px;
  display: grid;
  grid-template-columns: 70px 1fr 70px;
  align-items: center;
  background: #e3e9f1;
  border-bottom: 1px solid #c8d4e2;
}
.home-browser-bar > div {
  display: flex;
  gap: 6px;
}
.home-browser-bar i {
  width: 9px;
  height: 9px;
  display: block;
  background: #b1bdca;
  border-radius: 50%;
}
.home-browser-bar i:first-child {
  background: #f07266;
}
.home-browser-bar i:nth-child(2) {
  background: #eebd4b;
}
.home-browser-bar i:nth-child(3) {
  background: #63b777;
}
.home-browser-bar > span {
  justify-self: center;
  color: #52657d;
  font-size: 10px;
  font-weight: 700;
}
.home-browser-page {
  background: #fbf8f3;
}
.home-browser-page > header {
  min-height: 76px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 25px;
  border-bottom: 1px solid #e3dacd;
}
.home-demo-logo {
  color: #2c241b;
  font-size: 12px;
  font-weight: 900;
  line-height: .9;
  letter-spacing: .08em;
}
.home-demo-logo span {
  color: #9f5d42;
  font-size: 8px;
}
.home-browser-page nav {
  margin-left: auto;
  display: flex;
  gap: 20px;
  color: #6f6257;
  font-size: 9px;
  font-weight: 700;
}
.home-browser-page .home-mock-button {
  width: max-content;
  min-height: 36px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fffaf3;
  background: #2c241b;
  border-radius: 7px;
  font-size: 9px;
  font-weight: 800;
}
.home-demo-hero {
  min-height: 455px;
  padding: 48px 38px;
  display: grid;
  grid-template-columns: 1fr .86fr;
  gap: 36px;
  align-items: center;
}
.home-demo-hero small {
  color: #9f5d42;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.home-demo-hero h3 {
  margin: 15px 0;
  font-family: Georgia, serif;
  font-size: 39px;
  line-height: 1.04;
  letter-spacing: -.04em;
  font-weight: 500;
}
.home-demo-hero p {
  margin: 0 0 22px;
  color: #6f6257;
  font-size: 11px;
  line-height: 1.7;
}
.home-demo-gallery {
  min-height: 320px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  grid-template-rows: 1fr 1fr;
  gap: 9px;
}
.home-demo-gallery span {
  display: grid;
  place-items: center;
  background: #d8c4b5;
}
.home-demo-gallery span:first-child {
  grid-row: 1 / span 2;
  color: #fffaf3;
  background: #9f5d42;
}
.home-demo-gallery span:nth-child(2) {
  background: #2c241b;
}
.home-demo-gallery span:nth-child(3) {
  background: #d7b8a6;
}
.home-showcase-copy .home-kicker {
  margin-top: 28px;
}
.home-showcase-copy h2 {
  margin: 20px 0 24px;
  font-size: clamp(43px, 5vw, 66px);
  line-height: 1.02;
  letter-spacing: -.06em;
}
.home-showcase-copy > p {
  margin: 0;
  color: var(--home-muted);
  font-size: 17px;
  line-height: 1.75;
}
.home-showcase-copy ul {
  margin: 31px 0;
  padding: 0;
  display: grid;
  gap: 0;
  list-style: none;
  border-top: 1px solid var(--home-line);
}
.home-showcase-copy li {
  min-height: 88px;
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid var(--home-line);
}
.home-showcase-copy li > svg {
  color: var(--home-blue);
}
.home-showcase-copy li > span {
  display: grid;
  gap: 4px;
  color: var(--home-muted);
  font-size: 13px;
}
.home-showcase-copy li strong {
  color: var(--home-ink);
  font-size: 15px;
}
.home-flow {
  padding: 132px 0;
  background: var(--home-canvas);
}
.home-flow-heading {
  max-width: 760px;
  margin-bottom: 64px;
}
.home-flow-heading h2 {
  margin: 17px 0 16px;
  font-size: clamp(44px, 5vw, 66px);
  line-height: 1.03;
  letter-spacing: -.058em;
}
.home-flow-heading > p:last-child {
  margin: 0;
  color: var(--home-muted);
  font-size: 17px;
}
.home-flow-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.home-flow-line::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 29px;
  height: 2px;
  background: #bfd0e4;
}
.home-flow-line article {
  position: relative;
  z-index: 1;
  padding-right: 20px;
}
.home-flow-line article > div {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--home-blue);
  background: var(--home-paper);
  border: 2px solid #bfd0e4;
  box-shadow: 0 0 0 10px var(--home-canvas);
}
.home-flow-line article > span {
  display: block;
  margin-top: 26px;
  color: var(--home-blue);
  font-size: 11px;
  font-weight: 850;
}
.home-flow-line h3 {
  margin: 11px 0 8px;
  font-size: 18px;
  line-height: 1.3;
}
.home-flow-line p {
  margin: 0;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.6;
}
.home-pricing {
  padding: 0 0 132px;
  background: var(--home-canvas);
}
.home-pricing-panel {
  padding: 70px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, .55fr);
  gap: 80px;
  color: var(--home-paper);
  background: var(--home-ink);
}
.home-pricing-copy .home-kicker {
  margin-top: 28px;
}
.home-pricing-copy h2 {
  margin: 20px 0;
  max-width: 700px;
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -.06em;
}
.home-pricing-copy > p {
  margin: 0;
  max-width: 700px;
  color: #bdc9d8;
  font-size: 17px;
  line-height: 1.7;
}
.home-pricing-copy ul {
  margin: 33px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px 28px;
  list-style: none;
}
.home-pricing-copy li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #dce7f5;
  font-size: 14px;
}
.home-pricing-copy li svg {
  color: #7fc760;
  flex: 0 0 auto;
}
.home-price-card {
  align-self: center;
  padding: 34px;
  color: var(--home-ink);
  background: var(--home-paper);
}
.home-price-card > span {
  color: var(--home-blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.home-price-card > div {
  margin: 18px 0 9px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.home-price-card .home-price-before {
  margin: 20px 0 -10px;
  align-items: center;
}
.home-price-before del {
  color: var(--home-muted);
  font-size: 19px;
  font-weight: 750;
}
.home-price-before em {
  padding: 5px 9px;
  color: #205d0d;
  background: #dcf4d2;
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
}
.home-price-card strong {
  font-size: 55px;
  letter-spacing: -.065em;
}
.home-price-card small {
  color: var(--home-muted);
}
.home-price-card > p {
  margin: 0 0 25px;
  color: var(--home-muted);
  font-size: 13px;
  line-height: 1.6;
}
.home-price-card > small {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 11px;
}
.home-final-cta {
  padding: 84px 0;
  color: var(--home-paper);
  background: var(--home-blue);
}
.home-final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.home-final-cta span {
  color: #dce9ff;
  font-size: 15px;
  font-weight: 750;
}
.home-final-cta h2 {
  margin: 7px 0 0;
  font-size: clamp(39px, 4.5vw, 61px);
  line-height: 1.05;
  letter-spacing: -.06em;
}
.home-final-cta .button {
  flex: 0 0 auto;
  color: var(--home-ink);
  background: var(--home-paper);
  box-shadow: 0 15px 35px rgba(8, 44, 110, .2);
}
.home-footer {
  padding: 62px 0 38px;
}
.home-footer-grid {
  display: grid;
  grid-template-columns: 1.15fr .7fr .9fr .65fr;
  gap: 44px;
  align-items: start;
}
.home-footer .brand img {
  width: 170px;
}
.home-footer p {
  margin: 15px 0 0;
  color: #90a1b5;
  font-size: 13px;
}
.home-footer nav {
  display: grid;
  gap: 15px;
}
.home-footer nav a {
  color: #d4dfeb;
  font-size: 13px;
  font-weight: 700;
}
.home-footer nav a:hover, .home-footer nav a:focus-visible {
  color: #fff;
}
.home-footer-meta {
  display: grid;
  justify-items: end;
  gap: 12px;
  color: #8193a8;
  font-size: 12px;
}
.home-motion-ready [data-home-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 640ms ease, transform 700ms cubic-bezier(.22, 1, .36, 1);
}
.home-motion-ready [data-home-reveal].is-visible {
  opacity: 1;
  transform: none;
}
.home-motion-ready .home-hero-visual[data-home-reveal] {
  transform: translateY(calc(26px + var(--home-hero-shift, 0px)));
}
.home-motion-ready .home-hero-visual[data-home-reveal].is-visible {
  transform: translateY(var(--home-hero-shift, 0px));
}
@media (max-width: 1120px) {
  .home-hero-grid {
    grid-template-columns: 1fr;
  }
  .home-hero-copy {
    max-width: 850px;
  }
  .home-hero-visual {
    width: min(900px, 100%);
  }
  .home-section-heading {
    grid-template-columns: .45fr 1.25fr;
  }
  .home-section-heading > p {
    grid-column: 2;
  }
  .home-product-content {
    grid-template-columns: 1fr;
  }
  .home-product-sidecards {
    grid-template-columns: 1fr 1fr;
  }
  .home-showcase-grid {
    grid-template-columns: 1fr;
  }
  .home-showcase-copy {
    max-width: 770px;
  }
}
@media (max-width: 900px) {
  .home-page .shell {
    width: min(100% - 36px, 1240px);
  }
  .home-day-layout {
    grid-template-columns: 1fr;
  }
  .home-day-intro {
    position: static;
  }
  .home-day-steps {
    gap: 24px;
  }
  .home-day-card {
    min-height: 290px;
  }
  .home-product-stage {
    grid-template-columns: 170px minmax(0, 1fr);
  }
  .home-product-sidebar {
    padding-inline: 13px;
  }
  .home-product-sidebar .brand img {
    width: 130px;
  }
  .home-product-business {
    grid-template-columns: 1fr;
  }
  .home-product-business > span {
    display: none;
  }
  .home-product-metrics {
    grid-template-columns: 1fr 1fr;
  }
  .home-product-metrics > div:last-child {
    display: none;
  }
  .home-feature-ledger {
    grid-template-columns: 1fr 1fr;
  }
  .home-flow-line {
    grid-template-columns: 1fr 1fr;
    gap: 50px 30px;
  }
  .home-flow-line::before {
    display: none;
  }
  .home-pricing-panel {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .home-price-card {
    width: min(440px, 100%);
  }
}
@media (max-width: 720px) {
  .home-page .shell {
    width: min(100% - 28px, 1240px);
  }
  .home-header .header-inner {
    min-height: 70px;
    gap: 10px;
  }
  .home-header .brand img {
    width: 137px;
  }
  .home-header .button-small {
    min-height: 40px;
    padding-inline: 13px;
    font-size: 11px;
  }
  .home-hero {
    padding: 68px 0 84px;
  }
  .home-hero::before {
    width: 5px;
    height: 170px;
    top: 50px;
  }
  .home-eyebrow {
    font-size: 11px;
  }
  .home-hero-copy h1 {
    margin-top: 20px;
    font-size: clamp(46px, 14vw, 66px);
  }
  .home-hero-copy > p {
    font-size: 17px;
    line-height: 1.65;
  }
  .home-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .home-hero-actions .button {
    width: 100%;
  }
  .home-text-link {
    justify-content: center;
  }
  .home-trust-line {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }
  .home-hero-visual {
    padding-top: 42px;
    border-radius: 18px;
  }
  .home-hero-visual::before {
    left: -8px;
    top: -8px;
    border-radius: 14px 0 0 0;
  }
  .home-hero-visual > img {
    aspect-ratio: 1.2 / 1;
    object-position: center top;
    border-radius: 0 0 17px 17px;
  }
  .home-booking-float {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: -1px 0 0;
    grid-template-columns: 42px 1fr;
    border: 0;
    border-top: 1px solid var(--home-line);
    border-radius: 0 0 17px 17px;
    box-shadow: none;
  }
  .home-booking-status {
    display: none;
  }
  .home-recognition {
    padding-top: 78px;
  }
  .home-recognition-copy {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .home-recognition h2 {
    margin: 16px 0 55px;
    font-size: 43px;
  }
  .home-profession-track {
    min-height: 86px;
  }
  .home-profession-track span {
    font-size: 18px;
  }
  .home-day, .home-workspace, .home-showcase, .home-flow {
    padding-block: 92px;
  }
  .home-day-intro h2 {
    font-size: 49px;
  }
  .home-day-card {
    min-height: 0;
    padding: 25px;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
    gap: 20px;
  }
  .home-day-time {
    grid-column: 1;
  }
  .home-day-icon {
    grid-column: 1;
    grid-row: 2;
  }
  .home-day-card-copy {
    grid-column: 1 / -1;
    grid-row: 3;
  }
  .home-day-status {
    grid-column: 2;
    grid-row: 1;
  }
  .home-section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 45px;
  }
  .home-section-heading > p {
    grid-column: auto;
  }
  .home-section-heading h2 {
    font-size: 46px;
  }
  .home-product-stage {
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .home-product-sidebar {
    display: none;
  }
  .home-product-canvas {
    padding: 21px;
  }
  .home-product-topline {
    align-items: flex-start;
  }
  .home-product-topline .home-mock-button {
    width: 43px;
    padding: 0;
    justify-content: center;
    font-size: 0;
  }
  .home-product-metrics {
    margin-top: 24px;
  }
  .home-product-sidecards {
    grid-template-columns: 1fr;
  }
  .home-feature-ledger {
    grid-template-columns: 1fr;
  }
  .home-feature-ledger article {
    min-height: 125px;
  }
  .home-browser-page > header {
    padding-inline: 16px;
  }
  .home-browser-page nav {
    display: none;
  }
  .home-browser-page > header .home-mock-button {
    margin-left: auto;
  }
  .home-demo-hero {
    min-height: 0;
    padding: 32px 23px;
    grid-template-columns: 1fr;
  }
  .home-demo-gallery {
    min-height: 230px;
  }
  .home-showcase-copy h2, .home-flow-heading h2 {
    font-size: 43px;
  }
  .home-flow-line {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .home-flow-line article {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 0 20px;
    padding: 0;
  }
  .home-flow-line article > div {
    grid-row: 1 / span 3;
    box-shadow: none;
  }
  .home-flow-line article > span {
    margin: 0;
  }
  .home-flow-line h3 {
    margin: 6px 0;
  }
  .home-pricing {
    padding-bottom: 92px;
  }
  .home-pricing-panel {
    padding: 36px 23px;
  }
  .home-pricing-copy h2 {
    font-size: 44px;
  }
  .home-pricing-copy ul {
    grid-template-columns: 1fr;
  }
  .home-final-cta {
    padding-block: 68px;
  }
  .home-final-cta-inner {
    align-items: stretch;
    flex-direction: column;
  }
  .home-final-cta .button {
    width: 100%;
  }
  .home-footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .home-footer-meta {
    justify-items: start;
  }
}
@media (max-width: 430px) {
  .home-header .brand img {
    width: 122px;
  }
  .home-header .button-small {
    padding-inline: 11px;
  }
  .home-hero-copy h1 {
    font-size: 44px;
  }
  .home-hero-visual > img {
    aspect-ratio: 1 / 1;
  }
  .home-product-canvas {
    padding: 15px;
  }
  .home-product-topline h3 {
    font-size: 24px;
  }
  .home-product-metrics {
    gap: 8px;
  }
  .home-product-metrics > div {
    min-height: 98px;
    padding: 13px;
  }
  .home-agenda-card {
    padding: 13px;
  }
  .home-agenda-row {
    grid-template-columns: 36px 28px 1fr;
    gap: 8px;
  }
  .home-agenda-row em {
    display: none;
  }
  .home-demo-hero h3 {
    font-size: 33px;
  }
  .home-price-card {
    padding: 25px 20px;
  }
}
.legal-page, .manage-booking-page {
  min-height: 100vh;
  padding: clamp(28px, 6vw, 76px) 20px;
  color: var(--navy-900);
  background: linear-gradient(145deg, #f5f8ff, #fff);
}
.legal-page article, .manage-booking-card {
  width: min(100%, 880px);
  margin: 0 auto;
  padding: clamp(24px, 5vw, 52px);
  background: #fff;
  border: 1px solid var(--navy-100);
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
}
.legal-page h1, .manage-booking-card h1 {
  margin: 30px 0 12px;
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1.03;
  letter-spacing: -.04em;
}
.legal-page h2 {
  margin: 34px 0 8px;
  font-size: 22px;
}
.legal-page p, .manage-booking-card p {
  color: var(--navy-600);
  font-size: 16px;
  line-height: 1.75;
}
.legal-page ul {
  margin: 12px 0 0;
  padding-left: 21px;
  color: var(--navy-600);
  font-size: 16px;
  line-height: 1.75;
}
.legal-page a {
  color: var(--blue);
  font-weight: 750;
  text-underline-offset: 3px;
}
.legal-page .legal-lead {
  max-width: 68ch;
  font-size: 18px;
}
.legal-page .legal-note {
  padding: 16px 18px;
  background: var(--navy-50);
  border-left: 4px solid var(--blue);
  border-radius: 0 12px 12px 0;
}
.showcase-footer-meta {
  display: grid;
  justify-items: end;
  gap: 9px;
}
.showcase-footer-meta > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.7);
  font-size: 13px;
}
.showcase-footer-meta nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 16px;
}
.showcase-footer-meta nav a {
  color: rgba(255,255,255,.78);
  font-size: 12px;
  font-weight: 700;
}
.showcase-footer-meta nav a:hover, .showcase-footer-meta nav a:focus-visible {
  color: #fff;
}
.system-page {
  min-height: 100vh;
  padding: clamp(28px, 6vw, 76px) 20px;
  display: grid;
  place-items: center;
  color: var(--navy-900);
  background: radial-gradient(circle at 85% 10%, rgba(21,101,255,.13), transparent 31%), linear-gradient(145deg, #f5f8ff, #fff);
}
.system-card {
  width: min(100%, 680px);
  padding: clamp(28px, 6vw, 58px);
  position: relative;
  overflow: hidden;
  background: rgba(255,255,255,.96);
  border: 1px solid var(--navy-100);
  border-radius: 28px;
  box-shadow: var(--shadow-lg);
}
.system-card::before {
  width: 8px;
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  background: linear-gradient(var(--blue), var(--green));
}
.system-card .brand {
  margin-bottom: 46px;
}
.system-card > span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.system-card h1 {
  margin: 10px 0 14px;
  font-size: clamp(38px, 8vw, 68px);
  line-height: .98;
  letter-spacing: -.055em;
}
.system-card p {
  max-width: 52ch;
  color: var(--navy-600);
  font-size: 17px;
  line-height: 1.7;
}
.system-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.system-skeleton {
  width: min(100%, 680px);
  display: grid;
  gap: 15px;
}
.system-skeleton > div {
  height: 20px;
  overflow: hidden;
  position: relative;
  background: var(--navy-100);
  border-radius: 999px;
}
.system-skeleton > div:first-child {
  width: 38%;
  height: 32px;
}
.system-skeleton > div:nth-child(2) {
  width: 100%;
  height: 72px;
}
.system-skeleton > div:nth-child(3) {
  width: 74%;
}
.system-skeleton > div::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.75), transparent);
  animation: system-loading 1.2s infinite;
}
@keyframes system-loading {
  to {
    transform: translateX(100%);
  }
}
.manage-booking-page > header {
  width: min(100%, 760px);
  margin: 0 auto 24px;
}
.manage-booking-card > span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.manage-booking-card dl {
  margin: 28px 0;
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--navy-100);
  border-radius: 15px;
}
.manage-booking-card dl div {
  padding: 15px 18px;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  background: var(--navy-50);
}
.manage-booking-card dt {
  color: var(--navy-500);
  font-size: 13px;
  font-weight: 700;
}
.manage-booking-card dd {
  margin: 0;
  font-size: 15px;
  font-weight: 750;
}
.mfa-card {
  width: min(100%, 560px);
}
.mfa-qr-panel {
  margin: 18px 0;
  padding: 18px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid var(--navy-100);
  border-radius: 16px;
}
.mfa-qr-panel img {
  width: min(100%, 240px);
  height: auto;
}
.integration-contact-toggle {
  padding: 12px 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: var(--navy-50);
  border: 1px solid var(--navy-100);
  border-radius: 10px;
  color: var(--navy-700);
  font-size: 13px;
  line-height: 1.45;
}
.admin-config-health {
  margin-top: 18px;
}
.admin-config-grid {
  padding: 20px 22px 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.admin-config-grid > div {
  min-height: 58px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 9px;
  background: var(--navy-50);
  border: 1px solid var(--navy-100);
  border-radius: 10px;
}
.admin-config-grid > div svg {
  color: var(--green-dark);
}
.admin-config-grid > div.missing svg, .admin-config-grid > div.missing strong {
  color: var(--danger);
}
.admin-config-grid span {
  color: var(--navy-700);
  font-size: 13px;
  font-weight: 700;
}
.admin-config-grid strong {
  color: var(--green-dark);
  font-size: 12px;
}
.workspace-app .dashboard-nav-item {
  font-size: 13px;
}
.workspace-app .nav-label, .workspace-app .trial-card span {
  font-size: 11px;
}
.workspace-app .business-switcher strong, .workspace-app .trial-card strong {
  font-size: 14px;
}
.workspace-app .business-switcher span, .workspace-app .profile-row small {
  font-size: 11px;
}
.workspace-app .profile-row strong, .workspace-app .search-box input, .workspace-app .public-link {
  font-size: 13px;
}
.workspace-app .dashboard-title > div > span, .workspace-app .dashboard-title p {
  font-size: 13px;
}
.workspace-app .metric-top span, .workspace-app .metric-card p, .workspace-app .card-heading p {
  font-size: 12px;
}
.workspace-app .appointment-client strong, .workspace-app .appointment-price, .workspace-app .appointment-time strong {
  font-size: 13px;
}
.workspace-app .appointment-client span, .workspace-app .appointment-time span, .workspace-app .activity-item p {
  font-size: 11px;
}
.workspace-app .status, .workspace-app .metric-top em {
  font-size: 10px;
}
.admin-shell .admin-sidebar nav button, .admin-shell .admin-actions input, .admin-shell .admin-notice {
  font-size: 13px;
}
.admin-shell .admin-feed-row strong, .admin-shell .admin-table-row strong, .admin-shell .admin-panel > p {
  font-size: 13px;
}
.admin-shell .admin-feed-row small, .admin-shell .admin-table-row small, .admin-shell .admin-table-row > span, .admin-shell .admin-table-row code {
  font-size: 11px;
}
.admin-shell .admin-row-actions button, .admin-shell .admin-table-head, .admin-shell .admin-panel > header span, .admin-shell .admin-table-card > header span {
  font-size: 10px;
}
@media (max-width: 760px) {
  .admin-config-grid {
    grid-template-columns: 1fr;
  }
  .manage-booking-card dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .booking-flow-card input, .booking-flow-card textarea, .booking-flow-card select, .showcase-contact-form input, .showcase-contact-form textarea {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .stripe-connect-card {
    grid-template-columns: 1fr;
  }
  .stripe-connect-card .stripe-action .button {
    width: 100%;
    justify-content: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-profession-track {
    animation: none;
  }
  .home-hero-visual {
    transform: none !important;
  }
  .home-motion-ready [data-home-reveal], .home-motion-ready .home-day-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.workspace-app .settings-block-intro {
  margin: 0;
  color: var(--navy-500);
  font-size: var(--type-small);
  line-height: 1.55;
}
.gallery-editor-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.gallery-editor-card {
  overflow: hidden;
  background: white;
  border: 1px solid var(--navy-100);
  border-radius: 14px;
}
.gallery-editor-card > img {
  width: 100%;
  height: 150px;
  display: block;
  object-fit: cover;
}
.gallery-editor-card > div {
  padding: 13px;
  display: grid;
  gap: 10px;
}
.gallery-editor-card label {
  display: grid;
  gap: 6px;
  color: var(--navy-700);
  font-size: 12px;
  font-weight: 750;
}
.gallery-editor-card input {
  min-height: 42px;
  padding: 9px 10px;
  border: 1px solid var(--navy-200);
  border-radius: 8px;
  font-size: 13px;
}
.gallery-editor-card footer {
  padding: 0 13px 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.gallery-editor-card footer button {
  min-height: 38px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--navy-700);
  background: var(--navy-50);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 750;
}
.gallery-editor-card footer button:disabled {
  opacity: .35;
  cursor: not-allowed;
}
.gallery-editor-card footer button.danger {
  color: var(--danger);
}
.gallery-settings-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.gallery-settings-heading .settings-block-title {
  margin: 0;
}
.gallery-visibility {
  min-height: 28px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  color: var(--navy-600);
  background: var(--navy-50);
  border: 1px solid var(--navy-100);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}
.gallery-visibility.visible {
  color: #176400;
  background: #eff9ec;
  border-color: #c9e8c0;
}
.gallery-visibility-toggle {
  padding: 13px 14px;
  background: white;
  border: 1px solid var(--navy-100);
  border-radius: 11px;
}
.gallery-editor-empty {
  min-height: 142px;
  padding: 22px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  background: #f6f8fe;
  border: 1px dashed #b8ccf8;
  border-radius: 14px;
}
.gallery-editor-empty > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: white;
  border-radius: 13px;
  box-shadow: var(--shadow-sm);
}
.gallery-editor-empty strong {
  color: var(--navy-900);
  font-size: 15px;
}
.gallery-editor-empty p {
  margin: 6px 0 0;
  color: var(--navy-500);
  font-size: 13px;
  line-height: 1.55;
}
.gallery-add-button {
  min-height: 50px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--blue);
  background: var(--blue-soft);
  border: 1px dashed var(--blue);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px dashed color-mix(in srgb, var(--blue) 36%, transparent);
  }
  border-radius: 11px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}
.gallery-add-button.disabled {
  color: var(--navy-500);
  background: var(--navy-50);
  cursor: not-allowed;
}
.brand-social-section {
  margin-top: 18px;
  padding: 16px;
  display: grid;
  gap: 14px;
  background: #f7f9fd;
  border: 1px solid var(--navy-100);
  border-radius: 14px;
}
.brand-social-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand-social-heading > div {
  display: grid;
  gap: 3px;
}
.brand-social-heading strong {
  color: var(--navy-900);
  font-size: 14px;
}
.brand-social-heading small {
  color: var(--navy-500);
  font-size: 11px;
  line-height: 1.45;
}
.brand-social-heading > span {
  min-height: 28px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  color: var(--navy-500);
  background: white;
  border: 1px solid var(--navy-100);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}
.brand-social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.brand-social-card {
  min-width: 0;
  padding: 13px;
  display: grid;
  gap: 12px;
  background: white;
  border: 1px solid var(--navy-100);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(10, 26, 47, .035);
}
.brand-social-card-heading {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}
.brand-social-card-heading > span:last-child {
  min-width: 0;
  display: grid;
  gap: 2px;
}
.brand-social-card-heading strong {
  color: var(--navy-900);
  font-size: 13px;
}
.brand-social-card-heading small {
  color: var(--navy-500);
  font-size: 10px;
}
.brand-social-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
}
.brand-social-icon.instagram {
  color: #b42368;
  background: #fff0f6;
}
.brand-social-icon.facebook {
  color: #155fc8;
  background: #edf5ff;
}
.brand-social-input {
  min-height: 48px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--navy-500);
  background: #fbfcff;
  border: 1px solid var(--navy-200);
  border-radius: 9px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.brand-social-input:focus-within {
  color: var(--blue);
  background: white;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(21, 101, 239, .1);
}
.brand-social-input input {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0;
  color: var(--navy-900);
  background: transparent;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 13px;
}
.brand-social-input input::placeholder {
  color: #8c99ad;
  opacity: 1;
}
.public-content-editor {
  display: grid;
  gap: 9px;
}
.public-content-editor details {
  overflow: hidden;
  background: white;
  border: 1px solid var(--navy-100);
  border-radius: 12px;
}
.public-content-editor summary {
  min-height: 62px;
  padding: 11px 13px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  list-style: none;
  cursor: pointer;
}
.public-content-editor summary::-webkit-details-marker {
  display: none;
}
.public-content-editor summary > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: 9px;
  font-size: 11px;
  font-weight: 850;
}
.public-content-editor summary > div {
  display: grid;
  gap: 3px;
}
.public-content-editor summary strong {
  color: var(--navy-900);
  font-size: 14px;
}
.public-content-editor summary small {
  color: var(--navy-500);
  font-size: 11px;
  line-height: 1.35;
}
.public-content-editor summary > svg {
  color: var(--navy-500);
  transition: transform 180ms ease;
}
.public-content-editor details[open] summary {
  border-bottom: 1px solid var(--navy-100);
}
.public-content-editor details[open] summary > svg {
  transform: rotate(180deg);
}
.public-content-fields {
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  background: #fbfcff;
}
.public-content-fields label {
  display: grid;
  gap: 7px;
  color: var(--navy-700);
  font-size: 13px;
  font-weight: 750;
}
.public-content-fields label.full {
  grid-column: 1 / -1;
}
.public-content-fields input,
.public-content-fields textarea {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  color: var(--navy-900);
  background: white;
  border: 1px solid var(--navy-200);
  border-radius: 9px;
  font: inherit;
  font-weight: 500;
  outline: 0;
}
.public-content-fields textarea {
  resize: vertical;
  line-height: 1.5;
}
.public-content-fields input:focus,
.public-content-fields textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(21,101,239,.1);
}
.showcase-section-toggles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.logo-cropper {
  width: min(620px, 100%);
}
.logo-cropper > p {
  color: var(--navy-500);
  font-size: 14px;
  line-height: 1.55;
}
.logo-cropper-preview {
  width: min(320px, 82vw);
  aspect-ratio: 1;
  margin: 20px auto;
  overflow: hidden;
  background: repeating-conic-gradient(#eef2f7 0 25%, white 0 50%) 50% / 24px 24px;
  border: 1px solid var(--navy-200);
  border-radius: 24px;
}
.logo-cropper-preview img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.logo-cropper-controls {
  display: grid;
  gap: 12px;
}
.logo-cropper-controls label {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 14px;
  align-items: center;
  font-size: 13px;
  font-weight: 750;
}
.logo-cropper-controls input {
  width: 100%;
  accent-color: var(--blue);
}
.message-center {
  display: grid;
  gap: 18px;
}
.inbox-unread-count {
  min-height: 36px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}
.inbox-list {
  display: grid;
  gap: 10px;
}
.inbox-list article {
  padding: 18px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  background: white;
  border: 1px solid var(--navy-100);
  border-radius: 14px;
}
.inbox-list article.unread {
  background: var(--blue);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--blue) 4%, white);
  }
  border-color: var(--blue);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--blue) 30%, var(--navy-100));
  }
  box-shadow: inset 4px 0 0 var(--blue);
}
.inbox-avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--blue);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 850;
}
.inbox-message-copy {
  min-width: 0;
}
.inbox-message-copy > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.inbox-message-copy > header div {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.inbox-message-copy strong {
  font-size: 14px;
}
.inbox-message-copy small, .inbox-message-copy time {
  color: var(--navy-500);
  font-size: 12px;
}
.inbox-message-copy h3 {
  margin: 14px 0 6px;
  font-size: 17px;
}
.inbox-message-copy > p {
  margin: 0;
  color: var(--navy-600);
  font-size: 14px;
  line-height: 1.6;
  white-space: pre-line;
}
.inbox-actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.inbox-actions .button, .inbox-actions button {
  min-height: 38px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--navy-700);
  background: var(--navy-50);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 750;
  text-decoration: none;
}
.booking-preview-exact > .booking-public {
  max-height: 760px;
  overflow-y: auto;
}
.booking-preview-exact .professional-site-header nav {
  gap: 9px;
}
.booking-preview-exact .professional-site-header nav span {
  font-size: 6px;
}
.booking-preview-exact .showcase-header-cta {
  min-height: 27px;
  padding-inline: 9px;
  font-size: 6px;
}
.booking-preview-exact .professional-hero {
  min-height: 280px;
  padding: 46px 20px;
}
.booking-preview-exact .professional-hero h1 {
  max-width: 340px;
  margin: 9px 0;
  font-size: 34px;
}
.booking-preview-exact .professional-hero p {
  max-width: 310px;
  font-size: 8px;
}
.booking-preview-exact .professional-hero .showcase-eyebrow {
  font-size: 6px;
}
.booking-preview-exact .professional-hero-actions {
  margin-top: 17px;
}
.booking-preview-exact .professional-hero-actions .button {
  min-height: 31px;
  padding-inline: 12px;
  font-size: 7px;
}
.booking-preview-exact .showcase-section {
  width: calc(100% - 34px);
  padding: 38px 0;
}
.booking-preview-exact .showcase-section-heading h2, .booking-preview-exact .showcase-booking-heading h2, .booking-preview-exact .showcase-contact h2 {
  margin-top: 5px;
  font-size: 23px;
}
.booking-preview-exact .showcase-eyebrow {
  font-size: 6px;
}
.booking-preview-exact .showcase-about {
  gap: 20px;
}
.booking-preview-exact .showcase-about-copy > p {
  font-size: 9px;
}
.booking-preview-exact .showcase-gallery {
  margin-top: 16px;
  grid-auto-rows: 72px;
  gap: 6px;
}
.booking-preview-exact .showcase-gallery figure {
  border-radius: 7px;
}
.booking-preview-exact .showcase-booking {
  padding: 38px 0;
}
.booking-preview-exact .showcase-booking-heading {
  width: calc(100% - 34px);
}
.booking-preview-exact .showcase-booking .booking-public-layout {
  margin-top: 18px;
}
.booking-preview-exact .showcase-contact {
  width: calc(100% - 34px);
  padding: 38px 0;
  gap: 22px;
}
.booking-preview-exact .showcase-contact-form {
  padding: 14px;
  gap: 7px;
  border-radius: 12px;
}
.booking-preview-exact .showcase-contact-form label {
  gap: 3px;
  font-size: 6px;
}
.booking-preview-exact .showcase-contact-form input, .booking-preview-exact .showcase-contact-form textarea {
  min-height: 31px;
  padding: 5px;
  font-size: 7px;
}
.booking-preview-exact .showcase-contact-form textarea {
  min-height: 58px;
}
.booking-preview-exact .showcase-contact-form .button {
  min-height: 31px;
  font-size: 7px;
}
@media (max-width: 1100px) {
  .service-catalog-grid {
    grid-template-columns: 1fr 1fr;
  }
  .workspace-two-column, .settings-layout, .brand-studio-grid {
    grid-template-columns: 1fr;
  }
  .studio-preview {
    position: relative;
    top: auto;
    min-height: 430px;
  }
  .booking-preview-exact {
    position: relative;
    top: auto;
  }
  .calendar-integration-grid {
    grid-template-columns: 1fr 1fr;
  }
  .calendar-integration-card.universal {
    grid-column: 1 / -1;
  }
  .embed-settings-grid {
    grid-template-columns: 1fr;
  }
  .booking-public-layout {
    grid-template-columns: 290px minmax(0, 1fr);
  }
  .booking-selected-summary {
    grid-template-columns: 22px 1fr;
  }
  .showcase-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .showcase-service-grid article:nth-child(3n + 1) {
    border-left: 0;
  }
  .showcase-service-grid article:nth-child(2n + 1) {
    border-left: 1px solid var(--booking-text);
    @supports (color: color-mix(in lab, red, red)) {
      border-left: 1px solid color-mix(in srgb, var(--booking-text) 14%, transparent);
    }
  }
  .showcase-gallery figure {
    grid-column: span 6;
  }
  .showcase-gallery figure.featured {
    grid-column: span 12;
  }
  .showcase-contact {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }
}
@media (max-width: 760px) {
  .workspace-heading {
    align-items: stretch;
    flex-direction: column;
  }
  .workspace-heading > .button {
    width: 100%;
  }
  .workspace-panel {
    padding: 17px;
  }
  .panel-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .panel-header > .button, .panel-header > div + button {
    width: 100%;
  }
  .workspace-table {
    overflow-x: auto;
  }
  .service-catalog-grid, .mini-metric-grid, .settings-form.two {
    grid-template-columns: 1fr;
  }
  .settings-form.two .full {
    grid-column: auto;
  }
  .brand-assets-grid, .brand-color-grid, .brand-choice-row {
    grid-template-columns: 1fr;
  }
  .public-content-fields {
    grid-template-columns: 1fr;
  }
  .public-content-fields label.full {
    grid-column: auto;
  }
  .brand-social-grid {
    grid-template-columns: 1fr;
  }
  .brand-social-heading {
    align-items: flex-start;
  }
  .brand-asset-card {
    grid-template-columns: 48px minmax(0, 1fr) auto;
  }
  .gallery-editor-grid {
    grid-template-columns: 1fr;
  }
  .calendar-integration-grid {
    grid-template-columns: 1fr;
  }
  .calendar-integration-card.universal {
    grid-column: auto;
  }
  .embed-code-header {
    align-items: stretch;
    flex-direction: column;
  }
  .embed-code-header .button {
    width: 100%;
  }
  .integration-security {
    align-self: flex-start;
  }
  .settings-save-bar {
    position: static;
    align-items: stretch;
    flex-direction: column;
  }
  .settings-save-bar .button {
    width: 100%;
  }
  .agenda-row {
    grid-template-columns: 5px 58px 32px minmax(120px, 1fr) auto;
  }
  .agenda-row > :nth-child(5), .agenda-row > :nth-child(6) {
    display: none;
  }
  .workspace-modal-backdrop {
    padding: 0;
    align-items: end;
  }
  .workspace-modal {
    width: 100%;
    max-height: calc(100vh - 18px);
    padding: 22px 18px;
    border-radius: 20px 20px 0 0;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-grid .full {
    grid-column: auto;
  }
  .workspace-modal-actions, .booking-flow-actions {
    flex-direction: column-reverse;
  }
  .workspace-modal-actions .button, .booking-flow-actions .button {
    width: 100%;
  }
  .availability-day {
    padding-inline: 12px;
  }
  .service-editor {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
  }
  .booking-public-header {
    height: 68px;
    padding: 0 16px;
  }
  .booking-public-header > span {
    display: none;
  }
  .professional-site-header nav {
    display: none;
  }
  .professional-site-header .showcase-header-cta {
    min-height: 42px;
    padding-inline: 15px;
    font-size: 13px;
  }
  .professional-site-header .booking-public-identity strong {
    max-width: 150px;
  }
  .professional-hero {
    min-height: 560px;
    padding: 78px 20px;
  }
  .professional-hero h1 {
    font-size: clamp(44px, 13vw, 62px);
  }
  .professional-hero p {
    font-size: 17px;
  }
  .professional-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .professional-hero-actions .button {
    width: 100%;
  }
  .professional-hero-details {
    align-items: flex-start;
    flex-direction: column;
  }
  .showcase-section {
    width: min(100% - 36px, 1180px);
    padding: 74px 0;
  }
  .showcase-section-heading.horizontal {
    align-items: flex-start;
    flex-direction: column;
  }
  .showcase-about {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .showcase-about-copy > p {
    font-size: 18px;
  }
  .showcase-gallery {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 180px;
    gap: 9px;
  }
  .showcase-gallery figure, .showcase-gallery figure.featured {
    grid-column: span 1;
    grid-row: span 1;
    border-radius: 14px;
  }
  .showcase-gallery figure.featured {
    grid-column: span 2;
    grid-row: span 2;
  }
  .showcase-service-grid {
    grid-template-columns: 1fr;
  }
  .showcase-service-grid article, .showcase-service-grid article:nth-child(2n + 1), .showcase-service-grid article:nth-child(3n + 1) {
    min-height: 230px;
    border-left: 1px solid var(--booking-text);
    @supports (color: color-mix(in lab, red, red)) {
      border-left: 1px solid color-mix(in srgb, var(--booking-text) 14%, transparent);
    }
  }
  .showcase-booking {
    padding: 74px 0 0;
  }
  .showcase-booking-heading {
    width: calc(100% - 36px);
  }
  .showcase-contact {
    width: calc(100% - 36px);
    padding: 76px 0;
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .showcase-contact-form {
    padding: 22px 18px;
    grid-template-columns: 1fr;
  }
  .showcase-contact-form label.full, .showcase-contact-form > p, .showcase-contact-form > button, .showcase-contact-form > .workspace-alert, .showcase-contact-success {
    grid-column: auto;
  }
  .showcase-contact-form > button {
    width: 100%;
  }
  .showcase-footer {
    padding: 30px 18px;
    align-items: flex-start;
    flex-direction: column;
  }
  .showcase-footer-meta {
    justify-items: start;
  }
  .showcase-footer-meta nav {
    justify-content: flex-start;
  }
  .booking-public-layout {
    width: 100%;
    min-height: calc(100vh - 68px);
    margin: 0;
    display: block;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .booking-public-embedded .booking-public-layout {
    min-height: 0;
    border-radius: 0;
  }
  .booking-business-card {
    padding: 24px 20px;
  }
  .booking-business-mark, .booking-business-card > p, .booking-business-detail, .booking-cover {
    display: none;
  }
  .booking-business-card h1, .booking-business-card h2 {
    margin: 6px 0 20px;
    font-size: 23px;
  }
  .booking-step-list {
    margin: 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .booking-step-list li {
    justify-content: center;
    font-size: 0;
  }
  .booking-step-list li > span {
    width: 32px;
    height: 32px;
    font-size: 9px;
  }
  .booking-flow-card {
    padding: 30px 18px 36px;
  }
  .booking-flow-card h2 {
    font-size: 31px;
  }
  .booking-service-list > button {
    grid-template-columns: 1fr;
  }
  .booking-slot-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .booking-selected-summary {
    grid-template-columns: 22px 1fr;
  }
  .booking-public-confirmed {
    padding: 18px;
  }
  .booking-confirmation-card {
    padding: 36px 22px;
  }
  .logo-cropper-controls label {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .inbox-list article {
    grid-template-columns: 1fr;
  }
  .inbox-message-copy > header {
    flex-direction: column;
    gap: 7px;
  }
  .inbox-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .inbox-actions .button, .inbox-actions button {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 430px) {
  .availability-time-range {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .availability-time-arrow {
    display: none;
  }
  .availability-break {
    grid-template-columns: 1fr;
  }
  .availability-break > button {
    width: 100%;
  }
  .availability-break-times {
    grid-template-columns: 1fr;
  }
  .availability-break-arrow {
    display: none;
  }
  .service-editor {
    grid-template-columns: 1fr;
  }
  .booking-slot-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
    }
  }
}
