:root{--font-sans:"SF Pro Text", "Inter Variable", "Inter", "Avenir Next", "Segoe UI", sans-serif;--sidebar-width:278px;--bg:#f6f6f4;--bg-soft:#fafaf9;--surface:#fff;--surface-muted:#f9faf9;--text:#111110;--muted:#6f736d;--line:#e6e7e4;--line-strong:#d7dad4;--brand:#1f6a47;--brand-soft:#eaf4ee;--brand-ink:#184e36;--danger:#b42318;--shadow:0 12px 30px #0000000b}*{box-sizing:border-box}html{overflow-x:clip}html,body{max-width:100%;min-height:100%;color:var(--text);font-family:var(--font-sans);background:radial-gradient(circle at 0 0, #f8fbf9 0, transparent 30%), radial-gradient(circle at 100% 100%, #edf5f0 0, transparent 26%), var(--bg);margin:0;padding:0;font-weight:430;overflow-x:hidden}a{color:inherit;text-decoration:none}h1,h2,h3{letter-spacing:-.01em;margin:0 0 8px;font-weight:590}p{margin:0}img,svg,canvas,video,iframe{max-width:100%}h1,h2,h3,p,span,small,strong,label,td,th,.badge,.muted,.small{overflow-wrap:anywhere}pre,code{white-space:pre-wrap;overflow-wrap:anywhere;max-width:100%}.app-shell{grid-template-columns:var(--sidebar-width) minmax(0, 1fr);width:100%;max-width:100vw;min-height:100vh;display:grid}.auth-shell{grid-template-columns:1fr}.taxonomy-panel::-webkit-scrollbar{width:9px}.taxonomy-panel::-webkit-scrollbar-thumb{background:#d8ddd9;border-radius:999px}.muted-on-dark{color:#7a7f79}.main-shell{grid-template-rows:auto 1fr;min-width:0;max-width:100vw;display:grid}.topbar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line);z-index:10;background:#ffffffe6;justify-content:space-between;align-items:center;gap:16px;padding:14px 22px;display:flex;position:sticky;top:0}.topbar-left,.topbar-actions{align-items:center;gap:10px;min-width:0;display:flex}.topbar-left{flex:1}.topbar-left>div:last-child{min-width:0}.topbar-back{min-width:68px}.topbar-title{font-size:20px;font-weight:590}.topbar-subtitle{color:var(--muted);font-size:13px}.topbar-search{width:min(320px,34vw);min-width:210px;position:relative}.search-input{border-color:var(--line-strong);background:#fff;width:100%}.search-results{border:1px solid var(--line);width:min(420px,88vw);box-shadow:var(--shadow);z-index:30;background:#fff;border-radius:12px;padding:6px;position:absolute;top:calc(100% + 8px);right:0}.search-result{text-align:left;color:#1f241f;background:#fff;border:0;border-radius:8px;grid-template-columns:auto 1fr;align-items:start;gap:9px;width:100%;padding:8px;display:grid}.search-result:hover{background:#f7faf8}.search-result strong,.search-result small{overflow-wrap:anywhere;display:block}.search-result small{color:var(--muted);margin-top:2px;font-size:12px;font-weight:450}.search-empty{color:var(--muted);padding:10px;font-size:13px}.main{width:100%;min-width:0;max-width:1720px;margin:0 auto;padding:22px}.auth-main{place-items:center;min-height:100vh;padding:24px;display:grid}.section{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);overflow-wrap:anywhere;border-radius:14px;min-width:0;max-width:100%;margin-bottom:14px;padding:17px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.grid>*,.form-grid>*,.card-grid>*,form,fieldset{min-width:0}.grid-30-70{grid-template-columns:minmax(240px,280px) minmax(0,1fr);gap:14px;display:grid}.card-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:13px;display:grid}.card{border:1px solid var(--line);box-shadow:var(--shadow);background:linear-gradient(#fff 0%,#fafbf9 100%);border-radius:12px;min-width:0;max-width:100%;padding:14px}.card-link:hover{border-color:#cfe0d7}.command-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.command-card{min-height:190px}.command-row{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px;display:grid}.command-row:hover{background:#f8faf8;border-color:#cfe0d7}.command-row strong,.command-row small{overflow-wrap:anywhere;display:block}.command-row small{color:var(--muted);margin-top:2px;font-size:12px}.command-amount{white-space:nowrap;font-size:13px;font-weight:620}.kpi{font-size:27px;font-weight:590}.form-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:11px;display:grid}label{color:#565b55;flex-direction:column;gap:5px;min-width:0;font-size:12px;font-weight:530;display:flex}input,select,textarea,button{border:1px solid var(--line-strong);font:inherit;border-radius:9px;padding:9px 11px}input,select,textarea{color:var(--text);background:#fff;min-width:0;max-width:100%;font-weight:430}input:not([type=checkbox]):not([type=radio]),select,textarea{width:100%}input[type=checkbox],input[type=radio]{flex:none;width:auto;min-width:auto}select{text-overflow:ellipsis}input::placeholder,textarea::placeholder{color:#9aa09a}input:focus,select:focus,textarea:focus{border-color:#9dc4ae;outline:none;box-shadow:0 0 0 3px #1f6a4724}textarea{resize:vertical;min-height:90px}button{color:#fff;cursor:pointer;background:#111;border:1px solid #111;max-width:100%;font-weight:540}button:hover{opacity:.94}button:disabled{opacity:.55;cursor:not-allowed}button.secondary,.secondary-link{color:#222;border:1px solid var(--line-strong);background:#fff}button.danger{color:var(--danger);background:#fff4f2;border-color:#f2bbb5}.button-link{color:#fff;background:#111;border:1px solid #111;border-radius:9px;padding:9px 11px;font-weight:540}.table{border-collapse:collapse;width:100%}.table-wrap{overscroll-behavior-x:contain;border-radius:10px;width:100%;max-width:100%;overflow-x:auto}:is(.section:has(.table),.section:has(>.table),.section:has(>form>.table),.section:has(>form .table-wrap),.section:has(>.table-wrap)){overflow-x:auto}.table th,.table td{text-align:left;vertical-align:top;overflow-wrap:anywhere;border-bottom:1px solid #eceeeb;padding:10px 8px;font-size:13px}.table input,.table select,.table textarea,.table button{max-width:100%}.table thead th{color:#5f655f;text-transform:uppercase;letter-spacing:.06em;font-size:11px}.table tbody tr:hover{background:#fafbfa}.file-drop{color:#2e4337;cursor:pointer;background:#f8fbf9;border:1px dashed #a9b7ad;border-radius:12px;gap:5px;padding:22px;display:grid}.file-drop.active{border-color:var(--brand);background:var(--brand-soft);box-shadow:0 0 0 3px #1f6a471f}.file-drop span{color:var(--muted);font-size:12px}.muted{color:var(--muted)}.small{font-size:12px}.error-text{color:var(--danger)}.success-text{color:var(--brand);font-weight:560}.row{align-items:center;gap:10px;min-width:0;display:flex}.row>*{min-width:0}.wrap{flex-wrap:wrap}.wrap>*{max-width:100%}.stack{flex-direction:column;gap:13px;display:flex}.align-end{align-items:flex-end;display:flex}.badge{background:var(--brand-soft);color:var(--brand-ink);border:1px solid #dcebe3;border-radius:999px;padding:3px 9px;font-size:11px;font-weight:560;display:inline-block}.tabs{flex-wrap:wrap;gap:8px;margin-top:11px;display:flex}.tab{color:#252724;border:1px solid var(--line);background:#fff}.tab.active{color:#fff;background:#111;border-color:#111}.toggle-field{border:1px solid var(--line);background:#fcfdfc;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;display:flex}.toggle-label{color:#343733;font-size:12px;font-weight:560}.toggle-hint{color:#6f736d;margin-top:2px;font-size:11px;line-height:1.25}.toggle-btn{border:1px solid var(--line-strong);color:#2f312e;background:#fff;border-radius:999px;min-width:58px;padding:6px 10px;font-size:12px;font-weight:560}.toggle-btn.on{background:var(--brand-soft);color:var(--brand-ink);border-color:#cde2d5}.modal-backdrop{z-index:80;background:#0a0e0b6b;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.modal-card{border:1px solid var(--line);background:#fff;border-radius:16px;width:min(720px,100%);max-height:calc(100vh - 36px);overflow:auto;box-shadow:0 24px 60px #0003}.modal-card-medium{width:min(860px,100%)}.modal-header{border-bottom:1px solid #edf0ed;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 18px 10px;display:flex}.modal-form{padding:14px 18px 18px}.full-width{text-align:left;width:100%}.staff-action-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px;margin-top:10px;display:grid}.staff-action-card{border:1px solid var(--line);min-height:104px;color:var(--text);box-shadow:var(--shadow);background:#fff;border-radius:12px;gap:6px;padding:14px;text-decoration:none;display:grid}.staff-action-card:hover{border-color:var(--brand)}.staff-action-card strong{font-size:16px}.staff-action-card span{color:var(--muted);font-size:13px;line-height:1.35}.compact-actions .staff-action-card{min-height:86px}.process-list{gap:10px;margin-top:10px;display:grid}.process-step{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;display:grid}.process-step-number{background:var(--brand-soft);width:32px;height:32px;color:var(--brand-ink);border-radius:999px;place-items:center;font-size:13px;font-weight:650;display:grid}.process-step .secondary{white-space:nowrap}.quiet-details{border:1px solid var(--line);background:var(--surface-muted);border-radius:10px;padding:10px 12px}.quiet-details summary,.row-actions-more summary{cursor:pointer;color:var(--muted);font-size:13px;font-weight:560}.quiet-details label{gap:6px;margin-top:10px;display:grid}.row-actions-more{position:relative}.row-actions-more[open]{gap:6px;display:grid}.row-actions-more summary{border:1px solid var(--line);color:var(--text);background:#fff;border-radius:8px;padding:7px 10px;list-style:none}.row-actions-more summary::-webkit-details-marker{display:none}@media (max-width:760px){.event-quote-description{grid-column:1/-1}.process-step{grid-template-columns:auto minmax(0,1fr)}.process-step .secondary{grid-column:1/-1;width:100%}}.role-list-panel{grid-template-rows:auto auto 1fr;gap:10px;max-height:calc(100vh - 150px);display:grid}.role-list{min-height:0;padding-right:2px;overflow-y:auto}.role-chip{border-radius:8px;justify-content:space-between;align-items:center;padding:8px 10px;font-size:12px;font-weight:520;display:flex}.role-chip .small{font-size:11px}.workspace-grid{grid-template-columns:280px minmax(360px,1fr) minmax(420px,1.2fr);align-items:start;gap:14px;display:grid}.taxonomy-panel{max-height:calc(100vh - 114px);position:sticky;top:88px;overflow:auto}.taxonomy-tree{gap:9px;margin-top:10px;display:grid}.taxonomy-btn,.taxonomy-subbtn,.taxonomy-item{text-align:left;border:1px solid var(--line);color:#1c1d1b;width:100%;font-family:var(--font-sans);letter-spacing:-.003em;background:#fcfcfb;border-radius:10px;line-height:1.25}.taxonomy-btn{padding:10px 12px;font-size:12.7px;font-weight:530}.taxonomy-subbtn{padding:8px 11px;font-size:12.2px;font-weight:500}.taxonomy-item{padding:7px 10px;font-size:11.9px;font-weight:480}.taxonomy-btn.active,.taxonomy-subbtn.active,.taxonomy-item.active{background:var(--brand-soft);color:var(--brand-ink);border-color:#cfe2d7}.bucket-list{flex-direction:column;gap:7px;margin-top:7px;margin-left:9px;display:flex}.item-list{flex-direction:column;gap:5px;margin-top:5px;margin-left:7px;display:flex}.taxonomy-node{border-bottom:1px solid #eff1ee;padding-bottom:8px}.module-section{margin-bottom:11px}.bucket{margin-left:10px}.ops-hero{background:linear-gradient(140deg,#fff 0%,#f5faf7 100%)}.stat-card .kpi{margin:4px 0}.dense-table th,.dense-table td{padding-top:7px;padding-bottom:7px}.ops-line-builder{background:linear-gradient(#fdfefd 0%,#f8fbf9 100%);border:1px solid #e0e5e0;border-radius:11px;padding:11px}.event-quote-heading{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:10px;margin-top:18px;display:flex}.event-quote-lines{gap:10px;min-width:0;margin:8px 0 10px;display:grid}.event-quote-line-card{border:1px solid var(--line);background:#fbfcfb;border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(min(150px,100%),1fr));align-items:end;gap:10px;min-width:0;max-width:100%;padding:11px;display:grid}.event-quote-description{grid-column:span 2}.event-quote-line-actions{justify-content:flex-end;align-items:flex-end;min-width:0;display:flex}.event-quote-line-actions .secondary{width:100%}.ops-alert-list{background:#fbfdfb;border:1px dashed #cfd8d1;border-radius:11px;margin-top:14px;padding:11px}.ops-alert-list h3{margin-bottom:7px}.ops-alert-list ul{gap:7px;margin:0;padding:0;list-style:none;display:grid}.ops-alert-list li{border-bottom:1px solid #edf2ee;justify-content:space-between;gap:10px;padding-bottom:7px;display:flex}.ops-alert-list li:last-child{border-bottom:none;padding-bottom:0}.segmented{flex-wrap:wrap;gap:7px;display:flex}.guide-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;margin-top:12px;display:grid}.guide-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:12px;align-content:start;gap:12px;padding:14px;display:grid}.guide-card h3{margin-bottom:2px;font-size:17px}.guide-steps{color:#2a2d29;gap:7px;margin:0;padding-left:20px;line-height:1.42;display:grid}.guide-done{border-top:1px solid var(--line);color:#30342f;padding-top:10px;font-size:13px;line-height:1.4}.guide-rules{gap:9px;margin-top:12px;display:grid}.guide-rule{border:1px solid var(--line);background:#fff;border-radius:11px;grid-template-columns:auto 1fr;align-items:start;gap:10px;padding:11px 12px;display:grid}.guide-rule span{background:var(--brand-soft);width:27px;height:27px;color:var(--brand-ink);border-radius:999px;place-items:center;font-size:12px;font-weight:650;display:grid}.guide-rule p{line-height:1.4}.calendar-grid{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(7,minmax(120px,1fr));gap:1px;display:grid;overflow-x:auto}.calendar-weekday,.calendar-day{background:#fff;min-width:120px}.calendar-weekday{color:var(--muted);padding:8px 10px;font-size:12px;font-weight:700}.calendar-day{grid-template-rows:auto 1fr;gap:6px;min-height:150px;padding:8px;display:grid}.calendar-day.muted-day{background:#f8fafc}.calendar-date{color:var(--ink);font-size:13px;font-weight:700}.calendar-events{align-content:start;gap:6px;display:grid}.calendar-event{border:1px solid var(--line);color:var(--ink);background:#f8fafc;border-radius:8px;gap:3px;padding:7px;font-size:12px;line-height:1.25;text-decoration:none;display:grid}.calendar-event strong,.calendar-event span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (max-width:1280px){.workspace-grid{grid-template-columns:minmax(220px,250px) minmax(0,1fr)}.workspace-grid>.section:last-child{grid-column:1/-1}}@media (max-width:1000px){:root{--sidebar-width:1fr}.app-shell{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:flex-start;position:static}.topbar-actions{flex-wrap:wrap;justify-content:flex-end;width:100%}.section:has(.table){overflow-x:auto}.table{min-width:min(680px,100vw - 28px)}.topbar-search{width:100%;min-width:0}.search-results{width:100%;left:0;right:auto}.main{max-width:100%;padding:14px}.grid,.form-grid,.grid-30-70,.workspace-grid{grid-template-columns:1fr}.role-list-panel{grid-template-rows:auto auto auto;max-height:none}.taxonomy-panel{max-height:none;position:static}}@media (max-width:760px){h1{font-size:24px}h2{font-size:19px}.section{border-radius:12px;padding:14px}.topbar-title{font-size:18px}.topbar-subtitle{font-size:12px}.table th,.table td{padding:8px 7px;font-size:12px}.guide-grid,.card-grid,.command-grid,.event-quote-line-card{grid-template-columns:1fr}.event-quote-description{grid-column:1/-1}}@media (max-width:980px){:root{--sidebar-width:0px!important}.app-shell{grid-template-columns:1fr}.mobile-only{display:inline-flex!important}.desktop-only{display:none!important}.mobile-menu-button{border:1px solid var(--line);background:#fff;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px}.main{padding:18px}.topbar{padding:11px 14px}.topbar-actions .review-inbox-link{display:none}}@media (max-width:640px){.topbar-subtitle{display:none}.topbar-title{font-size:16px}.topbar-actions button{padding:8px 10px}.main{padding:14px}.section{border-radius:12px;padding:14px}.page-header{display:grid}.page-header h1{font-size:24px}.page-header-actions{width:100%}.page-header-actions>*{flex:1}.card-grid{grid-template-columns:1fr!important}.table{min-width:720px}.table-wrap,.section{overflow-x:auto}}.workspace-hero{background:linear-gradient(135deg,#fff,#f3f7f4);justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-bottom:6px;font-size:11px;font-weight:800}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.metric-grid.compact{margin:16px 0}.metric-card{background:var(--panel,#fff);border:1px solid var(--line);border-radius:14px;padding:15px}.metric-card span{color:var(--muted);margin-bottom:6px;font-size:12px;display:block}.metric-card strong{letter-spacing:-.03em;font-size:22px}.unified-tabs{margin:0}.section-title-row{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.cash-account-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.cash-account-card,.cash-account-pill{border:1px solid var(--line);color:inherit;text-align:left;background:#fff;border-radius:13px;flex-direction:column;gap:5px;padding:13px;display:flex}.cash-account-card:hover,.cash-account-pill:hover,.cash-account-pill.active{background:#f2f7f4;border-color:#668a78}.cash-account-card strong,.cash-account-pill strong{font-size:18px}.cash-account-card small{color:var(--muted)}.cash-account-strip{gap:9px;margin-bottom:10px;padding-bottom:10px;display:flex;overflow:auto}.cash-account-pill{flex:none;min-width:175px}.filter-bar{grid-template-columns:repeat(5,minmax(120px,1fr)) auto;gap:8px;margin:14px 0;display:grid}.short-input{max-width:100px}.clickable-row{cursor:pointer}.clickable-row:hover{background:#f1f6f3}.workspace-drawer-backdrop{z-index:1000;background:#0a140f73;justify-content:flex-end;display:flex;position:fixed;inset:0}.workspace-drawer{background:#f7f9f7;width:min(720px,92vw);height:100%;overflow:auto;box-shadow:-15px 0 40px #0000002e}.workspace-drawer-head{border-bottom:1px solid var(--line);z-index:2;background:#fff;justify-content:space-between;gap:12px;padding:18px;display:flex;position:sticky;top:0}.workspace-drawer-body{padding:18px}.workspace-drawer-body>.grid{display:block}.workspace-drawer-body .section{margin-bottom:14px}@media (max-width:1000px){.metric-grid,.filter-bar{grid-template-columns:repeat(2,1fr)}.workspace-hero{display:block}.workspace-hero>.row{margin-top:14px}}@media (max-width:640px){.metric-grid,.cash-account-grid,.filter-bar{grid-template-columns:1fr}.section-title-row{display:block}.section-title-row>button,.section-title-row>a{margin-top:10px}.workspace-drawer{width:100vw}.cash-workspace .table{min-width:760px}}.compact-kpi{line-height:1.35;font-size:1rem!important}.workspace-tabs{border-bottom:1px solid var(--line);flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.workspace-tabs button{color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;border-radius:0;padding:10px 12px}.workspace-tabs button.active{color:var(--text);border-bottom-color:var(--accent)}.legacy-notice{background:#fff9ea;border:1px solid #d9b777;justify-content:space-between;align-items:center;gap:18px;display:flex}.legacy-notice h2{margin:8px 0 4px}@media (max-width:700px){.legacy-notice{flex-direction:column;align-items:flex-start}}
:root{--ho-bg:#f4f5f2;--ho-bg-soft:#f8f9f7;--ho-surface:#fff;--ho-surface-raised:#fff;--ho-surface-muted:#f8f9f7;--ho-surface-inset:#f1f3f0;--ho-ink:#17211d;--ho-ink-soft:#34423c;--ho-muted:#68736d;--ho-muted-strong:#526059;--ho-line:#dfe4e0;--ho-line-strong:#cbd3ce;--ho-nav:#132c27;--ho-nav-hover:#1b3c35;--ho-brand:#2f6b57;--ho-brand-strong:#235341;--ho-brand-soft:#e3eee9;--ho-gold:#c99545;--ho-gold-strong:#9a6924;--ho-gold-soft:#f1e4cf;--ho-success:#246547;--ho-success-soft:#e2f1e9;--ho-warning:#875d1c;--ho-warning-soft:#f6ebd6;--ho-danger:#b7463d;--ho-danger-soft:#f7e2e0;--ho-info:#3d5c7b;--ho-info-soft:#e4ebf4;--ho-font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ho-text-xs:.6875rem;--ho-text-sm:.75rem;--ho-text-base:.8125rem;--ho-text-md:.9375rem;--ho-text-lg:1.125rem;--ho-text-xl:1.375rem;--ho-text-2xl:clamp(1.65rem, 2.2vw, 2rem);--ho-leading-tight:1.18;--ho-leading-normal:1.5;--ho-space-1:.25rem;--ho-space-2:.5rem;--ho-space-3:.75rem;--ho-space-4:1rem;--ho-space-5:1.25rem;--ho-space-6:1.5rem;--ho-space-8:2rem;--ho-space-10:2.5rem;--ho-radius-sm:.625rem;--ho-radius-md:.875rem;--ho-radius-lg:1.125rem;--ho-radius-pill:999px;--ho-shadow-sm:0 5px 16px #14241e0e;--ho-shadow-md:0 14px 38px #14241e17;--ho-shadow-lg:0 24px 64px #12201b29;--ho-focus:0 0 0 3px #2f6b5733;--ho-content-max:1540px;--bg:var(--ho-bg);--bg-soft:var(--ho-bg-soft);--surface:var(--ho-surface);--surface-muted:var(--ho-surface-muted);--text:var(--ho-ink);--ink:var(--ho-ink);--muted:var(--ho-muted);--line:var(--ho-line);--line-strong:var(--ho-line-strong);--brand:var(--ho-brand);--brand-soft:var(--ho-brand-soft);--brand-ink:var(--ho-brand-strong);--danger:var(--ho-danger);--shadow:var(--ho-shadow-sm);--font-sans:var(--ho-font-sans)}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{background:var(--ho-bg);color:var(--ho-ink);font-family:var(--ho-font-sans);font-feature-settings:"kern" 1, "tnum" 1;text-rendering:optimizelegibility}::selection{background:var(--ho-gold-soft);color:var(--ho-ink)}:where(button,a,input,select,textarea,[tabindex]):focus-visible{box-shadow:var(--ho-focus);outline:none}:where(button,input,select,textarea){font:inherit}.main{width:100%;max-width:var(--ho-content-max);padding:clamp(1.125rem,2.2vw,2rem)}.page-stack,.ho-page-stack{gap:var(--ho-space-5);display:grid}.ho-page-header{justify-content:space-between;align-items:flex-end;gap:var(--ho-space-6);margin-bottom:var(--ho-space-1);display:flex}.ho-page-header__copy{min-width:0;max-width:780px}.ho-eyebrow{color:var(--ho-gold-strong);font-size:var(--ho-text-xs);text-transform:uppercase;letter-spacing:.13em;margin-bottom:var(--ho-space-2);font-weight:800}.ho-page-title{color:var(--ho-ink);font-size:var(--ho-text-2xl);font-weight:800;line-height:var(--ho-leading-tight);letter-spacing:-.04em;margin:0}.ho-page-description{max-width:720px;margin-top:var(--ho-space-2);color:var(--ho-muted);font-size:var(--ho-text-md);line-height:var(--ho-leading-normal)}.ho-page-actions{justify-content:flex-end;align-items:center;gap:var(--ho-space-2);flex-wrap:wrap;display:flex}.ho-surface,.section{background:var(--ho-surface);border:1px solid var(--ho-line);border-radius:var(--ho-radius-lg);box-shadow:var(--ho-shadow-sm)}.ho-surface--raised,.card{background:var(--ho-surface-raised);border:1px solid var(--ho-line);border-radius:var(--ho-radius-lg);box-shadow:var(--ho-shadow-md)}.ho-surface--subtle{background:var(--ho-surface-muted);border:1px solid var(--ho-line);border-radius:var(--ho-radius-md);box-shadow:none}.section{margin-bottom:var(--ho-space-4);padding:clamp(1rem,1.8vw,1.25rem)}.card{padding:var(--ho-space-5)}.ho-card-header{justify-content:space-between;align-items:flex-start;gap:var(--ho-space-4);margin-bottom:var(--ho-space-4);display:flex}.ho-card-title{color:var(--ho-ink);font-size:var(--ho-text-lg);letter-spacing:-.015em;margin:0;font-weight:760}.ho-card-description{margin-top:var(--ho-space-1);color:var(--ho-muted);font-size:var(--ho-text-sm);line-height:var(--ho-leading-normal)}.ho-metric-grid{gap:var(--ho-space-4);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.ho-metric-card{background:var(--ho-surface);border:1px solid var(--ho-line);border-radius:var(--ho-radius-lg);min-width:0;box-shadow:var(--ho-shadow-md);padding:1.125rem}.ho-metric-label{color:var(--ho-muted);font-size:var(--ho-text-sm);font-weight:600}.ho-metric-value,.kpi{margin-top:var(--ho-space-2);color:var(--ho-ink);letter-spacing:-.045em;font-variant-numeric:tabular-nums;font-size:clamp(1.5rem,2.2vw,1.875rem);font-weight:850;line-height:1.1}.ho-metric-note{margin-top:var(--ho-space-2);color:var(--ho-muted);font-size:var(--ho-text-xs)}.ho-metric-note--positive{color:var(--ho-success)}.ho-metric-note--warning{color:var(--ho-warning)}.ho-metric-note--danger{color:var(--ho-danger)}.ho-button,button:not(.unstyled-button){border:1px solid var(--ho-line-strong);background:var(--ho-surface);min-height:38px;color:var(--ho-ink);border-radius:.6875rem;font-weight:720;transition:transform .14s,box-shadow .14s,border-color .14s,background .14s}.ho-button{justify-content:center;align-items:center;gap:var(--ho-space-2);cursor:pointer;padding:.625rem .875rem;text-decoration:none;display:inline-flex}.ho-button:hover:not(:disabled),button:not(.unstyled-button):hover:not(:disabled){border-color:var(--ho-line-strong);box-shadow:var(--ho-shadow-sm);transform:translateY(-1px)}.ho-button:active:not(:disabled),button:not(.unstyled-button):active:not(:disabled){transform:translateY(0)}.ho-button:disabled,button:disabled{cursor:not-allowed;opacity:.55}.ho-button--primary{border-color:var(--ho-nav-hover);background:var(--ho-nav-hover);color:#fff}.ho-button--gold{border-color:var(--ho-gold);background:var(--ho-gold);color:#1b241f}.ho-button--danger{color:#9c332c;background:#fff1f0;border-color:#e7b6b2}.ho-button--ghost{box-shadow:none;background:0 0;border-color:#0000}.ho-button--small{min-height:32px;font-size:var(--ho-text-sm);padding:.4375rem .625rem}.ho-field{gap:.375rem;min-width:0;display:grid}.ho-field-label,label{color:var(--ho-muted-strong);font-size:var(--ho-text-sm);font-weight:700}:where(input:not([type=checkbox]):not([type=radio]),select,textarea){border:1px solid var(--ho-line-strong);border-radius:var(--ho-radius-sm);background:var(--ho-surface);width:100%;min-height:40px;color:var(--ho-ink);padding:.625rem .75rem;transition:border-color .14s,box-shadow .14s,background .14s}:where(input:not([type=checkbox]):not([type=radio]),select,textarea)::placeholder{color:#9aa39e}:where(input:not([type=checkbox]):not([type=radio]),select,textarea):hover{border-color:#b8c3bc}:where(input:not([type=checkbox]):not([type=radio]),select,textarea):focus{border-color:var(--ho-brand);box-shadow:var(--ho-focus);outline:none}textarea{resize:vertical;min-height:96px}.ho-field-help{color:var(--ho-muted);font-size:var(--ho-text-xs);line-height:1.4}.ho-field-error{color:var(--ho-danger);font-size:var(--ho-text-xs);font-weight:650}.ho-badge,.badge{border-radius:var(--ho-radius-pill);color:#53615a;white-space:nowrap;background:#edf1ee;justify-content:center;align-items:center;gap:.3rem;min-height:24px;padding:.25rem .55rem;font-size:.625rem;font-weight:800;line-height:1.2;display:inline-flex}.ho-badge--success,.badge.success,.badge.ok{background:var(--ho-success-soft);color:#276447}.ho-badge--warning,.badge.warning,.badge.warn{background:var(--ho-warning-soft);color:var(--ho-warning)}.ho-badge--danger,.badge.danger{background:var(--ho-danger-soft);color:#9e3b34}.ho-badge--info,.badge.info{background:var(--ho-info-soft);color:var(--ho-info)}.ho-badge--neutral{color:#53615a;background:#edf1ee}.ho-tabs{align-items:center;gap:var(--ho-space-1);border-bottom:1px solid var(--ho-line);scrollbar-width:none;display:flex;overflow-x:auto}.ho-tabs::-webkit-scrollbar{display:none}.ho-tab{color:var(--ho-muted);box-shadow:none;background:0 0;border:0;border-bottom:2px solid #0000;border-radius:0;flex:none;padding:.75rem .875rem;font-weight:720}.ho-tab:hover{background:var(--ho-surface-muted);box-shadow:none;transform:none}.ho-tab[aria-selected=true],.ho-tab.is-active{border-bottom-color:var(--ho-gold);color:var(--ho-ink)}.ho-table-wrap,.table-wrap{border-radius:var(--ho-radius-md);width:100%;overflow:auto}.ho-table,table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%}.ho-table th,table th{color:var(--ho-muted);text-align:left;text-transform:uppercase;letter-spacing:.085em;border-bottom:1px solid var(--ho-line);padding:.6875rem .75rem;font-size:.625rem;font-weight:800}.ho-table td,table td{color:var(--ho-ink-soft);font-size:var(--ho-text-base);vertical-align:middle;border-bottom:1px solid #edf0ed;padding:.75rem}.ho-table tbody tr:hover td,table tbody tr:hover td{background:#fafbf9}.ho-table tbody tr:last-child td,table tbody tr:last-child td{border-bottom:0}.ho-notice{border-radius:var(--ho-radius-sm);color:#6f5226;font-size:var(--ho-text-sm);line-height:var(--ho-leading-normal);background:#f5ebda;border:1px solid #ead7b4;padding:.8125rem .875rem}.ho-notice--danger{color:#833b35;background:#fbefee;border-color:#ecc6c2}.ho-notice--info{color:#3d5c7b;background:#eef3f8;border-color:#cad7e3}.ho-empty-state{min-height:180px;padding:var(--ho-space-8);text-align:center;color:var(--ho-muted);place-items:center;display:grid}.ho-empty-state__title{color:var(--ho-ink);margin-bottom:var(--ho-space-1);font-weight:760}.ho-drawer-scrim{z-index:80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0a161261;position:fixed;inset:0}.ho-drawer{z-index:81;background:var(--ho-surface);width:min(500px,96vw);height:100dvh;box-shadow:var(--ho-shadow-lg);position:fixed;top:0;right:0;overflow:auto}.ho-drawer__header,.ho-drawer__body,.ho-drawer__footer{padding:var(--ho-space-6)}.ho-drawer__header{z-index:1;border-bottom:1px solid var(--ho-line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;position:sticky;top:0}.ho-drawer__footer{justify-content:flex-end;gap:var(--ho-space-2);border-top:1px solid var(--ho-line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;display:flex;position:sticky;bottom:0}.ho-grid-2{gap:var(--ho-space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.ho-grid-3{gap:var(--ho-space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.ho-stack-2{gap:var(--ho-space-2);display:grid}.ho-stack-3{gap:var(--ho-space-3);display:grid}.ho-stack-4{gap:var(--ho-space-4);display:grid}.ho-stack-6{gap:var(--ho-space-6);display:grid}.ho-muted{color:var(--ho-muted)}.ho-numeric{font-variant-numeric:tabular-nums}@media (max-width:1100px){.ho-metric-grid,.ho-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.main{padding:1.125rem}.ho-page-header{flex-direction:column;align-items:flex-start}.ho-page-actions{justify-content:flex-start;width:100%}.ho-metric-grid,.ho-grid-2,.ho-grid-3{grid-template-columns:1fr}.card,.section{border-radius:var(--ho-radius-md)}.ho-drawer__header,.ho-drawer__body,.ho-drawer__footer{padding:var(--ho-space-5)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
:root{--sidebar-width-expanded:292px;--sidebar-width-collapsed:76px;--shell-nav:#102823;--shell-nav-deep:#0b1d19;--shell-nav-hover:#ffffff12;--shell-nav-muted:#91aaa2;--shell-nav-text:#dce8e3;--shell-gold:#c99545;--shell-gold-soft:#f1e4cf}.topbar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);background:#ffffffe6;min-height:76px;padding:12px 26px}.topbar-title{color:var(--text);font-size:18px;font-weight:760}.topbar-subtitle{color:var(--muted);font-size:12px}.topbar-back{min-width:auto;padding:8px 10px}.topbar-search{width:min(330px,34vw)}.search-input{background:#fafbf9;border-radius:12px}.header-icon-button,.profile-trigger{border:1px solid var(--line);color:var(--text);cursor:pointer;background:#fff;border-radius:11px;min-height:38px}.header-icon-button{min-width:38px;padding:0 10px;position:relative}.header-alert-dot{background:var(--shell-gold);border-radius:50%;width:7px;height:7px;position:absolute;top:7px;right:7px}.profile-menu-wrap{position:relative}.profile-trigger{align-items:center;gap:9px;padding:5px 9px 5px 5px;display:flex}.profile-avatar{background:var(--shell-nav);color:#fff;border-radius:50%;place-items:center;width:30px;height:30px;font-size:11px;font-weight:800;display:grid}.profile-copy{text-align:left;line-height:1.15;display:grid}.profile-copy strong{font-size:12px}.profile-copy span{color:var(--muted);font-size:10px}.profile-menu{border:1px solid var(--line);width:220px;box-shadow:var(--shadow-lg,0 18px 44px #14241e24);z-index:40;background:#fff;border-radius:13px;padding:7px;position:absolute;top:calc(100% + 8px);right:0}.profile-menu button,.profile-menu a{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;padding:10px;display:flex}.profile-menu button:hover,.profile-menu a:hover{background:var(--surface-subtle)}.profile-menu .danger-action{color:var(--danger)}.mobile-menu-button{border-radius:10px}@media (max-width:1100px){.profile-copy{display:none}.topbar-search{width:min(280px,32vw);min-width:190px}}@media (max-width:760px){.topbar{min-height:66px;padding:10px 14px}.topbar-subtitle{display:none}.topbar-title{font-size:16px}.topbar-back,.topbar-search{display:none}.header-icon-button{min-width:36px}.profile-trigger{padding-right:5px}}
.main{max-width:1680px;padding:28px clamp(18px,2.6vw,38px) 48px}.main>.stack,.main>div>.stack{gap:18px}.main h1{letter-spacing:-.035em;font-size:clamp(28px,2.5vw,38px);font-weight:650;line-height:1.08}.main h2{letter-spacing:-.025em;font-size:clamp(20px,1.65vw,26px);font-weight:630;line-height:1.15}.main h3{font-size:16px;font-weight:620;line-height:1.3}.main>.stack>.section:first-child,.main>div>.stack>.section:first-child{background:radial-gradient(circle at 92% 10%,#c9954524,#0000 30%),linear-gradient(145deg,#fff 0%,#fbfcf9 58%,#f3f7f3 100%);border-color:#dfe6e0;padding:clamp(22px,3vw,34px);position:relative;overflow:hidden;box-shadow:0 18px 46px #142c2711}.main>.stack>.section:first-child:before,.main>div>.stack>.section:first-child:before{content:"";background:linear-gradient(180deg, var(--brand) 0%, #c99545 100%);width:4px;position:absolute;inset:0 auto 0 0}.main>.stack>.section:first-child>p,.main>div>.stack>.section:first-child>p{max-width:820px;font-size:14px;line-height:1.6}.section{border-color:#e1e5df;border-radius:18px;padding:clamp(18px,2vw,24px);box-shadow:0 12px 34px #1225200b}.section+.section{margin-top:2px}.section>.row:first-child,.section>.row.wrap:first-child{margin-bottom:4px}.section>h2+.muted,.section>h3+.muted{margin-top:-2px;margin-bottom:14px;line-height:1.55}.card-grid{gap:15px}.card{background:#fff;border-color:#e2e6e0;border-radius:15px;transition:border-color .16s,box-shadow .16s,transform .16s;box-shadow:0 8px 24px #11221d0a}.card-link:hover{border-color:#2f6b5757;transform:translateY(-2px);box-shadow:0 16px 34px #16392e13}:is(.table-wrap,.table-scroll,.section:has(>table)){border-radius:14px}table,.table{border-collapse:separate;border-spacing:0;font-size:13px}thead th{color:#667069;text-transform:uppercase;letter-spacing:.075em;background:#f7f9f6;border-bottom-color:#dde3dd;padding-top:12px;padding-bottom:12px;font-size:10.5px;font-weight:700}tbody td{vertical-align:middle;border-bottom-color:#edf0ec;padding-top:12px;padding-bottom:12px}tbody tr:hover td{background:#fbfcfa}.form-grid{gap:15px 17px}label{color:#38433d;gap:7px;font-size:12.5px;font-weight:590}input,select,textarea{background:#fff;border-color:#d7ddd7;border-radius:11px;min-height:42px;padding:10px 12px}textarea{min-height:104px;line-height:1.5}input:hover,select:hover,textarea:hover{border-color:#bcc8c0}button,.button-link{border-radius:11px;min-height:40px;font-weight:620}.row.wrap:has(>button){row-gap:9px}.row.wrap:has(>.button-link){row-gap:9px}.row:has(>button){row-gap:9px}.row:has(>.button-link){row-gap:9px}.badge{letter-spacing:.025em;border-radius:999px;padding:5px 9px;font-size:10.5px;font-weight:700}.tabs,.tab-list{background:#f0f3ef;border:1px solid #e2e7e1;border-radius:13px;padding:4px}.tabs button,.tab-list button,.tabs a,.tab-list a{min-height:36px;box-shadow:none;border:0;border-radius:9px}.tabs .active,.tab-list .active,.tabs [aria-selected=true],.tab-list [aria-selected=true]{color:var(--brand-ink);background:#fff;box-shadow:0 4px 12px #152b2414}.muted,.small.muted{color:#6b756e}.empty-state,.section .empty,.card .empty{text-align:center;background:#fafbf9;border:1px dashed #cfd7d0;border-radius:13px;padding:28px 20px}.error-text{border-radius:11px}@media (max-width:900px){.main{padding:20px 16px 36px}.section{border-radius:16px;padding:18px}.main>.stack>.section:first-child,.main>div>.stack>.section:first-child{padding:22px 20px}}@media (max-width:620px){.main{padding:14px 12px 28px}.main h1{font-size:27px}.main h2{font-size:20px}.section{border-radius:14px;padding:15px}.card{border-radius:13px}input,select,textarea,button,.button-link{min-height:44px}}
.ho-drawer-layer{z-index:120;grid-template-columns:1fr auto;display:grid;position:fixed;inset:0}.ho-drawer-scrim{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:default;background:#0918147a;border:0;border-radius:0;width:100%;height:100%;position:absolute;inset:0}.ho-drawer{z-index:1;background:var(--surface);grid-template-rows:auto minmax(0,1fr) auto;width:min(560px,100vw);height:100vh;animation:.2s ease-out ho-drawer-in;display:grid;position:relative;box-shadow:-24px 0 70px #0b1e1938}.ho-drawer--small{width:min(430px,100vw)}.ho-drawer--large{width:min(760px,100vw)}.ho-drawer__header{border-bottom:1px solid var(--line);background:linear-gradient(#fff,#fbfcfa);justify-content:space-between;gap:20px;padding:26px 28px 22px;display:flex}.ho-drawer__header h2{margin:4px 0 6px;font-size:24px}.ho-drawer__header p{color:var(--muted);font-size:14px;line-height:1.55}.ho-drawer__close{width:38px;height:38px;color:var(--text);background:#f4f6f3;border-radius:999px;padding:0;font-size:24px;line-height:1}.ho-drawer__body{padding:24px 28px;overflow-y:auto}.ho-drawer__body form{gap:18px;display:grid}.ho-drawer__body .form-grid{grid-template-columns:1fr 1fr}.ho-drawer__footer{border-top:1px solid var(--line);background:#fbfcfa;justify-content:flex-end;gap:10px;padding:18px 28px;display:flex}.ho-quick-actions{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.ho-inline-create-card{border:1px solid var(--line);background:linear-gradient(135deg,#fbfcfa,#f3f7f4);border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:18px 20px;display:grid}.ho-inline-create-card h2{margin:0 0 4px;font-size:18px}.ho-inline-create-card p{color:var(--muted);font-size:13px}.ho-table-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}@keyframes ho-drawer-in{0%{opacity:.65;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@media (max-width:720px){.ho-drawer{width:100vw}.ho-drawer__header,.ho-drawer__body,.ho-drawer__footer{padding-left:20px;padding-right:20px}.ho-drawer__body .form-grid,.ho-inline-create-card{grid-template-columns:1fr}.ho-inline-create-card>button{width:100%}}@media (prefers-reduced-motion:reduce){.ho-drawer{animation:none}}
:is(.main:has(a[href="/bookings/calendar"]),.main:has(a[href=\/room-folios]),.main:has(a[href=\/guests]),.main:has(a[href=\/events]),.main:has(a[href=\/channel-payouts]),.main:has(a[href=\/room-types]),.main:has(a[href=\/rooms]),.main:has(a[href=\/rate-plans])){--hotel-ink:#192821;--hotel-accent:#2f6f50;--hotel-accent-strong:#22583d;--hotel-accent-soft:#eaf2ed;--hotel-line:#dfe5e0;--hotel-muted:#68736c}:is(.main:has(a[href="/bookings/calendar"])>.stack>.section:first-child,.main:has(a[href=\/room-folios])>.stack>.section:first-child,.main:has(a[href=\/guests])>.stack>.section:first-child,.main:has(a[href=\/events])>.stack>.section:first-child,.main:has(a[href=\/channel-payouts])>.stack>.section:first-child,.main:has(a[href=\/room-types])>.stack>.section:first-child,.main:has(a[href=\/rooms])>.stack>.section:first-child,.main:has(a[href=\/rate-plans])>.stack>.section:first-child){border:1px solid var(--hotel-line);border-left:3px solid var(--hotel-accent);color:var(--hotel-ink);background:#fff;border-radius:14px;padding:18px 20px;position:relative;overflow:visible;box-shadow:0 7px 20px #182e2509}.main:has(a[href="/bookings/calendar"])>.stack>.section:first-child:before{display:none}.main:has(a[href="/bookings/calendar"])>.stack>.section:first-child:after{display:none}.main:has(a[href=\/room-folios])>.stack>.section:first-child:before{display:none}.main:has(a[href=\/room-folios])>.stack>.section:first-child:after{display:none}.main:has(a[href=\/guests])>.stack>.section:first-child:before{display:none}.main:has(a[href=\/guests])>.stack>.section:first-child:after{display:none}.main:has(a[href=\/events])>.stack>.section:first-child:before{display:none}.main:has(a[href=\/events])>.stack>.section:first-child:after{display:none}.main:has(a[href=\/channel-payouts])>.stack>.section:first-child:before{display:none}.main:has(a[href=\/channel-payouts])>.stack>.section:first-child:after{display:none}:is(.main:has(a[href="/bookings/calendar"])>.stack>.section:first-child h1,.main:has(a[href=\/room-folios])>.stack>.section:first-child h1,.main:has(a[href=\/guests])>.stack>.section:first-child h1,.main:has(a[href=\/events])>.stack>.section:first-child h1,.main:has(a[href=\/channel-payouts])>.stack>.section:first-child h1){color:var(--hotel-ink);letter-spacing:-.035em;margin-bottom:5px;font-size:clamp(25px,2.1vw,33px)}:is(.main:has(a[href="/bookings/calendar"])>.stack>.section:first-child .muted,.main:has(a[href=\/room-folios])>.stack>.section:first-child .muted,.main:has(a[href=\/guests])>.stack>.section:first-child .muted,.main:has(a[href=\/events])>.stack>.section:first-child .muted,.main:has(a[href=\/channel-payouts])>.stack>.section:first-child .muted){max-width:800px;color:var(--hotel-muted);line-height:1.5}:is(.main:has(a[href="/bookings/calendar"])>.stack>.section:first-child .button-link,.main:has(a[href=\/room-folios])>.stack>.section:first-child .button-link,.main:has(a[href=\/guests])>.stack>.section:first-child .button-link,.main:has(a[href=\/events])>.stack>.section:first-child .button-link,.main:has(a[href=\/channel-payouts])>.stack>.section:first-child .button-link){color:#26382f;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:#f7f9f7;border-color:#d8e1da}:is(.main:has(a[href="/bookings/calendar"])>.stack>.section:first-child .button-link:hover,.main:has(a[href=\/room-folios])>.stack>.section:first-child .button-link:hover,.main:has(a[href=\/guests])>.stack>.section:first-child .button-link:hover,.main:has(a[href=\/events])>.stack>.section:first-child .button-link:hover,.main:has(a[href=\/channel-payouts])>.stack>.section:first-child .button-link:hover){color:var(--hotel-accent-strong);background:#edf3ef;border-color:#c8d6cc}:is(.main:has(a[href="/bookings/calendar"]) .section,.main:has(a[href=\/room-folios]) .section,.main:has(a[href=\/guests]) .section,.main:has(a[href=\/events]) .section,.main:has(a[href=\/channel-payouts]) .section){border-radius:14px}:is(.main:has(a[href="/bookings/calendar"]) .table,.main:has(a[href=\/room-folios]) .table,.main:has(a[href=\/guests]) .table,.main:has(a[href=\/events]) .table,.main:has(a[href=\/channel-payouts]) .table){border-collapse:separate;border-spacing:0;font-size:12.5px}:is(.main:has(a[href="/bookings/calendar"]) .table thead th,.main:has(a[href=\/room-folios]) .table thead th,.main:has(a[href=\/guests]) .table thead th,.main:has(a[href=\/events]) .table thead th,.main:has(a[href=\/channel-payouts]) .table thead th){z-index:2;color:#667069;letter-spacing:.075em;text-transform:uppercase;background:#f5f7f5;border-bottom-color:#dce3dd;padding:10px 12px;font-size:10px;font-weight:720;position:sticky;top:0}:is(.main:has(a[href="/bookings/calendar"]) .table tbody td,.main:has(a[href=\/room-folios]) .table tbody td,.main:has(a[href=\/guests]) .table tbody td,.main:has(a[href=\/events]) .table tbody td,.main:has(a[href=\/channel-payouts]) .table tbody td){vertical-align:middle;padding:11px 12px}:is(.main:has(a[href="/bookings/calendar"]) .table tbody tr,.main:has(a[href=\/room-folios]) .table tbody tr,.main:has(a[href=\/guests]) .table tbody tr,.main:has(a[href=\/events]) .table tbody tr,.main:has(a[href=\/channel-payouts]) .table tbody tr){transition:background-color .14s,box-shadow .14s}:is(.main:has(a[href="/bookings/calendar"]) .table tbody tr:hover,.main:has(a[href=\/room-folios]) .table tbody tr:hover,.main:has(a[href=\/guests]) .table tbody tr:hover,.main:has(a[href=\/events]) .table tbody tr:hover,.main:has(a[href=\/channel-payouts]) .table tbody tr:hover){box-shadow:inset 3px 0 0 var(--hotel-accent);background:#f8faf8}:is(.main:has(a[href="/bookings/calendar"]) .table td:first-child,.main:has(a[href=\/room-folios]) .table td:first-child,.main:has(a[href=\/guests]) .table td:first-child,.main:has(a[href=\/events]) .table td:first-child,.main:has(a[href=\/channel-payouts]) .table td:first-child){color:var(--hotel-ink);font-weight:660}.folio-summary,.booking-summary,.event-summary{font-variant-numeric:tabular-nums}.main:has(a[href="/bookings/calendar"]) td:last-child{font-variant-numeric:tabular-nums}.main:has(a[href=\/room-folios]) td:last-child{font-variant-numeric:tabular-nums}.main:has(a[href=\/channel-payouts]) td:last-child{font-variant-numeric:tabular-nums}:is(.main:has(a[href="/bookings/calendar"]) form .form-grid,.main:has(a[href=\/room-folios]) form .form-grid,.main:has(a[href=\/guests]) form .form-grid,.main:has(a[href=\/events]) form .form-grid,.main:has(a[href=\/channel-payouts]) form .form-grid){grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 15px}:is(.main:has(a[href="/bookings/calendar"]) form label,.main:has(a[href=\/room-folios]) form label,.main:has(a[href=\/guests]) form label,.main:has(a[href=\/events]) form label,.main:has(a[href=\/channel-payouts]) form label){color:#3d4942;font-size:11.5px;font-weight:650}:is(.main:has(a[href="/bookings/calendar"]) form input,.main:has(a[href="/bookings/calendar"]) form select,.main:has(a[href="/bookings/calendar"]) form textarea,.main:has(a[href=\/room-folios]) form input,.main:has(a[href=\/room-folios]) form select,.main:has(a[href=\/room-folios]) form textarea,.main:has(a[href=\/guests]) form input,.main:has(a[href=\/guests]) form select,.main:has(a[href=\/guests]) form textarea,.main:has(a[href=\/events]) form input,.main:has(a[href=\/events]) form select,.main:has(a[href=\/events]) form textarea,.main:has(a[href=\/channel-payouts]) form input,.main:has(a[href=\/channel-payouts]) form select,.main:has(a[href=\/channel-payouts]) form textarea){background:#fff;border-color:#d8dfd9;min-height:40px;padding:9px 11px}:is(.main:has(a[href="/bookings/calendar"]) form input:focus,.main:has(a[href="/bookings/calendar"]) form select:focus,.main:has(a[href="/bookings/calendar"]) form textarea:focus,.main:has(a[href=\/room-folios]) form input:focus,.main:has(a[href=\/room-folios]) form select:focus,.main:has(a[href=\/room-folios]) form textarea:focus,.main:has(a[href=\/guests]) form input:focus,.main:has(a[href=\/guests]) form select:focus,.main:has(a[href=\/guests]) form textarea:focus,.main:has(a[href=\/events]) form input:focus,.main:has(a[href=\/events]) form select:focus,.main:has(a[href=\/events]) form textarea:focus){border-color:#7fa48f;box-shadow:0 0 0 3px #2f6f501c}.folio-summary,.event-summary,.booking-summary{border:1px solid var(--hotel-line);background:#fff;border-radius:14px;grid-template-columns:repeat(auto-fit,minmax(155px,1fr));gap:0;display:grid;overflow:hidden}.folio-summary>*,.event-summary>*,.booking-summary>*{border:0;border-right:1px solid var(--hotel-line);min-width:0;box-shadow:none;background:#fff;border-radius:0;padding:13px 15px}.folio-summary>:last-child,.event-summary>:last-child,.booking-summary>:last-child{border-right:0}.folio-summary strong,.event-summary strong,.booking-summary strong{color:var(--hotel-ink);letter-spacing:-.02em;font-size:16px;font-weight:760}.calendar-grid,.booking-calendar,.room-calendar{background:#fff;border:1px solid #dbe2dc;border-radius:14px;overflow:auto;box-shadow:0 8px 22px #142a2209}.calendar-day,.calendar-cell,.room-calendar-cell{background:#fff;border-color:#e5eae6;min-height:96px;padding:8px}.calendar-day:hover,.calendar-cell:hover,.room-calendar-cell:hover{background:#f7f9f7}.calendar-day.today,.calendar-cell.today,.room-calendar-cell.today,[aria-current=date]{background:#f0f5f1;box-shadow:inset 0 0 0 2px #7fa48f}.booking-chip,.calendar-booking,.stay-chip{border:1px solid #bdd3c5;border-left:3px solid var(--hotel-accent);background:var(--hotel-accent-soft);color:#173f2b;min-height:26px;box-shadow:none;border-radius:6px;padding:5px 7px;font-size:10.5px;font-weight:680;line-height:1.25}.booking-chip:hover,.calendar-booking:hover,.stay-chip:hover{background:#e2eee7;border-color:#9cbbaa}:is(.main:has(a[href="/bookings/calendar"]) .ops-alert-list,.main:has(a[href=\/room-folios]) .ops-alert-list,.main:has(a[href=\/guests]) .ops-alert-list,.main:has(a[href=\/events]) .ops-alert-list){border:1px solid #dce7df;border-left:3px solid var(--hotel-accent);background:#f8faf8;border-radius:12px;padding:13px 15px}:is(.main:has(a[href="/bookings/calendar"]) .empty-state,.main:has(a[href=\/room-folios]) .empty-state,.main:has(a[href=\/guests]) .empty-state,.main:has(a[href=\/events]) .empty-state){background:#fafbf9;place-content:center;gap:5px;min-height:150px;display:grid}@media (min-width:1500px){:is(.main:has(a[href="/bookings/calendar"]),.main:has(a[href=\/room-folios]),.main:has(a[href=\/guests]),.main:has(a[href=\/events]),.main:has(a[href=\/channel-payouts])){max-width:1760px}}@media (max-width:900px){:is(.main:has(a[href="/bookings/calendar"]) form .form-grid,.main:has(a[href=\/room-folios]) form .form-grid,.main:has(a[href=\/guests]) form .form-grid,.main:has(a[href=\/events]) form .form-grid,.main:has(a[href=\/channel-payouts]) form .form-grid){grid-template-columns:1fr}.folio-summary,.event-summary,.booking-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.folio-summary>*,.event-summary>*,.booking-summary>*{border-bottom:1px solid var(--hotel-line)}}@media (max-width:620px){:is(.main:has(a[href="/bookings/calendar"])>.stack>.section:first-child,.main:has(a[href=\/room-folios])>.stack>.section:first-child,.main:has(a[href=\/guests])>.stack>.section:first-child,.main:has(a[href=\/events])>.stack>.section:first-child,.main:has(a[href=\/channel-payouts])>.stack>.section:first-child){padding:16px}.folio-summary,.event-summary,.booking-summary{grid-template-columns:1fr}.folio-summary>*,.event-summary>*,.booking-summary>*{border-right:0}.calendar-day,.calendar-cell,.room-calendar-cell{min-height:76px}}
:is(.cash-workspace,.main:has(a[href=\/cashflow]),.main:has(a[href=\/treasury]),.main:has(a[href="/cashflow/accounts"]),.main:has(a[href="/cashflow/daily-cash"]),.main:has(a[href="/cashflow/money-in"]),.main:has(a[href="/cashflow/money-out"]),.main:has(a[href="/cashflow/transfers"]),.main:has(a[href="/cashflow/payables"]),.main:has(a[href="/cashflow/receivables"]),.main:has(a[href="/cashflow/reconciliation"]),.main:has(a[href="/cashflow/templates"])){--finance-ink:#182b23;--finance-green:#2f6b50;--finance-green-strong:#24543f;--finance-green-soft:#edf4ef;--finance-line:#dfe5e0;--finance-muted:#69736d;--finance-warn:#8b5a19;--finance-danger:#9a3d36}.cash-workspace .workspace-hero{border:1px solid var(--finance-line);border-left:3px solid var(--finance-green);color:var(--finance-ink);background:#fff;padding:18px 20px;position:relative;overflow:visible;box-shadow:0 8px 22px #142a2209}.main:has(a[href=\/cashflow])>.stack>.section:first-child{border:1px solid var(--finance-line);border-left:3px solid var(--finance-green);color:var(--finance-ink);background:#fff;padding:18px 20px;position:relative;overflow:visible;box-shadow:0 8px 22px #142a2209}.main:has(a[href=\/treasury])>.stack>.section:first-child{border:1px solid var(--finance-line);border-left:3px solid var(--finance-green);color:var(--finance-ink);background:#fff;padding:18px 20px;position:relative;overflow:visible;box-shadow:0 8px 22px #142a2209}.main:has(a[href="/cashflow/accounts"])>.stack>.section:first-child{border:1px solid var(--finance-line);border-left:3px solid var(--finance-green);color:var(--finance-ink);background:#fff;padding:18px 20px;position:relative;overflow:visible;box-shadow:0 8px 22px #142a2209}.main:has(a[href="/cashflow/daily-cash"])>.stack>.section:first-child{border:1px solid var(--finance-line);border-left:3px solid var(--finance-green);color:var(--finance-ink);background:#fff;padding:18px 20px;position:relative;overflow:visible;box-shadow:0 8px 22px #142a2209}.main:has(a[href="/cashflow/money-in"])>.stack>.section:first-child{border:1px solid var(--finance-line);border-left:3px solid var(--finance-green);color:var(--finance-ink);background:#fff;padding:18px 20px;position:relative;overflow:visible;box-shadow:0 8px 22px #142a2209}.main:has(a[href="/cashflow/money-out"])>.stack>.section:first-child{border:1px solid var(--finance-line);border-left:3px solid var(--finance-green);color:var(--finance-ink);background:#fff;padding:18px 20px;position:relative;overflow:visible;box-shadow:0 8px 22px #142a2209}.main:has(a[href="/cashflow/transfers"])>.stack>.section:first-child{border:1px solid var(--finance-line);border-left:3px solid var(--finance-green);color:var(--finance-ink);background:#fff;padding:18px 20px;position:relative;overflow:visible;box-shadow:0 8px 22px #142a2209}.main:has(a[href="/cashflow/payables"])>.stack>.section:first-child{border:1px solid var(--finance-line);border-left:3px solid var(--finance-green);color:var(--finance-ink);background:#fff;padding:18px 20px;position:relative;overflow:visible;box-shadow:0 8px 22px #142a2209}.main:has(a[href="/cashflow/receivables"])>.stack>.section:first-child{border:1px solid var(--finance-line);border-left:3px solid var(--finance-green);color:var(--finance-ink);background:#fff;padding:18px 20px;position:relative;overflow:visible;box-shadow:0 8px 22px #142a2209}.main:has(a[href="/cashflow/reconciliation"])>.stack>.section:first-child{border:1px solid var(--finance-line);border-left:3px solid var(--finance-green);color:var(--finance-ink);background:#fff;padding:18px 20px;position:relative;overflow:visible;box-shadow:0 8px 22px #142a2209}.main:has(a[href="/cashflow/templates"])>.stack>.section:first-child{border:1px solid var(--finance-line);border-left:3px solid var(--finance-green);color:var(--finance-ink);background:#fff;padding:18px 20px;position:relative;overflow:visible;box-shadow:0 8px 22px #142a2209}.cash-workspace .workspace-hero:after{content:none}.cash-workspace .workspace-hero h1,.cash-workspace .workspace-hero .eyebrow,.cash-workspace .workspace-hero .muted{color:inherit}.cash-workspace .workspace-hero h1{letter-spacing:-.04em;margin-bottom:5px;font-size:clamp(27px,2.3vw,35px)}.cash-workspace .workspace-hero .eyebrow{color:var(--finance-green)}.cash-workspace .workspace-hero .muted{max-width:760px;color:var(--finance-muted);line-height:1.55}.cash-workspace .workspace-hero button,.cash-workspace .workspace-hero .button-link{color:#24342c;-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border-color:#cfd8d2}.cash-workspace .workspace-hero button:hover,.cash-workspace .workspace-hero .button-link:hover{color:#173d2c;background:#f4f8f5;border-color:#9eb8aa}.cash-workspace .workspace-hero button:not(.secondary),.cash-workspace .workspace-hero .primary-link{border-color:var(--finance-green-strong);background:var(--finance-green-strong);color:#fff}.cash-workspace .workspace-hero button:not(.secondary):hover,.cash-workspace .workspace-hero .primary-link:hover{color:#fff;background:#183f2e;border-color:#183f2e}.cash-workspace>.metric-grid,.cash-workspace .metric-grid.compact{border:1px solid var(--finance-line);background:#fff;border-radius:15px;gap:0;overflow:hidden;box-shadow:0 8px 20px #142a2208}.cash-workspace .metric-card{border:0;border-right:1px solid var(--finance-line);min-width:0;box-shadow:none;background:#fff;border-radius:0;padding:15px 17px;position:relative}.cash-workspace .metric-card:last-child{border-right:0}.cash-workspace .metric-card:before{content:none}.cash-workspace .metric-card span{color:var(--finance-muted);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:720}.cash-workspace .metric-card strong{color:var(--finance-ink);font-variant-numeric:tabular-nums;letter-spacing:-.03em;font-size:clamp(22px,2vw,28px)}.cash-workspace .unified-tabs{border:1px solid var(--finance-line);background:#f3f6f4;border-radius:11px;gap:1px;padding:3px}.cash-workspace .unified-tabs .tab{color:#5e6962;background:0 0;border:0;border-radius:8px}.cash-workspace .unified-tabs .tab:hover{color:#26362e;background:#e8eeea}.cash-workspace .unified-tabs .tab.active{color:#1f5138;background:#dfece4;box-shadow:inset 0 0 0 1px #c6dacd}.cash-workspace .cash-account-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px;display:grid}.cash-workspace .cash-account-card{text-align:left;border:1px solid var(--finance-line);min-height:104px;color:var(--finance-ink);background:#fff;border-radius:13px;gap:6px;padding:14px 15px;transition:border-color .14s,background-color .14s,box-shadow .14s;display:grid;box-shadow:0 5px 14px #142a2206}.cash-workspace .cash-account-card:hover{background:#f8faf8;border-color:#a9c0b3;transform:none;box-shadow:0 8px 18px #142a220b}.cash-workspace .cash-account-card span{color:#5f6a63;font-size:11.5px;font-weight:650}.cash-workspace .cash-account-card strong{font-variant-numeric:tabular-nums;font-size:1.28rem}.cash-workspace .cash-account-card small{color:#7a837e}.cash-workspace .cash-account-strip{scrollbar-width:thin;gap:7px;padding:2px 0 13px;display:flex;overflow-x:auto}.cash-workspace .cash-account-pill{text-align:left;border:1px solid var(--finance-line);min-width:158px;color:var(--finance-ink);background:#fff;border-radius:10px;flex:none;gap:2px;padding:10px 12px;display:grid}.cash-workspace .cash-account-pill:hover{background:#f7faf8;border-color:#b3c7bb}.cash-workspace .cash-account-pill.active{background:var(--finance-green-soft);box-shadow:inset 3px 0 0 var(--finance-green);border-color:#8fb09f}.cash-workspace .filter-bar{border:1px solid var(--finance-line);background:#f7f9f7;border-radius:11px;grid-template-columns:repeat(2,minmax(140px,.72fr)) repeat(2,minmax(145px,.78fr)) minmax(220px,1.45fr) auto;gap:8px;margin:12px 0;padding:10px;display:grid}.cash-workspace .filter-bar input,.cash-workspace .filter-bar select{background:#fff;min-height:38px}:is(.cash-workspace .table-wrap,.cash-workspace .table-scroll,.cash-workspace .section:has(>table)){border:1px solid var(--finance-line);background:#fff;border-radius:12px;overflow:auto}.cash-workspace .table{border-collapse:separate;border-spacing:0;font-size:12.5px}.cash-workspace .table thead th{z-index:2;color:#66716a;letter-spacing:.08em;text-transform:uppercase;background:#f3f6f4;padding-top:10px;padding-bottom:10px;font-size:9.75px;position:sticky;top:0}.cash-workspace .table td{font-variant-numeric:tabular-nums;padding-top:10px;padding-bottom:10px}.cash-workspace .table td:last-child,.cash-workspace .table th:last-child{text-align:right}.cash-workspace .table tbody tr:hover{box-shadow:inset 3px 0 0 var(--finance-green);background:#f8faf8}.cash-workspace .clickable-row{cursor:pointer}.cash-workspace .command-row{border-color:var(--finance-line);background:#fff;border-radius:10px}.cash-workspace .command-row:hover{background:#f7faf8;border-color:#b8cbbf}.cash-workspace .reconciliation-summary,.cash-workspace .cash-close-summary,.cash-workspace .transaction-summary,.cash-workspace .payable-summary,.cash-workspace .receivable-summary{border:1px solid var(--finance-line);background:#fff;border-radius:13px;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:0;display:grid;overflow:hidden}.cash-workspace .reconciliation-summary>*,.cash-workspace .cash-close-summary>*,.cash-workspace .transaction-summary>*,.cash-workspace .payable-summary>*,.cash-workspace .receivable-summary>*{border-right:1px solid var(--finance-line);padding:13px 15px}.cash-workspace .reconciliation-summary>:last-child,.cash-workspace .cash-close-summary>:last-child,.cash-workspace .transaction-summary>:last-child,.cash-workspace .payable-summary>:last-child,.cash-workspace .receivable-summary>:last-child{border-right:0}.cash-workspace .workspace-drawer{border-left:1px solid var(--finance-line);box-shadow:-18px 0 48px #0e221d24}.cash-workspace .workspace-drawer-head{border-bottom:1px solid var(--finance-line);color:var(--finance-ink);background:#fff}.cash-workspace .workspace-drawer-head h2,.cash-workspace .workspace-drawer-head .eyebrow{color:inherit}.cash-workspace .workspace-drawer-head .eyebrow{color:var(--finance-green)}.cash-workspace .workspace-drawer-head button{color:#26362e;background:#fff;border-color:#cfd8d2}.cash-workspace .workspace-drawer-head button:hover{color:#183d2c;background:#f2f6f3}.cash-workspace .workspace-drawer form{gap:14px;display:grid}.cash-workspace .workspace-drawer-foot,.cash-workspace .drawer-footer,.cash-workspace .sticky-actions{z-index:4;border-top:1px solid var(--finance-line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;padding:12px 16px;position:sticky;bottom:0}.cash-workspace .section-title-row{align-items:flex-start;gap:14px}.cash-workspace .section-title-row h2{color:var(--finance-ink)}.cash-workspace .badge,.cash-workspace .status-pill{white-space:nowrap}.cash-workspace .badge.warn,.cash-workspace .status-pill.warn,.cash-workspace .status-pill.overdue{color:var(--finance-warn);background:#f8efe2}.cash-workspace .badge.danger,.cash-workspace .status-pill.danger{color:var(--finance-danger);background:#f8e9e7}@media (min-width:1500px){.cash-workspace .cash-account-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.cash-workspace .table{font-size:13px}}@media (max-width:1180px){.cash-workspace .filter-bar{grid-template-columns:repeat(3,minmax(0,1fr))}.cash-workspace>.metric-grid,.cash-workspace .metric-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.cash-workspace .metric-card:nth-child(2){border-right:0}.cash-workspace .metric-card:nth-child(-n+2){border-bottom:1px solid var(--finance-line)}}@media (max-width:760px){.cash-workspace .workspace-hero .row{align-items:stretch}.cash-workspace .workspace-hero button,.cash-workspace .workspace-hero .button-link{flex:100%;justify-content:center}.cash-workspace .filter-bar,.cash-workspace .cash-account-grid,.cash-workspace>.metric-grid,.cash-workspace .metric-grid.compact{grid-template-columns:1fr}.cash-workspace .metric-card,.cash-workspace .metric-card:nth-child(2){border-right:0;border-bottom:1px solid var(--finance-line)}.cash-workspace .metric-card:last-child{border-bottom:0}.cash-workspace .cash-account-pill{min-width:145px}.cash-workspace .reconciliation-summary,.cash-workspace .cash-close-summary,.cash-workspace .transaction-summary,.cash-workspace .payable-summary,.cash-workspace .receivable-summary{grid-template-columns:1fr}.cash-workspace .reconciliation-summary>*,.cash-workspace .cash-close-summary>*,.cash-workspace .transaction-summary>*,.cash-workspace .payable-summary>*,.cash-workspace .receivable-summary>*{border-right:0;border-bottom:1px solid var(--finance-line)}}
:is(.main:has(a[href=\/journals]),.main:has(a[href=\/chart-of-accounts]),.main:has(a[href=\/bir]),.main:has(a[href=\/assets]),.main:has(a[href=\/reports]),.main:has(a[href=\/attachments])){--ledger-ink:#182820;--ledger-muted:#667169;--ledger-green:#2f6b50;--ledger-green-soft:#edf4ef;--ledger-line:#dfe5e0;--ledger-warn:#8a6323;--ledger-warn-soft:#faf3e6}:is(.main:has(a[href=\/journals])>.stack>.section:first-child,.main:has(a[href=\/chart-of-accounts])>.stack>.section:first-child,.main:has(a[href=\/bir])>.stack>.section:first-child,.main:has(a[href=\/assets])>.stack>.section:first-child,.main:has(a[href=\/reports])>.stack>.section:first-child,.main:has(a[href=\/attachments])>.stack>.section:first-child){border:1px solid var(--ledger-line);border-left:4px solid var(--ledger-green);color:var(--ledger-ink);background:#fff;border-radius:15px;padding:18px 20px;box-shadow:0 8px 22px #18282009}:is(.main:has(a[href=\/journals])>.stack>.section:first-child h1,.main:has(a[href=\/chart-of-accounts])>.stack>.section:first-child h1,.main:has(a[href=\/bir])>.stack>.section:first-child h1,.main:has(a[href=\/assets])>.stack>.section:first-child h1,.main:has(a[href=\/reports])>.stack>.section:first-child h1,.main:has(a[href=\/attachments])>.stack>.section:first-child h1){color:var(--ledger-ink);letter-spacing:-.035em;font-size:clamp(1.65rem,2.2vw,2.2rem)}:is(.main:has(a[href=\/journals])>.stack>.section:first-child .muted,.main:has(a[href=\/chart-of-accounts])>.stack>.section:first-child .muted,.main:has(a[href=\/bir])>.stack>.section:first-child .muted,.main:has(a[href=\/assets])>.stack>.section:first-child .muted,.main:has(a[href=\/reports])>.stack>.section:first-child .muted,.main:has(a[href=\/attachments])>.stack>.section:first-child .muted){max-width:780px;color:var(--ledger-muted);line-height:1.55}:is(.main:has(a[href=\/journals]) .table-wrap,.main:has(a[href=\/chart-of-accounts]) .table-wrap,.main:has(a[href=\/bir]) .table-wrap,.main:has(a[href=\/assets]) .table-wrap,.main:has(a[href=\/reports]) .table-wrap,.main:has(a[href=\/attachments]) .table-wrap){border:1px solid var(--ledger-line);background:#fff;border-radius:14px;overflow:auto}:is(.main:has(a[href=\/journals]) .table,.main:has(a[href=\/chart-of-accounts]) .table,.main:has(a[href=\/bir]) .table,.main:has(a[href=\/assets]) .table,.main:has(a[href=\/reports]) .table,.main:has(a[href=\/attachments]) .table){border-collapse:separate;border-spacing:0}:is(.main:has(a[href=\/journals]) .table thead th,.main:has(a[href=\/chart-of-accounts]) .table thead th,.main:has(a[href=\/bir]) .table thead th,.main:has(a[href=\/assets]) .table thead th,.main:has(a[href=\/reports]) .table thead th,.main:has(a[href=\/attachments]) .table thead th){z-index:2;color:#68726c;letter-spacing:.075em;text-transform:uppercase;background:#f4f6f4;border-bottom:1px solid #dce2dd;padding-top:10px;padding-bottom:10px;font-size:10px;font-weight:760;position:sticky;top:0}:is(.main:has(a[href=\/journals]) .table td,.main:has(a[href=\/chart-of-accounts]) .table td,.main:has(a[href=\/bir]) .table td,.main:has(a[href=\/assets]) .table td,.main:has(a[href=\/reports]) .table td,.main:has(a[href=\/attachments]) .table td){font-variant-numeric:tabular-nums;padding-top:10px;padding-bottom:10px}:is(.main:has(a[href=\/journals]) .table tbody tr:hover,.main:has(a[href=\/chart-of-accounts]) .table tbody tr:hover,.main:has(a[href=\/bir]) .table tbody tr:hover,.main:has(a[href=\/assets]) .table tbody tr:hover,.main:has(a[href=\/reports]) .table tbody tr:hover,.main:has(a[href=\/attachments]) .table tbody tr:hover){box-shadow:inset 3px 0 0 var(--ledger-green);background:#f8faf8}:is(.main:has(a[href=\/journals]) td:nth-last-child(-n+3),.main:has(a[href=\/chart-of-accounts]) td:nth-last-child(-n+2),.main:has(a[href=\/bir]) td:nth-last-child(-n+3),.main:has(a[href=\/assets]) td:nth-last-child(-n+3),.main:has(a[href=\/reports]) td:nth-last-child(-n+3)){text-align:right;font-variant-numeric:tabular-nums}:is(.main:has(a[href=\/journals]) tfoot td,.main:has(a[href=\/bir]) tfoot td,.main:has(a[href=\/reports]) tfoot td){color:var(--ledger-ink);background:#f3f6f4;border-top:2px solid #cfd8d2;font-weight:760;position:sticky;bottom:0}:is(.main:has(a[href=\/journals]) .metric-grid,.main:has(a[href=\/bir]) .metric-grid,.main:has(a[href=\/assets]) .metric-grid,.main:has(a[href=\/reports]) .metric-grid){border:1px solid var(--ledger-line);background:#fff;border-radius:14px;gap:0;overflow:hidden}:is(.main:has(a[href=\/journals]) .metric-card,.main:has(a[href=\/bir]) .metric-card,.main:has(a[href=\/assets]) .metric-card,.main:has(a[href=\/reports]) .metric-card){border:0;border-right:1px solid var(--ledger-line);box-shadow:none;background:#fff;border-radius:0}:is(.main:has(a[href=\/journals]) .metric-card:last-child,.main:has(a[href=\/bir]) .metric-card:last-child,.main:has(a[href=\/assets]) .metric-card:last-child,.main:has(a[href=\/reports]) .metric-card:last-child){border-right:0}:is(.main:has(a[href=\/journals]) .metric-card strong,.main:has(a[href=\/bir]) .metric-card strong,.main:has(a[href=\/assets]) .metric-card strong,.main:has(a[href=\/reports]) .metric-card strong){color:var(--ledger-ink);font-variant-numeric:tabular-nums}.main:has(a[href=\/reports]) .card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.main:has(a[href=\/reports]) .card{border:1px solid var(--ledger-line);min-height:0;box-shadow:none;background:#fff;border-radius:13px;padding:15px 16px}.main:has(a[href=\/reports]) .card:hover{background:#f8faf8;border-color:#a9c0b2}:is(.main:has(a[href=\/reports]) .card h3,.main:has(a[href=\/reports]) .card strong){color:var(--ledger-ink)}:is(.main:has(a[href=\/journals]) form .form-grid,.main:has(a[href=\/chart-of-accounts]) form .form-grid,.main:has(a[href=\/bir]) form .form-grid,.main:has(a[href=\/assets]) form .form-grid,.main:has(a[href=\/reports]) form .form-grid,.main:has(a[href=\/attachments]) form .form-grid){grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}:is(.main:has(a[href=\/journals]) form label,.main:has(a[href=\/chart-of-accounts]) form label,.main:has(a[href=\/bir]) form label,.main:has(a[href=\/assets]) form label,.main:has(a[href=\/reports]) form label,.main:has(a[href=\/attachments]) form label){color:#465149;font-size:11.5px;font-weight:680}:is(.main:has(a[href=\/journals]) form input:focus,.main:has(a[href=\/journals]) form select:focus,.main:has(a[href=\/journals]) form textarea:focus,.main:has(a[href=\/chart-of-accounts]) form input:focus,.main:has(a[href=\/chart-of-accounts]) form select:focus,.main:has(a[href=\/bir]) form input:focus,.main:has(a[href=\/assets]) form input:focus,.main:has(a[href=\/reports]) form input:focus,.main:has(a[href=\/attachments]) form input:focus){border-color:#719681;box-shadow:0 0 0 3px #2f6b501c}:is(.main:has(a[href=\/attachments]) .card,.main:has(a[href=\/assets]) .card){border-color:var(--ledger-line);box-shadow:none;background:#fff}:is(.main:has(a[href=\/attachments]) .card strong,.main:has(a[href=\/assets]) .card strong){color:var(--ledger-ink)}:is(.main:has(a[href=\/bir]) .notice.warn,.main:has(a[href=\/reports]) .notice.warn){background:var(--ledger-warn-soft);color:#6f511f;border-color:#ead9b9}@media (min-width:1440px){.main:has(a[href=\/reports]) .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:980px){.main:has(a[href=\/reports]) .card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.main:has(a[href=\/journals]) form .form-grid{grid-template-columns:1fr}.main:has(a[href=\/chart-of-accounts]) form .form-grid{grid-template-columns:1fr}.main:has(a[href=\/bir]) form .form-grid{grid-template-columns:1fr}.main:has(a[href=\/assets]) form .form-grid{grid-template-columns:1fr}.main:has(a[href=\/reports]) form .form-grid{grid-template-columns:1fr}.main:has(a[href=\/attachments]) form .form-grid{grid-template-columns:1fr}.main:has(a[href=\/reports]) .card-grid{grid-template-columns:1fr}:is(.main:has(a[href=\/journals])>.stack>.section:first-child,.main:has(a[href=\/chart-of-accounts])>.stack>.section:first-child,.main:has(a[href=\/bir])>.stack>.section:first-child,.main:has(a[href=\/assets])>.stack>.section:first-child,.main:has(a[href=\/reports])>.stack>.section:first-child,.main:has(a[href=\/attachments])>.stack>.section:first-child){padding:16px}}
:is(.main:has(a[href=\/suppliers]),.main:has(a[href=\/purchase-requests]),.main:has(a[href=\/purchase-orders]),.main:has(a[href=\/receiving]),.main:has(a[href=\/inventory-items]),.main:has(a[href=\/inventory-reconciliation]),.main:has(a[href=\/stock-movements]),.main:has(a[href=\/restaurant-ops]),.main:has(a[href=\/menu-categories]),.main:has(a[href=\/menu-items]),.main:has(a[href=\/recipes]),.main:has(a[href=\/staff-meals])){--ops-ink:#1d342d;--ops-muted:#66736d;--ops-accent:#3f715e;--ops-accent-soft:#eaf2ed;--ops-border:#dfe6e1;--ops-surface:#fff;--ops-subtle:#f6f8f6}:is(.main:has(a[href=\/suppliers])>.stack>.section:first-child,.main:has(a[href=\/purchase-requests])>.stack>.section:first-child,.main:has(a[href=\/purchase-orders])>.stack>.section:first-child,.main:has(a[href=\/receiving])>.stack>.section:first-child,.main:has(a[href=\/inventory-items])>.stack>.section:first-child,.main:has(a[href=\/inventory-reconciliation])>.stack>.section:first-child,.main:has(a[href=\/stock-movements])>.stack>.section:first-child,.main:has(a[href=\/restaurant-ops])>.stack>.section:first-child,.main:has(a[href=\/menu-categories])>.stack>.section:first-child,.main:has(a[href=\/menu-items])>.stack>.section:first-child,.main:has(a[href=\/recipes])>.stack>.section:first-child,.main:has(a[href=\/staff-meals])>.stack>.section:first-child){border:1px solid var(--ops-border);border-left:4px solid var(--ops-accent);background:var(--ops-surface);box-shadow:0 8px 22px #1b322a0d}:is(.main:has(a[href=\/suppliers])>.stack>.section:first-child h1,.main:has(a[href=\/purchase-requests])>.stack>.section:first-child h1,.main:has(a[href=\/purchase-orders])>.stack>.section:first-child h1,.main:has(a[href=\/receiving])>.stack>.section:first-child h1,.main:has(a[href=\/inventory-items])>.stack>.section:first-child h1,.main:has(a[href=\/inventory-reconciliation])>.stack>.section:first-child h1,.main:has(a[href=\/stock-movements])>.stack>.section:first-child h1,.main:has(a[href=\/restaurant-ops])>.stack>.section:first-child h1,.main:has(a[href=\/menu-categories])>.stack>.section:first-child h1,.main:has(a[href=\/menu-items])>.stack>.section:first-child h1,.main:has(a[href=\/recipes])>.stack>.section:first-child h1,.main:has(a[href=\/staff-meals])>.stack>.section:first-child h1){color:var(--ops-ink);font-size:clamp(1.55rem,2vw,2.05rem)}.operations-context-nav{border:1px solid var(--ops-border);background:#fffffff7;border-radius:12px;min-height:48px;padding:7px 18px;box-shadow:0 6px 18px #1b322a0b}.operations-context-link{color:#596660;min-height:34px}.operations-context-link:hover{color:var(--ops-ink);background:#f1f5f2}.operations-context-link.is-active{background:var(--ops-accent-soft);color:#24483b;box-shadow:inset 3px 0 0 var(--ops-accent);border-color:#c7d8cf}.operations-action{color:#315147;background:#fff}.operations-action--primary{border-color:var(--ops-accent);background:var(--ops-accent);color:#fff}:is(.main:has(a[href=\/purchase-requests]) .metric-grid,.main:has(a[href=\/purchase-orders]) .metric-grid,.main:has(a[href=\/receiving]) .metric-grid,.main:has(a[href=\/inventory-items]) .metric-grid,.main:has(a[href=\/inventory-reconciliation]) .metric-grid,.main:has(a[href=\/stock-movements]) .metric-grid,.main:has(a[href=\/restaurant-ops]) .metric-grid){border:1px solid var(--ops-border);background:var(--ops-border);border-radius:14px;gap:1px;overflow:hidden}:is(.main:has(a[href=\/purchase-requests]) .metric-card,.main:has(a[href=\/purchase-orders]) .metric-card,.main:has(a[href=\/receiving]) .metric-card,.main:has(a[href=\/inventory-items]) .metric-card,.main:has(a[href=\/inventory-reconciliation]) .metric-card,.main:has(a[href=\/stock-movements]) .metric-card,.main:has(a[href=\/restaurant-ops]) .metric-card){box-shadow:none;background:#fff;border:0;border-radius:0}:is(.main:has(a[href=\/suppliers]) .table,.main:has(a[href=\/purchase-requests]) .table,.main:has(a[href=\/purchase-orders]) .table,.main:has(a[href=\/receiving]) .table,.main:has(a[href=\/inventory-items]) .table,.main:has(a[href=\/inventory-reconciliation]) .table,.main:has(a[href=\/stock-movements]) .table,.main:has(a[href=\/restaurant-ops]) .table,.main:has(a[href=\/menu-categories]) .table,.main:has(a[href=\/menu-items]) .table,.main:has(a[href=\/recipes]) .table,.main:has(a[href=\/staff-meals]) .table){border-collapse:separate;border-spacing:0}:is(.main:has(a[href=\/suppliers]) .table thead th,.main:has(a[href=\/purchase-requests]) .table thead th,.main:has(a[href=\/purchase-orders]) .table thead th,.main:has(a[href=\/receiving]) .table thead th,.main:has(a[href=\/inventory-items]) .table thead th,.main:has(a[href=\/inventory-reconciliation]) .table thead th,.main:has(a[href=\/stock-movements]) .table thead th,.main:has(a[href=\/restaurant-ops]) .table thead th,.main:has(a[href=\/menu-categories]) .table thead th,.main:has(a[href=\/menu-items]) .table thead th,.main:has(a[href=\/recipes]) .table thead th,.main:has(a[href=\/staff-meals]) .table thead th){z-index:4;color:#68736d;letter-spacing:.075em;text-transform:uppercase;background:#f3f6f4;padding-top:10px;padding-bottom:10px;font-size:10px;position:sticky;top:0}:is(.main:has(a[href=\/suppliers]) .table td,.main:has(a[href=\/purchase-requests]) .table td,.main:has(a[href=\/purchase-orders]) .table td,.main:has(a[href=\/receiving]) .table td,.main:has(a[href=\/inventory-items]) .table td,.main:has(a[href=\/inventory-reconciliation]) .table td,.main:has(a[href=\/stock-movements]) .table td,.main:has(a[href=\/restaurant-ops]) .table td,.main:has(a[href=\/menu-items]) .table td,.main:has(a[href=\/recipes]) .table td,.main:has(a[href=\/staff-meals]) .table td){vertical-align:middle;font-variant-numeric:tabular-nums;padding-top:11px;padding-bottom:11px}:is(.main:has(a[href=\/suppliers]) .table tbody tr:hover,.main:has(a[href=\/purchase-requests]) .table tbody tr:hover,.main:has(a[href=\/purchase-orders]) .table tbody tr:hover,.main:has(a[href=\/receiving]) .table tbody tr:hover,.main:has(a[href=\/inventory-items]) .table tbody tr:hover,.main:has(a[href=\/inventory-reconciliation]) .table tbody tr:hover,.main:has(a[href=\/stock-movements]) .table tbody tr:hover,.main:has(a[href=\/restaurant-ops]) .table tbody tr:hover,.main:has(a[href=\/menu-items]) .table tbody tr:hover,.main:has(a[href=\/recipes]) .table tbody tr:hover,.main:has(a[href=\/staff-meals]) .table tbody tr:hover){box-shadow:inset 3px 0 0 var(--ops-accent);background:#f8faf8}:is(.main:has(a[href=\/suppliers]) form .form-grid,.main:has(a[href=\/purchase-requests]) form .form-grid,.main:has(a[href=\/purchase-orders]) form .form-grid,.main:has(a[href=\/receiving]) form .form-grid,.main:has(a[href=\/inventory-items]) form .form-grid,.main:has(a[href=\/inventory-reconciliation]) form .form-grid,.main:has(a[href=\/restaurant-ops]) form .form-grid,.main:has(a[href=\/menu-categories]) form .form-grid,.main:has(a[href=\/menu-items]) form .form-grid,.main:has(a[href=\/recipes]) form .form-grid,.main:has(a[href=\/staff-meals]) form .form-grid){grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}:is(.main:has(a[href=\/suppliers]) form label,.main:has(a[href=\/purchase-requests]) form label,.main:has(a[href=\/purchase-orders]) form label,.main:has(a[href=\/receiving]) form label,.main:has(a[href=\/inventory-items]) form label,.main:has(a[href=\/inventory-reconciliation]) form label,.main:has(a[href=\/restaurant-ops]) form label,.main:has(a[href=\/menu-categories]) form label,.main:has(a[href=\/menu-items]) form label,.main:has(a[href=\/recipes]) form label,.main:has(a[href=\/staff-meals]) form label){color:#4d5b55;font-size:12px;font-weight:650}.purchase-summary,.receiving-summary,.inventory-summary,.recipe-summary,.menu-item-summary,.staff-meal-summary{border:1px solid var(--ops-border);background:var(--ops-border);border-radius:14px;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:1px;display:grid;overflow:hidden}.purchase-summary>*,.receiving-summary>*,.inventory-summary>*,.recipe-summary>*,.menu-item-summary>*,.staff-meal-summary>*{background:#fff;padding:14px}:is(.main:has(a[href=\/receiving]) .alert,.main:has(a[href=\/inventory-reconciliation]) .alert,.main:has(a[href=\/restaurant-ops]) .alert){background:#fffaf3;border-left:4px solid #b97932}@media (min-width:1440px){:is(.main:has(a[href=\/purchase-orders])>.stack,.main:has(a[href=\/receiving])>.stack,.main:has(a[href=\/inventory-items])>.stack,.main:has(a[href=\/restaurant-ops])>.stack,.main:has(a[href=\/recipes])>.stack){max-width:1680px}}@media (max-width:860px){:is(.main:has(a[href=\/suppliers]) form .form-grid,.main:has(a[href=\/purchase-requests]) form .form-grid,.main:has(a[href=\/purchase-orders]) form .form-grid,.main:has(a[href=\/receiving]) form .form-grid,.main:has(a[href=\/inventory-items]) form .form-grid,.main:has(a[href=\/inventory-reconciliation]) form .form-grid,.main:has(a[href=\/restaurant-ops]) form .form-grid,.main:has(a[href=\/menu-categories]) form .form-grid,.main:has(a[href=\/menu-items]) form .form-grid,.main:has(a[href=\/recipes]) form .form-grid,.main:has(a[href=\/staff-meals]) form .form-grid){grid-template-columns:1fr}}@media (max-width:720px){.operations-context-nav{border-inline:0;border-radius:0}:is(.main:has(a[href=\/suppliers]) .table,.main:has(a[href=\/purchase-requests]) .table,.main:has(a[href=\/purchase-orders]) .table,.main:has(a[href=\/receiving]) .table,.main:has(a[href=\/inventory-items]) .table,.main:has(a[href=\/inventory-reconciliation]) .table,.main:has(a[href=\/stock-movements]) .table,.main:has(a[href=\/restaurant-ops]) .table,.main:has(a[href=\/menu-items]) .table,.main:has(a[href=\/recipes]) .table,.main:has(a[href=\/staff-meals]) .table){min-width:760px}}
:is(.main:has(a[href=\/employees]),.main:has(a[href=\/attendance]),.main:has(a[href=\/payroll-periods]),.main:has(a[href="/integrations/payroll"]),.main:has(a[href=\/approvals]),.main:has(a[href=\/users])){--people-ink:#17332d;--people-accent:#356b59;--people-accent-soft:#eaf2ed;--people-line:#dfe7e2;--people-muted:#68746e}:is(.main:has(a[href=\/employees])>.stack>.section:first-child,.main:has(a[href=\/attendance])>.stack>.section:first-child,.main:has(a[href=\/payroll-periods])>.stack>.section:first-child,.main:has(a[href="/integrations/payroll"])>.stack>.section:first-child,.main:has(a[href=\/approvals])>.stack>.section:first-child,.main:has(a[href=\/users])>.stack>.section:first-child){border:1px solid var(--people-line);border-left:4px solid var(--people-accent);color:var(--people-ink);background:#fff;border-radius:14px;padding:20px 22px;position:relative;overflow:hidden;box-shadow:0 8px 22px #16312a0d}:is(.main:has(a[href=\/employees])>.stack>.section:first-child h1,.main:has(a[href=\/attendance])>.stack>.section:first-child h1,.main:has(a[href=\/payroll-periods])>.stack>.section:first-child h1,.main:has(a[href="/integrations/payroll"])>.stack>.section:first-child h1,.main:has(a[href=\/approvals])>.stack>.section:first-child h1,.main:has(a[href=\/users])>.stack>.section:first-child h1){color:var(--people-ink);font-size:clamp(1.55rem,2.1vw,2.1rem);line-height:1.12}:is(.main:has(a[href=\/employees])>.stack>.section:first-child .muted,.main:has(a[href=\/attendance])>.stack>.section:first-child .muted,.main:has(a[href=\/payroll-periods])>.stack>.section:first-child .muted,.main:has(a[href="/integrations/payroll"])>.stack>.section:first-child .muted,.main:has(a[href=\/approvals])>.stack>.section:first-child .muted,.main:has(a[href=\/users])>.stack>.section:first-child .muted){max-width:780px;color:var(--people-muted);line-height:1.55}.people-context-nav{border-bottom-color:var(--people-line);background:#fafcfaf7;min-height:48px;padding:7px 18px;box-shadow:0 4px 14px #16312a09}.people-context-link{color:#56635d;border:1px solid #0000;border-radius:8px;min-height:34px;font-size:12px;font-weight:660}.people-context-link:hover{color:#21483c;background:#f1f6f3;border-color:#d7e4dd}.people-context-link.is-active{background:var(--people-accent-soft);color:#1f4a3d;box-shadow:inset 0 -2px 0 var(--people-accent);border-color:#bfd5ca}:is(.main:has(a[href=\/employees]) .metric-grid,.main:has(a[href=\/attendance]) .metric-grid,.main:has(a[href=\/payroll-periods]) .metric-grid,.main:has(a[href="/integrations/payroll"]) .metric-grid,.main:has(a[href=\/approvals]) .metric-grid){gap:10px}:is(.main:has(a[href=\/employees]) .metric-card,.main:has(a[href=\/attendance]) .metric-card,.main:has(a[href=\/payroll-periods]) .metric-card,.main:has(a[href="/integrations/payroll"]) .metric-card,.main:has(a[href=\/approvals]) .metric-card){border-color:var(--people-line);min-height:92px;box-shadow:none;background:#fff;border-radius:12px;padding:14px 16px}:is(.main:has(a[href=\/employees]) .metric-card strong,.main:has(a[href=\/attendance]) .metric-card strong,.main:has(a[href=\/payroll-periods]) .metric-card strong,.main:has(a[href="/integrations/payroll"]) .metric-card strong,.main:has(a[href=\/approvals]) .metric-card strong){color:var(--people-ink);font-variant-numeric:tabular-nums;font-size:1.45rem}:is(.main:has(a[href=\/employees]) .table-wrap,.main:has(a[href=\/attendance]) .table-wrap,.main:has(a[href=\/payroll-periods]) .table-wrap,.main:has(a[href="/integrations/payroll"]) .table-wrap,.main:has(a[href=\/approvals]) .table-wrap,.main:has(a[href=\/users]) .table-wrap){border:1px solid var(--people-line);background:#fff;border-radius:13px;overflow:auto}:is(.main:has(a[href=\/employees]) .table,.main:has(a[href=\/attendance]) .table,.main:has(a[href=\/payroll-periods]) .table,.main:has(a[href="/integrations/payroll"]) .table,.main:has(a[href=\/approvals]) .table,.main:has(a[href=\/users]) .table){border-collapse:separate;border-spacing:0}:is(.main:has(a[href=\/employees]) .table thead th,.main:has(a[href=\/attendance]) .table thead th,.main:has(a[href=\/payroll-periods]) .table thead th,.main:has(a[href="/integrations/payroll"]) .table thead th,.main:has(a[href=\/approvals]) .table thead th,.main:has(a[href=\/users]) .table thead th){z-index:4;color:#65716b;letter-spacing:.075em;text-transform:uppercase;background:#f4f7f5;border-bottom:1px solid #dce5e0;padding-top:10px;padding-bottom:10px;font-size:10px;position:sticky;top:0}:is(.main:has(a[href=\/employees]) .table td,.main:has(a[href=\/attendance]) .table td,.main:has(a[href=\/payroll-periods]) .table td,.main:has(a[href="/integrations/payroll"]) .table td,.main:has(a[href=\/approvals]) .table td,.main:has(a[href=\/users]) .table td){vertical-align:middle;padding-top:11px;padding-bottom:11px}:is(.main:has(a[href=\/employees]) .table tbody tr:hover,.main:has(a[href=\/attendance]) .table tbody tr:hover,.main:has(a[href=\/payroll-periods]) .table tbody tr:hover,.main:has(a[href="/integrations/payroll"]) .table tbody tr:hover,.main:has(a[href=\/approvals]) .table tbody tr:hover,.main:has(a[href=\/users]) .table tbody tr:hover){box-shadow:inset 3px 0 0 var(--people-accent);background:#f8fbf9}:is(.main:has(a[href=\/payroll-periods]) .table td,.main:has(a[href="/integrations/payroll"]) .table td,.main:has(a[href=\/attendance]) .table td){font-variant-numeric:tabular-nums}.main:has(a[href="/integrations/payroll"])>.stack{gap:14px}.main:has(a[href="/integrations/payroll"]) .section{padding:16px 18px}.main:has(a[href="/integrations/payroll"]) .section:has(.table-wrap){padding-top:14px}.main:has(a[href="/integrations/payroll"]) .empty-state{min-height:180px}:is(.main:has(a[href=\/employees]) form .grid,.main:has(a[href=\/attendance]) form .grid,.main:has(a[href=\/payroll-periods]) form .grid,.main:has(a[href=\/users]) form .grid){gap:14px 16px}:is(.main:has(a[href=\/employees]) form,.main:has(a[href=\/attendance]) form,.main:has(a[href=\/payroll-periods]) form,.main:has(a[href=\/users]) form){max-width:none}:is(.main:has(a[href=\/employees]) .drawer,.main:has(a[href=\/attendance]) .drawer,.main:has(a[href=\/payroll-periods]) .drawer,.main:has(a[href=\/approvals]) .drawer,.main:has(a[href=\/users]) .drawer){border-left:1px solid var(--people-line);box-shadow:-20px 0 48px #132b2426}:is(.main:has(a[href=\/employees]) .drawer-header,.main:has(a[href=\/attendance]) .drawer-header,.main:has(a[href=\/payroll-periods]) .drawer-header,.main:has(a[href=\/approvals]) .drawer-header,.main:has(a[href=\/users]) .drawer-header){border-bottom:1px solid var(--people-line);color:var(--people-ink);background:#fff}:is(.main:has(a[href=\/employees]) .drawer-footer,.main:has(a[href=\/attendance]) .drawer-footer,.main:has(a[href=\/payroll-periods]) .drawer-footer,.main:has(a[href=\/approvals]) .drawer-footer,.main:has(a[href=\/users]) .drawer-footer){z-index:4;border-top:1px solid var(--people-line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff7;position:sticky;bottom:0}:is(.main:has(a[href=\/approvals]) .badge,.main:has(a[href=\/payroll-periods]) .badge,.main:has(a[href="/integrations/payroll"]) .badge){letter-spacing:.035em;border-radius:999px;min-height:24px;padding:4px 8px;font-size:10px;font-weight:750}@media (min-width:1100px){:is(.main:has(a[href=\/employees]) form .grid,.main:has(a[href=\/attendance]) form .grid,.main:has(a[href=\/payroll-periods]) form .grid,.main:has(a[href=\/users]) form .grid){grid-template-columns:repeat(2,minmax(0,1fr))}:is(.main:has(a[href=\/payroll-periods]) .section:has(.metric-grid),.main:has(a[href="/integrations/payroll"]) .section:has(.metric-grid)){top:calc(var(--header-height,64px) + 58px);z-index:8;position:sticky}}@media (max-width:760px){:is(.main:has(a[href=\/employees])>.stack>.section:first-child,.main:has(a[href=\/attendance])>.stack>.section:first-child,.main:has(a[href=\/payroll-periods])>.stack>.section:first-child,.main:has(a[href="/integrations/payroll"])>.stack>.section:first-child,.main:has(a[href=\/approvals])>.stack>.section:first-child,.main:has(a[href=\/users])>.stack>.section:first-child){border-left-width:3px;padding:16px}:is(.main:has(a[href=\/employees]) .metric-grid,.main:has(a[href=\/attendance]) .metric-grid,.main:has(a[href=\/payroll-periods]) .metric-grid,.main:has(a[href="/integrations/payroll"]) .metric-grid,.main:has(a[href=\/approvals]) .metric-grid){grid-template-columns:repeat(2,minmax(0,1fr))}:is(.main:has(a[href=\/employees]) .table,.main:has(a[href=\/attendance]) .table,.main:has(a[href=\/payroll-periods]) .table,.main:has(a[href="/integrations/payroll"]) .table,.main:has(a[href=\/approvals]) .table,.main:has(a[href=\/users]) .table){min-width:720px}}@media (max-width:460px){:is(.main:has(a[href=\/employees]) .metric-grid,.main:has(a[href=\/attendance]) .metric-grid,.main:has(a[href=\/payroll-periods]) .metric-grid,.main:has(a[href="/integrations/payroll"]) .metric-grid,.main:has(a[href=\/approvals]) .metric-grid){grid-template-columns:1fr}}
:is(.main:has(a[href=\/roles-permissions]),.main:has(a[href=\/taxonomy-admin]),.main:has(a[href=\/master-data])){--admin-accent:#315f50;--admin-accent-strong:#244b3f;--admin-soft:#edf4f0;--admin-border:#d9e3dd;--admin-ink:#1f302a;--admin-muted:#64716c}.main:has(a[href=\/roles-permissions])>.stack>.section:first-child{border:1px solid var(--admin-border);border-left:4px solid var(--admin-accent);background:#fff;padding:18px 22px;box-shadow:0 1px 2px #1c332b0a}.main:has(a[href=\/taxonomy-admin])>div>.section:first-child{border:1px solid var(--admin-border);border-left:4px solid var(--admin-accent);background:#fff;padding:18px 22px;box-shadow:0 1px 2px #1c332b0a}.main:has(a[href=\/master-data])>div>.section:first-child{border:1px solid var(--admin-border);border-left:4px solid var(--admin-accent);background:#fff;padding:18px 22px;box-shadow:0 1px 2px #1c332b0a}:is(.main:has(a[href=\/roles-permissions]) h1,.main:has(a[href=\/taxonomy-admin]) h1,.main:has(a[href=\/master-data]) h1){color:var(--admin-ink);margin-bottom:4px}:is(.main:has(a[href=\/roles-permissions]) .grid-30-70,.main:has(a[href=\/master-data]) .grid-30-70){grid-template-columns:minmax(220px,280px) minmax(0,1fr);align-items:start;gap:18px}.main:has(a[href=\/roles-permissions]) .role-list-panel{top:calc(var(--header-height,64px) + 16px);max-height:calc(100vh - var(--header-height,64px) - 32px);border-color:var(--admin-border);background:#f9fbfa;padding:16px;position:sticky;overflow:auto}.main:has(a[href=\/master-data]) .grid-30-70>.section:first-child{top:calc(var(--header-height,64px) + 16px);max-height:calc(100vh - var(--header-height,64px) - 32px);border-color:var(--admin-border);background:#f9fbfa;padding:16px;position:sticky;overflow:auto}.main:has(a[href=\/roles-permissions]) .role-list-panel h2{letter-spacing:.06em;text-transform:uppercase;color:var(--admin-muted);margin-bottom:10px;font-size:13px}.main:has(a[href=\/master-data]) .grid-30-70>.section:first-child h2{letter-spacing:.06em;text-transform:uppercase;color:var(--admin-muted);margin-bottom:10px;font-size:13px}.main:has(a[href=\/roles-permissions]) .role-list{gap:4px}.main:has(a[href=\/master-data]) .grid-30-70>.section:first-child .stack{gap:4px}.main:has(a[href=\/roles-permissions]) .role-chip{color:#46534e;text-align:left;min-height:40px;box-shadow:none;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:space-between;padding:8px 10px}.main:has(a[href=\/master-data]) .tab.full-width{color:#46534e;text-align:left;min-height:40px;box-shadow:none;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:space-between;padding:8px 10px}.main:has(a[href=\/roles-permissions]) .role-chip:hover{color:#223c33;background:#f1f5f3;border-color:#dbe5df}.main:has(a[href=\/master-data]) .tab.full-width:hover{color:#223c33;background:#f1f5f3;border-color:#dbe5df}.main:has(a[href=\/roles-permissions]) .role-chip.active{color:#183c30;box-shadow:inset 3px 0 0 var(--admin-accent);background:#e7f0eb;border-color:#bdd2c7}.main:has(a[href=\/master-data]) .tab.full-width.active{color:#183c30;box-shadow:inset 3px 0 0 var(--admin-accent);background:#e7f0eb;border-color:#bdd2c7}.main:has(a[href=\/roles-permissions]) .grid-30-70>.section:last-child{padding:20px}.main:has(a[href=\/roles-permissions]) .grid-30-70>.section:last-child>.row:first-child{top:calc(var(--header-height,64px) + 8px);z-index:8;border-bottom:1px solid var(--admin-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;margin:-20px -20px 16px;padding:14px 20px;position:sticky}.main:has(a[href=\/roles-permissions]) .grid-30-70>.section:last-child>.stack>.stack .section{box-shadow:none;border-color:#e0e7e3;border-radius:10px;padding:14px 16px}.main:has(a[href=\/roles-permissions]) .grid-30-70>.section:last-child>.stack>.stack .section h3{color:#29483e;margin:0;font-size:14px}.main:has(a[href=\/roles-permissions]) .toggle-field{background:#fbfcfb;border:1px solid #e0e7e3;border-radius:8px;min-height:58px;padding:10px 12px}.main:has(a[href=\/roles-permissions]) .toggle-field:hover{background:#f6f9f7;border-color:#cbdad2}.main:has(a[href=\/roles-permissions]) .toggle-label{color:#293b35;font-weight:650}.main:has(a[href=\/roles-permissions]) .toggle-hint{color:#7b8782;margin-top:3px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.main:has(a[href=\/roles-permissions]) .grid-30-70>.section:last-child>.stack>.stack>button:last-child{z-index:7;width:fit-content;margin-left:auto;position:sticky;bottom:12px;box-shadow:0 8px 24px #234b3d29}.main:has(a[href=\/roles-permissions])>.stack>.section:last-child{overflow:hidden}.main:has(a[href=\/roles-permissions])>.stack>.section:last-child .table{font-size:13px}.main:has(a[href=\/roles-permissions])>.stack>.section:last-child .table thead th{z-index:3;color:#64716c;letter-spacing:.07em;text-transform:uppercase;background:#f5f8f6;font-size:10px;position:sticky;top:0}.main:has(a[href=\/master-data]) .table thead th{z-index:3;color:#64716c;letter-spacing:.07em;text-transform:uppercase;background:#f5f8f6;font-size:10px;position:sticky;top:0}.main:has(a[href=\/taxonomy-admin]) .table thead th{z-index:3;color:#64716c;letter-spacing:.07em;text-transform:uppercase;background:#f5f8f6;font-size:10px;position:sticky;top:0}.main:has(a[href=\/roles-permissions])>.stack>.section:last-child .table tbody tr:hover{background:#f7faf8}.main:has(a[href=\/master-data]) .table tbody tr:hover{background:#f7faf8}.main:has(a[href=\/taxonomy-admin]) .table tbody tr:hover{background:#f7faf8}.main:has(a[href=\/taxonomy-admin]) .grid{grid-template-columns:minmax(280px,360px) minmax(0,1fr);align-items:start;gap:18px}.main:has(a[href=\/taxonomy-admin]) .grid>.section:first-child{top:calc(var(--header-height,64px) + 16px);border-color:var(--admin-border);background:#f9fbfa;padding:18px;position:sticky}.main:has(a[href=\/taxonomy-admin]) .grid>.section:first-child .form-grid{grid-template-columns:1fr;gap:10px}.main:has(a[href=\/taxonomy-admin]) .grid>.section:first-child button[type=submit]{width:100%;margin-top:12px}.main:has(a[href=\/taxonomy-admin]) .grid>.section:last-child{min-width:0;padding:0;overflow:hidden}.main:has(a[href=\/taxonomy-admin]) .grid>.section:last-child .table{margin:0}:is(.main:has(a[href=\/taxonomy-admin]) .table td:first-child,.main:has(a[href=\/master-data]) .table td:first-child){color:#263a33;font-weight:650}:is(.main:has(a[href=\/taxonomy-admin]) .table td:last-child,.main:has(a[href=\/master-data]) .table td:last-child){white-space:nowrap}.main:has(a[href=\/master-data]) .grid-30-70>.stack{gap:18px;min-width:0}.main:has(a[href=\/master-data]) .grid-30-70>.stack>.section:first-child{padding:18px 20px}.main:has(a[href=\/master-data]) .grid-30-70>.stack>.section:first-child>.row:first-child{border-bottom:1px solid var(--admin-border);margin-bottom:12px;padding-bottom:12px}.main:has(a[href=\/master-data]) .grid-30-70>.stack>.section:first-child form .form-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.main:has(a[href=\/master-data]) .grid-30-70>.stack>.section:last-child{padding:0;overflow:hidden}.main:has(a[href=\/master-data]) .badge{color:#315f50;background:#e9f1ed}:is(.main:has(a[href=\/roles-permissions]) input:focus,.main:has(a[href=\/roles-permissions]) select:focus,.main:has(a[href=\/roles-permissions]) textarea:focus,.main:has(a[href=\/taxonomy-admin]) input:focus,.main:has(a[href=\/taxonomy-admin]) select:focus,.main:has(a[href=\/master-data]) input:focus,.main:has(a[href=\/master-data]) select:focus){border-color:#7aa18f;box-shadow:0 0 0 3px #3e6f5b1f}@media (min-width:1600px){:is(.main:has(a[href=\/roles-permissions]) .grid-30-70,.main:has(a[href=\/master-data]) .grid-30-70){grid-template-columns:300px minmax(0,1fr)}.main:has(a[href=\/taxonomy-admin]) .grid{grid-template-columns:380px minmax(0,1fr)}}@media (max-width:1050px){.main:has(a[href=\/master-data]) .grid-30-70>.stack>.section:first-child form .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:860px){:is(.main:has(a[href=\/roles-permissions]) .grid-30-70,.main:has(a[href=\/master-data]) .grid-30-70,.main:has(a[href=\/taxonomy-admin]) .grid){grid-template-columns:1fr}.main:has(a[href=\/roles-permissions]) .role-list-panel{max-height:none;position:static}.main:has(a[href=\/master-data]) .grid-30-70>.section:first-child{max-height:none;position:static}.main:has(a[href=\/taxonomy-admin]) .grid>.section:first-child{max-height:none;position:static}.main:has(a[href=\/roles-permissions]) .role-list{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.main:has(a[href=\/master-data]) .grid-30-70>.section:first-child .stack{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.main:has(a[href=\/roles-permissions]) .grid-30-70>.section:last-child>.row:first-child{position:static}}@media (max-width:620px){.main:has(a[href=\/roles-permissions]) .role-list{grid-template-columns:1fr}.main:has(a[href=\/master-data]) .grid-30-70>.section:first-child .stack{grid-template-columns:1fr}.main:has(a[href=\/master-data]) .grid-30-70>.stack>.section:first-child form .form-grid{grid-template-columns:1fr}.main:has(a[href=\/roles-permissions]) .grid-30-70>.section:last-child>.stack>.stack .form-grid{grid-template-columns:1fr!important}.main:has(a[href=\/roles-permissions])>.stack>.section:last-child{overflow-x:auto}.main:has(a[href=\/taxonomy-admin]) .grid>.section:last-child{overflow-x:auto}.main:has(a[href=\/master-data]) .grid-30-70>.stack>.section:last-child{overflow-x:auto}.main:has(a[href=\/roles-permissions])>.stack>.section:last-child .table{min-width:720px}.main:has(a[href=\/taxonomy-admin]) .table{min-width:720px}.main:has(a[href=\/master-data]) .table{min-width:720px}}
:is(.main:has(a[href=\/system-settings]),.main:has(a[href="/integrations/beds24"]),.main:has(a[href=\/booking-channels]),.main:has(a[href=\/room-types]),.main:has(a[href=\/rooms]),.main:has(a[href=\/rate-plans]),.main:has(a[href=\/room-package-rules]),.main:has(a[href=\/setup-imports]),.main:has(a[href=\/account-mapping])){--settings-ink:#18372f;--settings-accent:#356b58;--settings-soft:#eaf3ee;--settings-line:#dce6e0;--settings-muted:#66746d}:is(.main:has(a[href=\/system-settings])>.stack>.section:first-child,.main:has(a[href="/integrations/beds24"])>.stack>.section:first-child,.main:has(a[href=\/booking-channels])>.stack>.section:first-child,.main:has(a[href=\/room-types])>.stack>.section:first-child,.main:has(a[href=\/rooms])>.stack>.section:first-child,.main:has(a[href=\/rate-plans])>.stack>.section:first-child,.main:has(a[href=\/room-package-rules])>.stack>.section:first-child,.main:has(a[href=\/setup-imports])>.stack>.section:first-child,.main:has(a[href=\/account-mapping])>.stack>.section:first-child){border-top:3px solid var(--settings-accent);background:#fff;box-shadow:0 1px 2px #19372f0a}.main:has(a[href=\/system-settings]) .tabs{z-index:18;border:1px solid var(--settings-line);background:#f6f9f7;border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));align-self:start;gap:4px;width:min(260px,100%);padding:6px;display:grid;position:sticky;top:64px;box-shadow:0 8px 24px #19372f0f}.main:has(a[href=\/system-settings]) .tabs .tab{color:#52625b;min-height:38px;box-shadow:none;text-align:left;background:0 0;border:0;border-radius:9px;justify-content:flex-start;padding:0 11px}.main:has(a[href=\/system-settings]) .tabs .tab:hover{color:var(--settings-ink);background:#eef4f0}.main:has(a[href=\/system-settings]) .tabs .tab.active{color:#204e40;box-shadow:inset 3px 0 0 var(--settings-accent);background:#dfece5;font-weight:720}.main:has(a[href=\/system-settings])>.stack{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:18px;display:grid}.main:has(a[href=\/system-settings])>.stack>.section:first-child{grid-column:1/-1}.main:has(a[href=\/system-settings])>.stack>.section:first-child .tabs{margin-top:14px}.main:has(a[href=\/system-settings])>.stack>.section:not(:first-child){grid-column:2;margin:0}.main:has(a[href=\/system-settings]) .section:not(:first-child)>h2{color:var(--settings-ink);margin-bottom:4px}.main:has(a[href=\/system-settings]) .section:not(:first-child)>.muted{margin-top:0;margin-bottom:16px}.main:has(a[href=\/system-settings]) .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 16px}.main:has(a[href=\/system-settings]) .toggle-field{background:#fff;border-radius:10px;min-height:58px;padding:10px 12px}.main:has(a[href=\/system-settings]) .table-wrap{border:1px solid var(--settings-line);border-radius:12px;max-height:62vh;overflow:auto}.main:has(a[href=\/system-settings]) .table thead th{z-index:2;background:#f4f8f5;position:sticky;top:0}.main:has(a[href=\/system-settings])>.stack>.section:first-child>div:first-child{z-index:20;background:#fff;padding:4px 0;position:sticky;top:64px}:is(.main:has(a[href="/integrations/beds24"]) .section,.main:has(a[href=\/booking-channels]) .section,.main:has(a[href=\/setup-imports]) .section,.main:has(a[href=\/account-mapping]) .section){scroll-margin-top:130px}:is(.main:has(a[href="/integrations/beds24"]) .grid,.main:has(a[href=\/setup-imports]) .grid,.main:has(a[href=\/account-mapping]) .grid){grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);align-items:start}:is(.main:has(a[href="/integrations/beds24"]) .grid>.section:last-child,.main:has(a[href=\/setup-imports]) .grid>.section:last-child,.main:has(a[href=\/account-mapping]) .grid>.section:last-child){position:sticky;top:86px}:is(.main:has(a[href="/integrations/beds24"]) .badge,.main:has(a[href=\/booking-channels]) .badge){color:#285746;background:#edf5f1;border-color:#c8dbd1}.main:has(a[href="/integrations/beds24"]) .code-block{color:#dbe9e2;background:#172923;border-color:#203d33}:is(.main:has(a[href=\/booking-channels]) .table thead th,.main:has(a[href=\/room-types]) .table thead th,.main:has(a[href=\/rooms]) .table thead th,.main:has(a[href=\/rate-plans]) .table thead th,.main:has(a[href=\/room-package-rules]) .table thead th,.main:has(a[href=\/setup-imports]) .table thead th,.main:has(a[href=\/account-mapping]) .table thead th){z-index:2;color:#5d6b65;letter-spacing:.065em;text-transform:uppercase;background:#f4f8f5;font-size:10px;position:sticky;top:0}:is(.main:has(a[href=\/booking-channels]) .table td,.main:has(a[href=\/room-types]) .table td,.main:has(a[href=\/rooms]) .table td,.main:has(a[href=\/rate-plans]) .table td,.main:has(a[href=\/room-package-rules]) .table td){vertical-align:middle}:is(.main:has(a[href=\/booking-channels]) .form-grid,.main:has(a[href=\/room-types]) .form-grid,.main:has(a[href=\/rooms]) .form-grid,.main:has(a[href=\/rate-plans]) .form-grid,.main:has(a[href=\/room-package-rules]) .form-grid){grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}:is(.main:has(a[href=\/system-settings]) button:not(.secondary),.main:has(a[href="/integrations/beds24"]) button:not(.secondary),.main:has(a[href=\/booking-channels]) button:not(.secondary)){color:#fff;background:#356b58;border-color:#356b58}:is(.main:has(a[href=\/system-settings]) button:not(.secondary):hover,.main:has(a[href="/integrations/beds24"]) button:not(.secondary):hover,.main:has(a[href=\/booking-channels]) button:not(.secondary):hover){color:#fff;background:#2b5b4a;border-color:#2b5b4a}@media (min-width:1600px){.main:has(a[href=\/system-settings])>.stack{grid-template-columns:280px minmax(0,1240px);justify-content:center}.main:has(a[href=\/system-settings]) .tabs{width:280px}}@media (max-width:980px){.main:has(a[href=\/system-settings])>.stack{flex-direction:column;display:flex}.main:has(a[href=\/system-settings])>.stack>.section:not(:first-child){width:100%}.main:has(a[href=\/system-settings]) .tabs{width:100%;display:flex;position:static;overflow-x:auto}.main:has(a[href=\/system-settings]) .tabs .tab{flex:none}:is(.main:has(a[href="/integrations/beds24"]) .grid,.main:has(a[href=\/setup-imports]) .grid,.main:has(a[href=\/account-mapping]) .grid){grid-template-columns:1fr}:is(.main:has(a[href="/integrations/beds24"]) .grid>.section:last-child,.main:has(a[href=\/setup-imports]) .grid>.section:last-child,.main:has(a[href=\/account-mapping]) .grid>.section:last-child){position:static}}@media (max-width:680px){:is(.main:has(a[href=\/system-settings]) .form-grid,.main:has(a[href=\/booking-channels]) .form-grid,.main:has(a[href=\/room-types]) .form-grid,.main:has(a[href=\/rooms]) .form-grid,.main:has(a[href=\/rate-plans]) .form-grid,.main:has(a[href=\/room-package-rules]) .form-grid){grid-template-columns:1fr}.main:has(a[href=\/system-settings])>.stack>.section:first-child>div:first-child{position:static}}
:root{--interaction-ink:#17352f;--interaction-accent:#315f52;--interaction-soft:#eaf2ee;--interaction-line:#dce5e0;--interaction-danger:#a53a32;--interaction-danger-soft:#fff1ef}.search-results{background:#fff;border:1px solid #d7e1dc;border-radius:14px;padding:6px;overflow:hidden;box-shadow:0 18px 48px #0d271f29,0 2px 8px #0d271f14}.search-result{width:100%;min-height:54px;color:var(--interaction-ink);text-align:left;box-shadow:none;background:0 0;border:1px solid #0000;border-radius:10px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:11px;padding:8px 10px;display:grid}.search-result:hover,.search-result:focus-visible{color:var(--interaction-ink);background:#eef5f1;border-color:#c8d9d0;transform:none}.search-result .badge{color:#53645c;letter-spacing:.06em;text-transform:uppercase;background:#f5f8f6;border-color:#d3dfd9;justify-content:center;min-width:58px;font-size:9px}.search-result strong{color:#1a332c;text-overflow:ellipsis;white-space:nowrap;font-size:13px;display:block;overflow:hidden}.search-result small{color:#718079;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:11px;display:block;overflow:hidden}.search-empty{color:#6f7d76;text-align:center;padding:20px 16px;font-size:13px}.mobile-search-panel .search-results{max-height:min(62vh,480px);overflow-y:auto}.profile-menu{background:#fff;border:1px solid #d8e2dd;border-radius:13px;padding:6px;box-shadow:0 18px 48px #0d271f29,0 2px 8px #0d271f14}.profile-menu a,.profile-menu button{border-radius:8px;min-height:38px;padding:8px 10px}.profile-menu a:hover,.profile-menu a:focus-visible{color:var(--interaction-ink);background:#eef5f1}.profile-menu .danger-action{color:var(--interaction-danger);border-top:1px solid #edf0ee;border-radius:0 0 8px 8px;margin-top:4px}.profile-menu .danger-action:hover,.profile-menu .danger-action:focus-visible{background:var(--interaction-danger-soft);color:#842c27}.ho-drawer-layer{isolation:isolate}.ho-drawer-scrim{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0a1b1685}.ho-drawer{background:#fff;box-shadow:-28px 0 72px #0a1f183d}.ho-drawer__header{background:#fff;border-color:#dce5e0;align-items:flex-start;padding:20px 24px 17px}.ho-drawer__header h2{color:var(--interaction-ink);margin:2px 0 5px;font-size:21px;line-height:1.2}.ho-drawer__header p{color:#68766f;max-width:52ch;margin:0;font-size:12px;line-height:1.5}.ho-drawer__close{color:#40534b;background:#f7f9f8;border:1px solid #dbe4df;border-radius:9px;flex:none;width:36px;height:36px;font-size:21px}.ho-drawer__close:hover,.ho-drawer__close:focus-visible{color:#17352f;background:#eaf2ee;border-color:#bdd0c6}.ho-drawer__body{scrollbar-gutter:stable;padding:20px 24px 28px}.ho-drawer__body>.section,.ho-drawer__body form>.section{box-shadow:none;border-color:#dfe7e3;border-radius:12px;padding:16px}.ho-drawer__footer{z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff7;border-color:#d8e2dd;min-height:68px;padding:13px 24px;position:sticky;bottom:0;box-shadow:0 -10px 26px #0e261e12}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0918148c}.modal-card{background:#fff;border:1px solid #d7e1dc;border-radius:16px;overflow:hidden;box-shadow:0 28px 90px #081b1447}.modal-card.confirm-action-modal{max-width:500px!important}.confirm-action-modal .modal-header{background:#fff;border-bottom:1px solid #e0e7e3;align-items:flex-start;gap:16px;padding:21px 22px 17px}.confirm-action-modal .confirm-action-heading{align-items:flex-start;gap:12px;min-width:0;display:flex}.confirm-action-modal .confirm-action-icon{background:var(--interaction-danger-soft);width:34px;height:34px;color:var(--interaction-danger);border:1px solid #e8b9b4;border-radius:10px;flex:none;place-items:center;font-size:18px;font-weight:800;display:grid}.confirm-action-modal.is-neutral .confirm-action-icon{color:#315f52;background:#edf4f0;border-color:#c9d9d1}.confirm-action-modal .modal-header h2{color:#20372f;margin:0 0 5px;font-size:19px;line-height:1.3}.confirm-action-modal .modal-header p{color:#69776f;margin:0;font-size:13px;line-height:1.55}.confirm-action-modal .modal-close{color:#526159;background:#f7f9f8;border:1px solid #dae3de;border-radius:9px;flex:none;width:34px;height:34px;padding:0}.confirm-action-modal .modal-form{padding:18px 22px 20px}.confirm-action-modal .modal-actions{justify-content:flex-end;gap:8px;margin-top:4px}.confirm-action-modal .modal-actions .danger{color:#fff;background:#a53a32}.confirm-action-modal .modal-actions .danger:hover{background:#8e302a}.confirm-action-modal textarea{min-height:92px}.empty-state,.empty-panel,.table-empty,.blank-state{color:#65746c;text-align:center;background:#fbfcfb;border:1px dashed #ccd9d2;border-radius:13px;justify-items:center;min-height:150px;padding:28px 22px;display:grid}.empty-state h2,.empty-state h3,.empty-panel h2,.empty-panel h3,.blank-state h2,.blank-state h3{color:#29463d;margin:0 0 6px;font-size:16px}.empty-state p,.empty-panel p,.blank-state p{color:#718078;max-width:52ch;margin:0;font-size:13px;line-height:1.55}.empty-state .row,.empty-panel .row,.blank-state .row{justify-content:center;margin-top:14px}.skeleton,.loading-block{background:linear-gradient(90deg,#edf1ef 25%,#f7f9f8 42%,#edf1ef 62%) 0 0/300% 100%;border-radius:9px;animation:1.4s ease-in-out infinite interaction-shimmer}@keyframes interaction-shimmer{0%{background-position:100% 0}to{background-position:0 0}}button,a,input,select,textarea{transition:border-color .15s,background-color .15s,color .15s,box-shadow .15s,opacity .15s}button:disabled,[aria-disabled=true]{cursor:not-allowed;opacity:.58}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline-offset:2px;outline:3px solid #43776038}.badge,.status,.chip{line-height:1.15}.tooltip,[role=tooltip]{color:#fff;background:#17352f;border-radius:8px;max-width:260px;padding:7px 9px;font-size:11px;line-height:1.4;box-shadow:0 8px 24px #0a1f1833}@media (max-width:720px){.search-results{border-radius:12px}.search-result{min-height:58px;padding:9px}.ho-drawer__header,.ho-drawer__body,.ho-drawer__footer{padding-left:16px;padding-right:16px}.ho-drawer__footer{padding-bottom:max(13px,env(safe-area-inset-bottom))}.confirm-action-modal{width:calc(100vw - 24px);margin:12px}.confirm-action-modal .modal-header{padding:18px 17px 15px}.confirm-action-modal .modal-form{padding:16px 17px 18px}.confirm-action-modal .modal-actions{grid-template-columns:1fr;display:grid}.confirm-action-modal .modal-actions button{width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
