:root{color-scheme:light;--primary: #0f3e2e;--accent: #07882e;--accent-strong: #0b6a2c;--bg: #faf9f6;--bg-soft: #fdfcf9;--bg-dark: #131f1b;--surface: #ffffff;--surface-muted: #f6f4f0;--text: #141a17;--text-muted: #7c8179;--muted: var(--text-muted);--warm-neutral: #ebe7e1;--border: #e6e0d8;--border-soft: rgba(20, 26, 23, .06);--shadow: 0 12px 28px rgba(15, 62, 46, .08);--shadow-soft: 0 6px 20px rgba(15, 62, 46, .05);--radius: 12px;--radius-pill: 9999px;--font-body: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;--font-display: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif}.ui-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);padding:24px}.ui-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.ui-card__title{margin:0;font-size:18px;font-weight:700;color:var(--text)}.ui-card__description{margin:6px 0 0;font-size:13px;color:var(--text-muted)}.ui-card__content{display:flex;flex-direction:column;gap:12px}.ui-card.card--accent{background:linear-gradient(135deg,#0f3e2e,#126244);border-color:#ffffff14;color:#fff}.ui-card.card--accent .ui-card__title,.ui-card.card--accent .ui-card__description,.ui-card.card--accent .ui-card__content,.ui-card.card--accent .muted{color:#fff}.ui-card.card--accent .button--ghost{background:#ffffff29;border-color:#ffffff40;color:#fff}.ui-card.card--accent .button--ghost:hover{background:#ffffff3d}.ui-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:var(--radius-pill);font-size:12px;font-weight:600;border:1px solid transparent}.ui-badge--success{background:#e7f3ec;color:#1d5b3c;border-color:#cfe5d7}.ui-badge--warning{background:#fbf1d8;color:#7a5a1d;border-color:#f1dfb4}.ui-badge--danger{background:#f6e3e0;color:#7b2f26;border-color:#ecc2bc}.ui-badge--neutral{background:#eef0ee;color:#49524b;border-color:#d9dedb}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.page-header__actions{display:flex;align-items:center;gap:12px}.page-header__title{margin:0;font-size:40px;line-height:1.1}.page-header__subtitle{margin:8px 0 0;color:var(--text-muted);font-size:15px}.empty-state{padding:24px;border-radius:12px;border:1px dashed var(--border);background:var(--bg-soft);color:var(--text-muted);grid-column:1 / -1}.toggle{display:inline-flex;align-items:center;gap:10px;border:1px solid transparent;background:transparent;outline:none}.toggle:focus,.toggle:focus-visible{outline:none}.toggle__track{position:relative;width:44px;height:24px;border-radius:999px;background:#d9e1db;transition:background .2s ease}.toggle__thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #0000001f;transition:transform .2s ease}.toggle.is-on .toggle__track{background:#07882e40}.toggle.is-on .toggle__thumb{transform:translate(20px)}.toggle.is-disabled{opacity:.6;pointer-events:none}.status-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:var(--radius-pill);font-size:12px;font-weight:600;border:1px solid transparent}.status-badge--success{background:#e7f3ec;color:#1d5b3c;border-color:#cfe5d7}.status-badge--warning{background:#fbf1d8;color:#7a5a1d;border-color:#f1dfb4}.status-badge--danger{background:#f6e3e0;color:#7b2f26;border-color:#ecc2bc}.status-badge--info{background:#e7eef4;color:#2c4e66;border-color:#cddde9}.status-badge--neutral{background:#eef0ee;color:#49524b;border-color:#d9dedb}.cabin-grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.cabin-card{border-radius:14px;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-soft);overflow:hidden;display:flex;flex-direction:column}.cabin-card__media{width:100%;height:120px;background:#f1f0eb;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:12px}.cabin-card__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cabin-card__body{padding:16px;display:grid;gap:10px}.cabin-card__title{font-weight:700;font-size:16px;margin:0}.cabin-card__meta{font-size:13px;color:var(--text-muted);display:flex;justify-content:space-between;gap:12px}.cabin-card__price{font-size:18px;font-weight:800;color:var(--text)}.cabin-card__price span{font-size:12px;font-weight:600;color:var(--text-muted)}.cabin-card__actions{display:flex;gap:8px;flex-wrap:wrap}.topbar-meta{display:flex;align-items:center;gap:12px}.topbar-toggle{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.topbar-toggle__hint{font-size:12px;color:var(--text-muted);font-family:inherit}.owner-accept-status{font-family:inherit;unicode-bidi:plaintext;font-feature-settings:normal;letter-spacing:normal}.topbar-toggle__hint--error{color:#842c23}.tenant-pill{padding:6px 12px;border-radius:var(--radius-pill);background:#eef4f0;border:1px solid #dce7e0;font-size:12px;font-weight:600;color:var(--primary)}.avatar-circle{width:34px;height:34px;border-radius:50%;background:#e7eee9;display:grid;place-items:center;font-weight:700;color:var(--primary);border:1px solid #d7e1da}.dark{color-scheme:dark;--bg: #131f1b;--bg-soft: #1c2a24;--surface: #192721;--surface-muted: #1e2f28;--text: #f6f2ec;--text-muted: #b2b8b0;--border: #23342c;--shadow: 0 6px 22px rgba(6, 12, 10, .35);--shadow-soft: 0 2px 12px rgba(6, 12, 10, .25)}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:var(--font-body);color:var(--text);background:radial-gradient(circle at 12% 8%,#f1eee8 0%,transparent 46%),radial-gradient(circle at 88% 18%,#f0ede7 0%,transparent 42%),var(--bg)}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:24px 32px;background:#faf9f6eb;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.app-brand{font-family:var(--font-display);font-size:22px;font-weight:700;letter-spacing:.2px;color:var(--primary);display:flex;align-items:center;gap:8px}.app-header__actions{display:flex;align-items:center;gap:12px}.user-pill{padding:6px 14px;border-radius:var(--radius-pill);background:#eef4f0;border:1px solid #dce7e0;font-size:13px;font-weight:600;color:#2b4a3b}.app-body{display:grid;grid-template-columns:260px 1fr;gap:24px;padding:32px 32px 48px}.sidebar{position:sticky;top:92px;align-self:start;background:#f3f1ed;border:1px solid var(--border);border-radius:16px;padding:24px;box-shadow:var(--shadow-soft)}.sidebar__section{display:flex;flex-direction:column;gap:12px}.sidebar__title{text-transform:uppercase;letter-spacing:.12em;font-size:11px;color:var(--text-muted)}.sidebar__nav{display:flex;flex-direction:column;gap:16px;margin-top:12px}.sidebar__link{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:12px;font-weight:600;color:var(--text);transition:all .2s ease;position:relative}.sidebar__link:hover{background:#f0f3ef}.sidebar__link.is-active{background:#e7f2ec;color:var(--primary)}.sidebar__link.is-active:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;border-radius:3px;background:var(--accent)}.sidebar__link--disabled{color:#a19a90;background:transparent;cursor:not-allowed}.sidebar__hint{margin-top:16px;font-size:12px;color:var(--text-muted);line-height:1.5}.sidebar__footer{margin-top:16px;padding-top:14px;border-top:1px solid var(--border);display:grid;gap:10px}.sidebar__cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;padding:10px 12px;border:1px solid #dce7e0;background:#f6faf7;font-weight:600;color:var(--primary)}.sidebar__cta:hover{background:#ecf6ee}.sidebar__icon{width:18px;height:18px;color:currentColor;flex-shrink:0}.content{display:flex;flex-direction:column;gap:24px;width:100%;max-width:1280px}.banner{position:sticky;top:92px;z-index:12;display:flex;flex-direction:column;gap:12px;padding:16px 24px;border-radius:16px;border:1px solid var(--border);box-shadow:var(--shadow-soft)}.banner--warn{background:#fff3d6;border-color:#e3c178;color:#6a4b1f}.banner--danger{background:#ffe4e4;border-color:#e6b3b3;color:#7a2e2e}.banner__title{font-weight:700;font-size:16px}.banner__body{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.banner__meta{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--text)}.banner__actions{display:flex;gap:8px;flex-wrap:wrap}.banner__hint{font-size:12px;color:var(--text-muted)}.page{display:flex;flex-direction:column;gap:24px}.dashboard-grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.dashboard-grid+.dashboard-grid{margin-top:24px}.dashboard-card__value{font-size:38px;font-weight:800}.dashboard-card__meta{margin-top:6px;font-size:13px;color:var(--text-muted)}.dashboard-checklist{list-style:none;margin:0;padding:0;display:grid;gap:12px}.dashboard-checklist__item{display:flex;align-items:center;gap:10px;font-size:14px}.dashboard-checklist__item.is-done{color:#2c5f45}.dashboard-checklist__status{width:24px;font-weight:700;color:var(--accent)}.dashboard-ready{display:grid;gap:12px}.dashboard-ready__actions{display:flex;flex-wrap:wrap;gap:8px}.dashboard-note{margin-top:8px;font-size:13px;color:var(--text-muted)}.dashboard-tips__controls{display:inline-flex;gap:8px}.dashboard-tips__nav{width:32px;height:32px;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:#ffffff1f;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:1}.dashboard-tips__nav:hover{background:#fff3}.dashboard-tip{display:grid;gap:10px}.dashboard-tip__title{font-size:18px;font-weight:700}.dashboard-tip__text{line-height:1.5}.dashboard-tip__footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.dashboard-tip__dots{display:inline-flex;align-items:center;gap:6px}.dashboard-tip__dot{width:8px;height:8px;border-radius:999px;border:none;background:#ffffff59;padding:0;cursor:pointer}.dashboard-tip__dot.is-active{width:18px;background:#fffffff2}.billing-layout{display:grid;gap:20px}.billing-status{display:grid;gap:10px}.billing-status__row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:10px;border-bottom:1px solid var(--border-soft);font-size:14px}.billing-status__row:last-of-type{border-bottom:none;padding-bottom:0}.billing-status__hint{font-size:13px;color:var(--text-muted)}.billing-plans__promo{margin-bottom:8px}.billing-plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.billing-plan-card{border:1px solid var(--border);border-radius:14px;background:#fff;padding:14px;display:grid;gap:10px}.billing-plan-card__head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.billing-plan-card__head h3{margin:0;font-size:17px}.billing-plan-card__price{font-size:28px;font-weight:800;color:#123e2e}.billing-plan-card__meta{font-size:13px;color:var(--text-muted)}.dashboard-list{display:grid;gap:12px}.dashboard-list__row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-bottom:16px;border-bottom:1px solid var(--border-soft)}.dashboard-list__row:last-child{padding-bottom:0;border-bottom:none}.dashboard-list__title{font-weight:600}.dashboard-list__meta{font-size:13px;color:var(--text-muted);min-width:120px;text-align:right}.page__header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.page__eyebrow{margin:0 0 8px;text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:600;color:var(--text-muted)}.page__header h1{margin:0;font-family:var(--font-display);font-size:40px}.page__meta{padding:12px 16px;border-radius:14px;border:1px solid var(--border);background:var(--surface);font-size:14px;color:var(--text-muted);min-width:160px;text-align:center}.page__meta--actions{display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left}.page__meta--actions .button{width:auto}.card{background:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--shadow);padding:24px}.card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.card__title{margin:0;font-family:var(--font-display);font-size:22px}.card__subtitle{margin:6px 0 0;color:var(--text-muted);font-size:13px}.card__actions{display:flex;align-items:center;gap:12px}.card__body{display:flex;flex-direction:column;gap:16px}.form{display:grid;gap:16px}.button--compact{padding:6px 12px;font-size:12px;border-radius:10px}.settings-quicknav{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.settings-sections{display:grid;gap:20px}.settings-section__anchor{scroll-margin-top:120px}.settings-section.is-collapsed .card__body{display:none}.settings-section__toggle{display:inline-flex;align-items:center;gap:8px;border-radius:999px;border:1px solid var(--border);background:var(--surface-muted);color:var(--text);padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.settings-section__toggle:hover{background:#ede9e3}.settings-section__chevron{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .2s ease;margin-top:-2px}.settings-section.is-open .settings-section__chevron{transform:rotate(-135deg);margin-top:2px}.settings-section__body{display:block}.settings-section__form{display:grid;gap:16px}.settings-section__content{display:grid;gap:16px;max-width:960px;width:100%;justify-self:start}.settings-section__footer{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.settings-section__status{font-size:12px;color:var(--text-muted)}.settings-section__status--success{color:#1e5a31}.settings-section__status--error{color:#842c23}.settings-section__grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.settings-service-grid{display:grid;gap:16px;grid-template-columns:1fr}.settings-service-grid__col{display:grid;gap:16px}.settings-toggles{display:flex;flex-direction:column;gap:10px}.field__textarea{min-height:140px;resize:vertical}.field__textarea--lg{min-height:180px}.field__meta{font-size:12px;color:var(--text-muted);line-height:1.4}.field-help{margin-top:6px;font-size:12px;color:var(--text-muted);line-height:1.4}.field__meta--counter{margin-top:6px}.field__inline{display:flex;align-items:center;gap:8px}.field__inline input{flex:1;min-width:0}.settings-secret-toggle{display:inline-flex;align-items:center;gap:6px}.settings-icon{width:16px;height:16px;display:block}@media(min-width:960px){.settings-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.form-section{display:grid;gap:16px;padding:16px;border-radius:16px;border:1px solid var(--border);background:var(--surface-muted)}.form-section__title{text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:700;color:var(--text-muted)}.form-section--tinted{background:#f3f6f2;border-color:#e1e7df}.form-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.form-actions .button--primary{min-width:220px}.filters{display:grid;gap:16px}.filters__main{display:grid;gap:16px;grid-template-columns:repeat(7,minmax(120px,1fr));align-items:end}.filters__secondary{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));align-items:end;padding-top:8px;border-top:1px dashed #eadfce}.field{display:grid;gap:6px;font-size:13px;color:var(--text-muted)}.field>span{text-transform:uppercase;letter-spacing:.12em;font-size:11px;color:var(--text-muted)}.field input,.field textarea,.field select{padding:10px 12px;border-radius:12px;border:1px solid #e2dbd1;background:#fff;font:inherit;color:var(--text)}.field__control{position:relative}.field__control--password input{width:100%;padding-right:44px}.field__password-toggle{position:absolute;top:50%;right:10px;transform:translateY(-50%);width:28px;height:28px;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;transition:color .15s ease,background-color .15s ease,border-color .15s ease}.field__password-toggle:hover,.field__password-toggle:focus-visible{color:var(--text);background:#0000000d;border-color:#0000001f;outline:none}.field__password-toggle-icon{width:16px;height:16px;display:block}.field--emoji{position:relative}.field--emoji input,.field--emoji textarea{padding-right:44px}.field--emoji .emoji-picker{position:absolute;right:10px;top:30px;z-index:6}.emoji-picker__button{width:28px;height:28px;border-radius:10px;border:1px solid transparent;background:transparent;color:var(--text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;line-height:1;padding:0;opacity:.4;transition:opacity .15s ease,background .15s ease,border-color .15s ease}.emoji-picker__icon{width:16px;height:16px;display:block}.field--emoji:hover .emoji-picker__button,.field--emoji:focus-within .emoji-picker__button,.emoji-picker__button:focus-visible{opacity:.9;border-color:#00000024;background:#0000000d}.emoji-picker__button:disabled{opacity:.3;cursor:not-allowed}.emoji-picker__popover{position:fixed;width:352px;height:420px;z-index:1200;background:#1f1f1f;border:1px solid #2b2b2b;border-radius:14px;box-shadow:0 16px 38px #00000047;padding:8px;display:flex;flex-direction:column}.emoji-picker__popover--top{transform-origin:bottom right}.emoji-picker__header{height:32px;display:flex;align-items:center;justify-content:space-between;color:#cfcfcf;font-size:12px;padding:0 4px 6px}.emoji-picker__title{font-weight:600;letter-spacing:.02em}.emoji-picker__close{width:24px;height:24px;border:1px solid transparent;background:transparent;color:#cfcfcf;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;cursor:pointer;padding:0}.emoji-picker__close:hover,.emoji-picker__close:focus-visible{background:#ffffff14;border-color:#ffffff1f}.emoji-picker__close-icon{width:14px;height:14px;display:block}.emoji-picker__content{flex:1;min-height:0}.emoji-picker__loading,.emoji-picker__error{color:#e7e7e7;font-size:12px;padding:12px;min-width:240px}.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:#07882e66;box-shadow:0 0 0 3px #07882e1f}.field--range,.field--grow{grid-column:span 2}.field__range{display:grid;grid-template-columns:1fr auto 1fr;gap:8px;align-items:center}.field__range-sep{color:var(--text-muted)}.filters__submit{justify-self:start;height:42px}.button{border-radius:12px;padding:10px 16px;border:1px solid transparent;cursor:pointer;font-weight:600;transition:all .2s ease}.button--primary{background:#0f7a35;color:#fff}.button--primary:hover{background:#0b6a2c}.button--primary:disabled{opacity:.6;cursor:not-allowed}.button--secondary{background:#eef4f0;border-color:transparent;color:var(--primary)}.button--secondary:hover{background:#e2eee8}.button--ghost{background:#fff;border-color:#dce7e0;color:var(--text)}.button--ghost:hover{border-color:#cddbd3;background:#f5f8f5}.button--danger{background:#c0564d;color:#fff}.table{display:grid;gap:10px;--columns: 1fr}.table-scroll{overflow-x:auto;padding-bottom:6px}.table__header,.table__row{display:grid;grid-template-columns:var(--columns);gap:12px;align-items:center;padding:16px 20px;border-radius:14px}.table__header{background:var(--surface-muted);font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);border:1px solid var(--border)}.table__row{background:#fff;border:1px solid var(--border);transition:transform .15s ease,box-shadow .15s ease}.table__row:hover{background:#fbfbf9;box-shadow:var(--shadow-soft)}.table__row .button{background:transparent;border-color:var(--border);color:var(--text)}.table__row .button:hover{background:#f6f4f1;border-color:var(--border)}.table__row .button--danger{color:#9a3a30;border-color:#f1d6d2;background:#fff7f6}.table__cell--mono{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px}.cabin-thumb{width:72px;height:48px;-o-object-fit:cover;object-fit:cover;border-radius:10px;border:1px solid #eee6da;background:#f7f2ea}.cabin-thumb--empty{display:flex;align-items:center;justify-content:center;font-size:12px;color:#8a7d6a}.cabin-photo-section{display:flex;flex-direction:column;gap:10px;margin-top:8px}.cabin-photo-header{display:flex;flex-wrap:wrap;gap:8px 16px;align-items:center;justify-content:space-between}.cabin-photo-drop{position:relative;border:1px dashed #d6c7b1;border-radius:12px;padding:16px;text-align:center;background:#fffaf2;transition:border-color .2s ease,background .2s ease}.cabin-photo-drop.is-active{border-color:#b9a991;background:#f5efe4}.cabin-photo-drop input{display:none}.cabin-photo-drop label{display:block;cursor:pointer}.cabin-photo-drop-title{font-weight:600;margin-bottom:6px}.cabin-upload-list{display:flex;flex-direction:column;gap:10px}.cabin-upload-item{border:1px solid #eee6da;border-radius:12px;padding:10px 12px;background:#faf7f1;display:flex;flex-direction:column;gap:8px}.cabin-upload-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.cabin-upload-status{display:flex;align-items:center;gap:8px}.cabin-upload-cancel{border:none;background:transparent;color:#7b7162;width:24px;height:24px;border-radius:50%;font-size:18px;line-height:1;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;flex-shrink:0}.cabin-upload-cancel:hover{background:#eee6da;color:#3a342c}.cabin-upload-name{font-size:13px;color:#3a342c;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cabin-upload-progress{height:6px;border-radius:999px;background:#eee6da;overflow:hidden;position:relative}.cabin-upload-progress span{display:block;height:100%;width:0;background:#2f6f5e;transition:width .2s ease}.cabin-upload-progress.is-indeterminate span{position:absolute;left:-30%;width:30%;animation:cabin-upload-indeterminate 1.1s ease-in-out infinite}.cabin-upload-spinner{width:14px;height:14px;border:2px solid #d6c7b1;border-top-color:#2f6f5e;border-radius:50%;animation:cabin-upload-spin .9s linear infinite}@keyframes cabin-upload-spin{to{transform:rotate(360deg)}}@keyframes cabin-upload-indeterminate{0%{transform:translate(0)}to{transform:translate(360%)}}.cabin-photo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.cabin-photo-tile{position:relative;border:1px solid #eee6da;border-radius:12px;padding:10px;background:#faf7f1;display:flex;flex-direction:column;gap:8px;cursor:grab}.cabin-photo-badge{position:absolute;top:8px;left:8px;width:22px;height:22px;border-radius:50%;background:#1c1814d9;color:#fff;font-weight:700;font-size:12px;display:flex;align-items:center;justify-content:center;pointer-events:none}.cabin-photo-tile.is-over{border-color:#c7b79f;background:#f3ede2}.cabin-photo-thumb img{width:100%;height:110px;-o-object-fit:cover;object-fit:cover;border-radius:10px;border:1px solid #eee6da;background:#f7f2ea}.cabin-photo-caption{font-size:12px;color:#6f6455}.cabin-photo-footer{display:flex;align-items:center;gap:10px}.cabin-photo-list{display:flex;flex-direction:column;gap:12px}.cabin-photo-item{display:grid;grid-template-columns:90px 1fr;gap:12px;align-items:start;padding:10px;border:1px solid #eee6da;border-radius:12px;background:#faf7f1}.cabin-photo-preview img{width:90px;height:60px;-o-object-fit:cover;object-fit:cover;border-radius:10px;border:1px solid #eee6da}.cabin-photo-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.cabin-photo-actions input{width:90px}.cabin-photo-add{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.cabin-photo-add input[type=text]{min-width:240px;flex:1}.table__row--clickable{cursor:pointer}.table__row--clickable:hover{box-shadow:var(--shadow-soft)}.table__row--clickable:focus-visible{outline:2px solid rgba(31,90,70,.4);outline-offset:2px}.table--bookings{--columns: .8fr .7fr .7fr 1fr 1.1fr .8fr;min-width:920px}.table--blacklist{--columns: 1fr 1fr 1.4fr .8fr .6fr;min-width:720px}.calendar-controls{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}.calendar-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px}.calendar-main{display:flex;flex-direction:column;gap:24px}.calendar-aside{position:sticky;top:110px;align-self:start}.calendar-legend{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px;align-items:center}.calendar-legend__block{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;border:1px solid #2d2f2e;background:#3c3f3d;font-size:11px;font-weight:600;color:#f7f5f2}.calendar-legend .status-badge{padding:3px 8px;font-size:11px}.calendar-controls__group{display:flex;gap:8px;flex-wrap:wrap}.field--calendar{min-width:180px}.calendar-scroll{overflow:auto;border:1px solid var(--border);border-radius:16px;background:var(--surface)}.calendar-grid{--day-width: 44px;--cell-width: var(--day-width);--row-height: 64px;--calendar-line-v: #d9dee3;--calendar-line-h: #d9dee3;width:-moz-max-content;width:max-content;min-width:100%}.calendar-header{position:sticky;top:0;z-index:6;display:grid;grid-template-columns:160px repeat(var(--day-count),var(--day-width));background:var(--surface);border-bottom:1px solid var(--calendar-line-h)}.calendar-corner{position:sticky;left:0;z-index:7;padding:12px 10px;background:var(--surface);border-right:1px solid var(--calendar-line-v);font-size:12px;font-weight:600;color:#4a4f48}.calendar-days{display:grid;grid-template-columns:repeat(var(--day-count),var(--day-width))}.calendar-day{padding:10px 0;text-align:center;font-size:12px;color:#444a43;border-right:1px solid var(--calendar-line-v)}.calendar-row{display:grid;grid-template-columns:160px 1fr}.calendar-cabin-cell{position:sticky;left:0;z-index:5;padding:12px;background:var(--surface);border-right:1px solid var(--calendar-line-v);border-bottom:1px solid var(--calendar-line-h);font-weight:600;font-size:13px}.calendar-row-grid{position:relative;display:grid;align-items:center;grid-template-columns:repeat(var(--day-count),var(--day-width));min-height:var(--row-height);height:var(--row-height);border-bottom:1px solid var(--calendar-line-h);-webkit-user-select:none;-moz-user-select:none;user-select:none}.calendar-row-grid:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--calendar-line-h);pointer-events:none;z-index:3}.calendar-cell{border-right:1px solid var(--calendar-line-v);min-height:var(--row-height);background:#fff}.calendar-cell:hover{background:#f8f7f3}.calendar-layer{position:absolute;inset:0;display:grid;grid-template-columns:repeat(var(--day-count),var(--day-width));pointer-events:none;z-index:2}.calendar-selection{margin:8px 4px;border-radius:999px;background:#1f5a462e}.calendar-booking{pointer-events:auto;margin:0 4px;border-radius:999px;padding:0 12px;height:32px;font-size:13px;font-weight:600;display:flex;width:100%;box-sizing:border-box;justify-self:stretch;align-self:center;align-items:center;gap:8px;cursor:pointer;overflow:hidden;border:1px solid rgba(0,0,0,.06)}.calendar-booking--left{justify-content:flex-start;text-align:left}.calendar-booking--center{justify-content:center;text-align:center}.calendar-booking__label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1}.calendar-block{pointer-events:auto;margin:8px 4px;border-radius:999px;padding:6px 12px 6px 8px;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:flex-start;gap:8px;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;background:repeating-linear-gradient(45deg,#e2e2e2 0 6px,#f4f4f4 6px 12px);color:#4c4c4c;border:1px solid rgba(0,0,0,.08)}.calendar-booking__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;min-width:0;flex:1 1 auto;text-align:left}.calendar-booking__status{font-size:11px;opacity:.8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:0 1 auto;text-align:left}.calendar-booking--danger{background:#f8deda;color:#7c2a20}.calendar-booking--warning{background:#f7ead3;color:#7a4a16}.calendar-booking--success{background:#e5f2ea;color:#245a3e}.calendar-booking--info{background:#e0ecf8;color:#1d4a77}.calendar-booking--neutral{background:#f0ede6;color:#5c5a52}.calendar-booking--cancelled{opacity:.6;text-decoration:line-through}.status-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:600}.status-badge--danger{background:#f6d9d4;color:#7c2a20}.status-badge--warning{background:#efe8dd;color:#5f4d3a}.status-badge--success{background:#e2f0e8;color:#22583c}.status-badge--info{background:#e3ecf6;color:#2b4864}.status-badge--neutral{background:#efeae3;color:#5c5a52}.status-badge--block{background:#3c3f3d;color:#f7f5f2}.id-pill{padding:4px 10px;border-radius:999px;background:#f2ece4;border:1px solid var(--border);width:-moz-fit-content;width:fit-content}.date-range{font-weight:600;color:#2d2b26}.phone-link{color:var(--accent);font-weight:600}.phone-link:hover{color:var(--accent-strong)}.pagination{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:8px}.detail-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.detail__list{display:grid;gap:8px;font-size:14px}.detail__section{padding:12px 0;border-top:1px solid var(--border-soft)}.detail__section--header{padding-top:0;border-top:none}.detail__section--actions{border-top:1px solid var(--border);padding-bottom:0}.detail__title{margin:0;font-size:18px;font-weight:700}.detail__subtitle{margin:6px 0 0;color:var(--text-muted);font-size:13px}.detail__meta{margin-top:8px;color:var(--text-muted);font-size:13px}.mono{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px}.error{padding:12px 16px;border-radius:12px;background:#f7e1de;color:#842c23}.success{padding:12px 16px;border-radius:12px;background:#e2f2e4;color:#1e5a31}.muted{color:var(--muted);line-height:1.55}.empty{padding:16px;background:#fdf8f1;border:1px dashed #dccfbf;border-radius:14px;color:var(--text-muted);line-height:1.6}.auth{min-height:100vh;display:grid;place-items:center;padding:32px 16px}.auth-stack{width:min(900px,100%);display:grid;gap:16px;justify-items:center}.auth-grid{width:min(900px,100%);display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.card--auth{max-width:420px;width:100%}.field--checkbox{display:flex;align-items:center;gap:10px}.field--checkbox input{margin:0}.turnstile{margin-top:8px}.form__hint{margin-top:10px;font-size:13px;color:var(--text-muted)}.form__hint a{color:var(--accent)}.form__inline-link{color:var(--accent);text-decoration:underline}.public-footer{width:min(900px,100%);border-top:1px solid var(--border);padding-top:12px}.public-footer__links{display:flex;flex-wrap:wrap;gap:8px 16px}.public-footer__link{color:var(--text-muted);font-size:13px;text-decoration:none}.public-footer__link:hover,.public-footer__link:focus-visible{color:var(--accent);text-decoration:underline}.legal-card{width:min(900px,100%)}.legal-card__content{display:grid;gap:10px;color:var(--text-muted);line-height:1.55}.legal-card__content h2{margin:8px 0 0;color:var(--text);font-size:16px}.legal-card__content p{margin:0}.legal-card__content--text p{white-space:pre-wrap;word-break:break-word}.platform-pages__layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:20px}.platform-pages__menu{display:grid;gap:8px;align-content:start}.platform-pages__menu-item{width:100%;text-align:left;border:1px solid var(--border);border-radius:10px;background:var(--surface-muted);color:var(--text);font:inherit;padding:10px 12px;cursor:pointer}.platform-pages__menu-item:hover,.platform-pages__menu-item:focus-visible{outline:none;border-color:#d4cdc2;background:#f2ede6}.platform-pages__menu-item.is-active{border-color:#b8d7c3;background:#e8f4ec;color:#145f34}.platform-pages__editor{min-width:0;display:grid;gap:12px}.platform-pages__editor h2{margin:0;font-size:20px}.list{list-style:none;padding:0;margin:12px 0 20px;display:grid;gap:10px}.list__item{padding:12px 16px;border-radius:14px;border:1px solid var(--border);background:var(--surface-muted)}.telegram-admins__list{display:grid;gap:12px}.telegram-admins__item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:14px;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-soft);flex-wrap:wrap}.telegram-admins__main{display:flex;flex-direction:column;gap:4px;min-width:200px;flex:1 1 200px}.telegram-admins__name{font-weight:700}.telegram-admins__tg{font-size:12px;color:var(--text-muted)}.telegram-admins__meta{display:flex;flex-direction:column;gap:4px;font-size:12px;color:var(--text-muted);min-width:160px}.telegram-admins__actions{display:flex;gap:8px;flex-wrap:wrap}@media(max-width:1080px){.app-body{grid-template-columns:1fr}.sidebar{position:static;top:auto}.calendar-layout{grid-template-columns:1fr}.calendar-aside{position:static}}@media(max-width:900px){.platform-pages__layout{grid-template-columns:1fr}.sidebar{padding:12px}.sidebar__title,.sidebar__hint{display:none}.sidebar__nav{flex-direction:row;flex-wrap:nowrap;overflow-x:auto}.sidebar__link{white-space:nowrap}}@media(max-width:820px){.app-header{flex-direction:column;align-items:flex-start;gap:12px}.page__header{flex-direction:column}.filters__main,.filters__secondary{grid-template-columns:1fr}.field--range,.field--grow{grid-column:auto}}.modal-backdrop{position:fixed;inset:0;background:#1a181359;display:flex;align-items:center;justify-content:center;padding:24px;overflow-y:auto;overscroll-behavior:contain;z-index:50}.modal{width:100%;max-width:520px;background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);padding:24px;display:grid;gap:16px}.modal--scroll{max-height:calc(100vh - 48px);display:flex;flex-direction:column;overflow:hidden;padding:0}.modal--scroll .modal__header{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:24px 24px 0}.modal--scroll .modal__body{flex:1;overflow-y:auto;padding:16px 24px 24px}.modal--scroll .modal__close{background:none;border:none;cursor:pointer;font-size:22px;line-height:1;color:var(--text)}.modal input{padding:10px 12px;border-radius:12px;border:1px solid #e2dbd1;background:#fff;font:inherit;color:var(--text)}.modal input:focus{outline:none;border-color:#07882e66;box-shadow:0 0 0 3px #07882e1f}body.modal-open{overflow:hidden}.modal__actions{display:flex;justify-content:flex-end;gap:12px}.detail-actions{display:flex;align-items:center;gap:12px}.detail-actions--equal{align-items:center;justify-content:flex-end;flex-wrap:wrap}.detail-actions--equal .button{flex:1 1 140px;min-width:0;max-width:180px;height:40px;margin:0}.print-only{display:none}@media print{body{background:#fff!important}.app-header,.sidebar,.filters,.pagination,.button,.print-hidden{display:none!important}.app-body{grid-template-columns:1fr!important;padding:0!important}.page{padding:0!important}.card{box-shadow:none!important;border:1px solid #d7d7d7!important;background:#fff!important}.card__header{margin-bottom:8px}.detail-grid{display:grid;gap:12px}.print-only{display:block}.print-header{margin-bottom:16px}.print-title{font-size:20px;font-weight:700;margin-bottom:8px}.print-meta{display:grid;gap:6px;font-size:13px}}.field-help--error{color:#b7372f;font-weight:600}.timezone-select{position:relative}.timezone-select__trigger{width:100%;min-height:42px;padding:10px 12px;border-radius:12px;border:1px solid #e2dbd1;background:#fff;color:var(--text);font:inherit;display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer}.timezone-select__trigger:focus-visible{outline:none;border-color:#07882e66;box-shadow:0 0 0 3px #07882e1f}.timezone-select__value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.timezone-select__chevron{width:8px;height:8px;border-right:2px solid #7e7469;border-bottom:2px solid #7e7469;transform:rotate(45deg);flex-shrink:0}.timezone-select__dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:40;border:1px solid #e2dbd1;border-radius:12px;background:#fff;box-shadow:0 12px 26px #00000024;overflow:hidden}.timezone-select__search{width:100%;border:0;border-bottom:1px solid #ece6dd;border-radius:0;padding:10px 12px;font:inherit;background:#fff}.timezone-select__search:focus{outline:none}.timezone-select__list{max-height:300px;overflow:auto;padding:6px}.timezone-select__group{padding:6px 8px;font-size:11px;font-weight:700;letter-spacing:.08em;color:var(--text-muted);text-transform:uppercase}.timezone-select__option{width:100%;border:0;background:transparent;text-align:left;color:var(--text);padding:8px 10px;border-radius:8px;cursor:pointer;font:inherit}.timezone-select__option:hover,.timezone-select__option:focus-visible{outline:none;background:#f5f0e8}.timezone-select__option.is-selected{background:#e8f4ec;color:#115d2d;font-weight:600}.timezone-select__option--custom{border-bottom:1px dashed #ece6dd;margin-bottom:4px}.timezone-select__empty{padding:8px 10px;color:var(--text-muted);font-size:12px}.owner-paywall{max-width:640px;margin:24px auto;text-align:left}.owner-paywall h1{margin:0 0 8px;font-size:24px;line-height:1.2}
