:root{--plum-950: #2d0b2e;--plum-900: #3b103d;--plum-800: #4d174d;--plum-700: #642563;--plum-100: #f1e8f1;--plum-50: #f9f5f9;--gold-700: #8f7950;--gold-500: #b39b6a;--gold-200: #e8dcc3;--gold-100: #f6f0e4;--ink-950: #1c1820;--ink-800: #342f37;--ink-600: #655f68;--ink-500: #7d7680;--line: #e7e2e7;--line-strong: #d8d1d9;--canvas: #f7f6f8;--surface: #fff;--green-700: #197153;--green-100: #e5f5ee;--amber-700: #9a6111;--amber-100: #fff3db;--red-700: #a33643;--red-100: #fdecef;--shadow-xs: 0 1px 2px rgb(44 22 44 / 5%);--shadow-sm: 0 6px 20px rgb(48 24 48 / 7%);--shadow-md: 0 18px 52px rgb(48 24 48 / 14%);--sidebar-width: 254px;color:var(--ink-950);font-family:Avenir Next,Avenir,Segoe UI,Helvetica,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:var(--canvas)}body,#root{min-width:320px;min-height:100vh;margin:0}body{background:var(--canvas)}button,input,select,textarea{color:inherit;font:inherit}button,a,select{-webkit-tap-highlight-color:transparent}button{border:0}a{color:inherit}img,svg{display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--ink-950);letter-spacing:-.035em}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:-60px;left:16px;z-index:1000;padding:11px 16px;border-radius:8px;background:#fff;color:var(--plum-800);font-weight:800;box-shadow:var(--shadow-md)}.skip-link:focus{top:12px}.muted{color:var(--ink-500)}.eyebrow{margin-bottom:7px;color:var(--plum-700);font-size:.71rem;font-weight:850;letter-spacing:.13em;line-height:1.3;text-transform:uppercase}.eyebrow--light{color:#dbc89f}.button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 17px;border:1px solid transparent;border-radius:10px;cursor:pointer;font-size:.88rem;font-weight:750;line-height:1;text-decoration:none;transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease}.button svg{width:17px;height:17px;stroke-width:2.2}.button:hover:not(:disabled){transform:translateY(-1px)}.button:active:not(:disabled){transform:translateY(0)}.button:focus-visible,.icon-button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible,a:focus-visible{outline:3px solid rgb(179 155 106 / 35%);outline-offset:2px}.button:disabled{cursor:not-allowed;opacity:.56}.button--primary{background:var(--plum-800);color:#fff;box-shadow:0 6px 16px #4d174d2e}.button--primary:hover:not(:disabled){background:var(--plum-700);box-shadow:0 9px 22px #4d174d3b}.button--secondary{border-color:var(--line-strong);background:#fff;color:var(--ink-800);box-shadow:var(--shadow-xs)}.button--secondary:hover:not(:disabled){border-color:#bdb3bf;background:#fcfbfc}.button--quiet{background:transparent;color:var(--plum-700)}.button--quiet:hover:not(:disabled){background:var(--plum-50)}.button--danger{background:var(--red-700);color:#fff}.button--small{min-height:36px;padding:7px 11px;border-radius:8px;font-size:.8rem}.icon-button{width:40px;height:40px;display:inline-grid;place-items:center;padding:0;border-radius:9px;background:transparent;color:var(--ink-600);cursor:pointer;transition:background .15s ease,color .15s ease}.icon-button:hover{background:#f1eef1;color:var(--plum-800)}.icon-button svg{width:19px;height:19px}.icon-button--danger:hover{background:var(--red-100);color:var(--red-700)}.field{min-width:0;display:grid;align-content:start;gap:7px}.field__label{color:var(--ink-800);font-size:.79rem;font-weight:750}.field__label>span{color:var(--red-700)}.field__control{min-width:0}.field__control>input,.field__control>select,.field__control>textarea,.field__control>.input-with-icon{width:100%}.field__hint{color:var(--ink-500);font-size:.72rem;line-height:1.45}.field__error{color:var(--red-700);font-size:.74rem;font-weight:700}input,select,textarea{width:100%;min-width:0;border:1px solid var(--line-strong);border-radius:9px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}input,select{min-height:44px;padding:9px 12px}textarea{resize:vertical;padding:11px 12px;line-height:1.5}input::placeholder,textarea::placeholder{color:#aaa3ac}input:hover:not(:disabled),select:hover:not(:disabled),textarea:hover:not(:disabled){border-color:#b9afb9}input:focus,select:focus,textarea:focus{border-color:var(--plum-700);outline:0;box-shadow:0 0 0 3px #4d174d1a}input:disabled,select:disabled,textarea:disabled{background:#f5f3f5;color:var(--ink-600);cursor:not-allowed}.field--error input,.field--error select,.field--error textarea{border-color:var(--red-700)}.input-with-icon{position:relative;display:block}.input-with-icon>svg{position:absolute;top:50%;left:13px;width:17px;height:17px;color:#928a94;transform:translateY(-50%);pointer-events:none}.input-with-icon>input{padding-left:40px}.form-grid{display:grid;gap:17px}.form-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.form-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding-top:8px}.inline-alert{display:flex;align-items:flex-start;gap:9px;margin-bottom:17px;padding:12px 14px;border:1px solid #f0c7ce;border-radius:9px;background:var(--red-100);color:#842d39;font-size:.82rem;line-height:1.45}.inline-alert svg{width:17px;height:17px;flex:0 0 auto;margin-top:1px}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:50;width:var(--sidebar-width);display:flex;flex-direction:column;padding:26px 18px 20px;background:linear-gradient(180deg,#fff,#fbf9fb);border-right:1px solid var(--line)}.sidebar__brand{min-height:45px;display:flex;align-items:center;justify-content:space-between;padding:0 8px}.brand{display:inline-flex;align-items:center}.brand img{width:178px;height:auto;object-fit:contain}.brand--compact img{width:38px;max-height:38px}.sidebar__label{margin:15px 9px 26px;color:var(--ink-500);font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.sidebar__nav{display:grid;gap:6px}.sidebar__nav a{position:relative;display:flex;align-items:center;gap:12px;min-height:46px;padding:10px 12px;border-radius:10px;color:var(--ink-600);font-size:.87rem;font-weight:680;text-decoration:none;transition:background .15s ease,color .15s ease,transform .15s ease}.sidebar__nav a svg{width:19px;height:19px}.sidebar__nav a:hover{background:#f3eef3;color:var(--plum-800);transform:translate(1px)}.sidebar__nav a.active{background:var(--plum-800);color:#fff;box-shadow:0 7px 18px #4d174d2b}.sidebar__nav a.active:before{position:absolute;left:-18px;width:3px;height:24px;border-radius:0 5px 5px 0;background:var(--gold-500);content:""}.sidebar__support{margin-top:auto;display:grid;gap:4px;padding:15px;border:1px solid var(--gold-200);border-radius:11px;background:var(--gold-100);color:var(--ink-600);font-size:.72rem}.sidebar__support span{font-weight:700}.sidebar__support a{color:var(--plum-800);font-weight:750;overflow-wrap:anywhere}.sidebar__close,.sidebar-scrim{display:none}.shell-main{min-height:100vh;margin-left:var(--sidebar-width)}.topbar{position:sticky;top:0;z-index:40;height:70px;display:flex;align-items:center;gap:16px;padding:0 32px;border-bottom:1px solid rgb(226 220 227 / 82%);background:#ffffffe8;-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px)}.topbar__menu{display:none}.topbar__title{color:var(--ink-600);font-size:.84rem;font-weight:750}.topbar__property{display:flex;align-items:center;gap:9px;color:var(--ink-800);font-size:.85rem;font-weight:760}.topbar__property svg{width:18px;height:18px;color:var(--plum-700)}.property-select{position:relative;max-width:min(420px,50vw);display:flex;align-items:center;gap:8px}.property-select>svg:first-child{width:18px;color:var(--plum-700)}.property-select select{min-height:38px;max-width:330px;padding:7px 34px 7px 8px;border:0;background:transparent;font-size:.84rem;font-weight:750;appearance:none;cursor:pointer}.property-select>svg:last-child{position:absolute;right:8px;width:15px;pointer-events:none}.account-menu{position:relative;margin-left:auto}.account-menu__trigger{display:flex;align-items:center;gap:9px;min-height:43px;padding:5px 8px 5px 5px;border-radius:22px;background:transparent;cursor:pointer}.account-menu__trigger:hover{background:#f4f1f4}.account-menu__trigger>svg{width:15px;color:var(--ink-500)}.avatar{width:33px;height:33px;display:grid;place-items:center;border-radius:50%;background:var(--plum-100);color:var(--plum-800);font-size:.78rem;font-weight:850}.account-menu__email{max-width:240px;overflow:hidden;color:var(--ink-600);font-size:.76rem;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.account-menu__popover{position:absolute;top:calc(100% + 8px);right:0;width:254px;padding:15px;border:1px solid var(--line);border-radius:11px;background:#fff;box-shadow:var(--shadow-md);animation:pop-in .14s ease-out}.account-menu__popover p{margin-bottom:3px;color:var(--ink-500);font-size:.7rem}.account-menu__popover strong{display:block;overflow:hidden;margin-bottom:13px;font-size:.78rem;text-overflow:ellipsis}.account-menu__popover button{width:100%;display:flex;align-items:center;gap:9px;padding:10px;border-radius:8px;background:#f7f4f7;color:var(--plum-800);cursor:pointer;font-size:.8rem;font-weight:750}.account-menu__popover button svg{width:16px}.page{width:100%;max-width:1520px;margin:0 auto;padding:34px clamp(24px,3.1vw,48px) 56px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:27px}.page-heading h1{margin-bottom:7px;font-size:clamp(1.75rem,2.4vw,2.25rem);line-height:1.08}.page-heading p:last-child{margin-bottom:0;color:var(--ink-600);font-size:.9rem;line-height:1.5}.panel{border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:var(--shadow-xs);overflow:hidden}.panel__header{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 23px;border-bottom:1px solid var(--line)}.panel__header h2,.compact-panel>header h2{margin-bottom:4px;font-size:1.05rem;letter-spacing:-.02em}.panel__header p{margin-bottom:0;color:var(--ink-500);font-size:.78rem;line-height:1.45}.panel__header .eyebrow{margin-bottom:4px;color:var(--gold-700);font-size:.65rem}.panel__header--filters{align-items:flex-end}.text-link,.back-link{display:inline-flex;align-items:center;gap:6px;color:var(--plum-700);font-size:.8rem;font-weight:800;text-decoration:none}.text-link svg,.back-link svg{width:16px;height:16px;transition:transform .14s ease}.text-link:hover svg{transform:translate(2px)}.back-link{margin-bottom:18px;color:var(--ink-600)}.back-link:hover svg{transform:translate(-2px)}.loading-state{min-height:260px;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--ink-500);font-size:.85rem}.loading-state svg{width:22px}.route-loading{min-height:100vh;display:grid;place-items:center}.state-card{display:flex;align-items:flex-start;gap:14px;padding:22px;border:1px solid var(--line);border-radius:13px;background:#fff}.state-card>svg{width:23px;flex:0 0 auto;color:var(--red-700)}.state-card h2{margin-bottom:5px;font-size:1rem}.state-card p{margin-bottom:13px;color:var(--ink-600);font-size:.83rem}.state-card--error{border-color:#f2cdd2;background:#fffafb}.empty-state{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:34px;text-align:center}.empty-state__icon{width:52px;height:52px;display:grid;place-items:center;margin-bottom:14px;border-radius:16px;background:var(--plum-50);color:var(--plum-700)}.empty-state__icon svg{width:23px}.empty-state h3{margin-bottom:6px;font-size:1rem}.empty-state p{max-width:420px;margin-bottom:17px;color:var(--ink-500);font-size:.81rem;line-height:1.5}.skeleton-list{padding:0 22px}.skeleton-row{min-height:72px;display:grid;grid-template-columns:2fr 1fr 1fr;align-items:center;gap:30px;border-bottom:1px solid var(--line)}.skeleton-row:last-child{border:0}.skeleton-row i{height:11px;border-radius:5px;background:linear-gradient(90deg,#eee9ee 20%,#f8f6f8,#eee9ee 70%);background-size:240% 100%;animation:shimmer 1.5s linear infinite}.skeleton-row i:nth-child(2){width:60%}.skeleton-row i:nth-child(3){width:75%}.badge{display:inline-flex;align-items:center;gap:7px;width:max-content;padding:5px 9px;border-radius:20px;background:#f0edf0;color:var(--ink-600);font-size:.66rem;font-weight:820;line-height:1;white-space:nowrap}.badge>span{width:6px;height:6px;border-radius:50%;background:#8d858e}.badge--positive{background:var(--green-100);color:var(--green-700)}.badge--positive>span{background:#2f936f}.badge--warning{background:var(--amber-100);color:var(--amber-700)}.badge--warning>span{background:#d28b20}.badge--negative{background:var(--red-100);color:var(--red-700)}.badge--negative>span{background:#c94f5d}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:22px}.metric-card{min-height:135px;display:grid;grid-template-columns:auto 1fr;align-content:center;gap:3px 13px;padding:20px;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:var(--shadow-xs)}.metric-card__icon{grid-row:span 2;width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--plum-100);color:var(--plum-700)}.metric-card__icon svg{width:20px}.metric-card__icon--gold{background:var(--gold-100);color:var(--gold-700)}.metric-card__icon--green{background:var(--green-100);color:var(--green-700)}.metric-card__icon--amber{background:var(--amber-100);color:var(--amber-700)}.metric-card div{display:flex;align-items:baseline;gap:7px}.metric-card strong{font-size:1.5rem;letter-spacing:-.04em}.metric-card div span{color:var(--ink-800);font-size:.75rem;font-weight:700}.metric-card small{grid-column:2;color:var(--ink-500);font-size:.68rem}.metric-card--primary{border-color:#d8c8d8;background:linear-gradient(145deg,#fff,var(--plum-50))}.metric-card--alert{border-color:#efcbd1}.metric-card--alert .metric-card__icon{background:var(--red-100);color:var(--red-700)}.data-table__head,.data-table__row{display:grid;align-items:center;gap:18px}.data-table__head{min-height:41px;padding:9px 22px;background:#faf9fa;color:var(--ink-500);font-size:.65rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.data-table__row{min-height:72px;padding:11px 22px;border-top:1px solid var(--line);color:var(--ink-600);font-size:.77rem}a.data-table__row{text-decoration:none;transition:background .14s ease}a.data-table__row:hover{background:var(--plum-50)}.data-table--hotels .data-table__head,.data-table--hotels .data-table__row{grid-template-columns:minmax(220px,2.2fr) minmax(100px,.8fr) minmax(100px,.8fr) minmax(125px,1fr) 20px}.hotel-cell{min-width:0;display:flex;align-items:center;gap:12px}.hotel-cell>i{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px;background:var(--plum-100);color:var(--plum-700);font-style:normal}.hotel-cell>i svg{width:18px}.hotel-cell>span{min-width:0;display:grid;gap:3px}.hotel-cell strong,.hotel-cell small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hotel-cell strong{color:var(--ink-950);font-size:.8rem}.hotel-cell small{color:var(--ink-500);font-size:.69rem}.row-arrow{width:17px;color:#a59da6}.mobile-card-list{display:none}.filters{display:flex;align-items:center;gap:8px}.filters select{min-width:145px;min-height:39px;padding:7px 10px;font-size:.76rem}.search-input{position:relative}.search-input svg{position:absolute;top:50%;left:11px;width:16px;color:#928a94;transform:translateY(-50%)}.search-input input{min-width:235px;min-height:39px;padding:7px 10px 7px 34px;font-size:.76rem}.detail-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px;padding:23px 25px;border:1px solid #ded2df;border-radius:14px;background:linear-gradient(125deg,#fff 40%,var(--plum-50))}.detail-hero__identity{min-width:0;display:flex;align-items:center;gap:16px}.hotel-monogram{width:58px;height:58px;display:grid;place-items:center;flex:0 0 auto;border-radius:16px;background:var(--plum-800);color:#fff;box-shadow:0 9px 22px #4d174d33}.hotel-monogram svg{width:26px}.detail-hero__status{display:flex;gap:7px;margin-bottom:7px}.detail-hero h1{margin-bottom:6px;font-size:1.65rem}.detail-hero p{display:flex;align-items:center;gap:6px;margin:0;color:var(--ink-500);font-size:.78rem}.detail-hero p svg{width:15px}.detail-hero__actions{display:flex;gap:9px}.detail-layout{display:grid;grid-template-columns:minmax(0,1.85fr) minmax(280px,.72fr);align-items:start;gap:18px}.detail-main,.detail-side{display:grid;gap:18px}.detail-empty{min-height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:24px;color:var(--ink-500);text-align:center}.detail-empty svg{width:24px;color:var(--gold-700)}.detail-empty p{max-width:390px;margin:0;font-size:.79rem;line-height:1.5}.compact-panel{padding:20px}.compact-panel>header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:17px}.compact-panel>header h2{margin:0}.icon-details,.plain-details{display:grid;gap:14px;margin:0}.icon-details>div{display:flex;gap:10px}.icon-details dt{width:31px;height:31px;display:grid;place-items:center;flex:0 0 auto;border-radius:8px;background:var(--plum-50);color:var(--plum-700)}.icon-details dt svg{width:15px}.icon-details dd{min-width:0;display:grid;gap:2px;margin:0}.icon-details dd span{color:var(--ink-500);font-size:.65rem}.icon-details dd strong,.icon-details dd a{overflow-wrap:anywhere;color:var(--ink-800);font-size:.76rem;font-weight:700}.small-copy{color:var(--ink-600);font-size:.76rem;line-height:1.55}.stacked-actions{display:grid;gap:8px}.plain-details>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:11px;border-bottom:1px solid var(--line)}.plain-details>div:last-child{padding-bottom:0;border:0}.plain-details dt{display:flex;align-items:center;gap:6px;color:var(--ink-500);font-size:.71rem}.plain-details dt svg{width:14px}.plain-details dd{margin:0;color:var(--ink-800);font-size:.73rem;font-weight:750;text-align:right}.plain-details a{display:inline-flex;align-items:center;gap:4px;color:var(--plum-700)}.plain-details a svg{width:12px}.simple-list>div{min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:11px 22px;border-top:1px solid var(--line);color:var(--ink-600);font-size:.76rem}.simple-list>div:first-child{border-top:0}.simple-list>div>span:first-child{display:grid;gap:3px}.simple-list strong{color:var(--ink-800);font-size:.79rem}.simple-list small{color:var(--ink-500)}.report-history-mini>div>span:last-child{text-align:right}.report-view{padding:20px 22px 23px}.report-view__summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:17px}.report-view__summary>span{display:grid;gap:4px;padding:13px;border-radius:9px;background:#f8f6f8;color:var(--ink-500);font-size:.67rem}.report-view__summary strong{color:var(--plum-800);font-size:1.08rem}.data-table--report{overflow:hidden;border:1px solid var(--line);border-radius:10px}.data-table--report .data-table__head,.data-table--report .data-table__row{grid-template-columns:minmax(160px,1.6fr) .65fr .8fr}.data-table--report .data-table__row{min-height:52px}.data-table--report .data-table__row strong{color:var(--ink-800)}.report-view blockquote{margin:15px 0 0;padding:12px 14px;border-left:3px solid var(--gold-500);border-radius:0 8px 8px 0;background:var(--gold-100);color:var(--ink-600);font-size:.76rem;line-height:1.5}.modal-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:22px;background:#180b198a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fade-in .14s ease}.modal{width:min(560px,100%);max-height:calc(100vh - 44px);overflow:hidden;border:1px solid rgb(255 255 255 / 30%);border-radius:16px;background:#fff;box-shadow:0 28px 85px #1c081d52;animation:modal-in .18s ease-out}.modal--wide{width:min(920px,100%)}.modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:22px 25px 19px;border-bottom:1px solid var(--line)}.modal__header h2{margin-bottom:4px;font-size:1.25rem}.modal__header p:last-child{margin-bottom:0;color:var(--ink-500);font-size:.78rem;line-height:1.45}.modal__body{max-height:calc(100vh - 150px);overflow-y:auto;padding:23px 25px 25px;overscroll-behavior:contain}.quick-add-form{display:grid;gap:22px}.quick-add-form fieldset{min-width:0;margin:0;padding:0;border:0}.quick-add-form legend{width:100%;margin-bottom:13px;padding:0 0 9px;border-bottom:1px solid var(--line);color:var(--ink-800);font-size:.8rem;font-weight:800}.quick-add-form legend span{color:var(--ink-500);font-size:.69rem;font-weight:550}.room-seed-list{display:grid;gap:9px;margin-bottom:7px}.room-seed{display:grid;grid-template-columns:1fr 160px 36px;align-items:end;gap:10px}.room-seed__remove{width:36px;height:44px}.form-footnote{display:flex;align-items:center;justify-content:flex-end;gap:7px;margin:-12px 0 0;color:var(--ink-500);font-size:.7rem}.form-footnote svg{width:15px;color:var(--green-700)}.contact-change-warning{display:flex;align-items:flex-start;gap:9px;padding:12px 14px;border:1px solid #ecd29d;border-radius:9px;background:var(--amber-100);color:#78521a;font-size:.75rem;line-height:1.5}.contact-change-warning svg{width:17px;flex:0 0 auto;margin-top:1px}.contact-change-warning strong{display:block}.email-toggle-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 16px;border:1px solid var(--line-strong);border-radius:11px;background:#faf9fa;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.email-toggle-card:hover{border-color:#c8bdc9;background:var(--plum-50)}.email-toggle-card--enabled{border-color:#b9dece;background:#f2faf6}.email-toggle-card--enabled:hover{border-color:#93cbb4;background:#edf8f3}.email-toggle-card__copy{min-width:0;display:flex;align-items:center;gap:12px}.email-toggle-card__copy>span:last-child{min-width:0;display:grid;gap:4px}.email-toggle-card__copy strong{color:var(--ink-800);font-size:.79rem}.email-toggle-card__copy small{color:var(--ink-500);font-size:.71rem;line-height:1.45}.email-toggle-card__icon{width:37px;height:37px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px;background:var(--plum-100);color:var(--plum-700)}.email-toggle-card--enabled .email-toggle-card__icon{background:var(--green-100);color:var(--green-700)}.email-toggle-card__icon svg{width:18px;height:18px}.toggle-control{position:relative;width:43px;height:25px;flex:0 0 auto}.toggle-control input{position:absolute;inset:0;z-index:1;width:100%;min-height:0;margin:0;opacity:0;cursor:pointer}.toggle-control>span{position:absolute;inset:0;border-radius:20px;background:#bbb4bc;box-shadow:inset 0 0 0 1px #2d0b2e12;transition:background .16s ease,box-shadow .16s ease}.toggle-control>span:after{position:absolute;top:3px;left:3px;width:19px;height:19px;border-radius:50%;background:#fff;box-shadow:0 2px 5px #1e0c1f38;content:"";transition:transform .17s ease}.toggle-control input:checked+span{background:var(--green-700)}.toggle-control input:checked+span:after{transform:translate(18px)}.toggle-control input:focus-visible+span{outline:3px solid rgb(179 155 106 / 35%);outline-offset:2px}.email-toggle-note{display:flex;align-items:flex-start;gap:7px;margin:9px 2px 0;color:var(--ink-500);font-size:.69rem;line-height:1.45}.email-toggle-note svg{width:15px;height:15px;flex:0 0 auto;color:var(--green-700)}.schedule-state{display:inline-flex;align-items:center;gap:5px;padding:4px 8px;border-radius:16px;font-size:.66rem;font-weight:800}.schedule-state--enabled{background:var(--green-100);color:var(--green-700)}.schedule-state--paused{background:#f0edf0;color:var(--ink-600)}.onboarding-success{display:flex;flex-direction:column;align-items:center;padding:17px 4px 3px;text-align:center}.success-orb{width:58px;height:58px;display:grid;place-items:center;margin-bottom:15px;border-radius:50%;background:var(--green-100);color:var(--green-700);box-shadow:0 0 0 8px #e5f5ee73}.success-orb svg{width:25px}.onboarding-success h3{margin-bottom:7px;font-size:1.35rem}.onboarding-success>p:not(.eyebrow){max-width:570px;color:var(--ink-600);font-size:.83rem;line-height:1.55}.copy-box{width:100%;display:flex;align-items:center;gap:10px;margin:14px 0 18px;padding:9px 9px 9px 13px;border:1px solid var(--line);border-radius:10px;background:#faf9fa;text-align:left}.copy-box>span{min-width:0;flex:1;overflow:hidden;color:var(--ink-600);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.68rem;text-overflow:ellipsis;white-space:nowrap}.onboarding-success .form-actions{width:100%;justify-content:center}.hotel-welcome{align-items:center}.hotel-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-bottom:18px}.hotel-summary-grid article{display:flex;align-items:center;gap:13px;min-height:104px;padding:17px 19px;border:1px solid var(--line);border-radius:13px;background:#fff}.summary-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px}.summary-icon svg{width:20px}.summary-icon--plum{background:var(--plum-100);color:var(--plum-700)}.summary-icon--gold{background:var(--gold-100);color:var(--gold-700)}.summary-icon--green{background:var(--green-100);color:var(--green-700)}.hotel-summary-grid article>div{min-width:0;display:grid;gap:2px}.hotel-summary-grid small{color:var(--ink-500);font-size:.66rem}.hotel-summary-grid strong{overflow:hidden;color:var(--ink-950);font-size:1.02rem;text-overflow:ellipsis;white-space:nowrap}.hotel-summary-grid article>div>span{color:var(--ink-500);font-size:.68rem}.hotel-dashboard-layout{display:grid;grid-template-columns:minmax(0,1.9fr) minmax(240px,.62fr);align-items:start;gap:18px}.date-chip{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:20px;background:var(--plum-50);color:var(--plum-700);font-size:.7rem;font-weight:750;white-space:nowrap}.date-chip svg{width:14px}.hotel-help-card{padding:23px;border-radius:14px;background:linear-gradient(145deg,var(--plum-900),#62235f);color:#ffffffc4;box-shadow:0 14px 32px #3c103c2e}.hotel-help-card>svg{width:24px;margin-bottom:16px;color:#d9c18e}.hotel-help-card h2{margin-bottom:7px;color:#fff;font-size:1.14rem}.hotel-help-card>p{font-size:.78rem;line-height:1.58}.hotel-help-card ul{display:grid;gap:10px;margin:18px 0;padding:16px 0;border-top:1px solid rgb(255 255 255 / 13%);border-bottom:1px solid rgb(255 255 255 / 13%);list-style:none}.hotel-help-card li{display:flex;align-items:center;gap:8px;font-size:.72rem}.hotel-help-card li svg{width:15px;color:#dbc796}.hotel-help-card a{color:#fff;font-size:.74rem;font-weight:750}.setup-prompt{min-height:330px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:35px;text-align:center}.setup-prompt>span{width:55px;height:55px;display:grid;place-items:center;margin-bottom:14px;border-radius:16px;background:var(--plum-50);color:var(--plum-700)}.setup-prompt h3{margin-bottom:6px;font-size:1.05rem}.setup-prompt p{margin-bottom:17px;color:var(--ink-500);font-size:.8rem}.availability-form{padding:21px 23px 23px}.submission-banner{display:flex;align-items:center;gap:11px;margin-bottom:17px;padding:13px;border:1px solid #c8e6da;border-radius:10px;background:var(--green-100);color:var(--green-700)}.submission-banner>span{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;background:#fff}.submission-banner svg{width:16px}.submission-banner div{display:grid;gap:2px}.submission-banner strong{font-size:.8rem}.submission-banner p{margin:0;font-size:.71rem}.availability-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:15px}.availability-toolbar label{display:flex;align-items:center;gap:9px;color:var(--ink-600);font-size:.72rem;font-weight:700}.availability-toolbar select{width:90px;min-height:37px;padding:6px 9px}.availability-toolbar>div{display:flex;align-items:baseline;gap:7px}.availability-toolbar small{color:var(--ink-500);font-size:.68rem}.availability-toolbar strong{color:var(--plum-800);font-size:1.05rem}.availability-lines{overflow:hidden;border:1px solid var(--line);border-radius:11px}.availability-lines__head,.availability-line{display:grid;grid-template-columns:minmax(170px,1.5fr) minmax(130px,.7fr) minmax(155px,.85fr);align-items:center;gap:15px}.availability-lines__head{min-height:39px;padding:8px 14px;background:#f8f6f8;color:var(--ink-500);font-size:.64rem;font-weight:800;letter-spacing:.045em;text-transform:uppercase}.availability-line{min-height:72px;padding:11px 14px;border-top:1px solid var(--line)}.availability-line>div:first-child{min-width:0;display:grid;gap:3px}.availability-line strong{overflow:hidden;font-size:.79rem;text-overflow:ellipsis;white-space:nowrap}.availability-line small{color:var(--ink-500);font-size:.67rem}.availability-line input{min-height:40px}.money-input{position:relative}.money-input>i{position:absolute;left:11px;top:50%;color:var(--ink-500);font-size:.65rem;font-style:normal;font-weight:800;transform:translateY(-50%);pointer-events:none}.money-input input{padding-left:42px}.mobile-field-label{display:none}.notes-field{display:grid;gap:7px;margin-top:16px;color:var(--ink-800);font-size:.77rem;font-weight:750}.notes-field small{color:var(--ink-500);font-weight:500}.previous-note{display:flex;align-items:flex-start;gap:8px;margin-top:13px;color:var(--ink-500);font-size:.69rem;line-height:1.45}.previous-note svg{width:15px;flex:0 0 auto;color:var(--gold-700)}.availability-submit{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:20px;padding-top:17px;border-top:1px solid var(--line)}.availability-submit>div{color:var(--ink-500);font-size:.72rem}.availability-submit>div strong{color:var(--ink-800)}.room-type-list{padding:0 22px}.room-type-row{min-height:76px;display:grid;grid-template-columns:42px minmax(180px,1fr) auto auto;align-items:center;gap:14px;padding:12px 0;border-bottom:1px solid var(--line)}.room-type-row:last-child{border-bottom:0}.room-type-row--inactive{opacity:.62}.room-type-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:11px;background:var(--plum-50);color:var(--plum-700)}.room-type-icon svg{width:18px}.room-type-name{min-width:0;display:grid;gap:3px}.room-type-name strong{overflow:hidden;font-size:.82rem;text-overflow:ellipsis;white-space:nowrap}.room-type-name span{color:var(--ink-500);font-size:.69rem}.room-type-state{padding:5px 8px;border-radius:18px;background:var(--green-100);color:var(--green-700);font-size:.65rem;font-weight:800}.room-type-actions{display:flex;align-items:center;justify-content:flex-end;gap:4px}.room-type-row--editing{grid-template-columns:42px minmax(170px,1fr) minmax(120px,.45fr) auto}.room-type-row--editing .inline-alert{grid-column:1 / -1;margin:0}.info-strip{display:flex;align-items:flex-start;gap:9px;margin-top:15px;padding:13px 16px;border:1px solid var(--gold-200);border-radius:11px;background:var(--gold-100);color:#665634;font-size:.75rem;line-height:1.45}.info-strip svg{width:17px;flex:0 0 auto}.info-strip--locked{margin:-8px 0 18px;border-color:var(--line);background:#f2eff2;color:var(--ink-600)}.history-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-bottom:18px}.history-summary article{display:flex;align-items:center;gap:12px;min-height:86px;padding:16px 18px;border:1px solid var(--line);border-radius:12px;background:#fff}.history-summary article>span{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:var(--plum-50);color:var(--plum-700)}.history-summary article>span svg{width:18px}.history-summary article>div{display:grid;gap:2px}.history-summary small{color:var(--ink-500);font-size:.67rem}.history-summary strong{font-size:1.18rem}.report-history-item{border-top:1px solid var(--line)}.report-history-item:first-child{border-top:0}.report-history-item>summary{min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:13px 22px;cursor:pointer;list-style:none;transition:background .14s ease}.report-history-item>summary::-webkit-details-marker{display:none}.report-history-item>summary:hover{background:var(--plum-50)}.report-history-date{display:flex;align-items:center;gap:11px}.report-history-date>i{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:var(--gold-100);color:var(--gold-700);font-style:normal}.report-history-date>i svg{width:18px}.report-history-date>span{display:grid;gap:3px}.report-history-date strong{font-size:.8rem}.report-history-date small{display:flex;align-items:center;gap:4px;color:var(--ink-500);font-size:.67rem}.report-history-date small svg{width:12px}.report-history-meta{display:flex;align-items:center;gap:13px;color:var(--ink-600);font-size:.72rem}.report-history-meta>svg{width:17px;color:#99919a;transition:transform .16s ease}.report-history-item[open] .report-history-meta>svg{transform:rotate(90deg)}.report-history-body{padding:0 22px 22px 71px;animation:reveal .17s ease-out}.history-notes{display:flex;align-items:flex-start;gap:10px;margin-top:12px;padding:12px 14px;border-radius:9px;background:var(--gold-100)}.history-notes>svg{width:17px;flex:0 0 auto;color:var(--gold-700)}.history-notes div{display:grid;gap:3px}.history-notes strong{font-size:.73rem}.history-notes p{margin:0;color:var(--ink-600);font-size:.72rem;line-height:1.5;white-space:pre-wrap}.profile-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(260px,.7fr);align-items:start;gap:18px}.profile-main,.profile-side{display:grid;gap:18px}.profile-section{padding-bottom:22px}.profile-section>.panel__header{border-bottom:0}.profile-section>.panel__header>div{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:11px}.profile-section>.panel__header .section-icon{grid-row:span 2}.profile-section>.panel__header h2{margin:0}.profile-section>.panel__header p{grid-column:2}.profile-section>.form-grid,.profile-section>.field{margin:0 22px}.profile-section>.field{margin-top:17px}.section-icon{width:37px;height:37px;display:grid;place-items:center;border-radius:10px;background:var(--plum-100);color:var(--plum-700)}.section-icon svg{width:17px}.section-icon--gold{background:var(--gold-100);color:var(--gold-700)}.section-icon--green{background:var(--green-100);color:var(--green-700)}.profile-side .profile-section>.field+.field{margin-top:14px}.profile-assurance{display:flex;align-items:flex-start;gap:9px;margin:19px 22px 0;padding:12px;border-radius:9px;background:var(--green-100);color:var(--green-700)}.profile-assurance>svg{width:17px;flex:0 0 auto}.profile-assurance p{display:grid;gap:3px;margin:0}.profile-assurance strong{font-size:.73rem}.profile-assurance span{font-size:.67rem;line-height:1.45}.profile-save{width:100%}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(360px,.88fr) minmax(480px,1.12fr);background:#fff}.auth-panel{position:relative;min-height:100vh}.auth-panel--brand{isolation:isolate;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding:clamp(32px,4vw,60px);background:radial-gradient(circle at 15% 90%,rgb(196 169 112 / 24%),transparent 38%),linear-gradient(145deg,var(--plum-950),var(--plum-700))}.auth-panel--brand:before,.auth-panel--brand:after{position:absolute;z-index:-1;border:1px solid rgb(255 255 255 / 9%);border-radius:50%;content:""}.auth-panel--brand:before{width:470px;height:470px;top:-250px;right:-190px}.auth-panel--brand:after{width:300px;height:300px;right:-140px;bottom:55px}.auth-panel--brand>.brand{align-self:flex-start;padding:10px 14px;border-radius:10px;background:#fff;box-shadow:0 7px 20px #1705182e}.auth-panel--brand>.brand img{width:185px}.auth-panel__message{max-width:560px}.auth-panel__message h1{max-width:520px;margin-bottom:17px;color:#fff;font-size:clamp(2.2rem,4vw,4rem);line-height:1.02;letter-spacing:-.055em}.auth-panel__message>p:last-child{max-width:480px;margin:0;color:#ffffffb8;font-size:.95rem;line-height:1.7}.auth-trust{display:flex;align-items:center;gap:9px;color:#ffffffab;font-size:.74rem}.auth-trust svg{width:17px;color:#d5be8a}.auth-panel--form{display:grid;place-items:center;padding:45px 8vw}.auth-form-wrap{width:min(405px,100%)}.auth-mobile-brand{display:none}.auth-icon{width:47px;height:47px;display:grid;place-items:center;margin-bottom:22px;border-radius:13px;background:var(--plum-100);color:var(--plum-700)}.auth-icon svg{width:22px}.auth-form-wrap h2{margin-bottom:8px;font-size:1.7rem}.auth-form-wrap>.muted{margin-bottom:23px;color:var(--ink-500);font-size:.83rem;line-height:1.5}.auth-form-wrap form{display:grid;gap:16px}.auth-form-wrap form>.button{width:100%;margin-top:4px}.auth-help{margin:20px 0 15px;color:var(--ink-500);font-size:.72rem;text-align:center}.auth-help a{color:var(--plum-700);font-weight:750}.auth-switch{display:flex;align-items:center;justify-content:center;gap:5px;color:var(--plum-700);font-size:.74rem;font-weight:800;text-decoration:none}.auth-switch svg{width:14px}.verified-email{display:flex;align-items:center;gap:7px;padding:10px 11px;border-radius:8px;background:var(--green-100);color:var(--green-700);font-size:.72rem;font-weight:700}.verified-email svg{width:15px}.invite-page{position:relative;isolation:isolate;min-height:100vh;overflow:hidden;padding:105px 20px 50px;background:linear-gradient(180deg,#faf7fa,#f4eff4)}.invite-header{position:absolute;top:0;right:0;left:0;z-index:2;height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,70px);border-bottom:1px solid rgb(218 208 219 / 75%);background:#ffffffd4;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.invite-header .brand img{width:175px}.invite-header>span{color:var(--ink-500);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.invite-backdrop{position:absolute;inset:76px 0 0;z-index:-1;pointer-events:none}.invite-backdrop span{position:absolute;border-radius:50%;filter:blur(1px)}.invite-backdrop span:nth-child(1){width:420px;height:420px;top:-190px;left:-130px;background:#4d174d0f}.invite-backdrop span:nth-child(2){width:300px;height:300px;right:-100px;bottom:-80px;background:#b39b6a24}.invite-backdrop span:nth-child(3){width:140px;height:140px;top:25%;right:12%;border:1px solid rgb(77 23 77 / 8%)}.invite-card{width:min(590px,100%);min-height:540px;display:flex;flex-direction:column;align-items:center;margin:0 auto;padding:clamp(30px,5vw,50px);border:1px solid rgb(214 204 215 / 90%);border-radius:18px;background:#fffffff0;box-shadow:0 22px 64px #4627451f;text-align:center}.invite-icon{width:54px;height:54px;display:grid;place-items:center;margin-bottom:17px;border-radius:16px;background:var(--plum-800);color:#fff;box-shadow:0 8px 20px #4d174d38}.invite-icon svg{width:24px}.invite-card h1{margin-bottom:9px;font-size:clamp(1.75rem,4vw,2.25rem)}.invite-lead{max-width:455px;margin-bottom:21px;color:var(--ink-600);font-size:.88rem;line-height:1.6}.invited-property{width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;margin-bottom:17px;padding:13px;border:1px solid var(--line);border-radius:11px;background:#faf9fa;text-align:left}.invited-property>svg:first-child{width:21px;color:var(--plum-700)}.invited-property>svg:last-child{width:19px;color:var(--green-700)}.invited-property div{min-width:0;display:grid;gap:3px}.invited-property strong{overflow:hidden;font-size:.8rem;text-overflow:ellipsis;white-space:nowrap}.invited-property span{color:var(--ink-500);font-size:.7rem}.security-note{display:flex;align-items:flex-start;gap:10px;margin:0 0 19px;padding:13px;border-radius:10px;background:var(--gold-100);color:#625433;text-align:left}.security-note>svg{width:19px;flex:0 0 auto}.security-note div{display:grid;gap:3px}.security-note strong{font-size:.72rem}.security-note p{margin:0;font-size:.68rem;line-height:1.45}.invite-card>.button{width:100%}.invite-expiry{margin:12px 0 0;color:var(--ink-500);font-size:.68rem}.invite-card__footer{width:100%;margin-top:auto;padding-top:24px;color:var(--ink-500);font-size:.72rem}.invite-card__footer a{color:var(--plum-700);font-weight:800}.invite-loading,.invite-complete{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.invite-loading svg{width:27px;margin-bottom:12px;color:var(--plum-700)}.invite-loading p,.invite-complete>p:last-child{color:var(--ink-500);font-size:.8rem}.invite-complete h1{margin-bottom:8px}.invite-password,.existing-account{width:100%;display:grid;gap:14px;text-align:left}.invite-password h2,.existing-account h2{margin:3px 0 -8px;font-size:1.2rem;text-align:center}.invite-password>p,.existing-account>p{margin:0 0 4px;color:var(--ink-500);font-size:.76rem;text-align:center}.existing-account .button{width:100%}.toast-region{position:fixed;right:20px;bottom:20px;z-index:200;width:min(380px,calc(100vw - 40px));display:grid;gap:9px;pointer-events:none}.toast{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:13px 12px 13px 14px;border:1px solid var(--line);border-radius:11px;background:#fff;box-shadow:var(--shadow-md);color:var(--ink-800);font-size:.77rem;font-weight:650;animation:toast-in .19s ease-out;pointer-events:auto}.toast>svg{width:19px;color:var(--plum-700)}.toast--success>svg{color:var(--green-700)}.toast--error>svg{color:var(--red-700)}.toast button{width:30px;height:30px;display:grid;place-items:center;border-radius:7px;background:transparent;color:var(--ink-500);cursor:pointer}.toast button:hover{background:#f2eff2}.toast button svg{width:15px}.spin{animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fade-in{0%{opacity:0}}@keyframes pop-in{0%{opacity:0;transform:translateY(-5px) scale(.98)}}@keyframes modal-in{0%{opacity:0;transform:translateY(10px) scale(.985)}}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}}@keyframes reveal{0%{opacity:0;transform:translateY(-4px)}}@keyframes shimmer{to{background-position:-240% 0}}@media(max-width:1180px){.metric-grid{grid-template-columns:repeat(2,1fr)}.hotel-dashboard-layout,.detail-layout,.profile-layout{grid-template-columns:1fr}.hotel-help-card{display:grid;grid-template-columns:auto 1fr;column-gap:14px}.hotel-help-card>svg{grid-row:span 2}.hotel-help-card h2{margin:0}.hotel-help-card>p{margin-bottom:0}.hotel-help-card ul,.hotel-help-card a{grid-column:2}.hotel-help-card ul{grid-template-columns:repeat(3,1fr)}.profile-side{grid-template-columns:minmax(0,1fr) 240px;align-items:start}}@media(max-width:900px){:root{--sidebar-width: 232px}.account-menu__email{display:none}.page{padding-inline:22px}.form-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}.hotel-summary-grid{grid-template-columns:1fr}.hotel-summary-grid article{min-height:86px}.data-table--hotels{display:none}.mobile-card-list{display:grid;gap:10px;padding:14px}.mobile-hotel-card{position:relative;display:grid;gap:13px;padding:15px 38px 14px 14px;border:1px solid var(--line);border-radius:11px;background:#fff;text-decoration:none}.mobile-hotel-card:hover{border-color:#d2c4d2;background:var(--plum-50)}.mobile-hotel-card dl{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:0}.mobile-hotel-card dl>div{display:grid;gap:5px}.mobile-hotel-card dt{color:var(--ink-500);font-size:.62rem}.mobile-hotel-card dd{margin:0;font-size:.7rem}.mobile-hotel-card>.row-arrow{position:absolute;top:50%;right:14px;transform:translateY(-50%)}.detail-hero{align-items:flex-start}.detail-hero__actions{flex-direction:column}.room-type-row--editing{grid-template-columns:42px 1fr 1fr}.room-type-row--editing .room-type-actions{grid-column:2 / -1}.auth-page{grid-template-columns:1fr}.auth-panel--brand{display:none}.auth-panel--form{min-height:100vh;padding:38px 24px}.auth-mobile-brand{display:block;margin-bottom:50px}.auth-mobile-brand img{width:180px}}@media(max-width:720px){.sidebar{transform:translate(-102%);width:min(286px,86vw);box-shadow:var(--shadow-md);transition:transform .21s ease}.sidebar--open{transform:translate(0)}.sidebar__close{display:grid}.sidebar-scrim{position:fixed;inset:0;z-index:45;display:block;background:#1c0c1d73}.shell-main{margin-left:0}.topbar{height:64px;padding:0 16px}.topbar__menu{display:grid}.topbar__title{font-size:.76rem}.property-select{min-width:0;flex:1}.property-select select{min-width:0;width:100%}.account-menu__popover{right:-4px}.page{padding:25px 16px 42px}.page-heading{align-items:flex-start;margin-bottom:21px}.page-heading h1{font-size:1.72rem}.page-heading>.button{flex:0 0 auto}.metric-grid{gap:10px}.metric-card{min-height:116px;padding:15px}.metric-card div{display:grid;gap:0}.metric-card small{display:none}.panel__header--filters{align-items:stretch;flex-direction:column}.filters{width:100%}.search-input{flex:1}.search-input input{min-width:0;width:100%}.detail-hero{flex-direction:column;padding:18px}.detail-hero__actions{width:100%;flex-direction:row}.detail-hero__actions .button{flex:1}.availability-lines{overflow:visible;border:0}.availability-lines__head{display:none}.availability-line{grid-template-columns:1fr 1fr;gap:11px;margin-bottom:10px;padding:14px;border:1px solid var(--line);border-radius:10px}.availability-line>div:first-child{grid-column:1 / -1}.mobile-field-label{display:block;margin-bottom:5px;color:var(--ink-500);font-size:.63rem;font-weight:700}.money-input>i{top:calc(50% + 10px)}.availability-submit{align-items:stretch;flex-direction:column}.availability-submit .button{width:100%}.hotel-help-card{display:block}.hotel-help-card ul,.hotel-help-card a{grid-column:auto}.hotel-help-card ul{grid-template-columns:1fr}.room-type-row{grid-template-columns:42px 1fr auto}.room-type-row .room-type-state{display:none}.room-type-row--editing{grid-template-columns:42px 1fr}.room-type-row--editing .field,.room-type-row--editing .room-type-actions{grid-column:2}.history-summary{grid-template-columns:1fr;gap:9px}.history-summary article{min-height:72px}.report-history-body{padding-left:22px}.report-history-meta>span:first-child{display:none}.profile-side{grid-template-columns:1fr}.modal-backdrop{place-items:end center;padding:0}.modal{width:100%;max-height:94vh;border-radius:17px 17px 0 0;animation-name:modal-sheet-in}.modal__body{max-height:calc(94vh - 105px);padding:20px}.modal__header{padding:19px 20px 16px}@keyframes modal-sheet-in{0%{opacity:0;transform:translateY(30px)}}}@media(max-width:540px){.account-menu__trigger>svg{display:none}.topbar__property{min-width:0;flex:1}.topbar__property span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-heading{flex-wrap:wrap}.page-heading>.button{width:100%}.metric-grid{grid-template-columns:1fr 1fr}.metric-card{grid-template-columns:auto 1fr}.metric-card__icon{width:37px;height:37px}.metric-card strong{font-size:1.25rem}.form-grid--2,.form-grid--3{grid-template-columns:1fr}.filters{align-items:stretch;flex-direction:column}.filters select{width:100%}.mobile-hotel-card dl{grid-template-columns:1fr 1fr}.detail-hero__identity{align-items:flex-start}.hotel-monogram{width:47px;height:47px;border-radius:13px}.detail-hero h1{font-size:1.35rem}.detail-hero__actions{flex-direction:column}.report-view__summary{grid-template-columns:1fr}.data-table--report .data-table__head,.data-table--report .data-table__row{grid-template-columns:minmax(120px,1.35fr) .65fr .9fr;gap:8px;padding-inline:11px}.data-table--report .data-table__head{font-size:.57rem}.data-table--report .data-table__row{font-size:.7rem}.room-type-list{padding-inline:15px}.room-type-row{grid-template-columns:38px 1fr}.room-type-row>.room-type-actions{grid-column:2;justify-content:flex-start}.room-type-row--editing .field,.room-type-row--editing .room-type-actions{grid-column:1 / -1}.room-seed{grid-template-columns:1fr 90px 36px}.report-history-item>summary{padding-inline:14px}.report-history-date>i{display:none}.report-history-meta{gap:7px}.report-history-body{padding:0 14px 17px}.copy-box{align-items:stretch;flex-direction:column}.email-toggle-card{align-items:flex-start}.email-toggle-card__icon{display:none}.invite-page{padding:90px 12px 22px}.invite-header{height:66px;padding-inline:16px}.invite-header .brand img{width:145px}.invite-header>span{font-size:.61rem}.invite-card{min-height:calc(100vh - 112px);padding:27px 20px;border-radius:14px}.auth-mobile-brand{margin-bottom:35px}.auth-panel--form{padding-inline:20px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
