:root {
  color-scheme: light;
  --ink: #273c33;
  --muted: #788078;
  --forest: #274e41;
  --forest-dark: #1d3c32;
  --sage: #edf1e9;
  --paper: #f7f7f2;
  --white: #fffefa;
  --line: #e5e8de;
  --warm: #e3dbbd;
  --amber: #967228;
  --serif: Georgia, 'Times New Roman', serif;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-synthesis: none;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .6; }
button, a { touch-action: manipulation; }
input, select, textarea { max-width: 100%; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 3px solid #9baa85; outline-offset: 4px; }
h1, h2, h3, p { margin: 0; }
h1 { font-family: var(--serif); font-size: clamp(29px, 2.8vw, 43px); line-height: 1.16; font-weight: 400; letter-spacing: -1.1px; }
h2 { font-size: 18px; line-height: 1.3; font-weight: 600; letter-spacing: -.3px; }
h3 { font-size: 15px; font-weight: 600; line-height: 1.4; }
img { max-width: 100%; display: block; }
small { font-size: 12px; }
hr { border: none; border-top: 1px solid var(--line); margin: 22px 0; }
.muted { color: var(--muted); }
.icon { width: 20px; height: 20px; display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; }
.icon svg { height: 100%; width: 100%; }
.skip-link { position: fixed; top: -70px; left: 16px; padding: 14px 20px; background: var(--forest); color: white; z-index: 100; border-radius: 8px; }
.skip-link:focus { top: 10px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 42px; border: 1px solid transparent; border-radius: 7px; padding: 11px 17px; font-size: 12px; line-height: 1.35; font-weight: 600; transition: background .18s, box-shadow .18s, transform .18s; white-space: nowrap; }
.button.primary { color: #fffefa; background: var(--forest); border-color: var(--forest); }
.button.primary:hover { background: var(--forest-dark); box-shadow: 0 4px 12px #193b3212; }
.button.secondary { color: var(--ink); background: var(--white); border-color: var(--line); }
.button.secondary:hover { background: var(--sage); border-color: #c9d3c2; }
.button.quiet { background: transparent; color: var(--muted); }
.button.quiet:hover { color: var(--ink); background: var(--sage); }
.button .icon { width: 16px; height: 16px; }
.icon-button { min-width: 40px; min-height: 40px; padding: 9px; background: transparent; }
.text-link { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; line-height: 1.6; font-weight: 600; color: var(--forest); }
.text-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.text-link .icon { width: 16px; height: 16px; }
.text-link.light { color: #ecefdf; }
.eyebrow { font-size: 10px; line-height: 1.5; font-weight: 700; letter-spacing: 1.6px; color: #859179; margin-bottom: 11px; }
.badge { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 6px; padding: 5px 9px; border-radius: 5px; font-size: 10px; line-height: 1.35; font-weight: 500; white-space: nowrap; }
.badge-dot { width: 4px; height: 4px; background: currentColor; border-radius: 50%; }
.badge.green { background: #eaf2e7; color: #517341; }
.badge.amber { background: #f6efd8; color: #917226; }
.badge.neutral { background: #f0f1eb; color: #808579; }
.brand-mark { display: inline-flex; width: 34px; height: 38px; border-radius: 15px 15px 4px 4px; background: var(--forest); color: #f7f5e7; font-family: var(--serif); font-size: 25px; align-items: center; justify-content: center; padding-left: 2px; flex: 0 0 auto; }
.admin-layout { min-height: 100vh; }
.sidebar { position: fixed; inset: 0 auto 0 0; width: 236px; display: flex; flex-direction: column; background: #fafbf7; border-right: 1px solid var(--line); padding: 30px 17px 20px; z-index: 40; }
.wordmark { display: flex; align-items: center; gap: 11px; padding: 0 13px; font-family: var(--serif); font-size: 25px; letter-spacing: -.8px; }
.workspace-card { display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); background: #f3f5ee; border-radius: 7px; padding: 12px 10px; margin: 33px 1px 30px; }
.workspace-avatar { display: inline-flex; width: 31px; height: 33px; flex-shrink: 0; align-items: center; justify-content: center; background: #e3e8d8; color: #6e7958; font-family: var(--serif); font-size: 18px; border-radius: 5px; }
.workspace-card strong { display: block; font-size: 11px; font-weight: 600; max-width: 138px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.workspace-card div > span { font-size: 10px; color: var(--muted); }
.nav-caption { padding: 0 15px; color: #9a9f91; font-size: 9px; font-weight: 700; letter-spacing: 1.4px; margin-bottom: 10px; }
.sidebar nav { display: flex; flex-direction: column; gap: 5px; }
.nav-item { display: flex; position: relative; min-height: 43px; align-items: center; gap: 12px; padding: 12px 14px; font-size: 12px; color: #798175; border-radius: 6px; }
.nav-item .icon { width: 18px; height: 18px; }
.nav-item:hover { background: #eef2e8; color: var(--forest); }
.nav-item.active { background: #e9eee2; color: var(--forest); font-weight: 600; }
.nav-active-dot { position: absolute; right: 13px; width: 5px; height: 5px; background: #607b4a; border-radius: 50%; }
.sidebar-bottom { margin-top: auto; padding-top: 30px; }
.sidebar-note { padding: 18px 12px; display: flex; align-items: flex-start; gap: 10px; color: #929b86; }
.sidebar-note .icon { width: 18px; height: 18px; margin-top: 1px; }
.sidebar-note strong { font-size: 10px; color: #6f7b64; }
.sidebar-note p { font-size: 10px; line-height: 1.7; margin-top: 4px; max-width: 120px; }
.guest-link { border-top: 1px solid var(--line); border-radius: 0; font-size: 11px; margin-top: 9px; padding-top: 21px; }
.content-column { margin-left: 236px; min-height: 100vh; display: flex; flex-direction: column; }
.topbar { min-height: 73px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; padding: 0 42px; }
.breadcrumbs { display: flex; align-items: center; gap: 12px; color: #91968c; font-size: 10px; }
.breadcrumbs span { color: #bfc3b7; }
.breadcrumbs strong { font-weight: 500; color: #697562; }
.topbar-right { display: flex; align-items: center; gap: 21px; }
.demo-label { display: inline-flex; align-items: center; gap: 6px; border: 1px solid #dddcc8; background: #f8f7e9; color: #90896a; font-size: 9px; font-weight: 500; padding: 5px 8px; border-radius: 5px; letter-spacing: .1px; white-space: nowrap; }
.demo-label > span { width: 4px; height: 4px; background: #a59e78; border-radius: 50%; }
.owner-avatar { border: 1px solid #e0e3d5; background: #ececdf; width: 31px; height: 31px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-family: var(--serif); font-size: 15px; color: #7b846c; }
.mobile-menu { display: none; }
.main-content { width: 100%; max-width: 1420px; margin: 0 auto; padding: 37px 42px 35px; flex: 1; }
.page-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 29px; }
.page-heading > .button { margin-bottom: 3px; }
.page-subtitle { margin-top: 12px; color: var(--muted); font-size: 12px; max-width: 650px; line-height: 1.7; }
.hero-strip { position: relative; display: flex; min-height: 203px; overflow: hidden; border-radius: 9px; color: #f6f4e8; background: var(--forest); margin-bottom: 23px; }
.hero-copy { z-index: 2; padding: 28px 33px; width: 70%; }
.hero-kicker { font-size: 8px; font-weight: 600; letter-spacing: 1.75px; color: #b9c7a5; }
.hero-copy h2 { font-family: var(--serif); font-size: 32px; letter-spacing: -.6px; font-weight: 400; margin: 13px 0 8px; }
.hero-copy p { color: #b9c8b7; font-size: 11px; line-height: 1.7; max-width: 460px; }
.hero-copy .text-link { margin-top: 21px; font-size: 10px; }
.hero-art { position: absolute; inset: 0 0 0 auto; width: 39%; min-width: 270px; overflow: hidden; background: linear-gradient(90deg, transparent, #385a48); }
.arch { position: absolute; width: 111px; height: 230px; border: 1px solid #adc19938; border-radius: 90px 90px 0 0; bottom: -95px; transform: rotate(24deg); }
.arch-one { right: 140px; width: 121px; height: 275px; background: #9db19015; }
.arch-two { right: 43px; width: 150px; height: 331px; bottom: -148px; background: #bdc7a515; }
.arch-three { right: -90px; width: 178px; height: 380px; bottom: -129px; background: #d9dfb611; }
.hero-art:after { position: absolute; content: ''; width: 106px; height: 106px; right: 42px; top: -50px; border-radius: 50%; background: #ccd1a111; }
.hero-art-caption { position: absolute; bottom: 24px; right: 27px; font-size: 7px; letter-spacing: 2.3px; color: #b4c5a776; transform: rotate(-90deg); transform-origin: right bottom; }
.metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; margin-bottom: 29px; }
.metric-card { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 18px 18px 15px; transition: border-color .2s, transform .2s; }
.metric-card:hover { border-color: #9fad8b; transform: translateY(-2px); }
.metric-top { display: flex; align-items: center; justify-content: space-between; gap: 6px; font-size: 10px; color: #7b8375; }
.metric-top .icon { color: #8d9e7e; width: 16px; height: 16px; }
.metric-value { display: block; font-family: var(--serif); font-size: 33px; line-height: 1; font-weight: 400; margin: 18px 0 16px; letter-spacing: -.8px; }
.metric-hint { font-size: 9px; color: #91978b; display: flex; align-items: center; justify-content: space-between; }
.metric-hint .icon { width: 13px; height: 13px; color: #a4aa9d; }
.overview-columns { display: grid; grid-template-columns: 1.6fr 1fr; gap: 22px; margin-bottom: 23px; }
.overview-columns > .panel { min-width: 0; }
.panel { background: var(--white); border: 1px solid var(--line); border-radius: 9px; padding: 24px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 23px; }
.section-heading h2 { font-size: 16px; }
.section-heading p { font-size: 10px; color: #92988b; margin-top: 6px; line-height: 1.6; }
.notice { display: flex; align-items: flex-start; gap: 9px; padding: 13px 16px; background: #f1f3e9; color: #858d78; border: 1px solid #e6eadd; border-radius: 7px; font-size: 10px; line-height: 1.8; }
.notice .icon { width: 15px; height: 15px; margin-top: 2px; }
.empty { display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; padding: 38px 14px; gap: 10px; }
.empty-icon { display: inline-flex; background: #f0f3e8; border: 1px solid #e8ecdf; color: #8c9b7a; width: 44px; height: 44px; border-radius: 11px; align-items: center; justify-content: center; margin-bottom: 6px; }
.empty h3 { font-size: 13px; font-weight: 500; }
.empty p { max-width: 310px; color: #92998a; font-size: 11px; line-height: 1.7; }
.empty > .button { margin-top: 9px; }
.compact .request-summary { padding: 17px 0; }
.request-summary { display: flex; align-items: center; gap: 11px; border-bottom: 1px solid var(--line); }
.request-summary:last-child { border: none; padding-bottom: 0; }
.request-summary:first-child { padding-top: 0; }
.initial-avatar { width: 32px; height: 32px; border-radius: 50%; background: #eeeede; display: inline-flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 16px; color: #828c6c; flex: 0 0 auto; }
.request-summary-body { min-width: 0; flex: 1; }
.summary-title { display: flex; align-items: center; gap: 12px; }
.summary-title strong { font-size: 11px; font-weight: 600; }
.summary-title > span { font-size: 9px; color: #9aa08f; }
.request-summary p { font-size: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #778270; margin-top: 4px; }
.request-summary small { display: block; font-size: 9px; color: #a2a896; margin-top: 5px; }
.channel-list { display: flex; flex-direction: column; gap: 21px; }
.channel-row { display: flex; align-items: center; gap: 11px; }
.channel-row strong { font-size: 11px; flex: 1; font-weight: 500; }
.channel-symbol { width: 29px; height: 29px; display: inline-flex; justify-content: center; align-items: center; font-size: 18px; border-radius: 7px; border: 1px solid #e5e8df; color: #91a37f; font-family: var(--serif); background: #f5f6ef; }
.channel-symbol.telegram { color: #78a1b2; }
.channel-symbol.whatsapp { color: #7d9c78; }
.channel-symbol.max { color: #9392ba; }
.channel-link { margin-top: 25px; padding-top: 18px; border-top: 1px solid var(--line); width: 100%; font-size: 10px; }
.channel-link .icon { margin-left: auto; }
.product-footer { padding: 23px 24px; display: flex; align-items: center; justify-content: center; margin-top: auto; font-size: 9px; color: #a2a896; }
.product-footer a { display: flex; align-items: center; gap: 7px; justify-content: center; flex-wrap: wrap; }
.product-footer a:hover { color: var(--forest); }
.product-footer .icon { width: 11px; height: 11px; }
.property-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 23px; margin-bottom: 26px; }
.property-card { overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: var(--white); }
.property-visual { position: relative; background: #e6e1d3; overflow: hidden; }
.property-visual img { width: 100%; height: 100%; object-fit: cover; }
.property-visual.warm img { filter: sepia(.22) saturate(.8) hue-rotate(342deg); }
.property-card .property-visual { aspect-ratio: 1.8; }
.illustration-label { position: absolute; bottom: 12px; left: 13px; background: #f8f7e8ca; color: #787862; font-size: 8px; border: 1px solid #e5dfcc99; padding: 3px 6px; border-radius: 4px; }
.property-card-body { padding: 24px; }
.property-location { display: flex; align-items: center; gap: 5px; font-size: 10px; color: #859176; margin-bottom: 8px; }
.property-location .icon { width: 12px; height: 12px; }
.property-card h2 { font-family: var(--serif); font-size: 24px; font-weight: 400; }
.property-description { font-size: 11px; line-height: 1.8; color: #85917c; margin: 13px 0 18px; }
.property-meta { display: flex; flex-wrap: wrap; gap: 16px; font-size: 10px; color: #828b77; }
.property-meta > span { display: inline-flex; align-items: center; gap: 6px; }
.property-meta .icon { width: 14px; height: 14px; }
.property-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 22px; padding-top: 19px; border-top: 1px solid var(--line); }
.property-bottom strong { font-size: 16px; font-weight: 500; }
.property-bottom small { font-size: 9px; color: #969d8b; white-space: nowrap; }
.property-bottom .button { padding: 8px 12px; min-height: 37px; font-size: 10px; }
.request-toolbar { display: flex; align-items: center; gap: 17px; padding: 13px 17px; margin-bottom: 20px; flex-wrap: wrap; }
.filter-tabs { display: inline-flex; gap: 4px; }
.filter-tab { color: #8a9380; background: transparent; font-weight: 500; min-height: 32px; padding: 7px 12px; font-size: 10px; }
.filter-tab.selected { background: #eaf0e2; color: #4b6a3e; }
.search-input { background: #f8f9f4; border: 1px solid var(--line); border-radius: 5px; padding: 9px 12px; color: var(--ink); font-size: 11px; flex: 1; min-width: 180px; }
.search-input::placeholder { color: #9ba190; }
.result-count { font-size: 10px; color: #919b83; white-space: nowrap; }
.requests-cards { display: flex; flex-direction: column; gap: 17px; }
.request-card-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.request-person { display: flex; align-items: center; gap: 12px; }
.request-person h2 { font-size: 14px; }
.request-person div > span { display: block; color: #939c87; font-size: 10px; margin-top: 4px; }
.request-context { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 20px; font-size: 10px; color: #839273; }
.request-context > span { display: inline-flex; align-items: center; gap: 6px; }
.request-context .icon { height: 13px; width: 13px; }
.request-message { white-space: pre-wrap; overflow-wrap: anywhere; padding: 20px 0; font-size: 13px; line-height: 1.85; }
.request-contact { display: flex; align-items: center; gap: 7px; font-size: 11px; color: #8a947d; overflow-wrap: anywhere; }
.request-contact .icon { width: 14px; height: 14px; }
.request-dates { margin-top: 12px; color: #8a947d; font-size: 11px; }
.request-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; border-top: 1px solid var(--line); margin-top: 20px; padding-top: 18px; }
.request-actions input { height: 40px; flex: 1; min-width: 190px; padding: 10px 12px; font-size: 11px; border: 1px solid var(--line); border-radius: 6px; background: #fbfcf7; color: var(--ink); }
.closed-note { display: flex; align-items: center; gap: 8px; color: #96a087; font-size: 11px; }
.closed-note .icon { width: 15px; height: 15px; }
.inline-error { font-size: 12px; color: #aa5344; line-height: 1.7; }
.inline-error:not(:empty) { padding: 11px 0; }
.calendar-panel { margin-bottom: 23px; padding: 24px 0 15px; overflow: hidden; }
.calendar-panel .section-heading { padding: 0 24px; }
.calendar-panel .section-heading h2 { text-transform: capitalize; }
.button-group { display: flex; gap: 5px; }
.calendar-scroll, .table-scroll { overflow-x: auto; }
.calendar-table { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 10px; }
.calendar-table th, .calendar-table td { border-bottom: 1px solid #edf0e5; height: 58px; text-align: center; min-width: 36px; padding: 4px 2px; }
.calendar-table thead th { background: #f6f8f0; color: #7f8e70; font-weight: 500; height: 53px; }
.calendar-table thead th.weekend { background: #edf1e4; }
.calendar-table thead small { display: block; font-size: 8px; color: #a0aa91; margin-top: 3px; }
.calendar-table .calendar-property { position: sticky; left: 0; z-index: 2; min-width: 180px; max-width: 220px; padding: 12px 21px; text-align: left; background: var(--white); border-right: 1px solid var(--line); font-weight: 500; }
.calendar-table thead .calendar-property { background: #f6f8f0; }
.calendar-property small { display: block; font-size: 9px; color: #9aa38d; margin-top: 5px; font-weight: 400; }
.booking-cell { display: inline-flex; width: 100%; height: 27px; align-items: center; justify-content: center; background: #dbe6cc; color: #526d3b; border-radius: 3px; }
.occupied + .occupied .booking-cell { border-radius: 0 3px 3px 0; }
.vacant-dot { display: inline-block; background: #dfe6d6; width: 3px; height: 3px; border-radius: 50%; }
.calendar-legend { display: flex; gap: 23px; font-size: 9px; color: #95a185; padding: 15px 24px 0; }
.calendar-legend > span { display: inline-flex; align-items: center; gap: 6px; }
.calendar-legend i { width: 8px; height: 8px; border-radius: 2px; }
.occupied-key { background: #dbe6cc; }
.empty-key { border: 1px solid #d7dfce; }
.data-table { border-collapse: collapse; width: 100%; font-size: 11px; }
.data-table th { text-align: left; color: #9da68f; font-weight: 500; font-size: 10px; padding: 10px 12px 14px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.data-table td { padding: 17px 12px; border-bottom: 1px solid #edf0e5; color: #7e8b71; }
.data-table tr:last-child td { border: none; }
.data-table strong { font-weight: 500; color: #536845; }
.main-content > .notice:last-child { margin-top: 23px; }
.billing-section { margin-bottom: 25px; }
.billing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.billing-card { position: relative; background: #fbfcf7; border: 1px solid var(--line); border-radius: 8px; padding: 21px 18px; }
.billing-number { display: block; font-family: var(--serif); color: #bac4ac; font-size: 20px; margin-bottom: 16px; }
.billing-card h3 { font-size: 11px; font-weight: 500; color: #718363; }
.billing-card > strong { display: block; margin-top: 9px; color: #4d6640; font-size: 15px; font-weight: 500; }
.billing-card p { color: #98a28b; margin-top: 12px; font-size: 10px; line-height: 1.7; }
.ai-panel { display: flex; align-items: center; gap: 18px; margin-bottom: 30px; background: #eff3e7; border-color: #e1e7d6; }
.ai-panel-icon { width: 43px; height: 43px; border-radius: 11px; background: #e4ecd8; display: flex; align-items: center; justify-content: center; color: #7e9668; flex: 0 0 auto; }
.ai-panel-body { flex: 1; }
.ai-panel h2 { font-size: 14px; }
.ai-panel p { font-size: 12px; margin-top: 5px; color: #7b8c6b; }
.ai-panel small { display: block; margin-top: 8px; color: #97a389; font-size: 10px; line-height: 1.7; }
.module-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-bottom: 25px; }
.module-card { padding: 21px; }
.module-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 17px; }
.module-icon { width: 33px; height: 33px; background: #f0f4e9; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #899e74; }
.module-icon .icon { width: 18px; height: 18px; }
.module-card h3 { font-size: 13px; margin-bottom: 11px; }
.module-card > p { font-size: 10px; color: #8c9a7e; line-height: 1.8; }
.module-details { border-top: 1px solid var(--line); margin-top: 19px; padding-top: 12px; }
.module-details summary { color: #819470; font-size: 10px; cursor: pointer; }
.module-details p { font-size: 10px; color: #8e9c80; line-height: 1.8; margin-top: 12px; }
.settings-columns { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(240px, 1fr); gap: 23px; align-items: start; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 21px 17px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label { font-size: 11px; font-weight: 500; color: #6a7f5c; }
.field label span { color: #aab69d; }
.field input, .field textarea, .field select { width: 100%; color: var(--ink); padding: 11px 12px; min-height: 42px; border: 1px solid #dfe6d7; background: #fcfdf8; border-radius: 6px; font-size: 12px; }
.field input:hover, .field textarea:hover, .field select:hover { border-color: #acb99a; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: #90a17b; outline: 2px solid #dce7cc; outline-offset: 1px; }
.field textarea { resize: vertical; min-height: 120px; line-height: 1.7; }
.field input::placeholder, .field textarea::placeholder { color: #a2ad96; }
.field small { color: #99a68b; font-size: 10px; line-height: 1.7; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 13px; margin-top: 27px; padding-top: 22px; border-top: 1px solid var(--line); }
.form-footer .button { margin-left: auto; }
.settings-aside { display: flex; flex-direction: column; gap: 17px; }
.settings-aside h2 { font-family: var(--serif); font-weight: 400; font-size: 24px; }
.metadata-list { margin: 25px 0 0; display: grid; grid-template-columns: 1fr 1.1fr; gap: 15px 12px; font-size: 10px; }
.metadata-list dt { color: #9aa58e; }
.metadata-list dd { color: #6b805d; margin: 0; overflow-wrap: anywhere; }
.installation-id { font-family: ui-monospace, SFMono-Regular, monospace; font-size: 9px; }
.brand-attribution { display: flex; align-items: flex-start; gap: 17px; margin-top: 23px; }
.brand-attribution > .icon { color: #8ca279; }
.brand-attribution h3 { font-size: 12px; }
.brand-attribution p { font-size: 11px; margin-top: 7px; color: #929f85; line-height: 1.8; }
.startup { min-height: 100vh; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 25px; }
.startup > p { margin-top: 17px; color: #8d9b81; font-size: 12px; }
.loading { padding: 100px 20px; display: flex; align-items: center; justify-content: center; gap: 11px; color: #97a38b; font-size: 12px; }
.spinner { width: 18px; height: 18px; border: 2px solid #e1e8d8; border-top-color: #7c9268; border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.toast { position: fixed; bottom: 24px; left: 50%; z-index: 90; transform: translate(-50%, 14px); opacity: 0; visibility: hidden; color: #f4f6ed; background: var(--forest); border: 1px solid #536b4b; border-radius: 8px; padding: 15px 23px; max-width: min(600px, calc(100vw - 32px)); font-size: 12px; line-height: 1.7; box-shadow: 0 6px 25px #25342122; transition: opacity .2s, transform .2s, visibility .2s; }
.toast.visible { transform: translate(-50%, 0); opacity: 1; visibility: visible; }
.login-form { max-width: 440px; margin: 60px auto; padding: 33px; text-align: center; }
.login-form h1 { font-size: 32px; margin: 15px 0; }
.login-form > p { font-size: 12px; color: #8c9b80; line-height: 1.8; margin-bottom: 23px; }
.login-form .field { text-align: left; }
.login-form > .button { width: 100%; margin-top: 15px; }

/* The guest experience shares the same installation and design language. */
.guest-layout { min-height: 100vh; display: flex; flex-direction: column; background: #f9f8f1; }
.guest-header { max-width: 1400px; width: 100%; margin: 0 auto; min-height: 95px; display: flex; align-items: center; gap: 28px; padding: 20px 70px; border-bottom: 1px solid #e5e7da; }
.guest-brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--serif); font-size: 25px; letter-spacing: -.7px; }
.guest-brand .brand-mark { width: 31px; height: 36px; font-size: 22px; }
.guest-header nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.guest-header nav a { font-size: 11px; color: #87927a; display: inline-flex; align-items: center; gap: 7px; min-height: 35px; }
.guest-header nav a:hover { color: var(--forest); }
.guest-header nav .icon { width: 13px; height: 13px; }
.guest-header .demo-label { font-size: 8px; }
.guest-main { max-width: 1400px; width: 100%; margin: 0 auto; padding: 46px 70px 25px; flex: 1; }
.guest-hero { display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 50px; padding: 12px 0 55px; }
.guest-hero h1 { font-size: clamp(36px, 4.8vw, 67px); line-height: 1.1; letter-spacing: -2.1px; margin-top: 19px; }
.guest-hero h1 em { font-weight: 400; color: #7d916c; }
.guest-hero .eyebrow { font-size: 9px; letter-spacing: 2px; }
.guest-intro { font-size: 13px; color: #8d987f; line-height: 1.9; margin-top: 24px; max-width: 435px; }
.guest-promise { display: inline-flex; align-items: center; gap: 8px; color: #8b987c; font-size: 10px; margin-top: 24px; }
.guest-promise .icon { width: 16px; height: 16px; }
.guest-hero-image { border-radius: 160px 160px 11px 11px; aspect-ratio: 1.12; min-height: 290px; }
.guest-hero-image img { object-position: 52%; }
.guest-hero-image .illustration-label { left: auto; right: 15px; }
.catalog-section { border-top: 1px solid #e3e7d9; padding-top: 31px; }
.catalog-section > .section-heading h2 { font-family: var(--serif); font-size: 29px; font-weight: 400; }
.catalog-section > .section-heading p { font-size: 11px; margin-top: 10px; }
.catalog-filters { display: flex; flex-wrap: wrap; gap: 0; margin: 25px 0; padding: 13px 18px; border: 1px solid #e1e7d5; border-radius: 8px; background: #fcfdf6; width: fit-content; min-width: 440px; }
.catalog-filters > div { display: flex; flex-direction: column; padding: 0 21px; min-width: 195px; }
.catalog-filters > div:first-child { padding-left: 0; border-right: 1px solid #e1e7d5; }
.catalog-filters label { color: #9da98d; font-size: 8px; font-weight: 600; letter-spacing: 1.3px; margin-bottom: 4px; }
.catalog-filters select { border: 0; background: transparent; padding: 5px 15px 5px 0; font-size: 11px; color: #668154; min-width: 174px; }
.guest-property-grid { gap: 29px; }
.guest-property-grid .property-visual { aspect-ratio: 1.9; }
.guest-property-grid .property-card-body { padding: 26px; }
.guest-property-grid .property-card h2 { font-size: 28px; }
.guest-assistance { display: flex; align-items: center; gap: 23px; margin: 45px 0 25px; padding: 27px 30px; background: #eef2e4; border: 1px solid #e0e7d1; border-radius: 9px; }
.assistance-icon { display: flex; align-items: center; justify-content: center; color: #7f966a; height: 47px; width: 47px; border-radius: 50%; border: 1px solid #d7e1c7; flex: 0 0 auto; }
.guest-assistance > div:nth-child(2) { flex: 1; }
.guest-assistance h2 { font-family: var(--serif); font-size: 25px; font-weight: 400; }
.guest-assistance p { font-size: 11px; color: #94a184; line-height: 1.8; margin-top: 8px; max-width: 600px; }
.back-link { margin-bottom: 24px; font-size: 11px; }
.property-detail-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 31px; }
.property-detail-heading h1 { font-size: 43px; }
.detail-price { display: flex; align-items: flex-end; flex-direction: column; padding-bottom: 5px; }
.detail-price strong { font-family: var(--serif); font-size: 28px; font-weight: 400; }
.detail-price > span { font-size: 10px; margin-top: 4px; color: #9ca88c; }
.detail-visual { height: 380px; border-radius: 10px; }
.detail-visual img { object-position: center 65%; }
.property-detail-columns { display: grid; grid-template-columns: 1.7fr 1fr; gap: 60px; padding-top: 33px; }
.detail-meta { padding-bottom: 25px; border-bottom: 1px solid #e0e7d4; margin-bottom: 28px; gap: 25px; font-size: 12px; }
.property-detail-columns h2 { font-family: var(--serif); font-size: 25px; font-weight: 400; margin-bottom: 14px; }
.detail-description { color: #8f9e80; font-size: 13px; line-height: 1.95; margin-bottom: 29px; }
.amenities { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin: 20px 0 30px; }
.amenities > span { display: flex; align-items: center; gap: 8px; color: #81966e; font-size: 12px; }
.amenities .icon { width: 16px; height: 16px; color: #9db18a; }
.rules-section { padding-top: 23px; border-top: 1px solid #dfe7d3; }
.rules-section ul { padding-left: 18px; margin: 18px 0 27px; }
.rules-section li { color: #8a9f79; font-size: 12px; line-height: 1.8; padding-left: 4px; margin-bottom: 10px; }
.knowledge-section { margin-top: 30px; }
.knowledge-item { border-bottom: 1px solid #dfe7d2; padding: 16px 0; }
.knowledge-item summary { color: #6f875c; font-size: 12px; cursor: pointer; }
.knowledge-item p { color: #8c9f7c; white-space: pre-wrap; line-height: 1.9; margin-top: 15px; font-size: 12px; }
.request-invitation { height: fit-content; position: sticky; top: 25px; padding: 27px; }
.request-invitation h2 { font-size: 30px; }
.request-invitation p { font-size: 12px; line-height: 1.85; color: #93a183; margin-bottom: 21px; }
.request-invitation .button { width: 100%; }
.request-invitation small { display: block; font-size: 10px; color: #a4af96; line-height: 1.7; margin-top: 13px; text-align: center; }
.guest-form-columns { display: grid; grid-template-columns: 1.8fr 1fr; gap: 45px; align-items: start; }
.guest-request-form { padding: 29px; }
.guest-request-form > .field { margin-top: 23px; }
.guest-request-form .form-help { color: #9aa98a; font-size: 10px; line-height: 1.8; margin-top: 15px; }
.required-note { color: #a1af90; font-size: 10px; }
.guest-form-aside { padding: 10px 0; }
.guest-form-aside h2 { font-family: var(--serif); font-size: 29px; font-weight: 400; margin: 14px 0; }
.guest-form-aside p { color: #8f9f7f; font-size: 12px; line-height: 1.9; margin-bottom: 19px; }
.guest-form-aside .button { margin-top: 8px; }
.success-screen { max-width: 660px; margin: 50px auto; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 49px 45px; gap: 18px; }
.success-icon { width: 61px; height: 61px; background: #e6f0d8; color: #7a9c5e; display: flex; align-items: center; justify-content: center; border-radius: 50%; margin-bottom: 9px; }
.success-icon .icon { width: 29px; height: 29px; }
.success-screen h1 { font-size: 38px; }
.success-screen .eyebrow { margin: 0; }
.success-screen > p:not(.eyebrow) { font-size: 13px; line-height: 1.85; color: #8e9f7d; }
.success-screen > .button { min-width: 220px; }
.receipts-list { display: flex; flex-direction: column; gap: 16px; }
.receipt-card { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.receipt-card h2 { font-size: 16px; margin-bottom: 9px; }
.receipt-card p { font-size: 12px; color: #91a27f; line-height: 1.8; }
.help-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin-bottom: 25px; }
.help-card { display: flex; align-items: flex-start; flex-direction: column; padding: 32px; }
.help-card h2 { font-family: var(--serif); font-size: 29px; font-weight: 400; margin: 13px 0; }
.help-card p { color: #8f9f7f; font-size: 12px; line-height: 1.85; margin-bottom: 18px; }
.help-card .button { margin-top: 9px; }
.help-card .text-link { margin: 19px 0 7px; overflow-wrap: anywhere; }
.help-card small { font-size: 10px; color: #a6af99; line-height: 1.8; margin-top: 20px; }
.emergency-card { border-color: #e8decb; background: #faf8ee; }
.emergency-card .empty-icon { background: #f1ebdd; color: #ac986c; border-color: #e9dfc7; }
.emergency-card p, .emergency-card small { color: #a29a81; }
.button.emergency { background: #87694f; color: #fffaf0; border-color: #87694f; }
.button.emergency:hover { background: #715740; }

@media (min-width: 1550px) {
  .main-content { padding-top: 45px; }
  .hero-strip { min-height: 230px; }
  .hero-copy { padding: 35px; }
  .hero-copy h2 { font-size: 37px; }
  .hero-copy p { font-size: 12px; }
}
@media (max-width: 1180px) {
  .sidebar { width: 210px; padding-right: 12px; padding-left: 12px; }
  .content-column { margin-left: 210px; }
  .main-content { padding: 30px 28px; }
  .topbar { padding: 0 28px; }
  .metric-card { padding: 16px 13px; }
  .metric-top { font-size: 9px; }
  .overview-columns { gap: 16px; grid-template-columns: 1.4fr 1fr; }
  .panel { padding: 20px; }
  .channel-row { gap: 8px; }
  .channel-row strong { font-size: 10px; }
  .badge { font-size: 9px; padding: 5px 7px; }
  .property-card-body { padding: 20px; }
  .billing-grid { grid-template-columns: 1fr 1fr; }
  .module-grid { grid-template-columns: 1fr 1fr; }
  .settings-columns { grid-template-columns: 1fr; }
  .settings-aside { display: grid; grid-template-columns: 1.3fr 1fr; align-items: start; }
  .guest-header { padding: 20px 38px; }
  .guest-main { padding: 35px 38px; }
  .guest-hero { gap: 30px; }
  .guest-hero h1 { font-size: 52px; }
  .guest-header nav { gap: 19px; }
  .guest-brand { font-size: 22px; }
  .guest-assistance { gap: 18px; padding: 23px; }
  .guest-assistance h2 { font-size: 22px; }
  .guest-assistance .button { font-size: 10px; padding: 10px 13px; }
}
@media (max-width: 960px) {
  .sidebar { width: 185px; }
  .content-column { margin-left: 185px; }
  .wordmark { font-size: 22px; padding: 0 9px; gap: 8px; }
  .wordmark .brand-mark { width: 30px; height: 34px; font-size: 22px; }
  .workspace-card strong { max-width: 98px; font-size: 10px; }
  .nav-item { font-size: 11px; gap: 9px; padding-left: 10px; }
  .nav-item .icon { width: 16px; height: 16px; }
  .sidebar-note { padding-left: 8px; gap: 8px; }
  .page-heading { align-items: flex-start; }
  .page-heading h1 { font-size: 32px; }
  .page-heading > .button { font-size: 10px; padding: 10px 11px; }
  .metrics { grid-template-columns: 1fr 1fr; }
  .metric-card { padding: 18px; }
  .metric-top { font-size: 11px; }
  .overview-columns { grid-template-columns: 1fr; }
  .channel-list { display: grid; grid-template-columns: 1fr 1fr; gap: 19px 22px; }
  .hero-copy { width: 86%; padding: 25px; }
  .hero-art { opacity: .65; }
  .property-grid { gap: 17px; }
  .property-card h2 { font-size: 21px; }
  .property-bottom { flex-wrap: wrap; gap: 14px; }
  .property-description { font-size: 10px; }
  .guest-header .demo-label { display: none; }
  .guest-hero h1 { font-size: 45px; }
  .guest-hero-image { min-height: 280px; aspect-ratio: .97; }
  .guest-intro { font-size: 12px; }
  .guest-promise { font-size: 9px; }
  .guest-property-grid .property-card h2 { font-size: 24px; }
  .property-detail-columns { gap: 30px; grid-template-columns: 1.3fr 1fr; }
  .property-detail-heading h1 { font-size: 36px; }
  .guest-form-columns { grid-template-columns: 1fr; }
  .guest-form-aside { max-width: 600px; }
}
@media (max-width: 760px) {
  .sidebar { width: 240px; transform: translateX(-100%); box-shadow: 20px 0 100px #263c2722; transition: transform .2s; top: 60px; }
  .sidebar.mobile-open { transform: translateX(0); }
  .sidebar .workspace-card strong { max-width: 138px; }
  .sidebar .wordmark { font-size: 26px; }
  .sidebar .nav-item { font-size: 13px; min-height: 45px; }
  .content-column { margin-left: 0; }
  .topbar { padding: 0 18px; min-height: 60px; background: var(--paper); position: sticky; top: 0; z-index: 50; gap: 10px; }
  .mobile-menu { display: inline-flex; color: var(--forest); border: 1px solid var(--line); border-radius: 6px; min-height: 34px; min-width: 34px; padding: 7px; }
  .breadcrumbs { margin-right: auto; font-size: 9px; gap: 7px; }
  .breadcrumbs > strong { display: none; }
  .breadcrumbs > span { display: none; }
  .topbar-right { gap: 12px; }
  .owner-avatar { width: 28px; height: 28px; }
  .demo-label { font-size: 8px; }
  .main-content { padding: 30px 20px; }
  .page-heading { display: block; margin-bottom: 23px; }
  .page-heading .eyebrow { font-size: 9px; }
  .page-heading h1 { font-size: 33px; }
  .page-subtitle { font-size: 12px; }
  .page-heading > .button { margin-top: 17px; }
  .hero-strip { min-height: 215px; }
  .hero-copy { padding: 25px; width: 100%; }
  .hero-copy p { max-width: 330px; padding-right: 20px; }
  .hero-art { width: 43%; min-width: 180px; }
  .hero-copy h2 { font-size: 32px; }
  .metrics { gap: 13px; }
  .metric-card { padding: 18px; }
  .metric-value { font-size: 36px; }
  .metric-hint { font-size: 9px; }
  .overview-columns { gap: 20px; }
  .property-card h2 { font-size: 22px; }
  .property-meta { gap: 10px; }
  .property-card .property-visual { aspect-ratio: 1.5; }
  .property-bottom { flex-wrap: wrap; }
  .request-toolbar { gap: 12px; }
  .filter-tabs { width: 100%; }
  .search-input { flex-basis: 70%; }
  .request-message { font-size: 13px; }
  .request-actions input { flex-basis: 100%; }
  .request-actions .button { font-size: 11px; }
  .settings-aside { grid-template-columns: 1fr; }
  .calendar-panel .section-heading { padding: 0; }
  .calendar-panel { overflow: visible; }
  .calendar-scroll { margin: 0 -20px; }
  .calendar-table .calendar-property { min-width: 150px; max-width: 160px; padding-left: 14px; }
  .calendar-legend { padding: 17px 0 0; gap: 15px; }
  .guest-header { min-height: 82px; padding: 19px 20px; gap: 12px; flex-wrap: wrap; }
  .guest-brand { font-size: 24px; }
  .guest-header nav { gap: 18px; }
  .guest-header nav a { font-size: 10px; }
  .guest-header nav .help-link { width: 33px; height: 33px; font-size: 0; display: flex; border-radius: 50%; background: #edf1e3; align-items: center; justify-content: center; }
  .guest-header nav .help-link .icon { width: 15px; height: 15px; }
  .guest-main { padding: 29px 20px; }
  .guest-hero { grid-template-columns: 1fr; gap: 29px; padding-top: 7px; padding-bottom: 35px; }
  .guest-hero h1 { font-size: 48px; letter-spacing: -1.7px; }
  .guest-hero .guest-intro { max-width: 450px; font-size: 13px; margin-top: 19px; }
  .guest-hero .guest-promise { font-size: 10px; margin-top: 17px; }
  .guest-hero-image { border-radius: 140px 140px 8px 8px; height: 250px; min-height: 250px; width: 100%; aspect-ratio: unset; }
  .guest-hero-image img { object-position: 50% 62%; }
  .catalog-section { padding-top: 28px; }
  .catalog-section > .section-heading { align-items: flex-start; }
  .catalog-section > .section-heading h2 { font-size: 28px; }
  .catalog-filters { width: 100%; min-width: 0; }
  .catalog-filters > div { min-width: 0; flex: 1; padding-right: 0; }
  .catalog-filters select { min-width: 0; width: 100%; font-size: 11px; }
  .guest-property-grid { gap: 20px; }
  .guest-property-grid .property-card-body { padding: 22px; }
  .guest-assistance { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 23px; margin-top: 32px; }
  .guest-assistance .assistance-icon { width: 40px; height: 40px; }
  .guest-assistance .button { grid-column: 2; justify-self: start; font-size: 11px; margin-top: 3px; }
  .guest-assistance h2 { font-size: 25px; }
  .property-detail-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .property-detail-heading h1 { font-size: 36px; }
  .detail-price { align-items: flex-start; }
  .detail-price strong { font-size: 24px; }
  .detail-visual { height: 280px; }
  .property-detail-columns { grid-template-columns: 1fr; padding-top: 24px; }
  .request-invitation { position: static; }
  .guest-request-form { padding: 23px; }
  .success-screen { padding: 34px 23px; margin-top: 15px; }
  .success-screen h1 { font-size: 34px; }
  .help-grid { grid-template-columns: 1fr; }
  .help-card { padding: 25px; }
  .product-footer { font-size: 8px; padding: 24px 15px; }
}
@media (max-width: 520px) {
  .property-grid { grid-template-columns: 1fr; }
  .property-card .property-visual { aspect-ratio: 1.7; }
  .property-description { font-size: 12px; }
  .property-meta { font-size: 11px; }
  .property-card h2 { font-size: 26px; }
  .property-bottom { flex-wrap: nowrap; }
  .hero-copy { padding: 24px 21px; }
  .hero-copy p { max-width: 300px; }
  .hero-art { opacity: .45; }
  .hero-art-caption { display: none; }
  .metrics { gap: 11px; }
  .metric-card { padding: 15px; }
  .metric-top { font-size: 10px; align-items: flex-start; min-height: 27px; }
  .metric-top .icon { width: 14px; height: 14px; }
  .metric-value { margin-top: 12px; margin-bottom: 15px; }
  .metric-hint { font-size: 8px; }
  .channel-list { display: flex; }
  .channel-row strong { font-size: 12px; }
  .channel-row .badge { font-size: 10px; }
  .request-summary .badge { display: none; }
  .module-grid { grid-template-columns: 1fr; }
  .module-card > p, .module-details p { font-size: 12px; }
  .module-details summary { font-size: 11px; }
  .module-card h3 { font-size: 15px; }
  .billing-card { padding: 18px 15px; }
  .billing-card > strong { font-size: 13px; }
  .billing-card h3 { font-size: 10px; }
  .billing-card p { font-size: 10px; }
  .ai-panel { align-items: flex-start; flex-wrap: wrap; gap: 12px; }
  .ai-panel-body { min-width: calc(100% - 60px); }
  .ai-panel .badge { margin-left: 55px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-footer { flex-wrap: wrap; }
  .form-footer .button { width: 100%; }
  .request-card-top { align-items: flex-start; }
  .request-person { gap: 9px; }
  .request-person h2 { font-size: 13px; }
  .request-person div > span { font-size: 9px; }
  .request-actions .button.primary { flex: 1; }
  .calendar-panel .section-heading { align-items: flex-start; flex-direction: column; }
  .calendar-panel .button-group { margin-top: 2px; }
  .calendar-table .calendar-property { min-width: 122px; max-width: 125px; font-size: 9px; }
  .calendar-table .calendar-property small { font-size: 8px; }
  .guest-header { gap: 8px; }
  .guest-brand { font-size: 21px; }
  .guest-brand .brand-mark { width: 27px; height: 32px; font-size: 21px; }
  .guest-header nav { gap: 12px; margin-left: 0; width: 100%; justify-content: space-between; margin-top: 7px; padding-left: 39px; }
  .guest-header nav a { font-size: 11px; }
  .guest-header nav .help-link { font-size: 11px; width: auto; height: auto; padding: 0; background: transparent; }
  .guest-hero h1 { font-size: 42px; }
  .guest-hero-image { min-height: 215px; height: 215px; }
  .catalog-filters { padding: 14px; }
  .catalog-filters > div { padding-left: 13px; }
  .catalog-filters select { font-size: 10px; }
  .catalog-section > .section-heading p { font-size: 11px; }
  .guest-assistance { grid-template-columns: 1fr; }
  .guest-assistance .button { grid-column: 1; }
  .guest-property-grid .property-visual { aspect-ratio: 1.7; }
  .amenities { grid-template-columns: 1fr; gap: 13px; }
  .detail-meta { gap: 15px; font-size: 11px; }
  .detail-visual { height: 220px; }
  .receipt-card { flex-direction: column; }
  .success-screen h1 { font-size: 31px; }
  .success-screen > p:not(.eyebrow) { font-size: 12px; }
  .login-form { margin: 20px auto; padding: 27px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

/* Owner catalogue and guided setup. */
.setup-checklist { margin-bottom: 26px; }
.setup-checklist .section-heading { margin-bottom: 21px; }
.setup-counter { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid #dce5d2; border-radius: 50%; background: #eff4e8; color: #70875d; font-family: var(--serif); font-size: 18px; flex-shrink: 0; }
.setup-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; gap: 0; margin: 0; padding: 0; }
.setup-steps li { display: flex; align-items: flex-start; gap: 11px; padding: 3px 16px 0; border-left: 1px solid var(--line); }
.setup-steps li:first-child { padding-left: 0; border-left: 0; }
.setup-steps li:last-child { padding-right: 0; }
.setup-number { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; flex-shrink: 0; border-radius: 50%; border: 1px solid #dce3d3; color: #96a18a; background: #f8faf4; font-size: 11px; }
.setup-number .icon { height: 13px; width: 13px; }
.setup-steps .complete .setup-number { background: var(--forest); border-color: var(--forest); color: #edf1e5; }
.setup-step-copy { min-width: 0; }
.setup-step-copy h3 { font-size: 12px; font-weight: 500; padding-top: 3px; }
.setup-step-copy p { font-size: 10px; line-height: 1.7; color: #8c977f; margin-top: 7px; min-height: 51px; }
.setup-step-copy .button { justify-content: flex-start; padding: 0; min-height: 32px; margin-top: 9px; font-size: 10px; color: var(--forest); white-space: normal; text-align: left; background: transparent; border: 0; }
.setup-step-copy .button:hover { text-decoration: underline; box-shadow: none; }
.catalog-owner-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: -4px 0 23px; }
.owner-property-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 13px; }
.owner-property-top .property-location, .owner-property-top .eyebrow { margin-bottom: 0; }
.property-owner-links { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-top: 18px; }
.property-owner-links .text-link { font-size: 10px; }
.catalog-editor { max-width: 100%; }
.catalog-editor > .field, .catalog-editor > .form-grid { margin-bottom: 24px; }
.catalog-editor .property-numbers { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.editor-section { padding-top: 24px; margin-top: 25px; border-top: 1px solid var(--line); }
.editor-section .section-heading { margin-bottom: 17px; }
.publication-section > .field { max-width: 330px; }
.publication-hint { margin: 12px 0 0; color: #839374; max-width: 750px; }
.media-editor-list { display: flex; flex-direction: column; gap: 15px; }
.media-editor-row { display: grid; grid-template-columns: minmax(120px, .75fr) minmax(180px, 1.7fr) minmax(150px, 1.1fr) auto; gap: 12px; align-items: end; padding: 16px; border: 1px solid var(--line); border-radius: 7px; background: #f7f9f2; }
.media-editor-row .button { min-height: 42px; margin-bottom: 0; font-size: 10px; padding: 11px 7px; }
.media-editor-list + .button { margin-top: 15px; }
.catalog-editor .inline-error > .button { margin-top: 9px; }
.knowledge-owner-columns { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr); gap: 23px; align-items: start; }
.knowledge-editor-slot { min-width: 0; scroll-margin-top: 24px; }
.knowledge-owner-list { min-width: 0; }
.knowledge-owner-card { margin-bottom: 17px; }
.knowledge-owner-card h3 { font-family: var(--serif); font-size: 23px; line-height: 1.3; font-weight: 400; letter-spacing: -.4px; overflow-wrap: anywhere; }
.knowledge-owner-card .eyebrow { font-size: 8px; }
.knowledge-body { white-space: pre-wrap; overflow-wrap: anywhere; font-size: 12px; line-height: 1.85; color: #829074; margin: 15px 0 20px; max-height: 220px; overflow-y: auto; }
.knowledge-owner-card .button { font-size: 10px; }
.knowledge-editor .form-footer { flex-wrap: wrap; }
.export-note { font-size: 11px; color: #8c977f; margin-bottom: 18px; line-height: 1.7; }
.guest-media { margin-top: 22px; }
.guest-media-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.media-link { display: grid; grid-template-columns: 1fr auto; gap: 6px 12px; border: 1px solid #e1e7d7; background: #f6f9f0; border-radius: 7px; padding: 17px; }
.media-link:hover { background: #edf3e5; border-color: #aab99b; }
.media-kind { text-transform: uppercase; font-size: 9px; letter-spacing: 1.2px; color: #92a080; }
.media-link strong { grid-column: 1; font-size: 12px; font-weight: 500; overflow-wrap: anywhere; }
.media-link > .icon { grid-column: 2; grid-row: 1 / 3; align-self: center; height: 16px; width: 16px; color: #8f9f7d; }
@media (max-width: 1200px) {
  .setup-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 21px 0; }
  .setup-steps li:nth-child(3) { padding-left: 0; border-left: 0; }
  .setup-step-copy p { min-height: 0; }
  .media-editor-row { grid-template-columns: minmax(120px, 1fr) minmax(160px, 2fr); }
  .media-editor-row .button { justify-self: end; }
}
@media (max-width: 980px) {
  .knowledge-owner-columns { grid-template-columns: 1fr; }
  .guest-media-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .setup-checklist { padding: 21px; }
  .setup-checklist .section-heading { align-items: flex-start; }
  .setup-checklist .section-heading h2 { font-size: 15px; }
  .setup-steps { grid-template-columns: 1fr; gap: 0; }
  .setup-steps li, .setup-steps li:nth-child(3) { padding: 17px 0; border-left: 0; border-top: 1px solid var(--line); }
  .setup-steps li:first-child { padding-top: 0; border-top: 0; }
  .setup-steps li:last-child { padding-bottom: 0; }
  .setup-step-copy h3 { font-size: 13px; }
  .setup-step-copy p, .setup-step-copy .button { font-size: 11px; }
  .setup-step-copy .button { margin-top: 6px; }
  .catalog-owner-toolbar { flex-wrap: wrap; }
  .catalog-editor { padding: 22px; }
  .catalog-editor .property-numbers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .media-editor-row { grid-template-columns: 1fr; padding: 15px; }
  .media-editor-row .button { justify-self: start; padding-left: 0; }
  .publication-section > .field { max-width: none; }
  .guest-media-links { grid-template-columns: 1fr; }
  .guest-media { padding: 22px; }
  .owner-property-top { align-items: flex-start; }
}

/* Guest answers and owner AI usage. */
.ai-settings-link { margin-top: 12px; }
.ai-status-panel { display: flex; align-items: center; gap: 18px; margin-bottom: 24px; background: #eff3e7; }
.ai-status-panel .ai-panel-body { min-width: 0; }
.ai-status-panel h2 { font-size: 16px; }
.ai-status-panel p { font-size: 12px; margin-top: 7px; color: #728568; overflow-wrap: anywhere; }
.ai-status-panel small { display: block; font-size: 11px; color: #8a997d; line-height: 1.8; margin-top: 9px; }
.ai-usage-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; margin-bottom: 24px; }
.ai-usage-card { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 8px; background: var(--white); padding: 21px; }
.ai-usage-card > span { font-size: 11px; color: #7f8e71; }
.ai-usage-card > strong { font-family: var(--serif); font-size: 27px; font-weight: 400; line-height: 1.3; letter-spacing: -.7px; margin-top: 14px; overflow-wrap: anywhere; }
.ai-usage-card > small { color: #95a187; font-size: 10px; line-height: 1.7; margin-top: 14px; }
.ai-policy-form { margin-top: 25px; margin-bottom: 26px; }
.ai-policy-form > .field { max-width: 460px; }
.ai-rates-section > .field { margin: 23px 0; }
.ai-operation-table th:nth-child(1) { min-width: 155px; }
.ai-operation-table th:nth-child(2) { min-width: 135px; }
.ai-operation-table th:nth-child(5) { min-width: 155px; }
.ai-operation-table th:nth-child(6) { min-width: 145px; }
.ai-operation-table td { vertical-align: top; }
.ai-operation-table td > .muted { font-size: 10px; }
.operation-id { display: block; font-size: 9px; overflow-wrap: anywhere; color: #9aa48f; line-height: 1.7; margin-top: 7px; max-width: 240px; }
.operation-code { display: block; font-size: 9px; color: #a38364; margin-top: 5px; overflow-wrap: anywhere; }
.operation-model { display: block; color: #93a086; font-size: 10px; line-height: 1.7; margin-top: 7px; overflow-wrap: anywhere; }
.ai-reconcile summary { color: var(--forest); font-size: 11px; cursor: pointer; line-height: 1.7; }
.ai-reconcile-form { display: flex; flex-direction: column; gap: 13px; min-width: 230px; max-width: 320px; margin-top: 17px; }
.ai-reconcile-form .field label { font-size: 10px; }
.ai-reconcile-form > small { font-size: 10px; color: #98a38d; line-height: 1.7; }
.guest-ai-columns { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(240px, 1fr); align-items: start; gap: 38px; margin-top: 26px; }
.guest-ai-columns > div { min-width: 0; }
.ai-question-form > .field { margin-bottom: 24px; }
.ai-question-form .field textarea { min-height: 150px; font-size: 14px; line-height: 1.8; }
.ai-question-form input[readonly], .ai-question-form textarea[readonly], .ai-question-form select:disabled { background: #f2f5ec; color: #6f7e63; opacity: 1; }
.ai-question-form select { max-width: 330px; }
.language-picker { display: flex; flex-direction: column; gap: 3px; flex-shrink: 0; color: var(--forest); }
.language-caption { font-size: 9px; line-height: 1.2; color: #66765c; }
.language-select { min-width: 110px; max-width: 150px; padding: 7px 22px 7px 9px; border: 1px solid #cbd6c1; border-radius: 5px; background: var(--paper); color: var(--forest); font: inherit; font-size: 12px; cursor: pointer; }
.language-select:focus-visible { outline: 2px solid var(--forest); outline-offset: 3px; }
.guest-header .language-picker { margin-left: 4px; }
.telegram-identity { display: flex; align-items: center; flex-wrap: wrap; gap: 7px 10px; width: min(1160px, calc(100% - 72px)); margin: 0 auto; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--forest); font-size: 11px; }
.telegram-identity .icon { width: 17px; height: 17px; }
.telegram-identity small { color: #7b8d6a; font-size: 10px; margin-left: auto; }
.telegram-miniapp .guest-layout { min-height: var(--tg-viewport-stable-height, 100vh); padding-bottom: env(safe-area-inset-bottom, 0px); }
.telegram-miniapp .guest-header { padding-top: max(20px, env(safe-area-inset-top, 0px)); }
.telegram-entry { width: min(600px, calc(100% - 32px)); margin: 0 auto; padding: 40px 0; min-height: 80vh; display: flex; flex-direction: column; align-items: stretch; justify-content: center; }
.telegram-entry-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.telegram-entry-panel { text-align: left; padding: 38px; }
.telegram-entry-panel h1 { font-family: Georgia, serif; font-weight: 400; font-size: clamp(26px, 5vw, 36px); line-height: 1.25; margin: 18px 0; }
.telegram-entry-panel p { font-size: 14px; line-height: 1.85; color: #657c53; }
.telegram-entry-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.telegram-entry-actions .button { white-space: normal; text-align: center; }
.telegram-config-links { display: flex; flex-wrap: wrap; gap: 16px 24px; margin-top: 16px; align-items: center; }
.telegram-config-links > div { min-width: 0; }
.telegram-config-links span, .telegram-config-links code { display: block; font-size: 11px; line-height: 1.8; overflow-wrap: anywhere; }
.telegram-operation-table { min-width: 670px; }
@media (max-width: 760px) {
  .telegram-identity { width: calc(100% - 40px); }
  .telegram-identity small { flex-basis: 100%; margin-left: 27px; }
  .telegram-entry-panel { padding: 26px; }
  .topbar .demo-label, .topbar .owner-avatar { display: none; }
  .breadcrumbs { min-width: 0; line-height: 1.5; }
  .topbar-right { flex-shrink: 0; }
  .guest-header .guest-brand { flex: 1 1 120px; min-width: 0; overflow-wrap: anywhere; }
  .guest-header .language-picker { margin-left: auto; }
  .guest-header nav { order: 2; width: 100%; margin: 8px 0 0; justify-content: space-between; padding-left: 0; }
}
.ai-consent { display: flex; gap: 12px; align-items: flex-start; padding: 17px; background: #f1f5e9; border: 1px solid #e2e9d5; border-radius: 7px; cursor: pointer; }
.ai-consent input { width: 18px; height: 18px; accent-color: var(--forest); flex-shrink: 0; margin: 2px 0 0; }
.ai-consent span { font-size: 11px; color: #7b8d6a; line-height: 1.8; }
.ai-question-actions { flex-wrap: wrap; }
.ai-question-actions .button { white-space: normal; text-align: center; }
.ai-question-actions .form-help { flex-basis: 100%; }
.ai-answer-slot:not(:empty) { margin-top: 22px; }
.ai-answer .owner-property-top { align-items: flex-start; }
.ai-answer .eyebrow { padding-top: 4px; }
.ai-answer-text { white-space: pre-wrap; overflow-wrap: anywhere; font-size: 14px; line-height: 1.95; color: #657c53; }
.ai-answer .operation-id { margin-top: 23px; max-width: none; }
.ai-answer h2 { margin-bottom: 12px; font-size: 17px; }
.ai-answer.error-answer > p { font-size: 12px; line-height: 1.85; overflow-wrap: anywhere; margin-top: 12px; }
.ai-result-note { color: #91a080; font-size: 11px; line-height: 1.85; margin-top: 17px; }
.ai-sources { margin-top: 24px; padding-top: 19px; border-top: 1px solid var(--line); }
.ai-sources h3 { color: #7e916c; font-size: 11px; }
.ai-sources ul { list-style: none; margin: 11px 0 0; padding: 0; }
.ai-sources li { color: #8f9f7e; font-size: 11px; line-height: 1.8; padding: 5px 0; overflow-wrap: anywhere; }
.ai-sources li:before { content: '↗'; display: inline-block; color: #a0ad91; margin-right: 8px; }
.ai-guest-aside { padding-top: 20px; }
.ai-guest-aside .ai-memory-note { font-size: 11px; margin-top: 25px; padding-top: 21px; border-top: 1px solid var(--line); }
@media (max-width: 1200px) {
  .ai-usage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 780px) {
  .guest-ai-columns { grid-template-columns: 1fr; gap: 20px; }
  .ai-guest-aside { padding-top: 5px; }
  .ai-status-panel { flex-wrap: wrap; align-items: flex-start; }
  .ai-status-panel .ai-panel-body { flex-basis: calc(100% - 70px); }
  .ai-status-panel > .badge { margin-left: 61px; }
  .ai-usage-card { padding: 18px; }
  .ai-usage-card > strong { font-size: 24px; }
  .ai-journal { padding: 22px 0; overflow: hidden; }
  .ai-journal > .section-heading { padding: 0 22px; }
  .ai-operation-table th:first-child, .ai-operation-table td:first-child { padding-left: 22px; }
}
@media (max-width: 520px) {
  .ai-usage-grid { gap: 12px; }
  .ai-usage-card > strong { font-size: 21px; }
  .ai-usage-card > span { font-size: 10px; }
  .ai-usage-card > small { font-size: 9px; }
  .ai-consent { padding: 14px; gap: 10px; }
  .ai-question-form .field textarea { font-size: 13px; }
  .ai-question-actions .button { width: 100%; }
  .ai-answer { padding: 22px; }
  .ai-answer-text { font-size: 13px; }
  .ai-answer .owner-property-top { flex-wrap: wrap; }
}
