
:root {
  color-scheme: light;
  --ocean-blue: #255A92;
  --anchor-ink: #1A2B3C;
  --salt-air: #7EA7A3;
  --sunwashed-sand: #E8DCCB;
  --canvas-white: #F8F5EF;
  --weathered-gold: #8A650C;
  --ink: var(--anchor-ink);
  --muted: #657381;
  --line: #d7d1c5;
  --soft: #f1eee8;
  --wash: #edf4f3;
  --brand: var(--ocean-blue);
  --brand-dark: #183f68;
  --brand-ink: #ffffff;
  --accent: var(--weathered-gold);
  --danger: #9b1c1c;
  --shadow: 0 18px 48px rgba(26, 43, 60, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--canvas-white); }
a { color: var(--brand); text-decoration: none; }
main { width: min(1180px, calc(100vw - 40px)); margin: 0 auto; padding: 40px 0 72px; }
p, li, td, th, code, input, textarea { overflow-wrap: anywhere; }
.topbar { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(215,209,197,.82); background: rgba(248,245,239,.94); backdrop-filter: blur(14px); }
.topbar-inner { width: min(1180px, calc(100vw - 32px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; min-height: 68px; gap: 16px; }
.brand { display: grid; grid-template-columns: 34px auto; grid-template-rows: auto auto; column-gap: 10px; align-items: center; color: var(--ink); letter-spacing: 0; }
.brand img { grid-row: span 2; width: 34px; height: 34px; object-fit: contain; }
.property-brand { grid-template-columns: auto auto; }
.property-brand img { max-width: 42px; max-height: 42px; width: auto; height: auto; }
.property-brand:not(:has(img)) { grid-template-columns: auto; }
.brand-word { color: var(--brand); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 19px; font-weight: 900; line-height: 1; }
.brand-property { color: var(--muted); font-size: 12px; font-weight: 750; line-height: 1.1; }
.nav, .admin-nav { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.nav a, .admin-nav a { color: var(--ink); font-weight: 700; font-size: 14px; }
.admin-nav { margin: 20px 0 26px; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: #fffaf3; }
.admin-nav a { padding: 9px 11px; border-radius: 6px; }
.admin-nav a.active, .admin-nav a:hover { background: var(--wash); color: var(--brand-dark); }
.subnav { display: inline-flex; align-items: center; justify-self: start; align-self: start; width: max-content; max-width: 100%; gap: 6px; margin: 0 0 18px; padding: 6px; border: 1px solid var(--line); border-radius: 8px; background: #fffaf3; }
.subnav a { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 8px 13px; border-radius: 6px; color: var(--ink); font-size: 14px; font-weight: 850; line-height: 1; }
.subnav a.active, .subnav a:hover { background: var(--wash); color: var(--brand-dark); }
.site-footer { border-top: 1px solid var(--line); background: #fffaf3; }
.footer-inner { width: min(1180px, calc(100vw - 32px)); min-height: 70px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 16px; color: var(--muted); font-size: 13px; font-weight: 750; }
.footer-inner nav { display: flex; gap: 14px; flex-wrap: wrap; }
.footer-inner a { color: var(--ink); font-weight: 800; }

h1 { font-size: clamp(34px, 5vw, 62px); line-height: 1.02; margin: 0; letter-spacing: 0; }
h2 { margin: 0 0 14px; font-size: 23px; letter-spacing: 0; }
h3 { margin: 0 0 8px; font-size: 18px; }
p { line-height: 1.55; color: var(--muted); }
.eyebrow { margin: 0 0 8px; color: var(--accent); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.muted { color: var(--muted); font-size: 13px; }
.status-line { margin: 6px 0; color: var(--ink); font-size: 22px; font-weight: 850; }

.hero { min-height: 520px; display: grid; align-items: end; padding: 90px 0 34px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, rgba(26,43,60,.16), rgba(26,43,60,.68)), linear-gradient(135deg, var(--ocean-blue), var(--salt-air) 48%, var(--sunwashed-sand)); background-size: cover; background-position: center; color: #fff; }
.hero-inner { width: min(1180px, calc(100vw - 32px)); margin: 0 auto; display: grid; gap: 22px; }
.centered-hero { justify-items: center; text-align: center; }
.centered-hero p { margin-left: auto; margin-right: auto; }
.hero-logo { max-width: min(220px, 56vw); max-height: 120px; object-fit: contain; filter: drop-shadow(0 8px 22px rgba(0,0,0,.28)); }
.hero-site-link { background: rgba(248,245,239,.92); }
.hero h1 { max-width: 820px; color: #fff; text-shadow: 0 2px 18px rgba(0,0,0,.22); }
.hero p { max-width: 720px; color: rgba(255,255,255,.90); font-size: 18px; }
.trust-row { display: flex; gap: 10px; flex-wrap: wrap; }
.trust-row span { border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.16); color: #fff; border-radius: 999px; padding: 8px 12px; font-weight: 750; font-size: 13px; }

.landing-page { display: grid; gap: 24px; }
.landing-hero { display: grid; align-items: end; min-height: 560px; margin-top: -40px; padding: 96px 0 56px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, rgba(26,43,60,.20), rgba(26,43,60,.72)), url("https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1800&q=80"); background-size: cover; background-position: center; }
.landing-hero-copy { width: min(1180px, calc(100vw - 40px)); margin: 0 auto; }
.landing-hero h1 { max-width: 840px; color: #fff; text-shadow: 0 2px 20px rgba(0,0,0,.24); }
.landing-hero .lead { max-width: 760px; color: rgba(255,255,255,.92); font-size: 19px; }
.landing-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.landing-pitch-card { background: linear-gradient(180deg, #fffaf3, #f1eee8); }
.landing-proof-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.landing-proof-row span { border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.16); color: #fff; border-radius: 999px; padding: 8px 12px; font-weight: 800; font-size: 13px; }
.landing-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--line); }
.landing-strip div { display: grid; gap: 6px; padding: 18px; background: #fffaf3; }
.landing-strip strong { color: var(--ink); font-size: 15px; }
.landing-strip span { color: var(--muted); font-size: 13px; line-height: 1.45; }
.landing-feature-grid { margin-top: 0; }
.landing-feature-grid .panel { background: #fffdf8; }
.landing-plain-section { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); gap: 28px; align-items: start; padding: 10px 4px; }
.landing-plain-section p { margin: 0; }
.landing-contact-panel { display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--anchor-ink); color: #fff; }
.landing-contact-panel h2 { color: #fff; }
.landing-contact-panel p { max-width: 760px; color: rgba(255,255,255,.78); }
.landing-contact-panel .button { flex: 0 0 auto; background: #fff; color: var(--anchor-ink); }
.value-list { display: grid; gap: 14px; margin: 0; padding-left: 20px; color: var(--muted); line-height: 1.5; }
.value-list strong { color: var(--ink); }
.comparison-panel { margin-top: 0; }
.comparison-panel .section-head { align-items: end; }
.calculator-controls { display: grid; grid-template-columns: repeat(2, minmax(180px, 1fr)); gap: 16px; width: min(560px, 100%); flex: 0 1 560px; }
.discount-control { min-width: 0; color: var(--ink); }
.discount-control span { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 13px; }
.discount-control strong { color: var(--brand); font-size: 22px; }
.discount-control input[type="range"] { padding: 0; min-height: 32px; accent-color: var(--brand); }
.comparison-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.compare-card { border: 1px solid var(--line); border-radius: 8px; padding: 22px; background: #fffdf8; }
.ota-card { background: #fff9f2; }
.direct-card { background: #eef7f4; border-color: rgba(126,167,163,.5); }
.compare-card h3 { font-size: 24px; margin-bottom: 18px; }
.compare-card dl { display: grid; gap: 0; margin: 0; }
.compare-card dl div { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.compare-card dt { color: var(--muted); font-weight: 750; }
.compare-card dd { margin: 0; color: var(--ink); font-weight: 850; text-align: right; }
.compare-card .net-row { margin-top: 6px; padding-top: 16px; border-bottom: 0; }
.compare-card .net-row dd { font-size: 24px; color: var(--brand-dark); }
.gain-banner { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-top: 18px; padding: 18px 20px; border-radius: 8px; background: var(--anchor-ink); color: #fff; }
.gain-banner span { font-weight: 800; color: rgba(255,255,255,.72); }
.gain-banner strong { font-size: clamp(24px, 3vw, 36px); color: #fff; text-align: right; }
.comparison-note { margin-bottom: 0; font-size: 12px; }
.about-page { display: grid; gap: 24px; }
.about-hero { padding-top: 48px; }
.about-section { display: grid; gap: 10px; }
.about-section h2 { max-width: 760px; }
.about-section p { max-width: 860px; }
.about-grid { gap: 30px; }
.about-grid .panel { display: grid; align-content: start; gap: 8px; }
.legal-page { max-width: 920px; }
.legal-content { display: grid; gap: 12px; }
.legal-content h2 { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.legal-content h3 { margin-top: 14px; font-size: 18px; }
.legal-content p, .legal-content li { color: var(--ink); }
.legal-content ul { margin: 0 0 8px; padding-left: 22px; color: var(--ink); line-height: 1.55; }

.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr)); gap: 28px; }
.ops-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 28px; margin-top: 28px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.card, .panel, .search { border: 1px solid var(--line); border-radius: 8px; background: #fffaf3; }
.card, .panel, .search, .metric { min-width: 0; }
.panel { padding: 24px; }
.card { overflow: hidden; box-shadow: 0 8px 26px rgba(26,43,60,.06); }
.card-body { padding: 18px; }
.media { aspect-ratio: 16 / 10; background: linear-gradient(135deg, var(--salt-air), var(--sunwashed-sand)); display: grid; place-items: center; color: var(--muted); font-weight: 700; }
.room-card-media, .room-card-carousel, .room-card-photo { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: linear-gradient(135deg, var(--salt-air), var(--sunwashed-sand)); color: var(--muted); }
.room-card-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .16s ease; }
.room-card-photo img.active { opacity: 1; }
.photo-step { position: absolute; z-index: 4; top: 50%; transform: translateY(-50%); width: 34px; min-height: 34px; padding: 0; border-radius: 999px; background: rgba(248,245,239,.92); color: var(--ink); box-shadow: 0 4px 16px rgba(26,43,60,.18); }
.photo-step svg, .gallery-nav svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.photo-step.prev { left: 10px; }
.photo-step.next { right: 10px; }
.photo-step:hover, .gallery-nav:hover { background: #fff; color: var(--brand-dark); }
.room-card h3 { font-size: 22px; }
.room-card h3 a { color: var(--ink); }
.room-results { margin-top: 22px; }
.room-facts { display: flex; gap: 8px; flex-wrap: wrap; margin: 14px 0; }
.room-facts span { background: var(--soft); border: 1px solid var(--line); border-radius: 999px; padding: 6px 9px; font-size: 12px; color: var(--ink); font-weight: 750; }
.offer-choice-list { display: grid; gap: 8px; margin: 14px 0; }
.room-offer-choices .offer-choice-list { margin: 0; }
.room-offer-choices .eyebrow { margin-bottom: 8px; }
.offer-choice { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px; border: 1px solid rgba(37,90,146,.22); border-radius: 8px; background: #f5f9ff; color: var(--ink); }
.offer-choice:hover { border-color: rgba(37,90,146,.42); background: #edf5ff; }
.offer-choice span { display: grid; gap: 2px; min-width: 0; }
.offer-choice strong { font-size: 13px; }
.offer-choice small { color: var(--muted); font-size: 12px; font-weight: 750; }
.offer-choice em { flex: 0 0 auto; color: var(--brand-dark); font-style: normal; font-weight: 900; }

.search { margin-top: -34px; position: relative; z-index: 2; padding: 20px; box-shadow: var(--shadow); }
.search.standalone { margin-top: 0; box-shadow: none; }
.search form, .form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); column-gap: 18px; row-gap: 20px; align-items: start; }
form.panel { display: grid; gap: 22px; align-content: start; }
label { display: grid; gap: 9px; font-size: 13px; line-height: 1.25; color: var(--muted); font-weight: 700; }
.field-help, .field-warning { margin: -2px 0 0; font-size: 12px; line-height: 1.35; }
.field-help { color: var(--muted); }
.field-warning { color: var(--danger); font-weight: 800; }
.form-grid-note { margin: -8px 0 0; }
[aria-invalid="true"] { border-color: var(--danger); outline-color: rgba(155, 28, 28, .18); }
.auth-app {
  color: #101b33;
  background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(247,249,252,.96)), #f7f9fc;
}
.auth-app .topbar {
  border-bottom-color: #dfe5ef;
  background: rgba(255,255,255,.9);
}
.auth-app .topbar-inner { width: min(1120px, calc(100vw - 32px)); }
.auth-app .site-footer { background: transparent; }
.auth-shell {
  width: min(100%, 520px);
  min-height: calc(100vh - 168px);
  margin: 0 auto;
  padding: clamp(32px, 7vw, 74px) 16px;
  display: grid;
  align-items: center;
}
.auth-card {
  display: grid;
  gap: 22px;
  padding: clamp(24px, 5vw, 36px);
  border: 1px solid #dfe5ef;
  border-radius: 8px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 50px rgba(16, 27, 51, .08);
}
.auth-mark {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #dfe5ef;
  border-radius: 8px;
  background: #f6f9fd;
}
.auth-mark img { width: 32px; height: 32px; }
.auth-heading { display: grid; gap: 8px; }
.auth-heading p {
  margin: 0;
  color: #0f63c9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.auth-heading h1 {
  margin: 0;
  color: #101b33;
  font-size: clamp(28px, 6vw, 38px);
  line-height: 1.02;
}
.auth-heading span, .auth-copy { margin: 0; color: #53627a; }
.auth-panel { display: grid; gap: 15px; max-width: none; }
.auth-panel label {
  gap: 7px;
  color: #344258;
  font-size: 13px;
  font-weight: 850;
}
.auth-panel input {
  min-height: 46px;
  border-color: #cfd8e6;
  border-radius: 7px;
  background: #fff;
}
.auth-primary {
  width: 100%;
  min-height: 46px;
  margin-top: 2px;
  background: #0f63c9;
  box-shadow: 0 10px 22px rgba(15, 99, 201, .18);
}
.auth-link-row {
  margin: 0;
  color: #53627a;
  text-align: center;
}
.auth-link-row a { font-weight: 850; }
.checkbox-row { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.checkbox-row input[type="checkbox"] { width: 18px; min-height: 18px; accent-color: var(--brand); }
input, select, textarea { width: 100%; max-width: 100%; margin: 0; border: 1px solid var(--line); outline: 2px solid transparent; outline-offset: 0; border-radius: 6px; padding: 11px 12px; min-height: 44px; line-height: 1.35; font-family: inherit; font-size: 14px; font-weight: 650; color: var(--ink); background: #fffdf8; box-shadow: 0 0 0 0 rgba(37, 90, 146, 0); appearance: none; transform: none; transition: border-color .12s ease, box-shadow .12s ease, outline-color .12s ease; }
select { padding-right: 34px; background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%); background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
input[type="date"], input[type="time"], input[type="number"], input[type="checkbox"], input[type="radio"] { appearance: auto; }
input:focus, select:focus, textarea:focus { border-color: var(--ocean-blue); outline-color: rgba(37, 90, 146, .22); box-shadow: 0 0 0 3px rgba(37, 90, 146, .10); }
a:focus-visible,
button:focus-visible,
.button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid rgba(15, 99, 201, .72);
  outline-offset: 3px;
  box-shadow: 0 0 0 4px rgba(15, 99, 201, .14);
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
input:disabled, select:disabled, textarea:disabled { cursor: not-allowed; border-color: var(--line); background: #f2f4f7; color: var(--muted); opacity: .68; box-shadow: none; }
.field-disabled { color: var(--muted); opacity: .72; }
textarea { min-height: 124px; resize: vertical; line-height: 1.45; }
button, .button { border: 0; border-radius: 6px; background: var(--brand); color: var(--brand-ink); padding: 10px 15px; font: inherit; font-weight: 800; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; min-height: 40px; }
button:disabled { opacity: .55; cursor: not-allowed; filter: grayscale(.15); }
.button.secondary, button.secondary { background: var(--sunwashed-sand); color: var(--ink); }
.button.danger, button.danger { background: var(--danger); color: #fff; }
.button.disabled { opacity: .55; cursor: not-allowed; filter: grayscale(.15); }

.table { width: 100%; border-collapse: collapse; font-size: 14px; }
.table th, .table td { border-bottom: 1px solid var(--line); padding: 14px 12px; text-align: left; vertical-align: top; }
.table th { color: var(--muted); font-size: 12px; text-transform: uppercase; font-weight: 850; }
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.table-wrap .table { min-width: 680px; }
.feed-table-wrap .table { min-width: 0; table-layout: fixed; }
.feed-url-input { min-width: 0; font-size: 12px; }
.ops-table { table-layout: fixed; min-width: 940px; }
.activity-table { table-layout: fixed; min-width: 980px; }
.activity-table th:nth-child(1) { width: 150px; }
.activity-table th:nth-child(2) { width: 210px; }
.activity-table th:nth-child(3) { width: 230px; }
.activity-table th:nth-child(4) { width: 150px; }
.activity-table th:nth-child(5) { width: 190px; }
.activity-table th:nth-child(6) { width: 170px; }
.activity-table td { overflow: hidden; text-overflow: ellipsis; }
.activity-time, .activity-actor, .activity-record { white-space: nowrap; }
.activity-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.activity-actions .button { min-height: 34px; padding: 7px 10px; font-size: 12px; white-space: nowrap; }
.notify-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 320px); gap: 22px; align-items: start; }
.notify-main { display: grid; gap: 22px; min-width: 0; }
.notify-filter-form, .notify-compose-form { margin: 0; }
.notify-filter-actions { margin-top: 2px; }
.notify-message-grid { grid-template-columns: minmax(260px, .45fr) minmax(320px, 1fr); }
.notify-message-grid textarea { min-height: 154px; }
.notify-recipient-head { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding-top: 2px; }
.notify-table { table-layout: fixed; min-width: 860px; }
.notify-table th:nth-child(1) { width: 70px; }
.notify-table th:nth-child(2) { width: 26%; }
.notify-table th:nth-child(3) { width: 20%; }
.notify-table th:nth-child(4) { width: 20%; }
.notify-table th:nth-child(5) { width: 22%; }
.notify-table th:nth-child(6) { width: 86px; }
.notify-table input[type="checkbox"] { width: 18px; min-height: 18px; accent-color: var(--brand); }
.notify-table .button { min-height: 34px; padding: 7px 10px; font-size: 12px; }
.notify-tips { position: sticky; top: 88px; }
.bookings-table {
  min-width: 980px;
  table-layout: fixed;
}
.bookings-table th:nth-child(1) { width: 20%; }
.bookings-table th:nth-child(2) { width: 18%; }
.bookings-table th:nth-child(3) { width: 17%; }
.bookings-table th:nth-child(4) { width: 150px; }
.bookings-table th:nth-child(5) { width: 100px; }
.bookings-table th:nth-child(6) { width: 18%; }
.bookings-table th:nth-child(7) { width: 104px; }
.bookings-table td, .bookings-table th { padding: 12px 10px; }
.bookings-table td {
  min-width: 0;
  font-size: 13px;
  line-height: 1.45;
  overflow-wrap: normal;
  word-break: normal;
}
.bookings-table strong { font-size: 13px; }
.bookings-table .badge,
.bookings-table .tag-chip,
.bookings-table .previous-stay-badge {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
}
.bookings-table td:nth-child(4) .badge {
  white-space: nowrap;
}
.bookings-table td:nth-child(5) {
  white-space: nowrap;
}
.bookings-table td:nth-child(7) {
  text-align: right;
}
.booking-stay-dates,
.booking-confirmation-code {
  display: block;
}
.booking-stay-dates {
  font-weight: 750;
  line-height: 1.35;
}
.booking-stay-dates span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}
.booking-status-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.booking-status-stack .muted {
  flex-basis: 100%;
  font-size: 11px;
}
.modal-row, .modal-row > td { height: 0; padding: 0 !important; border: 0 !important; }
.tag-form-modal { display: grid; gap: 12px; }
.inline-control { display: flex; gap: 8px; }
.inline-control select { min-width: 0; }
.inline-control button { white-space: nowrap; }
.booking-action-menu { position: relative; width: max-content; margin-left: auto; }
.booking-action-menu summary { display: inline-flex; align-items: center; justify-content: center; min-height: 32px; padding: 6px 10px; border: 1px solid var(--line); border-radius: 6px; background: #fff; color: var(--ink); font-size: 12px; font-weight: 850; line-height: 1; list-style: none; cursor: pointer; user-select: none; }
.booking-action-menu summary::-webkit-details-marker { display: none; }
.booking-action-menu summary::after { content: ""; width: 0; height: 0; margin-left: 7px; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid currentColor; }
.booking-action-menu[open] { z-index: 30; }
.booking-action-menu[open] summary { background: var(--wash); color: var(--brand-dark); }
.booking-action-list { position: absolute; top: calc(100% + 6px); right: 0; z-index: 35; display: grid; gap: 2px; width: 174px; padding: 6px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 14px 34px rgba(26,43,60,.16); }
.booking-action-list form { margin: 0; }
.booking-action-list .button, .booking-action-list button { width: 100%; min-height: 34px; justify-content: flex-start; padding: 8px 10px; border-radius: 6px; background: transparent; color: var(--ink); font-size: 13px; font-weight: 800; text-align: left; white-space: nowrap; box-shadow: none; }
.booking-action-list .button:hover, .booking-action-list button:hover { background: var(--wash); color: var(--brand-dark); }
.booking-action-list button.danger { background: transparent; color: var(--danger); }
.booking-action-list button.danger:hover { background: #fff1f1; color: var(--danger); }
.bookings-table .booking-action-menu { width: auto; max-width: 100%; margin-left: auto; }
.bookings-table .booking-action-menu summary { width: auto; }
.tag-chip-list { display: flex; flex-wrap: wrap; gap: 5px; }
.tag-chip { display: inline-flex; align-items: center; min-height: 22px; padding: 3px 8px; border-radius: 999px; background: var(--wash); color: var(--brand-dark); font-size: 12px; font-weight: 800; }
.tag-composer-list {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 28px;
  align-items: center;
}
.tag-composer-chip {
  gap: 5px;
  padding-right: 4px;
}
.tag-chip-remove {
  width: 18px;
  min-width: 18px;
  min-height: 18px;
  height: 18px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(37, 90, 146, .12);
  color: var(--brand-dark);
  font-size: 13px;
  line-height: 1;
  box-shadow: none;
}
.tag-chip-remove:hover {
  background: rgba(155, 28, 28, .12);
  color: var(--danger);
}
.tag-composer-empty {
  font-size: 12px;
}
.previous-stay-badge {
  display: flex;
  width: fit-content;
  margin-top: 6px;
  padding: 3px 7px;
  border-radius: 999px;
  background: #eef4fb;
  color: var(--brand-dark);
  font-size: 11px;
  font-weight: 850;
}
.inventory-table td:last-child, .inventory-table th:last-child { text-align: right; }
.inventory-table th:last-child, .inventory-table td.row-actions { width: 92px; min-width: 92px; }
.inventory-table td.row-actions { display: table-cell; vertical-align: middle; padding-right: 12px; }
.inventory-table td.row-actions button { min-height: 36px; padding: 7px 13px; }
.audit-detail-shell .page-title { margin-bottom: 18px; }
.audit-detail-panel { margin-bottom: 18px; }
.audit-detail-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 0; margin: 0; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; }
.audit-detail-list div { display: grid; gap: 5px; min-width: 0; padding: 14px 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.audit-detail-list dt { color: var(--muted); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.audit-detail-list dd { min-width: 0; margin: 0; color: var(--ink); font-size: 14px; font-weight: 800; line-height: 1.35; overflow-wrap: anywhere; }
.audit-json { max-height: 440px; overflow: auto; margin: 0; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: #f8fafc; color: var(--ink); font-size: 13px; line-height: 1.45; white-space: pre-wrap; }
.room-types-table th:nth-child(1) { width: 34%; }
.room-types-table th:nth-child(2) { width: 17%; }
.room-types-table th:nth-child(3) { width: 17%; }
.room-types-table th:nth-child(4) { width: 17%; }
.room-types-table th:nth-child(5) { width: 12%; }
.rooms-table th:nth-child(1), .rooms-table th:nth-child(2) { width: 30%; }

.page-title, .section-head { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; margin-bottom: 24px; }
.page-title p { margin: 8px 0 0; }
.guest-list-title { margin-bottom: 18px; }
.back-link { color: var(--muted); font-size: 15px; font-weight: 850; width: max-content; }
.back-link:hover { color: var(--brand-dark); }
.dashboard-title { align-items: flex-end; margin-top: 8px; margin-bottom: 28px; }
.dashboard-title .actions { padding-bottom: 8px; }
.dashboard-shell .metric-grid { margin-bottom: 22px; }
.dashboard-shell .health-grid { margin-top: 0; margin-bottom: 22px; }
.health-panel { min-height: 152px; display: grid; align-content: start; gap: 8px; }
.health-panel h2 { margin-bottom: 2px; }
.health-panel .status-line { margin: 0; font-size: 18px; }
.platform-queue { margin-bottom: 22px; }
.platform-priority-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 22px; }
.platform-priority-panel { min-height: 220px; }
.platform-health-grid { margin: 0 0 22px; }
.platform-detail-grid { grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr) minmax(280px, .8fr); align-items: start; }
.platform-fact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.platform-fact-grid div { display: grid; gap: 4px; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.platform-fact-grid span { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; }
.platform-fact-grid strong { color: var(--ink); font-size: 14px; overflow-wrap: anywhere; }
.platform-actions.wide { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.platform-attention, .platform-demo { margin-bottom: 22px; }
.support-list { display: grid; gap: 12px; }
.support-item { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 0; border-top: 1px solid var(--line); }
.support-item:first-child { border-top: 0; padding-top: 0; }
.support-item:last-child { padding-bottom: 0; }
.platform-table th:nth-child(1) { width: 20%; }
.platform-table th:nth-child(2) { width: 13%; }
.platform-table th:nth-child(3) { width: 14%; }
.platform-table th:nth-child(4) { width: 18%; }
.platform-table th:nth-child(5) { width: 15%; }
.platform-table th:nth-child(6) { width: 12%; }
.platform-table .badge { margin: 2px 4px 2px 0; }
.platform-table { min-width: 980px; }
.platform-actions { display: grid; gap: 6px; min-width: 96px; }
.platform-actions .button { width: 100%; }
.platform-shell .table-wrap { overflow-x: auto; overflow-y: visible; }
.bookings-panel { margin-top: 0; }
.bookings-panel .section-head { margin-bottom: 28px; }
.booking-create-grid {
  grid-template-columns: minmax(0, 1fr);
}
.booking-create-grid form.panel {
  gap: 18px;
}
.booking-create-grid .form-grid {
  grid-template-columns: repeat(4, minmax(180px, 1fr));
}
.booking-create-grid .manual-quote-summary,
.booking-create-grid form.panel > label {
  grid-column: 1 / -1;
}
.booking-create-grid form.panel > button {
  width: auto;
  min-width: 170px;
  justify-self: start;
}
.actions, .modal-actions { display: flex; gap: 8px; align-items: center; justify-content: flex-end; flex-wrap: wrap; }
.inline-form { display: flex; gap: 8px; align-items: end; flex-wrap: wrap; }
.inline-form label { min-width: 160px; }
.inline-form .check-row { min-width: 0; display: inline-flex; align-items: center; gap: 8px; font-weight: 700; }
.inline-form .check-row input { width: auto; min-width: 0; }
.rate-toolbar { display: flex; align-items: flex-end; justify-content: flex-end; gap: 10px; flex-wrap: wrap; }
.rate-toolbar .inline-form { align-items: flex-end; gap: 10px; }
.rate-toolbar .inline-form label { min-width: 160px; }
.rate-toolbar .button, .rate-toolbar button { min-height: 44px; height: 44px; align-self: flex-end; padding: 0 13px; white-space: nowrap; }
.rate-toolbar select,
.rate-toolbar input[type="date"] { min-height: 44px; height: 44px; padding-top: 0; padding-bottom: 0; }

.room-type-cell { display: flex; gap: 12px; align-items: center; min-width: 260px; }
.thumb-strip { display: flex; width: 88px; min-width: 88px; height: 48px; }
.thumb-strip img { width: 40px; height: 48px; object-fit: cover; border: 2px solid #fff; border-radius: 6px; background: var(--soft); box-shadow: 0 0 0 1px var(--line); margin-left: -10px; }
.thumb-strip img:first-child { margin-left: 0; }
.thumb-placeholder { width: 88px; min-width: 88px; height: 48px; border: 1px dashed var(--line); border-radius: 6px; display: grid; place-items: center; color: var(--muted); font-size: 12px; background: var(--soft); }

.room-gallery { position: relative; overflow: hidden; border-radius: 8px; background: var(--soft); aspect-ratio: 16 / 8.4; }
.room-gallery figure { display: none; margin: 0; position: absolute; inset: 0; }
.room-gallery figure.active { display: block; }
.room-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; }
.room-gallery figcaption { position: absolute; inset: auto 0 0; display: grid; gap: 2px; padding: 18px 20px; color: #fff; background: linear-gradient(180deg, transparent, rgba(0,0,0,.72)); font-size: 14px; }
.room-gallery figcaption span { color: rgba(255,255,255,.86); }
.gallery-nav { position: absolute; z-index: 4; top: 50%; transform: translateY(-50%); width: 42px; min-height: 42px; border-radius: 999px; padding: 0; background: rgba(248,245,239,.94); color: var(--ink); box-shadow: 0 6px 20px rgba(26,43,60,.18); }
.gallery-nav.prev { left: 16px; }
.gallery-nav.next { right: 16px; }
.gallery-count { position: absolute; right: 16px; bottom: 16px; padding: 6px 10px; border-radius: 999px; background: rgba(26,43,60,.72); color: #fff; font-size: 13px; font-weight: 800; }
.gallery-thumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.gallery-thumbs button { width: 74px; padding: 0; min-height: 54px; border: 2px solid transparent; background: transparent; overflow: hidden; }
.gallery-thumbs button.active { border-color: var(--brand); }
.gallery-thumbs button[aria-current="true"] { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(37,90,146,.18); }
.gallery-thumbs img { width: 100%; height: 54px; object-fit: cover; display: block; }

.guest-room-detail { display: grid; gap: 18px; }
.room-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, 480px); gap: 16px; align-items: start; }
.room-detail-copy { display: grid; gap: 18px; align-content: start; min-width: 0; }
.room-detail-media { min-width: 0; }
.room-detail-media .room-gallery { aspect-ratio: 16 / 8.2; max-height: 700px; }
.room-detail-summary { display: grid; gap: 14px; align-content: start; max-width: 820px; }
.room-detail-copy h1 { font-size: clamp(32px, 4vw, 48px); }
.room-detail-copy .lead { margin: 0; color: var(--ink); font-size: 17px; max-width: 760px; }
.detail-facts { margin: 4px 0 8px; }
.detail-section { border-top: 1px solid var(--line); padding-top: 18px; }
.booking-card { position: sticky; top: 18px; display: grid; gap: 16px; }
.booking-card .search { width: 100%; margin: 0; padding: 0; border: 0; box-shadow: none; background: transparent; }
.booking-card .search form { width: 100%; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 14px; }
.booking-card .adults-field { grid-column: 1; }
.booking-card .children-field { grid-column: 2; }
.booking-card .discount-code-field { grid-column: 1 / -1; }
.booking-card .search button { grid-column: 1 / -1; }
.booking-total { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.booking-total strong { font-size: 26px; color: var(--ink); }
.booking-total-breakdown { display: grid; gap: 0; padding: 4px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.booking-total-breakdown .price-row { align-items: baseline; padding: 8px 0; }
.booking-total-breakdown .price-row span { color: var(--muted); font-size: 13px; font-weight: 750; }
.booking-total-breakdown .price-row strong { color: var(--ink); font-size: 15px; font-weight: 850; }
.booking-total-breakdown .price-row:last-child { border-bottom: 0; }
.booking-total-breakdown .total-row { padding-top: 11px; }
.booking-total-breakdown .total-row span, .booking-total-breakdown .total-row strong { color: var(--ink); font-size: 18px; font-weight: 900; }

.checkout-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 18px; align-items: start; }
.checkout-steps { display: grid; gap: 14px; }
.step { border: 1px solid var(--line); border-radius: 8px; background: #fffaf3; padding: 22px; }
.discount-apply-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: end; }
.discount-apply-form button { white-space: nowrap; }
.discount-apply-form + .field-warning { margin-top: 8px; }
.price-summary { position: sticky; top: 88px; }
.price-row { display: flex; justify-content: space-between; gap: 12px; padding: 7px 0; border-bottom: 1px solid var(--line); }
.price-total { font-size: 22px; font-weight: 850; color: var(--ink); }

.badge { display: inline-flex; align-items: center; min-height: 24px; border-radius: 999px; padding: 3px 9px; font-size: 12px; font-weight: 850; text-transform: capitalize; }
.badge.good { background: #e6f0ee; color: #315f59; }
.badge.muted-badge { background: var(--sunwashed-sand); color: #6d6255; }
.badge.danger-badge { background: #fff1f1; color: var(--danger); }
.metric { padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: #fffaf3; }
.metric-icon { display: inline-grid; place-items: center; width: 40px; height: 40px; margin-bottom: 12px; border-radius: 50%; background: rgba(20, 104, 181, .12); color: var(--brand); }
.metric-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.metric .metric-label { display: block; color: var(--muted); font-size: 13px; font-weight: 800; }
.metric strong { display: block; font-size: 28px; margin-top: 6px; }
.metric-link { color: inherit; }
.metric small { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; font-weight: 800; }
.metric-link:hover { border-color: var(--brand); background: #fff; }
.notice { border-left: 4px solid var(--brand); background: #edf4f3; padding: 12px 14px; color: var(--ink); }
.selected-offer-notice { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.selected-offer-notice span { min-width: 0; }
.clear-offer-link { flex: 0 0 auto; display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 999px; color: var(--muted); font-size: 19px; font-weight: 850; line-height: 1; }
.clear-offer-link:hover { background: rgba(37,90,146,.10); color: var(--brand-dark); }
.offer-terms { display: grid; gap: 5px; margin-top: -6px; color: var(--muted); font-size: 12px; line-height: 1.35; }
.offer-terms p { margin: 0; color: inherit; font-size: inherit; line-height: inherit; }
.error { border-left-color: var(--danger); background: #fff1f1; }
.brand-preview { width: 100%; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); object-fit: contain; }
.logo-preview { max-height: 150px; padding: 18px; }
.header-preview { height: 190px; object-fit: cover; }
.setup-list { display: grid; gap: 12px; margin: 0 0 16px; padding-left: 20px; color: var(--muted); line-height: 1.5; }
.setup-list strong { color: var(--ink); }
.checklist-list li.done { color: #315f59; }
.checklist-list li.done strong { color: #315f59; }
code { border: 1px solid var(--line); border-radius: 5px; padding: 2px 5px; background: var(--soft); color: var(--ink); font-size: .92em; }

.modal { width: min(880px, calc(100vw - 32px)); max-height: min(820px, calc(100vh - 48px)); border: 1px solid var(--line); border-radius: 8px; padding: 0; overflow: hidden; box-shadow: 0 24px 70px rgba(20, 30, 40, 0.24); }
.modal::backdrop { background: rgba(24, 32, 39, 0.42); }
.modal-body { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; max-height: inherit; padding: 0; }
.modal-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 24px 16px; border-bottom: 1px solid var(--line); background: #fffaf3; }
.modal-header h2 { margin: 0; padding: 0; }
.modal-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; flex-wrap: nowrap; }
.modal-header-actions form { margin: 0; }
.modal-content { display: grid; gap: 22px; padding: 24px; overflow: auto; }
.modal-content label { gap: 8px; }
.modal-content textarea { min-height: 118px; }
.modal-actions { border-top: 1px solid var(--line); padding: 14px 24px; background: #fffaf3; }
.icon-close { min-height: 34px; padding: 7px 11px; }
.photo-meta-list { display: grid; gap: 12px; }
.photo-meta-card { display: grid; grid-template-columns: 34px 1fr; gap: 12px; border: 1px solid var(--line); border-radius: 8px; padding: 12px; background: var(--soft); }
.photo-meta-index { width: 34px; height: 34px; border-radius: 999px; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); font-weight: 800; color: var(--muted); }
.photo-meta-fields { display: grid; gap: 10px; min-width: 0; }
.check-grid { border: 1px solid var(--line); border-radius: 8px; padding: 14px; display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 10px; background: #fffdf8; }
.check-grid legend { color: var(--muted); font-size: 13px; font-weight: 800; padding: 0 6px; }
.check-grid label { display: flex; align-items: center; gap: 10px; min-height: 40px; padding: 9px 10px; border: 1px solid var(--line); border-radius: 6px; background: #fffaf3; color: var(--ink); cursor: pointer; }
.check-grid input[type="checkbox"] { width: 18px; height: 18px; min-height: 18px; flex: 0 0 auto; accent-color: var(--brand); cursor: pointer; }
.calendar-grid-wrap { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.room-grid-panel { margin: 0; }
.room-grid-head { align-items: flex-end; }
.room-grid-toolbar { display: flex; align-items: flex-end; justify-content: flex-end; gap: 8px; flex-wrap: wrap; }
.room-grid-toolbar .button, .room-grid-toolbar button { min-height: 44px; height: 44px; padding: 0 13px; line-height: 1; white-space: nowrap; }
.room-grid-copy-button { flex-basis: 100%; justify-self: end; width: max-content; margin-left: auto; }
.grid-date-form { display: flex; align-items: flex-end; gap: 8px; }
.grid-date-form label { display: grid; gap: 5px; min-width: 132px; }
.grid-date-form label span { font-size: 12px; line-height: 1; color: var(--muted); font-weight: 800; }
.grid-date-form input[type="date"] { min-height: 44px; height: 44px; padding-top: 0; padding-bottom: 0; }
.room-grid-wrap { width: 100%; overflow: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--line); border-radius: 8px; background: #fffdf8; }
.room-grid-table { min-width: 1080px; table-layout: fixed; border-collapse: separate; border-spacing: 0; }
.room-grid-table th:first-child { position: sticky; left: 0; z-index: 2; width: 170px; background: #fffaf3; box-shadow: 1px 0 0 var(--line); }
.room-grid-table thead th { position: sticky; top: 0; z-index: 1; background: #fffaf3; }
.room-grid-table td, .room-grid-table th { padding: 10px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.room-grid-table th { height: 54px; vertical-align: middle; }
.room-grid-table td { height: 112px; min-width: 130px; background: #fffdf8; }
.grid-booking { display: grid; gap: 4px; padding: 8px; border: 1px solid rgba(126,167,163,.45); border-radius: 6px; background: #eef7f4; font-size: 12px; line-height: 1.25; }
.grid-booking + .grid-booking { margin-top: 6px; }
.grid-booking span { color: var(--muted); }
.copy-source { position: absolute; left: -9999px; width: 1px; height: 1px; min-height: 1px; opacity: 0; }
.rate-calendar-head { align-items: flex-start; }
.rate-calendar-help { margin: -8px 0 18px; font-size: 13px; }
.rate-workspace { display: grid; gap: 16px; }
.rate-action-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.rate-action-strip .rate-action-card {
  display: grid;
  width: 100%;
  min-height: 68px;
  align-content: start;
  align-items: start;
  justify-content: stretch;
  justify-items: start;
  gap: 5px;
  padding: 12px 14px;
  text-align: left;
}
.rate-plan-settings {
  margin-top: 18px;
}
.rate-plan-settings summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  list-style: none;
}
.rate-plan-settings summary::-webkit-details-marker { display: none; }
.rate-plan-settings summary span {
  display: grid;
  gap: 4px;
}
.rate-plan-settings summary strong {
  color: var(--ink);
  font-size: 18px;
}
.rate-plan-settings summary small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}
.rate-plan-settings[open] summary {
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.rate-plan-settings-actions {
  margin: -4px 0 14px;
}
.rate-url-copy { display: grid; gap: 7px; min-width: 0; }
.rate-url-copy > span { color: var(--muted); font-size: 12px; font-weight: 850; }
.rate-url-copy > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; align-items: center; }
.rate-url-copy input { min-height: 38px; padding: 8px 10px; font-size: 12px; background: var(--soft); }
.rate-url-copy button { min-height: 38px; padding: 8px 11px; white-space: nowrap; }
.compact-rate-url { margin-top: 8px; max-width: 360px; }
.template-save-row { display: flex; justify-content: flex-end; margin: -4px 0 10px; }
.template-save-row button { min-height: 36px; padding: 8px 12px; }
.calendar-table { table-layout: fixed; min-width: 760px; }
.calendar-table th:first-child { position: sticky; left: 0; z-index: 1; background: #fffaf3; width: 170px; }
.calendar-table th:not(:first-child), .calendar-table td { width: calc((100% - 170px) / 7); }
.calendar-table th, .calendar-table td { padding: 14px 12px; }
.calendar-table td { min-width: 0; vertical-align: top; }
.calendar-table td.calendar-set { background: #eef7f4; }
.calendar-table td.calendar-inherited { background: #f8fbff; }
.calendar-table td.calendar-unavailable { background: #f8fafc; color: var(--muted); }
.calendar-table strong { display: block; font-size: 13px; }
.calendar-table .muted { display: block; min-height: 20px; font-size: 12px; line-height: 1.25; }
.rate-cell-content { display: grid; gap: 6px; align-content: start; min-height: 86px; }
.rate-cell-content strong { line-height: 1.2; }
.cell-edit { width: 100%; min-height: 32px; margin-top: 2px; padding: 6px 9px; border: 1px solid rgba(37,90,146,.22); border-radius: 6px; background: #f5f9ff; color: var(--brand); font-size: 12px; font-weight: 850; line-height: 1; }
.cell-edit:hover { border-color: rgba(37,90,146,.42); background: #edf5ff; color: var(--brand-dark); }
.cell-readonly { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 32px; margin-top: 2px; padding: 6px 9px; border: 1px solid var(--line); border-radius: 6px; background: #f8fafc; color: var(--muted); font-size: 12px; font-weight: 850; line-height: 1; }
.compact-modal { width: min(620px, calc(100vw - 32px)); }
.booking-manage-modal { width: min(920px, calc(100vw - 32px)); }
.booking-manage-modal .modal-header { align-items: flex-start; }
.booking-manage-modal .modal-header-actions { flex-shrink: 0; }
.booking-manage-modal .booking-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}
.booking-manage-modal .booking-header-actions form {
  margin: 0;
}
.booking-manage-modal .modal-header-actions .button,
.booking-manage-modal .modal-header-actions button {
  min-height: 34px;
  padding: 7px 10px;
  font-size: 12px;
  white-space: nowrap;
}
.booking-manage-modal .modal-content { grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: 18px; }
.booking-manage-modal .booking-command-summary {
  grid-column: 1 / -1;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.booking-manage-modal .booking-command-summary > div {
  min-width: 0;
}
.booking-manage-modal .summary-primary {
  grid-column: span 2;
}
.booking-manage-modal .summary-confirmation,
.booking-manage-modal .summary-payment {
  grid-column: span 3;
}
.booking-manage-modal .summary-confirmation strong {
  font-size: 15px;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}
.booking-summary-payment-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 8px;
  margin-top: 6px;
}
.booking-summary-payment-form label {
  min-width: 0;
}
.booking-summary-payment-form label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.booking-summary-payment-form select {
  min-height: 34px;
  padding: 7px 28px 7px 10px;
  font-size: 12px;
}
.booking-summary-payment-form button {
  min-height: 34px;
  white-space: nowrap;
}
.booking-manage-modal .modal-section { min-width: 0; }
.booking-manage-modal .modal-section:nth-child(2) { grid-row: span 2; }
.booking-manage-modal .booking-manage-inline-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 8px;
}
.booking-manage-modal .booking-manage-inline-form label {
  min-width: 0;
}
.booking-manage-modal .booking-manage-inline-form button {
  min-height: 42px;
  white-space: nowrap;
}
.booking-manage-modal .booking-stay-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: end;
  gap: 8px;
}
.booking-manage-modal .booking-stay-form label {
  min-width: 0;
}
.booking-manage-modal .booking-stay-form button {
  grid-column: 1 / -1;
  min-height: 42px;
  white-space: nowrap;
}
.stay-status-block {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--admin-line);
}
.stay-status-block h3 {
  margin: 0;
}
.booking-rate-details {
  display: grid;
  gap: 8px;
  margin: 0;
}
.booking-rate-details div {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1fr);
  gap: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--admin-line);
}
.booking-rate-details div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.booking-rate-details dt {
  color: var(--admin-muted);
  font-size: 12px;
  font-weight: 850;
}
.booking-rate-details dd {
  margin: 0;
  color: var(--admin-ink);
  font-size: 12px;
  font-weight: 850;
  text-align: right;
}
.inline-save-status {
  min-height: 16px;
  color: var(--admin-muted);
  font-size: 12px;
  font-weight: 750;
}
.inline-save-status.is-saved {
  color: #157347;
}
.inline-save-status.is-error {
  color: var(--danger);
}
.today-title {
  margin-bottom: -10px;
}
.today-date-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf8;
}
.today-date-toolbar .button,
.today-date-toolbar button {
  min-height: 42px;
  padding: 9px 12px;
  white-space: nowrap;
}
.today-date-form {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.today-date-form label {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 5px;
}
.today-date-form label span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
}
.today-date-form input[type="date"] {
  width: 150px;
  min-height: 42px;
  padding: 9px 10px;
}
.today-ops-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.today-panel { align-content: start; }
.today-list { display: grid; gap: 10px; }
.today-sync-panel { display: grid; gap: 14px; }
.today-sync-panel .section-head { align-items: center; }
.today-sync-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 10px; }
.today-item.needs-receipt {
  border-color: #f3c28a;
  background: #fffaf0;
}
.receipt-print-state {
  display: inline-flex;
  width: fit-content;
  margin-top: 2px;
  padding: 3px 7px;
  border-radius: 999px;
  background: #eef4fb;
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
}
.receipt-print-state.needs {
  background: #fff1d9;
  color: #8a4b00;
}
.receipt-print-state.done {
  background: #e8f7ef;
  color: #117244;
}
.today-sync-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 10px;
  align-items: center;
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf8;
  color: var(--ink);
}
.today-sync-item.needs-attention {
  border-color: #f3c28a;
  background: #fff8ef;
}
.today-sync-item .badge { grid-row: 1 / span 2; }
.today-sync-item strong,
.today-sync-item span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.today-sync-item span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}
.today-item { display: grid; gap: 10px; border: 1px solid var(--line); border-radius: 8px; padding: 12px; background: #fffdf8; }
.today-item-main { display: grid; gap: 4px; min-width: 0; }
.today-item-main strong, .today-item-main span { min-width: 0; overflow-wrap: anywhere; }
.today-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 12px; }
.today-meta span { flex: 0 0 auto; white-space: nowrap; }
.today-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}
.today-actions .badge {
  justify-self: start;
  max-width: 100%;
  white-space: normal;
  text-align: center;
}
.today-actions .button,
.today-actions button {
  min-height: 34px;
  padding: 7px 10px;
}
.today-action-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(108px, 1fr));
  gap: 8px;
  align-items: stretch;
}
.today-action-group .button,
.today-action-group button {
  width: 100%;
}
.today-action-group form {
  display: flex;
  margin: 0;
}
.booking-command-actions, .booking-contact-actions { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.booking-command-actions form { margin: 0; }
.guest-tags-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 8px;
  margin-top: 12px;
}
.guest-tags-form button {
  min-height: 42px;
  white-space: nowrap;
}
.guest-tags-form .tag-composer-list,
.guest-tags-form .inline-save-status {
  grid-column: 1 / -1;
}
.booking-command-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.booking-command-summary div { min-width: 0; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); }
.booking-command-summary span, .booking-command-summary small { display: block; color: var(--muted); font-size: 12px; font-weight: 800; }
.booking-command-summary strong { display: block; margin-top: 4px; overflow-wrap: anywhere; }
.booking-notes { margin: 10px 0 0; }
.booking-filter-bar {
  display: grid;
  grid-template-columns: minmax(150px, .8fr) minmax(190px, 1fr) repeat(2, minmax(150px, .8fr)) minmax(110px, .55fr) auto;
  gap: 12px;
  align-items: end;
  margin: 18px 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}
.date-mode-filter {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 44px;
  margin: 0;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}
.date-mode-filter legend {
  padding: 0 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}
.date-mode-filter label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}
.date-mode-filter input {
  width: 15px;
  min-height: 15px;
  accent-color: var(--brand);
}
.booking-filter-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}
.booking-filter-actions .button,
.booking-filter-actions button {
  min-height: 44px;
  height: 44px;
  padding: 0 13px;
  line-height: 1;
}
.booking-filter-bar select,
.booking-filter-bar input[type="date"] { min-height: 44px; height: 44px; padding-top: 0; padding-bottom: 0; }
.operator-hint-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}
.operator-hint {
  display: grid;
  gap: 4px;
  min-height: 76px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf3;
  color: var(--ink);
  text-align: left;
  box-shadow: none;
}
.operator-hint strong { font-size: 15px; }
.operator-hint span { color: var(--muted); font-size: 13px; font-weight: 750; }
.copy-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}
.copy-field button { min-height: 44px; }
.compact-copy {
  min-width: 260px;
}
.compact-copy input,
.compact-copy button {
  min-height: 36px;
  padding: 8px 10px;
  font-size: 12px;
}
.hold-workflow-panel {
  display: grid;
  gap: 18px;
}
.hold-workflow-panel > form {
  display: grid;
  gap: 14px;
}
.inline-holds-list {
  display: grid;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.inline-holds-list h3 {
  margin: 0;
  font-size: 16px;
}
.search-focus-target {
  position: relative;
  outline: 3px solid rgba(15, 99, 201, .38);
  outline-offset: -3px;
  box-shadow: inset 4px 0 0 var(--brand), 0 0 0 4px rgba(15, 99, 201, .08);
}
.embed body, body.embed { background: transparent; }
body.embed main {
  width: 100%;
  margin: 0;
  padding: 10px;
}
body.embed .widget-shell {
  display: grid;
  gap: 14px;
}
body.embed .search {
  margin: 0;
  padding: 14px;
  border-radius: 8px;
  box-shadow: none;
  background: #fffdf8;
}
body.embed .search.standalone {
  margin: 0;
}
body.embed .search form {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 132px), 1fr));
  gap: 10px;
  align-items: end;
}
body.embed label {
  gap: 6px;
  font-size: 12px;
}
body.embed input,
body.embed select,
body.embed textarea {
  min-height: 40px;
  padding: 9px 10px;
  font-size: 13px;
}
body.embed button,
body.embed .button {
  min-height: 40px;
  padding: 9px 12px;
}
body.embed .discount-code-field {
  min-width: 0;
}
body.embed .room-results {
  margin-top: 0;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 14px;
}
body.embed .card {
  box-shadow: none;
}
body.embed .card-body {
  padding: 14px;
}
body.embed .room-card h3 {
  font-size: 18px;
}
body.embed .room-card p {
  margin: 0;
  font-size: 13px;
}
body.embed .room-facts {
  margin: 10px 0;
  gap: 6px;
}
body.embed .offer-choice {
  padding: 9px 10px;
}
body.embed .offer-choice em {
  font-size: 13px;
}
body.embed .guest-room-detail {
  width: min(1680px, calc(100vw - 20px));
  margin: 0 auto;
  padding: 10px;
}
body.embed .room-detail-layout {
  grid-template-columns: minmax(0, 1fr) minmax(440px, 500px);
  gap: 16px;
}
body.embed .checkout-layout {
  gap: 14px;
}
body.embed .booking-card { top: 10px; }
body.embed .panel {
  padding: 16px;
}
body.embed .page-title {
  margin-bottom: 14px;
}
body.embed .page-title h1,
body.embed .room-detail-copy h1 {
  font-size: clamp(26px, 7vw, 36px);
}
body.embed .checkout-steps .step {
  padding: 16px;
}
.receipt-page { max-width: 920px; }
.receipt-actions { display: flex; justify-content: flex-end; margin-bottom: 16px; }
.receipt-sheet { display: grid; gap: 18px; padding: 34px; margin: 0 0 24px; border: 1px solid var(--line); border-radius: 8px; background: #fff; page-break-after: always; }
.receipt-header { display: grid; grid-template-columns: 120px 1fr; gap: 22px; align-items: start; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.receipt-logo { max-width: 112px; max-height: 88px; object-fit: contain; }
.receipt-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; }
.receipt-grid div { border-bottom: 1px solid var(--line); padding: 8px 0; }
.receipt-grid span { display: block; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.receipt-grid strong { display: block; margin-top: 3px; color: var(--ink); }
.receipt-table tfoot th { color: var(--ink); font-size: 16px; }
.receipt-footer { border-top: 1px solid var(--line); padding-top: 12px; color: var(--muted); }

body.admin-app {
  --admin-blue: #0f63c9;
  --admin-blue-dark: #0b438d;
  --admin-ink: #101b33;
  --admin-muted: #53627a;
  --admin-line: #dfe5ef;
  --admin-panel: #ffffff;
  --admin-soft: #f6f9fd;
  --admin-control: #ffffff;
  --admin-control-hover: #f4f7fb;
  --admin-green: #16a66a;
  --admin-amber: #f59e0b;
  --admin-violet: #7c3aed;
  color: var(--admin-ink);
  background:
    radial-gradient(circle at 18% 0%, rgba(15, 99, 201, .08), transparent 28%),
    linear-gradient(180deg, #fbfdff 0%, #f7f9fc 52%, #ffffff 100%);
  overflow-x: hidden;
}
body.admin-app .topbar {
  position: sticky;
  top: 0;
  border-bottom-color: var(--admin-line);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 1px 0 rgba(16, 27, 51, .03);
}
body.admin-app .topbar-inner {
  width: 100%;
  min-height: 64px;
  padding: 0 24px;
}
body.admin-app .brand-word {
  color: #255A92;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
}
body.admin-app .brand-property { color: var(--admin-muted); }
body.admin-app .topbar .nav {
  gap: 14px;
  color: var(--admin-ink);
}
body.admin-app .top-search {
  width: min(430px, 42vw);
  position: relative;
  display: block;
}
body.admin-app .top-search label {
  position: relative;
  display: block;
  width: 100%;
}
body.admin-app .top-search label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
body.admin-app .top-search input {
  min-height: 40px;
  padding-left: 16px;
  padding-right: 46px;
  border-radius: 999px;
  background: #f7f9fc;
  font-size: 13px;
}
body.admin-app .top-search button {
  position: absolute;
  z-index: 2;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  min-height: 32px;
  border-radius: 999px;
  padding: 0;
  box-shadow: none;
}
body.admin-app .top-search-submit span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
body.admin-app .top-search-submit svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
body.admin-app .topbar .nav a {
  color: var(--admin-ink);
  font-size: 14px;
}
body.admin-app .topbar .nav form button {
  border: 1px solid var(--admin-line);
  border-radius: 999px;
  background: var(--admin-control);
  color: var(--admin-ink);
}
body.admin-app .user-menu {
  position: relative;
}
body.admin-app .user-menu summary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  padding: 5px 12px 5px 6px;
  border: 1px solid var(--admin-line);
  border-radius: 999px;
  background: var(--admin-control);
  color: var(--admin-ink);
  font-size: 13px;
  font-weight: 850;
  list-style: none;
  cursor: pointer;
  user-select: none;
}
body.admin-app .user-menu summary::-webkit-details-marker {
  display: none;
}
body.admin-app .user-menu summary::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 2px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}
body.admin-app .user-avatar {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #eef5ff;
  color: var(--admin-blue);
  font-size: 12px;
  font-weight: 900;
}
body.admin-app .user-menu-panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 35;
  display: grid;
  gap: 8px;
  width: 210px;
  padding: 10px;
  border: 1px solid var(--admin-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 27, 51, .16);
}
body.admin-app .user-menu-panel a,
body.admin-app .user-menu-panel button {
  width: 100%;
  justify-content: flex-start;
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 13px;
}
body.admin-app .user-menu-panel a:hover {
  background: #eef5ff;
  color: var(--admin-blue);
}
body.admin-app .user-menu-panel form {
  margin: 0;
}
body.admin-app .site-footer {
  margin-left: 224px;
  border-top-color: transparent;
  background: transparent;
}
body.admin-app .footer-inner {
  justify-content: center;
  min-height: 58px;
}
body.admin-app .footer-inner nav { display: none; }
body.admin-app .admin-nav-shell {
  display: contents;
}
body.admin-app .admin-nav-toggle,
body.admin-app .admin-nav-menu-button {
  display: none;
}
body.admin-app main.admin-shell {
  width: 100%;
  max-width: none;
  min-height: calc(100vh - 64px);
  margin: 0;
  padding: 24px 24px 42px 248px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
}
body.admin-app .admin-nav {
  position: fixed;
  z-index: 18;
  top: 64px;
  left: 0;
  bottom: 0;
  width: 224px;
  margin: 0;
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 8px;
  overflow-y: auto;
  border: 0;
  border-right: 1px solid var(--admin-line);
  border-radius: 0;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(14px);
}
body.admin-app .admin-nav-group {
  display: grid;
  gap: 2px;
}
body.admin-app .admin-nav-group + .admin-nav-group {
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px solid var(--admin-line);
}
body.admin-app .admin-nav-config {
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px solid var(--admin-line);
}
body.admin-app .admin-nav-label {
  padding: 0 10px 3px;
  color: #8a96aa;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
body.admin-app .admin-nav a,
body.admin-app .admin-nav-config summary {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 7px 10px;
  border-radius: 8px;
  color: #25324a;
  font-size: 13px;
  font-weight: 800;
}
body.admin-app .admin-nav-config summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  user-select: none;
}
body.admin-app .admin-nav-config summary::-webkit-details-marker {
  display: none;
}
body.admin-app .admin-nav-config summary::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .12s ease;
}
body.admin-app .admin-nav-config[open] summary::after {
  transform: rotate(225deg);
}
body.admin-app .admin-nav-submenu {
  display: grid;
  gap: 2px;
  margin-top: 3px;
  padding-left: 10px;
}
body.admin-app .admin-nav-submenu a {
  min-height: 32px;
  padding: 6px 10px;
  font-size: 13px;
}
body.admin-app .admin-nav-submenu .nav-icon {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
}
body.admin-app .admin-nav a:hover,
body.admin-app .admin-nav a.active,
body.admin-app .admin-nav-config summary:hover,
body.admin-app .admin-nav-config summary.active {
  background: #eef5ff;
  color: var(--admin-blue);
}
body.admin-app .admin-nav a.active,
body.admin-app .admin-nav-config summary.active {
  box-shadow: inset 3px 0 0 var(--admin-blue);
}
body.admin-app .nav-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
body.admin-app .page-title,
body.admin-app .section-head {
  margin-bottom: 0;
}
body.admin-app .page-title {
  align-items: center;
  padding: 0 4px;
}
body.admin-app .page-title h1 {
  color: var(--admin-ink);
  font-size: clamp(24px, 2.3vw, 31px);
  line-height: 1.1;
  font-weight: 900;
}
body.admin-app .page-title p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 8px;
  color: var(--admin-muted);
  font-size: 14px;
}
body.admin-app .eyebrow {
  color: var(--admin-blue);
  letter-spacing: .04em;
}
body.admin-app .actions { gap: 10px; }
body.admin-app button,
body.admin-app .button {
  min-height: 32px;
  padding: 7px 10px;
  border-radius: 6px;
  background: var(--admin-blue);
  font-size: 12px;
  line-height: 1.15;
  box-shadow: 0 5px 12px rgba(15, 99, 201, .13);
}
body.admin-app button:hover,
body.admin-app .button:hover {
  background: var(--admin-blue-dark);
}
body.admin-app button.secondary,
body.admin-app .button.secondary,
body.admin-app .booking-action-menu summary {
  border: 1px solid var(--admin-line);
  background: var(--admin-control);
  color: var(--admin-ink);
  box-shadow: none;
}
body.admin-app button.secondary:hover,
body.admin-app .button.secondary:hover,
body.admin-app .booking-action-menu summary:hover {
  border-color: #bfd0e6;
  background: var(--admin-control-hover);
  color: var(--admin-blue);
}
body.admin-app .tag-chip-remove {
  width: 18px;
  min-width: 18px;
  min-height: 18px;
  height: 18px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(15, 99, 201, .10);
  color: var(--admin-blue);
  font-size: 13px;
  box-shadow: none;
}
body.admin-app .tag-chip-remove:hover {
  background: rgba(155, 28, 28, .12);
  color: var(--danger);
}
body.admin-app .metric-grid {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px;
  margin: 0;
}
body.admin-app .dashboard-kpi-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
body.admin-app .metric {
  position: relative;
  min-height: 132px;
  padding: 56px 16px 16px;
  border-color: var(--admin-line);
  border-radius: 8px;
  background: var(--admin-panel);
  box-shadow: 0 14px 34px rgba(20, 36, 64, .06);
}
body.admin-app .metric-icon {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 38px;
  height: 38px;
  margin: 0;
  border-radius: 50%;
  background: rgba(15, 99, 201, .12);
  color: var(--admin-blue);
}
body.admin-app .metric-icon svg {
  width: 19px;
  height: 19px;
}
body.admin-app .metric:nth-child(2) .metric-icon { background: rgba(22, 166, 106, .14); color: #16a66a; }
body.admin-app .metric:nth-child(3) .metric-icon { background: rgba(245, 158, 11, .16); color: #e2870b; }
body.admin-app .metric:nth-child(4) .metric-icon { background: rgba(124, 58, 237, .14); color: #7c3aed; }
body.admin-app .metric:nth-child(5) .metric-icon { background: rgba(15, 99, 201, .12); color: var(--admin-blue); }
body.admin-app .metric .metric-label {
  color: var(--admin-muted);
  font-size: 12px;
  font-weight: 750;
}
body.admin-app .metric strong {
  margin-top: 8px;
  color: var(--admin-ink);
  font-size: 26px;
  line-height: 1;
}
body.admin-app .metric small {
  color: var(--admin-muted);
}
body.admin-app .metric-link:hover {
  border-color: #bfd4f2;
  background: #f8fbff;
}
body.admin-app .ops-grid { gap: 18px; margin-top: 0; }
body.admin-app .dashboard-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 300px);
  gap: 18px;
  align-items: start;
}
body.admin-app .dashboard-main {
  display: grid;
  gap: 18px;
}
body.admin-app .dashboard-side {
  position: sticky;
  top: 82px;
  display: grid;
  gap: 18px;
}
body.admin-app .card,
body.admin-app .panel,
body.admin-app .search,
body.admin-app .step {
  border-color: var(--admin-line);
  border-radius: 8px;
  background: var(--admin-panel);
  box-shadow: 0 14px 34px rgba(20, 36, 64, .055);
}
body.admin-app .panel { padding: 18px; }
body.admin-app .panel h2 {
  color: var(--admin-ink);
  font-size: 18px;
  font-weight: 900;
}
body.admin-app .health-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
body.admin-app .health-panel,
body.admin-app .dashboard-shell .health-grid .panel {
  min-height: 148px;
}
body.admin-app .status-line {
  color: var(--admin-ink);
  font-size: 19px;
}
body.admin-app .table-wrap {
  border: 1px solid var(--admin-line);
  border-radius: 8px;
  background: #fff;
}
body.admin-app .bookings-panel .table-wrap {
  overflow: visible;
}
body.admin-app .panel > .table-wrap {
  margin-top: 20px;
}
body.admin-app .table th,
body.admin-app .table td {
  border-bottom-color: var(--admin-line);
  padding: 16px 14px;
}
body.admin-app .table th {
  color: #33405a;
  font-size: 11px;
  letter-spacing: .03em;
}
body.admin-app .table tbody tr:hover td {
  background: #f9fbff;
}
body.admin-app .badge {
  min-height: 25px;
  border-radius: 7px;
  padding: 4px 9px;
  text-transform: none;
}
body.admin-app .badge.good { background: #dcf7e9; color: #087647; }
body.admin-app .badge.muted-badge { background: #eef2f7; color: #516078; }
body.admin-app .badge.danger-badge { background: #fff0e6; color: #b45309; }
body.admin-app .notice {
  border: 1px solid #cfe0f7;
  border-left: 4px solid var(--admin-blue);
  border-radius: 8px;
  background: #f1f7ff;
}
body.admin-app .error {
  border-color: #f5c2c7;
  border-left-color: var(--danger);
  background: #fff5f5;
}
body.admin-app .property-settings-single {
  max-width: 920px;
}
body.admin-app .property-branding-page {
  display: grid;
  gap: 18px;
}
body.admin-app .asset-upload-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
body.admin-app .property-panel textarea,
body.admin-app .template-settings-form textarea {
  min-height: 136px;
}
body.admin-app .form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}
body.admin-app .settings-details {
  border: 1px solid var(--admin-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
body.admin-app .settings-details + .settings-details {
  margin-top: 14px;
}
body.admin-app .settings-details summary {
  cursor: pointer;
  padding: 15px 18px;
  border-bottom: 1px solid transparent;
  background: #f7f9fc;
  color: var(--admin-ink);
  font-size: 13px;
  font-weight: 900;
  list-style-position: inside;
}
body.admin-app .settings-details[open] summary {
  border-bottom-color: var(--admin-line);
}
body.admin-app .settings-details label {
  display: grid;
  gap: 5px;
  margin: 18px;
}
body.admin-app .settings-details p {
  margin: 18px 18px 0;
}
body.admin-app .settings-details .field-help,
body.admin-app .settings-details .field-warning {
  margin: -2px 0 0;
}
body.admin-app .notification-templates-panel {
  max-width: 960px;
}
body.admin-app .notification-templates-panel > .section-head {
  margin-bottom: 20px;
}
body.admin-app .template-settings-form {
  display: grid;
  gap: 16px;
}
body.admin-app .template-settings-form > .notice {
  margin: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}
body.admin-app .brand-swatch-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
body.admin-app .brand-swatch-row input[type="color"] {
  min-height: 52px;
  padding: 4px;
}
body.admin-app .booking-page-preview {
  display: grid;
  gap: 12px;
  border: 1px solid var(--admin-line);
  border-radius: 8px;
  background: #fff;
  padding: 12px;
}
body.admin-app .booking-preview-hero {
  position: relative;
  min-height: 150px;
  overflow: hidden;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--preview-brand), #7EA7A3);
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
body.admin-app .booking-preview-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 43, 60, .08), rgba(26, 43, 60, .68));
}
body.admin-app .booking-preview-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.admin-app .booking-preview-hero div {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
}
body.admin-app .booking-preview-hero span {
  color: var(--preview-accent);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
body.admin-app .booking-preview-hero strong {
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
}
body.admin-app .booking-preview-card {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--admin-line);
  border-radius: 6px;
  background: #f7f9fc;
}
body.admin-app .booking-preview-card button {
  grid-column: 1 / -1;
  background: var(--preview-brand);
}
body.admin-app .preview-dot {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--preview-accent);
}
body.admin-app .preview-line {
  display: block;
  height: 10px;
  max-width: 68%;
  border-radius: 999px;
  background: #e9eef7;
}
body.admin-app .preview-line.wide {
  max-width: 100%;
}
body.admin-app .brand-empty-preview {
  display: grid;
  place-items: center;
  color: var(--admin-muted);
  font-weight: 800;
  border-style: dashed;
}
body.admin-app .account-layout {
  display: grid;
  grid-template-columns: minmax(260px, 330px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
body.admin-app .account-summary-panel {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 18px;
}
body.admin-app .account-summary-panel h2 {
  margin-bottom: 4px;
}
body.admin-app .account-avatar {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  box-shadow: 0 10px 24px rgba(20, 36, 64, .14);
}
body.admin-app .account-profile-preview {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--admin-line);
  border-radius: 8px;
  background: #f7f9fc;
}
body.admin-app .account-profile-preview strong,
body.admin-app .account-profile-preview span {
  display: block;
}
body.admin-app .account-profile-preview span {
  margin-top: 4px;
  color: var(--admin-muted);
  font-size: 13px;
  font-weight: 750;
}
body.admin-app .account-meta-list {
  display: grid;
  gap: 0;
  margin: 0;
}
body.admin-app .account-meta-list div {
  padding: 12px 0;
  border-top: 1px solid var(--admin-line);
}
body.admin-app .account-meta-list dt {
  color: var(--admin-muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}
body.admin-app .account-meta-list dd {
  margin: 4px 0 0;
  color: var(--admin-ink);
  font-weight: 800;
  overflow-wrap: anywhere;
}
body.admin-app .account-section {
  min-width: 0;
  max-width: 920px;
}
body.admin-app .account-form {
  display: grid;
  gap: 18px;
}
body.admin-app .account-security-stack {
  display: grid;
  gap: 18px;
}
body.admin-app .account-security-grid {
  margin-top: 0;
}
body.admin-app .account-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
body.admin-app .account-status-grid div {
  padding: 14px;
  border: 1px solid var(--admin-line);
  border-radius: 8px;
  background: #f7f9fc;
}
body.admin-app .account-status-grid span {
  display: block;
  color: var(--admin-muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}
body.admin-app .account-status-grid strong {
  display: block;
  margin-top: 6px;
  overflow-wrap: anywhere;
}
body.admin-app .account-check-grid {
  margin: 0;
}
body.admin-app .account-check-grid label {
  align-items: flex-start;
}
body.admin-app .account-check-grid label span {
  display: grid;
  gap: 3px;
}
body.admin-app .account-check-grid strong {
  color: var(--admin-ink);
  font-size: 13px;
}
body.admin-app .account-check-grid small {
  color: var(--admin-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}
body.admin-app .account-team-workspace,
body.admin-app .account-team-edit-list {
  display: grid;
  gap: 18px;
}
body.admin-app .team-edit-card form {
  display: grid;
  gap: 18px;
  padding: 18px;
}
body.admin-app .team-edit-card summary {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
body.admin-app .account-team-table th:nth-child(1) {
  width: 44%;
}
body.admin-app input,
body.admin-app select,
body.admin-app textarea {
  border-color: var(--admin-line);
  border-radius: 7px;
  background: #fff;
}
body.admin-app input:focus,
body.admin-app select:focus,
body.admin-app textarea:focus {
  border-color: var(--admin-blue);
  outline-color: rgba(15, 99, 201, .18);
  box-shadow: 0 0 0 3px rgba(15, 99, 201, .09);
}
body.admin-app .room-grid-wrap {
  border-color: var(--admin-line);
  background: #fff;
}
body.admin-app .room-grid-table th:first-child,
body.admin-app .room-grid-table thead th,
body.admin-app .calendar-table th:first-child {
  background: #f7f9fc;
}
body.admin-app .room-grid-table td,
body.admin-app .room-grid-table th {
  border-color: var(--admin-line);
}
body.admin-app .grid-booking {
  border-color: #b8d4ff;
  background: #eaf3ff;
}
body.admin-app .grid-booking:nth-child(2n) {
  border-color: #b7e4c8;
  background: #eaf8ef;
}
body.admin-app .modal {
  border-color: var(--admin-line);
}
body.admin-app .modal-header,
body.admin-app .modal-actions {
  background: #f7f9fc;
  border-color: var(--admin-line);
}
body.admin-app .subnav,
body.admin-app .modal-header,
body.admin-app .modal-actions,
body.admin-app .check-grid label {
  background: #f7f9fc;
}
body.admin-app .check-grid {
  background: #fff;
  border-color: var(--admin-line);
}
body.admin-app .subnav {
  border-color: var(--admin-line);
  align-items: center;
  justify-self: start;
  align-self: start;
  width: max-content;
  max-width: 100%;
  min-height: 48px;
  padding: 6px;
}
body.admin-app .subnav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 13px;
  line-height: 1;
}
body.admin-app .subnav a.active,
body.admin-app .subnav a:hover {
  background: #eaf3ff;
  color: var(--admin-blue);
}
body.admin-app .booking-action-list {
  border-color: var(--admin-line);
  background: #fff;
}
body.admin-app .today-item {
  border-color: var(--admin-line);
  background: #fff;
}
body.admin-app .today-date-toolbar,
body.admin-app .today-sync-item,
body.admin-app .calendar-grid-wrap {
  border-color: var(--admin-line);
  background: #fff;
}
body.admin-app .today-sync-item.needs-attention {
  border-color: #f6c768;
  background: #fffaf0;
}
body.admin-app .today-actions {
  border-top-color: var(--admin-line);
}
body.admin-app .booking-command-summary div {
  border-color: var(--admin-line);
  background: #f7f9fc;
}
body.admin-app .booking-command-summary span,
body.admin-app .booking-command-summary small,
body.admin-app .booking-notes {
  color: var(--admin-muted);
}
body.admin-app .booking-command-actions .button,
body.admin-app .booking-command-actions button,
body.admin-app .booking-contact-actions .button {
  min-height: 32px;
  padding: 7px 10px;
}
body.admin-app .booking-filter-bar {
  border-color: var(--admin-line);
  background: #f7f9fc;
}
body.admin-app .inline-holds-list {
  border-top-color: var(--admin-line);
}
body.admin-app .operator-hint {
  border-color: var(--admin-line);
  background: #fff;
  color: var(--admin-ink);
}
body.admin-app .operator-hint:hover {
  border-color: #bfd4f2;
  background: #f4f8ff;
}
body.admin-app .operator-hint span {
  color: var(--admin-muted);
}
body.admin-app .rate-action-strip .rate-action-card {
  display: grid;
  min-height: 68px;
  padding: 12px 14px;
  align-content: start;
  align-items: start;
  justify-content: stretch;
  justify-items: start;
  line-height: 1.2;
  text-align: left;
}
body.admin-app .rate-action-strip .rate-action-card strong,
body.admin-app .rate-action-strip .rate-action-card span {
  display: block;
  margin: 0;
  line-height: 1.2;
}
body.admin-app .calendar-table th:first-child,
body.admin-app .calendar-table thead th,
body.admin-app .room-grid-table th:first-child,
body.admin-app .room-grid-table thead th {
  background: #f7f9fc;
}
body.admin-app .calendar-table td,
body.admin-app .room-grid-table td {
  background: #fff;
}
body.admin-app .calendar-table td.calendar-set {
  background: #eef7ff;
}
body.admin-app .calendar-table td.calendar-inherited {
  background: #f8fbff;
}
body.admin-app .calendar-table td.calendar-unavailable {
  background: #f8fafc;
}
body.admin-app .calendar-table td.calendar-unavailable strong {
  color: var(--admin-muted);
  font-size: 20px;
}
body.admin-app .calendar-table .cell-edit {
  min-height: 32px;
  border: 1px solid #bfd4f2;
  background: #fff;
  color: var(--admin-blue);
  box-shadow: none;
}
body.admin-app .calendar-table .cell-edit:hover {
  border-color: #8eb9ee;
  background: #eaf3ff;
  color: var(--admin-blue-dark);
}
body.admin-app .calendar-table .cell-readonly {
  border-color: var(--admin-line);
  background: #f8fafc;
  color: var(--admin-muted);
}
body.admin-app .side-panel .section-head {
  align-items: center;
  margin-bottom: 10px;
}
body.admin-app .side-panel {
  padding: 16px;
}
body.admin-app .side-panel h2 {
  font-size: 15px;
  line-height: 1.2;
}
body.admin-app .side-panel .section-head a {
  font-size: 11px;
  font-weight: 850;
}
body.admin-app .side-list {
  display: grid;
  gap: 0;
}
body.admin-app .side-item {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 1px 9px;
  padding: 9px 0;
  border-top: 1px solid var(--admin-line);
  color: var(--admin-ink);
}
body.admin-app .side-item:first-child {
  border-top: 0;
}
body.admin-app .side-item strong,
body.admin-app .side-item span:not(.status-dot) {
  grid-column: 2;
}
body.admin-app .side-item strong {
  font-size: 12px;
  line-height: 1.25;
}
body.admin-app .side-item span:not(.status-dot) {
  color: var(--admin-muted);
  font-size: 11px;
  line-height: 1.25;
}
body.admin-app .status-dot {
  grid-row: 1 / span 2;
  width: 14px;
  height: 14px;
  margin-top: 2px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--admin-amber);
  box-shadow: 0 0 0 1px rgba(245, 158, 11, .35);
}
body.admin-app .status-dot.blue {
  background: var(--admin-blue);
  box-shadow: 0 0 0 1px rgba(15, 99, 201, .3);
}
body.admin-app .status-dot.good {
  background: var(--admin-green);
  box-shadow: 0 0 0 1px rgba(22, 163, 74, .28);
}
body.admin-app .status-dot.warning {
  background: var(--admin-amber);
  box-shadow: 0 0 0 1px rgba(245, 158, 11, .35);
}
body.admin-app .status-dot.danger {
  background: var(--admin-red);
  box-shadow: 0 0 0 1px rgba(220, 38, 38, .28);
}
body.admin-app .quick-action-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}
body.admin-app .quick-action {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 3px 12px;
  align-items: center;
  min-height: 88px;
  padding: 14px;
  border: 1px solid var(--admin-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(20, 36, 64, .055);
  color: var(--admin-ink);
}
body.admin-app .quick-action:hover {
  border-color: #bfd4f2;
  background: #f4f8ff;
}
body.admin-app .quick-action-icon {
  grid-row: 1 / span 2;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eaf3ff;
  color: var(--admin-blue);
}
body.admin-app .quick-action-icon .nav-icon {
  width: 20px;
  height: 20px;
}
body.admin-app .quick-action strong {
  color: var(--admin-ink);
  font-size: 14px;
}
body.admin-app .quick-action span:not(.quick-action-icon) {
  color: var(--admin-muted);
  font-size: 12px;
}
body.admin-app .system-status-strip {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -6px;
}
body.admin-app .compact-status {
  display: inline-grid;
  grid-template-columns: 28px auto;
  gap: 0 9px;
  align-items: center;
  min-height: 46px;
  padding: 8px 12px;
  border: 1px solid var(--admin-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .74);
  color: var(--admin-ink);
}
body.admin-app .compact-status-icon {
  grid-row: 1 / span 2;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 900;
}
body.admin-app .compact-status span:not(.compact-status-icon) {
  color: var(--admin-muted);
  font-size: 12px;
  font-weight: 850;
}
body.admin-app .compact-status strong {
  font-size: 13px;
}
body.admin-app .compact-status.good .compact-status-icon {
  background: #dcf7e9;
  color: #087647;
}
body.admin-app .compact-status.danger .compact-status-icon {
  background: #fff0e6;
  color: #b45309;
}
body.admin-app .compact-status.muted .compact-status-icon {
  background: #eef2f7;
  color: var(--admin-muted);
}
body.admin-app .dashboard-snapshot-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: 18px;
}
body.admin-app .dashboard-snapshot-card {
  min-height: 210px;
}
body.admin-app .snapshot-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
body.admin-app .snapshot-stat {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--admin-line);
  border-radius: 8px;
  background: #f7f9fc;
}
body.admin-app .snapshot-stat span,
body.admin-app .snapshot-stat small {
  display: block;
  color: var(--admin-muted);
  font-size: 12px;
  font-weight: 800;
}
body.admin-app .snapshot-stat strong {
  display: block;
  margin: 7px 0;
  color: var(--admin-ink);
  font-size: 24px;
  line-height: 1;
}
body.admin-app .search-shell {
  align-content: start;
}
body.admin-app .search-page-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
}
body.admin-app .search-results-list {
  display: grid;
  gap: 10px;
}
body.admin-app .search-result-item {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--admin-line);
  border-radius: 8px;
  background: #fff;
  color: var(--admin-ink);
}
body.admin-app .search-result-item:hover {
  border-color: #bcd2ef;
  background: #f8fbff;
}
body.admin-app .search-result-item strong {
  display: block;
  font-size: 16px;
}
body.admin-app .search-result-item span:not(.badge) {
  display: block;
  color: var(--admin-muted);
  font-size: 13px;
}
body.admin-app .search-result-item p {
  margin: 4px 0 0;
  font-size: 13px;
}
body.admin-app .search-hints {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.admin-app .search-hints span {
  padding: 8px 10px;
  border: 1px solid var(--admin-line);
  border-radius: 999px;
  background: #f7f9fc;
  color: var(--admin-muted);
  font-size: 13px;
  font-weight: 800;
}
body.admin-app .help-layout {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
body.admin-app .help-index {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 10px;
}
body.admin-app .help-index a {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--admin-line);
  border-radius: 8px;
  color: var(--admin-ink);
  background: #fff;
}
body.admin-app .help-index a.active,
body.admin-app .help-index a:hover {
  border-color: #bfd4f2;
  background: #eef5ff;
}
body.admin-app .help-index a span {
  color: var(--admin-muted);
  font-size: 13px;
  font-weight: 750;
}
body.admin-app .help-article {
  max-width: 900px;
}
body.admin-app .help-article h1 {
  margin-bottom: 18px;
  color: var(--admin-ink);
  font-size: 34px;
}
body.admin-app .help-article h2 {
  margin: 28px 0 10px;
  padding-top: 18px;
  border-top: 1px solid var(--admin-line);
}
body.admin-app .help-article p,
body.admin-app .help-article li {
  color: #25324a;
  line-height: 1.58;
}
body.admin-app .help-article ul {
  margin: 0 0 14px;
  padding-left: 22px;
}
body.admin-app .help-article code {
  border-color: var(--admin-line);
  background: #f7f9fc;
}

body.admin-app .rate-toolbar .button,
body.admin-app .room-grid-toolbar .button,
body.admin-app .room-grid-toolbar button,
body.admin-app .today-date-toolbar .button,
body.admin-app .today-date-toolbar button,
body.admin-app .booking-filter-actions .button,
body.admin-app .booking-filter-actions button,
body.admin-app .copy-field button,
body.admin-app .rate-url-copy button {
  min-height: 32px;
  height: auto;
  padding: 7px 10px;
}

body.admin-app .rate-toolbar .button,
body.admin-app .rate-toolbar button {
  min-height: 44px;
  height: 44px;
  padding: 0 13px;
  line-height: 1;
}
body.admin-app .booking-filter-actions .button,
body.admin-app .booking-filter-actions button {
  min-height: 44px;
  height: 44px;
  padding: 0 13px;
  line-height: 1;
}
body.admin-app .room-grid-toolbar .button,
body.admin-app .room-grid-toolbar button {
  min-height: 44px;
  height: 44px;
  padding: 0 13px;
  line-height: 1;
}
body.admin-app .room-grid-copy-button {
  flex-basis: 100%;
  width: max-content;
  margin-left: auto;
}
body.admin-app .booking-filter-bar select,
body.admin-app .booking-filter-bar input[type="date"],
body.admin-app .rate-toolbar select,
body.admin-app .rate-toolbar input[type="date"],
body.admin-app .grid-date-form input[type="date"] {
  min-height: 44px;
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
}

.support-report-layout {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: start;
}
.support-report-form {
  display: grid;
  gap: 14px;
}
.support-report-form textarea,
.support-report-response textarea {
  resize: vertical;
}
.support-report-item {
  display: grid;
  gap: 10px;
  padding: 14px 0;
  border-bottom: 1px solid var(--admin-line);
}
.support-report-item:first-child { padding-top: 0; }
.support-report-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.support-report-item-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.support-report-item p {
  margin: 0;
  color: var(--admin-ink);
  line-height: 1.5;
}
.support-report-response {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}
.platform-support-panel { max-width: 1100px; }

@media (max-width: 980px) {
  body.admin-app .site-footer { margin-left: 0; }
  body.admin-app main.admin-shell {
    padding: 18px 16px 42px;
  }
  body.admin-app .admin-nav-shell {
    position: sticky;
    top: 64px;
    z-index: 19;
    display: grid;
    gap: 8px;
    margin: -18px -16px 4px;
    padding: 8px 16px;
    border-bottom: 1px solid var(--admin-line);
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(14px);
  }
  body.admin-app .admin-nav-toggle {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    opacity: 0;
    pointer-events: none;
  }
  body.admin-app .admin-nav-menu-button {
    display: grid;
    grid-template-columns: 18px auto minmax(0, 1fr) 12px;
    gap: 8px;
    align-items: center;
    min-height: 38px;
    padding: 8px 10px;
    border: 1px solid var(--admin-line);
    border-radius: 8px;
    background: #fff;
    color: var(--admin-ink);
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(20, 36, 64, .06);
  }
  body.admin-app .admin-nav-menu-button .nav-icon {
    width: 18px;
    height: 18px;
  }
  body.admin-app .admin-nav-menu-button span {
    font-size: 13px;
    font-weight: 900;
  }
  body.admin-app .admin-nav-menu-button strong {
    min-width: 0;
    color: var(--admin-muted);
    font-size: 12px;
    font-weight: 800;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body.admin-app .admin-nav-menu-button::after {
    content: "";
    justify-self: end;
    width: 8px;
    height: 8px;
    margin-left: 4px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
  }
  body.admin-app .admin-nav-toggle:checked + .admin-nav-menu-button::after {
    transform: rotate(225deg);
  }
  body.admin-app .admin-nav {
    position: static;
    display: none;
    width: 100%;
    max-width: none;
    max-height: calc(100vh - 132px);
    margin: 0;
    padding: 8px;
    overflow: auto;
    border: 1px solid var(--admin-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(16, 27, 51, .14);
  }
  body.admin-app .admin-nav-toggle:checked ~ .admin-nav {
    display: grid;
    gap: 8px;
  }
  body.admin-app .admin-nav a {
    width: 100%;
    min-height: 36px;
    padding: 8px 10px;
  }
  body.admin-app .admin-nav-group {
    display: grid;
    gap: 4px;
  }
  body.admin-app .admin-nav-config {
    margin-top: 0;
    padding-top: 8px;
    border-top: 1px solid var(--admin-line);
  }
  body.admin-app .admin-nav-label {
    display: none;
  }
  body.admin-app .dashboard-layout {
    grid-template-columns: 1fr;
  }
  body.admin-app .dashboard-kpi-grid,
  body.admin-app .dashboard-snapshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.admin-app .help-layout {
    grid-template-columns: 1fr;
  }
  body.admin-app .account-layout {
    grid-template-columns: 1fr;
  }
  body.admin-app .help-index {
    position: static;
  }
  body.admin-app .account-summary-panel {
    position: static;
  }
  body.admin-app .dashboard-side {
    position: static;
  }
  .notify-layout {
    grid-template-columns: 1fr;
  }
  .notify-tips {
    position: static;
  }
  body.admin-app .top-search {
    order: 3;
    width: 100%;
    grid-column: 1 / -1;
  }
  body.admin-app .topbar .nav {
    width: 100%;
  }
}

@media (max-width: 860px) {
  .metric-grid, .checkout-layout, .room-detail-layout, .landing-hero, .comparison-grid, .today-ops-grid, .landing-strip, .landing-plain-section { grid-template-columns: 1fr; }
  body.embed .guest-room-detail {
    width: 100%;
    padding: 8px;
  }
  body.embed .room-detail-layout {
    grid-template-columns: 1fr;
  }
  body.embed .booking-card {
    position: static;
    width: 100%;
  }
  .landing-hero { min-height: 500px; }
  body.admin-app .dashboard-kpi-grid,
  body.admin-app .dashboard-snapshot-grid,
  body.admin-app .snapshot-stat-grid,
  body.admin-app .account-status-grid,
  body.admin-app .asset-upload-grid {
    grid-template-columns: 1fr;
  }
  .price-summary, .booking-card { position: static; }
  .comparison-panel .section-head { display: grid; align-items: start; }
  .calculator-controls { width: 100%; flex: none; }
}
@media (max-width: 680px) {
  .topbar-inner { align-items: flex-start; flex-direction: column; padding: 12px 0; }
  .footer-inner { align-items: flex-start; flex-direction: column; justify-content: center; padding: 16px 0; }
  main { width: min(100vw - 24px, 1180px); }
  .hero { min-height: 470px; padding-top: 72px; }
  .search { margin-top: 14px; }
  .page-title, .section-head { display: grid; }
  .actions, .section-head .secondary { justify-content: stretch; }
  .actions button, .actions .button, .section-head button { width: 100%; }
  .room-grid-toolbar, .grid-date-form { display: grid; width: 100%; }
  .room-grid-toolbar .button, .room-grid-toolbar button { width: 100%; }
  .today-date-toolbar,
  .today-date-form {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }
  .today-date-toolbar .button,
  .today-date-toolbar button {
    width: 100%;
  }
  .rate-toolbar, .rate-toolbar .inline-form, .booking-filter-bar { display: grid; width: 100%; grid-template-columns: 1fr; }
  .rate-toolbar .button, .rate-toolbar button { width: 100%; }
  .rate-action-strip,
  .rate-plan-settings summary {
    grid-template-columns: 1fr;
    display: grid;
  }
  .rate-plan-settings-actions button {
    width: 100%;
  }
  .booking-filter-actions { display: grid; }
  .booking-filter-actions .button, .booking-filter-actions button { width: 100%; }
  .inline-control { display: grid; }
  .modal { width: calc(100vw - 18px); max-height: calc(100vh - 18px); }
  .modal-header, .modal-content, .modal-actions { padding-left: 16px; padding-right: 16px; }
  .modal-header { align-items: flex-start; flex-direction: column; }
  .modal-header-actions { justify-content: flex-start; flex-wrap: wrap; }
  .booking-manage-modal .booking-stay-form { grid-template-columns: 1fr; }
  .room-gallery { aspect-ratio: 4 / 3; }
  .gallery-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); }
  .gallery-thumbs button { width: 100%; }
  .booking-card .search form { grid-template-columns: 1fr; }
  .discount-apply-form { grid-template-columns: 1fr; }
  .discount-apply-form button { width: 100%; }
  body.embed main,
  body.embed .guest-room-detail {
    width: 100%;
    padding: 8px;
  }
  body.embed .room-detail-media .room-gallery {
    aspect-ratio: 4 / 3;
    max-height: none;
  }
  body.embed .room-detail-summary {
    max-width: none;
  }
  body.embed .booking-card .search form {
    grid-template-columns: 1fr;
  }
  body.embed .search form {
    grid-template-columns: 1fr 1fr;
  }
  body.embed .discount-code-field,
  body.embed .search button {
    grid-column: 1 / -1;
  }
  body.embed .room-results {
    grid-template-columns: 1fr;
  }
  body.embed .room-card {
    display: grid;
    grid-template-columns: minmax(112px, .42fr) minmax(0, .58fr);
  }
  body.embed .room-card-media,
  body.embed .room-card-carousel,
  body.embed .room-card-photo {
    min-height: 100%;
    aspect-ratio: auto;
  }
  body.embed .room-facts span {
    font-size: 11px;
    padding: 5px 7px;
  }
  .photo-meta-card { grid-template-columns: 1fr; }
  .calculator-controls { grid-template-columns: 1fr; }
  .discount-control input[type="range"] { min-height: 40px; }
  .compare-card dl div { display: grid; gap: 4px; }
  .compare-card dd { text-align: left; }
  .gain-banner { display: grid; }
  .gain-banner strong { text-align: left; }
  .landing-contact-panel { display: grid; }
  .landing-contact-panel .button { width: 100%; }
  .booking-create-grid .form-grid {
    grid-template-columns: 1fr;
  }
  .operator-hint-grid,
  .copy-field {
    grid-template-columns: 1fr;
  }
  body.admin-app .search-page-form,
  body.admin-app .search-result-item,
  .notify-message-grid {
    grid-template-columns: 1fr;
  }
  .booking-manage-modal .modal-content,
  .booking-manage-modal .booking-command-summary {
    grid-template-columns: 1fr;
  }
  .booking-manage-modal .modal-section:nth-child(2) {
    grid-row: auto;
  }
  body.admin-app .topbar-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px 10px;
    padding: 8px 12px 10px;
  }
  body.admin-app .brand {
    grid-template-columns: 26px auto;
    grid-template-rows: auto auto;
    flex: 0 0 auto;
    min-width: 0;
    column-gap: 8px;
    align-items: center;
  }
  body.admin-app .brand img {
    grid-row: span 2;
    width: 26px;
    height: 26px;
  }
  body.admin-app .brand-word {
    font-size: 16px;
    line-height: 1;
  }
  body.admin-app .brand-property {
    display: block;
    font-size: 10px;
    line-height: 1.05;
  }
  body.admin-app .topbar .nav {
    display: contents;
  }
  body.admin-app .user-menu {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    width: auto;
    margin-right: 42px;
  }
  body.admin-app .top-search {
    grid-column: 1 / -1;
    grid-row: 2;
    display: block;
    width: 100%;
    min-width: 0;
  }
  body.admin-app .top-search input {
    min-height: 36px;
    padding-left: 14px;
    padding-right: 42px;
  }
  body.admin-app .top-search button {
    width: auto;
    min-width: 0;
    width: 28px;
    min-height: 28px;
    padding: 0;
  }
  body.admin-app .user-menu summary {
    width: auto;
    max-width: none;
    min-height: 34px;
    padding: 4px 7px 4px 5px;
    gap: 4px;
    font-size: 11px;
  }
  body.admin-app .user-avatar {
    width: 25px;
    height: 25px;
    font-size: 11px;
  }
  body.admin-app .user-menu summary > span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  body.admin-app main.admin-shell {
    width: 100%;
    padding: 12px 10px 32px;
  }
  body.admin-app .admin-nav-shell {
    position: fixed;
    top: 8px;
    right: 12px;
    z-index: 40;
    width: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    backdrop-filter: none;
  }
  body.admin-app .admin-nav-menu-button {
    grid-template-columns: 16px;
    justify-content: center;
    min-height: 36px;
    width: 36px;
    padding: 7px 9px;
    box-shadow: none;
  }
  body.admin-app .admin-nav-menu-button span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  body.admin-app .admin-nav-menu-button strong,
  body.admin-app .admin-nav-menu-button::after {
    display: none;
  }
  body.admin-app .admin-nav {
    position: fixed;
    top: 96px;
    right: 10px;
    left: 10px;
    width: auto;
    max-height: calc(100vh - 126px);
  }
  body.admin-app .admin-nav a,
  body.admin-app .admin-nav-config summary {
    min-height: 34px;
    padding: 7px 9px;
    font-size: 12px;
  }
  body.admin-app .admin-nav .nav-icon {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }
  body.admin-app .page-title,
  body.admin-app .section-head {
    gap: 10px;
  }
  body.admin-app .page-title h1 {
    font-size: 23px;
  }
  body.admin-app .panel {
    padding: 14px;
  }
  body.admin-app .metric {
    min-height: 112px;
    padding: 48px 13px 13px;
  }
  body.admin-app .metric-icon {
    top: 13px;
    left: 13px;
    width: 32px;
    height: 32px;
  }
  body.admin-app .metric strong {
    font-size: 23px;
  }
  body.admin-app .actions,
  body.admin-app .modal-actions,
  body.admin-app .today-actions,
  body.admin-app .booking-filter-actions,
  body.admin-app .rate-plan-settings-actions {
    display: flex;
    justify-content: flex-start;
    gap: 7px;
  }
  body.admin-app .actions button,
  body.admin-app .actions .button,
  body.admin-app .section-head button,
  body.admin-app .today-actions button,
  body.admin-app .today-actions .button,
  body.admin-app .room-grid-toolbar button,
  body.admin-app .room-grid-toolbar .button,
  body.admin-app .rate-toolbar .button,
  body.admin-app .rate-toolbar button,
  body.admin-app .booking-filter-actions .button,
  body.admin-app .booking-filter-actions button,
  body.admin-app .rate-plan-settings-actions button {
    width: auto;
    min-height: 32px;
  }
  body.admin-app .room-grid-toolbar button,
  body.admin-app .room-grid-toolbar .button {
    min-height: 44px;
    height: 44px;
  }
  body.admin-app .room-grid-copy-button {
    width: max-content;
    margin-left: auto;
  }
  body.admin-app .support-report-layout {
    grid-template-columns: 1fr;
  }
  body.admin-app .support-report-response {
    grid-template-columns: 1fr;
  }
  body.admin-app .inline-control {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  body.admin-app .quick-action {
    min-height: 78px;
    padding: 12px;
  }
  body.admin-app .table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
  }
  body.admin-app .calendar-grid-wrap,
  body.admin-app .room-grid-wrap {
    overflow-x: auto;
    border: 1px solid var(--admin-line);
    background: #fff;
  }
  body.admin-app .table-wrap .table:not(.calendar-table):not(.room-grid-table),
  body.admin-app .ops-table,
  body.admin-app .activity-table,
  body.admin-app .notify-table,
  body.admin-app .platform-table,
  body.admin-app .bookings-table,
  body.admin-app .discount-table,
  body.admin-app .inventory-table {
    display: block;
    min-width: 0;
    width: 100%;
    table-layout: auto;
  }
  body.admin-app .table:not(.calendar-table):not(.room-grid-table) thead {
    display: none;
  }
  body.admin-app .table:not(.calendar-table):not(.room-grid-table) tbody,
  body.admin-app .table:not(.calendar-table):not(.room-grid-table) tr,
  body.admin-app .table:not(.calendar-table):not(.room-grid-table) td {
    display: block;
    width: 100%;
  }
  body.admin-app .table:not(.calendar-table):not(.room-grid-table) tr {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid var(--admin-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(20, 36, 64, .05);
  }
  body.admin-app .table:not(.calendar-table):not(.room-grid-table) td {
    display: grid;
    grid-template-columns: minmax(86px, .38fr) minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 10px 12px;
    border-bottom: 1px solid var(--admin-line);
    text-align: left;
  }
  body.admin-app .table:not(.calendar-table):not(.room-grid-table) td:last-child {
    border-bottom: 0;
  }
  body.admin-app .table:not(.calendar-table):not(.room-grid-table) td::before {
    content: "";
    color: var(--admin-muted);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase;
  }
  body.admin-app .table:not(.calendar-table):not(.room-grid-table) td > * {
    min-width: 0;
  }
  body.admin-app .inventory-table td.row-actions,
  body.admin-app .inventory-table td:last-child,
  body.admin-app .inventory-table th:last-child {
    display: grid;
    width: 100%;
    min-width: 0;
    padding-right: 12px;
    text-align: left;
  }
  body.admin-app .inventory-table td.row-actions button,
  body.admin-app .table:not(.calendar-table):not(.room-grid-table) td:last-child button,
  body.admin-app .table:not(.calendar-table):not(.room-grid-table) td:last-child .button {
    width: max-content;
    max-width: 100%;
  }
  body.admin-app .room-type-cell {
    min-width: 0;
    align-items: flex-start;
  }
  body.admin-app .thumb-strip,
  body.admin-app .thumb-placeholder {
    width: 72px;
    min-width: 72px;
    height: 44px;
  }
  body.admin-app .thumb-strip img {
    width: 36px;
    height: 44px;
  }
  body.admin-app .room-types-table td:nth-child(1)::before,
  body.admin-app .rooms-table td:nth-child(1)::before { content: "Name"; }
  body.admin-app .room-types-table td:nth-child(2)::before { content: "Rates"; }
  body.admin-app .room-types-table td:nth-child(3)::before { content: "Occupancy"; }
  body.admin-app .room-types-table td:nth-child(4)::before,
  body.admin-app .rooms-table td:nth-child(3)::before { content: "Status"; }
  body.admin-app .room-types-table td:nth-child(5)::before,
  body.admin-app .rooms-table td:nth-child(4)::before { content: "Actions"; }
  body.admin-app .rooms-table td:nth-child(2)::before { content: "Room type"; }
  body.admin-app .bookings-table td:nth-child(1)::before { content: "Guest"; }
  body.admin-app .bookings-table td:nth-child(2)::before { content: "Stay"; }
  body.admin-app .bookings-table td:nth-child(3)::before { content: "Room"; }
  body.admin-app .bookings-table td:nth-child(4)::before { content: "Status"; }
  body.admin-app .bookings-table td:nth-child(5)::before { content: "Total"; }
  body.admin-app .bookings-table td:nth-child(6)::before { content: "Tags"; }
  body.admin-app .bookings-table td:nth-child(7)::before { content: "Actions"; }
  body.admin-app .discount-table td:nth-child(1)::before { content: "Code"; }
  body.admin-app .discount-table td:nth-child(2)::before { content: "Name"; }
  body.admin-app .discount-table td:nth-child(3)::before { content: "Discount"; }
  body.admin-app .discount-table td:nth-child(4)::before { content: "Restrictions"; }
  body.admin-app .discount-table td:nth-child(5)::before { content: "Status"; }
  body.admin-app .discount-table td:nth-child(6)::before { content: "Uses"; }
  body.admin-app .discount-table td:nth-child(7)::before { content: "Actions"; }
  body.admin-app .notify-table td:nth-child(1)::before { content: "Send"; }
  body.admin-app .notify-table td:nth-child(2)::before { content: "Guest"; }
  body.admin-app .notify-table td:nth-child(3)::before { content: "Stay"; }
  body.admin-app .notify-table td:nth-child(4)::before { content: "Contact"; }
  body.admin-app .notify-table td:nth-child(5)::before { content: "Tags"; }
  body.admin-app .notify-table td:nth-child(6)::before { content: "Action"; }
  body.admin-app .activity-table td:nth-child(1)::before { content: "Time"; }
  body.admin-app .activity-table td:nth-child(2)::before { content: "Action"; }
  body.admin-app .activity-table td:nth-child(3)::before { content: "Record"; }
  body.admin-app .activity-table td:nth-child(4)::before { content: "Actor"; }
  body.admin-app .activity-table td:nth-child(5)::before { content: "Details"; }
  body.admin-app .activity-table td:nth-child(6)::before { content: "Actions"; }
  body.admin-app .platform-table td:nth-child(1)::before { content: "Property"; }
  body.admin-app .platform-table td:nth-child(2)::before { content: "Stage"; }
  body.admin-app .platform-table td:nth-child(3)::before { content: "Revenue"; }
  body.admin-app .platform-table td:nth-child(4)::before { content: "Risk"; }
  body.admin-app .platform-table td:nth-child(5)::before { content: "Next step"; }
  body.admin-app .platform-table td:nth-child(6)::before { content: "Actions"; }
  body.admin-app .feed-table-wrap .table tr {
    display: grid;
    gap: 8px;
    padding: 12px;
  }
  body.admin-app .feed-table-wrap .table td {
    display: block;
    padding: 0;
    border: 0;
  }
  body.admin-app .feed-table-wrap .table td::before {
    content: "";
  }
  body.admin-app .feed-url-input {
    font-size: 11px;
  }
}
@media print {
  html, body, body.admin-app, .app-shell, .admin-main, main.receipt-page { background: #fff !important; }
  .topbar, .site-footer, .no-print { display: none !important; }
  main.receipt-page { width: 100%; max-width: none; padding: 0; margin: 0; }
  .receipt-sheet { border: 0; border-radius: 0; margin: 0; padding: 24px; box-shadow: none; background: transparent; }
  .receipt-sheet:last-child { page-break-after: auto; }
  a { color: inherit; }
}
