:root {
  --slate: #495369;
  --slate-dark: #333c4d;
  --taupe: #c2bdb6;
  --mist: #f5fafa;
  --ink: #383f40;
  --text: #656d6f;
  --line: #e4e8e8;
  --green: #4e7a6b;
  --green-soft: #e8f1ee;
  --blue: #6b819e;
  --blue-soft: #eaf0f6;
  --gold: #b7a987;
  --gold-dark: #866b49;
  --gold-soft: #f3ede4;
  --white: #fff;
  --design-card-radius: 22px;
  --design-control-radius: 14px;
  --design-heading-scale: 1;
  --channel-logo-size: 18px;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #dfe5e6;
}

* { box-sizing: border-box; }
html, body { width: 100%; max-width: 100%; height: 100%; min-height: 100%; overflow-x: hidden; }
body { margin: 0; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 24% 12%, #ffffff, #e7eded 54%, #d5dddd 100%); }
button { font: inherit; }

.operational-app-shell { width: min(1143px, calc(100vw - 64px)); height: min(92vh, 852px); display: grid; grid-template-columns: minmax(330px, 1fr) 393px; gap: clamp(46px, 7vw, 92px); align-items: center; }
.desktop-admin-entry { max-width: 560px; padding: 20px 4px; }
.desktop-admin-entry[hidden] { display: none; }
.desktop-admin-logo { color: var(--slate-dark); font-family: Georgia, "Times New Roman", serif; font-size: clamp(60px, 6.2vw, 88px); font-weight: 700; letter-spacing: -4px; line-height: .92; }
.desktop-admin-powered { margin: 10px 0 68px 5px; color: var(--text); font-size: 9px; font-weight: 900; letter-spacing: 2.1px; }
.desktop-admin-kicker { color: var(--gold-dark); font-size: 10px; font-weight: 900; letter-spacing: 2px; }
.desktop-admin-entry h1 { max-width: 560px; margin-top: 13px; color: var(--slate-dark); font-size: clamp(38px, 4vw, 57px); line-height: 1.02; letter-spacing: -2px; }
.desktop-admin-entry p { max-width: 520px; margin: 22px 0 28px; color: var(--text); font-size: 17px; line-height: 1.65; }
.desktop-admin-entry a { width: min(100%, 330px); min-height: 56px; padding: 0 19px; display: flex; align-items: center; justify-content: space-between; color: white; border-radius: 16px; background: var(--slate); box-shadow: 0 12px 26px rgba(44,55,73,.2); font-size: 12px; font-weight: 850; text-decoration: none; touch-action: manipulation; }
.desktop-admin-entry a b { font-size: 21px; }

.device {
  width: min(100vw, 393px);
  max-width: 100%;
  height: min(100%, 852px);
  background: var(--mist);
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) 70px;
  box-shadow: 0 30px 80px rgba(37, 46, 57, .24);
}

.design-loader { position: fixed; inset: 0; z-index: 1000; display: grid; place-content: center; justify-items: center; gap: 9px; color: var(--slate-dark); background: var(--mist); text-align: center; }
.design-loader[hidden] { display: none; }
.design-loader strong { font-family: Georgia, "Times New Roman", serif; font-size: 42px; line-height: 1; letter-spacing: -1.5px; }
.design-loader .loader-powered { color: var(--text); font-size: 11px; font-weight: 700; }
.design-loader p { margin: 0; color: var(--text); font-size: 12px; }
.design-loader i { display: flex; gap: 5px; margin-top: 7px; }
.design-loader b { width: 7px; height: 7px; border-radius: 50%; background: var(--slate); animation: design-loader-dot 1.1s infinite ease-in-out; }
.design-loader b:nth-child(2) { animation-delay: .14s; }
.design-loader b:nth-child(3) { animation-delay: .28s; }
@keyframes design-loader-dot { 0%, 70%, 100% { opacity: .3; transform: translateY(0); } 35% { opacity: 1; transform: translateY(-4px); } }

@media (max-width: 520px) {
  html, body { height: var(--hostworks-visual-height, 100svh); min-height: var(--hostworks-visual-height, 100svh); overflow: hidden; }
  .operational-app-shell { width: 100%; height: var(--hostworks-visual-height, 100svh); min-height: var(--hostworks-visual-height, 100svh); display: block; overflow: hidden; }
  .desktop-admin-entry { display: none !important; }
  .device {
    width: 100%;
    height: var(--hostworks-visual-height, 100svh);
    min-height: var(--hostworks-visual-height, 100svh);
    max-width: none;
    max-height: none;
    box-shadow: none;
  }
  .tabs { position: fixed; right: 0; bottom: 0; left: 0; min-height: 70px; padding-bottom: max(7px, env(safe-area-inset-bottom)); }
}

.device.month-window-device { grid-template-rows: minmax(0, 1fr) 70px; padding-top: max(8px, env(safe-area-inset-top)); }
.app-admin-workspace-card { margin: 18px 0; padding: 25px 21px 20px; color: white; border-radius: 23px; background: linear-gradient(145deg, var(--slate-dark), var(--slate)); box-shadow: 0 15px 30px rgba(39,49,66,.2); }
.app-admin-workspace-logo { font-family: Georgia, "Times New Roman", serif; font-size: 36px; font-weight: 700; letter-spacing: -1.5px; }
.app-admin-workspace-card > span { display: block; margin-top: 16px; color: rgba(255,255,255,.66); font-size: 8px; font-weight: 900; letter-spacing: 1.5px; }
.app-admin-workspace-card p { margin: 8px 0 18px; color: rgba(255,255,255,.86); font-size: 12px; line-height: 1.55; }
.app-admin-workspace-card a { min-height: 46px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; color: var(--slate-dark); border-radius: 13px; background: white; font-size: 10px; font-weight: 850; text-decoration: none; touch-action: manipulation; }
.app-admin-workspace-card a b { font-size: 17px; }
.app-admin-home-link { min-height: 54px; margin: 16px 0 4px; padding: 10px 14px; display: flex; align-items: center; justify-content: space-between; color: white; border-radius: 15px; background: var(--slate); box-shadow: 0 9px 22px rgba(39,49,66,.18); text-decoration: none; touch-action: manipulation; }
.app-admin-home-link span { display: grid; gap: 2px; }
.app-admin-home-link b { font-size: 11px; }
.app-admin-home-link small { color: rgba(255,255,255,.72); font-size: 8px; }
.app-admin-home-link strong { font-size: 20px; }
.screen { width: 100%; min-width: 0; max-width: 100%; min-height: 0; overflow-x: hidden; overflow-y: auto; overflow-anchor: none; overscroll-behavior: contain; scrollbar-width: none; padding: 0 19px 28px; }
.screen::-webkit-scrollbar { display: none; }
.screen.month-window { width: 100%; min-width: 0; max-width: 100%; padding: 0 0 28px; overflow-x: hidden; background: #fff; scroll-behavior: auto; }
.brand { padding: 0 0 17px; }
.eyebrow { margin-top: 24px; color: var(--blue); font-weight: 800; letter-spacing: 1.4px; font-size: 9px; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; margin: 0; }
.screen-title { margin-top: 5px; font-size: calc(34px * var(--design-heading-scale)); letter-spacing: -.9px; }
.welcome { display: flex; justify-content: space-between; align-items: start; margin-top: 17px; }
.welcome strong { display: block; margin-top: 7px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: calc(24px * var(--design-heading-scale)); font-weight: 400; letter-spacing: -.5px; }

html[data-design-font="modern"] h1, html[data-design-font="modern"] h2, html[data-design-font="modern"] h3,
html[data-design-font="modern"] .welcome strong { font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-weight: 750; letter-spacing: -.7px; }
html[data-design-font="system"] h1, html[data-design-font="system"] h2, html[data-design-font="system"] h3,
html[data-design-font="system"] .welcome strong { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
html[data-design-density="compact"] .screen { padding-right: 14px; padding-left: 14px; }
html[data-design-density="compact"] .card, html[data-design-density="compact"] .metric, html[data-design-density="compact"] .reservation-card { padding: 12px; }
html[data-design-density="spacious"] .screen { padding-right: 23px; padding-left: 23px; }
html[data-design-density="spacious"] .card, html[data-design-density="spacious"] .metric, html[data-design-density="spacious"] .reservation-card { padding: 21px; }
html[data-design-cards="flat"] .card, html[data-design-cards="flat"] .metric, html[data-design-cards="flat"] .reservation-row, html[data-design-cards="flat"] .reservation-card, html[data-design-cards="flat"] .module-card, html[data-design-cards="flat"] .calendar-card, html[data-design-cards="flat"] .empty { box-shadow: none; border: 1px solid var(--line); }
html[data-design-cards="soft"] .card, html[data-design-cards="soft"] .metric, html[data-design-cards="soft"] .reservation-row, html[data-design-cards="soft"] .reservation-card, html[data-design-cards="soft"] .module-card, html[data-design-cards="soft"] .calendar-card, html[data-design-cards="soft"] .empty { box-shadow: 0 5px 14px rgba(36,48,66,.045); }
html[data-design-navigation="minimal"] .tab.is-active .tab-icon { background: transparent; }
html[data-design-navigation="solid"] .tabs { background: var(--slate-dark); border-top-color: var(--slate-dark); }
html[data-design-navigation="solid"] .tab { color: rgba(255,255,255,.65); }
html[data-design-navigation="solid"] .tab.is-active { color: white; }
html[data-design-navigation="solid"] .tab.is-active .tab-icon { color: var(--slate-dark); background: var(--white); }
.date-kicker { color: var(--blue); font-weight: 800; letter-spacing: 1.3px; font-size: 9px; }
.welcome h1 { font-size: 28px; letter-spacing: -.8px; margin-top: 8px; }
.welcome p, .intro { color: var(--text); font-size: 13px; line-height: 1.5; margin: 6px 0 0; }
.avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--slate); color: white; display: grid; place-items: center; font-size: 12px; font-weight: 800; flex: 0 0 auto; }
.period { display: inline-flex; margin-top: 19px; border: 1px solid var(--line); background: white; border-radius: 99px; padding: 8px 13px; font-size: 11px; font-weight: 700; }
.connection-banner { display: flex; align-items: center; gap: 10px; margin-top: 18px; padding: 11px 13px; color: var(--green); border: 1px solid #cddfd9; border-radius: 14px; background: #f1f8f5; }
.connection-banner > span { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: #58a087; box-shadow: 0 0 0 4px rgba(88,160,135,.12); }
.connection-banner strong, .connection-banner small { display: block; }
.connection-banner strong { font-size: 10px; }
.connection-banner small { margin-top: 3px; color: #71827d; font-size: 8px; }
.connection-banner.loading { color: var(--slate); border-color: var(--line); background: white; }
.connection-banner.loading > span { background: var(--taupe); animation: pulse 1s infinite alternate; }
.connection-banner.error { color: #945f45; border-color: #ead2c3; background: #fff6f0; }
.connection-banner.error > span { background: #ba7250; }
@keyframes pulse { to { opacity: .35; } }
.metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 10px; }
.operations-metrics { margin-top: 11px; }
.card, .metric, .reservation-row, .reservation-card, .module-row, .calendar-card, .empty { background: var(--white); border-radius: var(--design-card-radius); box-shadow: 0 8px 20px rgba(36,48,66,.065); }
.metric { padding: 14px; min-height: 105px; }
.metric-label { color: var(--text); font-size: 10px; line-height: 1.4; }
.metric-value { font-family: Georgia, serif; font-size: 26px; margin-top: 7px; }
.change { color: var(--green); font-size: 10px; font-weight: 800; margin-top: 5px; }
.change.muted { color: #92999a; }
.pending-value { font-size: 21px; }
.card { margin-top: 13px; padding: 17px; border-radius: var(--design-card-radius); }
.card-top { display: flex; justify-content: space-between; align-items: start; }
.tiny { color: var(--blue); font-size: 8px; letter-spacing: 1.25px; font-weight: 800; }
.card-title { font-size: 18px; margin-top: 4px; }
.total { font-size: 17px; font-weight: 800; color: var(--slate); }
.chart { height: 121px; border-bottom: 1px solid var(--line); display: flex; align-items: end; justify-content: space-around; margin-top: 14px; padding: 0 6px; }
.bar-wrap { width: 26px; height: 112px; display: flex; flex-direction: column; justify-content: end; align-items: center; gap: 5px; color: var(--text); font-size: 8px; }
.bar { width: 17px; background: var(--taupe); border-radius: 5px 5px 2px 2px; }
.bar.current { background: var(--slate); }
.section-head { display: flex; align-items: center; justify-content: space-between; margin: 26px 0 11px; }
.section-head h2 { font-size: calc(20px * var(--design-heading-scale)); }
.activity-summary { display: flex; gap: 7px; margin: -3px 0 10px; }
.activity-summary span { padding: 6px 9px; border-radius: 99px; background: var(--green-soft); color: var(--text); font-size: 9px; }
.activity-summary b { color: var(--slate); font-size: 10px; }
.link-btn { border: 0; padding: 4px 0; background: none; color: var(--slate); font-size: 10px; font-weight: 800; cursor: pointer; }
.today { display: flex; align-items: center; background: var(--slate); color: white; border-radius: 23px; padding: 16px; }
.today-time { width: 51px; text-align: center; font-size: 19px; font-weight: 800; }
.today-time small { display: block; font-size: 8px; letter-spacing: 1px; opacity: .7; margin-top: 2px; }
.today-line { height: 54px; width: 1px; background: rgba(255,255,255,.25); margin: 0 14px; }
.today-copy { border: 0; background: none; padding: 0; color: white; text-align: left; cursor: pointer; flex: 1; }
.today-status { color: #cde4dc; font-size: 8px; letter-spacing: 1px; font-weight: 800; }
.today-copy h3 { font-size: 17px; margin-top: 5px; }
.today-copy p { margin: 3px 0 0; opacity: .72; font-size: 10px; }
.module-rail { display: grid; grid-auto-flow: column; grid-auto-columns: 139px; gap: 9px; overflow-x: auto; scrollbar-width: none; padding-bottom: 2px; }
.module-rail::-webkit-scrollbar { display: none; }
.module-card { border: 0; border-radius: var(--design-card-radius); padding: 14px; background: var(--white); box-shadow: 0 8px 20px rgba(36,48,66,.065); text-align: left; cursor: pointer; min-height: 128px; }
.module-icon { width: 34px; height: 34px; background: var(--blue-soft); color: var(--slate); border-radius: 12px; display: grid; place-items: center; font-size: 16px; font-weight: 800; }
.module-card strong, .module-row strong { display: block; font-size: 12px; margin-top: 11px; }
.module-card p, .module-row p { color: var(--text); font-size: 9.5px; line-height: 1.45; margin: 4px 0 0; }
.reservation-row { border: 0; padding: 13px; width: 100%; display: flex; align-items: center; text-align: left; margin-bottom: 8px; cursor: pointer; touch-action: manipulation; }
.reservation-row .property-thumb { width: 44px; height: 44px; border-radius: 12px; font-size: 10px; }
.guest-avatar { width: 40px; height: 40px; background: var(--blue-soft); color: var(--slate); border-radius: 13px; display: grid; place-items: center; font-size: 11px; font-weight: 800; flex: 0 0 auto; }
.reservation-copy { min-width: 0; flex: 1; margin-left: 11px; }
.reservation-copy strong { display: block; font-size: 13px; }
.reservation-copy > span:not(.channel-line) { display: block; font-size: 10px; color: var(--text); margin-top: 2px; }
.dashboard-activity-row { align-items: flex-start; padding: 14px; }
.dashboard-activity-row .dashboard-property { color: var(--slate); font-weight: 750; }
.dashboard-activity-row .channel-line { margin-top: 5px; }
.dashboard-activity-row .channel-line em { padding: 3px 7px; border-radius: 99px; background: var(--green-soft); color: var(--green); font-weight: 800; }
.dashboard-live-list { display: grid; gap: 0; }
.dashboard-more { width: 100%; min-height: 38px; border: 1px solid var(--line); border-radius: 13px; background: white; color: var(--slate); font-size: 10px; font-weight: 800; cursor: pointer; }
.dashboard-empty { margin-top: 24px; }
.dashboard-empty p { margin: 5px 0 0; }
.dashboard-error { color: #945f45; border: 1px solid #ead2c3; background: #fff9f5; }
.dashboard-revenue-card { margin-top: 13px; padding: 17px; overflow: hidden; border: 1px solid rgba(207,218,217,.9); border-radius: var(--design-card-radius); background: #fff; box-shadow: 0 8px 20px rgba(36,48,66,.065); }
.dashboard-revenue-head { display: flex; align-items: end; justify-content: space-between; gap: 14px; }
.dashboard-revenue-head > div > span, .dashboard-revenue-head label > span { display: block; color: var(--blue); font-size: 7px; font-weight: 850; letter-spacing: 1.1px; }
.dashboard-revenue-head h2 { margin-top: 4px; color: var(--ink); font-size: 20px; }
.dashboard-revenue-head label { display: grid; gap: 4px; }
.dashboard-revenue-head select { min-width: 76px; height: 35px; padding: 0 27px 0 10px; color: var(--slate); border: 1px solid var(--line); border-radius: 10px; outline: 0; background: #f8faf9; font-size: 10px; font-weight: 800; }
.dashboard-revenue-total { display: grid; gap: 5px; margin-top: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.dashboard-revenue-total > span { display: flex; align-items: center; gap: 7px; color: var(--text); font-size: 8px; font-weight: 850; letter-spacing: .75px; }
.dashboard-revenue-total > strong { overflow-wrap: anywhere; color: var(--ink); font: 500 clamp(30px, 9vw, 43px)/1.06 Georgia, "Times New Roman", serif; letter-spacing: -1.4px; }
.dashboard-revenue-total > small { color: var(--text); font-size: 9px; line-height: 1.4; }
.dashboard-revenue-explorer { margin: 20px -17px 0; padding: 0 17px; overflow: hidden; }
.dashboard-revenue-donut { position: relative; width: min(78vw, 304px); aspect-ratio: 1; margin: 0 auto; }
.dashboard-revenue-donut svg { display: block; width: 100%; height: 100%; overflow: visible; transform: rotate(-90deg); }
.dashboard-revenue-track { fill: none; stroke: #edf1f0; stroke-width: 14; }
.dashboard-revenue-segment { fill: none; stroke: var(--channel-color); stroke-width: 14; stroke-linecap: butt; stroke-dasharray: var(--channel-share) calc(100 - var(--channel-share)); stroke-dashoffset: calc(-1 * var(--channel-offset)); opacity: .42; cursor: pointer; transition: opacity .2s ease, stroke-width .2s ease, filter .2s ease; touch-action: manipulation; }
.dashboard-revenue-segment.is-active { stroke-width: 18; opacity: 1; filter: drop-shadow(0 3px 4px rgba(36,52,82,.18)); }
.dashboard-revenue-segment:focus-visible { outline: none; opacity: 1; filter: drop-shadow(0 0 2px var(--slate)); }
.dashboard-revenue-center { position: absolute; inset: 22%; display: grid; place-items: center; text-align: center; pointer-events: none; }
.dashboard-revenue-selection { width: 100%; }
.dashboard-revenue-selection[hidden] { display: none; }
.dashboard-revenue-selection .channel-logo { justify-content: center; margin: 0 auto 7px; }
.dashboard-revenue-selection .channel-logo .channel-mark { width: 30px; height: 30px; border-radius: 50%; }
.dashboard-revenue-selection .channel-logo .channel-name { display: none; }
.dashboard-revenue-selection > strong, .dashboard-revenue-selection > b, .dashboard-revenue-selection > small { display: block; }
.dashboard-revenue-selection > strong { overflow: hidden; color: var(--ink); font-size: 13px; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
.dashboard-revenue-selection > b { margin-top: 5px; color: var(--slate); font: 500 clamp(18px, 6vw, 25px)/1 Georgia, "Times New Roman", serif; }
.dashboard-revenue-selection > small { margin-top: 6px; color: var(--text); font-size: 9px; line-height: 1.35; }
.dashboard-revenue-stepper { display: grid; grid-template-columns: 38px minmax(0, 1fr) 38px; align-items: center; gap: 8px; margin-top: 7px; }
.dashboard-revenue-stepper button { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; color: var(--slate); background: #fff; font: 400 24px/1 Georgia, serif; box-shadow: 0 4px 12px rgba(36,48,66,.08); touch-action: manipulation; }
.dashboard-revenue-stepper span { color: var(--text); font-size: 9px; text-align: center; }
.dashboard-revenue-rail { display: flex; gap: 8px; margin: 13px -17px 0; padding: 0 17px 5px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
.dashboard-revenue-rail::-webkit-scrollbar { display: none; }
.dashboard-revenue-chip { min-width: max-content; min-height: 42px; display: inline-flex; align-items: center; gap: 7px; padding: 6px 11px 6px 7px; border: 1px solid var(--line); border-radius: 999px; color: var(--text); background: #fff; font-size: 10px; font-weight: 800; scroll-snap-align: center; touch-action: manipulation; }
.dashboard-revenue-chip.is-active { color: var(--slate); border-color: var(--slate); background: #f1f5f8; box-shadow: 0 4px 12px rgba(36,48,66,.1); }
.dashboard-revenue-chip .channel-logo { min-height: 24px; }
.dashboard-revenue-chip .channel-mark { width: 24px; height: 24px; border-radius: 50%; }
.dashboard-revenue-chip .channel-name { display: none; }
.dashboard-revenue-spinner { width: 13px; height: 13px; display: inline-block; flex: 0 0 auto; border: 2px solid rgba(73,83,105,.16); border-top-color: var(--slate); border-radius: 50%; animation: loader-spin .75s linear infinite; }
.dashboard-revenue-state { min-height: 126px; display: grid; place-items: center; align-content: center; gap: 8px; padding: 18px 8px; color: var(--text); text-align: center; }
.dashboard-revenue-state strong { color: var(--ink); font: 400 17px/1.2 Georgia, serif; }
.dashboard-revenue-state p { max-width: 270px; margin: 0; font-size: 9px; line-height: 1.45; }
.dashboard-revenue-state button { min-height: 34px; padding: 0 14px; color: var(--slate); border: 1px solid var(--line); border-radius: 10px; background: #fff; font-size: 9px; font-weight: 800; }
.dashboard-revenue-state.is-error strong { color: #8c5c42; }
.dashboard-revenue-coverage { margin: 14px 0 0; padding: 10px 11px; color: #826c38; border-radius: 10px; background: #fff8e8; font-size: 8px; line-height: 1.4; }
.dashboard-statements-link { width: 100%; min-height: 42px; display: flex; align-items: center; justify-content: space-between; margin-top: 16px; padding: 0 13px; color: #fff; border: 0; border-radius: 11px; background: var(--slate); font-size: 10px; font-weight: 850; }
.statements-overlay { position: fixed; inset: 0; z-index: 250; overflow: hidden; background: var(--mist); }
.statements-overlay[hidden] { display: none; }
.statements-overlay iframe { width: 100%; height: 100%; display: block; border: 0; background: var(--mist); }
.statements-overlay-loading { position: absolute; inset: 0; z-index: 2; display: grid; place-content: center; justify-items: center; padding: 24px; color: var(--slate-dark); background: var(--mist); text-align: center; }
.statements-overlay-loading[hidden] { display: none; }
.statements-overlay-loading .app-brand-logo { font-size: 34px; }
.statements-overlay-loading .app-brand-powered { margin-top: 4px; }
.statements-overlay-loading > span { display: flex; gap: 6px; margin-top: 28px; }
.statements-overlay-loading > span i { width: 7px; height: 7px; border-radius: 50%; background: var(--slate); animation: statements-pulse 1s ease-in-out infinite; }
.statements-overlay-loading > span i:nth-child(2) { animation-delay: .14s; }
.statements-overlay-loading > span i:nth-child(3) { animation-delay: .28s; }
.statements-overlay-loading p { margin: 12px 0 0; color: var(--text); font-size: 11px; }
body.statements-is-open { overflow: hidden; }
@keyframes statements-pulse { 0%,70%,100% { opacity: .25; transform: translateY(0); } 35% { opacity: 1; transform: translateY(-4px); } }
@media (max-width: 360px) {
  .dashboard-revenue-donut { width: min(76vw, 268px); }
}
@media (prefers-reduced-motion: reduce) { .dashboard-revenue-spinner, .statements-overlay-loading > span i { animation: none; } .dashboard-revenue-segment, .dashboard-revenue-rail { scroll-behavior: auto; transition: none; } }
.channel-line { display: flex !important; width: 100%; align-items: center; gap: 6px; min-height: 24px; margin-top: 4px; }
.reservation-copy .channel-line .channel-logo { display: inline-flex; width: auto; max-width: 155px; margin: 0; }
.channel-line em { color: var(--text); font-size: 9px; font-style: normal; }
.channel-logo { width: auto; min-height: 18px; padding: 0; border: 0; border-radius: 0; display: inline-flex; align-items: center; gap: 5px; flex: 0 0 auto; color: var(--ink); background: transparent; box-shadow: none; }
.channel-mark { width: 18px; height: 18px; border-radius: 9px; display: inline-grid; place-items: center; overflow: hidden; color: white; background: var(--slate); }
.channel-logo svg { width: 11px; height: 11px; fill: currentColor; }
.channel-logo img { display: block; width: 88%; height: 88%; object-fit: contain; }
.channel-logo b { color: inherit; font-family: Arial, sans-serif; font-size: 9px; line-height: 1; }
.channel-logo.has-custom-artwork .channel-mark { border-radius: 3px; background: white; }
.channel-logo.has-custom-artwork .channel-mark img { width: 100%; height: 100%; object-fit: contain; }
.channel-name { color: #657079; font-size: 8px; font-weight: 750; line-height: 1; white-space: nowrap; }
.channel-blue-mountain .channel-mark,
.channel-google .channel-mark,
.channel-property-valet .channel-mark,
.channel-direct .channel-mark { background: white; }
.channel-blue-mountain .channel-mark img { width: 78%; height: 78%; }
.channel-google .channel-mark img { width: 100%; height: 100%; }
.channel-airbnb .channel-mark { background-color: #ff5a5f; }
.channel-booking-com .channel-mark { background-color: #1976d2; }
.channel-vrbo .channel-mark { background-color: #3f2c73; }
.channel-expedia .channel-mark { color: #243452; background-color: #f5c342; }
.channel-hotels-com .channel-mark { color: white; background-color: #d71920; }
.channel-expedia-group .channel-mark { width: 38px; padding: 4px; border-radius: 9px; background-color: #17233d; }
.channel-american-express-travel .channel-mark { color: white; background-color: #006fcf; }
.channel-american-express-travel .channel-mark b { font-size: 5px; letter-spacing: -.3px; }
.channel-orbitz .channel-mark { color: white; background-color: #4b286d; }
.channel-travelocity .channel-mark { color: white; background-color: #0065b3; }
.channel-hotwire .channel-mark { color: white; background-color: #e1261c; }
.channel-cheaptickets .channel-mark { color: #532b79; background-color: #f4d000; }
.channel-ebookers .channel-mark { color: white; background-color: #e31b23; }
.channel-wotif .channel-mark { color: white; background-color: #6d2c91; }
.channel-homes-villas .channel-mark { background-color: #9a7a42; }
.channel-owner-stay .channel-mark { background-color: var(--gold-dark); }
.detail-channel { display: flex !important; align-items: center; gap: 8px; }
.detail-channel .channel-logo { margin-top: 2px; }
.detail-channel span { display: grid; gap: 2px; }
.detail-channel b { color: var(--ink); font-size: 10px; }
.detail-channel small { margin: 0; }
.reservation-copy small { display: block; clear: both; font-size: 9px; color: var(--blue); margin-top: 5px; line-height: 1.25; }
.chevron { color: var(--taupe); font-size: 25px; font-weight: 300; }
.tabs { background: rgba(255,255,255,.98); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(var(--visible-tabs, 5), 1fr); padding: 5px 2px max(7px, env(safe-area-inset-bottom)); z-index: 5; box-shadow: 0 -8px 22px rgba(50,61,72,.035); }
.tab { min-width: 0; border: 0; background: none; color: #969e9c; font-size: 8.5px; font-weight: 700; cursor: pointer; display: flex; flex-direction: column; gap: 1px; align-items: center; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
.tab[hidden] { display: none; }
.tab-icon { position: relative; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 10px; transition: color .18s ease, background-color .18s ease, transform .18s ease; }
.tab-icon svg { width: 20px; height: 20px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.tab-icon svg circle { fill: currentColor; stroke: none; }
.tab-icon .icon-accent { stroke-width: 2.8; }
.tab.is-active { color: var(--slate-dark); }
.tab.is-active .tab-icon { color: var(--slate-dark); background: var(--blue-soft); transform: translateY(-1px); }
.tab.is-active .tab-icon::after { content: ""; position: absolute; right: 3px; bottom: 3px; width: 4px; height: 4px; border: 1.5px solid white; border-radius: 50%; background: var(--gold); }
.tab.is-loading .tab-icon::before { content: ""; position: absolute; inset: 4px; border: 2px solid rgba(79,92,114,.2); border-top-color: currentColor; border-radius: 50%; animation: tab-loading-spin .7s linear infinite; }
.tab.is-loading .tab-icon svg { opacity: .25; }
@keyframes tab-loading-spin { to { transform: rotate(360deg); } }
.calendar-inline-spinner { width: 11px; height: 11px; display: inline-block; margin-left: 7px; vertical-align: -1px; border: 1.5px solid rgba(79,92,114,.2); border-top-color: var(--slate); border-radius: 50%; animation: tab-loading-spin .7s linear infinite; }
.calendar-toolbar { display: flex; justify-content: space-between; align-items: center; margin: 7px 0 13px; }
.calendar-view-toggle { width: 100%; margin: -3px 0 15px; padding: 3px; display: grid; grid-template-columns: 1fr 1fr; gap: 3px; border: 1px solid var(--line); border-radius: 12px; background: #edf2f2; }
.calendar-view-toggle button { min-height: 34px; border: 0; border-radius: 9px; background: transparent; color: var(--text); font-size: 10px; font-weight: 800; letter-spacing: .03em; cursor: pointer; }
.calendar-view-toggle button.is-active { color: white; background: var(--slate); box-shadow: 0 3px 9px rgba(48,59,77,.18); }
.calendar-view-toggle button:disabled { opacity: .42; cursor: not-allowed; }
.property-picker { display: block; margin: 14px 0 17px; }
.property-picker > span { display: block; margin: 0 0 7px 2px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.property-picker-control { position: relative; }
.property-picker-control button { width: 100%; min-height: 47px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid #e2e7e4; border-radius: 14px; background: #fff; color: var(--ink); padding: 0 14px; box-shadow: 0 8px 20px rgba(36,48,66,.055); text-align: left; cursor: pointer; }
.property-picker-main { min-width: 0; display: flex; align-items: center; gap: 9px; flex: 1 1 auto; }
.property-picker-control button strong { min-width: 0; overflow: hidden; flex: 1 1 auto; font: 700 13px/1.2 Inter, system-ui, sans-serif; text-overflow: ellipsis; white-space: nowrap; }
.property-picker-chevron { flex: 0 0 auto; color: var(--gold-dark); font-size: 18px; }
.property-channel-badges { display: flex; align-items: center; flex: 0 0 auto; padding-left: 4px; }
.property-channel-badges .channel-logo { width: 25px; height: 25px; margin-left: -5px; padding: 3px; border: 1px solid #e2e7e4; border-radius: 50%; color: var(--slate); background: #fff; box-shadow: 0 2px 6px rgba(36,48,66,.12); }
.property-channel-badges .channel-logo:first-child { margin-left: 0; }
.property-channel-badges .channel-mark { width: 18px; height: 18px; color: inherit; background: transparent; }
.property-channel-badges .channel-name { display: none; }
.property-channel-badges .channel-airbnb { color: #ff5a5f; }
.property-channel-badges .channel-vrbo { color: #3f2c73; }
.property-channel-badges .channel-booking-com { color: #1976d2; }
.property-channel-badges .channel-expedia { color: #d89400; }
.property-channel-badges .channel-homes-villas { color: #9a7a42; }
.property-picker small { display: block; margin: 6px 0 0 2px; color: var(--muted); font-size: 9px; }
.property-picker-static { min-height: 47px; display: flex; align-items: center; gap: 10px; padding: 0 14px; border: 1px solid #e2e7e4; border-radius: 14px; background: #fff; box-shadow: 0 8px 20px rgba(36,48,66,.055); }
.property-picker-static > span { flex: 0 0 auto; color: var(--muted); font-size: 7px; font-weight: 850; letter-spacing: .12em; }
.property-picker-static > strong { min-width: 0; overflow: hidden; flex: 1 1 auto; color: var(--ink); font: 700 13px/1.2 Inter, system-ui, sans-serif; text-overflow: ellipsis; white-space: nowrap; }
.property-picker-static.is-loading { color: var(--muted); }
.calendar-property-controls .property-picker-static { min-height: 35px; padding: 0 11px; border-radius: 10px; }
.calendar-property-controls .property-picker-static > strong { font-size: 10px; }
.reservation-range-status { min-height: 25px; display: flex; align-items: center; margin: -7px 1px 8px; color: var(--green); font-size: 8px; font-weight: 750; }
.reservation-range-status.error { color: #945f45; }
.reservation-date-range { display: grid; gap: 8px; margin: -3px 0 10px; padding: 11px 12px 9px; border: 1px solid var(--line); border-radius: var(--design-control-radius, 14px); background: white; box-shadow: 0 8px 20px rgba(36,48,66,.045); }
.reservation-date-range-head { display: flex; align-items: center; gap: 7px; }
.reservation-date-range-head > span { color: var(--blue); font-size: 6.5px; font-weight: 850; letter-spacing: 1.15px; }
.reservation-date-range-head > strong { min-width: 0; overflow: hidden; color: var(--ink); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.reservation-date-range-head > button { margin-left: auto; padding: 4px 7px; color: var(--slate); border: 1px solid #d7dfde; border-radius: 999px; background: #f6f8f7; font-size: 7px; font-weight: 850; cursor: pointer; }
.reservation-date-range-fields { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: end; gap: 7px; }
.reservation-date-range-fields label { min-width: 0; display: grid; gap: 4px; }
.reservation-date-range-fields label > span { color: var(--text); font-size: 6.5px; font-weight: 800; letter-spacing: .7px; }
.reservation-date-range-fields input { min-width: 0; width: 100%; height: 34px; padding: 0 7px; color: var(--ink); border: 1px solid #dce3e1; border-radius: 8px; background: #f8faf9; font: 700 9px/1 Roboto, system-ui, sans-serif; }
.reservation-date-range-fields > i { align-self: center; color: var(--gold-dark); font-size: 12px; font-style: normal; }
.reservation-date-range .reservation-range-status { min-height: 12px; margin: 0; }
.reservation-date-range.is-compact { gap: 0; padding: 8px 10px; }
.reservation-date-range.is-compact .reservation-date-range-fields input { height: 30px; }
.reservation-state { min-height: 150px; display: grid; place-items: center; align-content: center; gap: 7px; padding: 24px 18px; color: var(--text); border: 1px solid var(--line); border-radius: var(--design-card-radius, 22px); background: white; text-align: center; }
.reservation-state h3, .reservation-state p { margin: 0; }
.reservation-state h3 { color: var(--ink); font-size: 16px; }
.reservation-state p { max-width: 260px; font-size: 9px; line-height: 1.45; }
.reservation-state.error { border-color: #ead6cc; background: #fffaf7; }
.reservation-state.error h3 { color: #8d513c; }
.reservation-state button { min-height: 34px; margin-top: 3px; padding: 0 13px; color: white; border: 0; border-radius: 9px; background: var(--slate); font-size: 8px; font-weight: 850; cursor: pointer; }
.month-arrow { width: 37px; height: 37px; border-radius: 50%; border: 1px solid var(--line); background: white; font-size: 24px; color: var(--slate); cursor: pointer; }
.calendar-toolbar-center { min-width: 0; display: grid; justify-items: center; }
.month-title { font-size: 20px; text-align: center; }
.calendar-period-jump { min-width: 155px; display: grid; justify-items: center; gap: 2px; padding: 2px 10px 4px; color: var(--slate-dark); border: 0; border-radius: 12px; background: transparent; cursor: pointer; touch-action: manipulation; }
.calendar-period-jump > span:last-child { color: #738091; font-size: 7px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.calendar-period-jump:active { background: rgba(73,83,105,.08); transform: scale(.98); }
.month-sub { color: var(--text); font-size: 9px; text-align: center; margin-top: 3px; }
.calendar-today-action { min-height: 24px; margin-top: 4px; padding: 0 10px; color: var(--slate-dark); border: 1px solid #d5dddc; border-radius: 999px; background: #fff; box-shadow: 0 2px 7px rgba(43,53,69,.07); font-size: 8px; font-weight: 850; line-height: 1; cursor: pointer; touch-action: manipulation; }
.calendar-today-action:active { background: var(--gold-soft); transform: scale(.97); }
.calendar-primary-controls { display: flex; justify-content: flex-end; }
.owner-stay-action { width: 100%; min-height: 36px; margin: 0 0 8px; border: 0; border-radius: 11px; color: white; background: var(--slate); font-size: 10px; font-weight: 850; letter-spacing: .02em; box-shadow: 0 7px 16px rgba(48,59,77,.18); cursor: pointer; }
.calendar-primary-controls .calendar-view-toggle { margin: 7px 0 4px; padding: 2px; border-radius: 10px; }
.calendar-primary-controls .calendar-view-toggle button { min-height: 31px; border-radius: 8px; font-size: 8.5px; }
.calendar-property-controls { padding: 0 0 7px; background: #fff; }
.calendar-property-controls .property-picker { min-width: 0; margin: 0; }
.calendar-property-controls .property-picker-control button { min-height: 35px; padding: 0 11px; border-radius: 10px; }
.calendar-property-controls .property-picker-control button strong { font-size: 10px; }
.calendar-property-controls .property-picker-chevron { font-size: 15px; }
.calendar-property-controls .property-channel-badges .channel-logo { width: 22px; height: 22px; padding: 2px; }
.calendar-property-controls .property-channel-badges .channel-mark { width: 16px; height: 16px; }
.calendar-property-controls .property-picker small { display: none; }
.app-brand { padding: 7px 0 3px; text-align: left; }
.app-brand-logo { color: var(--slate-dark); font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 700; letter-spacing: -1px; line-height: .95; }
.app-brand-powered { margin-top: 3px; color: var(--text); font-size: 6px; font-weight: 850; letter-spacing: 1.35px; line-height: 1; }
.reservations-header { margin: 0 0 4px; }
.reservations-header .app-brand { padding-bottom: 3px; }
.multi-calendar-fixed-header { position: sticky; top: 0; z-index: 18; width: calc(100% + 38px); max-width: calc(100% + 38px); margin: 0 -19px; padding: 0 19px; background: var(--mist); }
.multi-calendar-fixed-header .timeline-legend { width: calc(100% + 38px); max-width: calc(100% + 38px); margin: 0 -19px; border-bottom: 0; background: #fff; }
.multi-calendar-fixed-header .timeline-header-scroll { width: calc(100% + 38px); max-width: calc(100% + 38px); margin: 0 -19px; box-shadow: 0 4px 12px rgba(36,48,66,.11); }
.calendar-screen:not(.month-window) .calendar-toolbar { margin: 0 0 6px; }
.calendar-screen:not(.month-window) .month-arrow { width: 31px; height: 31px; font-size: 20px; }
.calendar-screen:not(.month-window) .month-title { font-size: 17px; }
.calendar-screen:not(.month-window) .month-sub { margin-top: 1px; font-size: 7.5px; }
.calendar-screen:not(.month-window) .calendar-period-jump { min-width: 145px; padding-top: 0; }
.calendar-screen:not(.month-window) .calendar-period-jump > span:last-child { font-size: 6.5px; }
.multi-calendar { width: calc(100% + 38px); min-width: 0; max-width: calc(100% + 38px); margin: 0 -19px; overflow: hidden; background: white; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); box-shadow: 0 8px 20px rgba(36,48,66,.055); }
.timeline-legend { width: 100%; min-width: 0; max-width: 100%; min-height: 37px; padding: 9px 14px; overflow-x: auto; display: flex; align-items: center; gap: 10px; color: var(--text); font-size: 8px; border-bottom: 1px solid var(--line); scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.timeline-legend::-webkit-scrollbar { display: none; }
.timeline-legend span { display: inline-flex; align-items: center; gap: 4px; white-space: nowrap; }
.timeline-legend i { width: 9px; height: 9px; border-radius: 3px; display: inline-block; }
.timeline-legend i.guest { background: var(--slate); }
.timeline-legend i.owner { background: var(--gold); }
.timeline-legend i.open { background: #fff; border: 1px solid #d8e1e6; }
.timeline-legend strong { margin-left: auto; color: var(--ink); white-space: nowrap; }
.timeline-coverage { color: #738091; font-weight: 700; }
.timeline-shell { position: relative; width: 100%; min-width: 0; max-width: 100%; overflow: hidden; }
.multi-property-loader { min-height: 42px; display: grid; place-items: center; border-top: 1px solid var(--line); color: #738091; background: #fff; font-size: 9px; font-weight: 800; letter-spacing: .02em; }
.timeline-header-scroll { position: relative; z-index: 9; width: 100%; min-width: 0; max-width: 100%; overflow: hidden; background: #fff; }
.timeline-scroll { width: 100%; min-width: 0; max-width: 100%; overflow-x: auto; overflow-y: hidden; overflow-anchor: none; overscroll-behavior-x: contain; touch-action: pan-x pan-y; -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: #cbd5db transparent; }
.multi-history-status { position: absolute; top: 12px; left: 50%; z-index: 10; width: 34px; height: 34px; display: none; place-items: center; border: 1px solid rgba(73,83,105,.12); border-radius: 50%; background: rgba(255,255,255,.96); box-shadow: 0 5px 16px rgba(36,48,66,.2); transform: translateX(-50%); pointer-events: none; }
.multi-history-status.is-loading { display: grid; }
.multi-history-spinner { width: 18px; height: 18px; border: 2px solid rgba(73,83,105,.16); border-top-color: var(--slate); border-radius: 50%; animation: loader-spin .75s linear infinite; }
.timeline-table { width: max-content; min-width: 100%; background: #fbfcfd; }
.timeline-table-chunk { display: block; }
.timeline-header, .timeline-row { --property-width: 132px; --day-width: 44px; display: grid; grid-template-columns: var(--property-width) repeat(var(--days), var(--day-width)); width: max-content; min-width: 100%; position: relative; }
.timeline-header { min-height: 45px; border-bottom: 1px solid #dce3e8; background: #fff; z-index: 6; }
.property-heading, .property-cell { position: sticky; left: 0; z-index: 5; background: white; border-right: 1px solid #dce3e8; }
.property-heading { display: flex; align-items: end; padding: 0 10px 8px; color: var(--blue); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.timeline-day { grid-column: var(--grid-col); grid-row: 1; border: 0; border-right: 1px solid #e4e9ed; background: #fff; color: #8996a7; padding: 5px 0 4px; cursor: pointer; display: grid; place-items: center; align-content: center; gap: 1px; }
.timeline-day span { font-size: 7px; text-transform: uppercase; }
.timeline-day strong { font-size: 11px; color: #68778a; }
.timeline-day.is-selected { background: #eef4f9; }
.timeline-day.starts-month { border-left: 2px solid var(--gold); }
.timeline-day.starts-month span { color: var(--blue); font-weight: 900; }
.timeline-day.is-today { background: #ff5a3d; color: white; border-radius: 7px 7px 0 0; }
.timeline-day.is-today strong { color: white; }
.multi-calendar.is-loading .timeline-day.is-today { background: #fff; color: #8996a7; border-radius: 0; }
.multi-calendar.is-loading .timeline-day.is-today strong { color: #68778a; }
.timeline-row {
  height: var(--row-height, 55px);
  min-height: var(--row-height, 55px);
  border-bottom: 1px solid #dfe6ea;
  background: white;
  overflow: visible;
}
.timeline-row-grid { grid-column: var(--grid-start) / span var(--span); grid-row: 1; min-width: 0; border: 0; padding: 0; cursor: pointer; background: repeating-linear-gradient(to right, #fbfcfd 0, #fbfcfd 43px, #e7ecef 43px, #e7ecef 44px); }
.property-cell { grid-column: 1; grid-row: 1; border-top: 0; border-left: 0; border-bottom: 0; padding: 7px 8px; display: flex; align-items: center; gap: 7px; text-align: left; cursor: pointer; overflow: hidden; }
.property-thumb { position: relative; width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; overflow: hidden; border-radius: 9px; background: linear-gradient(145deg, #d9e8e4, #c4d4dd); color: var(--slate); font-size: 9px; font-weight: 900; }
.property-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; }
.property-thumb img.is-ready { opacity: 1; }
.property-cell strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 9.5px; color: #4e5963; }
.booking-bar { grid-column: var(--grid-start) / span var(--span); grid-row: 1; align-self: start; z-index: 3; height: 32px; min-width: 35px; margin: calc(11px + var(--lane, 0) * 35px) 3px 0; padding: 0 4px 0 9px; border: 0; border-radius: 16px; color: white; cursor: pointer; display: flex; align-items: center; gap: 5px; overflow: hidden; box-shadow: 0 2px 5px rgba(49,72,93,.12); }
.booking-copy { min-width: 0; flex: 1; display: flex; align-items: center; overflow: hidden; line-height: 1.05; text-align: left; }
.booking-copy strong { width: 100%; overflow: hidden; font-size: 8.5px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.booking-bar.guest-booking { background: var(--slate); }
.booking-bar.owner-booking { background: var(--gold-dark); }
.booking-bar.has-conflict { box-shadow: 0 2px 5px rgba(49,72,93,.12), inset 0 0 0 1px rgba(183,58,48,.16); }
.booking-bar .channel-logo { width: 24px; height: 24px; padding: 3px; margin-left: auto; border: 0; border-radius: 50%; background: white; box-shadow: 0 1px 3px rgba(30,45,60,.16); }
.booking-bar .channel-mark { width: 20px; height: 20px; color: inherit; background: transparent; }
.booking-bar .channel-name { display: none; }
.booking-bar .channel-logo svg { width: 13px; height: 13px; fill: currentColor; }
.booking-bar .channel-logo b { color: currentColor; }
.booking-bar .channel-airbnb { color: #ff5a5f; }
.booking-bar .channel-booking-com { color: #1976d2; }
.booking-bar .channel-vrbo { color: #3f2c73; }
.booking-bar .channel-expedia { color: #d89400; }
.booking-bar .channel-homes-villas { color: #9a7a42; }
.booking-bar .channel-direct { color: var(--green); }
.booking-bar .channel-owner-stay { color: var(--gold-dark); }
.booking-bar.has-arrival-cap { width: calc(100% - (var(--day-width) / 2)); transform: translateX(calc(var(--day-width) / 2)); }
.booking-bar.has-checkout-cap { width: calc(100% + (var(--day-width) / 2)); }
.booking-bar.has-arrival-cap.has-checkout-cap { width: 100%; }
.conflict-marker { grid-column: var(--grid-start) / span var(--span); grid-row: 1; align-self: start; z-index: 4; height: 26px; min-width: 78px; margin: calc(9px + var(--conflict-lane, 1) * 35px) 3px 0; padding: 0 3px 0 8px; overflow: hidden; display: flex; align-items: center; gap: 4px; color: #9d2f27; border: 1px solid #d9685e; border-radius: 13px; background: repeating-linear-gradient(135deg, #fff4f2 0, #fff4f2 5px, #fbe2df 5px, #fbe2df 9px); box-shadow: 0 2px 6px rgba(138,45,37,.14); cursor: pointer; }
.conflict-marker > span:first-child, .month-conflict-marker > span:first-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 8px; font-weight: 900; }
.conflict-logos { display: flex; align-items: center; justify-content: flex-end; flex: 0 0 auto; margin-left: auto; padding-left: 2px; }
.conflict-logos .channel-logo { width: 20px; height: 20px; margin-left: -4px; padding: 2px; border: 1px solid rgba(157,47,39,.18); border-radius: 50%; background: white; box-shadow: 0 1px 3px rgba(30,45,60,.14); }
.conflict-logos .channel-logo:first-child { margin-left: 0; }
.conflict-logos .channel-mark { width: 16px; height: 16px; color: inherit; background: transparent; }
.conflict-logos .channel-name { display: none; }
.conflict-logos .channel-logo svg { width: 10px; height: 10px; fill: currentColor; }
.conflict-logos .channel-expedia-group { width: 36px; border-radius: 10px; background: #17233d; }
.conflict-logos .channel-expedia-group .channel-mark { width: 31px; padding: 2px; }
.booking-bar.is-one-night { width: 82px; min-width: 82px; transform: translateX(-19px); }
.booking-bar.is-one-night.at-start { transform: none; }
.booking-bar.is-one-night.at-end { transform: translateX(-38px); }
.booking-bar.is-one-night.has-adjacent-before:not(.has-adjacent-after) { width: 63px; min-width: 63px; transform: none; }
.booking-bar.is-one-night.has-adjacent-after:not(.has-adjacent-before) { width: 63px; min-width: 63px; transform: translateX(-19px); }
.booking-bar.is-one-night.has-adjacent-before.has-adjacent-after { width: auto; min-width: 35px; transform: none; padding-left: 4px; }
.timeline-empty, .calendar-loading { min-height: 130px; display: grid; place-items: center; align-content: center; gap: 6px; padding: 24px; color: var(--text); font-size: 10px; text-align: center; }
.calendar-loading.error { color: #945f45; }
.calendar-loading strong { color: var(--ink); font-size: 13px; }
.calendar-loading small { max-width: 240px; line-height: 1.45; }
.calendar-sync-status { min-height: 32px; display: flex; align-items: center; justify-content: center; gap: 7px; margin: 0 -19px; color: var(--gold-dark); background: var(--gold-soft); font-size: 8px; font-weight: 800; letter-spacing: .03em; }
.calendar-sync-spinner { width: 12px; height: 12px; border: 2px solid rgba(133,105,65,.22); border-top-color: var(--gold-dark); border-radius: 50%; animation: loader-spin .8s linear infinite; }
.multi-data-spinner { flex: 0 0 auto; width: 22px; height: 22px; border: 2px solid rgba(73,83,105,.15); border-top-color: var(--slate); border-radius: 50%; animation: loader-spin .75s linear infinite; }
.calendar-initial-state { min-height: 190px; display: grid; place-content: center; justify-items: center; gap: 8px; margin: 14px; padding: 28px; border: 1px solid rgba(73,83,105,.12); border-radius: 22px; background: #fff; color: var(--text); text-align: center; box-shadow: 0 10px 28px rgba(36,48,66,.06); }
.calendar-initial-state strong { color: var(--ink); font: 400 17px/1.2 Georgia, "Times New Roman", serif; }
.calendar-initial-state small { max-width: 250px; font-size: 10px; line-height: 1.45; }
.calendar-jump-year { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 16px; margin: 24px 0 15px; color: var(--text); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.calendar-jump-year select { width: 100%; min-height: 46px; padding: 0 14px; color: var(--slate-dark); border: 1px solid var(--line); border-radius: 13px; background: var(--mist); font: 800 16px/1 Roboto, system-ui, sans-serif; }
.calendar-jump-months { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.calendar-jump-month { min-height: 48px; color: var(--slate-dark); border: 1px solid var(--line); border-radius: 13px; background: #fff; font-size: 14px; font-weight: 800; cursor: pointer; touch-action: manipulation; }
.calendar-jump-month.is-selected { color: #fff; border-color: var(--slate); background: var(--slate); box-shadow: 0 7px 16px rgba(48,59,77,.18); }
.calendar-jump-month:disabled { color: #aeb7bd; background: #f5f7f6; cursor: not-allowed; opacity: .62; }
.calendar-jump-today { margin-top: 16px !important; }
.modern-loader { min-height: 235px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 7px 0 15px; padding: 30px 24px; border: 1px solid rgba(73,83,105,.1); border-radius: 23px; background: radial-gradient(circle at 50% 38%, rgba(194,189,182,.18), rgba(255,255,255,.96) 48%, #fff 100%); box-shadow: 0 12px 32px rgba(36,48,66,.07); text-align: center; }
.loader-mark { position: relative; width: 62px; height: 62px; display: grid; place-items: center; }
.loader-ring { position: absolute; inset: 0; border-radius: 50%; background: conic-gradient(from 0deg, var(--slate-dark), var(--slate) 38%, var(--taupe) 63%, rgba(194,189,182,.14) 78%, var(--slate-dark)); animation: loader-spin .9s linear infinite; box-shadow: 0 8px 22px rgba(73,83,105,.18); }
.loader-ring::after { content: ''; position: absolute; inset: 5px; border-radius: 50%; background: #fff; }
.loader-core { position: relative; z-index: 1; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--slate-dark); font-size: 9px; font-weight: 900; letter-spacing: .08em; animation: loader-pulse 1.35s ease-in-out infinite; }
.modern-loader h3 { margin-top: 17px; color: var(--ink); font-size: 17px; }
.modern-loader p { max-width: 245px; margin: 6px 0 0; color: var(--text); font-size: 9.5px; line-height: 1.5; }
@keyframes loader-spin { to { transform: rotate(360deg); } }
@keyframes loader-pulse { 50% { transform: scale(.92); opacity: .8; } }
@media (prefers-reduced-motion: reduce) { .loader-ring, .loader-core { animation: none; } }
.calendar-card { border-radius: 22px; padding: 13px; }
.availability-head { display: flex; align-items: center; justify-content: space-between; padding: 1px 2px 9px; color: var(--text); font-size: 8px; }
.availability-head strong { color: var(--ink); font-size: 10px; }
.availability-head span { display: flex; align-items: center; gap: 4px; }
.availability-swatch { width: 8px; height: 8px; border-radius: 3px; margin-left: 4px; }
.availability-swatch.open { background: #edf7f2; border: 1px solid #b9dacc; }
.availability-swatch.unavailable { background: #e6e9eb; border: 1px solid #c8cfd3; }
.availability-swatch.booked { background: var(--slate); }
.availability-swatch.owner { background: var(--gold); }
.month-window-back-bar { position: sticky; top: 0; z-index: 12; min-height: 42px; display: flex; align-items: center; justify-content: space-between; padding: 7px 19px; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(220,227,232,.8); box-shadow: 0 8px 18px rgba(36,48,66,.055); backdrop-filter: blur(10px); }
.month-window-back-bar .calendar-today-action { margin-top: 0; }
.month-window-back { min-width: 66px; min-height: 28px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; padding: 0 10px; color: var(--slate-dark); border: 1px solid var(--line); border-radius: 999px; background: #fff; box-shadow: 0 3px 9px rgba(43,53,69,.08); font-size: 9px; font-weight: 850; line-height: 1; touch-action: manipulation; }
.month-window-back span { font-size: 14px; line-height: 1; }
.month-window-back:active { background: var(--gold-soft); transform: scale(.97); }
.month-stream-shell { position: relative; width: 100%; min-width: 0; max-width: 100%; margin: 0; overflow: hidden; background: #fff; }
.month-stream-legend { min-height: 42px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 14px 14px 0 0; background: #fff; display: flex; align-items: center; justify-content: space-between; color: var(--text); font-size: 8px; }
.month-stream-legend strong { max-width: 45%; overflow: hidden; color: var(--ink); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.month-stream-legend span { display: flex; align-items: center; gap: 4px; }
.month-stream { width: 100%; min-width: 0; max-width: 100%; min-height: 100%; padding: 0; overflow-x: hidden; touch-action: pan-y; background: #fff; }
.month-stream-calendar { width: 100%; min-width: 0; max-width: 100%; margin: 0; padding: 14px 12px 24px; overflow: hidden; border-radius: 0; border-bottom: 1px solid var(--line); background: #fff; box-shadow: none; scroll-margin-top: 128px; }
.stream-month-title { min-height: 35px; display: flex; align-items: center; justify-content: space-between; padding: 1px 2px 8px; }
.stream-month-title h2 { font-size: 18px; }
.stream-month-title span { color: var(--gold-dark); font-size: 8px; font-weight: 800; }
.month-stream-hint { padding: 8px 12px; border: 1px solid var(--line); border-radius: 0 0 14px 14px; background: #fff; color: var(--text); font-size: 8px; text-align: center; }
.stream-loading { min-height: 44px; display: grid; place-items: center; color: var(--text); font-size: 9px; }
.stream-loading.error { color: #945f45; }
.month-data-gate { position: fixed; inset: 25px 0 70px; z-index: 8; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px; background: #fff; text-align: center; }
.month-data-gate.is-edge { inset: auto auto 88px 50%; width: 42px; height: 42px; min-height: 0; padding: 0; border: 0; border-radius: 50%; background: transparent; box-shadow: none; backdrop-filter: none; transform: translateX(-50%); }
.month-data-gate.is-hidden { display: none; }
.month-edge-loader { min-height: 62px; display: flex; align-items: center; justify-content: center; gap: 9px; border-bottom: 1px solid var(--line); background: #fff; color: var(--slate); font-size: 9px; }
.month-edge-loader.is-hidden { display: none; }
.month-edge-loader .month-gate-spinner { width: 24px; height: 24px; border-width: 2px; }
.month-edge-loader strong { font-size: 8.5px; }
.month-data-gate.is-edge strong,
.month-data-gate.is-edge small { display: none; }
.month-data-gate.is-error { background: rgba(255,255,255,.91); color: #945f45; }
.month-data-gate strong { margin-top: 12px; color: var(--ink); font: 400 16px/1.2 Georgia, "Times New Roman", serif; }
.month-data-gate small { max-width: 230px; margin-top: 5px; color: var(--text); font-size: 8.5px; line-height: 1.45; }
.state-retry { min-height: 34px; margin-top: 7px; padding: 0 14px; color: white; border: 0; border-radius: 9px; background: var(--slate); font-size: 8px; font-weight: 850; cursor: pointer; }
.month-gate-spinner { width: 30px; height: 30px; border: 3px solid rgba(73,83,105,.12); border-top-color: var(--slate-dark); border-right-color: var(--gold); border-radius: 50%; animation: loader-spin .72s linear infinite; filter: drop-shadow(0 3px 5px rgba(36,48,66,.2)); }
@media (prefers-reduced-motion: reduce) { .month-gate-spinner { animation: none; } }
.month-weekdays { width: 100%; min-width: 0; max-width: 100%; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); overflow: hidden; border-bottom: 1px solid #e3e8e8; }
.month-weekdays span { padding: 6px 0 8px; color: var(--text); font-size: 7px; font-weight: 850; text-align: center; }
.month-weeks { width: 100%; min-width: 0; max-width: 100%; border-left: 1px solid #e7ecec; overflow: hidden; }
.month-week-row { position: relative; width: 100%; min-width: 0; max-width: 100%; min-height: var(--week-height, 68px); display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); grid-template-rows: var(--week-height, 68px); overflow: hidden; }
.month-day { position: relative; grid-row: 1; min-width: 0; padding: 7px 5px; border: 0; border-right: 1px solid #e7ecec; border-bottom: 1px solid #e7ecec; appearance: none; background: #fff; color: #20272d; cursor: pointer; display: flex; align-items: flex-start; justify-content: flex-start; line-height: 1; text-align: left; }
.month-day > span { position: absolute; top: 7px; left: 5px; z-index: 4; display: block; width: auto; height: auto; background: transparent; color: #20272d; font-size: 9px; font-weight: 800; pointer-events: none; }
.month-day-min-stay { position: absolute; top: 7px; right: 5px; left: auto; z-index: 4; max-width: calc(100% - 27px); overflow: hidden; color: #647081; font-size: 6.8px; font-weight: 850; letter-spacing: -.02em; line-height: 1; white-space: nowrap; pointer-events: none; display: inline-flex; align-items: center; justify-content: flex-end; gap: 2px; }
.month-day-min-stay svg { width: 7.5px; height: 7.5px; flex: 0 0 7.5px; fill: currentColor; }
.month-day.is-unavailable .month-day-min-stay { color: #7a838a; }
.month-day-rate { position: absolute; top: 28px; right: 3px; left: 3px; z-index: 4; overflow: hidden; color: #354052; font-size: 7.4px; font-weight: 800; letter-spacing: -.025em; line-height: 8px; text-align: center; text-overflow: ellipsis; white-space: nowrap; pointer-events: none; }
.month-day.is-unavailable .month-day-rate { color: #59636d; }
.month-day-blocked { position: absolute; top: 25px; left: 5px; z-index: 4; color: #606a72; font-size: 6px; font-weight: 900; letter-spacing: .02em; text-transform: uppercase; pointer-events: none; }
.month-day.is-outside { background: #fafbfb; }
.month-day.is-open { background: #fbfdfc; }
.month-day.is-unavailable { background: #e7eaeb; }
.month-day.is-selected { background: var(--gold-soft); box-shadow: inset 0 0 0 1px var(--gold); }
.month-day.is-selected > span { color: var(--gold-dark); }
.month-day.is-today { box-shadow: inset 0 0 0 2px var(--gold-dark); }
.month-day.is-today > span { color: #20272d; }
.month-booking { position: absolute; left: calc(var(--visual-left) + 2px); top: calc(48px + var(--lane, 0) * 35px); z-index: 5; width: calc(var(--visual-width) - 4px); height: 31px; min-width: 0; margin: 0; padding: 0 4px 0 8px; border: 0; border-radius: 16px; color: white; cursor: pointer; display: flex; align-items: center; gap: 4px; overflow: hidden; box-shadow: 0 2px 6px rgba(43,53,69,.15); }
.month-booking.guest-booking { background: var(--slate-dark); }
.month-booking.owner-booking { background: var(--gold-dark); }
.month-booking.has-conflict { box-shadow: 0 2px 6px rgba(43,53,69,.15), inset 0 0 0 1px rgba(183,58,48,.16); }
.month-booking.continues-before { margin-left: 0; border-top-left-radius: 2px; border-bottom-left-radius: 2px; }
.month-booking.continues-after { margin-right: 0; border-top-right-radius: 2px; border-bottom-right-radius: 2px; }
.month-booking .channel-logo { width: 23px; height: 23px; padding: 2px; flex: 0 0 23px; margin-left: auto; border: 0; border-radius: 50%; color: currentColor; background: white; box-shadow: 0 1px 3px rgba(30,45,60,.18); }
.month-booking .booking-copy strong { font-size: 7.4px; }
.month-booking .channel-mark { width: 18px; height: 18px; color: inherit; background: transparent; }
.month-booking .channel-name { display: none; }
.month-booking .channel-logo svg { width: 12px; height: 12px; fill: currentColor; }
.month-booking .channel-airbnb { color: #ff5a5f; }
.month-booking .channel-booking-com { color: #1976d2; }
.month-booking .channel-vrbo { color: #3f2c73; }
.month-booking .channel-expedia { color: #d89400; }
.month-booking .channel-homes-villas { color: #9a7a42; }
.month-booking .channel-direct { color: var(--green); }
.month-booking .channel-owner-stay { color: var(--gold-dark); }
.month-conflict-marker { position: absolute; left: calc(var(--visual-left) + 2px); top: calc(48px + var(--conflict-lane, 0) * 31px); z-index: 6; width: calc(var(--visual-width) - 4px); height: 25px; min-width: 74px; margin: 0; padding: 0 3px 0 7px; overflow: hidden; display: flex; align-items: center; gap: 3px; color: #9d2f27; border: 1px solid #d9685e; border-radius: 13px; background: repeating-linear-gradient(135deg, #fff4f2 0, #fff4f2 5px, #fbe2df 5px, #fbe2df 9px); box-shadow: 0 2px 6px rgba(138,45,37,.14); cursor: pointer; }
.month-conflict-marker .conflict-logos .channel-logo { width: 18px; height: 18px; }
.month-conflict-marker .conflict-logos .channel-expedia-group { width: 32px; }
.month-conflict-marker .conflict-logos .channel-mark { width: 14px; height: 14px; }
.month-conflict-marker .conflict-logos .channel-expedia-group .channel-mark { width: 27px; }
.month-window .month-day,
.month-window .month-day.is-outside,
.month-window .month-day.is-selected { background: #fff; }
.month-window .month-day.is-unavailable { background: #e7eaeb; }
.month-window .month-day.is-today { box-shadow: inset 0 0 0 2px var(--gold-dark); }
.month-window .month-day.is-today > span { color: #20272d; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.marker { position: absolute; width: 14px; height: 3px; border-radius: 2px; left: calc(50% - 7px); bottom: 6px; background: var(--blue); }
.marker.green { background: var(--green); }
.marker.taupe { background: var(--taupe); }
.legend { display: flex; justify-content: space-between; border-top: 1px solid var(--line); margin-top: 9px; padding-top: 11px; font-size: 7.5px; color: var(--text); }
.legend span { display: inline-flex; align-items: center; gap: 4px; }
.legend-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; }
.selected-head, .results-head { display: flex; justify-content: space-between; align-items: center; margin: 23px 0 11px; }
.selected-head h2 { font-size: 18px; }
.selected-head span, .results-head { color: var(--text); font-size: 9px; }
.reservation-pagination { display: grid; grid-template-columns: minmax(74px, 1fr) auto minmax(74px, 1fr); align-items: center; gap: 10px; margin: 16px 0 4px; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.reservation-pagination button { min-height: 38px; border: 0; border-radius: 11px; background: var(--slate); color: white; font-size: 9px; font-weight: 850; }
.reservation-pagination button:disabled { background: #e7eceb; color: #99a19f; }
.reservation-pagination span { color: var(--ink); font-size: 9px; font-weight: 850; text-align: center; white-space: nowrap; }
.reservation-pagination small { display: block; margin-top: 2px; color: var(--text); font-size: 7px; font-weight: 650; }
.search { height: 45px; border: 1px solid var(--line); border-radius: 15px; background: white; color: #8b9293; display: flex; align-items: center; padding: 0 14px; gap: 8px; font-size: 12px; margin-top: 6px; box-shadow: 0 8px 20px rgba(36,48,66,.045); }
.search input { min-width: 0; width: 100%; height: 100%; padding: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font: 500 11px/1.2 Roboto, system-ui, sans-serif; }
.search input::placeholder { color: #969d9e; }
.filters { display: flex; gap: 7px; margin-top: 13px; overflow-x: auto; scrollbar-width: none; }
.filters::-webkit-scrollbar { display: none; }
.reservation-filter-scope { margin: 7px 2px 0; color: var(--text); font-size: 7px; line-height: 1.35; }
.filter { border: 1px solid var(--line); background: white; color: var(--text); border-radius: 99px; padding: 8px 14px; font-size: 10px; font-weight: 700; cursor: pointer; }
.filter.is-active { background: var(--slate); color: white; border-color: var(--slate); }
.channel-filter { position: relative; min-height: 49px; display: flex; align-items: center; gap: 10px; margin-top: 10px; padding: 8px 38px 8px 13px; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: white; box-shadow: 0 8px 20px rgba(36,48,66,.045); cursor: pointer; }
.channel-filter-logo { width: 31px; height: 31px; flex: 0 0 31px; display: grid; place-items: center; pointer-events: none; }
.channel-filter-logo .channel-logo { width: 31px; height: 31px; margin: 0; }
.channel-filter-logo .channel-logo .channel-name { display: none; }
.channel-filter-logo .channel-mark { width: 31px; height: 31px; }
.channel-filter-logo.all-channels { width: auto; flex: 0 0 auto; display: flex; align-items: center; gap: var(--channel-logo-gap, 5px); transform: translateX(var(--channel-logo-offset-x, 0)); }
.channel-filter-logo.all-channels .channel-logo { position: static; width: 22px; height: 22px; border: 1px solid #e1e7e4; box-shadow: 0 2px 7px rgba(36,48,66,.12); }
.channel-filter-logo.all-channels .channel-mark { width: 18px; height: 18px; }
.channel-filter > span { min-width: 0; display: grid; gap: 2px; pointer-events: none; }
.channel-filter small { color: var(--blue); font-size: 6.5px; font-weight: 850; letter-spacing: 1.15px; }
.channel-filter strong { overflow: hidden; color: var(--ink); font-size: 10.5px; text-overflow: ellipsis; white-space: nowrap; }
.channel-filter select { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.channel-filter > i { position: absolute; right: 14px; color: var(--gold-dark); font-size: 18px; font-style: normal; pointer-events: none; }
.channel-filter-buttons { display: grid; gap: 6px; margin-top: 10px; padding: 9px 12px; border: 1px solid var(--line); border-radius: var(--design-control-radius, 14px); background: white; box-shadow: 0 8px 20px rgba(36,48,66,.045); }
.channel-filter-buttons > span { color: var(--blue); font-size: 6.5px; font-weight: 850; letter-spacing: 1.15px; }
.channel-filter-buttons > div { min-width: 0; display: grid; grid-template-columns: repeat(var(--channel-count, 1), minmax(22px, 1fr)); align-items: center; gap: min(var(--channel-logo-gap, 5px), 5px); overflow: hidden; }
.channel-filter-buttons > div::-webkit-scrollbar { display: none; }
.channel-filter-buttons > small { color: var(--text); font-size: 8px; font-weight: 700; }
.channel-filter-button { width: min(31px, 100%); height: 31px; min-width: 0; justify-self: center; display: grid; place-items: center; padding: 3px; border: 1px solid #dce3e1; border-radius: 9px; background: #f7f8f7; box-shadow: none; cursor: pointer; filter: grayscale(1); opacity: .58; transition: filter .15s ease, opacity .15s ease, background .15s ease, border-color .15s ease; }
.channel-filter-button .channel-logo, .channel-filter-button .channel-mark { width: 23px; height: 23px; margin: 0; }
.channel-filter-button .channel-name { display: none; }
.channel-filter-button.is-active { border-color: var(--slate); background: var(--slate); filter: none; opacity: 1; }
.channel-filter-button.is-active .channel-logo { background: white; border-radius: 6px; }
html[data-design-channel-frame="light"] .channel-filter-button.is-active { border-color: #d6dfdd; background: #f3f6f5; }
html[data-design-channel-frame="light"] .channel-filter-button.is-active .channel-logo { background: transparent; }
html[data-design-channel-frame="none"] .channel-filter-button,
html[data-design-channel-frame="none"] .channel-filter-button.is-active { border-color: transparent; background: transparent; }
html[data-design-channel-frame="none"] .channel-filter-button.is-active .channel-logo { background: transparent; }
.reservation-card { border: 0; width: 100%; padding: 15px; text-align: left; margin-bottom: 11px; cursor: pointer; touch-action: manipulation; border-radius: 22px; content-visibility: auto; contain-intrinsic-block-size: 185px; }
.mobile-build-id { margin: 18px 0 4px; color: var(--text); font-size: 8px; font-weight: 750; letter-spacing: .05em; text-align: center; }
.reservation-card.owner-reservation { box-shadow: inset 3px 0 var(--gold), 0 8px 20px rgba(36,48,66,.065); }
.res-top { display: flex; align-items: center; }
.reservation-card .property-thumb { width: 52px; height: 52px; border-radius: 15px; font-size: 12px; }
.reservation-card .reservation-copy { margin-left: 13px; }
.badge { background: var(--green-soft); color: var(--slate); border-radius: 99px; padding: 5px 8px; font-size: 8px; font-weight: 800; margin-left: auto; }
.stay { display: flex; align-items: center; background: var(--mist); border-radius: 13px; padding: 11px; margin-top: 13px; gap: 12px; }
.stay label, .detail label { display: block; color: var(--text); font-size: 7px; letter-spacing: 1px; font-weight: 800; }
.stay strong { display: block; font-size: 12px; margin-top: 3px; }
.nights { margin-left: auto; background: white; border-radius: 99px; padding: 5px 8px; color: var(--text); font-size: 8px; }
.reservation-card-financial { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 2px 10px; margin-top: 10px; padding: 9px 11px; border: 1px solid #dbe5e1; border-radius: 12px; background: #f7faf9; }
.reservation-card-financial span { color: var(--blue); font-size: 7px; font-weight: 850; letter-spacing: .85px; }
.reservation-card-financial strong { color: var(--ink); font-size: 11px; text-align: right; }
.reservation-card-financial small { grid-column: 1 / -1; color: var(--text); font-size: 7px; text-align: right; }
.reservation-card-financial .reservation-card-financial-action { color: var(--slate); font-weight: 800; letter-spacing: .15px; }
.reservation-card-financial-action i { display: inline-block; margin-left: 3px; color: var(--gold-dark); font-style: normal; transition: transform .16s ease; }
.reservation-card:active .reservation-card-financial-action i { transform: translateX(2px); }
.reservation-card-financial.is-error { border-color: #ead6d2; background: #fbf5f3; }
.reservation-card-financial.is-error strong, .reservation-card-financial.is-error small { color: #9a493f; }
.res-foot { display: flex; justify-content: space-between; color: var(--text); font-size: 9px; margin-top: 12px; }
.res-foot strong { color: var(--ink); font-size: 11px; }
.module-row { border: 0; width: 100%; padding: 13px; display: flex; align-items: center; text-align: left; margin-bottom: 9px; cursor: pointer; }
.module-row .module-icon { flex: 0 0 auto; }
.module-row .module-copy { flex: 1; margin-left: 11px; }
.module-row strong { margin-top: 0; font-size: 13px; }
.settings-section { margin-top: 20px; }
.settings-kicker { margin: 0 2px 8px; color: var(--blue); font-size: 8px; font-weight: 900; letter-spacing: 1.3px; }
.settings-row { width: 100%; min-height: 82px; display: flex; align-items: center; gap: 12px; padding: 14px; border: 0; border-radius: 19px; background: #fff; box-shadow: 0 8px 20px rgba(36,48,66,.065); color: var(--ink); text-align: left; cursor: pointer; }
.settings-row + .settings-row { margin-top: 9px; }
.settings-row:disabled { cursor: wait; opacity: .72; }
.sign-out-row strong { color: #9a493f; }
.sign-out-row .settings-icon { color: #9a493f; background: #f8ece9; }
.settings-row > span:nth-child(2) { min-width: 0; flex: 1; }
.settings-row strong, .settings-row small { display: block; }
.settings-row strong { font-size: 13px; }
.settings-row small { margin-top: 4px; color: var(--text); font-size: 9px; line-height: 1.35; }
.settings-row > b { color: #98a0a1; font-size: 22px; font-weight: 400; }
.settings-icon { width: 39px; height: 39px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 13px; background: var(--blue-soft); color: var(--slate); font-size: 18px; font-weight: 800; }
.settings-status { display: flex !important; align-items: center; gap: 5px; margin-top: 8px; color: var(--text); font-size: 8px !important; font-weight: 800; }
.settings-status i { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--taupe); }
.settings-status.is-connected { color: var(--green); }
.settings-status.is-connected i { background: #58a087; box-shadow: 0 0 0 3px rgba(88,160,135,.12); }
.settings-status.is-error { color: #945f45; }
.settings-status.is-error i { background: #ba7250; }
.support { background: var(--slate); color: white; border-radius: 22px; padding: 19px; margin-top: 13px; }
.support .tiny { color: #cde4dc; }
.support h2 { font-size: 22px; margin-top: 6px; }
.support p { opacity: .75; font-size: 11px; line-height: 1.55; }
.support-intro { max-width: 310px; }
.support-back { margin: 0 0 9px -3px; padding: 2px 3px; border: 0; background: transparent; color: var(--slate); font-size: 18px; cursor: pointer; }
.support-back span { margin-left: 2px; font-size: 9px; font-weight: 800; vertical-align: 2px; }
.support-hero { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 14px; align-items: start; margin-top: 19px; padding: 19px; border-radius: 22px; background: var(--slate); color: #fff; box-shadow: 0 12px 28px rgba(48,59,77,.16); }
.support-hero-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 15px; background: rgba(255,255,255,.12); }
.support-hero-icon svg { width: 25px; height: 25px; fill: none; stroke: #fff; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.support-hero .tiny { color: #cde4dc; }
.support-hero h2 { margin: 5px 0 6px; color: #fff; font-size: 22px; }
.support-hero p { margin: 0; color: rgba(255,255,255,.72); font-size: 10px; line-height: 1.55; }
.support-form-card { margin-top: 13px; padding: 17px; border-radius: 22px; background: #fff; box-shadow: 0 8px 22px rgba(36,48,66,.07); }
.support-form-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.support-form-heading .tiny { color: var(--blue); }
.support-form-heading h3 { margin: 4px 0 0; font-size: 18px; }
.support-response { display: flex; align-items: center; gap: 5px; padding: 5px 8px; border-radius: 999px; background: var(--green-soft); color: var(--green); font-size: 8px; font-weight: 800; }
.support-response i { width: 6px; height: 6px; border-radius: 50%; background: #58a087; }
.hubspot-support-form { min-height: 190px; margin-top: 14px; display: grid; place-items: center; border: 1px dashed #ccd6d6; border-radius: 16px; background: linear-gradient(145deg, #f8faf9, #f1f5f4); overflow: hidden; }
.hubspot-placeholder { max-width: 220px; padding: 24px 16px; text-align: center; }
.hubspot-placeholder > span { width: 38px; height: 38px; margin: 0 auto 9px; display: grid; place-items: center; border-radius: 12px; background: var(--blue-soft); color: var(--slate); font-size: 18px; }
.hubspot-placeholder strong, .hubspot-placeholder small { display: block; }
.hubspot-placeholder strong { color: var(--ink); font-size: 12px; }
.hubspot-placeholder small { margin-top: 5px; color: var(--text); font-size: 9px; line-height: 1.45; }
.support-context { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 11px; align-items: start; margin: 13px 0 7px; padding: 15px; border-radius: 18px; background: rgba(205,228,220,.33); }
.support-context-icon { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 10px; background: #fff; color: var(--green); font-size: 13px; font-weight: 900; }
.support-context strong { color: var(--ink); font-size: 11px; }
.support-context p { margin: 4px 0 0; color: var(--text); font-size: 9px; line-height: 1.45; }
.faq-preview-card { display: grid; gap: 8px; margin-top: 18px; padding: 16px; border-radius: 20px; background: var(--white); box-shadow: 0 8px 22px rgba(36,48,66,.07); }
.faq-preview-card > .tiny { color: var(--blue); }
.faq-preview-card button { display: grid; gap: 4px; padding: 11px 12px; color: var(--ink); border: 0; border-radius: 12px; background: var(--mist); text-align: left; }
.faq-preview-card small, .faq-preview-chat article > span, .faq-preview-chat label > span { color: var(--blue); font-size: 7px; font-weight: 900; letter-spacing: 1px; }
.faq-preview-card strong { font-size: 11px; }
.faq-preview-chat { display: grid; gap: 10px; margin-top: 12px; padding: 16px; border-radius: 20px; background: var(--white); box-shadow: 0 8px 22px rgba(36,48,66,.07); }
.faq-preview-chat article { width: 86%; padding: 12px; border-radius: 14px; background: var(--mist); }
.faq-preview-chat article.user { justify-self: end; color: white; background: var(--slate); }
.faq-preview-chat article.user > span { color: rgba(255,255,255,.7); }
.faq-preview-chat article p { margin: 5px 0 0; font-size: 9px; line-height: 1.45; }
.faq-preview-chat label { display: grid; gap: 7px; margin-top: 4px; }
.faq-preview-chat textarea { min-height: 62px; padding: 10px; resize: none; color: var(--ink); border: 1px solid var(--line); border-radius: 12px; background: #fff; font: inherit; }
.faq-preview-chat button { min-height: 39px; color: white; border: 0; border-radius: 11px; background: var(--slate); font-size: 9px; font-weight: 850; }
.message-ready { margin-top: 22px; padding: 30px 21px; border-radius: 24px; background: #fff; box-shadow: 0 10px 26px rgba(36,48,66,.07); text-align: center; }
.message-ready-icon { width: 60px; height: 60px; margin: 0 auto 15px; display: grid; place-items: center; border-radius: 19px; background: var(--blue-soft); color: var(--slate); }
.message-ready-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.message-ready .tiny { color: var(--blue); }
.message-ready h2 { margin: 6px 0 7px; font-size: 23px; }
.message-ready p { max-width: 270px; margin: 0 auto; color: var(--text); font-size: 10px; line-height: 1.55; }
.primary { border: 0; background: white; color: var(--slate); border-radius: 10px; height: 45px; width: 100%; font-size: 11px; font-weight: 800; margin-top: 11px; cursor: pointer; }
.sheet-wrap[hidden], .sheet-wrap:empty { display: none !important; }
.sheet-wrap { position: absolute; inset: 0; z-index: 20; display: flex; align-items: flex-end; overflow: hidden; overscroll-behavior: none; touch-action: none; background: rgba(28,34,42,.42); }
.device:has(.sheet-wrap:not([hidden]):not(:empty)) .screen { overflow-y: auto; overscroll-behavior: none; touch-action: none; pointer-events: none; }
.sheet { position: relative; width: 100%; max-height: calc(100% - 18px); overflow-y: auto; overscroll-behavior: contain; touch-action: pan-y; background: white; border-radius: 28px 28px 0 0; padding: 10px 21px max(28px, env(safe-area-inset-bottom)); animation: rise .2s ease-out; }
@keyframes rise { from { transform: translateY(30px); opacity: .7; } }
.handle { width: 41px; height: 4px; border-radius: 3px; background: var(--line); margin: 0 auto 20px; }
.sheet-head { display: flex; justify-content: space-between; align-items: start; }
.sheet h2 { font-size: 27px; margin-top: 4px; }
.sheet-property { max-width: 280px; margin: 5px 0 0; color: var(--text); font-size: 10px; line-height: 1.35; }
.close { width: 34px; height: 34px; border: 0; border-radius: 50%; background: var(--mist); color: var(--text); font-size: 22px; cursor: pointer; }
.detail { border-top: 1px solid var(--line); padding-top: 14px; margin-top: 16px; }
.booking-summary { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.detail strong { display: block; font-size: 14px; margin-top: 4px; }
.detail small { display: block; color: var(--text); font-size: 9px; margin-top: 3px; }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.detail .money { font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.conflict-kicker { color: #b63d33; }
.conflict-summary { display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; align-items: center; gap: 10px; margin-top: 16px; padding: 12px; color: #9d2f27; border: 1px solid #edc2bd; border-radius: 15px; background: repeating-linear-gradient(135deg, #fff7f5 0, #fff7f5 7px, #fce9e6 7px, #fce9e6 11px); }
.conflict-summary > span { width: 30px; height: 30px; display: grid; place-items: center; color: white; border-radius: 50%; background: #c94a3d; font-size: 16px; font-weight: 900; }
.conflict-summary strong, .conflict-summary small { display: block; }
.conflict-summary strong { font-size: 11px; }
.conflict-summary small { margin-top: 3px; color: #765d5a; font-size: 8px; line-height: 1.35; }
.conflict-summary-logos { display: flex; align-items: center; justify-content: flex-end; }
.conflict-summary-logos .channel-logo { margin-left: -5px; }
.conflict-summary-logos .channel-name { display: none; }
.conflict-detail-list { display: grid; gap: 8px; margin-top: 13px; }
.conflict-detail-card { width: 100%; min-height: 57px; display: flex; align-items: center; gap: 10px; padding: 10px 11px; color: inherit; border: 1px solid var(--line); border-radius: 14px; background: white; text-align: left; cursor: pointer; }
.conflict-detail-card > span:first-child { min-width: 0; flex: 1; }
.conflict-detail-card b, .conflict-detail-card small { display: block; }
.conflict-detail-card b { overflow: hidden; font-size: 10px; white-space: nowrap; text-overflow: ellipsis; }
.conflict-detail-card small { margin-top: 4px; color: var(--text); font-size: 7.5px; }
.conflict-detail-card .channel-name { display: none; }
.conflict-notice { color: #8b382f; background: #fff5f2; }
.settings-primary { color: white; background: var(--slate); }
.settings-primary:disabled { color: #8b9293; background: #edf1f1; cursor: not-allowed; }
.connection-detail { min-height: 73px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 11px; padding: 14px 0; border-top: 1px solid var(--line); }
.connection-detail:first-of-type { margin-top: 17px; }
.connection-detail strong, .connection-detail small { display: block; }
.connection-detail strong { font-size: 13px; }
.connection-detail small { margin-top: 4px; color: var(--text); font-size: 9px; line-height: 1.35; }
.connection-detail > b { color: var(--text); font-size: 9px; }
.connection-mark { width: 12px; height: 12px; border-radius: 50%; background: var(--taupe); box-shadow: 0 0 0 5px rgba(194,189,182,.14); }
.connection-mark.is-connected { background: #58a087; box-shadow: 0 0 0 5px rgba(88,160,135,.12); }
.connection-mark.is-error { background: #ba7250; box-shadow: 0 0 0 5px rgba(186,114,80,.12); }
.property-search-sheet { max-height: min(82%, 680px); display: flex; flex-direction: column; overflow: hidden; }
.property-search-input { min-height: 47px; display: flex; align-items: center; gap: 9px; margin-top: 15px; padding: 0 13px; border: 1px solid #d9e1e2; border-radius: 14px; background: #f8fbfb; color: #899294; box-shadow: 0 5px 14px rgba(36,48,66,.045); touch-action: manipulation; }
.property-search-input:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(107,129,158,.13); }
.property-search-input input { min-width: 0; width: 100%; height: 45px; border: 0; outline: 0; background: transparent; color: var(--ink); font: 600 12px/1.2 Roboto, system-ui, sans-serif; }
.property-search-input input::placeholder { color: #929b9c; }
.property-search-results { min-height: 0; overflow-y: auto; overscroll-behavior: contain; margin: 12px -3px 0; padding: 0 3px 12px; scrollbar-width: none; touch-action: pan-y; -webkit-overflow-scrolling: touch; }
.property-search-results::-webkit-scrollbar { display: none; }
.property-search-option { width: 100%; min-height: 61px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 9px 8px; border: 0; border-bottom: 1px solid var(--line); background: #fff; color: var(--ink); text-align: left; cursor: pointer; touch-action: manipulation; }
.property-search-option.is-selected { background: var(--green-soft); }
.property-search-option > span:nth-child(2) { min-width: 0; }
.property-search-option strong, .property-search-option small { display: block; }
.property-search-option strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.property-search-option small { margin-top: 4px; color: var(--text); font-size: 8px; }
.property-search-option > b, .property-search-tail > b { color: var(--green); font-size: 14px; }
.property-search-option .property-thumb { width: 38px; height: 38px; }
.property-search-tail { display: flex !important; align-items: center; justify-content: flex-end; gap: 8px; }
.property-search-tail .property-channel-badges { gap: 5px; padding-left: 0; }
.property-search-tail .property-channel-badges .channel-logo { width: 23px; height: 23px; margin-left: 0; padding: 2px; }
.property-search-tail .property-channel-badges .channel-mark { width: 17px; height: 17px; }
.property-search-avatar { width: 38px; height: 38px; display: grid !important; place-items: center; border-radius: 11px; background: var(--slate); color: #fff; font-size: 8px; font-weight: 900; }
.property-search-empty { min-height: 130px; display: grid; place-items: center; align-content: center; gap: 5px; color: var(--text); text-align: center; }
.property-search-empty strong { color: var(--ink); font-size: 13px; }
.property-search-empty span { font-size: 9px; }
.module-hero { margin: 0 auto; width: 58px; height: 58px; border-radius: 19px; background: var(--blue-soft); color: var(--slate); display: grid; place-items: center; font-size: 26px; font-weight: 800; }
.center { text-align: center; }
.module-explainer { color: var(--text); font-size: 11.5px; line-height: 1.55; text-align: center; margin: 8px 0 0; }
.notice { background: var(--mist); border-radius: 15px; padding: 14px; margin-top: 17px; }
.notice strong { font-size: 10px; }
.notice p { color: var(--text); font-size: 9.5px; line-height: 1.5; margin: 4px 0 0; }
.sheet .primary { color: white; background: var(--slate); margin-top: 18px; }
.sheet-actions { display: grid; gap: 9px; margin-top: 18px; }
.sheet-actions .primary { margin-top: 0; }
.reservation-peek-wrap { bottom: 70px; background: rgba(28,34,42,.14); }
@media (max-width: 520px) {
  .reservation-peek-wrap[data-note-editor-active] {
    position: fixed;
    inset: var(--hostworks-note-viewport-top, 0px) 0 auto;
    height: var(--hostworks-note-viewport-height, 100svh);
    padding-bottom: var(--hostworks-note-bottom-gap, 70px);
    box-sizing: border-box;
  }
}
.reservation-peek-sheet { height: min(36%, 340px); min-height: 255px; max-height: 340px; padding: 18px 20px 16px; border: 1px solid rgba(211,220,219,.9); border-bottom: 0; box-shadow: 0 -18px 42px rgba(35,46,60,.18); animation: none; }
.reservation-peek-sheet[data-note-sheet] { height: min(76%, 680px); max-height: 680px; overflow-y: auto; }
.reservation-peek-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.reservation-peek-head h2 { margin-top: 5px; color: var(--ink); font-size: 23px; line-height: 1.05; }
.reservation-peek-head p { margin: 5px 0 0; color: var(--text); font-size: 9px; line-height: 1.35; }
.reservation-peek-summary { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 13px; padding: 9px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reservation-peek-channel .channel-logo { margin: 0; }
.reservation-peek-channel .channel-mark { width: 24px; height: 24px; border-radius: 7px; }
.reservation-peek-channel .channel-logo svg { width: 14px; height: 14px; }
.reservation-peek-channel .channel-name { color: var(--ink); font-size: 10px; }
.reservation-status-pill { padding: 6px 9px; border-radius: 999px; background: var(--green-soft); color: var(--green); font-size: 8px; font-weight: 850; }
.reservation-peek-dates { display: grid; grid-template-columns: 1fr auto 1fr .55fr; align-items: end; gap: 10px; padding-top: 13px; }
.reservation-peek-dates label { display: block; color: var(--blue); font-size: 7px; letter-spacing: 1px; font-weight: 850; }
.reservation-peek-dates strong { display: block; margin-top: 4px; color: var(--ink); font: 400 17px/1.1 Georgia, serif; }
.reservation-peek-dates > span { padding-bottom: 1px; color: var(--gold-dark); font-size: 16px; }
.reservation-peek-dates > div:last-child { padding-left: 7px; border-left: 1px solid var(--line); text-align: right; }
.reservation-financials { position: relative; display: block; margin-top: 14px; padding: 12px 13px; border: 1px solid var(--line); border-radius: 13px; background: #f8faf9; }
.reservation-financials label { display: block; color: var(--blue); font-size: 7px; letter-spacing: .9px; font-weight: 850; }
.reservation-financials strong { display: block; margin-top: 4px; color: var(--ink); font: 400 22px/1 Georgia, serif; }
.reservation-financials small, .reservation-financials > span { color: var(--text); font-size: 8px; line-height: 1.35; }
.reservation-financial-summary { display: grid; gap: 13px; }
.reservation-financial-headline { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.reservation-financial-headline > div { min-width: 0; }
.reservation-financial-headline label { font-size: 6px; letter-spacing: .7px; }
.reservation-financial-headline strong { font-size: clamp(13px, 3.7vw, 18px); line-height: 1.08; }
.reservation-financial-headline .is-owner-net { padding-left: 9px; border-left: 1px solid var(--line); }
.reservation-financial-breakdown { display: grid; gap: 7px; padding: 11px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reservation-financial-table-head, .reservation-financial-line { display: grid; grid-template-columns: minmax(0, 1fr) minmax(58px, .42fr) minmax(58px, .42fr); align-items: baseline; gap: 8px; }
.reservation-financial-table-head label { min-width: 0; }
.reservation-financial-table-head span { color: var(--blue); font-size: 6px; letter-spacing: .6px; font-weight: 850; text-align: right; }
.reservation-financial-line span { min-width: 0; color: var(--text); font-size: 9px; }
.reservation-financial-line strong { margin: 0; font: 750 9px/1.2 Inter, sans-serif; white-space: nowrap; text-align: right; }
.reservation-financial-line strong.is-expense { color: #9d4b49; }
.reservation-financial-line strong.is-revenue { color: #59766c; }
.reservation-financial-total { display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.reservation-financial-total strong { text-align: right; }
.reservation-financial-total.is-owner-net strong { font-weight: 600; }
.reservation-financial-note { display: block; margin-top: 11px; text-align: left; }
.reservation-financial-refresh { position: absolute; top: 9px; right: 9px; width: 14px; height: 14px; display: grid; place-items: center; pointer-events: none; }
.reservation-financial-refresh-spinner { width: 14px; height: 14px; border: 2px solid rgba(73,83,105,.16); border-top-color: var(--slate); border-radius: 50%; animation: loader-spin .75s linear infinite; }
@media (prefers-reduced-motion: reduce) { .reservation-financial-refresh-spinner { animation: none; } }
@media (max-width: 390px) {
  .reservation-financial-headline { grid-template-columns: 1fr 1fr; }
  .reservation-financial-headline .is-owner-net { grid-column: 1 / -1; padding: 9px 0 0; border-left: 0; border-top: 1px solid var(--line); }
}
.reservation-peek-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 12px; }
.reservation-peek-actions.reservation-modify-action { grid-template-columns: 1fr; }
.reservation-peek-actions .secondary-action, .reservation-peek-actions .danger-action { height: 34px; font-size: 9px; }
.reservation-notes { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line); }
.reservation-notes-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.reservation-notes-head strong { color: var(--ink); font: 400 17px/1.2 Georgia, "Times New Roman", serif; }
.reservation-notes-head button { padding: 6px 9px; color: var(--slate); border: 1px solid var(--line); border-radius: 9px; background: #fff; font-size: 8px; font-weight: 850; cursor: pointer; }
.reservation-notes-list { display: grid; gap: 7px; margin-top: 9px; }
.reservation-notes-list > span { padding: 10px 0; color: var(--text); font-size: 9px; }
.reservation-note { padding: 10px 11px; border: 1px solid var(--line); border-radius: 11px; background: #f8fbfb; }
.reservation-note p { margin: 0; color: var(--ink); font-size: 10px; line-height: 1.45; }
.reservation-note small { display: block; margin-top: 5px; color: var(--text); font-size: 7.5px; }
.reservation-note-form { display: grid; gap: 8px; margin-top: 10px; padding: 11px; border: 1px solid var(--line); border-radius: 11px; background: #f8fbfb; }
.reservation-note-form label { display: grid; gap: 6px; color: var(--blue); font-size: 7px; font-weight: 850; letter-spacing: 1px; }
.reservation-note-form textarea { width: 100%; resize: vertical; min-height: 74px; padding: 10px; color: var(--ink); border: 1px solid var(--line); border-radius: 9px; outline: 0; background: #fff; font: 500 10px/1.45 Roboto, system-ui, sans-serif; }
.reservation-note-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(107,129,158,.13); }
.reservation-note-save-hint { color: var(--text); font-size: 8px; line-height: 1.35; }
.reservation-note-form > p { min-height: 12px; margin: 0; color: #9d2f27; font-size: 8px; }
.reservation-note-form > div { position: sticky; z-index: 3; bottom: 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8px; padding-top: 8px; background: #f8fbfb; }
.reservation-note-form .secondary-action, .reservation-note-form .primary { height: 36px; margin-top: 0; font-size: 8.5px; }
.reservation-note-saved { min-height: 36px; margin: 10px 0 0; padding: 10px 11px; color: #355f51; border: 1px solid rgba(53,95,81,.25); border-radius: 11px; background: #f2f8f5; font-size: 9px; font-weight: 800; }
.reservation-peek-sheet[data-note-editor-open] .reservation-modify-action { visibility: hidden; pointer-events: none; }
.reservation-peek-sheet[data-note-editor-open] { height: min(76%, 680px); }
@media (max-width: 520px) {
  .reservation-peek-wrap[data-note-editor-active] .reservation-peek-sheet[data-note-editor-open] {
    height: auto;
    min-height: 0;
    max-height: calc(100% - 8px);
    padding-bottom: max(14px, env(safe-area-inset-bottom));
  }
}
.reservation-peek-sheet[data-note-editor-open] .reservation-peek-head,
.reservation-peek-sheet[data-note-editor-open] .reservation-peek-summary,
.reservation-peek-sheet[data-note-editor-open] .reservation-peek-dates,
.reservation-peek-sheet[data-note-editor-open] .reservation-financials,
.reservation-peek-sheet[data-note-editor-open] .reservation-notes-list { display: none; }
.reservation-peek-sheet[data-note-editor-open] .reservation-notes { margin-top: 0; padding-top: 0; border-top: 0; }
.reservation-peek-sheet[data-note-editor-open] .reservation-notes-head button { visibility: hidden; }
.reservation-peek-sheet[data-note-editor-open] .reservation-note-form { margin-top: 14px; }
.reservation-full-details { margin-top: 10px; }
.secondary-action { width: 100%; height: 43px; color: var(--slate); border: 1px solid #d9e1e2; border-radius: 10px; background: #fff; font-size: 11px; font-weight: 800; cursor: pointer; }
.danger-action { width: 100%; height: 43px; color: #a63b32; border: 1px solid #e5b9b4; border-radius: 10px; background: #fff7f5; font-size: 11px; font-weight: 850; cursor: pointer; }
.danger-action.is-solid { color: #fff; border-color: #b9473c; background: #b9473c; }
.danger-action:disabled { opacity: .6; cursor: wait; }
.danger-kicker { color: #a63b32; }
.cancel-owner-stay-notice { color: #7d302a; background: #fff5f2; }
.owner-stay-sheet { max-height: min(88%, 720px); overflow-y: auto; }
.owner-stay-form { display: grid; gap: 13px; margin-top: 18px; }
.owner-stay-field { display: grid; gap: 6px; color: var(--blue); font-size: 8px; font-weight: 850; letter-spacing: 1px; }
.owner-stay-field select, .owner-stay-field input { width: 100%; min-height: 46px; padding: 0 12px; border: 1px solid #d9e1e2; border-radius: 12px; outline: 0; color: var(--ink); background: #f8fbfb; font: 700 12px/1.2 Roboto, system-ui, sans-serif; }

/* Design Studio variables must win over component defaults on every screen. */
.card, .metric, .reservation-row, .reservation-card, .module-card, .calendar-card, .empty,
.reservation-peek-sheet,
.settings-row, .support, .support-hero, .support-form-card, .message-ready {
  border-radius: var(--design-card-radius);
}
.property-picker-control button, .search, .channel-filter, .calendar-view-toggle,
.property-search-input, .owner-stay-field select, .owner-stay-field input,
.secondary-action, .danger-action, .primary {
  border-radius: var(--design-control-radius);
}
.channel-filter-logo.all-channels .channel-logo {
  width: calc(var(--channel-logo-size) + 4px);
  height: calc(var(--channel-logo-size) + 4px);
}
.channel-filter-logo.all-channels .channel-mark,
.property-channel-badges .channel-mark {
  width: var(--channel-logo-size);
  height: var(--channel-logo-size);
}
.property-channel-badges .channel-logo {
  width: calc(var(--channel-logo-size) + 7px);
  height: calc(var(--channel-logo-size) + 7px);
}
.owner-stay-field select:focus, .owner-stay-field input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(107,129,158,.13); }
.owner-stay-hint { margin: 0; color: var(--text); font-size: 9px; line-height: 1.45; }
.owner-stay-message { min-height: 18px; margin: 0; color: #9d2f27; font-size: 9px; line-height: 1.4; }
.owner-stay-submit { margin-top: 0 !important; }
.owner-stay-submit:disabled { opacity: .6; cursor: wait; }
.reservation-edit-sheet { max-height: min(92%, 760px); overflow-y: auto; }
.reservation-edit-loading { min-height: 230px; display: grid; place-items: center; align-content: center; gap: 8px; text-align: center; }
.reservation-edit-loading strong { color: var(--ink); font: 400 20px/1.2 Georgia, serif; }
.reservation-edit-loading small { max-width: 260px; color: var(--text); font-size: 9px; line-height: 1.45; }
.reservation-edit-form { display: grid; gap: 14px; margin-top: 18px; }
.reservation-edit-dates, .reservation-edit-name { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.reservation-counts { margin: 0; padding: 0; border: 0; }
.reservation-counts legend { margin-bottom: 6px; color: var(--blue); font-size: 8px; font-weight: 850; letter-spacing: 1px; }
.reservation-counts > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.reservation-count-field { display: grid; gap: 5px; color: var(--text); font-size: 8px; font-weight: 750; }
.reservation-count-field input { width: 100%; min-width: 0; height: 43px; padding: 0 8px; color: var(--ink); border: 1px solid #d9e1e2; border-radius: 10px; outline: 0; background: #f8fbfb; font: 800 12px/1 Roboto, system-ui, sans-serif; text-align: center; }
.reservation-count-field input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(107,129,158,.13); }
.reservation-edit-notice { margin-top: 0; }

@media (max-width: 430px) {
  .reservation-edit-sheet { max-height: calc(100% - 18px); padding-bottom: calc(22px + env(safe-area-inset-bottom)); }
  .reservation-edit-dates, .reservation-edit-name { gap: 8px; }
  .reservation-counts > div { gap: 6px; }
  .reservation-count-field input { height: 46px; }
}
.calendar-display-sheet { max-height: min(78%, 620px); overflow-y: auto; }
.calendar-display-options { display: grid; gap: 9px; margin-top: 18px; }
.calendar-display-option { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 12px; color: var(--ink); border: 1px solid var(--line); border-radius: 12px; background: #f8fbfb; cursor: pointer; }
.calendar-display-option span { min-width: 0; display: grid; gap: 3px; }
.calendar-display-option strong { font-size: 11px; }
.calendar-display-option small { color: var(--text); font-size: 8px; line-height: 1.35; }
.calendar-display-option input { position: absolute; opacity: 0; pointer-events: none; }
.calendar-display-option i { position: relative; width: 37px; height: 22px; flex: 0 0 37px; border-radius: 999px; background: #d9dfe0; transition: background .16s ease; }
.calendar-display-option i::after { content: ''; position: absolute; top: 3px; left: 3px; width: 16px; height: 16px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(34,45,54,.2); transition: transform .16s ease; }
.calendar-display-option input:checked + i { background: var(--slate); }
.calendar-display-option input:checked + i::after { transform: translateX(15px); }
.calendar-display-actions { display: grid; grid-template-columns: 1fr 1.35fr; gap: 9px; margin-top: 16px; }
.calendar-display-actions .primary { height: 43px; margin-top: 0; }
.empty { padding: 25px; text-align: center; color: var(--text); font-size: 11px; }
.empty h3 { color: var(--ink); font-size: 17px; margin-bottom: 5px; }

.device.email-device { width: min(100vw, 760px); height: min(100%, 880px); grid-template-rows: minmax(0, 1fr); border: 0; border-radius: 18px; background: #edf1f1; }
.device.email-device .tabs { display: none; }
.device.email-device .screen { padding: 0; background: #edf1f1; }
.invitation-email { min-height: 100%; padding: 18px; color: #3b4652; font-family: Arial, Helvetica, sans-serif; background: #edf1f1; }
.invitation-email-inbox { min-height: 100%; overflow: hidden; border: 1px solid #d8dfdf; border-radius: 13px; background: #fff; box-shadow: 0 8px 26px rgba(34,45,54,.09); }
.invitation-email-subject { display: grid; gap: 4px; padding: 16px 20px; border-bottom: 1px solid #e1e6e6; }
.invitation-email-subject span { color: #758383; font-size: 7px; font-weight: 800; letter-spacing: 1.2px; }
.invitation-email-subject strong { font-size: 13px; }
.invitation-email-subject small { color: #7b8787; font-size: 8px; }
.invitation-email-canvas { padding: 36px 18px; background: var(--email-background); }
.invitation-email-card { max-width: 560px; margin: 0 auto; overflow: hidden; color: var(--email-text); border: 1px solid color-mix(in srgb, var(--email-muted) 22%, transparent); border-radius: var(--email-card-radius); background: var(--email-surface); }
html[data-email-layout="minimal"] .invitation-email-card { border-color: transparent; border-radius: 0; }
.invitation-email-card header { padding: 31px 36px 18px; text-align: var(--email-alignment, left); }
.invitation-email-logo { display: inline-block; color: var(--email-text); font-family: Georgia, "Times New Roman", serif; font-size: calc(31px * var(--email-logo-scale)); font-weight: 700; letter-spacing: -1px; transform-origin: left center; }
.invitation-email-powered { margin-top: 4px; color: var(--email-muted); font-size: 7px; font-weight: 800; letter-spacing: 1.4px; }
.invitation-email-content { padding: 8px 36px 36px; text-align: left; }
html[data-email-alignment="center"] .invitation-email-card header, html[data-email-alignment="center"] .invitation-email-content { text-align: center; }
html[data-email-font="modern"] .invitation-email-logo, html[data-email-font="modern"] .invitation-email-content h1 { font-family: Arial, Helvetica, sans-serif; font-weight: 750; }
html[data-email-font="system"] .invitation-email-logo, html[data-email-font="system"] .invitation-email-content h1 { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.invitation-email-kicker { color: var(--email-accent); font-size: 8px; font-weight: 800; letter-spacing: 1.15px; }
.invitation-email-content h1 { margin: 11px 0 13px; color: var(--email-text); font-family: Georgia, "Times New Roman", serif; font-size: 28px; line-height: 1.15; }
.invitation-email-content p { margin: 0 0 16px; color: var(--email-muted); font-size: 12px; line-height: 1.6; }
.invitation-email-content p strong { color: var(--email-text); }
.invitation-email-button { display: inline-block; margin-top: 5px; padding: 13px 20px; border-radius: var(--email-button-radius); color: #fff; background: var(--email-button); font-size: 11px; font-weight: 800; text-decoration: none; }
.invitation-email-notice { display: grid; gap: 5px; margin-top: 25px; padding: 14px 16px; color: var(--email-muted); border: 1px solid color-mix(in srgb, var(--email-accent) 30%, transparent); border-radius: 10px; background: color-mix(in srgb, var(--email-accent) 9%, var(--email-surface)); text-align: left; }
.invitation-email-notice strong { color: var(--email-text); font-size: 11px; }
.invitation-email-notice span { font-size: 9px; line-height: 1.5; }
.invitation-email-security { display: block; margin-top: 21px; color: var(--email-muted); font-size: 8px; line-height: 1.5; }
html[data-email-spacing="compact"] .invitation-email-card header { padding: 22px 28px 12px; }
html[data-email-spacing="compact"] .invitation-email-content { padding: 6px 28px 27px; }
html[data-email-spacing="spacious"] .invitation-email-card header { padding: 40px 44px 24px; }
html[data-email-spacing="spacious"] .invitation-email-content { padding: 10px 44px 44px; }

@media (min-width: 520px) {
  .device { border-radius: 38px; border: 9px solid #222a34; height: min(92vh, 852px); }
  .device.email-device { border: 0; border-radius: 18px; }
}

@media (min-width: 521px) and (max-width: 900px) {
  .operational-app-shell { width: 100%; grid-template-columns: 1fr; place-items: center; }
  .desktop-admin-entry { display: none !important; }
}
