/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --spacing: 0.25rem;
    --default-font-family: Arial, Helvetica, sans-serif;
    --default-mono-font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  }
}
@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;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
}
@property --tw-animation-delay {
  syntax: "*";
  inherits: false;
  initial-value: 0s;
}
@property --tw-animation-direction {
  syntax: "*";
  inherits: false;
  initial-value: normal;
}
@property --tw-animation-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-animation-fill-mode {
  syntax: "*";
  inherits: false;
  initial-value: none;
}
@property --tw-animation-iteration-count {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --scroll-fade-t {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-b {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-s {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-e {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-mask {
  syntax: "*";
  inherits: false;
}
@property --shimmer-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 20deg;
}
@property --shimmer-image {
  syntax: "*";
  inherits: false;
}
@property --shimmer-text-fill {
  syntax: "*";
  inherits: false;
}
@media (prefers-reduced-motion: reduce) {
  .shimmer {
    animation: none;
    background-image: none;
    -webkit-text-fill-color: currentColor;
  }
}
:root {
  --background: #ffffff;
  --foreground: #171717;
  --card: #ffffff;
  --card-foreground: #171717;
  --popover: #ffffff;
  --popover-foreground: #171717;
  --primary: #171717;
  --primary-foreground: #fafafa;
  --secondary: #f5f5f5;
  --secondary-foreground: #171717;
  --muted: #f5f5f5;
  --muted-foreground: #737373;
  --accent: #f5f5f5;
  --accent-foreground: #171717;
  --destructive: #e7000b;
  --border: #e5e5e5;
  --input: #e5e5e5;
  --ring: #a1a1a1;
  --chart-1: #f54900;
  --chart-2: #009689;
  --chart-3: #104e64;
  --chart-4: #ffb900;
  --chart-5: #fe9a00;
  --radius: 0.625rem;
  --sidebar: #fafafa;
  --sidebar-foreground: #171717;
  --sidebar-primary: #171717;
  --sidebar-primary-foreground: #fafafa;
  --sidebar-accent: #f5f5f5;
  --sidebar-accent-foreground: #171717;
  --sidebar-border: #e5e5e5;
  --sidebar-ring: #a1a1a1;
}
@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
    --card: #171717;
    --card-foreground: #ededed;
    --popover: #171717;
    --popover-foreground: #ededed;
    --primary: #ededed;
    --primary-foreground: #171717;
    --secondary: #262626;
    --secondary-foreground: #ededed;
    --muted: #262626;
    --muted-foreground: #a1a1a1;
    --accent: #262626;
    --accent-foreground: #ededed;
    --destructive: #ff6467;
    --border: #ffffff1a;
    --input: #ffffff26;
    --ring: #737373;
    --chart-1: #8e51ff;
    --chart-2: #00bc7d;
    --chart-3: #fe9a00;
    --chart-4: #ad46ff;
    --chart-5: #ff2056;
    --sidebar: #171717;
    --sidebar-foreground: #ededed;
    --sidebar-primary: #8e51ff;
    --sidebar-primary-foreground: #ededed;
    --sidebar-accent: #262626;
    --sidebar-accent-foreground: #ededed;
    --sidebar-border: #ffffff1a;
    --sidebar-ring: #737373;
  }
}
body {
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}
:root {
  color-scheme: light;
  --background: #fafaf7;
  --foreground: #283c33;
  --card: #fff;
  --card-foreground: #283c33;
  --popover: #fff;
  --popover-foreground: #283c33;
  --primary: #314d40;
  --primary-foreground: #fff;
  --secondary: #eff1e9;
  --secondary-foreground: #314d40;
  --muted: #f0f1eb;
  --muted-foreground: #758078;
  --accent: #e9eddd;
  --accent-foreground: #314d40;
  --border: #e4e7de;
  --input: #d9dfd3;
  --ring: #839574;
  --radius: .8rem;
  --sidebar: #f4f5ee;
  --sidebar-foreground: #3d4c40;
  --sidebar-primary: #314d40;
  --sidebar-primary-foreground: #fff;
  --sidebar-accent: #e1e8d4;
  --sidebar-accent-foreground: #314d40;
  --sidebar-border: #e4e7de;
}
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 1.55;
}
* {
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
button,a,input,textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: .55;
}
h1,h2,h3,p {
  margin: 0;
}
h1,h2 {
  letter-spacing: -2px;
  line-height: 1.08;
  font-weight: 500;
}
h1 em,h2 em {
  font-family: Georgia,serif;
  font-weight: 400;
  color: #778661;
}
h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.4px;
}
p {
  color: #758078;
  line-height: 1.75;
}
small {
  font-size: 12px;
}
.row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.between {
  justify-content: space-between;
}
.muted {
  color: #7c847b;
}
.positive {
  color: #5a7a4b;
  font-size: 12px;
}
.brand {
  font-size: 32px;
  letter-spacing: -2px;
  font-weight: 700;
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
.brand span {
  color: #899765;
  font-size: 35px;
  line-height: 1;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #dde2d6;
  border-radius: 8px;
  padding: 10px 17px;
  font-size: 13px;
  font-weight: 600;
  transition: all .16s;
  background: white;
  white-space: nowrap;
}
.btn:hover {
  background: #edf1e5;
  transform: translateY(-1px);
}
.btn.primary {
  background: #314d40;
  color: white;
  border-color: #314d40;
}
.btn.primary:hover {
  background: #405d4d;
}
.btn.large {
  padding: 16px 22px;
}
.btn.disabled {
  background: #f1f2ed;
  color: #7f877a;
  cursor: default;
}
.text-link {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
}
.eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.7px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.live-dot {
  display: inline-block;
  background: #849960;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}
.public-nav {
  max-width: 1320px;
  margin: auto;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 52px;
}
.navlinks {
  display: flex;
  gap: 35px;
  font-size: 13px;
}
.hero {
  max-width: 1320px;
  margin: auto;
  padding: 75px 52px 85px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.hero h1 {
  font-size: 70px;
  margin: 25px 0;
}
.hero p {
  font-size: 15px;
  margin-bottom: 30px;
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 10px;
  color: #7b8376;
  margin-top: 22px;
}
.product-stage {
  background: #e9ecdf;
  border-radius: 150px 150px 18px 18px;
  padding: 32px 24px 16px;
  position: relative;
}
.stage-label {
  font-size: 9px;
  text-align: center;
  letter-spacing: 1.5px;
  margin-bottom: 22px;
  color: #788369;
}
.preview-card {
  background: #fff;
  border-radius: 12px;
  padding: 23px;
  box-shadow: 0 15px 40px #3f503c13;
  transform: rotate(-1.5deg);
}
.preview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eff0ea;
  padding-bottom: 15px;
}
.mini-brand {
  font-size: 23px;
  letter-spacing: -1.5px;
  font-weight: 700;
}
.avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e6eadb;
  color: #52654a;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 600;
  flex-shrink: 0;
}
.tone-1 {
  background: #f1e4d4;
  color: #916647;
}
.tone-2 {
  background: #e6e4f0;
  color: #736585;
}
.preview-greeting {
  padding: 21px 0 18px;
}
.preview-greeting h3 {
  font-size: 22px;
  margin: 8px 0;
}
.preview-greeting h3 span {
  color: #b3a35c;
}
.preview-greeting p {
  font-size: 10px;
  margin: 0;
}
.preview-greeting .eyebrow {
  font-size: 8px;
}
.preview-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}
.preview-stats>div {
  background: #f6f7f1;
  border: 1px solid #edf0e5;
  border-radius: 8px;
  padding: 13px;
}
.preview-stats small {
  font-size: 9px;
  color: #758078;
}
.preview-stats strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 28px;
  font-weight: 500;
  margin-top: 4px;
}
.preview-card>.row {
  font-size: 10px;
}
.preview-card>.row .muted {
  font-size: 8px;
}
.preview-appointment {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 17px 0;
  border-bottom: 1px solid #eff0e8;
  font-size: 9px;
}
.preview-appointment div {
  flex: 1;
}
.preview-appointment small {
  display: block;
  color: #8b8f84;
  font-size: 8px;
}
.preview-appointment strong {
  font-weight: 500;
}
.status {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 500;
  white-space: nowrap;
}
.confirmed {
  background: #eaf0df;
  color: #5d754b;
}
.pending {
  background: #faf0d9;
  color: #9b792d;
}
.completed {
  background: #e3eceb;
  color: #4e7672;
}
.cancelled,.no-show {
  background: #f7e6e1;
  color: #a46453;
}
.preview-appointment .status {
  font-size: 7px;
}
.preview-footer {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 8px;
  margin-top: 16px;
  color: #778369;
}
.preview-footer svg {
  margin-left: auto;
}
.booking-float {
  position: relative;
  background: white;
  box-shadow: 0 8px 22px #2e422621;
  border-radius: 9px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -5px -40px 0 55px;
  transform: rotate(2deg);
}
.booking-float b {
  font-size: 12px;
}
.booking-float small {
  display: block;
  font-size: 9px;
  color: #798473;
}
.booking-float>svg {
  margin-left: auto;
  color: #94a268;
}
.check-circle {
  display: inline-flex;
  background: #e5ecd9;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  align-items: center;
  justify-content: center;
  color: #718853;
}
.stage-caption {
  font-family: Georgia,serif;
  font-style: italic;
  text-align: center;
  padding-top: 23px;
  color: #81916b;
  font-size: 14px;
}
.audience {
  max-width: 1216px;
  border-top: 1px solid #e5e8dd;
  border-bottom: 1px solid #e5e8dd;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  color: #7e8878;
}
.audience span {
  font-size: 8px;
  letter-spacing: 1.5px;
}
.audience b {
  font-size: 13px;
  font-weight: 500;
}
.audience i {
  font-size: 22px;
  color: #a3ad8d;
}
.section {
  max-width: 1216px;
  margin: auto;
  padding: 90px 0;
}
.section h2 {
  font-size: 45px;
  margin: 18px 0 30px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 35px;
  margin-top: 48px;
}
.feature-grid article>svg {
  color: #7d9064;
  margin-bottom: 24px;
}
.feature-grid h3 {
  font-size: 17px;
  margin-bottom: 10px;
}
.feature-grid p {
  font-size: 13px;
}
.how {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  border-top: 1px solid #e4e8dc;
  border-bottom: 1px solid #e4e8dc;
}
.step {
  display: flex;
  gap: 24px;
  margin-bottom: 30px;
}
.step>span {
  color: #95a078;
  font-family: Georgia,serif;
  font-size: 24px;
}
.step p {
  font-size: 13px;
  margin-top: 6px;
}
.price-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
  margin-top: 30px;
}
.price-grid article {
  border: 1px solid #e0e5d8;
  border-radius: 12px;
  padding: 30px;
}
.price-grid article.featured {
  background: #f0f3e8;
}
.price {
  font-size: 44px;
  margin-top: 20px;
  letter-spacing: -2px;
}
.price small {
  color: #7c8774;
  font-size: 12px;
  letter-spacing: 0;
}
.price-grid p {
  font-size: 12px;
  margin-bottom: 10px;
}
.price-grid hr {
  border: none;
  border-top: 1px solid #dce3d2;
  margin: 24px 0;
}
.price-grid .btn {
  width: 100%;
  margin-top: 18px;
}
.faq {
  max-width: 800px;
}
.faq details {
  border-bottom: 1px solid #e3e6dc;
  padding: 20px 0;
}
.faq summary {
  cursor: pointer;
  font-size: 15px;
}
.faq details p {
  margin-top: 10px;
  font-size: 13px;
}
.closing {
  text-align: center;
  background: #edf0e2;
  padding: 70px 20px;
}
.closing .eyebrow {
  justify-content: center;
}
.closing h2 {
  font-size: 46px;
  margin: 22px 0 30px;
}
footer {
  max-width: 1216px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0;
}
footer span,footer small {
  color: #839079;
  font-size: 11px;
}
@media (max-width:1100px) {
  .hero {
    padding: 45px 30px 65px;
    gap: 30px;
  }
  .hero h1 {
    font-size: 55px;
  }
  .section,.audience,footer {
    margin-left: 30px;
    margin-right: 30px;
  }
  .hero .row {
    gap: 12px;
    flex-wrap: wrap;
  }
  .product-stage {
    padding: 25px 15px;
  }
  .booking-float {
    margin-right: -15px;
  }
  .preview-card {
    padding: 18px;
  }
  .hero-note {
    flex-wrap: wrap;
  }
  .public-nav {
    padding: 0 30px;
  }
}
@media (max-width:760px) {
  .public-nav {
    padding: 0 22px;
    height: 78px;
  }
  .navlinks {
    display: none;
  }
  .public-nav .row {
    gap: 12px;
    font-size: 12px;
  }
  .brand {
    font-size: 28px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 38px 22px 45px;
    gap: 45px;
  }
  .hero h1 {
    font-size: 57px;
    letter-spacing: -2.5px;
  }
  .hero p {
    font-size: 14px;
  }
  .hero-note {
    font-size: 9px;
  }
  .product-stage {
    max-width: 490px;
    width: 100%;
    margin: auto;
    padding: 27px 20px 18px;
  }
  .booking-float {
    margin-left: 25px;
  }
  .audience {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin: 0 22px;
  }
  .audience span {
    width: 100%;
    text-align: center;
  }
  .audience b {
    font-size: 11px;
  }
  .audience i {
    display: none;
  }
  .section {
    padding: 55px 0;
    margin: 0 22px;
  }
  .section h2 {
    font-size: 35px;
  }
  .feature-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
  .feature-grid h3 {
    font-size: 15px;
  }
  .feature-grid p {
    font-size: 12px;
  }
  .how {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .price-grid {
    grid-template-columns: 1fr;
  }
  .price-grid article {
    padding: 25px;
  }
  .closing h2 {
    font-size: 37px;
  }
  footer {
    margin: 0 22px;
    gap: 15px;
    flex-wrap: wrap;
  }
  .desktop {
    display: none;
  }
}
.auth {
  min-height: 100vh;
  padding: 35px max(24px,calc((100vw - 1160px)/2));
  background: linear-gradient(120deg,#f0f2e7 0%,#fafaf7 55%,#e7eddc 100%);
}
.auth-card {
  max-width: 470px;
  margin: 80px auto;
  background: #fff;
  border: 1px solid #e1e7d9;
  border-radius: 16px;
  padding: 42px;
  box-shadow: 0 20px 50px #40523d12;
}
.auth-card h1 {
  font-size: 38px;
  margin: 14px 0;
}
.auth-card>p {
  margin-bottom: 25px;
}
.auth form,.client-form {
  display: grid;
  gap: 16px;
}
.auth label,.modal-card label,.client-form label {
  display: grid;
  gap: 7px;
  font-size: 12px;
  font-weight: 600;
}
.field {
  width: 100%;
  border: 1px solid #dce2d6;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
  color: #293e33;
  font: inherit;
  outline: none;
}
.field:focus {
  border-color: #829674;
  box-shadow: 0 0 0 3px #dce6d4;
}
.auth .btn,.client-form .btn {
  width: 100%;
  margin-top: 5px;
}
.auth-switch {
  text-align: center;
  margin-top: 22px !important;
  font-size: 12px;
}
.auth-switch a,.small-link,.demo-link {
  color: #496943;
  font-weight: 600;
}
.small-link {
  display: block;
  text-align: center;
  margin: 16px;
}
.demo-link {
  border: 0;
  background: transparent;
  width: 100%;
  font: inherit;
  margin-top: 8px;
}
.form-error {
  background: #fff0ec !important;
  color: #a14e3b !important;
  padding: 10px 12px;
  border-radius: 7px;
  font-size: 12px !important;
  line-height: 1.45 !important;
}
.center {
  min-height: 100vh;
  display: grid;
  place-content: center;
  text-align: center;
  gap: 18px;
  padding: 24px;
}
.loader {
  border: 3px solid #dce5d5;
  border-top-color: #5f7656;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  animation: spin .8s linear infinite;
  margin: auto;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.workspace {
  min-height: 100vh;
  background: #f8f9f5;
  display: grid;
  grid-template-columns: 238px 1fr;
}
.workspace aside {
  background: #f0f3e9;
  border-right: 1px solid #dfe5d7;
  padding: 29px 15px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.workspace aside>.brand {
  padding: 0 12px;
  margin-bottom: 24px;
}
.studio-chip {
  padding: 12px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.studio-chip b {
  font-size: 12px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 145px;
}
.studio-chip small {
  display: block;
  color: #788375;
  font-size: 9px;
}
.workspace aside button,.workspace aside a {
  border: 0;
  background: transparent;
  border-radius: 7px;
  padding: 11px 12px;
  text-align: left;
  color: #5d6c5f;
  font: inherit;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.workspace aside button:hover,.workspace aside a:hover,.workspace aside .side-active {
  background: #e0e8d4;
  color: #324d40;
  font-weight: 600;
}
.side-bottom {
  margin-top: auto;
  border-top: 1px solid #dbe2d1;
  padding-top: 15px;
  display: grid;
  gap: 3px;
}
.work-content {
  padding: 42px max(28px,5vw);
  max-width: 1400px;
  width: 100%;
  margin: auto;
}
.work-content header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 33px;
}
.work-content header h2 {
  font-size: 34px;
  margin-top: 7px;
}
.metric-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
  margin-bottom: 25px;
}
.metric-grid article,.panel,.service-tile {
  background: #fff;
  border: 1px solid #e2e7db;
  border-radius: 12px;
}
.metric-grid article {
  padding: 22px;
}
.metric-grid small {
  color: #7d877a;
}
.metric-grid strong {
  display: block;
  font-size: 37px;
  letter-spacing: -1.5px;
  font-weight: 500;
  margin: 8px 0;
}
.metric-grid p {
  font-size: 11px;
}
.panel {
  padding: 10px 22px;
}
.panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid #edf0e8;
}
.panel-head h3 {
  font-size: 16px;
}
.text-button {
  border: 0;
  background: transparent;
  color: #57704e;
  font: inherit;
  font-size: 11px;
  font-weight: 600;
}
.appointment {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 0;
  border-bottom: 1px solid #edf0e8;
}
.appointment:last-child {
  border-bottom: 0;
}
.appointment>div {
  flex: 1;
}
.appointment b {
  font-size: 13px;
  display: block;
}
.appointment small {
  display: block;
  color: #798477;
  font-size: 10px;
}
.appointment>strong {
  font-size: 12px;
  font-weight: 500;
}
.appointment .time {
  font-size: 10px;
  color: #66776a;
  min-width: 130px;
}
.empty {
  padding: 38px 0;
  text-align: center;
  color: #7e877c;
  font-size: 12px;
}
.tile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(230px,1fr));
  gap: 15px;
}
.service-tile {
  padding: 22px;
  display: grid;
  gap: 12px;
}
.service-tile h3 {
  font-size: 16px;
}
.service-tile p {
  font-size: 11px;
  margin-top: 5px;
}
.service-tile strong {
  font-size: 22px;
  font-weight: 500;
}
.service-tile small {
  color: #73806d;
}
.modal {
  position: fixed;
  inset: 0;
  background: #20352766;
  display: grid;
  place-content: center;
  padding: 20px;
  z-index: 10;
}
.modal-card {
  width: min(460px,100%);
  background: #fff;
  border-radius: 14px;
  padding: 34px;
  display: grid;
  gap: 16px;
  position: relative;
  box-shadow: 0 24px 70px #14221677;
}
.modal-card h2 {
  font-size: 30px;
  margin-top: -6px;
}
.modal-card textarea {
  min-height: 78px;
  resize: vertical;
}
.close {
  position: absolute;
  right: 14px;
  top: 10px;
  border: 0;
  background: transparent;
  font-size: 28px;
  color: #758076;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.book-page {
  min-height: 100vh;
  background: #fafaf7;
}
.book-head {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
  padding: 0 25px;
  border-bottom: 1px solid #e7eadf;
}
.book-head .brand {
  font-size: 26px;
}
.book-head>a:last-child {
  font-size: 10px;
  color: #758176;
}
.book-hero {
  max-width: 760px;
  margin: 52px auto 30px;
  text-align: center;
  padding: 0 24px;
  position: relative;
}
.book-hero>img {
  height: 160px;
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
  margin-bottom: -32px;
  filter: saturate(.75);
}
.book-hero .big {
  width: 66px;
  height: 66px;
  border: 4px solid #fafaf7;
  font-size: 17px;
  margin: auto;
  position: relative;
  display: flex;
}
.book-hero .eyebrow {
  justify-content: center;
  margin-top: 15px;
}
.book-hero h1 {
  font-size: 38px;
  margin: 10px 0;
}
.book-hero p {
  font-size: 13px;
  max-width: 540px;
  margin: 0 auto 8px;
}
.book-hero small {
  color: #6e7b6d;
}
.booking-flow {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 24px 80px;
  display: grid;
  grid-template-columns: minmax(0,1fr) 250px;
  gap: 22px;
}
.booking-steps {
  grid-column: 1/-1;
  display: flex;
  gap: 22px;
  color: #8a9388;
  font-size: 11px;
}
.booking-steps .complete {
  color: #526d48;
  font-weight: 600;
}
.book-card,.booking-summary,.confirm-box {
  background: #fff;
  border: 1px solid #e2e7dc;
  border-radius: 12px;
  padding: 26px;
}
.book-card h2 {
  font-size: 22px;
  margin-bottom: 16px;
}
.book-card h2:not(:first-child) {
  margin-top: 30px;
}
.service-options {
  display: grid;
  gap: 9px;
}
.service-options button {
  border: 1px solid #e0e5da;
  background: #fff;
  text-align: left;
  border-radius: 9px;
  padding: 15px;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  color: inherit;
}
.service-options button:hover,.service-options button.selected,.slots button.selected {
  border-color: #758d68;
  background: #f0f4e8;
}
.service-options b {
  display: block;
  font-size: 13px;
}
.service-options p {
  font-size: 10px;
  line-height: 1.5;
  margin: 3px 0;
}
.service-options small {
  color: #768174;
  font-size: 9px;
}
.service-options strong {
  font-size: 13px;
  font-weight: 500;
}
.book-card>.field {
  max-width: 280px;
}
.book-card>.muted {
  font-size: 10px;
  margin-top: 7px;
}
.slots {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.slots button {
  border: 1px solid #dfe5d8;
  background: #fff;
  border-radius: 7px;
  padding: 9px 12px;
  color: #465d47;
  font-size: 11px;
}
.slots p {
  font-size: 12px;
}
.client-form {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #e7ebe2;
}
.client-form h2 {
  grid-column: 1/-1;
  margin: 0 !important;
}
.booking-summary {
  height: max-content;
  position: sticky;
  top: 22px;
}
.booking-summary h3 {
  margin-bottom: 17px;
}
.booking-summary>b {
  font-size: 13px;
}
.booking-summary p {
  font-size: 11px;
  margin-top: 5px;
}
.booking-summary hr {
  border: 0;
  border-top: 1px solid #e6e9e1;
  margin: 18px 0;
}
.confirmation {
  max-width: 540px;
  margin: 110px auto;
  text-align: center;
  padding: 35px;
}
.confirmation>.check-circle {
  margin: auto;
  width: 52px;
  height: 52px;
  font-size: 27px;
}
.confirmation h1 {
  font-size: 43px;
  margin: 18px 0;
}
.confirmation>p {
  margin-bottom: 24px;
}
.confirm-box {
  text-align: left;
  margin: 25px 0;
}
.confirm-box p {
  font-size: 12px;
  margin-top: 7px;
}
@media (max-width:760px) {
  .auth {
    padding: 24px;
  }
  .auth-card {
    margin: 45px auto;
    padding: 27px;
  }
  .auth-card h1 {
    font-size: 32px;
  }
  .workspace {
    grid-template-columns: 1fr;
  }
  .workspace aside {
    position: sticky;
    top: 0;
    z-index: 3;
    height: auto;
    display: flex;
    flex-direction: row;
    overflow: auto;
    padding: 10px;
    background: #f0f3e9;
  }
  .workspace aside>.brand,.studio-chip,.side-bottom {
    display: none;
  }
  .workspace aside button {
    white-space: nowrap;
    padding: 9px;
  }
  .work-content {
    padding: 28px 16px;
  }
  .work-content header {
    align-items: flex-start;
    gap: 14px;
  }
  .work-content header h2 {
    font-size: 28px;
  }
  .work-content header .btn {
    padding: 10px;
  }
  .metric-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .metric-grid article {
    padding: 16px;
  }
  .panel {
    padding: 8px 14px;
  }
  .appointment {
    gap: 8px;
  }
  .appointment .time {
    min-width: 75px;
  }
  .appointment>strong {
    display: none;
  }
  .appointment .status {
    font-size: 8px;
    padding: 3px 5px;
  }
  .booking-flow {
    grid-template-columns: 1fr;
    padding: 15px 16px 50px;
  }
  .booking-summary {
    position: static;
    order: 2;
  }
  .book-hero {
    margin-top: 35px;
  }
  .book-hero h1 {
    font-size: 32px;
  }
  .booking-steps {
    gap: 12px;
    font-size: 9px;
  }
  .confirmation {
    margin: 60px auto;
  }
  .confirmation h1 {
    font-size: 35px;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    :root, :host {
      --shimmer-angle: 20deg;
    }
    *, ::before, ::after, ::backdrop {
      --tw-animation-delay: 0s;
      --tw-animation-direction: normal;
      --tw-animation-duration: initial;
      --tw-animation-fill-mode: none;
      --tw-animation-iteration-count: 1;
      --tw-enter-blur: 0;
      --tw-enter-opacity: 1;
      --tw-enter-rotate: 0;
      --tw-enter-scale: 1;
      --tw-enter-translate-x: 0;
      --tw-enter-translate-y: 0;
      --tw-exit-blur: 0;
      --tw-exit-opacity: 1;
      --tw-exit-rotate: 0;
      --tw-exit-scale: 1;
      --tw-exit-translate-x: 0;
      --tw-exit-translate-y: 0;
      --scroll-fade-t: 0px;
      --scroll-fade-b: 0px;
      --scroll-fade-s: 0px;
      --scroll-fade-e: 0px;
      --scroll-fade-mask: initial;
      --shimmer-image: initial;
      --shimmer-text-fill: initial;
    }
  }
}
