@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--ink:#263442;--muted:#7d8a96;--line:#e6ebef;--paper:#fff;--bg:#f4f7f8;--teal:#24a9a5;--teal-dark:#168d8a;--nav:#202e3a;--green:#18a66b;--coral:#ef6b64;--blue:#5f87d8}.module-loading{border:1px solid var(--line);background:var(--paper);min-height:280px;color:var(--ink);border-radius:10px;justify-content:center;align-items:center;gap:14px;display:flex}.module-loading>span{border:3px solid #d6e9e7;border-top-color:var(--teal);border-radius:50%;width:26px;height:26px;animation:.7s linear infinite spin}.module-loading>div{flex-direction:column;gap:3px;display:flex}.module-loading b{font-size:13px}.module-loading small{color:var(--muted);font-size:9px}*{box-sizing:border-box}body{background:var(--bg);color:var(--ink);margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;font-size:14px}button,input,select{font:inherit}button{cursor:pointer}.app-shell{grid-template-columns:228px 1fr;min-height:100vh;display:grid}.sidebar{background:var(--nav);color:#c8d1d8;flex-direction:column;height:100vh;display:flex;position:sticky;top:0}.brand{color:#fff;border-bottom:1px solid #31404d;align-items:center;gap:11px;height:72px;padding:0 22px;font-size:18px;display:flex}.brand span{background:var(--teal);border-radius:9px;place-items:center;width:32px;height:32px;font-weight:800;display:grid}.company{background:#293947;border-radius:8px;flex-direction:column;margin:16px 14px 10px;padding:12px;display:flex}.company b{color:#fff}.company small,.sidebar-foot small{color:#8fa0ad;margin-top:3px}.sidebar nav{flex-direction:column;gap:3px;padding:4px 10px;display:flex}.sidebar nav button{color:#b9c4cc;text-align:left;background:0 0;border:0;border-radius:7px;align-items:center;gap:12px;padding:11px 12px;display:flex}.sidebar nav button i{text-align:center;color:#91a2af;width:18px;font-style:normal}.sidebar nav button:hover,.sidebar nav button.active{color:#fff;background:#344653}.sidebar nav button.active{box-shadow:inset 3px 0 var(--teal)}.sidebar-foot{border-top:1px solid #31404d;align-items:center;gap:10px;margin-top:auto;padding:16px 18px;display:flex}.sidebar-foot div:last-child{flex-direction:column;display:flex}.avatar{color:#fff;background:#476071;border-radius:50%;place-items:center;width:34px;height:34px;font-weight:700;display:grid}.workspace{min-width:0;padding:0 30px 80px}.topbar{justify-content:space-between;align-items:center;height:86px;display:flex}.topbar h1{margin:0 0 5px;font-size:24px}.topbar p{color:var(--muted);margin:0}.header-balance{border:1px solid var(--line);text-align:right;background:#fff;border-radius:9px;flex-direction:column;padding:9px 14px;display:flex}.header-balance small{color:var(--muted);font-size:11px}.tabs{border-bottom:1px solid var(--line);gap:26px;display:flex}.tabs button{color:var(--muted);background:0 0;border:0;padding:14px 2px}.tabs button.active{color:var(--teal-dark);border-bottom:2px solid var(--teal);font-weight:700}.action-row{justify-content:space-between;align-items:center;gap:15px;padding:20px 0 14px;display:flex}.create-actions{gap:8px;display:flex}.create-actions button,.plain,.filter,.filter-panel button{border:1px solid var(--line);background:#fff;border-radius:7px;padding:10px 14px;font-weight:600}.create-actions .income{background:var(--green);border-color:var(--green);color:#fff}.create-actions .expense{background:var(--coral);border-color:var(--coral);color:#fff}.create-actions .transfer{color:#48606f}.period{align-items:center;gap:12px;display:flex}.period button{border:1px solid var(--line);background:#fff;border-radius:50%;width:34px;height:34px;font-size:20px}.period span{text-align:center;flex-direction:column;min-width:175px;display:flex}.period small{color:var(--muted);margin-bottom:2px;font-size:11px}.plain{color:#647580}.toolbar{align-items:center;gap:12px;margin-bottom:14px;display:flex}.segmented{background:#e9eef0;border-radius:8px;padding:3px;display:flex}.segmented button{color:#677884;background:0 0;border:0;border-radius:6px;padding:8px 13px}.segmented button.active{color:var(--ink);background:#fff;box-shadow:0 1px 4px #cfd7db}.search{border:1px solid var(--line);background:#fff;border-radius:7px;align-items:center;gap:7px;width:min(330px,35%);margin-left:auto;padding:0 11px;display:flex}.search input{border:0;outline:0;width:100%;padding:10px 0}.filter{color:#506571}.filter span{color:var(--teal-dark);background:#dff3f2;border-radius:10px;padding:2px 6px;font-size:11px}.filter.active{border-color:var(--teal);color:var(--teal-dark)}.filter-panel{border:1px solid var(--line);background:#fff;border-radius:9px;grid-template-columns:1.3fr 1.3fr 1.3fr .7fr .7fr auto;gap:10px;margin-bottom:14px;padding:14px;display:grid}.filter-panel label{color:var(--muted);flex-direction:column;gap:5px;font-size:11px;display:flex}.filter-panel select,.filter-panel input{border:1px solid var(--line);background:#fff;border-radius:6px;padding:9px}.filter-panel button{background:var(--teal);color:#fff;border-color:var(--teal);align-self:end}.chart-card{border:1px solid var(--line);background:#fff;border-radius:9px;grid-template-columns:225px 1fr;gap:25px;margin-bottom:14px;padding:16px 18px 12px;display:grid}.chart-summary{flex-direction:column;gap:12px;display:flex}.chart-summary div{color:var(--muted);grid-template-columns:14px 1fr;align-items:center;display:grid}.chart-summary b{color:var(--ink);grid-column:2;margin-top:2px;font-size:17px}.dot{border-radius:50%;width:8px;height:8px}.green{background:var(--green)}.coral{background:var(--coral)}.blue{background:var(--blue)}.bars{background:repeating-linear-gradient(0deg,#0000 0 27px,#f0f3f5 28px);border-bottom:1px solid #dfe5e8;justify-content:space-around;align-items:flex-end;height:112px;display:flex}.bar-pair{align-items:flex-end;gap:3px;height:100%;display:flex}.bar-pair i{background:#5fc0a2;border-radius:3px 3px 0 0;width:9px;display:block}.bar-pair i+i{background:#f18a84}.operations-card{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.table-head,.operation{grid-template-columns:36px minmax(175px,1fr) minmax(230px,1.4fr) minmax(230px,1.3fr) 70px;align-items:center;display:grid}.table-head{border-bottom:1px solid var(--line);color:#7b8993;background:#f8fafb;min-height:44px;padding:0 14px;font-size:12px;font-weight:600}.day-title{border-bottom:1px solid var(--line);color:#596a76;background:#f4f7f8;justify-content:space-between;padding:9px 18px 9px 50px;display:flex}.day-title span{color:var(--muted);font-size:12px}.day-title strong{margin-left:8px}.operation{border-bottom:1px solid #eef2f4;min-height:66px;padding:9px 14px;transition:all .15s}.operation:hover,.operation.selected{background:#f3fbfa}.operation>div{flex-direction:column;gap:4px;min-width:0;padding-right:15px;display:flex}.operation b,.operation small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.operation small{color:var(--muted)}.negative{color:#d95852!important}.uncategorized{color:#d78a25}.status{justify-content:flex-end;align-items:center;flex-direction:row!important;padding:0!important}.status span{width:22px;height:22px;color:var(--green);background:#dff4ed;border-radius:50%;place-items:center;font-size:11px;font-weight:800;display:grid}.status button{color:#96a4ad;background:0 0;border:0;font-size:24px}.table-total{background:#f8fafb;justify-content:flex-end;align-items:center;gap:24px;padding:14px 18px;display:flex}.table-total span{color:var(--muted);margin-right:auto}.table-total b{font-size:12px}.table-total strong{font-size:16px}.bulk-bar{z-index:5;color:#fff;background:#263845;border-radius:10px;align-items:center;gap:8px;padding:10px 12px 10px 18px;display:flex;position:fixed;bottom:22px;left:50%;transform:translate(-40%);box-shadow:0 10px 30px #1d2c3855}.bulk-bar b{margin-right:10px}.bulk-bar button{color:#fff;background:#344b59;border:1px solid #51636f;border-radius:6px;padding:8px 10px}.bulk-bar .danger{color:#ffaaa5}.bulk-bar .close{background:0 0;border:0;padding:0 4px;font-size:22px}.empty-section{border:1px solid var(--line);text-align:center;background:#fff;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;min-height:440px;margin-top:30px;display:flex}.empty-section>div{color:var(--teal);font-size:34px}.empty-section h2{margin:12px 0 6px}.empty-section p{color:var(--muted);max-width:430px}.empty-section button{background:var(--teal);color:#fff;border:0;border-radius:7px;padding:10px 14px}@media (max-width:1050px){.app-shell{grid-template-columns:74px 1fr}.brand strong,.company,.sidebar nav button:not(.active){font-size:0}.brand{padding:0 20px}.sidebar nav button{justify-content:center}.sidebar nav button i{font-size:15px}.sidebar-foot>div:not(.avatar){display:none}.chart-card{grid-template-columns:1fr}.filter-panel{grid-template-columns:repeat(3,1fr)}.table-head,.operation{grid-template-columns:34px 160px 1.2fr 1fr 50px}}@media (max-width:760px){.workspace{padding:0 12px 70px}.topbar{height:74px}.header-balance{display:none}.action-row{flex-wrap:wrap;align-items:flex-start}.period{order:3;justify-content:center;width:100%}.toolbar{flex-wrap:wrap}.search{order:3;width:100%;margin-left:0}.chart-card,.table-head{display:none}.operation{grid-template-columns:30px 1fr 38px;padding:12px}.operation>div:nth-of-type(2),.operation>div:nth-of-type(3){grid-column:2}.operation .status{grid-area:1/3/4}.table-total{flex-wrap:wrap;gap:10px}.table-total span{width:100%}.filter-panel{grid-template-columns:1fr 1fr}.bulk-bar{left:86px;right:12px;overflow:auto;transform:none}.bulk-bar b{white-space:nowrap}}.modal-backdrop{z-index:20;background:#17263088;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.operation-modal{background:#fff;border-radius:12px;width:min(660px,100%);overflow:hidden;box-shadow:0 22px 65px #15232d66}.operation-modal header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:20px 22px;display:flex}.operation-modal header small{color:var(--muted)}.operation-modal h2{margin:3px 0 0;font-size:21px}.operation-modal header button{color:#82909a;background:0 0;border:0;font-size:27px}.modal-grid{grid-template-columns:1fr 1fr;gap:15px;padding:20px 22px;display:grid}.modal-grid label{color:#64737e;flex-direction:column;gap:6px;font-size:12px;font-weight:600;display:flex}.modal-grid input,.modal-grid select{color:var(--ink);background:#fff;border:1px solid #dce3e7;border-radius:7px;outline:none;padding:11px}.modal-grid input:focus,.modal-grid select:focus{border-color:var(--teal);box-shadow:0 0 0 3px #24a9a51c}.modal-grid .wide{grid-column:1/-1}.operation-modal footer{border-top:1px solid var(--line);background:#f7f9fa;justify-content:flex-end;gap:9px;padding:15px 22px;display:flex}.operation-modal footer button{border:1px solid var(--line);background:#fff;border-radius:7px;padding:10px 15px}.operation-modal footer .primary{background:var(--teal);border-color:var(--teal);color:#fff;font-weight:700}.operation-modal footer .primary:disabled{opacity:.6}.form-error{color:#c64d47;margin:0 22px 15px}.header-balance small{white-space:nowrap}@media (max-width:600px){.modal-grid{grid-template-columns:1fr}.modal-grid .wide{grid-column:auto}}.directories-page{padding-top:24px}.directory-toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;display:flex}.directory-tabs{gap:24px;display:flex}.directory-tabs button{color:var(--muted);background:0 0;border:0;padding:13px 1px}.directory-tabs button.active{color:var(--teal-dark);border-bottom:2px solid var(--teal);font-weight:700}.directory-tabs span{background:#e7edef;border-radius:12px;margin-left:4px;padding:2px 7px;font-size:11px}.add-directory{background:var(--teal);color:#fff;border:0;border-radius:7px;padding:10px 14px;font-weight:700}.directory-intro{justify-content:space-between;align-items:end;padding:26px 0 15px;display:flex}.directory-intro h2{margin:0 0 5px}.directory-intro p{color:var(--muted);margin:0}.directory-search{border:1px solid var(--line);background:#fff;border-radius:7px;align-items:center;gap:7px;width:270px;padding:0 10px;display:flex}.directory-search input{border:0;outline:0;width:100%;padding:10px 0}.directory-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.directory-grid article{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:center;gap:12px;min-height:72px;padding:12px 14px;display:flex}.directory-grid article>i{color:#fff;border-radius:9px;place-items:center;width:36px;height:36px;font-style:normal;font-weight:800;display:grid}.directory-grid article>div{flex-direction:column;gap:5px;min-width:0;display:flex}.directory-grid article b,.directory-grid article small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.directory-grid article small{color:var(--muted)}.directory-grid article button{color:#9aa6ae;letter-spacing:2px;background:0 0;border:0;margin-left:auto}.directory-empty{text-align:center;color:var(--muted);padding:60px}.modal-grid input[type=color]{width:72px;height:42px;padding:4px}@media (max-width:760px){.directory-toolbar{align-items:flex-end}.directory-tabs{gap:9px;overflow:auto}.directory-tabs button{white-space:nowrap}.directory-intro{flex-direction:column;align-items:flex-start;gap:14px}.directory-search{width:100%}.directory-grid{grid-template-columns:1fr}}.category-class-tabs{border:1px solid var(--line);background:#fff;border-radius:8px 8px 0 0;display:flex;overflow:auto}.category-class-tabs button{border:0;border-right:1px solid var(--line);color:#687985;background:#fff;flex:1;min-width:115px;padding:13px 14px;position:relative}.category-class-tabs button:last-child{border-right:0}.category-class-tabs button.active{color:var(--ink);box-shadow:inset 0 -3px var(--class-color);background:#f8fbfb;font-weight:700}.category-class-tabs span{color:var(--muted);margin-left:5px;font-size:11px}.category-layout{grid-template-columns:minmax(560px,1.45fr) minmax(300px,.75fr);gap:14px;margin-top:12px;display:grid}.single-directory-layout{margin-top:0}.directory-list-panel{border:1px solid var(--line);background:#fff;border-radius:8px;overflow:hidden}.directory-list-head,.tree-row{grid-template-columns:40px minmax(230px,1fr) minmax(140px,.55fr) 42px;align-items:center;display:grid}.directory-list-head{height:42px;color:var(--muted);border-bottom:1px solid var(--line);background:#f7f9fa;padding:0 12px;font-size:11px;font-weight:700}.tree-row{border-bottom:1px solid #edf1f3;min-height:58px;padding:7px 12px}.tree-row:last-child{border-bottom:0}.tree-row:hover{background:#f5fbfa}.tree-name{align-items:center;gap:9px;min-width:0;display:flex}.tree-name>button,.tree-name>i{color:#70818d;background:#fff;border:1px solid #d8e0e4;border-radius:4px;flex:0 0 22px;place-items:center;width:22px;height:22px;font-style:normal;display:grid}.tree-name>i{border-color:#0000}.tree-name>div{flex-direction:column;gap:3px;min-width:0;display:flex}.tree-name b,.tree-name small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.tree-name small{color:var(--muted);font-size:11px}.class-mark{border-radius:4px;flex:0 0 7px;width:7px;height:28px}.report-tags{flex-wrap:wrap;gap:4px;display:flex}.report-tags span{color:#60737f;background:#edf3f5;border-radius:4px;padding:3px 6px;font-size:10px;font-weight:700}.row-menu{color:#9aa6ae;letter-spacing:2px;background:0 0;border:0}.report-map{background:#f7fbfb;border:1px solid #d8e8e8;border-radius:8px;overflow:hidden}.report-map>header{background:#eaf6f5;flex-direction:column;gap:4px;padding:15px 16px;display:flex}.report-map>header small{color:#67808a}.report-map section{background:#fff;border:1px solid #dbe8e9;border-radius:7px;margin:12px;padding:12px 14px}.report-map h3{border-bottom:1px solid #dbe8e9;margin:0 -14px 10px;padding:0 14px 10px;font-size:15px}.report-map b,.report-map strong{margin:9px 0 5px;display:block}.report-map p{color:#526671;margin:5px 0;padding-left:12px;font-size:12px}.report-map p.subtotal{color:var(--ink);border-top:1px solid #dbe8e9;padding:6px 0 5px;font-weight:800}.directory-bulk select{color:#fff;background:#344b59;border:1px solid #51636f;border-radius:6px;padding:8px}.operation-modal.compact{width:min(590px,100%)}@media (max-width:1100px){.category-layout{grid-template-columns:1fr}.report-map{grid-template-columns:1fr 1fr;display:grid}.report-map>header{grid-column:1/-1}}@media (max-width:760px){.category-class-tabs button{min-width:100px}.directory-list-head,.tree-row{grid-template-columns:34px minmax(190px,1fr) 42px}.directory-list-head span:nth-of-type(2),.report-tags{display:none}.report-map{grid-template-columns:1fr}.directory-bulk{left:84px}.directory-bulk select{min-width:150px}}.report-tabs{border-bottom:1px solid var(--line);gap:26px;display:flex}.report-tabs button{color:var(--muted);background:0 0;border:0;padding:13px 2px}.report-tabs button.active{color:var(--teal-dark);border-bottom:2px solid var(--teal);font-weight:800}.report-toolbar{align-items:center;gap:18px;padding:22px 0 15px;display:flex}.report-toolbar>div:first-child{margin-right:auto}.report-toolbar h2{margin:0 0 5px}.report-toolbar p{color:var(--muted);margin:0}.compact-period span{min-width:155px}.export-button{border:1px solid var(--line);color:#536975;background:#fff;border-radius:7px;padding:10px 14px}.report-view-tabs{border:1px solid var(--line);background:#fff;border-radius:7px 7px 0 0;display:flex;overflow:auto}.report-view-tabs button{border:0;border-right:1px solid var(--line);white-space:nowrap;color:#50636f;background:#fff;padding:11px 22px}.report-view-tabs button.active{color:var(--teal-dark);background:#eef7f7;font-weight:800}.report-filterbar{border:1px solid var(--line);background:#f1f4f5;border-top:0;border-radius:0 0 7px 7px;flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:12px;padding:11px 12px;display:flex}.report-filterbar>label:not(.report-switch){color:var(--muted);text-transform:uppercase;background:#fff;border:1px solid #d8e1e4;border-radius:6px;align-items:center;gap:5px;padding:0 8px;font-size:10px;display:flex}.report-filterbar input[type=date],.report-filterbar select{color:#334752;background:0 0;border:0;height:36px}.report-filterbar>select,.report-filterbar>details>summary,.report-switch{color:#405660;background:#fff;border:1px solid #d8e1e4;border-radius:6px;align-items:center;height:38px;padding:0 12px;display:flex}.report-filterbar details{position:relative}.report-filterbar summary{cursor:pointer;list-style:none}.report-filterbar summary::-webkit-details-marker{display:none}.period-arrow{color:#526974;background:#fff;border:1px solid #d8e1e4;border-radius:6px;width:34px;height:38px;font-size:21px}.report-switch{gap:7px}.report-filter-menu,.report-display-menu{z-index:12;background:#fff;border:1px solid #cfdadd;border-radius:8px;min-width:310px;max-height:330px;padding:7px;position:absolute;top:43px;left:0;overflow:auto;box-shadow:0 12px 32px #20303926}.report-filter-menu>button{text-align:left;width:100%;color:var(--teal-dark);background:#f2f7f7;border:0;border-radius:5px;padding:9px}.report-filter-menu label{border-bottom:1px solid #edf1f2;grid-template-columns:22px 1fr auto;align-items:center;gap:7px;padding:8px;display:grid}.report-filter-menu label small{color:var(--muted)}.report-display-menu{flex-direction:column;gap:10px;min-width:280px;padding:13px;display:flex;left:auto;right:0}.report-display-menu label{gap:8px;display:flex}.report-display-menu span{border-top:1px solid var(--line);color:var(--muted);padding-top:9px;font-size:10px}.report-kpis{grid-template-columns:1.3fr .8fr .8fr;gap:10px;margin-bottom:12px;display:grid}.report-kpis>div{border:1px solid var(--line);background:#fff;border-radius:8px;flex-direction:column;gap:5px;padding:13px 16px;display:flex}.report-kpis small{color:var(--muted)}.cashflow-analytics{grid-template-columns:1.6fr .9fr;gap:12px;display:grid}.analytics-flow-tabs{grid-column:1/-1;gap:6px;display:flex}.analytics-flow-tabs button{border:1px solid var(--line);color:#5d707a;background:#fff;border-radius:18px;padding:8px 14px}.analytics-flow-tabs button.active{background:var(--teal);border-color:var(--teal);color:#fff}.cashflow-analytics article{border:1px solid var(--line);background:#fff;border-radius:9px;min-width:0;padding:18px}.cashflow-analytics article header{justify-content:space-between;gap:16px;display:flex}.cashflow-analytics h3{margin:0 0 5px}.cashflow-analytics p{color:var(--muted);margin:0}.cashflow-analytics strong{white-space:nowrap;font-size:20px}.analytics-month-chart{border-bottom:1px solid var(--line);align-items:stretch;gap:8px;height:260px;margin-top:18px;display:flex}.analytics-month-chart>div{text-align:center;flex:1;grid-template-rows:1fr 20px 20px;min-width:28px;display:grid}.analytics-bars{justify-content:center;align-items:flex-end;gap:3px;display:flex}.analytics-bars i{border-radius:3px 3px 0 0;width:min(18px,38%)}.analytics-bars .income,.analytics-legend .income{background:#25b77b}.analytics-bars .expense,.analytics-legend .expense{background:#ef6b64}.analytics-month-chart span{color:#667983;font-size:10px}.analytics-month-chart small{color:#8b9aa2;white-space:nowrap;font-size:9px;overflow:hidden}.analytics-balance{flex-direction:column;justify-content:space-between;display:flex}.analytics-legend{flex-wrap:wrap;gap:15px;margin-top:28px;display:flex}.analytics-legend span{align-items:center;gap:6px;display:flex}.analytics-legend i{border-radius:2px;width:9px;height:9px}.analytics-legend small{width:100%;color:var(--muted)}.report-table{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.report-table>header,.report-row{grid-template-columns:minmax(280px,1fr) 180px 180px;align-items:center;display:grid}.report-table>header{height:44px;color:var(--muted);border-bottom:1px solid var(--line);background:#f5f8f9;padding:0 16px;font-size:11px;font-weight:800}.report-table>header span:not(:first-child){text-align:right}.report-row{text-align:left;background:#fff;border:0;border-bottom:1px solid #edf1f3;width:100%;min-height:50px;padding:6px 16px}.report-row:hover{background:#f5fbfa}.report-row.total{background:#f7fafb}.report-row.total b{font-weight:800}.report-row>span{align-items:center;gap:8px;display:flex}.report-row i{color:#627783;background:#fff;border:1px solid #d7e0e4;border-radius:4px;place-items:center;width:20px;height:20px;font-style:normal;display:grid}.report-row i.empty{background:0 0;border-color:#0000}.report-row small{color:var(--muted);font-size:10px}.report-row strong{text-align:right}.report-details{background:#fbfcfd;border:1px solid #dbe5e8;border-radius:7px;margin:0 15px 10px 49px;overflow:hidden}.report-details>header,.report-details article{grid-template-columns:minmax(170px,.8fr) minmax(240px,1.3fr) 140px;align-items:center;display:grid}.report-details>header{color:var(--muted);background:#edf3f4;padding:8px 12px;font-size:10px;font-weight:800}.report-details>header span:last-child{text-align:right}.report-details article{border-top:1px solid #e6ecef;padding:9px 12px}.report-details article>div{flex-direction:column;gap:3px;min-width:0;display:flex}.report-details article b,.report-details article small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.report-details article small{color:var(--muted)}.report-details article strong{text-align:right}@media (max-width:850px){.report-toolbar{flex-wrap:wrap;align-items:flex-start}.report-toolbar>div:first-child{width:100%}.report-kpis{grid-template-columns:1fr}.report-table{overflow:auto}.report-table>header,.report-row{min-width:680px}.report-details{min-width:610px}.reports-page{overflow:hidden}}.excel-report{background:#fff;border:1px solid #dfe5e8;border-radius:8px;overflow:auto;box-shadow:0 1px 2px #2436420a}.excel-grid{grid-template-columns:300px repeat(var(--report-columns,8),minmax(126px,1fr)) minmax(138px,1fr);min-width:calc(438px + var(--report-columns,8) * 126px);display:grid}.excel-head{z-index:3;color:#7a8993;text-transform:uppercase;letter-spacing:.04em;background:#f7f9fa;border-bottom:1px solid #dfe5e8;height:46px;font-size:10px;position:sticky;top:0}.excel-head span{border-right:1px solid #e4e9ec;justify-content:flex-end;align-items:center;padding:0 12px;display:flex}.excel-head span:first-child{z-index:4;background:#f7f9fa;justify-content:flex-start;padding-left:16px;position:sticky;left:0}.excel-row{border-bottom:1px solid #e7ecef;min-height:43px}.excel-row:last-child{border-bottom:0}.excel-row>div,.excel-row>button{background:#fff;border:0;border-right:1px solid #e7ecef;padding:9px 12px}.excel-row>button{text-align:right;font-variant-numeric:tabular-nums;flex-direction:column;justify-content:center;align-items:flex-end;gap:2px;display:flex;color:#263442!important}.excel-row>button small{color:#87959d;font-size:9px}.excel-row>button:hover{text-decoration:underline;color:var(--teal-dark)!important;background:#eaf7f6!important}.excel-row.total>div,.excel-row.total>button{background:#f5f7f8;font-weight:800}.excel-row .total-cell{background:#f8fafb;border-left:2px solid #dfe5e8}.excel-label{z-index:2;align-items:center;gap:7px;min-width:0;display:flex;position:sticky;left:0}.excel-label>i{color:#8d9ba4;width:12px;font-style:normal}.excel-label b{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.row-trend{align-items:flex-end;gap:2px;height:22px;margin-left:auto;display:flex}.row-trend i{background:#87c8c5;border-radius:1px;min-height:2px;border:0!important;width:3px!important}.report-modal-backdrop{z-index:30;background:#121a26c9;place-items:center;padding:28px;display:grid;position:fixed;inset:0}.report-operations-modal{color:#eef3f8;background:#202938;border:1px solid #526174;border-radius:12px;flex-direction:column;width:min(1140px,100%);max-height:88vh;display:flex;overflow:hidden;box-shadow:0 28px 80px #0008}.report-operations-modal>header{border-bottom:1px solid #445164;justify-content:space-between;align-items:center;padding:17px 20px;display:flex}.report-operations-modal>header small{color:#9dacbd}.report-operations-modal>header h2{margin:4px 0 0;font-size:19px}.report-operations-modal>header>div:last-child{align-items:center;gap:18px;display:flex}.report-operations-modal>header button{color:#aeb9c6;background:0 0;border:0;font-size:28px}.modal-table-head{color:#aab6c4;border-bottom:1px solid #3c495a;grid-template-columns:34px 200px 1.4fr 1fr 130px;padding:12px 18px;font-size:11px;display:grid}.modal-table-head span:last-child{text-align:right}.modal-operations-body{padding:0 18px 10px;overflow:auto}.modal-day-title{color:#dce5ee;background:#151d2b;border-radius:6px;justify-content:space-between;align-items:center;height:34px;margin-top:11px;padding:0 12px;font-size:11px;display:flex}.modal-day-title span{color:#8190a1}.modal-day article{border-bottom:1px solid #435062;grid-template-columns:34px 200px 1.4fr 1fr 130px;align-items:center;min-height:67px;display:grid}.modal-day article>div{flex-direction:column;gap:5px;min-width:0;padding-right:18px;display:flex}.modal-day article b,.modal-day article small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.modal-day article small{color:#aeb9c6}.modal-day article strong{text-align:right;font-size:15px}.modal-day input{-webkit-appearance:none;appearance:none;background:#151d2b;border:1px solid #56677c;border-radius:5px;width:20px;height:20px}.modal-day input:checked{background:var(--teal);box-shadow:inset 0 0 0 4px #151d2b}.report-operations-modal>footer{background:#192230;border-top:1px solid #445164;justify-content:space-between;padding:14px 20px;display:flex}.report-operations-modal>footer span{color:#9dacbd}.report-operations-modal>footer strong{margin-left:8px}.empty-cell{color:#dae3ec;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:260px;display:flex}.empty-cell span{color:#8998a9}.report-operations-modal .positive{color:#31d77d!important}.report-operations-modal .negative{color:#ff817a!important}@media (max-width:760px){.report-modal-backdrop{padding:8px}.report-operations-modal{max-height:96vh}.modal-table-head{display:none}.modal-day article{grid-template-columns:28px 1fr 110px}.modal-day article>div:nth-of-type(2),.modal-day article>div:nth-of-type(3){grid-column:2}.modal-day article>strong{grid-area:1/3/4}.excel-grid{grid-template-columns:230px repeat(var(--report-columns,8),120px) 130px;min-width:calc(360px + var(--report-columns,8) * 120px)}.report-filterbar{align-items:stretch}.report-filterbar>label:not(.report-switch){flex:170px}.report-filterbar>select{flex:160px}.report-filterbar details{flex:140px}.report-filterbar details>summary{justify-content:center}.cashflow-analytics{grid-template-columns:1fr}.analytics-flow-tabs{overflow:auto}.report-view-tabs button{padding:10px 14px}.row-trend{display:none}}@media (max-width:1000px){.cashflow-analytics{grid-template-columns:1fr}}.excel-label>i,.excel-label>button{color:#8d9ba4;flex:0 0 17px;width:17px;font-style:normal}.excel-label>button{cursor:pointer;background:0 0;border:0;height:22px;padding:0}.excel-label>button:hover{color:var(--teal-dark);background:#e3f2f0;border-radius:4px}.dashboard-heading{justify-content:space-between;align-items:flex-end;margin-bottom:18px;display:flex}.dashboard-heading p{color:var(--muted);margin:0}.eyebrow{color:var(--teal-dark);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:800}.dashboard-actions{gap:8px;display:flex}.dashboard-actions button,.dashboard-card header button{border:1px solid var(--line);color:#58707c;background:#fff;border-radius:7px;padding:9px 12px}.dashboard-actions .primary{background:var(--teal);border-color:var(--teal);color:#fff;font-weight:700}.owner-kpis{grid-template-columns:repeat(4,1fr);gap:11px;margin-bottom:12px;display:grid}.owner-kpis>button{text-align:left;border:1px solid var(--line);background:#fff;border-radius:10px;grid-template-columns:45px 1fr;padding:16px;transition:all .15s;display:grid;position:relative}.owner-kpis>button:hover{border-color:#9ed5d3;transform:translateY(-1px);box-shadow:0 7px 24px #1d55620c}.kpi-icon{color:#fff;border-radius:9px;grid-row:1/4;place-items:center;width:36px;height:36px;font-size:16px;font-weight:900;display:grid}.kpi-icon.teal{background:#24a9a5}.kpi-icon.green{background:#35ad7a}.kpi-icon.coral{background:#ef7771}.kpi-icon.blue{background:#6c8bd8}.owner-kpis small{color:var(--muted)}.owner-kpis em{color:#84939d;font-size:11px;font-style:normal}.owner-kpis em.up{color:var(--green)}.dashboard-grid{grid-template-columns:minmax(0,1.55fr) minmax(280px,.7fr);gap:12px;display:grid}.dashboard-card{border:1px solid var(--line);background:#fff;border-radius:10px;min-width:0;padding:17px 18px}.dashboard-card header{justify-content:space-between;align-items:flex-start;display:flex}.dashboard-card h3{margin:0 0 4px;font-size:16px}.dashboard-card header p{color:var(--muted);margin:0;font-size:12px}.dashboard-card header button{color:var(--teal-dark);background:0 0;border:0;padding:2px;font-size:12px}.legend{color:var(--muted);justify-content:flex-end;gap:17px;margin:11px 0 2px;font-size:10px;display:flex}.legend span{align-items:center;gap:5px;display:flex}.legend i{border-radius:2px;width:7px;height:7px}.month-chart{background:repeating-linear-gradient(0deg,#0000 0 43px,#edf1f3 44px);grid-template-columns:repeat(8,1fr);align-items:end;gap:10px;height:180px;padding-top:9px;display:grid}.month-column{text-align:center;color:#84919a;grid-template-rows:1fr 20px;gap:4px;height:100%;font-size:10px;display:grid}.month-column>div{justify-content:center;align-items:flex-end;gap:3px;display:flex}.month-column i{border-radius:3px 3px 0 0;width:10px;min-height:0}.income-bar{background:#48b991}.expense-bar{background:#ef817a}.data-quality{flex-direction:column;display:flex}.quality-ring{--quality:300deg;text-align:center;background:radial-gradient(circle,#fff 59%,transparent 61%),conic-gradient(var(--teal) var(--quality),#e7edef 0);border-radius:50%;place-content:center;width:118px;height:118px;margin:17px auto;display:grid}.quality-ring strong{font-size:24px}.quality-ring span{color:var(--muted);font-size:10px}.quality-alert,.quality-ok{text-align:left;color:var(--ink);background:#fffaf3;border:1px solid #f3d6b2;border-radius:8px;grid-template-columns:1fr auto;padding:10px 12px;display:grid}.quality-alert b,.quality-ok b{font-size:17px}.quality-alert small,.quality-ok small{color:#bf7428;grid-column:1/3}.quality-ok{background:#f5fcf8;border-color:#cbeadd}.quality-ok small{color:var(--green)}.expense-list,.account-list{flex-direction:column;margin-top:10px;display:flex}.expense-list button,.account-list button{text-align:left;background:#fff;border:0;border-bottom:1px solid #edf1f3;align-items:center;gap:10px;padding:11px 2px;display:flex}.expense-list button:last-child,.account-list button:last-child{border-bottom:0}.expense-list button:hover,.account-list button:hover{background:#f7fbfb}.expense-list>button>i{border-radius:4px;width:8px;height:30px}.expense-list>button>span{flex-direction:column;flex:1;gap:7px;min-width:0;display:flex}.expense-list b{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.expense-list em{background:#edf1f3;border-radius:4px;height:4px;overflow:hidden}.expense-list u{background:#8dcfcb;height:100%;display:block}.expense-list strong{font-size:12px}.account-dot{width:31px;height:31px;color:var(--teal-dark);background:#e7f5f4;border-radius:50%;place-items:center;font-weight:800;display:grid}.account-list button>span:nth-child(2){flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.account-list b,.account-list small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.account-list small{color:var(--muted)}.account-list strong{font-size:12px}.accounts-card{min-height:270px}@media (max-width:1120px){.owner-kpis{grid-template-columns:1fr 1fr}.dashboard-grid{grid-template-columns:1fr}.data-quality{min-height:280px}}@media (max-width:700px){.dashboard-heading{flex-direction:column;align-items:flex-start;gap:15px}.owner-kpis{grid-template-columns:1fr}.dashboard-actions{width:100%}.dashboard-actions button{flex:1}.dashboard-card{padding:15px}.month-chart{gap:3px}.month-column i{width:7px}.expense-list strong{font-size:10px}}.dashboard-actions .settings-active{border-color:var(--teal);color:var(--teal-dark);background:#eefafa}.dashboard-settings{background:#fff;border:1px solid #cfe4e4;border-radius:10px;margin-bottom:13px;overflow:hidden;box-shadow:0 8px 28px #24404c0d}.dashboard-settings>header{background:#f4faf9;border-bottom:1px solid #dfebeb;justify-content:space-between;align-items:center;padding:14px 17px;display:flex}.dashboard-settings>header div{flex-direction:column;gap:3px;display:flex}.dashboard-settings>header small{color:var(--muted)}.dashboard-settings>header button{color:var(--teal-dark);background:0 0;border:0}.dashboard-settings>div{grid-template-columns:repeat(4,1fr);gap:0;padding:5px 12px;display:grid}.dashboard-settings label{align-items:center;gap:8px;padding:11px 8px;font-size:12px;display:flex}.dashboard-settings input{accent-color:var(--teal);width:16px;height:16px}.modular-dashboard{grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);gap:12px;display:grid}.dashboard-widget{min-width:0;transition:opacity .15s,transform .15s;position:relative}.dashboard-widget.dragging{opacity:.38;transform:scale(.985)}.dashboard-widget.widget-kpis{grid-column:1/-1}.dashboard-widget.widget-counterparties,.dashboard-widget.widget-projects{grid-column:auto}.dashboard-widget>.dashboard-card{height:100%}.drag-handle{z-index:4;color:#8b9aa4;cursor:grab;opacity:0;background:#f5f8f9;border:1px solid #0000;border-radius:6px;width:27px;height:27px;font-size:18px;line-height:1;transition:all .15s;position:absolute;top:10px;right:10px}.dashboard-widget:hover>.drag-handle,.drag-handle:focus{opacity:1}.drag-handle:active{cursor:grabbing}.dashboard-widget .dashboard-card>header{padding-right:27px}.ranked-card{min-height:310px}.ranked-card header select{border:1px solid var(--line);color:#60737f;background:#fff;border-radius:6px;padding:6px;font-size:11px}.ranked-list{flex-direction:column;margin-top:14px;display:flex}.ranked-list button{text-align:left;background:#fff;border:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:7px 1px;display:grid}.ranked-list button:hover{background:#f7fbfb}.ranked-list span{flex-direction:column;gap:5px;min-width:0;display:flex}.ranked-list b{white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.ranked-list em{background:#edf1f3;border-radius:4px;height:6px;overflow:hidden}.ranked-list u{border-radius:4px;height:100%;display:block}.ranked-list strong{font-size:11px}.dashboard-empty{min-height:260px;color:var(--muted);background:#fff;border:1px dashed #cbd8dd;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:7px;display:flex}.dashboard-empty b{color:var(--ink);font-size:17px}.dashboard-empty button{background:var(--teal);color:#fff;border:0;border-radius:7px;margin-top:7px;padding:10px 14px}.modular-dashboard .owner-kpis{margin-bottom:0}@media (max-width:1120px){.modular-dashboard{grid-template-columns:1fr}.dashboard-widget.widget-kpis{grid-column:auto}.dashboard-settings>div{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.dashboard-actions{flex-wrap:wrap}.dashboard-settings>div{grid-template-columns:1fr}.drag-handle{opacity:1}.ranked-card{min-height:280px}}.operation-selection-bar .transfer-link-action{border-color:var(--primary,#24a9a5);color:var(--primary-dark,#168d8a);background:var(--primary-soft,#e8f7f6)}.operation-selection-bar .transfer-link-action:disabled{border-color:var(--border);color:var(--muted);background:var(--surface);cursor:not-allowed}.operation-transfer-link-modal{width:min(760px,100vw - 32px)}.operation-transfer-link-route{grid-template-columns:1fr 32px 1fr;align-items:stretch;gap:12px;padding:22px 24px;display:grid}.operation-transfer-link-route>i{text-align:center;color:var(--primary);align-self:center;font-size:24px;font-style:normal}.operation-transfer-link-route article{border:1px solid var(--border);background:var(--surface-soft,#f7fafb);border-radius:12px;align-items:center;gap:12px;min-width:0;padding:14px;display:flex}.operation-transfer-link-route article>span{background:var(--primary-soft,#e8f7f6);width:34px;height:34px;color:var(--primary-dark,#168d8a);border-radius:10px;place-items:center;font-weight:800;display:grid}.operation-transfer-link-route article>div{gap:3px;min-width:0;display:grid}.operation-transfer-link-route small{color:var(--muted)}.operation-transfer-link-route b{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.operation-transfer-link-route strong{font-size:15px}.operation-transfer-link-control{grid-template-columns:1fr 1fr;gap:10px;padding:0 24px 16px;display:grid}.operation-transfer-link-control>div{border:1px solid var(--border);border-radius:10px;gap:3px;padding:11px 13px;display:grid}.operation-transfer-link-control small{color:var(--muted)}.operation-transfer-link-description{gap:7px;margin:0 24px 16px;font-weight:700;display:grid}.operation-transfer-link-description input{width:100%}.operation-transfer-link-note{background:var(--primary-soft,#e8f7f6);color:var(--text);border-radius:10px;gap:4px;margin:0 24px 18px;padding:12px 14px;display:grid}.operation-transfer-link-note span{color:var(--muted);line-height:1.4}@media (max-width:680px){.operation-transfer-link-route{grid-template-columns:1fr;padding:16px}.operation-transfer-link-route>i{transform:rotate(90deg)}.operation-transfer-link-control{grid-template-columns:1fr;padding:0 16px 14px}.operation-transfer-link-description,.operation-transfer-link-note{margin-left:16px;margin-right:16px}}.directory-bulk-modal,.shop-order-bulk-modal{width:min(650px,100vw - 28px);max-height:calc(100vh - 32px);overflow:auto}.directory-bulk-summary,.shop-order-bulk-summary{background:#f1faf9;border:1px solid #cfe5e3;border-radius:10px;align-items:center;gap:14px;margin:18px 22px 12px;padding:13px 15px;display:flex}.directory-bulk-summary>b,.shop-order-bulk-summary>b{background:var(--teal);color:#fff;border-radius:10px;place-items:center;min-width:44px;height:44px;font-size:18px;display:grid}.directory-bulk-summary>span,.shop-order-bulk-summary>span{color:var(--muted);font-size:11px;line-height:1.45}.directory-bulk-actions{grid-template-columns:1fr 1fr;gap:8px;margin:0 22px 14px;display:grid}.directory-bulk-actions>label{border:1px solid var(--line);background:var(--paper);cursor:pointer;border-radius:9px;align-items:flex-start;gap:9px;padding:11px;display:flex}.directory-bulk-actions>label.selected{border-color:var(--teal);background:#effaf9;box-shadow:0 0 0 2px #24a9a51a}.directory-bulk-actions>label.danger.selected{background:#fff4f2;border-color:#e9958f}.directory-bulk-actions span{flex-direction:column;gap:3px;display:flex}.directory-bulk-actions small{color:var(--muted);font-size:10px}.directory-bulk-modal>.searchable-select-field,.shop-order-bulk-modal>.searchable-select-field{margin:0 22px 14px}.directory-bulk-secondary{border-top:1px solid var(--line);gap:8px;margin:0 22px 14px;padding-top:12px;display:flex}.directory-bulk-secondary button{min-height:34px;color:var(--teal-dark);background:#effaf9;border:1px solid #9edbd7;border-radius:7px;font-weight:800}.tax-merge-candidates{gap:8px;max-height:360px;margin:0 22px 16px;display:grid;overflow:auto}.tax-merge-candidates article{border:1px solid var(--line);background:var(--paper);border-radius:9px;padding:11px 13px}.tax-merge-candidates article.blocked{border-color:#efb5b0}.tax-merge-candidates header{justify-content:space-between;display:flex}.tax-merge-candidates p{margin:8px 0 4px}.tax-merge-candidates small{color:var(--muted)}.tax-merge-candidates em{color:#a7423e;margin-top:7px;font-size:10px;font-style:normal;display:block}.operation-transfer-link-invalid{color:#9b403b;background:#fff4f2;border:1px solid #efb5b0;border-radius:8px;flex-direction:column;gap:4px;margin:0 22px 12px;padding:11px 13px;display:flex}.operation-transfer-link-invalid span{font-size:11px}.shop-order-bulk-modal>.operation-bulk-preview{margin:0 22px 14px}html[data-theme=dark] .directory-bulk-summary,html[data-theme=dark] .shop-order-bulk-summary,html[data-theme=dark] .directory-bulk-actions>label.selected{background:#193638}html[data-theme=dark] .directory-bulk-actions>label.danger.selected,html[data-theme=dark] .operation-transfer-link-invalid{background:#412b2b}html[data-theme=dark] .directory-bulk-secondary button{color:#9fe0dc;background:#193638}.directory-bulk-fields{grid-template-columns:1fr 1fr;gap:8px;margin:0 22px 14px;display:grid}.directory-bulk-fields>label{border:1px solid var(--line);background:var(--paper);border-radius:9px;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:7px;padding:10px;display:grid}.directory-bulk-fields>label.enabled{box-shadow:inset 3px 0 var(--teal);background:#f3faf9;border-color:#9dcfca}.directory-bulk-fields>label.danger.enabled{background:#fff4f2;border-color:#e9958f;box-shadow:inset 3px 0 #dc6159}.directory-bulk-fields>label>input[type=checkbox]{width:15px;height:15px;accent-color:var(--teal)}.directory-bulk-fields>label>span{flex-direction:column;gap:2px;min-width:0;display:flex}.directory-bulk-fields>label b{font-size:10px}.directory-bulk-fields>label small{color:var(--muted);font-size:8px}.directory-bulk-fields>label>.searchable-select-field,.directory-bulk-fields>label>input:not([type=checkbox]),.directory-bulk-fields>label>select{grid-column:1/-1;width:100%;min-width:0;height:34px}.directory-bulk-fields>label>input:not([type=checkbox]),.directory-bulk-fields>label>select{border:1px solid var(--line);background:var(--paper);color:var(--ink);border-radius:7px;padding:0 9px}.directory-bulk-fields>label>input[type=color]{padding:3px}.directory-bulk-fields>label>input:disabled,.directory-bulk-fields>label>select:disabled{opacity:.55;background:var(--soft)}html[data-theme=dark] .directory-bulk-fields>label.enabled{background:#193638}html[data-theme=dark] .directory-bulk-fields>label.danger.enabled{background:#412b2b}@media (max-width:720px){.directory-bulk-fields{grid-template-columns:1fr}}.reconciliation-history-backdrop{z-index:90;padding:24px}.reconciliation-history-modal{background:var(--surface,#fff);border:1px solid var(--line,#d9e2e7);border-radius:18px;flex-direction:column;width:min(1180px,96vw);max-height:92vh;display:flex;overflow:hidden;box-shadow:0 24px 80px #192b3847}.reconciliation-history-modal>header{border-bottom:1px solid var(--line,#d9e2e7);justify-content:space-between;align-items:flex-start;padding:20px 22px 16px;display:flex}.reconciliation-history-modal>header small{color:var(--accent,#168d8a);text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:800;display:block}.reconciliation-history-modal>header h2{margin:5px 0 0;font-size:20px}.reconciliation-history-modal>header>button{color:#7c8c98;cursor:pointer;background:0 0;border:0;font-size:25px}.history-rule-condition{background:#f0f8f7;border-radius:10px;align-items:center;gap:12px;margin:16px 22px 0;padding:12px 14px;display:flex}.history-rule-condition b{color:#168d8a}.history-rule-condition span{color:#526471;font-size:13px}.history-rule-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:14px 22px;display:grid}.history-rule-kpis article{border:1px solid var(--line,#d9e2e7);border-radius:10px;gap:2px;padding:12px 14px;display:grid}.history-rule-kpis small,.history-rule-kpis span{color:#71828e;font-size:11px}.history-rule-kpis b{color:#263442;font-size:21px}.history-rule-kpis .complete b{color:#168d8a}.history-rule-list{border:1px solid var(--line,#d9e2e7);border-radius:10px;margin:0 22px;overflow:auto}.history-rule-list>div,.history-rule-list>article{border-bottom:1px solid var(--line,#d9e2e7);grid-template-columns:135px minmax(240px,1.25fr) minmax(180px,1fr) minmax(180px,1fr);align-items:center;gap:12px;padding:10px 12px;display:grid}.history-rule-list>div{z-index:1;color:#71828e;text-transform:uppercase;background:#f5f8fa;font-size:10px;font-weight:800;position:sticky;top:0}.history-rule-list>article:last-child{border-bottom:0}.history-rule-list>article>span{gap:3px;min-width:0;display:grid}.history-rule-list b,.history-rule-list strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.history-rule-list small{color:#71828e;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.reconciliation-history-modal>footer{border-top:1px solid var(--line,#d9e2e7);align-items:center;gap:10px;margin-top:14px;padding:15px 22px;display:flex}.reconciliation-history-modal>footer p{color:#71828e;max-width:610px;margin:0 auto 0 0;font-size:11px}.reconciliation-history-modal>footer button{border:1px solid var(--line,#d9e2e7);cursor:pointer;background:#fff;border-radius:8px;min-height:38px;padding:0 15px;font-weight:700}.reconciliation-history-modal>footer button.primary{color:#fff;background:#24a9a5;border-color:#24a9a5}.reconciliation-history-modal>footer button:disabled{opacity:.55;cursor:default}.rule-document-evidence{white-space:nowrap;text-overflow:ellipsis;background:#eef4ff;border-radius:999px;align-items:center;max-width:100%;margin-top:4px;padding:3px 7px;font-style:normal;overflow:hidden;color:#5270a2!important;font-size:10px!important;display:inline-flex!important}@media (max-width:800px){.reconciliation-history-backdrop{padding:0}.reconciliation-history-modal{border-radius:0;width:100vw;height:100vh;max-height:100vh}.history-rule-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.history-rule-list>div,.history-rule-list>article{grid-template-columns:110px minmax(180px,1fr) minmax(170px,1fr) minmax(170px,1fr)}.reconciliation-history-modal>footer{flex-wrap:wrap;align-items:stretch}.reconciliation-history-modal>footer p{width:100%;max-width:none}.reconciliation-history-modal>footer button{flex:1}}.dashboard-live-error{color:#b84943;background:#fff5f4;border:1px solid #efb1ac;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:9px;padding:8px 11px;font-size:11px;display:flex}.dashboard-live-error button{color:inherit;background:0 0;border:0;font-weight:800}.custom-dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:10px;display:grid}.custom-dashboard-widget{--widget-accent:#28c7b7;border:1px solid var(--line);background:var(--paper);border-radius:10px;flex-direction:column;min-width:0;min-height:286px;transition:opacity .15s,transform .15s,border-color .15s;display:flex;position:relative;overflow:hidden;box-shadow:0 5px 18px #2339430a}.custom-dashboard-widget.size-compact{min-height:215px}.custom-dashboard-widget.size-wide{grid-column:span 2}.custom-dashboard-widget.dragging{opacity:.4;transform:scale(.99)}.custom-dashboard-widget>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:8px;padding:11px 12px 8px;display:flex}.custom-dashboard-widget>header small{color:var(--teal-dark);text-transform:uppercase;letter-spacing:.05em;margin-bottom:3px;font-size:8px;font-weight:800;display:block}.custom-dashboard-widget>header h3{margin:0;font-size:13px}.custom-dashboard-widget>header nav{gap:3px;display:flex}.custom-dashboard-widget>header button{border:1px solid var(--line);background:var(--paper);width:25px;height:25px;color:var(--muted);border-radius:5px;font-size:12px}.custom-dashboard-widget>header .custom-drag{cursor:grab;font-size:16px}.custom-dashboard-widget>header .custom-drag:active{cursor:grabbing}.custom-widget-click{cursor:pointer;outline:none;flex:1;min-height:0;padding:8px 12px}.custom-widget-click:focus-visible{box-shadow:inset 0 0 0 2px var(--widget-accent)}.custom-dashboard-widget>footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;padding:7px 12px;font-size:8px;display:flex}.custom-dashboard-widget>footer button{color:var(--teal-dark);background:0 0;border:0;font-size:9px}.custom-dashboard-loading{border:1px dashed var(--line);background:var(--paper);min-height:170px;color:var(--muted);border-radius:10px;grid-column:1/-1;justify-content:center;align-items:center;gap:8px;display:flex}.custom-dashboard-loading span{border:2px solid var(--line);border-top-color:var(--teal);border-radius:50%;width:16px;height:16px;animation:.7s linear infinite spin}.dashboard-live-note{text-align:right;color:var(--muted);margin:8px 0 0;font-size:8px}.custom-gauge{max-width:360px;margin:0 auto;position:relative}.custom-gauge svg{width:100%;height:150px;display:block;overflow:visible}.custom-gauge .gauge-track,.custom-gauge .gauge-progress{fill:none;stroke:#e3eaed;stroke-width:14px;stroke-linecap:round}.custom-gauge .gauge-progress{stroke-width:15px}.custom-gauge .gauge-needle{stroke:var(--ink);stroke-width:3px;stroke-linecap:round;filter:drop-shadow(0 2px 2px #0003)}.custom-gauge svg text{fill:var(--muted);font-size:8px}.gauge-value{white-space:nowrap;flex-direction:column;align-items:center;display:flex;position:absolute;top:72px;left:50%;transform:translate(-50%)}.gauge-value small{color:var(--muted);text-transform:uppercase;font-size:8px}.gauge-value b{margin:2px 0;font-size:19px}.gauge-value span{color:var(--teal-dark);font-size:8px;font-weight:700}.gauge-facts{grid-template-columns:1fr 1fr;gap:6px;margin-top:-4px;display:grid}.gauge-facts span{background:color-mix(in srgb,var(--widget-accent) 8%,var(--paper));border-radius:7px;flex-direction:column;padding:7px 9px;display:flex}.gauge-facts small{color:var(--muted);font-size:8px}.gauge-facts b{font-size:12px}.custom-kpi{text-align:center;place-content:center;height:100%;display:grid}.custom-kpi>span{color:#fff;border-radius:12px;place-items:center;width:40px;height:40px;margin:0 auto 9px;font-size:15px;font-weight:900;display:grid}.custom-kpi>b{font-size:27px}.custom-kpi small{color:var(--muted);margin-top:3px}.custom-kpi em{color:var(--teal-dark);margin-top:7px;font-style:normal;font-weight:700}.custom-donut{grid-template-columns:minmax(120px,.85fr) 1.15fr;align-items:center;gap:13px;height:100%;display:grid}.custom-donut>div:first-child{aspect-ratio:1;border-radius:50%;place-items:center;max-width:164px;display:grid}.custom-donut>div:first-child>span{background:var(--paper);text-align:center;border-radius:50%;place-content:center;width:62%;height:62%;display:grid}.custom-donut>div:first-child b{font-size:12px}.custom-donut>div:first-child small{color:var(--muted);font-size:7px}.custom-donut>div:last-child{flex-direction:column;gap:5px;display:flex}.custom-donut>div:last-child span{grid-template-columns:7px 1fr auto;align-items:center;gap:6px;display:grid}.custom-donut i{border-radius:50%;width:7px;height:7px}.custom-donut small{text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.custom-donut b{font-size:8px}.custom-bars{flex-direction:column;gap:7px;padding-top:4px;display:flex}.custom-bars>span{grid-template-columns:minmax(80px,1fr) 2fr auto;align-items:center;gap:7px;display:grid}.custom-bars small{text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.custom-bars em{background:#e7edef;border-radius:4px;height:7px;overflow:hidden}.custom-bars i{border-radius:4px;min-width:2px;height:100%;display:block}.custom-bars b{font-size:8px}.custom-line svg{width:100%;height:158px}.custom-line line{stroke:var(--line);stroke-width:1px}.custom-line polyline{fill:none;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.custom-line circle{stroke:var(--paper);stroke-width:2px}.custom-line>div{color:var(--muted);justify-content:space-between;font-size:7px;display:flex}.custom-bubbles{flex-wrap:wrap;place-content:center;align-items:center;gap:8px;height:100%;min-height:185px;display:flex}.custom-bubbles>span{width:70px;height:70px;transform:scale(var(--scale));margin:calc((var(--scale) - 1) * 18px);background:color-mix(in srgb,var(--bubble) 84%,#fff);color:#fff;box-shadow:inset 0 0 18px #fff4,0 8px 18px color-mix(in srgb,var(--bubble) 24%,transparent);text-align:center;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex}.custom-bubbles b{font-size:10px}.custom-bubbles small{text-overflow:ellipsis;white-space:nowrap;width:56px;font-size:6px;overflow:hidden}.dashboard-settings-expanded>section{grid-template-columns:1.35fr 1fr;gap:0;display:grid}.dashboard-settings-expanded>section>div{padding:10px 13px}.dashboard-settings-expanded>section>div+div{border-left:1px solid var(--line)}.dashboard-settings-expanded>section>div>b{text-transform:uppercase;color:var(--muted);margin-bottom:6px;font-size:9px;display:block}.dashboard-settings-expanded>section>div:first-child>span{border-bottom:1px solid var(--line);grid-template-columns:18px 76px 1fr 27px 32px;align-items:center;gap:5px;min-height:34px;display:grid}.dashboard-settings-expanded>section>div:first-child>span small{color:var(--muted);font-size:8px}.dashboard-settings-expanded>section>div:first-child>span strong{text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.dashboard-settings-expanded>section button{border:1px solid var(--line);background:var(--paper);color:var(--teal-dark);border-radius:5px;padding:4px}.dashboard-settings-expanded>section .danger{color:var(--coral)}.dashboard-settings-expanded>section label{align-items:center;gap:7px;padding:6px 2px;display:flex}.dashboard-settings-expanded>footer{border-top:1px solid var(--line);text-align:right;padding:7px 13px}.dashboard-settings-expanded>footer button{color:var(--muted);background:0 0;border:0;font-size:9px}.dashboard-builder-backdrop{z-index:150}.dashboard-builder-modal{border:1px solid var(--line);background:var(--paper);border-radius:12px;width:min(900px,100vw - 40px);max-height:calc(100vh - 34px);overflow:auto;box-shadow:0 28px 80px #10212b42}.dashboard-builder-modal>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;padding:16px 18px;display:flex}.dashboard-builder-modal>header small{color:var(--teal-dark);letter-spacing:.07em;font-size:8px;font-weight:800}.dashboard-builder-modal>header h2{margin:3px 0;font-size:18px}.dashboard-builder-modal>header p{color:var(--muted);margin:0;font-size:9px}.dashboard-builder-modal>header>button{color:var(--muted);background:0 0;border:0;font-size:23px}.dashboard-builder-body{grid-template-columns:1fr 1fr;gap:10px;padding:14px 18px;display:grid}.dashboard-builder-body>label{color:var(--muted);flex-direction:column;gap:4px;font-size:9px;display:flex}.dashboard-builder-body>label.wide,.dashboard-visual-picker,.dashboard-filter-grid,.dashboard-builder-error{grid-column:1/-1}.dashboard-builder-body input,.dashboard-builder-body select{border:1px solid var(--line);background:var(--paper);height:35px;color:var(--ink);border-radius:6px;padding:0 9px}.dashboard-builder-body .dashboard-color{width:100%;padding:3px}.dashboard-visual-picker{border:0;grid-template-columns:repeat(6,1fr);gap:6px;margin:0;padding:0;display:grid}.dashboard-visual-picker legend{color:var(--muted);margin-bottom:6px;font-size:9px}.dashboard-visual-picker button{border:1px solid var(--line);background:var(--paper);min-height:58px;color:var(--ink);border-radius:7px;flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex}.dashboard-visual-picker button.active{border-color:var(--teal);color:var(--teal-dark);box-shadow:inset 0 0 0 1px var(--teal);background:#edf9f8}.dashboard-visual-picker i{font-size:17px;font-style:normal}.dashboard-visual-picker span{font-size:8px}.dashboard-filter-grid{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.dashboard-multiselect{position:relative}.dashboard-multiselect>summary{border:1px solid var(--line);background:var(--paper);cursor:pointer;border-radius:6px;justify-content:space-between;align-items:center;height:37px;padding:0 9px;list-style:none;display:flex}.dashboard-multiselect>summary::-webkit-details-marker{display:none}.dashboard-multiselect>summary span{font-size:9px}.dashboard-multiselect>summary b{color:var(--teal-dark);font-size:8px}.dashboard-multiselect>div{z-index:20;border:1px solid var(--line);background:var(--paper);border-radius:7px;padding:7px;position:absolute;top:41px;left:0;right:0;box-shadow:0 15px 35px #152b3530}.dashboard-multiselect>div>input{width:100%;height:30px}.dashboard-multiselect nav{justify-content:space-between;padding:5px 0;display:flex}.dashboard-multiselect nav button{color:var(--teal-dark);background:0 0;border:0;font-size:8px}.dashboard-multiselect section{border-top:1px solid var(--line);max-height:170px;overflow:auto}.dashboard-multiselect section label{align-items:center;gap:6px;padding:6px 2px;font-size:8px;display:flex}.dashboard-multiselect section input{width:14px;height:14px}.dashboard-builder-error{color:#b84943;background:#fff4f3;border:1px solid #efb1ac;border-radius:6px;padding:8px}.dashboard-builder-modal>footer{border-top:1px solid var(--line);justify-content:flex-end;align-items:center;gap:7px;padding:10px 18px;display:flex}.dashboard-builder-modal>footer span{color:var(--muted);margin-right:auto;font-size:8px}.dashboard-builder-modal>footer button{border:1px solid var(--line);background:var(--paper);border-radius:6px;height:34px;padding:0 12px}.dashboard-builder-modal>footer .primary{border-color:var(--teal);background:var(--teal);color:#fff;font-weight:800}@media (max-width:1180px){.custom-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.custom-dashboard-widget.size-wide{grid-column:1/-1}}@media (max-width:760px){.custom-dashboard-grid{grid-template-columns:1fr}.custom-dashboard-widget.size-wide{grid-column:auto}.dashboard-settings-expanded>section{grid-template-columns:1fr}.dashboard-settings-expanded>section>div+div{border-left:0;border-top:1px solid var(--line)}.dashboard-builder-body{grid-template-columns:1fr}.dashboard-builder-body>*{grid-column:1!important}.dashboard-visual-picker{grid-template-columns:repeat(3,1fr)}.dashboard-filter-grid{grid-template-columns:1fr}.dashboard-multiselect>div{position:static}.dashboard-builder-modal>footer span{display:none}}.planning-page{padding:22px 0 40px}.planning-tabs{border-bottom:1px solid var(--line);gap:25px;display:flex}.planning-tabs button{color:var(--muted);background:0 0;border:0;padding:12px 2px}.planning-tabs button.active{color:var(--teal-dark);border-bottom:2px solid var(--teal);font-weight:800}.planning-heading{align-items:center;gap:16px;padding:20px 0 14px;display:flex}.planning-heading>div:first-child{margin-right:auto}.planning-heading h2{margin:0 0 4px}.planning-heading p{color:var(--muted);margin:0}.planning-period{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:center;display:flex}.planning-period button{color:#768791;background:0 0;border:0;padding:9px 11px}.planning-period span{text-align:center;flex-direction:column;min-width:145px;display:flex}.planning-period small{color:var(--muted);font-size:9px}.planning-period b{font-size:11px}.add-plan{background:var(--teal);color:#fff;border:0;border-radius:7px;padding:11px 14px;font-weight:700}.planning-kpis{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:12px;display:grid}.planning-kpis>div{border:1px solid var(--line);background:#fff;border-radius:9px;flex-direction:column;gap:5px;padding:14px 16px;display:flex}.planning-kpis small{color:var(--muted)}.planning-kpis b{font-size:18px}.planning-kpis em{font-size:10px;font-style:normal}.planning-kpis .gap-safe{border-left:4px solid var(--green)}.planning-kpis .gap-safe em{color:var(--green)}.planning-kpis .gap-risk{border-left:4px solid var(--coral)}.planning-kpis .gap-risk em{color:var(--coral)}.calendar-card{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.calendar-card>header,.calendar-scroll>button{grid-template-columns:170px 1fr 1fr 1.2fr;align-items:center;display:grid}.calendar-card>header{height:42px;color:var(--muted);background:#f6f8f9;padding:0 15px;font-size:10px;font-weight:800}.calendar-card>header span:not(:first-child){text-align:right}.calendar-scroll{max-height:360px;overflow:auto}.calendar-scroll>button{text-align:right;background:#fff;border:0;border-bottom:1px solid #edf1f3;width:100%;min-height:51px;padding:7px 15px;position:relative}.calendar-scroll>button:hover,.calendar-scroll>button.selected{background:#f0faf9}.calendar-scroll>button.selected{box-shadow:inset 3px 0 var(--teal)}.calendar-scroll>button>span{text-align:left;flex-direction:column;gap:2px;display:flex}.calendar-scroll small{color:var(--muted);text-transform:capitalize}.calendar-scroll strong{font-size:12px}.calendar-scroll i{width:19px;height:19px;color:var(--teal-dark);background:#e1f3f2;border-radius:9px;place-items:center;font-size:9px;font-style:normal;display:grid;position:absolute;left:130px}.calendar-scroll .danger-day{background:#fff5f4}.planned-list{border:1px solid var(--line);background:#fff;border-radius:9px;margin-top:12px;overflow:hidden}.planned-list>header{border-bottom:1px solid var(--line);background:#f8fafb;justify-content:space-between;align-items:center;padding:15px 17px;display:flex}.planned-list h3{text-transform:capitalize;margin:0 0 3px}.planned-list header p{color:var(--muted);margin:0;font-size:11px}.planned-list>header button{border:1px solid var(--line);color:var(--teal-dark);background:#fff;border-radius:6px;padding:7px 10px}.planned-list article{border-bottom:1px solid #edf1f3;grid-template-columns:42px minmax(190px,1fr) minmax(230px,1.2fr) 140px 125px;align-items:center;min-height:70px;padding:9px 15px;display:grid}.planned-list article.paid{opacity:.62}.plan-flow{color:#fff;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.plan-flow.income{background:#36ad7b}.plan-flow.expense{background:#ee7770}.planned-list article>div:not(.plan-actions){flex-direction:column;gap:4px;min-width:0;display:flex}.planned-list article b,.planned-list article small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.planned-list article small{color:var(--muted)}.planned-list article>strong{text-align:right}.plan-actions{justify-content:flex-end;gap:6px;display:flex}.plan-actions button{border:1px solid var(--line);color:#61747e;background:#fff;border-radius:6px;padding:7px 9px}.plan-actions button:last-child{color:var(--coral)}.plan-actions span{color:var(--green);font-size:11px}.planning-empty{min-height:150px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:5px;display:flex}.planning-empty b{color:var(--ink)}.planning-empty button{color:var(--teal-dark);background:0 0;border:0;margin-top:4px}.planning-period button:disabled{cursor:not-allowed;opacity:.35}.financial-trust-banner{color:#6f571d;background:#fff8e8;border:1px solid #efd39a;border-radius:8px;align-items:center;gap:10px;margin:0 0 12px;padding:10px 12px;font-size:10px;display:flex}.financial-trust-banner b{white-space:nowrap;font-size:11px}.financial-trust-banner span{color:#746740}.financial-trust-banner em{white-space:nowrap;background:#f5e4bd;border-radius:10px;margin-left:auto;padding:3px 7px;font-size:9px;font-style:normal}.financial-trust-banner.compact{margin-top:-4px}.plan-actions .plan-match-status{color:#8a733e;white-space:nowrap;align-self:center;font-size:9px}.plan-actions .legacy-plan-status{color:#806622;white-space:nowrap;background:#f3e8cf;border-radius:10px;align-self:center;padding:4px 7px;font-size:9px}html[data-theme=dark] .financial-trust-banner{color:#f4d987;background:#2c281b;border-color:#6f6036}html[data-theme=dark] .financial-trust-banner span{color:#cabb8b}html[data-theme=dark] .financial-trust-banner em,html[data-theme=dark] .plan-actions .legacy-plan-status{color:#f0cf76;background:#463c22}@media (max-width:800px){.financial-trust-banner{flex-direction:column;align-items:flex-start}.financial-trust-banner em{white-space:normal;margin-left:0}}.financial-trust-banner.verified{color:#176a4e;background:#f0faf6;border-color:#b9ded2}.financial-trust-banner.verified span{color:#4d7468}.financial-trust-banner.verified em{color:#52682a;background:#e5f1da}.planned-list article.plan-matched{background:#f5fbf8}.planned-list article.plan-legacy_paid{opacity:.62}.plan-match-breakdown{font-weight:700;color:var(--teal-dark)!important}.plan-actions .match-button{color:var(--teal-dark);border-color:#a9d8d2;font-weight:700}.plan-actions .plan-match-status.partial{color:#4774a5}.plan-actions .plan-match-status.matched{color:var(--green)}.planning-inline-error{color:#ac433e;background:#fff4f3;border-bottom:1px solid #efc0bc;padding:8px 15px;font-size:10px}.plan-match-backdrop{z-index:170}.plan-match-modal{border:1px solid var(--line);background:var(--paper);border-radius:12px;width:min(1080px,100vw - 34px);max-height:calc(100vh - 34px);overflow:auto;box-shadow:0 28px 90px #10242d55}.plan-match-modal>header{z-index:5;border-bottom:1px solid var(--line);background:var(--paper);justify-content:space-between;align-items:flex-start;padding:16px 19px;display:flex;position:sticky;top:0}.plan-match-modal>header small{color:var(--teal-dark);letter-spacing:.08em;font-size:8px;font-weight:900}.plan-match-modal>header h2{margin:3px 0;font-size:19px}.plan-match-modal>header p{color:var(--muted);margin:0;font-size:9px}.plan-match-modal>header>button{color:var(--muted);background:0 0;border:0;font-size:24px}.plan-match-summary{background:var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.plan-match-summary>span{background:var(--paper);flex-direction:column;gap:4px;min-height:62px;padding:11px 16px;display:flex}.plan-match-summary small{color:var(--muted);font-size:8px}.plan-match-summary b{font-size:14px}.plan-match-summary>i{background:#e7edef;grid-column:1/-1;height:5px}.plan-match-summary>i>u{background:var(--green);border-radius:0 4px 4px 0;height:100%;display:block}.plan-match-loading{min-height:260px;color:var(--muted);place-items:center;display:grid}.plan-match-body{grid-template-columns:minmax(0,1fr) 285px;align-items:start;display:grid}.plan-match-candidates{border-right:1px solid var(--line);min-height:290px}.plan-match-candidates>header,.plan-match-history>header{border-bottom:1px solid var(--line);background:#f7f9fa;justify-content:space-between;align-items:center;min-height:48px;padding:8px 13px;display:flex}.plan-match-candidates>header>div,.plan-match-history>header>div{flex-direction:column;gap:3px;display:flex}.plan-match-candidates header small,.plan-match-history header small{color:var(--muted);font-size:8px}.plan-match-candidates>header>em{color:var(--teal-dark);background:#e5f3f1;border-radius:11px;padding:4px 8px;font-size:8px;font-style:normal;font-weight:900}.plan-match-candidates>button{border:0;border-bottom:1px solid var(--line);background:var(--paper);width:100%;min-height:75px;color:var(--ink);text-align:left;grid-template-columns:34px minmax(0,1fr) 135px 48px;align-items:center;gap:8px;padding:9px 12px;display:grid;position:relative}.plan-match-candidates>button:hover,.plan-match-candidates>button.selected{background:#eff9f7}.plan-match-candidates>button.selected{box-shadow:inset 3px 0 var(--teal)}.plan-match-candidates>button>span:nth-child(2){flex-direction:column;gap:3px;min-width:0;display:flex}.plan-match-candidates button b,.plan-match-candidates button small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.plan-match-candidates button small{color:var(--muted);font-size:8px}.plan-match-candidates>button>span:nth-child(3){flex-direction:column;align-items:flex-end;gap:2px;display:flex}.plan-match-candidates>button>em{color:#24775f;background:#e4f3ef;border-radius:15px;justify-self:end;padding:6px;font-size:10px;font-style:normal;font-weight:900}.plan-match-candidates>button>em small{font-size:6px}.plan-match-candidates>button>u{color:var(--teal-dark);text-overflow:ellipsis;white-space:nowrap;grid-column:2/5;font-size:7px;text-decoration:none;overflow:hidden}.plan-match-confirm{flex-direction:column;gap:10px;padding:14px;display:flex;position:sticky;top:74px}.plan-match-confirm>span{background:#f4f8f8;border-radius:7px;flex-direction:column;gap:3px;padding:9px;display:flex}.plan-match-confirm small,.plan-match-confirm p{color:var(--muted);font-size:8px}.plan-match-confirm p{margin:0;line-height:1.45}.plan-match-confirm label{color:var(--muted);flex-direction:column;gap:4px;font-size:8px;display:flex}.plan-match-confirm input,.plan-match-confirm textarea,.plan-match-reverse-reason input{border:1px solid var(--line);background:var(--paper);color:var(--ink);border-radius:6px;padding:8px}.plan-match-confirm textarea{resize:vertical;min-height:68px}.plan-match-confirm .primary{background:var(--teal);color:#fff;border:0;border-radius:7px;padding:10px;font-weight:800}.plan-match-confirm .primary:disabled{opacity:.5}.plan-match-empty{min-height:190px;color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:5px;display:flex}.plan-match-empty b{color:var(--ink)}.plan-match-empty.compact{min-height:90px}.plan-match-history{border-top:1px solid var(--line);grid-column:1/-1}.plan-match-history article{border-bottom:1px solid var(--line);grid-template-columns:minmax(250px,1.2fr) 120px minmax(220px,1fr) 75px;align-items:center;gap:10px;min-height:63px;padding:8px 13px;display:grid}.plan-match-history article.reversed{opacity:.58}.plan-match-history article>span{flex-direction:column;gap:3px;min-width:0;display:flex}.plan-match-history article small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.plan-match-history article>span>em{color:#187552;background:#e3f4ec;border-radius:10px;width:max-content;padding:3px 6px;font-size:7px;font-style:normal;font-weight:900}.plan-match-history article.reversed>span>em{color:#a54c46;background:#f5e6e3}.plan-match-history article>button{background:var(--paper);color:var(--coral);border:1px solid #e2b9b5;border-radius:6px;padding:7px}.plan-match-history article>button:disabled{border-color:var(--line);color:var(--muted)}.plan-match-reverse-reason{border-top:1px dashed var(--line);color:var(--muted);align-items:center;gap:8px;padding:9px 13px;font-size:8px;display:flex}.plan-match-reverse-reason input{width:min(420px,60vw)}.plan-match-error{color:#ad4943;background:#fff4f3;border:1px solid #efb7b2;border-radius:7px;margin:10px 14px 0;padding:9px}.plan-match-modal>footer{border-top:1px solid var(--line);background:#f7f9fa;justify-content:flex-end;align-items:center;gap:8px;padding:11px 15px;display:flex}.plan-match-modal>footer span{color:var(--muted);margin-right:auto;font-size:8px}.plan-match-modal>footer button{border:1px solid var(--line);background:var(--paper);color:var(--ink);border-radius:6px;padding:8px 12px}html[data-theme=dark] .financial-trust-banner.verified{color:#87dbc1;background:#172b26;border-color:#315e52}html[data-theme=dark] .financial-trust-banner.verified span{color:#a6c8be}html[data-theme=dark] :is(.planned-list article.plan-matched,.plan-match-candidates>header,.plan-match-history>header,.plan-match-modal>footer){background:#142329}html[data-theme=dark] :is(.plan-match-candidates>button:hover,.plan-match-candidates>button.selected,.plan-match-confirm>span){background:#16302d}html[data-theme=dark] .plan-match-error{background:#351f20}@media (max-width:820px){.plan-match-summary{grid-template-columns:1fr 1fr}.plan-match-body{grid-template-columns:1fr}.plan-match-candidates{border-right:0}.plan-match-confirm{border-top:1px solid var(--line);position:static}.plan-match-history article{grid-template-columns:1fr 100px}.plan-match-history article>span:nth-of-type(2){grid-column:1}.plan-match-modal>footer span{display:none}}@media (max-width:560px){.plan-match-candidates>button{grid-template-columns:30px minmax(0,1fr) 42px}.plan-match-candidates>button>span:nth-child(3){grid-column:2}.plan-match-candidates>button>u{grid-column:2/4}.plan-match-history article{grid-template-columns:1fr}.plan-match-history article>*{grid-column:1!important}}@media (max-width:1050px){.planning-heading{flex-wrap:wrap}.planning-heading>div:first-child{width:100%}.planning-kpis{grid-template-columns:1fr 1fr}.planned-list article{grid-template-columns:38px 1fr 130px 110px}.planned-list article>div:nth-of-type(2){grid-column:2}.planned-list article>strong{grid-area:1/3/3}.plan-actions{grid-area:1/4/3}}@media (max-width:700px){.planning-tabs{overflow:auto}.planning-tabs button{white-space:nowrap}.planning-period{flex:1}.add-plan{width:100%}.planning-kpis{grid-template-columns:1fr}.calendar-card{overflow:auto}.calendar-card>header,.calendar-scroll>button{min-width:650px}.planned-list article{grid-template-columns:36px 1fr 110px}.planned-list article>div:nth-of-type(2){grid-column:2}.plan-actions{grid-area:auto/2/auto/4;justify-content:flex-start}.planned-list article>strong{grid-area:1/3/3}}.planfact-page{padding-top:20px}.planfact-heading{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.planfact-heading h2{margin:0 0 4px}.planfact-heading p{color:var(--muted);margin:0}.planfact-summary{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:12px;display:grid}.planfact-summary>div{border:1px solid var(--line);background:#fff;border-radius:9px;flex-direction:column;gap:5px;padding:14px 16px;display:flex}.planfact-summary small{color:var(--muted)}.planfact-summary b{font-size:18px}.planfact-toolbar{align-items:center;gap:16px;margin-bottom:12px;display:flex}.planfact-toolbar label{color:#60727d;align-items:center;gap:7px;margin-left:auto;font-size:12px;display:flex}.planfact-toolbar input{accent-color:var(--teal)}.budget-table{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.budget-table>header,.budget-row,.budget-table>footer{grid-template-columns:minmax(250px,1.35fr) repeat(4,minmax(125px,.75fr));align-items:center;display:grid}.budget-table>header{min-height:43px;color:var(--muted);background:#f5f8f9;padding:0 15px;font-size:10px;font-weight:800}.budget-table>header span:not(:first-child){text-align:right}.budget-row{border-bottom:1px solid #edf1f3;min-height:55px;padding:0 15px}.budget-row:hover{background:#f7fbfb}.budget-row>span:first-child{align-items:center;gap:9px;min-width:0;display:flex}.budget-row>span:first-child i{width:25px;height:25px;color:var(--teal-dark);background:#e7f4f3;border-radius:6px;place-items:center;font-style:normal;display:grid}.budget-row>span:first-child b{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.budget-row>button,.budget-row>strong{text-align:right}.budget-row>button{color:var(--ink);background:0 0;border:0;padding:10px 0}.budget-row>button:hover{color:var(--teal-dark);text-decoration:underline}.plan-cell i{color:#9aa7af;margin-left:4px;font-style:normal}.budget-edit{justify-content:flex-end;display:flex}.budget-edit input{border:1px solid var(--teal);text-align:right;border-radius:6px 0 0 6px;outline:0;width:115px;padding:8px}.budget-edit button{background:var(--teal);color:#fff;border:0;border-radius:0 6px 6px 0;padding:0 8px}.execution{justify-content:flex-end;align-items:center;gap:8px;display:flex}.execution em{background:#e8edef;border-radius:5px;width:64px;height:6px;overflow:hidden}.execution u{background:var(--teal);border-radius:5px;height:100%;display:block}.execution b{text-align:right;min-width:35px}.budget-table>footer{background:#f4f7f8;min-height:50px;padding:0 15px}.budget-table>footer strong{text-align:right}.budget-hint{color:var(--muted);margin:9px 2px;font-size:11px}.planning-placeholder{border:1px solid var(--line);text-align:center;background:#fff;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;min-height:420px;margin-top:20px;display:flex}.planning-placeholder>span{color:var(--teal);font-size:35px}.planning-placeholder h2{margin:10px 0 5px}.planning-placeholder p{max-width:470px;color:var(--muted)}.planning-placeholder button{background:var(--teal);color:#fff;border:0;border-radius:7px;padding:10px 13px}@media (max-width:900px){.planfact-summary{grid-template-columns:1fr 1fr}.budget-table{overflow:auto}.budget-table>header,.budget-row,.budget-table>footer{min-width:850px}.planfact-toolbar{flex-wrap:wrap}.planfact-toolbar label{margin-left:0}}@media (max-width:600px){.planfact-heading{flex-direction:column;align-items:flex-start;gap:13px}.planfact-summary{grid-template-columns:1fr}}.budget-row.project-parent{background:#f3f7f8;border-top:1px solid #dfe7ea;min-height:58px}.budget-row.project-parent:hover{background:#eef5f5}.budget-row.project-parent>span:first-child b{font-size:13px}.budget-row.project-parent>span:first-child small{color:var(--muted);margin-left:6px;font-size:10px}.project-toggle{color:#627780;background:#fff;border:1px solid #d7e1e4;border-radius:5px;width:25px;height:25px}.parent-plan{text-align:right}.budget-row.project-child>span:first-child i{color:#9aa8b0;background:0 0}.project-budget-table .budget-row.project-child{min-height:49px}.project-budget-table .budget-row.project-child>span:first-child b{font-weight:500}.project-budget-table .budget-row.project-child:hover{background:#f7fbfb}.fill-plan-button{background:var(--teal);color:#fff;border:0;border-radius:7px;padding:9px 13px;font-weight:700}.budget-modal-backdrop{z-index:34}.budget-planning-modal{background:#fff;border-radius:12px;flex-direction:column;width:min(860px,100%);max-height:90vh;display:flex;overflow:hidden;box-shadow:0 24px 75px #14263066}.budget-planning-modal>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:18px 21px;display:flex}.budget-planning-modal>header small{color:var(--muted)}.budget-planning-modal h2{margin:3px 0 0;font-size:20px}.budget-planning-modal>header button{color:#84929b;background:0 0;border:0;font-size:27px}.budget-project-select{border-bottom:1px solid var(--line);background:#f6faf9;justify-content:space-between;align-items:end;padding:13px 21px;display:flex}.budget-project-select label{color:var(--muted);flex-direction:column;gap:5px;font-size:11px;display:flex}.budget-project-select select{border:1px solid var(--line);min-width:270px;color:var(--ink);background:#fff;border-radius:6px;padding:9px}.budget-project-select>span{color:var(--muted);font-size:11px}.bulk-budget-head,.bulk-budget-row{grid-template-columns:minmax(280px,1fr) 150px 180px;align-items:center;display:grid}.bulk-budget-head{color:var(--muted);background:#f7f9fa;padding:10px 21px;font-size:10px;font-weight:800}.bulk-budget-head span:not(:first-child){text-align:right}.bulk-budget-body{padding:0 21px;overflow:auto}.bulk-budget-row{border-bottom:1px solid #edf1f3;min-height:58px}.bulk-budget-row.new-group{border-top:5px solid #f1f4f5}.bulk-budget-row>span:first-child{align-items:center;gap:10px;min-width:0;display:flex}.bulk-budget-row>span:first-child>i{border-radius:6px;place-items:center;width:25px;height:25px;font-style:normal;font-weight:800;display:grid}.bulk-budget-row>span:first-child>i.income{color:var(--green);background:#e3f5ed}.bulk-budget-row>span:first-child>i.expense{color:var(--coral);background:#fbe9e7}.bulk-budget-row>span:first-child>span{flex-direction:column;gap:3px;min-width:0;display:flex}.bulk-budget-row b,.bulk-budget-row small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.bulk-budget-row small{color:var(--muted)}.bulk-budget-row>strong{text-align:right;font-size:12px}.bulk-budget-row>label{border:1px solid var(--line);background:#fff;border-radius:6px;justify-self:end;align-items:center;display:flex;overflow:hidden}.bulk-budget-row>label span{color:var(--muted);padding:0 9px;font-weight:800}.bulk-budget-row input{border:0;border-left:1px solid var(--line);text-align:right;outline:0;width:130px;padding:9px}.budget-planning-modal>footer{border-top:1px solid var(--line);background:#f7f9fa;justify-content:flex-end;align-items:center;gap:8px;padding:14px 21px;display:flex}.budget-planning-modal>footer>span{color:var(--muted);margin-right:auto;font-size:10px}.budget-planning-modal>footer button{border:1px solid var(--line);background:#fff;border-radius:7px;padding:9px 12px}.budget-planning-modal>footer .primary{background:var(--teal);border-color:var(--teal);color:#fff;font-weight:700}.budget-planning-modal>footer .primary:disabled{opacity:.6}@media (max-width:700px){.budget-project-select{flex-direction:column;align-items:flex-start;gap:7px}.budget-project-select select{min-width:240px}.bulk-budget-head,.bulk-budget-row{min-width:680px}.bulk-budget-body{overflow:auto}.budget-planning-modal>footer{flex-wrap:wrap}.budget-planning-modal>footer>span{display:none}}.cash-chart{min-width:0}.cash-chart-scroll{overscroll-behavior-x:contain;scrollbar-width:thin;max-width:100%;overflow-x:auto}.cash-chart-scroll svg{width:100%;height:auto;max-height:280px;color:var(--muted);display:block}.cash-chart-scroll text{fill:currentColor;font-variant-numeric:tabular-nums;font-size:10px}.cash-chart-grid{stroke:var(--line);stroke-width:1px}.cash-chart-hit{fill:#0000}.cash-chart-point{cursor:pointer;outline:none}.cash-chart-point:hover .cash-chart-hit,.cash-chart-point.active .cash-chart-hit,.cash-chart-point:focus .cash-chart-hit{fill:color-mix(in srgb,var(--teal) 9%,transparent)}.cash-chart-point:focus-visible .cash-chart-hit{stroke:var(--teal);stroke-width:2px}.cash-chart-point.aggregate text{font-weight:800}.cash-chart-income{fill:#16a878}.cash-chart-expense{fill:#e86761}.cash-chart-detail{border-top:1px solid var(--line);min-height:46px;color:var(--muted);flex-wrap:wrap;align-items:center;gap:7px 12px;padding:9px 4px;font-size:11px;display:flex}.cash-chart-detail b{color:var(--ink)}.cash-chart-detail button{color:var(--teal-dark);font:inherit;cursor:pointer;background:0 0;border:0;margin-left:auto}.cash-chart-empty{text-align:center;color:var(--muted);padding:40px}.dashboard-visual-picker i svg{width:22px;height:22px}.plan-cell i svg{vertical-align:-2px;width:12px;height:12px}.planning-page{font-size:15px}.planning-tabs button{min-height:44px;font-size:15px}.planning-heading{align-items:flex-start}.planning-heading h2{font-size:24px}.planning-heading p{font-size:15px;line-height:1.45}.planning-heading .add-plan{min-height:40px;font-size:14px}.planning-calendar-toolbar{align-items:center;gap:10px;margin-bottom:10px;display:flex}.planning-scale{border:1px solid var(--line);background:var(--paper);border-radius:9px;align-items:center;padding:3px;display:flex}.planning-scale button,.planning-today{min-height:38px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:0 14px;font-size:14px;font-weight:700}.planning-scale button.active{background:var(--teal);color:#fff}.planning-today{border:1px solid var(--line);background:var(--paper);color:var(--teal-dark)}.planning-today:disabled{cursor:not-allowed;opacity:.45}.planning-calendar-toolbar .planning-period{background:var(--paper);margin-left:auto}.planning-calendar-toolbar .planning-period button{min-width:40px;min-height:40px;font-size:20px}.planning-calendar-toolbar .planning-period span{min-width:210px}.planning-calendar-toolbar .planning-period small,.planning-calendar-toolbar .planning-period b{font-size:14px}.planning-filterbar{z-index:12;align-items:flex-start;gap:8px;margin-bottom:12px;display:flex;position:relative}.planning-filter{min-width:160px;position:relative}.planning-filter>summary{border:1px solid var(--line);background:var(--paper);cursor:pointer;border-radius:8px;grid-template-columns:1fr auto auto;align-items:center;gap:8px;min-height:40px;padding:0 11px;font-size:14px;list-style:none;display:grid}.planning-filter>summary::-webkit-details-marker{display:none}.planning-filter>summary b{min-width:25px;color:var(--teal-dark);text-align:center;background:#e5f3f1;border-radius:12px;padding:3px 7px;font-size:14px}.planning-filter>summary i{color:var(--muted);font-style:normal}.planning-filter>div{z-index:30;border:1px solid var(--line);background:var(--paper);border-radius:9px;width:min(390px,100vw - 40px);padding:9px;position:absolute;top:45px;left:0;box-shadow:0 16px 40px #152b3533}.planning-filter>div>header{gap:7px;margin-bottom:7px;display:flex}.planning-filter>div>header input{border:1px solid var(--line);background:var(--paper);min-width:0;height:40px;color:var(--ink);border-radius:6px;flex:1;padding:0 10px;font-size:14px}.planning-filter>div>header button{height:40px;color:var(--teal-dark);background:0 0;border:0;font-size:14px}.planning-filter>div>section{border-top:1px solid var(--line);max-height:280px;padding-top:5px;overflow:auto}.planning-filter>div>section label{align-items:flex-start;gap:8px;padding:8px 5px;font-size:14px;line-height:1.35;display:flex}.planning-filter>div>section input{width:17px;height:17px;accent-color:var(--teal);flex:none}.planning-filter>div>section :is(p,small){color:var(--muted);margin:8px 5px;font-size:14px;display:block}.planning-filter-summary{min-height:40px;color:var(--muted);align-items:center;margin-left:auto;font-size:14px;display:flex}.planning-page .financial-trust-banner{font-size:14px;line-height:1.4}.planning-page .financial-trust-banner b,.planning-page .financial-trust-banner em,.planning-page .planning-kpis small,.planning-page .planning-kpis em{font-size:14px}.planning-page .planning-kpis b{font-size:18px}.planning-calendar-board{z-index:1;border:1px solid var(--line);background:var(--paper);border-radius:10px;position:relative;overflow:auto;box-shadow:0 5px 18px #2339430a}.planning-weekdays{border-bottom:1px solid var(--line);background:#f5f8f9;grid-template-columns:repeat(7,minmax(158px,1fr));min-width:1106px;display:grid}.planning-weekdays span{color:var(--muted);padding:11px 12px;font-size:14px;font-weight:800}.planning-calendar-grid{background:var(--line);gap:1px;display:grid}.planning-calendar-board:is(.scale-week,.scale-month,.scale-year) .planning-calendar-grid{grid-template-columns:repeat(4,minmax(230px,1fr));min-width:920px}.planning-calendar-grid>button{background:var(--paper);min-width:0;min-height:176px;color:var(--ink);text-align:left;cursor:pointer;outline-offset:-3px;border:0;flex-direction:column;gap:8px;padding:11px 12px;display:flex}.planning-calendar-grid>button:hover{background:#f5fbfa}.planning-calendar-grid>button.selected{box-shadow:inset 0 0 0 2px var(--teal);background:#ecf8f6}.planning-calendar-grid>button.outside{color:#7c8b92;background:#f7f8f8}.planning-calendar-grid>button.gap{background:#fff5f4}.planning-calendar-grid>button.gap.selected{box-shadow:inset 0 0 0 2px var(--coral)}.planning-calendar-grid>button>header{justify-content:space-between;align-items:center;gap:8px;display:flex}.planning-calendar-grid>button>header b{text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.planning-calendar-grid>button>header span{color:var(--muted);font-size:14px}.planning-calendar-grid dl{flex-direction:column;flex:1;gap:4px;margin:0;display:flex}.planning-calendar-grid dl>div{justify-content:space-between;align-items:center;gap:8px;display:flex}.planning-calendar-grid :is(dt,dd){font-variant-numeric:tabular-nums;margin:0;font-size:14px}.planning-calendar-grid dt{color:var(--muted)}.planning-calendar-grid dd{text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.planning-calendar-grid .planning-calendar-result{border-top:1px solid var(--line);margin-top:3px;padding-top:6px}.planning-calendar-grid>button>footer{min-height:21px;color:var(--muted);align-items:center;gap:7px;margin-top:auto;font-size:14px;display:flex}.planning-calendar-grid>button>footer em,.planning-calendar-grid>button>footer strong{border-radius:10px;padding:2px 6px;font-size:14px;font-style:normal}.planning-calendar-grid>button>footer em{color:#8a641e;background:#fff0d5}.planning-calendar-grid>button>footer strong{color:#a94943;background:#f8dedb;margin-left:auto}.planning-calendar-past{color:var(--muted);flex:1;place-items:center;font-size:14px;display:grid}.planning-calendar-loading{background:color-mix(in srgb,var(--paper) 78%,transparent);color:var(--teal-dark);place-items:center;font-size:15px;font-weight:800;display:grid;position:absolute;inset:0}.planning-page .planned-list h3{font-size:18px}.planning-page .planned-list header p,.planning-page .planned-list article small,.planning-page .plan-actions span,.planning-page .planning-empty,.planning-page .planning-inline-error{font-size:14px}.planning-page .planned-list>header button,.planning-page .plan-actions button,.planning-page .planning-empty button,.planning-page .planning-inline-error button{min-height:38px;font-size:14px}.planning-page .planning-inline-error{border:1px solid #efc0bc;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;padding:10px 13px;display:flex}.planning-page .planning-inline-error button{color:inherit;background:0 0;border:1px solid;border-radius:6px;padding:0 12px}html[data-theme=dark] :is(.planning-weekdays,.planning-calendar-grid>button.outside){background:#17262c}html[data-theme=dark] .planning-calendar-grid>button:hover{background:#18302f}html[data-theme=dark] .planning-calendar-grid>button.selected{background:#173532}html[data-theme=dark] .planning-calendar-grid>button.gap{background:#382222}@media (max-width:1050px){.planning-calendar-toolbar{flex-wrap:wrap;align-items:stretch}.planning-calendar-toolbar .planning-period{margin-left:0}.planning-filterbar{flex-wrap:wrap}.planning-filter-summary{width:100%;margin-left:0}.planning-calendar-board:is(.scale-month,.scale-year) .planning-calendar-grid{grid-template-columns:repeat(3,minmax(230px,1fr));min-width:690px}}@media (max-width:700px){.planning-calendar-toolbar>*{width:100%}.planning-scale{grid-template-columns:repeat(4,1fr);display:grid}.planning-scale button{padding:0 6px}.planning-calendar-toolbar .planning-period span{flex:1;min-width:0}.planning-filter{width:calc(50% - 4px);min-width:0}.planning-filter-summary{font-size:14px}.planning-page .financial-trust-banner em{white-space:normal}.planning-calendar-board:is(.scale-month,.scale-year) .planning-calendar-grid{grid-template-columns:repeat(2,minmax(220px,1fr));min-width:440px}.planning-calendar-board.scale-week .planning-calendar-grid{grid-template-columns:repeat(2,minmax(230px,1fr));min-width:460px}}.planning-calendar-workspace{grid-template-columns:minmax(720px,1fr) minmax(500px,560px);align-items:start;gap:12px;display:grid}.planning-calendar-workspace>.planning-calendar-board{min-width:0}.planning-calendar-grid>button.past{opacity:1;min-height:176px}.planning-calendar-grid>button.past:not(.selected){background:#fbfcfc}.planning-ledger{flex-direction:column;min-width:0;max-height:922px;margin-top:0;display:flex;position:sticky;top:10px}.planning-ledger>header{flex:none;gap:10px}.planning-ledger>header>div{min-width:0}.planning-ledger>header h3{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.planning-ledger-columns,.planning-ledger-scroll article{grid-template-columns:115px minmax(110px,.8fr) minmax(165px,1.1fr) 120px 28px;align-items:center;gap:8px;min-width:560px;display:grid}.planning-ledger-columns{border-bottom:1px solid var(--line);color:var(--muted);background:#f3f6f7;flex:none;padding:8px 10px;font-size:14px;font-weight:800}.planning-ledger-scroll{min-height:0;overflow:auto}.planning-ledger-scroll>section>header{z-index:2;border-bottom:1px solid var(--line);background:#edf2f3;justify-content:space-between;align-items:center;gap:10px;padding:7px 10px;font-size:14px;display:flex;position:sticky;top:0}.planning-ledger-scroll>section>header b{text-transform:capitalize}.planning-ledger-scroll>section>header span{color:var(--muted);font-variant-numeric:tabular-nums}.planning-ledger .planning-ledger-scroll article{border-bottom:1px solid #edf1f3;min-height:78px;padding:8px 10px}.planning-ledger .planning-ledger-scroll article.plan{background:#fffdf8}.planning-ledger .planning-ledger-scroll article>span{flex-direction:column;gap:4px;min-width:0;display:flex}.planning-ledger .planning-ledger-scroll article :is(b,strong,small){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.planning-ledger .planning-ledger-scroll article :is(b,strong){font-size:14px}.planning-ledger .planning-ledger-scroll article small{color:var(--muted);font-size:14px}.planning-ledger .planning-ledger-scroll article>a,.planning-ledger .planning-ledger-scroll article>button{color:#78909b;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;width:28px;height:34px;font-size:28px;text-decoration:none;display:grid}.planning-ledger .planning-ledger-scroll article>a:hover,.planning-ledger .planning-ledger-scroll article>button:hover{color:var(--teal-dark);background:#e8f4f2}.planning-ledger>.planning-empty{text-align:center;min-height:220px;padding:24px}.planning-ledger>.planning-inline-error{margin:8px}html[data-theme=dark] :is(.planning-calendar-grid>button.past:not(.selected),.planning-ledger .planning-ledger-scroll article.plan){background:#172329}html[data-theme=dark] :is(.planning-ledger-columns,.planning-ledger-scroll>section>header){background:#18272d}@media (max-width:1450px){.planning-calendar-workspace{grid-template-columns:minmax(0,1fr)}.planning-ledger{max-height:680px;position:static}}@media (max-width:700px){.planning-calendar-workspace{gap:10px}.planning-ledger-columns,.planning-ledger-scroll article{min-width:560px}.planning-ledger{max-height:620px}}.planning-calendar-workspace{display:block;position:relative}.planning-ledger-toggle{border:1px solid var(--line);background:var(--paper);min-height:40px;color:var(--teal-dark);cursor:pointer;border-radius:7px;align-items:center;gap:8px;padding:0 11px;font-size:14px;font-weight:800;display:flex}.planning-ledger-toggle b{text-align:center;background:#e4f3f1;border-radius:12px;min-width:24px;padding:3px 7px;font-size:14px}.planning-ledger-drawer-shell{z-index:60;pointer-events:none;width:clamp(600px,48vw,760px);max-width:calc(100vw - 70px);position:fixed;top:0;bottom:0;right:0}.planning-ledger-drawer-shell.collapsed{width:48px}.planning-ledger-drawer-shell [hidden]{display:none!important}.planning-ledger-rail{z-index:2;border:1px solid var(--line);background:var(--paper);width:38px;height:58px;color:var(--teal-dark);cursor:pointer;pointer-events:auto;border-right:0;border-radius:10px 0 0 10px;place-items:center;font-size:21px;font-weight:900;display:grid;position:absolute;top:186px;left:-38px;box-shadow:-7px 8px 20px #14263020}.planning-ledger-drawer-shell.collapsed .planning-ledger-rail{border-right:1px solid var(--line);writing-mode:vertical-rl;border-radius:10px 0 0 10px;width:48px;height:176px;font-size:13px;top:170px;left:0;transform:rotate(180deg);box-shadow:-9px 8px 24px #14263024}.planning-ledger-drawer-shell .planning-ledger{background:var(--paper);pointer-events:auto;border-width:0 0 0 1px;border-radius:0;flex-direction:column;width:100%;height:100dvh;max-height:none;margin:0;display:flex;position:static;overflow:hidden;box-shadow:-18px 0 48px #15232d30}.planning-ledger-drawer-shell .planning-ledger>header{background:var(--paper);min-height:76px;padding:11px 14px 11px 18px}.planning-ledger-drawer-shell .planning-ledger>header>div:first-child{flex-direction:column;gap:2px;min-width:0;display:flex}.planning-ledger-drawer-shell .planning-ledger>header small{color:var(--teal-dark);letter-spacing:.06em;text-transform:uppercase;font-size:14px;font-weight:900}.planning-ledger-drawer-shell .planning-ledger>header h3{margin:0;font-size:19px}.planning-ledger-header-actions{align-items:center;gap:7px;display:flex}.planning-ledger-drawer-shell .planning-ledger-close{border-radius:8px;width:34px;min-width:34px;height:34px;border:1px solid var(--line)!important;background:var(--paper)!important;min-height:34px!important;color:var(--muted)!important;padding:0!important;font-size:22px!important}.planning-ledger-drawer-shell .planning-ledger-scroll,.planning-ledger-drawer-shell .planning-empty{flex:auto}.planning-ledger-drawer-shell .planning-ledger-columns{flex:none}html[data-theme=dark] .planning-ledger-toggle b{background:#193c39}html[data-theme=dark] .planning-ledger-drawer-shell .planning-ledger{box-shadow:-18px 0 48px #0008}@media (max-width:900px){.planning-ledger-drawer-shell{width:min(660px,100vw - 44px);max-width:none}.planning-ledger-drawer-shell .planning-ledger-rail{width:34px;left:-34px}.planning-ledger-drawer-shell.collapsed .planning-ledger-rail{width:48px;left:0}}@media (max-width:700px){.planning-calendar-toolbar .planning-ledger-toggle{justify-content:space-between;width:100%}.planning-ledger-drawer-shell{width:calc(100vw - 38px)}.planning-ledger-drawer-shell .planning-ledger>header{align-items:flex-start}.planning-ledger-header-actions{align-self:center}.planning-ledger-drawer-shell .planning-ledger>header small{font-size:12px}}@media (prefers-reduced-motion:no-preference){.planning-ledger-drawer-shell{transition:width .18s}.planning-ledger-drawer-shell .planning-ledger{animation:.2s ease-out planning-ledger-enter}@keyframes planning-ledger-enter{0%{opacity:.88;transform:translate(14px)}to{opacity:1;transform:translate(0)}}}.planning-weekdays{gap:6px;padding:6px 6px 5px}.planning-weekdays span{padding:7px 8px}.planning-calendar-grid{background:var(--paper);gap:6px;padding:6px}.planning-calendar-board.scale-day .planning-calendar-grid,.planning-calendar-board.scale-week .planning-calendar-grid{grid-template-columns:repeat(7,minmax(158px,1fr));min-width:1106px}.planning-calendar-board:is(.scale-month,.scale-year) .planning-calendar-grid{grid-template-columns:repeat(4,minmax(230px,1fr));min-width:920px}.planning-calendar-grid>button{border:1px solid var(--line);border-radius:7px;gap:7px;padding:9px 8px;overflow:hidden}.planning-calendar-board.scale-week .planning-calendar-grid>button{grid-column:1/-1;min-height:190px}.planning-calendar-board.scale-day .planning-calendar-grid>button>header b{order:2;margin-left:auto}.planning-calendar-board.scale-day .planning-calendar-grid>button>header span{order:1}.planning-calendar-grid dl{align-items:stretch;gap:3px}.planning-calendar-grid dl>div{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1px}.planning-calendar-grid dt{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.planning-calendar-grid dd{max-width:100%}.planning-calendar-grid .planning-calendar-net{border-radius:3px;width:100%;margin:2px 0;padding:3px 5px}.planning-calendar-grid .planning-calendar-net.positive{color:#087861;background:#c9f1eb}.planning-calendar-grid .planning-calendar-net.negative{color:#b13f38;background:#ffd4d1}.planning-calendar-grid .planning-calendar-net dd{color:inherit}.planning-calendar-grid .planning-calendar-result{color:var(--muted);border-top:0;margin-top:0;padding-top:0}.planning-calendar-grid .planning-calendar-result dd{font-size:14px}.planning-week-days{border-block:1px solid var(--line);background:#f7f9fa;grid-template-columns:repeat(7,minmax(0,1fr));margin:0 -8px;display:grid}.planning-week-days>span{border-right:1px solid var(--line);min-height:35px;color:var(--ink);justify-content:flex-end;align-items:baseline;gap:5px;padding:7px 9px;display:flex}.planning-week-days>span:last-child{border-right:0}.planning-week-days>span.outside{color:var(--muted);opacity:.55}.planning-week-days>span.today{color:var(--teal-dark);background:#dff3fb}.planning-week-days b,.planning-week-days small{font-size:14px}.planning-week-days small{color:inherit}.planning-calendar-board.scale-week .planning-calendar-grid dl{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.planning-calendar-board.scale-week .planning-calendar-grid dl>div{border-left:2px solid var(--line);min-height:49px;padding:4px 8px}.planning-calendar-board.scale-week .planning-calendar-grid dl>div:first-child{border-left:0}.planning-calendar-board.scale-week .planning-calendar-grid dt{clip:auto;clip-path:none;white-space:normal;width:auto;height:auto;color:var(--muted);position:static;overflow:visible}.planning-calendar-board.scale-week .planning-calendar-net{margin:0}html[data-theme=dark] .planning-calendar-grid .planning-calendar-net.positive{color:#8ee3d2;background:#17483f}html[data-theme=dark] .planning-calendar-grid .planning-calendar-net.negative{color:#ffaaa4;background:#542c2b}html[data-theme=dark] .planning-week-days{background:#152329}.planning-calendar-grid>button.past:not(.gap){opacity:.68;filter:saturate(.72)}.planning-calendar-grid>button.past:not(.gap).selected{opacity:.84}.planning-calendar-grid>button.gap,.planning-calendar-grid>button.past.gap:not(.selected){opacity:1;background:color-mix(in srgb,#fff 8%,var(--paper))}.planning-calendar-grid>button.gap.selected{background:color-mix(in srgb,#fff 8%,var(--paper));box-shadow:inset 0 0 0 2px var(--coral)}.planning-calendar-grid>button:not(.past):not(.gap):not(.outside){opacity:1;background:var(--paper)}.planning-calendar-grid>button:not(.past):not(.gap):not(.outside):hover{background:#f5fbfa}html[data-theme=dark] .planning-calendar-grid>button.gap,html[data-theme=dark] .planning-calendar-grid>button.past.gap:not(.selected){background:color-mix(in srgb,#fff 8%,var(--paper))}.planning-calendar-toolbar.compact{z-index:12;align-items:flex-start;gap:8px;position:relative}.planning-scale-picker{z-index:14;flex:0 0 142px;position:relative}.planning-scale-picker>summary{border:1px solid var(--line);background:var(--paper);cursor:pointer;border-radius:8px;grid-template-columns:1fr auto auto;align-items:center;gap:7px;min-height:40px;padding:0 10px;font-size:14px;list-style:none;display:grid}.planning-scale-picker>summary::-webkit-details-marker{display:none}.planning-scale-picker>summary span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.planning-scale-picker>summary b{color:var(--ink);font-size:14px}.planning-scale-picker>summary i{color:var(--muted);font-style:normal}.planning-scale-picker>div{z-index:40;border:1px solid var(--line);background:var(--paper);border-radius:8px;width:100%;padding:5px;display:grid;position:absolute;top:45px;left:0;box-shadow:0 16px 40px #152b3533}.planning-scale-picker>div button{min-height:36px;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:0 9px;font-size:14px}.planning-scale-picker>div button:hover{background:#f1f7f6}.planning-scale-picker>div button.active{background:var(--teal);color:#fff;font-weight:800}.planning-calendar-toolbar.compact>.planning-filterbar{z-index:13;flex-wrap:nowrap;flex:auto;min-width:0;margin:0;display:flex}.planning-calendar-toolbar.compact .planning-filter{flex:128px;min-width:0}.planning-calendar-toolbar.compact .planning-filter>summary span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.planning-calendar-toolbar.compact .planning-period{flex:none;margin-left:0}.planning-calendar-toolbar.compact .planning-period span{min-width:170px}.planning-calendar-toolbar.compact :is(.planning-toolbar-add,.planning-ledger-toggle){flex:none}.planning-toolbar-add{min-height:40px;padding:0 13px}.planning-calendar-board.scale-custom .planning-calendar-grid{grid-template-rows:1fr;grid-auto-columns:minmax(260px,1fr);grid-auto-flow:column;min-width:min-content}.planning-custom-periods{border:1px solid var(--line);background:var(--paper);border-radius:9px;margin:-2px 0 10px;padding:10px}.planning-custom-periods>header,.planning-custom-periods>footer{justify-content:space-between;align-items:center;gap:10px;display:flex}.planning-custom-periods>header{margin-bottom:8px}.planning-custom-periods>header>div{align-items:baseline;gap:8px;min-width:0;display:flex}.planning-custom-periods>header b{font-size:14px}.planning-custom-periods>header span{color:var(--muted);font-size:12px}.planning-custom-periods button{border:1px solid var(--line);background:var(--paper);min-height:34px;color:var(--teal-dark);cursor:pointer;border-radius:6px;padding:0 10px;font-size:13px}.planning-custom-periods>div{gap:6px;display:grid}.planning-custom-periods article{grid-template-columns:minmax(180px,1fr) 145px 145px 34px;align-items:end;gap:7px;display:grid}.planning-custom-periods label{color:var(--muted);gap:3px;font-size:11px;display:grid}.planning-custom-periods input{border:1px solid var(--line);background:var(--paper);min-width:0;height:36px;color:var(--ink);border-radius:6px;padding:0 9px;font-size:13px}.planning-custom-periods article>button{width:34px;color:var(--coral);padding:0;font-size:20px}.planning-custom-periods article>button:disabled{opacity:.35;cursor:not-allowed}.planning-custom-periods>footer{margin-top:8px}.planning-custom-periods>footer span{min-width:0;color:var(--coral);flex:1;font-size:12px}.planning-custom-periods>footer button.primary{border-color:var(--teal);background:var(--teal);color:#fff}.planning-ledger .planning-ledger-scroll article b.uncategorized{color:#d78a25}html[data-theme=dark] .planning-scale-picker>div button:hover{background:#18302f}.planning-ledger .planning-ledger-scroll article.actual{cursor:pointer}.planning-ledger .planning-ledger-scroll article.actual:hover{background:#e8f4f2}.planning-ledger .planning-ledger-scroll article.actual:focus-visible{outline:2px solid var(--teal);outline-offset:-2px}.planning-ledger .planning-ledger-scroll article.actual>.planning-ledger-open{color:#78909b;justify-content:center;align-items:center;font-size:28px}html[data-theme=dark] .planning-ledger .planning-ledger-scroll article.actual:hover{background:#19312f}@media (max-width:1400px){.planning-calendar-toolbar.compact{flex-wrap:wrap}.planning-calendar-toolbar.compact>.planning-filterbar{flex-basis:100%;order:5}.planning-calendar-toolbar.compact .planning-period{margin-left:auto}}@media (max-width:700px){.planning-calendar-toolbar.compact>*{width:auto}.planning-calendar-toolbar.compact .planning-scale-picker{flex:130px}.planning-calendar-toolbar.compact .planning-period{flex:230px;order:2;margin-left:0}.planning-calendar-toolbar.compact .planning-toolbar-add{flex:auto;order:3}.planning-calendar-toolbar.compact .planning-ledger-toggle{order:4;width:100%}.planning-calendar-toolbar.compact>.planning-filterbar{order:5;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.planning-calendar-toolbar.compact .planning-filter{width:auto}.planning-scale-picker>div{position:absolute}.planning-filter>div{width:min(390px,100vw - 32px)}.planning-custom-periods>header>div{flex-direction:column;align-items:flex-start;gap:2px}.planning-custom-periods article{grid-template-columns:1fr 1fr 34px}.planning-custom-periods article label:first-child{grid-column:1/-1}}.rental-page{padding:22px 0 40px}.rental-heading{justify-content:space-between;align-items:center;gap:24px;margin-bottom:16px;display:flex}.rental-heading h2{margin:4px 0 5px;font-size:23px}.rental-heading p{color:var(--muted);margin:0}.rental-heading>div:last-child{gap:8px;display:flex}.rental-heading button,.rental-table-card>header button{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:7px;padding:10px 14px;font-weight:700}.rental-heading button.primary,.rental-table-card>header button{background:var(--teal);border-color:var(--teal);color:#fff}.rental-error{color:#a8433d;background:#fff1ef;border:1px solid #f1bbb7;border-radius:7px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:9px 12px;display:flex}.rental-error button{color:inherit;background:0 0;border:0;font-size:20px}.rental-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.rental-kpis article{border:1px solid var(--line);background:#fff;border-radius:9px;flex-direction:column;gap:4px;min-height:108px;padding:16px 15px 14px 58px;display:flex;position:relative}.rental-kpis small{color:var(--muted)}.rental-kpis b{font-size:19px}.rental-kpis em{color:#788892;font-size:11px;font-style:normal}.rental-kpi-icon{border-radius:9px;place-items:center;width:33px;height:33px;font-weight:800;display:grid;position:absolute;top:16px;left:15px}.rental-kpi-icon.teal{color:var(--teal-dark);background:#e4f4f2}.rental-kpi-icon.blue{color:#4c74be;background:#e8f0fd}.rental-kpi-icon.green{color:var(--green);background:#e4f5ed}.rental-kpi-icon.coral{color:var(--coral);background:#fbe9e7}.rental-tabs{border-bottom:1px solid var(--line);align-items:end;gap:24px;margin-bottom:12px;display:flex}.rental-tabs button{color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;padding:12px 2px}.rental-tabs button.active{border-bottom-color:var(--teal);color:var(--teal-dark);font-weight:800}.rental-tabs span{background:#e9eef0;border-radius:12px;margin-left:5px;padding:2px 7px;font-size:10px}.rental-objects-layout{grid-template-columns:280px minmax(650px,1fr);gap:12px;display:grid}.building-list,.rental-table-card{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.building-list>header,.rental-table-card>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:58px;padding:0 14px;display:flex}.building-list>header button{color:var(--teal-dark);background:0 0;border:0}.building-list>header button.active{font-weight:800}.building-list>button{text-align:left;background:#fff;border:0;border-bottom:1px solid #edf1f3;grid-template-columns:34px minmax(0,1fr) 40px;align-items:start;gap:10px;width:100%;padding:13px 12px;display:grid}.building-list>button:hover,.building-list>button.active{background:#f1f9f8}.building-mark{width:34px;height:34px;color:var(--teal-dark);background:#dff1ef;border-radius:8px;place-items:center;display:grid}.building-list>button>span:nth-child(2){flex-direction:column;gap:3px;min-width:0;display:flex}.building-list b,.building-list small,.building-list em{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.building-list small,.building-list em{color:var(--muted);font-size:10px;font-style:normal}.building-list strong{color:var(--teal-dark);text-align:right;font-size:12px}.rental-table-card>header>div{flex-direction:column;gap:3px;display:flex}.rental-table-card>header small{color:var(--muted)}.rental-table-card.wide{width:100%}.rental-table{overflow:auto}.rental-table-head,.rental-table article{align-items:center;column-gap:18px;display:grid}.contract-table .rental-table-head,.contract-table article{grid-template-columns:minmax(190px,1fr) minmax(210px,1.1fr) minmax(185px,.9fr) 150px 150px}.rental-table-head{min-height:39px;color:var(--muted);background:#f5f8f9;padding:0 15px;font-size:10px;font-weight:800}.rental-table article{border-bottom:1px solid #edf1f3;min-height:68px;padding:9px 15px}.rental-table article:last-child{border-bottom:0}.rental-table article:hover{background:#f8fbfb}.rental-table article>div{flex-direction:column;gap:4px;min-width:0;display:flex}.rental-table article>div:first-child{flex-direction:row;align-items:center;gap:10px}.rental-table article b,.rental-table article small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.rental-table article small{color:var(--muted);font-size:10px}.unit-number{width:38px;height:38px;color:var(--teal-dark);background:#e7f4f3;border-radius:8px;flex:0 0 38px;place-items:center;font-weight:800;display:grid}.rental-status{border-radius:14px;align-items:center;gap:5px;width:max-content;padding:5px 8px;font-size:10px;font-weight:800;display:flex}.rental-status i{background:currentColor;border-radius:50%;width:6px;height:6px}.rental-status.occupied{color:#4c74be;background:#e6eefb}.rental-status.available{color:#16815a;background:#e2f5ec}.rental-status.maintenance{color:#9d6713;background:#fff2db}.rental-status.inactive{color:#71808a;background:#edf0f2}.contract-status{border-radius:13px;width:max-content;padding:5px 8px;font-size:10px;font-weight:800}.contract-status.active{color:#16815a;background:#e2f5ec}.contract-status.draft{color:#9d6713;background:#fff2db}.contract-status.closed,.contract-status.cancelled{color:#71808a;background:#edf0f2}.contract-actions button{color:var(--teal-dark);text-align:left;background:0 0;border:0;padding:0;font-size:10px}.client-avatar{width:38px;height:38px;color:var(--teal-dark);background:#e7f4f3;border-radius:50%;flex:0 0 38px;place-items:center;font-weight:800;display:grid}.client-avatar.problem{color:#b6443e;background:#fbe3e1}.rental-empty{text-align:center;color:var(--muted);padding:70px 20px}.rental-loading{min-height:440px;color:var(--muted);justify-content:center;align-items:center;gap:12px;display:flex}.rental-loading span{border:3px solid #dce6e7;border-top-color:var(--teal);border-radius:50%;width:22px;height:22px;animation:.8s linear infinite rental-spin}@keyframes rental-spin{to{transform:rotate(360deg)}}.rental-modal{width:min(760px,100%);max-height:92vh;overflow:auto}.rental-modal fieldset{border:1px solid var(--line);border-radius:8px;padding:10px}.rental-modal legend{color:#64737e;padding:0 6px;font-size:12px;font-weight:700}.unit-picker{grid-template-columns:1fr 1fr;gap:7px;max-height:190px;display:grid;overflow:auto}.unit-picker label{border:1px solid #e2e8eb;border-radius:7px;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;padding:9px;display:grid}.unit-picker label:has(input:checked){border-color:var(--teal);background:#f1f9f8}.unit-picker label>span{flex-direction:column;gap:3px;min-width:0;display:flex}.unit-picker b,.unit-picker small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.unit-picker small{color:var(--muted)}.unit-picker strong{font-size:10px}.modal-grid .check-label{flex-direction:row;justify-content:flex-start;align-items:center}.modal-grid .check-label input{width:auto;accent-color:var(--teal)}@media (max-width:1180px){.rental-kpis{grid-template-columns:1fr 1fr}.rental-objects-layout{grid-template-columns:230px minmax(650px,1fr);overflow:auto}.rental-table-card.wide{overflow:auto}.contract-table,.client-table{min-width:900px}}@media (max-width:760px){.rental-heading{flex-direction:column;align-items:flex-start}.rental-heading>div:last-child{width:100%}.rental-heading button{flex:1}.rental-kpis{grid-template-columns:1fr}.rental-objects-layout{display:block;overflow:visible}.building-list{margin-bottom:10px}.rental-table-card{overflow:auto}.unit-table{min-width:780px}.unit-picker{grid-template-columns:1fr}.rental-modal{max-height:96vh}}.billing-section{flex-direction:column;gap:12px;display:flex}.billing-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.billing-summary article{border:1px solid var(--line);background:#fff;border-radius:9px;flex-direction:column;gap:5px;padding:14px 16px;display:flex}.billing-summary small,.billing-summary em{color:var(--muted)}.billing-summary b{font-size:18px}.billing-summary em{font-size:10px;font-style:normal}.billing-card>header button:disabled{opacity:.6}.charge-table .rental-table-head,.charge-table article{grid-template-columns:minmax(235px,1.2fr) minmax(175px,.9fr) 135px 135px 135px 110px}.receipt-table .rental-table-head,.receipt-table article{grid-template-columns:minmax(245px,1.2fr) minmax(165px,.75fr) 145px 145px 145px}.payment-progress{background:#e7edef;border-radius:5px;width:100%;max-width:100px;height:5px;display:block;overflow:hidden}.payment-progress i{background:var(--green);border-radius:5px;height:100%;display:block}.charge-status{color:#536b7c;background:#e8eef4;border-radius:13px;width:max-content;padding:5px 8px;font-size:10px;font-weight:800}.charge-status.paid{color:#16815a;background:#e2f5ec}.charge-status.partially_paid{color:#4d72b9;background:#e7f0fd}.charge-status.overdue{color:#b4433c;background:#fbe7e5}.receipt-policy{color:var(--teal-dark);background:#f1f9f8;border:1px solid #cfe5e2;border-radius:8px;flex-direction:column;gap:4px;display:flex;padding:11px 13px!important}.receipt-policy span{color:#657c84;font-size:11px}@media (max-width:1050px){.billing-summary{grid-template-columns:1fr 1fr}.billing-card{overflow:auto}.charge-table{min-width:1060px}.receipt-table{min-width:900px}}@media (max-width:620px){.billing-summary{grid-template-columns:1fr}}.contract-actions,.charge-actions{flex-wrap:wrap;align-items:center;flex-direction:row!important;gap:8px!important;display:flex!important}.contract-actions button,.charge-actions button{color:var(--teal-dark);text-align:left;background:0 0;border:0;padding:0;font-size:10px;font-weight:700}.charge-actions button.danger{color:#b4433c}.charge-status.cancelled{color:#71808a;background:#edf0f2}.amendment-modal{width:min(940px,100%);max-height:94vh;overflow:auto}.amendment-current,.correction-summary{border-bottom:1px solid var(--line);background:#f5f8f9;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:13px 18px;display:grid}.amendment-current span,.correction-summary span{flex-direction:column;gap:4px;display:flex}.amendment-current small,.correction-summary small{color:var(--muted);font-size:10px}.amendment-fields{padding-bottom:8px}.amendment-preview{border:1px solid #ccdadd;border-radius:9px;margin:0 18px 16px;overflow:hidden}.amendment-preview>header{background:#f5f8f9;border-bottom:1px solid #dde6e8;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.amendment-preview>header>div{flex-direction:column;gap:3px;display:flex}.amendment-preview>header small{color:var(--muted)}.amendment-preview>header strong{font-size:18px}.amendment-impact{background:#e5ebed;grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.amendment-impact span{background:#fff;flex-direction:column;gap:4px;padding:11px 13px;display:flex}.amendment-impact small{color:var(--muted);font-size:10px}.amendment-impact span.blocked{color:#a8433d;background:#fff0ee}.amendment-charge-list{overflow:auto}.amendment-charge-list>div,.amendment-charge-list>article{grid-template-columns:1.3fr .8fr .8fr .8fr 1fr;align-items:center;gap:12px;min-width:740px;padding:9px 13px;display:grid}.amendment-charge-list>div{color:var(--muted);background:#f7f9fa;font-size:10px;font-weight:800}.amendment-charge-list>article{border-top:1px solid #edf1f3;font-size:11px}.impact-action{color:#687982;background:#edf0f2;border-radius:11px;width:max-content;padding:4px 7px;font-size:9px;font-weight:800}.impact-action.adjust{color:#4d72b9;background:#e7f0fd}.impact-action.reverse,.impact-action.blocked{color:#b4433c;background:#fbe7e5}.amendment-warning,.reversal-note{color:#a8433d;background:#fff0ee;flex-direction:column;gap:4px;margin:0;padding:11px 13px;font-size:11px;display:flex}.correction-modal{width:min(620px,100%)}.correction-summary{grid-template-columns:1.4fr 1fr 1fr}.correction-delta{border:1px solid var(--line);background:#f7f9fa;border-radius:7px;flex-direction:column;align-self:end;gap:3px;min-height:54px;padding:8px 10px;display:flex}.correction-delta small{color:var(--muted)}.danger-button{color:#fff!important;background:#bd4b45!important;border-color:#bd4b45!important}@media (max-width:760px){.amendment-current,.amendment-impact{grid-template-columns:1fr 1fr}.correction-summary{grid-template-columns:1fr}.amendment-modal{max-height:97vh}}.rentroll-section{flex-direction:column;gap:11px;display:flex}.rentroll-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.rentroll-summary article{border:1px solid var(--line);background:#fff;border-radius:9px;align-items:flex-start;gap:11px;min-height:88px;padding:13px 14px;display:flex}.rentroll-summary article>span{width:32px;height:32px;color:var(--teal-dark);background:#e6f3f2;border-radius:8px;flex:0 0 32px;place-items:center;font-weight:900;display:grid}.rentroll-summary article>div{flex-direction:column;gap:3px;min-width:0;display:flex}.rentroll-summary small,.rentroll-summary em{color:var(--muted)}.rentroll-summary b{white-space:nowrap;font-size:18px}.rentroll-summary em{font-size:10px;font-style:normal}.rentroll-summary article.alert{background:snow;border-color:#efc2be}.rentroll-summary article.alert>span{color:#b4433c;background:#fbe7e5}.rentroll-summary article.warning{border-color:#edd8ac}.rentroll-summary article.warning>span{color:#9d6713;background:#fff2db}.rentroll-toolbar{border:1px solid var(--line);background:#fff;border-radius:9px;justify-content:space-between;align-items:center;gap:14px;padding:9px 10px;display:flex}.rentroll-filters{align-items:center;gap:8px;min-width:0;display:flex}.rentroll-filters select,.rentroll-filters label{border:1px solid var(--line);background:#fff;border-radius:7px;height:36px}.rentroll-filters select{color:var(--ink);padding:0 28px 0 10px}.rentroll-filters label{align-items:center;gap:6px;width:min(310px,32vw);padding:0 9px;display:flex}.rentroll-filters label span{color:var(--muted)}.rentroll-filters input{border:0;outline:0;width:100%;min-width:0}.rentroll-view-switch{border:1px solid var(--line);border-radius:7px;flex:none;display:flex;overflow:hidden}.rentroll-view-switch button{border:0;border-right:1px solid var(--line);height:34px;color:var(--muted);background:#fff;padding:0 11px}.rentroll-view-switch button:last-child{border-right:0}.rentroll-view-switch button.active{color:var(--teal-dark);background:#e7f4f3;font-weight:800}.rentroll-legend{color:var(--muted);align-items:center;gap:15px;padding:0 3px;font-size:10px;display:flex}.rentroll-legend span{align-items:center;gap:5px;display:flex}.rentroll-legend i{background:#708997;border-radius:50%;width:8px;height:8px}.rentroll-legend i.free{background:#18a66b}.rentroll-legend i.debt{background:#d95149}.rentroll-legend i.expiring{background:#e09a28}.rentroll-legend i.maintenance{background:#8a79bd}.rentroll-legend strong{color:var(--ink);margin-left:auto}.rentroll-card{overflow:auto}.rentroll-table{min-width:1160px}.rentroll-table-head,.rentroll-row{grid-template-columns:minmax(185px,1fr) 125px minmax(190px,1fr) minmax(180px,1fr) 145px 145px 80px;align-items:center;column-gap:15px;display:grid}.rentroll-table-head{min-height:39px;color:var(--muted);background:#f5f8f9;padding:0 14px;font-size:10px;font-weight:800}.rentroll-row{border-bottom:1px solid #edf1f3;min-height:70px;padding:9px 14px;position:relative}.rentroll-row:before{content:"";background:#708997;width:3px;position:absolute;top:0;bottom:0;left:0}.rentroll-row.free:before{background:#18a66b}.rentroll-row.debt:before{background:#d95149}.rentroll-row.expiring:before{background:#e09a28}.rentroll-row.maintenance:before{background:#8a79bd}.rentroll-row:hover{background:#f8fbfb}.rentroll-row>div{flex-direction:column;gap:4px;min-width:0;display:flex}.rentroll-row>div:first-child{flex-direction:row;align-items:center;gap:9px}.rentroll-row b,.rentroll-row small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.rentroll-row small{color:var(--muted);font-size:10px}.rentroll-unit{color:#415967;background:#e9eef0;border-radius:8px;flex:0 0 38px;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.rentroll-status{border-radius:13px;align-items:center;gap:5px;width:max-content;padding:5px 8px;font-size:9px;font-weight:900;display:flex}.rentroll-status i{background:currentColor;border-radius:50%;width:6px;height:6px}.rentroll-status.occupied{color:#536b7c;background:#e8eef4}.rentroll-status.free{color:#16815a;background:#e2f5ec}.rentroll-status.debt{color:#b4433c;background:#fbe7e5}.rentroll-status.expiring{color:#9d6713;background:#fff2db}.rentroll-status.maintenance{color:#6954a2;background:#eeeafb}.rentroll-status.inactive{color:#71808a;background:#edf0f2}.risk-note{color:#b4433c!important}.rentroll-row>div:last-child button{color:var(--teal-dark);text-align:left;background:0 0;border:0;padding:0;font-size:10px;font-weight:800}.rentroll-matrix{flex-direction:column;gap:10px;display:flex}.rentroll-matrix>section{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.rentroll-matrix>section>header{background:#f5f8f9;justify-content:space-between;align-items:center;height:43px;padding:0 13px;display:flex}.rentroll-matrix>section>header small{color:var(--muted)}.rentroll-matrix>section>div{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:9px;padding:11px;display:grid}.rentroll-matrix button{text-align:left;background:#fff;border:1px solid #dce4e7;border-top:4px solid #708997;border-radius:8px;flex-direction:column;gap:6px;min-height:112px;padding:10px;display:flex;position:relative}.rentroll-matrix button.free{background:#fbfffd;border-top-color:#18a66b}.rentroll-matrix button.debt{background:snow;border-top-color:#d95149}.rentroll-matrix button.expiring{background:#fffdf7;border-top-color:#e09a28}.rentroll-matrix button.maintenance{border-top-color:#8a79bd}.rentroll-matrix button>span{justify-content:space-between;align-items:center;display:flex}.rentroll-matrix button small,.rentroll-matrix button em{color:var(--muted);font-size:10px;font-style:normal}.rentroll-matrix button strong{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.rentroll-matrix button i{color:#b4433c;font-size:10px;font-style:normal;font-weight:800}.contract-detail-backdrop{justify-content:flex-end;align-items:stretch;padding:0}.contract-detail-modal{background:#f4f7f8;width:min(1040px,92vw);height:100vh;overflow:auto;box-shadow:-10px 0 35px #1c35422b}.contract-detail-modal>header{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:flex-start;min-height:82px;padding:15px 20px;display:flex}.contract-detail-modal>header>div{grid-template-columns:auto 1fr;align-items:center;gap:3px 9px;display:grid}.contract-detail-modal>header h2{margin:0;font-size:22px}.contract-detail-modal>header p{color:var(--muted);grid-column:1/-1;margin:3px 0 0}.contract-detail-modal>header>button,.contract-detail-loading button{color:var(--muted);background:0 0;border:0;font-size:25px}.contract-detail-kpis{background:#dfe7e9;border-bottom:1px solid #dfe7e9;grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.contract-detail-kpis article{background:#fff;flex-direction:column;gap:4px;min-height:84px;padding:13px 16px;display:flex}.contract-detail-kpis article.alert{background:#fff8f7}.contract-detail-kpis small,.contract-detail-kpis em{color:var(--muted)}.contract-detail-kpis b{font-size:17px}.contract-detail-kpis em{font-size:10px;font-style:normal}.contract-detail-tabs{border-bottom:1px solid var(--line);background:#fff;align-items:end;gap:24px;height:47px;padding:0 19px;display:flex}.contract-detail-tabs button{height:47px;color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000}.contract-detail-tabs button.active{color:var(--teal-dark);border-bottom-color:var(--teal);font-weight:800}.contract-detail-tabs span{background:#edf1f3;border-radius:9px;margin-left:4px;padding:1px 5px;font-size:9px}.contract-detail-content{padding:14px 16px 28px}.contract-overview-grid{grid-template-columns:1fr 1.25fr;gap:11px;display:grid}.contract-info-card,.contract-ledger,.contract-events{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.contract-info-card.wide{grid-column:1/-1}.contract-info-card>header,.contract-ledger>header,.contract-events>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:47px;padding:0 13px;display:flex}.contract-info-card>header small,.contract-ledger>header small,.contract-events>header small{color:var(--muted)}.contract-info-card>header button{color:var(--teal-dark);background:0 0;border:0}.contract-info-card dl{margin:0}.contract-info-card dl>div{border-bottom:1px solid #edf1f3;grid-template-columns:120px 1fr;align-items:center;min-height:38px;padding:7px 13px;display:grid}.contract-info-card dt{color:var(--muted);font-size:10px}.contract-info-card dd{margin:0;font-weight:700}.contract-unit-list article,.contract-mini-ledger article,.contract-terms-list article,.contract-amendment-list article{border-bottom:1px solid #edf1f3;align-items:center;gap:9px;min-height:58px;padding:8px 12px;display:grid}.contract-unit-list article{grid-template-columns:38px minmax(0,1fr) auto}.contract-unit-list article>span,.contract-terms-list article>span,.contract-amendment-list article>span{width:34px;height:34px;color:var(--teal-dark);background:#e7f4f3;border-radius:7px;place-items:center;font-weight:900;display:grid}.contract-unit-list article>div,.contract-mini-ledger article>div,.contract-terms-list article>div,.contract-amendment-list article>div{flex-direction:column;gap:3px;min-width:0;display:flex}.contract-unit-list small,.contract-mini-ledger small,.contract-terms-list small,.contract-amendment-list small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.contract-mini-ledger article{grid-template-columns:34px minmax(0,1fr) auto}.contract-mini-ledger article>span{color:#536b7c;background:#e8eef4;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.contract-mini-ledger article>span.receipt{color:#16815a;background:#e2f5ec}.contract-mini-ledger article>span.adjustment{color:#9d6713;background:#fff2db}.contract-ledger>header>div,.contract-events>header{flex-direction:column;justify-content:center;align-items:flex-start;gap:3px;display:flex}.contract-ledger-table{overflow:auto}.contract-ledger-table>div,.contract-ledger-table>article{grid-template-columns:100px 130px minmax(230px,1fr) 130px 130px;align-items:center;gap:12px;min-width:760px;padding:9px 13px;display:grid}.contract-ledger-table>div{color:var(--muted);background:#f5f8f9;font-size:10px;font-weight:800}.contract-ledger-table>article{border-top:1px solid #edf1f3;min-height:52px}.contract-ledger-table article>span:nth-child(2){align-items:center;gap:6px;display:flex}.contract-ledger-table i{background:#708997;border-radius:50%;width:7px;height:7px}.contract-ledger-table i.receipt{background:#18a66b}.contract-ledger-table i.adjustment{background:#e09a28}.contract-ledger-table article>span:nth-child(3){flex-direction:column;gap:3px;min-width:0;display:flex}.contract-ledger-table small{color:var(--muted)}.contract-terms-layout{grid-template-columns:1fr 1fr;gap:11px;display:grid}.contract-terms-list article{grid-template-columns:38px minmax(0,1fr) auto}.contract-amendment-list article{grid-template-columns:38px minmax(0,1fr)}.contract-events>header{padding:10px 13px}.contract-events>article{border-top:1px solid #edf1f3;grid-template-columns:160px 1fr;align-items:center;gap:15px;min-height:52px;padding:8px 13px;display:grid}.contract-events>article>span{color:var(--muted);font-size:10px}.contract-events>article>div{flex-direction:column;gap:3px;display:flex}.contract-events small{color:var(--muted)}.contract-detail-empty{text-align:center;color:var(--muted);padding:35px 14px}.contract-detail-loading{justify-content:center;align-items:center;gap:10px;height:100%;display:flex;position:relative}.contract-detail-loading>span{border:3px solid #dce6e7;border-top-color:var(--teal);border-radius:50%;width:22px;height:22px;animation:.8s linear infinite rental-spin}.contract-detail-loading button{position:absolute;top:13px;right:18px}@media (max-width:1100px){.rentroll-summary{grid-template-columns:1fr 1fr}.rentroll-toolbar{flex-direction:column;align-items:stretch}.rentroll-filters label{width:100%}.contract-detail-kpis{grid-template-columns:1fr 1fr}}@media (max-width:720px){.rentroll-summary{grid-template-columns:1fr}.rentroll-filters{flex-direction:column;align-items:stretch}.rentroll-filters label{width:auto}.rentroll-legend{flex-wrap:wrap}.contract-detail-modal{width:100vw}.contract-detail-kpis{grid-template-columns:1fr 1fr}.contract-overview-grid,.contract-terms-layout{grid-template-columns:1fr}.contract-info-card.wide{grid-column:auto}.contract-detail-tabs{gap:12px;overflow:auto}.contract-detail-tabs button{white-space:nowrap}}.accrual-command-card{background:linear-gradient(100deg,#f2faf9,#fff);border:1px solid #cfe4e2;border-radius:10px;grid-template-columns:minmax(340px,1fr) auto auto;align-items:center;gap:18px;min-height:82px;padding:13px 15px;display:grid}.accrual-command-copy{align-items:center;gap:11px;min-width:0;display:flex}.accrual-command-copy>span{width:40px;height:40px;color:var(--teal-dark);background:#dff2f0;border-radius:10px;flex:0 0 40px;place-items:center;font-size:22px;font-weight:800;display:grid}.accrual-command-copy>div{flex-direction:column;gap:4px;min-width:0;display:flex}.accrual-command-copy small{color:#677b84;line-height:1.35}.accrual-command-stats{gap:8px;display:flex}.accrual-command-stats>span{border-left:1px solid #dce8e8;flex-direction:column;gap:2px;min-width:64px;padding-left:12px;display:flex}.accrual-command-stats b{font-size:17px}.accrual-command-stats small{color:var(--muted);font-size:10px}.accrual-command-actions{align-items:center;gap:7px;display:flex}.accrual-command-actions button{border:1px solid var(--teal);background:var(--teal);color:#fff;white-space:nowrap;border-radius:7px;padding:9px 12px;font-size:11px;font-weight:800}.accrual-command-actions button.secondary{border-color:var(--line);color:#526872;background:#fff}.accrual-modal{width:min(760px,100%);max-height:94vh;overflow:auto}.accrual-step-note,.meter-context{background:#f2f9f8;border:1px solid #d7e7e5;border-radius:8px;align-items:center;gap:10px;margin:14px 22px 0;padding:10px 12px;display:flex}.accrual-step-note>span,.accrual-preview>span{background:var(--teal);color:#fff;border-radius:50%;flex:0 0 27px;place-items:center;width:27px;height:27px;font-weight:900;display:grid}.accrual-step-note>div,.meter-context>div{flex-direction:column;gap:3px;display:flex}.accrual-step-note small,.meter-context small{color:#687d85}.meter-context>span{width:34px;height:34px;color:var(--teal-dark);background:#dff1ef;border-radius:9px;flex:0 0 34px;place-items:center;font-size:20px;display:grid}.accrual-preview{background:#f4fbfa;border:1px solid #b9ddd9;border-radius:9px;grid-template-columns:27px minmax(0,1fr) auto;align-items:center;gap:11px;margin:0 22px 16px;padding:12px 13px;display:grid}.accrual-preview>div{flex-direction:column;gap:3px;min-width:0;display:flex}.accrual-preview small,.accrual-preview em{color:#687d85;font-size:10px;font-style:normal}.accrual-preview strong{color:var(--teal-dark);white-space:nowrap;font-size:20px}.accrual-preview.meter{background:#f7f9fd;border-color:#cfdcf1}.meter-empty-modal{width:min(520px,100%)}.meter-empty-modal>div{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:32px 26px;display:flex}.meter-empty-modal>div>span{width:52px;height:52px;color:var(--teal-dark);background:#e6f3f2;border-radius:14px;place-items:center;font-size:30px;display:grid}.meter-empty-modal p{max-width:400px;color:var(--muted);margin:0;line-height:1.5}.accrual-settings-modal{width:min(900px,100%);max-height:94vh;overflow:auto}.accrual-settings-modal>nav{border-bottom:1px solid var(--line);align-items:end;gap:22px;height:47px;padding:0 22px;display:flex}.accrual-settings-modal>nav button{height:47px;color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000}.accrual-settings-modal>nav button.active{border-bottom-color:var(--teal);color:var(--teal-dark);font-weight:800}.accrual-catalog{background:#f5f8f9;grid-template-columns:1fr 1fr;gap:12px;padding:16px 18px;display:grid}.accrual-catalog>section{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.accrual-catalog>section>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:45px;padding:0 12px;display:flex}.accrual-catalog>section>header small{color:var(--muted);background:#e9eef0;border-radius:10px;padding:2px 7px}.accrual-catalog article{border-bottom:1px solid #edf1f3;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:62px;padding:8px 11px;display:grid}.accrual-catalog article:last-child{border-bottom:0}.service-method{color:#536b7c;background:#e8eef4;border-radius:8px;place-items:center;width:32px;height:32px;font-weight:900;display:grid}.service-method.meter{color:#4d72b9;background:#e7f0fd}.service-method.area{color:#16815a;background:#e2f5ec}.service-method.manual{color:#9d6713;background:#fff2db}.accrual-catalog article>div{flex-direction:column;gap:3px;min-width:0;display:flex}.accrual-catalog article b,.accrual-catalog article small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.accrual-catalog article small{color:var(--muted);font-size:10px}.accrual-catalog article strong{white-space:nowrap;font-size:10px}.accrual-catalog-empty{text-align:center;color:var(--muted);padding:38px 12px}.settings-form{padding-top:24px}.settings-form footer{margin-top:4px;padding:15px 0 0}.meter-policy{color:var(--teal-dark);background:#f1f9f8;border:1px solid #cfe5e2;border-radius:8px;flex-direction:column;gap:4px;display:flex;padding:11px 13px!important}.meter-policy span{color:#657c84;font-size:11px}@media (max-width:1080px){.accrual-command-card{grid-template-columns:1fr auto}.accrual-command-actions{grid-column:1/-1}.accrual-catalog{grid-template-columns:1fr}}@media (max-width:680px){.accrual-command-card{grid-template-columns:1fr}.accrual-command-stats,.accrual-command-actions{flex-wrap:wrap;grid-column:auto}.accrual-command-actions button{flex:1}.accrual-preview{grid-template-columns:27px 1fr}.accrual-preview strong{grid-column:2}.accrual-settings-modal{max-height:97vh}}.receivables-section{flex-direction:column;gap:11px;display:flex}.receivables-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.receivables-summary article{border:1px solid var(--line);background:#fff;border-radius:9px;align-items:flex-start;gap:11px;min-height:88px;padding:13px 14px;display:flex}.receivables-summary article>span{color:#536b7c;background:#e8eef4;border-radius:9px;flex:0 0 34px;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.receivables-summary article>span.overdue{color:#b4433c;background:#fbe7e5}.receivables-summary article>span.promise{color:#16815a;background:#e2f5ec}.receivables-summary article>span.owner{color:#9d6713;background:#fff2db}.receivables-summary article>div{flex-direction:column;gap:3px;min-width:0;display:flex}.receivables-summary small,.receivables-summary em{color:var(--muted)}.receivables-summary b{white-space:nowrap;font-size:18px}.receivables-summary em{font-size:10px;font-style:normal}.receivables-summary article.warning{background:#fffdf8;border-color:#eed7ad}.aging-buckets{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.aging-buckets>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:51px;padding:8px 13px;display:flex}.aging-buckets>header>div{flex-direction:column;gap:3px;display:flex}.aging-buckets>header small{color:var(--muted)}.aging-buckets>header button{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:6px;padding:7px 10px}.aging-buckets>header button.active{border-color:var(--teal);color:var(--teal-dark);background:#e9f6f5;font-weight:800}.aging-buckets>div{grid-template-columns:repeat(5,1fr);display:grid}.aging-buckets>div>button{border:0;border-right:1px solid var(--line);text-align:left;background:#fff;grid-template-columns:minmax(0,1fr) auto;gap:8px;min-width:0;padding:11px 12px;display:grid}.aging-buckets>div>button:last-child{border-right:0}.aging-buckets>div>button:hover,.aging-buckets>div>button.active{background:#f6fbfa}.aging-buckets button>span{flex-direction:column;gap:3px;min-width:0;display:flex}.aging-buckets button b,.aging-buckets button small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.aging-buckets button small{color:var(--muted);font-size:9px}.aging-buckets button strong{white-space:nowrap;font-size:12px}.aging-buckets button>i{background:#edf1f3;border-radius:4px;grid-column:1/-1;height:4px;overflow:hidden}.aging-buckets button>i>em{background:#8ea1ad;min-width:2px;height:100%;display:block}.aging-buckets button.days1to30>i>em{background:#e7a33e}.aging-buckets button.days31to60>i>em{background:#e88d45}.aging-buckets button.days61to90>i>em{background:#e56f59}.aging-buckets button.days90plus>i>em{background:#bd4b45}.receivables-toolbar{border:1px solid var(--line);background:#fff;border-radius:9px;align-items:center;gap:8px;min-height:50px;padding:7px 10px;display:flex}.receivables-toolbar label{border:1px solid var(--line);border-radius:7px;align-items:center;gap:6px;width:min(420px,42vw);height:35px;padding:0 9px;display:flex}.receivables-toolbar input{border:0;outline:0;width:100%;min-width:0}.receivables-toolbar select{border:1px solid var(--line);height:35px;color:var(--ink);background:#fff;border-radius:7px;padding:0 28px 0 10px}.receivables-toolbar>strong{color:var(--muted);margin-left:auto;font-size:10px}.receivables-card{overflow:auto}.receivables-table{min-width:1430px}.receivables-head,.receivable-row{grid-template-columns:minmax(230px,1.15fr) 120px repeat(5,100px) minmax(180px,.95fr) 115px 105px;align-items:center;column-gap:13px;display:grid}.receivables-head{min-height:40px;color:var(--muted);background:#f5f8f9;padding:0 14px;font-size:10px;font-weight:800}.receivable-row{border-bottom:1px solid #edf1f3;min-height:74px;padding:9px 14px;position:relative}.receivable-row:before{content:"";background:#8ea1ad;width:3px;position:absolute;top:0;bottom:0;left:0}.receivable-row.medium:before{background:#e7a33e}.receivable-row.high:before{background:#e56f59}.receivable-row.critical:before{background:#a93f3a}.receivable-row:hover{background:#f8fbfb}.receivable-row>div{flex-direction:column;gap:4px;min-width:0;display:flex}.receivable-row>div:first-child{flex-direction:row;align-items:center;gap:9px}.receivable-row b,.receivable-row small,.receivable-row em{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.receivable-row small,.receivable-row em{color:var(--muted);font-size:9px;font-style:normal}.receivable-avatar{width:36px;height:36px;color:var(--teal-dark);background:#e7f4f3;border-radius:9px;flex:0 0 36px;place-items:center;font-weight:900;display:grid}.receivable-avatar.problem{color:#b4433c;background:#fbe7e5}.receivable-total,.bucket-amount{text-align:left;color:var(--ink);white-space:nowrap;background:0 0;border:0;padding:0;font-weight:800}.receivable-total{color:#b4433c;font-size:13px}.bucket-amount:disabled{cursor:default;color:#a9b3b9}.bucket-amount.days1to30{color:#a76b12}.bucket-amount.days31to60{color:#b55d25}.bucket-amount.days61to90,.bucket-amount.days90plus{color:#b4433c}.collection-control small.broken{color:#b4433c;font-weight:800}.receivable-risk{color:#657681;background:#edf1f3;border-radius:13px;align-items:center;gap:5px;width:max-content;padding:5px 8px;font-size:9px;font-weight:900;display:flex}.receivable-risk i{background:currentColor;border-radius:50%;width:6px;height:6px}.receivable-risk.medium{color:#9d6713;background:#fff2db}.receivable-risk.high{color:#c35645;background:#fbe7e5}.receivable-risk.critical{color:#fff;background:#a93f3a}.receivable-actions{align-items:flex-start}.receivable-actions button{color:var(--teal-dark);text-align:left;background:0 0;border:0;padding:0;font-size:9px;font-weight:800}.collection-backdrop{z-index:25}.collection-modal{width:min(1120px,100%);max-height:95vh;overflow:auto}.collection-modal>header>div{flex-direction:column;gap:2px;display:flex}.collection-modal>header p{color:var(--muted);margin:2px 0 0;font-size:11px}.collection-kpis{background:#dfe7e9;border-bottom:1px solid #dfe7e9;grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.collection-kpis article{background:#fff;flex-direction:column;gap:4px;min-height:78px;padding:12px 15px;display:flex}.collection-kpis small,.collection-kpis em{color:var(--muted)}.collection-kpis b{font-size:16px}.collection-kpis em{font-size:9px;font-style:normal}.risk-text.medium{color:#9d6713}.risk-text.high,.risk-text.critical{color:#b4433c}.collection-layout{background:#f5f8f9;grid-template-columns:minmax(520px,1.2fr) minmax(360px,.8fr);gap:13px;padding:15px 18px;display:grid}.collection-layout>section,.collection-layout>aside>section{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.collection-layout>section>h3,.collection-activity>h3{border-bottom:1px solid var(--line);margin:0;padding:12px 15px;font-size:14px}.collection-fields{padding-top:15px}.modal-grid textarea{resize:vertical;min-height:68px;color:var(--ink);font:inherit;background:#fff;border:1px solid #dce3e7;border-radius:7px;outline:none;padding:10px}.modal-grid textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #24a9a51c}.collection-activity{border-top:1px solid var(--line)}.collection-layout>aside{flex-direction:column;gap:11px;display:flex}.collection-charges>header,.collection-history>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:44px;padding:0 12px;display:flex}.collection-charges>header small,.collection-history>header small{color:var(--muted);background:#edf1f3;border-radius:10px;padding:2px 7px}.collection-charges article{border-bottom:1px solid #edf1f3;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:9px;min-height:54px;padding:8px 11px;display:grid}.collection-charges article>div{flex-direction:column;gap:3px;min-width:0;display:flex}.collection-charges b,.collection-charges small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.collection-charges small{color:var(--muted);font-size:9px}.collection-charges strong{color:#b4433c;white-space:nowrap}.collection-history{max-height:300px;overflow:auto}.collection-history article{border-bottom:1px solid #edf1f3;grid-template-columns:74px minmax(0,1fr);align-items:start;gap:8px;min-height:58px;padding:8px 11px;display:grid}.collection-history article>span{color:#617580;background:#edf1f3;border-radius:12px;width:max-content;padding:4px 7px;font-size:8px;font-weight:900}.collection-history article>span.promise{color:#16815a;background:#e2f5ec}.collection-history article>span.escalation{color:#b4433c;background:#fbe7e5}.collection-history article>div{flex-direction:column;gap:4px;min-width:0;display:flex}.collection-history b{font-size:10px;line-height:1.35}.collection-history small{color:var(--muted);font-size:8px}.collection-empty{text-align:center;color:var(--muted);padding:28px 12px;font-size:10px}@media (max-width:1100px){.receivables-summary{grid-template-columns:1fr 1fr}.aging-buckets>div{grid-template-columns:repeat(5,minmax(190px,1fr));overflow:auto}.collection-layout{grid-template-columns:1fr}.collection-layout>aside{grid-template-columns:1fr 1fr;display:grid}}@media (max-width:720px){.receivables-summary{grid-template-columns:1fr}.receivables-toolbar{flex-direction:column;align-items:stretch}.receivables-toolbar label{width:auto}.receivables-toolbar>strong{margin-left:0}.collection-kpis{grid-template-columns:1fr 1fr}.collection-layout{padding:10px}.collection-layout>aside{display:flex}.collection-modal{max-height:98vh}}.contract-calendar-section{flex-direction:column;gap:11px;display:flex}.event-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.event-summary article{border:1px solid var(--line);background:#fff;border-radius:9px;align-items:flex-start;gap:11px;min-height:88px;padding:13px 14px;display:flex}.event-summary article>span{width:34px;height:34px;color:var(--teal-dark);background:#e7f4f3;border-radius:9px;flex:0 0 34px;place-items:center;font-weight:900;display:grid}.event-summary article.alert{background:snow;border-color:#efc2be}.event-summary article.alert>span{color:#b4433c;background:#fbe7e5}.event-summary article.deposit>span{color:#4d72b9;background:#e7f0fd}.event-summary article>div{flex-direction:column;gap:3px;min-width:0;display:flex}.event-summary small,.event-summary em{color:var(--muted)}.event-summary b{white-space:nowrap;font-size:18px}.event-summary em{font-size:10px;font-style:normal}.event-month-strip{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.event-month-strip>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:51px;padding:8px 13px;display:flex}.event-month-strip>header>div{flex-direction:column;gap:3px;display:flex}.event-month-strip>header small{color:var(--muted)}.event-month-strip>header button{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:6px;padding:7px 10px}.event-month-strip>header button.active{border-color:var(--teal);color:var(--teal-dark);background:#e9f6f5;font-weight:800}.event-month-strip>div{display:flex;overflow:auto}.event-month-strip>div>button{border:0;border-right:1px solid var(--line);text-align:left;background:#fff;grid-template-columns:1fr auto;gap:4px;min-width:150px;min-height:71px;padding:10px 12px;display:grid}.event-month-strip>div>button:hover,.event-month-strip>div>button.active{box-shadow:inset 0 -3px var(--teal);background:#f2faf9}.event-month-strip>div>button.overdue{box-shadow:inset 0 -3px #d95149}.event-month-strip span{text-transform:capitalize;font-weight:700}.event-month-strip b{font-size:17px}.event-month-strip small{color:var(--muted);grid-column:1/-1;font-size:9px}.event-toolbar{border:1px solid var(--line);background:#fff;border-radius:9px;align-items:center;gap:8px;min-height:50px;padding:7px 10px;display:flex}.event-toolbar label{border:1px solid var(--line);border-radius:7px;align-items:center;gap:6px;width:min(420px,38vw);height:35px;padding:0 9px;display:flex}.event-toolbar input{border:0;outline:0;width:100%;min-width:0}.event-toolbar select{border:1px solid var(--line);height:35px;color:var(--ink);background:#fff;border-radius:7px;padding:0 28px 0 10px}.event-toolbar .event-add{border:1px solid var(--teal);background:var(--teal);color:#fff;border-radius:7px;height:35px;margin-left:auto;padding:0 12px;font-weight:800}.event-card{overflow:auto}.event-table{min-width:1240px}.event-head,.event-row{grid-template-columns:125px minmax(230px,1.15fr) minmax(180px,.85fr) minmax(190px,.9fr) 150px 125px 90px;align-items:center;column-gap:13px;display:grid}.event-head{min-height:40px;color:var(--muted);background:#f5f8f9;padding:0 14px;font-size:10px;font-weight:800}.event-row{border-bottom:1px solid #edf1f3;min-height:76px;padding:9px 14px;position:relative}.event-row:before{content:"";background:#8ea1ad;width:3px;position:absolute;top:0;bottom:0;left:0}.event-row.soon:before,.event-row.upcoming:before,.event-row.high:before{background:#e09a28}.event-row.today:before,.event-row.overdue:before,.event-row.critical:before{background:#d95149}.event-row.completed:before{background:#18a66b}.event-row.cancelled:before{background:#a8b3b9}.event-row:hover{background:#f8fbfb}.event-row>div{flex-direction:column;gap:4px;min-width:0;display:flex}.event-row b,.event-row small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.event-row small{color:var(--muted);font-size:9px}.event-row.overdue>div:first-child small{color:#b4433c;font-weight:800}.event-type{color:#60737e;background:#edf1f3;border-radius:11px;width:max-content;padding:3px 7px;font-size:8px;font-weight:900}.event-type.renewal{color:#4d72b9;background:#e7f0fd}.event-type.contract_end{color:#9d6713;background:#fff2db}.event-type.indexation{color:#6954a2;background:#eeeafb}.event-type.deposit_return{color:#16815a;background:#e2f5ec}.event-type.notice{color:var(--teal-dark);background:#e7f4f3}.event-contract-link{width:max-content;color:var(--teal-dark);text-align:left;background:0 0;border:0;padding:0;font-weight:900}.event-status{color:#617580;background:#edf1f3;border-radius:12px;width:max-content;padding:4px 7px;font-size:8px;font-weight:900}.event-status.in_progress{color:#4d72b9;background:#e7f0fd}.event-status.completed{color:#16815a;background:#e2f5ec}.event-status.cancelled{color:#8b989f;background:#edf0f2}.event-priority{font-style:normal}.event-priority.high{color:#9d6713}.event-priority.critical{color:#b4433c;font-weight:800}.event-actions{align-items:flex-start}.event-actions button{color:var(--teal-dark);text-align:left;background:0 0;border:0;padding:0;font-size:9px;font-weight:800}.contract-event-modal{width:min(760px,100%);max-height:95vh;overflow:auto}.system-event-note{background:#f2faf9;border:1px solid #cfe4e2;border-radius:8px;align-items:center;gap:10px;margin:14px 22px 0;padding:10px 12px;display:flex}.system-event-note>span{width:31px;height:31px;color:var(--teal-dark);background:#dff2f0;border-radius:8px;flex:0 0 31px;place-items:center;font-size:18px;font-weight:900;display:grid}.system-event-note>div{flex-direction:column;gap:3px;display:flex}.system-event-note small{color:#687d85}.event-fields{padding-bottom:14px}.event-contract-context{border:1px solid var(--line);color:#63747f;background:#f7f9fa;border-radius:8px;align-items:center;gap:18px;margin:0 22px 16px;padding:10px 12px;font-size:10px;display:flex}.event-contract-context span{border-right:1px solid #dce4e7;padding-right:18px}.event-contract-context span:last-child{border-right:0}.contract-event-modal select:disabled{color:#6e7c85;background:#f1f4f5}@media (max-width:1100px){.event-summary{grid-template-columns:1fr 1fr}.event-toolbar{flex-wrap:wrap;align-items:stretch}.event-toolbar label{width:100%}.event-toolbar .event-add{margin-left:0}}@media (max-width:720px){.event-summary{grid-template-columns:1fr}.event-toolbar{flex-direction:column}.event-toolbar select,.event-toolbar .event-add{width:100%}.event-contract-context{flex-direction:column;align-items:flex-start;gap:6px}.event-contract-context span{border-right:0;padding-right:0}.contract-event-modal{max-height:98vh}}.utilities-section{flex-direction:column;gap:11px;display:flex}.utility-intro{background:linear-gradient(120deg,#f4fbfa,#fff);border:1px solid #cfe3e1;border-radius:10px;justify-content:space-between;align-items:center;gap:18px;padding:15px 17px;display:flex}.utility-intro>div{flex-direction:column;gap:3px;display:flex}.utility-intro>div>span{color:var(--teal-dark);text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:900}.utility-intro h3{margin:0;font-size:18px}.utility-intro p{color:var(--muted);margin:0;font-size:11px}.utility-intro>label{color:#687985;flex-direction:column;gap:5px;min-width:185px;font-size:10px;font-weight:800;display:flex}.utility-intro input{border:1px solid var(--line);height:37px;color:var(--ink);background:#fff;border-radius:7px;padding:0 10px}.utility-steps{border:1px solid var(--line);background:#fff;border-radius:9px;grid-template-columns:repeat(5,1fr);display:grid;overflow:hidden}.utility-steps article{border-right:1px solid var(--line);grid-template-columns:29px minmax(0,1fr);align-items:center;gap:8px;min-height:72px;padding:11px 10px;display:grid;position:relative}.utility-steps article:last-child{border-right:0}.utility-steps article:after{content:"";background:#dfe6e9;height:3px;position:absolute;bottom:0;left:0;right:0}.utility-steps article.active:after{background:#e7a33e}.utility-steps article.done:after{background:var(--teal)}.utility-steps article>span{color:#71818b;background:#edf1f3;border-radius:50%;place-items:center;width:27px;height:27px;font-size:10px;font-weight:900;display:grid}.utility-steps article.active>span{color:#9d6713;background:#fff0d5}.utility-steps article.done>span{color:var(--teal-dark);background:#dff2f0}.utility-steps article>div{flex-direction:column;gap:3px;min-width:0;display:flex}.utility-steps b,.utility-steps small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.utility-steps small{color:var(--muted);font-size:9px}.utility-steps button{width:max-content;color:var(--teal-dark);background:0 0;border:0;grid-column:2;padding:0;font-size:9px;font-weight:800}.utility-next-action{background:#fffaf1;border:1px solid #eed9b2;border-radius:9px;grid-template-columns:35px minmax(0,1fr) auto;align-items:center;gap:11px;padding:12px 14px;display:grid}.utility-next-action>span{color:#9a6515;background:#ffedcc;border-radius:9px;place-items:center;width:34px;height:34px;font-size:21px;font-weight:900;display:grid}.utility-next-action>div{flex-direction:column;gap:2px;display:flex}.utility-next-action small{color:#9a6515;text-transform:uppercase;font-size:9px;font-weight:900}.utility-next-action p{color:#6f7c84;margin:0;font-size:10px}.utility-next-action>button{color:#fff;background:#e6a540;border:1px solid #d89d3c;border-radius:7px;padding:9px 12px;font-weight:800}.utility-kpis{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.utility-kpis article{border:1px solid var(--line);background:#fff;border-radius:9px;flex-direction:column;gap:4px;min-height:83px;padding:12px 14px;display:flex}.utility-kpis article.warning{background:#fffdf8;border-color:#eed9b2}.utility-kpis small,.utility-kpis em{color:var(--muted)}.utility-kpis b{font-size:17px}.utility-kpis em{font-size:9px;font-style:normal}.utility-consumption-stats{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.utility-consumption-stats>header{border-bottom:1px solid var(--line);align-items:center;gap:12px;min-height:62px;padding:9px 12px;display:flex}.utility-consumption-stats>header>div{flex-direction:column;gap:2px;margin-right:auto;display:flex}.utility-consumption-stats>header span{color:var(--teal-dark);text-transform:uppercase;letter-spacing:.07em;font-size:8px;font-weight:900}.utility-consumption-stats>header b{text-transform:capitalize;font-size:13px}.utility-consumption-stats>header small{color:var(--muted);font-size:8px}.utility-consumption-stats>header button,.utility-consumption-empty button{border:1px solid var(--line);height:31px;color:var(--teal-dark);background:#fff;border-radius:6px;padding:0 10px;font-size:9px;font-weight:800}.utility-consumption-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:9px;padding:10px;display:grid}.utility-consumption-grid>article{background:#fbfcfc;border:1px solid #dfe6e9;border-radius:8px;min-width:0;overflow:hidden}.utility-consumption-grid>article.electricity{border-top:3px solid #e7a33e}.utility-consumption-grid>article.cold-water{border-top:3px solid #5394cf}.utility-consumption-grid>article.hot-water{border-top:3px solid #d97958}.utility-consumption-grid>article.gas{border-top:3px solid #846abe}.utility-consumption-grid>article.heating{border-top:3px solid #c18142}.utility-consumption-grid>article.sewerage{border-top:3px solid #4e967d}.utility-consumption-title{border-bottom:1px solid #e7ecee;align-items:center;gap:8px;min-height:49px;padding:7px 9px;display:flex}.utility-consumption-title>i{color:#39726f;background:#e4efee;border-radius:13px;place-items:center;min-width:40px;height:25px;font-size:8px;font-style:normal;font-weight:900;display:grid}.electricity .utility-consumption-title>i{color:#946514;background:#ffedbd}.cold-water .utility-consumption-title>i{color:#3f6f9e;background:#dcecff}.hot-water .utility-consumption-title>i{color:#a25943;background:#ffe1d8}.gas .utility-consumption-title>i{color:#71589e;background:#e9e0fb}.heating .utility-consumption-title>i{color:#976336;background:#ffe7cd}.sewerage .utility-consumption-title>i{color:#437a68;background:#dcefe9}.utility-consumption-title>span{flex-direction:column;gap:2px;min-width:0;display:flex}.utility-consumption-title b,.utility-consumption-title small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.utility-consumption-title b{font-size:10px}.utility-consumption-title small{color:var(--muted);font-size:8px}.utility-consumption-main{border-bottom:1px solid #e7ecee;grid-template-columns:1.2fr 1fr;display:grid}.utility-consumption-main>span{flex-direction:column;gap:2px;min-width:0;padding:9px;display:flex}.utility-consumption-main>span+span{border-left:1px solid #e7ecee}.utility-consumption-main small,.utility-consumption-details small{color:var(--muted);text-transform:uppercase;font-size:7px;font-weight:800}.utility-consumption-main b{font-size:16px}.utility-consumption-main em,.utility-consumption-details em{color:var(--muted);font-size:7px;font-style:normal}.utility-consumption-details{grid-template-columns:.8fr 1.25fr 1fr;display:grid}.utility-consumption-details>span{flex-direction:column;gap:3px;min-width:0;padding:7px 8px;display:flex}.utility-consumption-details>span+span{border-left:1px solid #e7ecee}.utility-consumption-details b{white-space:nowrap;text-overflow:ellipsis;font-size:8px;overflow:hidden}.utility-consumption-details b.up{color:#c5574e}.utility-consumption-details b.down{color:#19825c}.utility-consumption-details em{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.utility-consumption-empty{min-height:120px;color:var(--muted);text-align:center;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;gap:5px;padding:20px;display:flex}.utility-consumption-empty b{color:var(--ink)}.utility-matrix-card{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.utility-matrix-card>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;min-height:66px;padding:10px 13px;display:flex}.utility-matrix-card>header>div{flex-direction:column;gap:3px;display:flex}.utility-matrix-card>header>div>span{color:var(--teal-dark);text-transform:uppercase;letter-spacing:.07em;font-size:9px;font-weight:900}.utility-matrix-card>header small{color:var(--muted);font-size:9px}.utility-matrix-card>header label{min-width:210px;color:var(--muted);flex-direction:column;gap:4px;font-size:9px;font-weight:800;display:flex}.utility-matrix-card select{border:1px solid var(--line);height:35px;color:var(--ink);background:#fff;border-radius:7px;padding:0 8px}.utility-matrix-scroll{overflow:auto}.utility-matrix-head,.utility-matrix-row{grid-template-columns:minmax(185px,1.2fr) minmax(175px,1fr) 82px 82px 82px 92px minmax(180px,1fr) 105px 115px minmax(170px,1fr);align-items:center;column-gap:9px;min-width:1510px;display:grid}.utility-matrix-head{min-height:34px;color:var(--muted);background:#f5f8f9;padding:0 11px;font-size:8px;font-weight:900;position:sticky;top:0}.utility-matrix-row{border-top:1px solid #edf1f3;min-height:58px;padding:7px 11px}.utility-matrix-row>span{flex-direction:column;gap:3px;min-width:0;display:flex}.utility-matrix-row b,.utility-matrix-row small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.utility-matrix-row small{color:var(--muted);font-size:8px}.utility-matrix-row strong{font-size:10px}.utility-matrix-row button{width:max-content;color:var(--teal-dark);background:0 0;border:0;padding:0;font-size:8px;font-weight:900}.operation-match{color:#9b6817;background:#fff0d5;border-radius:11px;width:max-content;padding:3px 6px;font-size:8px;font-style:normal;font-weight:900}.operation-match.linked{color:#16815a;background:#e1f4ec}.operation-match.partial{color:#4f70b0;background:#e8f0fc}.utility-matrix-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-height:95px;padding:20px;display:flex}.utility-matrix-empty span{max-width:650px;color:var(--muted);font-size:10px}.meter-schedule-card{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.meter-schedule-card>header{border-bottom:1px solid var(--line);align-items:center;gap:8px;min-height:53px;padding:8px 11px;display:flex}.meter-schedule-card>header>div{flex-direction:column;gap:3px;margin-right:auto;display:flex}.meter-schedule-card>header small{color:var(--muted);font-size:9px}.meter-schedule-card>header button,.meter-schedule-card>article>button{border:1px solid var(--line);height:31px;color:var(--teal-dark);background:#fff;border-radius:6px;padding:0 9px;font-size:9px;font-weight:800}.meter-schedule-card>header button.primary{border-color:var(--teal);background:var(--teal);color:#fff}.meter-schedule-head,.meter-schedule-card>article{grid-template-columns:minmax(200px,1.3fr) minmax(160px,1fr) 105px minmax(170px,1fr) 110px 75px;align-items:center;gap:10px;display:grid}.meter-schedule-head{min-height:31px;color:var(--muted);background:#f5f8f9;padding:0 11px;font-size:8px;font-weight:900}.meter-schedule-card>article{border-top:1px solid #edf1f3;min-height:50px;padding:6px 11px}.meter-schedule-card>article>span{flex-direction:column;gap:3px;min-width:0;display:flex}.meter-schedule-card>article b,.meter-schedule-card>article small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.meter-schedule-card>article small{color:var(--muted);font-size:8px}.meter-schedule-card>article>button:disabled{color:#8a989f;background:0 0;border-color:#0000}.meter-schedule-status{color:#667882;background:#edf1f3;border-radius:12px;width:max-content;padding:4px 7px;font-size:8px;font-style:normal;font-weight:900}.meter-schedule-status.completed{color:#16815a;background:#e1f4ec}.meter-schedule-status.carried{color:#4d72b9;background:#e7f0fd}.meter-schedule-status.due{color:#996414;background:#fff1d8}.meter-schedule-status.missed{color:#b64f47;background:#fde8e5}.utility-meter-chessboard{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.utility-meter-chessboard>header{border-bottom:1px solid var(--line);align-items:end;gap:8px;min-height:58px;padding:8px 11px;display:flex}.utility-meter-chessboard>header>div{flex-direction:column;gap:3px;margin-right:auto;display:flex}.utility-meter-chessboard>header>div b{font-size:11px}.utility-meter-chessboard>header>div small{color:var(--muted);font-size:8px}.utility-meter-chessboard>header label{min-width:145px;color:var(--muted);flex-direction:column;gap:3px;font-size:8px;font-weight:800;display:flex}.utility-meter-chessboard>header select{border:1px solid var(--line);height:31px;color:var(--ink);background:#fff;border-radius:6px;padding:0 8px;font-size:9px}.utility-meter-chessboard>header button{border:1px solid var(--line);height:31px;color:var(--teal-dark);background:#fff;border-radius:6px;padding:0 9px;font-size:9px;font-weight:800}.utility-meter-chessboard>header button.primary{border-color:var(--teal);background:var(--teal);color:#fff}.utility-meter-grid{overflow:auto}.utility-meter-grid-head,.utility-meter-resource-group>article{grid-template-columns:minmax(245px,1.55fr) repeat(12,minmax(76px,.48fr));align-items:stretch;min-width:1250px;display:grid}.utility-meter-grid-head{z-index:4;min-height:31px;color:var(--muted);background:#f5f8f9;font-size:8px;font-weight:900;position:sticky;top:0}.utility-meter-grid-head>span{border-right:1px solid #e3e9eb;justify-content:center;align-items:center;padding:0 7px;display:flex}.utility-meter-grid-head>span:first-child{z-index:5;background:#f5f8f9;justify-content:flex-start;position:sticky;left:0}.utility-meter-grid-head>span.selected{color:var(--teal-dark);background:#e6f5f3}.utility-meter-resource-group{min-width:1250px}.utility-meter-resource{background:#f6f9fa;border-top:1px solid #dce5e8;border-bottom:1px solid #dce5e8;align-items:center;min-height:38px;display:flex}.utility-meter-resource>span{align-items:center;gap:7px;padding:5px 9px;display:flex;position:sticky;left:0}.utility-meter-resource i{color:#39726f;background:#e1eeed;border-radius:12px;place-items:center;min-width:43px;height:23px;font-size:8px;font-style:normal;font-weight:900;display:grid}.utility-meter-resource b{font-size:10px}.utility-meter-resource small{color:var(--muted);font-size:8px}.utility-meter-resource.electricity{background:#fffaf0}.utility-meter-resource.electricity i{color:#946514;background:#ffedbd}.utility-meter-resource.cold-water{background:#f4f9ff}.utility-meter-resource.cold-water i{color:#3f6f9e;background:#dcecff}.utility-meter-resource.hot-water{background:#fff6f3}.utility-meter-resource.hot-water i{color:#a25943;background:#ffe1d8}.utility-meter-resource.gas{background:#f8f5ff}.utility-meter-resource.gas i{color:#71589e;background:#e9e0fb}.utility-meter-resource.heating{background:#fff8f1}.utility-meter-resource.heating i{color:#976336;background:#ffe7cd}.utility-meter-resource.sewerage{background:#f4faf8}.utility-meter-resource.sewerage i{color:#437a68;background:#dcefe9}.utility-meter-resource-group>article{border-top:1px solid #edf1f3;min-height:55px}.utility-meter-label{z-index:1;background:#fff;border-right:1px solid #dfe7e9;flex-direction:column;justify-content:center;gap:2px;min-width:0;padding:7px 9px;display:flex;position:sticky;left:0}.utility-meter-label b,.utility-meter-label small,.utility-meter-label em{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.utility-meter-label b{font-size:9px}.utility-meter-label small{color:#5f7079;font-size:8px}.utility-meter-label em{color:var(--muted);font-size:7px;font-style:normal}.utility-meter-resource-group>article>button{min-width:0;color:var(--ink);cursor:pointer;background:#fff;border:0;border-right:1px solid #edf1f3;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:5px 3px;display:flex}.utility-meter-resource-group>article>button:hover{box-shadow:inset 0 0 0 1px var(--teal)}.utility-meter-resource-group>article>button b{white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:8px;overflow:hidden}.utility-meter-resource-group>article>button small{color:#28846f;font-size:7px}.utility-meter-resource-group>article>button.filled{background:#eef9f6}.utility-meter-resource-group>article>button.missing{color:#b24d46;background:#fff4f2}.utility-meter-resource-group>article>button.future{color:#a1adb3;background:#f8fafb}.utility-meter-resource-group>article>button.estimated{color:#4e70ae;background:#edf3fc}.utility-meter-resource-group>article>button.review{box-shadow:inset 0 -2px #e5a33e}.utility-meter-resource-group>article>button.selected{box-shadow:inset 2px 0 0 var(--teal),inset -2px 0 0 var(--teal)}.utility-meter-grid-empty{min-width:100%;color:var(--muted);text-align:center;padding:28px;font-size:9px}.utility-meter-chessboard>footer{border-top:1px solid var(--line);color:#6a7880;align-items:center;gap:13px;min-height:35px;padding:7px 10px;font-size:8px;display:flex}.utility-meter-chessboard>footer span{align-items:center;gap:5px;display:flex}.utility-meter-chessboard>footer i{border:1px solid #d4dfe1;border-radius:2px;width:9px;height:9px}.utility-meter-chessboard>footer i.filled{background:#eef9f6;border-color:#bfe0d8}.utility-meter-chessboard>footer i.missing{background:#fff4f2;border-color:#efc5c0}.utility-meter-chessboard>footer i.estimated{background:#edf3fc;border-color:#c8d5ed}.utility-meter-chessboard>footer em{margin-left:auto;font-style:normal}.utility-toolbar{border:1px solid var(--line);background:#fff;border-radius:9px;align-items:center;gap:8px;min-height:57px;padding:8px 11px;display:flex}.utility-toolbar>div{flex-direction:column;gap:3px;margin-right:auto;display:flex}.utility-toolbar small{color:var(--muted);font-size:9px}.utility-toolbar>button{border:1px solid var(--line);color:#60717c;background:#fff;border-radius:7px;height:35px;padding:0 11px}.utility-toolbar>button.primary{border-color:var(--teal);background:var(--teal);color:#fff;font-weight:800}@media (max-width:900px){.utility-meter-chessboard>header{flex-wrap:wrap;align-items:stretch}.utility-meter-chessboard>header>div{width:100%;margin-right:0}.utility-meter-chessboard>header label{flex:1;min-width:calc(50% - 4px)}.utility-meter-chessboard>footer em{display:none}.utility-consumption-grid{grid-template-columns:1fr}.utility-consumption-stats>header{align-items:flex-start}.utility-consumption-details{grid-template-columns:1fr}.utility-consumption-details>span+span{border-top:1px solid #e7ecee;border-left:0}}.utility-card{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:auto}.utility-head,.utility-row{grid-template-columns:minmax(200px,1.05fr) minmax(220px,1.1fr) 140px 165px 165px 170px;align-items:center;column-gap:12px;min-width:1180px;display:grid}.utility-head{min-height:41px;color:var(--muted);background:#f5f8f9;padding:0 14px;font-size:9px;font-weight:900}.utility-row{border-bottom:1px solid #edf1f3;min-height:88px;padding:10px 14px}.utility-row:last-child{border-bottom:0}.utility-row:hover{background:#fbfdfd}.utility-row>div{flex-direction:column;gap:4px;min-width:0;display:flex}.utility-row b,.utility-row small,.utility-row em{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.utility-row small,.utility-row em{color:var(--muted);font-size:9px;font-style:normal}.utility-progress{background:#e9edef;border-radius:4px;height:4px;overflow:hidden}.utility-progress i{background:var(--green);height:100%;display:block}.utility-state{color:#996414;background:#fff1d8;border-radius:12px;width:max-content;padding:4px 7px;font-size:8px;font-weight:900}.utility-state.allocated{color:#16815a;background:#e1f4ec}.utility-actions{align-items:flex-start}.utility-actions button{color:var(--teal-dark);text-align:left;background:0 0;border:0;padding:0;font-size:9px;font-weight:800}.utility-actions button.primary{background:var(--teal);color:#fff;border-radius:6px;padding:7px 9px}.utility-breakdown{background:#f8fafb;border:1px solid #dfe7e9;border-radius:7px;grid-column:1/-1;margin:5px -2px -3px;overflow:hidden}.utility-breakdown>summary{cursor:pointer;color:#546873;padding:9px 11px;font-size:10px;font-weight:800}.utility-breakdown>summary span{background:#e2e9ec;border-radius:10px;margin-left:5px;padding:2px 6px}.utility-breakdown-head,.utility-breakdown-row{grid-template-columns:minmax(230px,1.2fr) minmax(220px,1fr) 130px 130px 130px;align-items:center;column-gap:10px;display:grid}.utility-breakdown-head{min-height:30px;color:var(--muted);border-top:1px solid #dfe7e9;border-bottom:1px solid #dfe7e9;padding:0 11px;font-size:8px;font-weight:900}.utility-breakdown-row{background:#fff;border-bottom:1px solid #e6ecee;min-height:48px;padding:6px 11px}.utility-breakdown-row:last-child{border-bottom:0}.utility-breakdown-row>span{flex-direction:column;gap:3px;min-width:0;display:flex}.utility-breakdown-row b,.utility-breakdown-row small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.utility-breakdown-row small{color:var(--muted);font-size:8px}.utility-breakdown-row strong{font-size:10px}.utility-empty{text-align:center;flex-direction:column;align-items:center;gap:7px;min-height:225px;padding:38px;display:flex}.utility-empty>span{width:39px;height:39px;color:var(--teal-dark);background:#dff2f0;border-radius:50%;place-items:center;font-weight:900;display:grid}.utility-empty p{max-width:500px;color:var(--muted);margin:0;line-height:1.45}.utility-empty button{background:var(--teal);color:#fff;border:0;border-radius:7px;margin-top:5px;padding:9px 12px;font-weight:800}.utility-backdrop{z-index:27}.utility-bill-modal{width:min(920px,100%);max-height:96vh;overflow:auto}.utility-help{background:#f2faf9;border:1px solid #cfe4e2;border-radius:8px;align-items:center;gap:10px;margin:14px 22px 0;padding:10px 12px;display:flex}.utility-help>span{width:31px;height:31px;color:var(--teal-dark);background:#dff2f0;border-radius:8px;flex:0 0 31px;place-items:center;font-weight:900;display:grid}.utility-help>div{flex-direction:column;gap:3px;display:flex}.utility-help small{color:#687d85;font-size:10px}.utility-lines{border:1px solid var(--line);border-radius:9px;margin:0 22px 15px;overflow:hidden}.utility-lines>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:47px;padding:7px 11px;display:flex}.utility-lines>header>div{flex-direction:column;gap:3px;display:flex}.utility-lines>header small{color:var(--muted);font-size:9px}.utility-lines>header button{border:1px solid var(--line);color:var(--teal-dark);background:#fff;border-radius:6px;padding:7px 9px;font-size:9px;font-weight:800}.utility-line{border-bottom:1px solid #edf1f3;grid-template-columns:25px minmax(170px,1.25fr) 120px 120px 140px 25px;align-items:end;gap:8px;min-height:67px;padding:8px 10px;display:grid}.utility-line>span{color:#697b85;background:#edf2f3;border-radius:50%;align-self:center;place-items:center;width:22px;height:22px;font-size:9px;font-weight:900;display:grid}.utility-line label{color:#6b7982;flex-direction:column;gap:4px;font-size:9px;font-weight:800;display:flex}.utility-line input,.utility-line select{min-width:0;height:35px;color:var(--ink);background:#fff;border:1px solid #dce3e7;border-radius:6px;padding:0 8px}.utility-line>button{color:#c45a52;background:0 0;border:0;align-self:center;font-size:21px}.utility-lines>footer{background:#f7f9fa;border:0;justify-content:flex-end;align-items:center;gap:12px;min-height:45px;padding:0 12px;display:flex}.utility-lines>footer b{font-size:16px}.utility-check{border:1px solid var(--line);background:#f8fafb;border-radius:8px;align-items:flex-start;gap:9px;margin:0 22px 16px;padding:10px 12px;display:flex}.utility-check>span{flex-direction:column;gap:3px;display:flex}.utility-check small{color:var(--muted);font-size:9px}.utility-allocation-modal{width:min(1050px,100%);max-height:96vh;overflow:auto}.utility-allocation-modal>header p,.utility-payment-modal>header p{color:var(--muted);margin:3px 0 0;font-size:10px}.utility-allocation-context,.utility-payment-balance{background:#dfe6e9;border-bottom:1px solid #dfe6e9;grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.utility-allocation-context>span,.utility-payment-balance>span{background:#fff;flex-direction:column;gap:4px;min-height:64px;padding:10px 14px;display:flex}.utility-allocation-context small,.utility-payment-balance small{color:var(--muted);font-size:9px}.field-help{color:var(--muted);font-size:9px;font-weight:400}.allocation-preview{border:1px solid var(--line);border-radius:9px;margin:0 18px 16px;overflow:hidden}.allocation-preview>header{border:0;border-bottom:1px solid var(--line);background:#f5faf9;grid-template-columns:minmax(220px,1fr) 135px 135px 135px;gap:8px;min-height:63px;padding:8px 12px;display:grid}.allocation-preview>header>div,.allocation-preview>header>span{flex-direction:column;gap:3px;display:flex}.allocation-preview>header small{color:var(--muted);font-size:8px}.allocation-warning{color:#8d621f;background:#fff9ee;border-bottom:1px solid #efd9b3;margin:0;padding:8px 12px;font-size:9px}.allocation-head,.allocation-preview article{grid-template-columns:minmax(220px,1.2fr) minmax(200px,1fr) 125px 125px 110px;align-items:center;column-gap:10px;display:grid}.allocation-head{min-height:32px;color:var(--muted);background:#f7f9fa;padding:0 11px;font-size:8px;font-weight:900}.allocation-preview article{border-top:1px solid #edf1f3;min-height:55px;padding:7px 11px}.allocation-preview article>div{flex-direction:column;gap:3px;min-width:0;display:flex}.allocation-preview article b,.allocation-preview article small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.allocation-preview article small{color:var(--muted);font-size:8px}.allocation-preview article>strong{font-size:10px}.allocation-preview article>span{color:#16815a;background:#e1f4ec;border-radius:11px;width:max-content;padding:4px 7px;font-size:8px;font-weight:900}.allocation-preview article>span.linked{color:#4d72b9;background:#e7f0fd}.allocation-preview.matrix{overflow:auto}.allocation-preview.matrix>header{min-width:1220px}.allocation-preview.matrix .allocation-head,.allocation-preview.matrix article{grid-template-columns:minmax(180px,1.15fr) minmax(130px,.8fr) 75px 75px 75px 85px minmax(170px,1fr) 95px 105px 90px;column-gap:8px;min-width:1390px}.operation-match-card{background:#f3faf9;border:1px solid #cfe3e1;border-radius:8px;align-items:center;gap:10px;margin:0 22px 14px;padding:10px 12px;display:flex}.operation-match-card>span{background:var(--teal);color:#fff;border-radius:50%;flex:0 0 42px;place-items:center;width:42px;height:42px;font-size:11px;font-weight:900;display:grid}.operation-match-card>div{flex-direction:column;gap:3px;min-width:0;display:flex}.operation-match-card small,.operation-match-card em{color:var(--muted);font-size:9px;font-style:normal}.utility-help.warning>span{color:#9b6817;background:#fff0d5}.utility-payment-modal{width:min(660px,100%)}.utility-help.payment{margin-bottom:16px}.utility-help.payment>span{color:#16815a;background:#e2f5ec}.utility-line{grid-template-columns:25px minmax(160px,1.2fr) 105px 105px 125px 120px 25px;gap:7px}.meter-carry-choice{background:#f6fafc;border:1px solid #d8e6ed;border-radius:8px;padding:9px 10px}.meter-carry-choice>span{flex-direction:column;gap:3px;display:flex}.meter-carry-choice small{color:var(--muted);font-size:9px}.accrual-preview.meter.estimated{background:#f5f8fd;border-color:#cfdced}.tariff-history{border:1px solid var(--line);background:#fff;border-radius:8px;margin:0 16px 16px;overflow:hidden}.tariff-history>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:47px;padding:7px 10px;display:flex}.tariff-history>header>div{flex-direction:column;gap:3px;display:flex}.tariff-history>header small{color:var(--muted);font-size:9px}.tariff-history>header button{border:1px solid var(--line);color:var(--teal-dark);background:#fff;border-radius:6px;padding:7px 9px;font-size:9px;font-weight:800}.tariff-history>article{border-bottom:1px solid #edf1f3;grid-template-columns:28px minmax(250px,1fr) 190px 85px;align-items:center;gap:9px;min-height:51px;padding:7px 10px;display:grid}.tariff-history>article:last-of-type{border-bottom:0}.tariff-history>article>span{width:25px;height:25px;color:var(--teal-dark);background:#e5f3f1;border-radius:7px;place-items:center;font-weight:900;display:grid}.tariff-history>article>div{flex-direction:column;gap:3px;min-width:0;display:flex}.tariff-history>article small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:8px;overflow:hidden}.tariff-history>article strong{font-size:10px}.tariff-history>article>button{color:#bd584f;background:0 0;border:0;font-size:9px;font-weight:800}@media (max-width:1150px){.utility-steps{grid-template-columns:repeat(3,1fr)}.utility-steps article:nth-child(3){border-right:0}.utility-steps article:nth-child(n+4){border-top:1px solid var(--line)}.utility-kpis{grid-template-columns:1fr 1fr}.utility-line{grid-template-columns:25px 1fr 120px}.utility-line label:nth-of-type(n+3){grid-column:2}.utility-line>button{grid-area:1/3}.allocation-preview{overflow:auto}.allocation-preview>header,.allocation-head,.allocation-preview article{min-width:810px}}@media (max-width:720px){.utility-intro{flex-direction:column;align-items:flex-start}.utility-intro>label{width:100%}.utility-steps{grid-template-columns:1fr}.utility-steps article{border-right:0;border-bottom:1px solid var(--line)}.utility-kpis{grid-template-columns:1fr}.utility-next-action{grid-template-columns:35px 1fr}.utility-next-action>button{grid-column:2}.utility-toolbar{flex-direction:column;align-items:stretch}.utility-toolbar>div{margin-right:0}.utility-head,.utility-row{min-width:1050px}.utility-bill-modal,.utility-allocation-modal{max-height:98vh}.utility-line{grid-template-columns:25px 1fr}.utility-line label{grid-column:2}.utility-line>button{grid-area:1/1}.utility-allocation-context,.utility-payment-balance{grid-template-columns:1fr}.utility-lines{margin-left:12px;margin-right:12px}}.rental-tabs{white-space:nowrap;overflow-x:auto}.performance-section{flex-direction:column;gap:11px;display:flex}.performance-intro{background:linear-gradient(120deg,#f2faf9,#fff);border:1px solid #cfe3e1;border-radius:10px;grid-template-columns:minmax(320px,1fr) 180px auto;align-items:center;gap:14px;padding:14px 16px;display:grid}.performance-intro>div{flex-direction:column;gap:3px;display:flex}.performance-intro>div>span{color:var(--teal-dark);text-transform:uppercase;letter-spacing:.08em;font-size:9px;font-weight:900}.performance-intro h3{margin:0;font-size:18px}.performance-intro p{color:var(--muted);margin:0;font-size:10px}.performance-intro label{color:#687985;flex-direction:column;gap:5px;font-size:9px;font-weight:800;display:flex}.performance-intro input{border:1px solid var(--line);height:36px;color:var(--ink);background:#fff;border-radius:7px;padding:0 9px}.month-close-state{border-radius:15px;width:max-content;padding:7px 10px;font-size:9px;font-weight:900}.month-close-state.open{color:#966315;background:#fff0d5}.month-close-state.closed{color:#177f5a;background:#dff2e9}.performance-next{background:#f7fbfa;border:1px solid #d8e5e4;border-radius:9px;grid-template-columns:33px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:64px;padding:10px 13px;display:grid}.performance-next.blocker{background:#fff7f6;border-color:#efc2be}.performance-next.attention{background:#fffbf3;border-color:#eed9b2}.performance-next>span{color:#177f5a;background:#dff2e9;border-radius:50%;place-items:center;width:32px;height:32px;font-weight:900;display:grid}.performance-next.blocker>span{color:#b34e47;background:#f9dedb}.performance-next.attention>span{color:#9a6515;background:#ffedcc}.performance-next>div{flex-direction:column;gap:2px;display:flex}.performance-next small{color:var(--muted);text-transform:uppercase;font-size:8px;font-weight:900}.performance-next p{color:#6f7c84;margin:0;font-size:9px}.performance-next button,.performance-checklist>header button{background:var(--teal);color:#fff;border:0;border-radius:7px;padding:9px 11px;font-size:9px;font-weight:800}.performance-kpis{grid-template-columns:repeat(5,1fr);gap:9px;display:grid}.performance-kpis article{border:1px solid var(--line);background:#fff;border-radius:9px;flex-direction:column;gap:4px;min-height:83px;padding:12px 13px;display:flex}.performance-kpis article.warning{background:snow;border-color:#efc4bf}.performance-kpis small,.performance-kpis em{color:var(--muted)}.performance-kpis small{font-size:9px;font-weight:800}.performance-kpis b{font-size:16px}.performance-kpis em{font-size:8px;font-style:normal}.performance-checklist{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.performance-checklist>header,.performance-table-card>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:53px;padding:8px 13px;display:flex}.performance-checklist>header>div,.performance-table-card>header>div{flex-direction:column;gap:3px;display:flex}.performance-checklist>header small,.performance-table-card>header small{color:var(--muted);font-size:9px}.performance-checklist>div{grid-template-columns:repeat(3,1fr);display:grid}.performance-checklist article{border-bottom:1px solid #edf1f3;border-right:1px solid #edf1f3;grid-template-columns:27px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:66px;padding:9px 11px;display:grid}.performance-checklist article:nth-child(3n){border-right:0}.performance-checklist article:nth-last-child(-n+3){border-bottom:0}.performance-checklist article>span{color:#16815a;background:#e2f4ec;border-radius:50%;place-items:center;width:25px;height:25px;font-size:9px;font-weight:900;display:grid}.performance-checklist article.attention>span{color:#976313;background:#fff0d7}.performance-checklist article.blocker>span{color:#b64b44;background:#f9dfdc}.performance-checklist article.not_applicable>span{color:#77858d;background:#edf1f3}.performance-checklist article>div{flex-direction:column;gap:3px;min-width:0;display:flex}.performance-checklist article b,.performance-checklist article small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.performance-checklist article small{color:var(--muted);font-size:8px}.performance-checklist article button{color:var(--teal-dark);background:0 0;border:0;padding:0;font-size:8px;font-weight:800}.performance-checklist article em{color:#668078;font-size:8px;font-style:normal;font-weight:800}.performance-table-card{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:auto}.performance-table-card>header>span{color:#64737d;background:#e8edef;border-radius:12px;padding:4px 8px;font-size:9px;font-weight:800}.performance-head,.performance-building>summary{grid-template-columns:minmax(235px,1.3fr) repeat(6,minmax(110px,.62fr));align-items:center;column-gap:12px;min-width:1050px;display:grid}.performance-head{min-height:36px;color:var(--muted);background:#f5f8f9;padding:0 13px;font-size:8px;font-weight:900}.performance-building{border-bottom:1px solid #e8edef}.performance-building:last-child{border-bottom:0}.performance-building>summary{cursor:pointer;min-height:66px;padding:8px 13px;list-style:none}.performance-building>summary::-webkit-details-marker{display:none}.performance-building>summary:hover{background:#f9fbfb}.performance-building>summary>div{align-items:center;gap:9px;min-width:0;display:flex}.performance-building>summary>div>span:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.performance-building>summary b,.performance-building>summary small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.performance-building>summary small{color:var(--muted);font-size:8px}.performance-building>summary strong{font-size:10px}.performance-building-mark{width:31px;height:31px;color:var(--teal-dark);background:#e1f2f0;border-radius:8px;flex:0 0 31px;place-items:center;display:grid}.performance-margin{color:#16815a;background:#e3f4ed;border-radius:12px;width:max-content;padding:5px 7px;font-size:9px;font-weight:900}.performance-margin.negative{color:#b7463f;background:#fae2df}.performance-margin i{margin-left:3px;font-style:normal}.performance-building[open] .performance-margin i{display:inline-block;transform:rotate(180deg)}.performance-breakdown{background:#f5f8f9;grid-template-columns:repeat(3,1fr);gap:9px;min-width:1050px;padding:10px 13px 13px;display:grid}.performance-breakdown>article{background:#fff;border:1px solid #dfe7e9;border-radius:8px;overflow:hidden}.performance-breakdown>article>header{border-bottom:1px solid #e5ebed;justify-content:space-between;align-items:center;min-height:39px;padding:7px 9px;display:flex}.performance-breakdown>article>div{border-bottom:1px solid #edf1f3;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-height:46px;padding:6px 9px;display:grid}.performance-breakdown>article>div:last-child{border-bottom:0}.performance-breakdown>article>div>span{flex-direction:column;gap:3px;min-width:0;display:flex}.performance-breakdown b,.performance-breakdown small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.performance-breakdown small{color:var(--muted);font-size:8px}.performance-breakdown strong{font-size:9px}.performance-breakdown p{color:var(--muted);text-align:center;margin:0;padding:15px 9px;font-size:9px}.month-close-backdrop{z-index:30}.month-close-modal{width:min(790px,100%);max-height:96vh;overflow:auto}.month-close-guide,.month-close-locked{background:#f3faf9;border:1px solid #cfe3e1;border-radius:9px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;margin:14px 18px;padding:11px 12px;display:grid}.month-close-guide>span,.month-close-locked>span{color:#177f5a;background:#dff2e9;border-radius:50%;place-items:center;width:32px;height:32px;font-weight:900;display:grid}.month-close-guide>div,.month-close-locked>div{flex-direction:column;gap:3px;display:flex}.month-close-guide small,.month-close-locked small{color:var(--muted);font-size:9px}.month-close-checklist{border:1px solid var(--line);border-radius:9px;margin:0 18px 14px;overflow:hidden}.month-close-checklist article{border-bottom:1px solid #edf1f3;grid-template-columns:27px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:52px;padding:7px 10px;display:grid}.month-close-checklist article:last-child{border-bottom:0}.month-close-checklist article>span{color:#16815a;background:#e2f4ec;border-radius:50%;place-items:center;width:25px;height:25px;font-size:9px;font-weight:900;display:grid}.month-close-checklist article.attention>span{color:#9a6515;background:#fff0d5}.month-close-checklist article.blocker>span{color:#b94a43;background:#fae0dd}.month-close-checklist article>div{flex-direction:column;gap:3px;display:flex}.month-close-checklist article small{color:var(--muted);font-size:8px}.month-close-checklist article em{color:#6a7981;font-size:8px;font-style:normal;font-weight:800}.month-close-confirm{background:#fffaf0;border:1px solid #ecd6ae;border-radius:8px;align-items:flex-start;gap:9px;margin:0 18px 14px;padding:10px 11px;display:flex}.month-close-confirm.final{background:#f5fbfa;border-color:#c9e0dd}.month-close-confirm input{accent-color:var(--teal);margin-top:2px}.month-close-confirm>span{flex-direction:column;gap:3px;display:flex}.month-close-confirm small{color:var(--muted);font-size:8px}.month-close-result,.month-close-snapshot{border:1px solid var(--line);border-radius:8px;grid-template-columns:repeat(4,1fr);margin:0 18px 14px;display:grid;overflow:hidden}.month-close-result{grid-template-columns:repeat(3,1fr)}.month-close-result>span,.month-close-snapshot>span{border-right:1px solid var(--line);flex-direction:column;gap:4px;min-height:61px;padding:9px 11px;display:flex}.month-close-result>span:last-child,.month-close-snapshot>span:last-child{border-right:0}.month-close-result small,.month-close-snapshot small{color:var(--muted);font-size:8px}.month-close-result b,.month-close-snapshot b{font-size:13px}.month-close-note,.month-close-reason{color:#687985;flex-direction:column;gap:5px;margin:0 18px 14px;font-size:9px;font-weight:800;display:flex}.month-close-note textarea,.month-close-reason textarea{resize:vertical;border:1px solid var(--line);min-height:64px;color:var(--ink);border-radius:7px;padding:8px}.month-close-warning{color:#98534e;background:#fff5f4;border:1px solid #efc7c2;border-radius:8px;margin:0 18px 14px;padding:9px 11px;font-size:9px}.month-close-modal footer button.danger{color:#fff;background:#c6544c;border-color:#c6544c}@media (max-width:1100px){.performance-intro{grid-template-columns:1fr 170px}.month-close-state{grid-column:1/-1}.performance-kpis{grid-template-columns:repeat(3,1fr)}.performance-checklist>div{grid-template-columns:repeat(2,1fr)}.performance-checklist article:nth-child(3n){border-right:1px solid #edf1f3}.performance-checklist article:nth-child(2n){border-right:0}.performance-checklist article:nth-last-child(-n+3){border-bottom:1px solid #edf1f3}.performance-checklist article:nth-last-child(-n+2){border-bottom:0}}@media (max-width:720px){.performance-intro,.performance-kpis,.performance-checklist>div{grid-template-columns:1fr}.performance-checklist article{border-bottom:1px solid #edf1f3!important;border-right:0!important}.performance-checklist article:last-child{border-bottom:0!important}.performance-next{grid-template-columns:33px 1fr}.performance-next>button{grid-column:2}.performance-breakdown,.month-close-result,.month-close-snapshot{grid-template-columns:1fr}.month-close-result>span,.month-close-snapshot>span{border-right:0;border-bottom:1px solid var(--line)}.month-close-result>span:last-child,.month-close-snapshot>span:last-child{border-bottom:0}}.leasing-section{flex-direction:column;gap:11px;display:flex}.leasing-intro{background:linear-gradient(120deg,#f3faf9,#fff);border:1px solid #cfe3e1;border-radius:10px;grid-template-columns:minmax(330px,1fr) 180px 150px;align-items:center;gap:12px;padding:14px 16px;display:grid}.leasing-intro>div{flex-direction:column;gap:3px;display:flex}.leasing-intro>div>span{color:var(--teal-dark);text-transform:uppercase;letter-spacing:.08em;font-size:9px;font-weight:900}.leasing-intro h3{margin:0;font-size:18px}.leasing-intro p{color:var(--muted);margin:0;font-size:10px}.leasing-intro label{color:#687985;flex-direction:column;gap:5px;font-size:9px;font-weight:800;display:flex}.leasing-intro input,.leasing-intro select{border:1px solid var(--line);height:36px;color:var(--ink);background:#fff;border-radius:7px;padding:0 9px}.leasing-next{background:#f7fbfa;border:1px solid #d5e6e3;border-radius:9px;grid-template-columns:33px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:64px;padding:10px 13px;display:grid}.leasing-next.high{background:#fffaf1;border-color:#ecd6ad}.leasing-next.critical{background:#fff6f5;border-color:#efc1bd}.leasing-next>span{color:#177f5a;background:#dff2e9;border-radius:50%;place-items:center;width:32px;height:32px;font-weight:900;display:grid}.leasing-next.high>span{color:#9a6515;background:#ffedcc}.leasing-next.critical>span{color:#b64b44;background:#f9dfdc}.leasing-next>div{flex-direction:column;gap:2px;display:flex}.leasing-next small{color:var(--muted);text-transform:uppercase;font-size:8px;font-weight:900}.leasing-next p{color:#6f7c84;margin:0;font-size:9px}.leasing-next button,.leasing-actions article button{background:var(--teal);color:#fff;border:0;border-radius:7px;padding:9px 11px;font-size:9px;font-weight:800}.leasing-kpis{grid-template-columns:repeat(5,1fr);gap:9px;display:grid}.leasing-kpis article{border:1px solid var(--line);background:#fff;border-radius:9px;flex-direction:column;gap:4px;min-height:82px;padding:12px 13px;display:flex}.leasing-kpis article.warning{background:snow;border-color:#efc4bf}.leasing-kpis small,.leasing-kpis em{color:var(--muted)}.leasing-kpis small{font-size:9px;font-weight:800}.leasing-kpis b{font-size:16px}.leasing-kpis em{font-size:8px;font-style:normal}.leasing-chart{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.leasing-chart>header,.leasing-actions>header,.leasing-table-card>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:52px;padding:8px 13px;display:flex}.leasing-chart>header>div:first-child,.leasing-actions>header>div:first-child,.leasing-table-card>header>div:first-child{flex-direction:column;gap:3px;display:flex}.leasing-chart>header small,.leasing-actions>header small,.leasing-table-card>header small{color:var(--muted);font-size:9px}.leasing-chart>header>div:last-child{color:#687983;gap:13px;font-size:8px;display:flex}.leasing-chart>header>div:last-child span{align-items:center;gap:4px;display:flex}.leasing-chart>header i{border-radius:2px;width:7px;height:7px}.leasing-chart i.contracted{background:#21a99f}.leasing-chart i.pipeline{background:#6d8fe3}.leasing-chart i.vacancy{background:#ef7771}.leasing-bars{grid-template-columns:repeat(12,minmax(62px,1fr));align-items:end;gap:8px;min-width:900px;height:215px;padding:15px 13px 11px;display:grid;overflow:auto}.leasing-bars>article{flex-direction:column;justify-content:flex-end;align-items:center;gap:4px;height:185px;display:flex}.leasing-bar{border-bottom:1px solid #ccd6da;justify-content:center;align-items:flex-end;gap:2px;width:45px;height:137px;display:flex}.leasing-bar i{border-radius:3px 3px 0 0;width:12px;min-height:1px;display:block}.leasing-bars b{white-space:nowrap;font-size:7px}.leasing-bars span{color:#63747e;text-transform:capitalize;font-size:8px}.leasing-bars em{color:#956313;background:#fff0d7;border-radius:9px;padding:2px 5px;font-size:7px;font-style:normal;font-weight:800}.leasing-actions{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.leasing-actions>header>span,.leasing-table-card>header>span{color:#64737d;background:#e8edef;border-radius:12px;padding:4px 8px;font-size:8px;font-weight:800}.leasing-actions>div{grid-template-columns:repeat(3,1fr);display:grid}.leasing-actions article{border-bottom:1px solid #edf1f3;border-right:1px solid #edf1f3;grid-template-columns:29px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:72px;padding:9px 11px;display:grid}.leasing-actions article:nth-child(3n){border-right:0}.leasing-actions article>span{color:#996514;background:#fff0d8;border-radius:50%;place-items:center;width:27px;height:27px;font-weight:900;display:grid}.leasing-actions article.critical>span{color:#b64b44;background:#f9dfdc}.leasing-actions article>div{flex-direction:column;gap:3px;min-width:0;display:flex}.leasing-actions article b,.leasing-actions article small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.leasing-actions article small{color:var(--muted);font-size:8px}.leasing-actions article>strong{color:#5f6f78;grid-column:2;font-size:8px}.leasing-actions article button{grid-area:1/3/3;padding:7px 8px}.leasing-table-card{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:auto}.leasing-head,.leasing-row>summary{grid-template-columns:minmax(210px,1.15fr) minmax(190px,1fr) 135px 130px 160px 155px 90px;align-items:center;column-gap:12px;min-width:1160px;display:grid}.leasing-head{min-height:36px;color:var(--muted);background:#f5f8f9;padding:0 13px;font-size:8px;font-weight:900}.leasing-row{border-bottom:1px solid #e8edef;border-left:3px solid #0000}.leasing-row.high{border-left-color:#e7a33e}.leasing-row.critical{border-left-color:#ef6b64}.leasing-row:last-child{border-bottom:0}.leasing-row>summary{cursor:pointer;min-height:69px;padding:8px 13px 8px 10px;list-style:none}.leasing-row>summary::-webkit-details-marker{display:none}.leasing-row>summary:hover{background:#f9fbfb}.leasing-row>summary>div{flex-direction:column;gap:3px;min-width:0;display:flex}.leasing-row>summary>div:first-child{flex-direction:row;align-items:center;gap:9px}.leasing-row>summary>div:first-child>span:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.leasing-row b,.leasing-row small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.leasing-row small{color:var(--muted);font-size:8px}.leasing-row>summary>button{color:var(--teal-dark);background:0 0;border:0;padding:0;font-size:8px;font-weight:900}.leasing-unit{width:31px;height:31px;color:var(--teal-dark);background:#e1f2f0;border-radius:8px;flex:0 0 31px;place-items:center;font-size:9px;font-weight:900;display:grid}.leasing-detail{background:#fff;border:1px solid #dfe7e9;border-radius:7px;min-width:1160px;margin:0 11px 11px;overflow:hidden}.leasing-detail>header,.leasing-detail>article{grid-template-columns:160px repeat(3,1fr);align-items:center;column-gap:10px;display:grid}.leasing-detail>header{min-height:31px;color:var(--muted);background:#f5f8f9;padding:0 10px;font-size:8px;font-weight:900}.leasing-detail>article{border-top:1px solid #edf1f3;min-height:39px;padding:5px 10px}.leasing-detail>article strong{font-size:9px}.leasing-detail>footer{background:#f8fafb;border-top:1px solid #dfe7e9;justify-content:space-between;align-items:center;min-height:41px;padding:6px 10px;display:flex}.leasing-detail>footer button{color:var(--teal-dark);background:0 0;border:0;font-size:8px;font-weight:900}.leasing-backdrop{z-index:30}.leasing-modal{width:min(760px,100%);max-height:96vh;overflow:auto}.leasing-modal>header p{color:var(--muted);margin:3px 0 0;font-size:9px}.leasing-modal-guide,.leasing-modal-effect{background:#f3faf9;border:1px solid #cfe3e1;border-radius:9px;grid-template-columns:33px minmax(0,1fr);align-items:center;gap:10px;margin:14px 18px;padding:10px 11px;display:grid}.leasing-modal-guide>span,.leasing-modal-effect>span{color:#177f5a;background:#dff2e9;border-radius:50%;place-items:center;width:31px;height:31px;font-weight:900;display:grid}.leasing-modal-guide>div,.leasing-modal-effect>div{flex-direction:column;gap:3px;display:flex}.leasing-modal-guide small,.leasing-modal-effect small{color:var(--muted);font-size:9px}.leasing-modal textarea{resize:vertical;min-height:63px;color:var(--ink);border:1px solid #dce3e7;border-radius:6px;padding:8px}@media (max-width:1100px){.leasing-intro{grid-template-columns:1fr 170px 140px}.leasing-kpis{grid-template-columns:repeat(3,1fr)}.leasing-actions>div{grid-template-columns:repeat(2,1fr)}.leasing-actions article:nth-child(3n){border-right:1px solid #edf1f3}.leasing-actions article:nth-child(2n){border-right:0}}@media (max-width:720px){.leasing-intro,.leasing-kpis,.leasing-actions>div{grid-template-columns:1fr}.leasing-next{grid-template-columns:33px 1fr}.leasing-next>button{grid-column:2}.leasing-actions article{border-right:0!important}.leasing-chart{overflow:auto}.leasing-bars{grid-template-columns:repeat(12,72px)}}.service-method svg{width:18px;height:18px}.meter-context>span svg{width:20px;height:20px}.meter-empty-modal>div>span svg{width:29px;height:29px}.property-object-navigation{border:1px solid var(--line);background:var(--paper);border-radius:10px;margin:8px 0;overflow:hidden}.property-object-navigation.property-object-tabs{display:block;overflow:hidden}.property-gate-compat-label{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.property-object-zones{grid-template-columns:repeat(6,minmax(110px,1fr));gap:0;display:grid}.property-object-zones button{border:0;border-right:1px solid var(--line);min-width:0;height:50px;color:var(--muted);text-align:left;background:0 0;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:7px;padding:7px 10px;display:grid;position:relative}.property-object-zones button:last-child{border-right:0}.property-object-zones button:hover{color:var(--teal-dark);background:#f4faf9}.property-object-zones button.active{color:var(--teal-dark);box-shadow:inset 0 -3px var(--teal);background:#eaf7f4}.property-object-zones i{background:#edf3f4;border-radius:8px;place-items:center;width:28px;height:28px;font-style:normal;font-weight:900;display:grid}.property-object-zones button.active i{background:#cfeae4}.property-object-zones b{text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.property-object-zones span,.property-object-subtabs span{color:#687b84;background:#edf2f4;border-radius:10px;padding:2px 6px;font-size:7px}.property-object-subtabs{border-top:1px solid var(--line);scrollbar-width:thin;background:#f8fafb;align-items:flex-end;gap:20px;min-height:37px;padding:0 10px;display:flex;overflow-x:auto}.property-object-subtabs button{height:37px;color:var(--muted);white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;flex:none;padding:0 1px;font-size:8px}.property-object-subtabs button.active{border-bottom-color:var(--teal);color:var(--teal-dark);font-weight:900}.property-object-subtabs button.active span{color:var(--teal-dark);background:#dff1ee}.property-online-rental{border:1px solid var(--line);background:var(--paper);border-radius:10px;overflow:hidden}.property-online-rental>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;min-height:74px;padding:12px 14px;display:flex}.property-online-rental>header small{color:var(--teal-dark);text-transform:uppercase;letter-spacing:.06em;font-size:8px;font-weight:900}.property-online-rental>header h3{margin:2px 0;font-size:17px}.property-online-rental>header p{color:var(--muted);margin:0;font-size:8px}.property-online-rental>header .button{border:1px solid var(--teal);background:var(--teal);color:#fff;white-space:nowrap;border-radius:7px;padding:8px 11px;font-size:8px;font-weight:900;text-decoration:none}.property-card-metrics.concise{grid-template-columns:repeat(3,minmax(0,1fr))}.property-card-metrics.concise>span{border-bottom:0;min-height:62px}.property-card-metrics.concise>span:nth-child(n){border-right:1px solid var(--line)}.property-card-metrics.concise>span:last-child{border-right:0}.property-list-head:not(.realized),.property-compact-row:not(.realized){grid-template-columns:minmax(240px,1.6fr) 130px 145px minmax(160px,1fr) 58px;min-width:760px}html[data-theme=dark] .property-object-zones button.active,html[data-theme=dark] .property-object-zones button.active i{color:#8edbc5;background:#17302e}html[data-theme=dark] .property-object-subtabs{background:#1c2932}@media (max-width:1100px){.property-object-zones{grid-template-columns:repeat(3,1fr)}.property-object-zones button:nth-child(3n){border-right:0}.property-object-zones button:nth-child(n+4){border-top:1px solid var(--line)}}@media (max-width:720px){.rental-page{padding-top:10px}.property-index-heading{min-height:auto;padding:12px}.property-index-heading h2{font-size:17px}.property-index-heading p{display:none}.property-object-zones{grid-template-columns:repeat(3,minmax(92px,1fr))}.property-object-zones button{grid-template-columns:24px minmax(0,1fr);height:46px;padding:6px}.property-object-zones i{width:24px;height:24px}.property-object-zones span{display:none}.property-object-zones b{font-size:8px}.property-object-subtabs{gap:15px;padding:0 8px}.property-360-command p{white-space:normal;line-height:1.35}.property-360-meta{width:100%;padding-bottom:2px}.property-360-meta span{flex:none}.property-online-rental>header{flex-direction:column;align-items:flex-start}.property-online-rental>header .button{text-align:center;width:100%}.property-card-metrics.concise{grid-template-columns:1fr 1fr}.property-card-metrics.concise>span:last-child{border-top:1px solid var(--line);grid-column:1/-1}}@media (max-width:420px){.property-object-zones{grid-template-columns:repeat(2,minmax(0,1fr))}.property-object-zones button:nth-child(n){border-right:1px solid var(--line);border-top:1px solid var(--line)}.property-object-zones button:nth-child(-n+2){border-top:0}.property-object-zones button:nth-child(2n){border-right:0}.property-360-scoreboard{grid-template-columns:1fr}}.property-spatial-explorer{background:linear-gradient(145deg,#fff 0%,#f5f9f7 100%);border:1px solid #dce5e2;border-radius:22px;margin:14px 0;padding:22px;box-shadow:0 12px 35px #173d3220}.property-spatial-explorer>header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.property-spatial-explorer>header>div:first-child{min-width:0}.property-spatial-explorer>header small{letter-spacing:.11em;text-transform:uppercase;color:#0b8b73;font-size:11px;font-weight:800}.property-spatial-explorer h4{color:#1d3731;margin:6px 0;font-size:22px}.property-spatial-explorer p{color:#58716b;margin:0;line-height:1.45}.property-spatial-switch{background:#e9f0ed;border-radius:13px;flex-shrink:0;gap:3px;padding:4px;display:flex}.property-spatial-switch button{color:#526b64;cursor:pointer;background:0 0;border:0;border-radius:10px;padding:8px 12px;font-weight:700}.property-spatial-switch button.active{color:#126c59;background:#fff;box-shadow:0 2px 8px #173d3218}.property-spatial-explorer nav{align-items:center;gap:3px;margin:18px 0 16px;padding-bottom:4px;display:flex;overflow:auto}.property-spatial-explorer nav button{color:#207866;cursor:pointer;background:0 0;border:0;flex-shrink:0;align-items:center;gap:8px;font-weight:700;display:flex}.property-spatial-explorer nav button:last-child{color:#263e37}.property-spatial-explorer nav span{color:#92aaa2}.property-spatial-grid{grid-template-columns:repeat(auto-fill,minmax(225px,1fr));gap:10px;display:grid}.property-spatial-grid.list{grid-template-columns:1fr}.property-spatial-grid>button{text-align:left;color:#263e37;cursor:pointer;background:#fff;border:1px solid #dce8e3;border-radius:16px;align-items:flex-start;gap:12px;min-width:0;min-height:105px;padding:15px;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex}:is(.property-spatial-grid>button:hover,.property-spatial-grid>button:focus-visible){border-color:#49ae96;transform:translateY(-2px);box-shadow:0 8px 20px #173d3219}.property-spatial-grid>button>span:nth-child(2){flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.property-spatial-grid b{overflow-wrap:anywhere;font-size:15px}.property-spatial-grid small{overflow-wrap:anywhere;color:#637a73;font-size:12px}.property-spatial-grid em{color:#247661;font-size:11px;font-style:normal;font-weight:700}.property-spatial-grid strong{color:#619d8a}.property-spatial-unit.sold em{color:#ac6d36}.property-spatial-unit.selected{background:#f1faf5;border-color:#128367}.property-spatial-node-icon{color:#107662;background:#e5f3ed;border-radius:10px;flex:0 0 32px;place-items:center;width:32px;height:32px;font-size:19px;display:grid}.property-spatial-unit .property-spatial-node-icon{color:#667c71;background:#f0f2f0}.property-spatial-inspector{background:#edf8f1;border:1px solid #b7d9cb;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:14px;margin-top:15px;padding:18px;display:flex}.property-spatial-inspector h5{margin:3px 0 5px;font-size:18px}.property-spatial-inspector p{font-size:12px}.property-spatial-inspector dl{flex-wrap:wrap;gap:12px 24px;margin:0;display:flex}.property-spatial-inspector dl>div{min-width:110px;max-width:250px}.property-spatial-inspector dt{color:#6b8077;font-size:11px}.property-spatial-inspector dd{overflow-wrap:anywhere;margin:4px 0 0;font-size:13px;font-weight:700}.property-spatial-inspector>button{color:#fff;cursor:pointer;background:#168368;border:0;border-radius:10px;padding:10px 13px;font-weight:700}.property-spatial-explorer footer{color:#6c8079;margin-top:13px;font-size:11px}.property-spatial-empty{border:1px dashed #bacdc4;border-radius:14px;padding:18px}.property-asset-card.demo{background:linear-gradient(135deg,#fff,#f1faf3);border-color:#b9d8c9}.property-asset-card.demo header small{color:#138160}.property-demo-banner{color:#176346;background:#eff9f1;border:1px solid #a9d4bc;border-radius:12px;margin:4px 0 12px;padding:11px 15px;font-size:13px;font-weight:650;line-height:1.45}@media (max-width:650px){.property-spatial-explorer{padding:15px}.property-spatial-explorer>header{flex-direction:column}.property-spatial-switch{width:100%}.property-spatial-switch button{flex:1}.property-spatial-grid{grid-template-columns:1fr}}.bank-workspace,.reconciliation-workspace{flex-direction:column;gap:12px;padding-top:22px;display:flex}.bank-intro{background:linear-gradient(120deg,#f2faf9,#fff);border:1px solid #cfe3e1;border-radius:10px;grid-template-columns:minmax(360px,1fr) minmax(440px,.95fr);align-items:center;gap:25px;min-height:126px;padding:18px 20px;display:grid}.bank-intro>div{align-items:flex-start;gap:13px;display:flex}.bank-intro>div>span{width:40px;height:40px;color:var(--teal-dark);background:#dff2ef;border-radius:11px;flex:0 0 40px;place-items:center;font-size:18px;font-weight:900;display:grid}.bank-intro small{color:var(--teal-dark);text-transform:uppercase;letter-spacing:.08em;font-size:9px;font-weight:900}.bank-intro h2{margin:3px 0 5px;font-size:21px}.bank-intro p{color:#6e7e87;margin:0;font-size:11px;line-height:1.45}.bank-intro ol{grid-template-columns:repeat(3,1fr);gap:8px;margin:0;padding:0;list-style:none;display:grid}.bank-intro li{border-left:1px solid #d8e5e4;flex-direction:column;gap:4px;min-height:65px;padding:7px 10px;display:flex}.bank-intro li b{font-size:10px}.bank-intro li span{color:var(--muted);font-size:9px;line-height:1.35}.bank-upload-card{border:1px solid var(--line);background:#fff;border-radius:9px;grid-template-columns:minmax(330px,1.25fr) minmax(240px,.7fr) auto;align-items:end;gap:12px;padding:14px;display:grid}.bank-file-picker label{cursor:pointer;background:#f8fcfb;border:1px dashed #b9d5d3;border-radius:8px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;height:72px;padding:11px 13px;display:grid}.bank-file-picker input{display:none}.bank-file-picker label>span{width:36px;height:36px;color:var(--teal-dark);background:#dff2ef;border-radius:9px;place-items:center;font-size:20px;display:grid}.bank-file-picker label>div{flex-direction:column;gap:4px;min-width:0;display:flex}.bank-file-picker label b,.bank-file-picker label small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.bank-file-picker label small{color:var(--muted);font-size:9px}.bank-file-picker label em{color:var(--teal-dark);font-size:9px;font-style:normal;font-weight:900}.bank-account-select{color:#657680;flex-direction:column;gap:5px;font-size:9px;font-weight:800;display:flex}.bank-account-select select{border:1px solid var(--line);height:38px;color:var(--ink);background:#fff;border-radius:7px;padding:0 9px}.bank-account-select small{color:var(--muted);font-weight:400}.bank-preview-button,.bank-complete button,.bank-preview-card>footer button,.reconciliation-empty button{background:var(--teal);color:#fff;border:0;border-radius:7px;height:39px;padding:0 14px;font-size:10px;font-weight:900}.bank-preview-button:disabled,.bank-preview-card>footer button:disabled{opacity:.5}.bank-error{color:#a34f49;background:#fff6f5;border:1px solid #efc3bf;border-radius:8px;margin:0;padding:10px 12px;font-size:10px}.bank-complete{background:#f2faf7;border:1px solid #bcded5;border-radius:9px;grid-template-columns:35px minmax(0,1fr) auto;align-items:center;gap:11px;padding:12px 14px;display:grid}.bank-complete>span{color:#177f5a;background:#dff2e9;border-radius:50%;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.bank-complete>div{flex-direction:column;gap:3px;display:flex}.bank-complete p{color:#688078;margin:0;font-size:9px}.bank-preview-card,.bank-batches,.reconciliation-card{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.bank-preview-card>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:15px;min-height:70px;padding:10px 14px;display:flex}.bank-preview-card h3,.bank-batches h3{margin:3px 0 0;font-size:16px}.bank-preview-card header small,.bank-batches header small{color:var(--muted);font-size:9px}.bank-preview-kpis{gap:7px;display:flex}.bank-preview-kpis>span{border:1px solid var(--line);min-width:82px;color:var(--muted);border-radius:7px;align-items:center;gap:4px;padding:7px 8px;font-size:8px;display:flex}.bank-preview-kpis b{color:var(--ink);font-size:13px}.bank-preview-kpis .suggested{background:#f5fbf8;border-color:#bfe2d8}.bank-preview-kpis .attention{background:#fffaf1;border-color:#ecd7ae}.bank-preview-kpis .duplicate{background:#f5f7f8}.bank-file-duplicate{color:#a24f49;background:#fff6f5;border:1px solid #ebc9c5;border-radius:7px;gap:8px;margin:10px 14px 0;padding:9px 11px;font-size:9px;display:flex}.bank-preview-table{overflow:auto}.bank-preview-head,.bank-preview-table article{grid-template-columns:135px minmax(220px,.9fr) minmax(300px,1.25fr) minmax(210px,.8fr);align-items:center;column-gap:12px;min-width:980px;display:grid}.bank-preview-head{min-height:37px;color:var(--muted);background:#f5f8f9;padding:0 14px;font-size:8px;font-weight:900}.bank-preview-table article{border-top:1px solid #edf1f3;min-height:68px;padding:8px 14px}.bank-preview-table article>div{flex-direction:column;gap:3px;min-width:0;display:flex}.bank-preview-table article b,.bank-preview-table article small,.bank-preview-table article p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.bank-preview-table article small{color:var(--muted);font-size:8px}.bank-preview-table article p{color:#63737d;margin:0;font-size:9px}.bank-match{color:#647580;background:#edf1f3;border-radius:10px;width:max-content;padding:4px 7px;font-size:8px;font-style:normal;font-weight:900}.bank-match.suggested{color:#177f5a;background:#e2f4ec}.bank-match.unrecognized{color:#986314;background:#fff0d7}.bank-match.duplicate{color:#71818a;background:#edf0f2}.bank-preview-card>footer{border-top:1px solid var(--line);background:#f8fafb;justify-content:space-between;align-items:center;gap:15px;min-height:64px;padding:10px 14px;display:flex}.bank-preview-card>footer>div{flex-direction:column;gap:3px;display:flex}.bank-preview-card>footer span{color:var(--muted);font-size:9px}.bank-batches>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:53px;padding:8px 14px;display:flex}.bank-batches>header>div{flex-direction:column;gap:2px;display:flex}.bank-batches>header>b{color:#64737d;background:#e8edef;border-radius:12px;padding:4px 8px;font-size:9px}.bank-batches>article{border-bottom:1px solid #edf1f3;grid-template-columns:36px minmax(250px,1.1fr) minmax(190px,.65fr) 145px;align-items:center;gap:11px;min-height:61px;padding:8px 14px;display:grid}.bank-batches>article:last-child{border-bottom:0}.bank-batches>article>span{color:#5d7480;background:#edf3f5;border-radius:8px;place-items:center;width:34px;height:34px;font-size:8px;font-weight:900;display:grid}.bank-batches>article>div{flex-direction:column;gap:3px;min-width:0;display:flex}.bank-batches article b,.bank-batches article small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.bank-batches article small,.bank-batches time{color:var(--muted);font-size:8px}.bank-batches time{text-align:right}.bank-empty{text-align:center;color:var(--muted);padding:35px;font-size:10px}.reconciliation-summary{grid-template-columns:repeat(5,1fr);gap:9px;display:grid}.reconciliation-summary article{border:1px solid var(--line);background:#fff;border-radius:9px;flex-direction:column;gap:3px;min-height:82px;padding:11px 13px;display:flex}.reconciliation-summary article.attention{background:#fffbf3;border-color:#ecd3a8}.reconciliation-summary article.complete{background:#f7fcfa;border-color:#c8e3db}.reconciliation-summary small,.reconciliation-summary span{color:var(--muted);font-size:8px}.reconciliation-summary b{font-size:22px}.reconciliation-guide{background:#f3faf9;border:1px solid #cfe3e1;border-radius:9px;align-items:center;gap:10px;padding:10px 13px;display:flex}.reconciliation-guide>span{width:31px;height:31px;color:var(--teal-dark);background:#dff2ef;border-radius:50%;flex:0 0 31px;place-items:center;font-weight:900;display:grid}.reconciliation-guide>div{flex-direction:column;gap:3px;display:flex}.reconciliation-guide p{color:#6e7e87;margin:0;font-size:9px}.reconciliation-card>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;min-height:64px;padding:9px 13px;display:flex}.reconciliation-card>header h2{margin:0 0 4px;font-size:17px}.reconciliation-card>header small{color:var(--muted);font-size:9px}.reconciliation-card>header nav{background:#e9eef0;border-radius:7px;padding:3px;display:flex}.reconciliation-card>header nav button{color:#657680;background:0 0;border:0;border-radius:5px;padding:7px 9px;font-size:8px;font-weight:800}.reconciliation-card>header nav button.active{color:var(--ink);background:#fff;box-shadow:0 1px 3px #cbd5da}.reconciliation-head,.reconciliation-row{grid-template-columns:170px minmax(300px,1.25fr) minmax(280px,1fr) 145px;align-items:center;column-gap:13px;min-width:1120px;display:grid}.reconciliation-head{min-height:37px;color:var(--muted);background:#f5f8f9;padding:0 14px;font-size:8px;font-weight:900}.reconciliation-table{overflow:auto}.reconciliation-row-wrap{border-bottom:1px solid #e8edef}.reconciliation-row-wrap.expanded{background:#fbfdfd}.reconciliation-row{min-height:83px;padding:9px 14px}.reconciliation-row>div{flex-direction:column;align-items:flex-start;gap:4px;min-width:0;display:flex}.reconciliation-row b,.reconciliation-row small,.reconciliation-row em{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.reconciliation-row small{color:var(--muted);font-size:8px}.reconciliation-row>div:first-child>b{font-size:14px}.reconciliation-row>div:first-child>em{color:#71818a;font-size:8px;font-style:normal}.match-confidence{color:#177f5a;background:#e2f4ec;border-radius:9px;padding:3px 6px;font-size:7px;font-style:normal;font-weight:900}.reconcile-accept,.reconcile-edit{border:0;border-radius:6px;width:100%;padding:7px 8px;font-size:8px;font-weight:900}.reconcile-accept{background:var(--teal);color:#fff}.reconcile-edit{color:#566d78;background:#edf2f4}.reconciliation-editor{background:#fff;border:1px solid #d5e4e4;border-radius:8px;min-width:1120px;margin:0 12px 12px;overflow:hidden}.reconciliation-source{background:#f4f9f8;border-bottom:1px solid #dce8e7;grid-template-columns:180px minmax(0,1fr) 300px;align-items:center;gap:10px;min-height:50px;padding:8px 11px;display:grid}.reconciliation-source span,.reconciliation-source small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.reconciliation-source span{color:#5f7079;font-size:9px}.reconciliation-source small{color:var(--muted);text-align:right;font-size:8px}.reconciliation-fields{grid-template-columns:repeat(5,1fr);gap:10px;padding:12px;display:grid}.reconciliation-fields label{color:#687983;flex-direction:column;gap:5px;font-size:8px;font-weight:900;display:flex}.reconciliation-fields select{border:1px solid var(--line);height:36px;color:var(--ink);background:#fff;border-radius:6px;padding:0 8px;font-size:9px}.reconciliation-contract-check{background:#f5fbfa;border:1px solid #cfe3e1;border-radius:7px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:9px;margin:0 12px 12px;padding:8px 10px;display:grid}.reconciliation-contract-check>span{color:#177f5a;background:#dff2e9;border-radius:50%;place-items:center;width:27px;height:27px;font-weight:900;display:grid}.reconciliation-contract-check>div{flex-direction:column;gap:2px;display:flex}.reconciliation-contract-check small{color:var(--muted);font-size:8px}.reconciliation-contract-check strong{color:#59716a;font-size:8px}.reconciliation-editor>footer{border-top:1px solid var(--line);background:#f8fafb;justify-content:flex-end;gap:8px;min-height:52px;padding:8px 12px;display:flex}.reconciliation-editor>footer button{border:1px solid var(--line);background:#fff;border-radius:6px;padding:8px 11px;font-size:9px}.reconciliation-editor>footer button.primary{border-color:var(--teal);background:var(--teal);color:#fff;font-weight:900}.reconciliation-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:270px;display:flex}.reconciliation-empty>span{color:#177f5a;background:#dff2e9;border-radius:50%;place-items:center;width:42px;height:42px;font-size:18px;font-weight:900;display:grid}.reconciliation-empty b{margin-top:10px}.reconciliation-empty p{color:var(--muted);margin:5px 0 12px;font-size:10px}.table-head,.operation{grid-template-columns:36px minmax(175px,1fr) minmax(230px,1.4fr) minmax(230px,1.3fr) 155px}.operation-reconcile-status{color:#667985;white-space:nowrap;text-overflow:ellipsis;background:#edf1f3;border-radius:10px;width:max-content;max-width:112px;padding:3px 6px;font-size:7px;font-style:normal;font-weight:900;overflow:hidden}.operation-reconcile-status.suggested{color:#177f5a;background:#e2f4ec}.operation-reconcile-status.unrecognized{color:#986314;background:#fff0d7}.operation-reconcile-status.confirmed{color:#4d72b9;background:#e7f0fd}.operation-reconcile-status.manual-entry{color:#7955a6;background:#f2eafa}.operation-origin{background:#f3faf9;border:1px solid #cfe3e1;border-radius:8px;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:9px;margin:13px 20px 0;padding:10px 11px;display:grid}.operation-origin>span{width:31px;height:31px;color:var(--teal-dark);background:#dff2ef;border-radius:8px;place-items:center;font-weight:900;display:grid}.operation-origin>div{flex-direction:column;gap:3px;min-width:0;display:flex}.operation-origin small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:8px;overflow:hidden}.operation-origin em{color:#177f5a;background:#e2f4ec;border-radius:10px;padding:4px 7px;font-size:8px;font-style:normal;font-weight:900}.operation-edit-modal{width:min(740px,100%)}.operation-bulk select{color:#fff;background:#344b59;border:1px solid #51636f;border-radius:6px;min-width:150px;padding:8px}.operation-bulk>em{color:#ffb7b2;max-width:220px;font-size:8px;font-style:normal}.operation-bulk button.primary{background:var(--teal);border-color:var(--teal)}@media (max-width:1150px){.bank-intro{grid-template-columns:1fr}.bank-upload-card{grid-template-columns:1fr 1fr}.bank-preview-button{grid-column:1/-1}.reconciliation-summary{grid-template-columns:repeat(3,1fr)}.reconciliation-card>header{flex-direction:column;align-items:flex-start}.table-head,.operation{grid-template-columns:34px 160px 1.1fr 1fr 135px}}@media (max-width:760px){.bank-workspace,.reconciliation-workspace{padding-top:13px}.bank-intro{padding:14px}.bank-intro ol{grid-template-columns:1fr}.bank-intro li{border-top:1px solid #d8e5e4;border-left:0;min-height:auto}.bank-upload-card{grid-template-columns:1fr}.bank-preview-button{grid-column:auto}.bank-complete{grid-template-columns:35px 1fr}.bank-complete button{grid-column:1/-1}.bank-preview-card>header{flex-direction:column;align-items:flex-start}.bank-preview-kpis{width:100%;overflow:auto}.bank-preview-card>footer{flex-direction:column;align-items:flex-start}.bank-batches>article{grid-template-columns:36px 1fr}.bank-batches>article>div:nth-of-type(2),.bank-batches time{text-align:left;grid-column:2}.reconciliation-summary{grid-template-columns:1fr 1fr}.reconciliation-card>header nav{width:100%;overflow:auto}.reconciliation-card>header nav button{white-space:nowrap}.operation .status{align-items:flex-end}.operation-reconcile-status{max-width:90px}.operation-bulk{flex-direction:column;align-items:stretch;left:86px}.operation-bulk select{min-width:220px}.operation-origin{grid-template-columns:32px 1fr}.operation-origin em{grid-column:2;width:max-content}}.bank-source-switch{gap:8px;display:flex}.bank-source-switch>button{border:1px solid var(--line);text-align:left;min-width:190px;color:var(--ink);background:#fff;border-radius:9px;align-items:center;gap:9px;padding:9px 12px;display:flex}.bank-source-switch>button>span{color:#607681;background:#edf3f5;border-radius:8px;place-items:center;width:32px;height:32px;font-size:9px;font-weight:900;display:grid}.bank-source-switch>button>div{flex-direction:column;gap:2px;display:flex}.bank-source-switch b{font-size:10px}.bank-source-switch small{color:var(--muted);font-size:8px}.bank-source-switch>button.active{background:#f2faf8;border-color:#86c8c1;box-shadow:0 0 0 2px #24a9a514}.bank-source-switch>button.active>span{color:var(--teal-dark);background:#d9f1ed}.tochka-card{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.tochka-card>header{border-bottom:1px solid var(--line);grid-template-columns:12px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:62px;padding:10px 14px;display:grid}.tochka-card>header>span{font-size:14px}.tochka-card>header>span.connected{color:#18a66b}.tochka-card>header>span.disconnected{color:#e7a33e}.tochka-card>header>div{flex-direction:column;gap:3px;display:flex}.tochka-card>header b{font-size:11px}.tochka-card>header small{color:var(--muted);font-size:8px}.tochka-card>header button{height:34px;color:var(--teal-dark);background:#f5fbfa;border:1px solid #b9d5d3;border-radius:7px;padding:0 11px;font-size:9px;font-weight:900}.tochka-card>header button:disabled{opacity:.5}.tochka-fields{grid-template-columns:minmax(250px,1.2fr) minmax(210px,1fr) 145px 145px auto;align-items:end;gap:10px;padding:13px 14px;display:grid}.tochka-fields label{color:#657680;flex-direction:column;gap:5px;font-size:9px;font-weight:800;display:flex}.tochka-fields select,.tochka-fields input{border:1px solid var(--line);height:38px;color:var(--ink);background:#fff;border-radius:7px;min-width:0;padding:0 9px}.tochka-fields small{color:var(--muted);font-size:8px;font-weight:400}.tochka-fetch{background:var(--teal);color:#fff;white-space:nowrap;border:0;border-radius:7px;height:39px;padding:0 14px;font-size:9px;font-weight:900}.tochka-fetch:disabled{opacity:.5}.tochka-setup{background:#fffaf1;border:1px solid #ecd7ae;border-radius:8px;margin:13px 14px;padding:11px 13px}.tochka-setup b{font-size:10px}.tochka-setup p{color:#7b6b4f;margin:4px 0 0;font-size:9px;line-height:1.5}.tochka-setup code{color:#755b2e;background:#f3ead8;border-radius:4px;padding:2px 4px}.tochka-card>footer{border-top:1px solid var(--line);min-height:38px;color:var(--muted);background:#f8fafb;justify-content:space-between;align-items:center;gap:12px;padding:7px 14px;font-size:8px;display:flex}.tochka-card>footer b{color:#5f737d}.bank-preview-actions{align-items:center;gap:7px;display:flex}.bank-preview-card>footer .secondary{color:var(--teal-dark);background:#fff;border:1px solid #b9d5d3}@media (max-width:1250px){.tochka-fields{grid-template-columns:1fr 1fr 140px 140px}.tochka-fetch{grid-column:1/-1}.bank-upload-card{grid-template-columns:1fr 1fr}.bank-preview-button{grid-column:1/-1}}@media (max-width:760px){.bank-source-switch{grid-template-columns:1fr 1fr;display:grid}.bank-source-switch>button{min-width:0}.tochka-card>header{grid-template-columns:12px 1fr}.tochka-card>header button{grid-column:2;width:max-content}.tochka-fields{grid-template-columns:1fr}.tochka-fetch{grid-column:auto}.tochka-card>footer{flex-direction:column;align-items:flex-start}.bank-preview-actions{flex-direction:column;align-items:stretch;width:100%}.bank-preview-actions button{width:100%}}.compact-import{gap:9px;padding-top:14px}.bank-compact-head{background:linear-gradient(110deg,#f4faf9,#fff);border:1px solid #d6e5e4;border-radius:9px;justify-content:space-between;align-items:center;gap:18px;min-height:72px;padding:11px 14px;display:flex}.bank-compact-head>div:first-child{flex-direction:column;gap:2px;display:flex}.bank-compact-head small{color:var(--teal-dark);text-transform:uppercase;letter-spacing:.08em;font-size:8px;font-weight:900}.bank-compact-head h2{margin:0;font-size:18px}.bank-compact-head p{color:var(--muted);margin:1px 0 0;font-size:9px}.bank-compact-head>div:last-child{align-items:center;gap:8px;display:flex}.bank-compact-head>div:last-child>span{height:34px;color:var(--muted);background:#fff;border:1px solid #dce6e7;border-radius:7px;align-items:center;gap:5px;padding:0 10px;font-size:8px;display:flex}.bank-compact-head>div:last-child>span b{color:var(--ink);font-size:12px}.bank-compact-head button,.bank-api-panel button,.bank-source-callout button{height:34px;color:var(--teal-dark);background:#fff;border:1px solid #b9d5d3;border-radius:7px;padding:0 11px;font-size:9px;font-weight:900}.bank-source-switch.compact>button{min-width:170px;padding:7px 10px}.bank-source-switch.compact>button>span{width:28px;height:28px}.bank-upload-card.compact{padding:10px}.bank-upload-card.compact .bank-file-picker label{height:54px;padding:7px 10px}.bank-upload-card.compact .bank-file-picker label>span{width:31px;height:31px;font-size:16px}.bank-upload-card.compact .bank-account-select{align-self:center}.bank-api-panel{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.bank-api-panel>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:53px;padding:7px 11px;display:flex}.bank-api-source{align-items:center;gap:8px;min-width:0;display:flex}.source-dot{color:#8c9aa2;font-size:13px}.source-dot.ready{color:#18a66b}.source-dot.warning{color:#e7a33e}.source-dot.error{color:#e3615b}.source-dot.disabled{color:#a3adb3}.bank-api-source label{flex-direction:column;gap:2px;min-width:230px;display:flex}.bank-api-source label small{color:var(--muted);text-transform:uppercase;font-size:7px;font-weight:900}.bank-api-source select{height:27px;color:var(--ink);background:0 0;border:0;outline:none;font-size:10px;font-weight:800}.bank-api-source>em,.source-status{color:#64757e;background:#edf2f4;border-radius:10px;padding:4px 7px;font-size:7px;font-style:normal;font-weight:900}.bank-api-source>em.ready,.source-status.ready{color:#177f5a;background:#e2f4ec}.bank-api-source>em.warning,.source-status.warning{color:#986314;background:#fff0d7}.bank-api-source>em.error,.source-status.error{color:#ac4c46;background:#fbe3e1}.bank-api-source>em.disabled,.source-status.disabled{color:#7d8990;background:#edf0f2}.bank-api-actions{gap:6px;display:flex}.bank-api-actions button:last-child,.bank-source-callout button{border-color:var(--teal);background:var(--teal);color:#fff}.bank-api-panel button:disabled{opacity:.45}.bank-api-fields{grid-template-columns:minmax(230px,1.15fr) minmax(210px,1fr) 130px 130px auto;align-items:end;gap:8px;padding:10px 11px;display:grid}.bank-api-fields label{color:#657680;flex-direction:column;gap:4px;font-size:8px;font-weight:800;display:flex}.bank-api-fields select,.bank-api-fields input{border:1px solid var(--line);height:35px;color:var(--ink);background:#fff;border-radius:6px;min-width:0;padding:0 8px}.bank-api-fields>button{background:var(--teal);color:#fff;white-space:nowrap;border:0;height:36px}.bank-api-panel>footer{border-top:1px solid var(--line);min-height:32px;color:var(--muted);background:#f8fafb;justify-content:space-between;align-items:center;gap:12px;padding:6px 11px;font-size:8px;display:flex}.bank-api-panel>footer b{color:#5f737d}.bank-source-callout{background:#f5fbfa;border:1px solid #cfe3e1;border-radius:7px;grid-template-columns:31px minmax(0,1fr) auto;align-items:center;gap:9px;margin:9px 11px;padding:9px 11px;display:grid}.bank-source-callout.warning{background:#fffaf1;border-color:#ecd7ae}.bank-source-callout>span{width:29px;height:29px;color:var(--teal-dark);background:#dff2ef;border-radius:8px;place-items:center;font-weight:900;display:grid}.bank-source-callout.warning>span{color:#9a6515;background:#ffedcc}.bank-source-callout>div{flex-direction:column;gap:2px;display:flex}.bank-source-callout b{font-size:10px}.bank-source-callout p{color:var(--muted);margin:0;font-size:8px}.bank-batches.compact>header{min-height:45px}.bank-batches.compact>article{min-height:51px}.source-modal-backdrop{z-index:45;background:#172630aa}.import-sources-modal{background:#fff;border-radius:12px;flex-direction:column;width:min(980px,100%);max-height:94vh;display:flex;overflow:hidden;box-shadow:0 24px 75px #14263077}.import-sources-modal>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:76px;padding:13px 17px;display:flex}.import-sources-modal>header>div{flex-direction:column;gap:2px;display:flex}.import-sources-modal>header small{color:var(--teal-dark);text-transform:uppercase;font-size:8px;font-weight:900}.import-sources-modal>header h2{margin:0;font-size:19px}.import-sources-modal>header p{color:var(--muted);margin:1px 0 0;font-size:9px}.import-sources-modal>header>button{color:#82909a;background:0 0;border:0;font-size:25px}.source-local-warning{background:#fffaf1;border:1px solid #ecd7ae;border-radius:7px;flex-direction:column;gap:2px;margin:10px 14px 0;padding:8px 10px;font-size:8px;display:flex}.source-local-warning span{color:#7b6b4f}.source-local-warning code{background:#f3ead8;padding:1px 3px}.source-error{margin:10px 14px 0}.source-manager-grid{grid-template-columns:300px minmax(0,1fr);min-height:510px;display:grid;overflow:hidden}.source-manager-grid>aside{border-right:1px solid var(--line);background:#f6f8f9;flex-direction:column;gap:6px;padding:12px;display:flex;overflow:auto}.source-add{height:38px;color:var(--teal-dark);background:#f5fbfa;border:1px dashed #8fcac4;border-radius:7px;font-size:9px;font-weight:900}.source-manager-grid>aside article{cursor:pointer;background:#fff;border:1px solid #0000;border-radius:8px;grid-template-columns:13px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:57px;padding:8px 9px;display:grid}.source-manager-grid>aside article:hover,.source-manager-grid>aside article.selected{border-color:#9fcfca;box-shadow:0 0 0 2px #24a9a50d}.source-manager-grid>aside article>div{flex-direction:column;gap:3px;min-width:0;display:flex}.source-manager-grid>aside article b,.source-manager-grid>aside article small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.source-manager-grid>aside article b{font-size:9px}.source-manager-grid>aside article small{color:var(--muted);font-size:8px}.source-manager-grid>aside article em{color:#687983;background:#edf2f4;border-radius:9px;padding:3px 5px;font-size:7px;font-style:normal;font-weight:800}.source-manager-grid>aside article em.ready{color:#177f5a;background:#e2f4ec}.source-manager-grid>aside article em.warning{color:#986314;background:#fff0d7}.source-manager-grid>aside article em.error{color:#ac4c46;background:#fbe3e1}.source-list-empty{text-align:center;color:var(--muted);padding:30px 10px;font-size:9px}.source-manager-grid>main{overflow:auto}.source-manager-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:40px;display:flex}.source-manager-empty>span{width:42px;height:42px;color:var(--teal-dark);background:#dff2ef;border-radius:11px;place-items:center;font-size:19px;display:grid}.source-manager-empty h3{margin:12px 0 4px}.source-manager-empty p{max-width:440px;color:var(--muted);margin:0;font-size:10px;line-height:1.5}.source-manager-empty ul{color:#60747e;flex-direction:column;gap:5px;margin:15px 0 0;padding:0;font-size:9px;list-style:none;display:flex}.source-manager-empty li:before{content:"✓";color:#18a66b;margin-right:6px;font-weight:900}.source-form{flex-direction:column;gap:11px;padding:16px 18px;display:flex}.source-form-title{justify-content:space-between;align-items:center;display:flex}.source-form-title small{color:var(--muted);text-transform:uppercase;font-size:8px;font-weight:900}.source-form-title h3{margin:2px 0 0;font-size:16px}.source-form>label{color:#60727d;flex-direction:column;gap:5px;font-size:9px;font-weight:800;display:flex}.source-form>label>input:not([type=checkbox]),.source-form>label>select{height:38px;color:var(--ink);background:#fff;border:1px solid #d8e1e5;border-radius:7px;outline:none;padding:0 9px}.source-form>label>input:focus,.source-form>label>select:focus{border-color:var(--teal);box-shadow:0 0 0 3px #24a9a519}.source-form>label>small{color:var(--muted);font-size:8px;font-weight:400}.source-remove-secret{align-items:center;flex-direction:row!important}.source-security-note{background:#f4faf9;border:1px solid #cfe3e1;border-radius:7px;padding:9px 10px}.source-security-note b{font-size:9px}.source-security-note p{color:#64777f;margin:3px 0 0;font-size:8px;line-height:1.45}.source-form>footer{border-top:1px solid var(--line);background:#f8fafb;justify-content:space-between;align-items:center;gap:8px;margin:3px -18px -16px;padding:11px 18px;display:flex}.source-form>footer>div{gap:6px;display:flex}.source-form>footer button{border:1px solid var(--line);color:#5c6d77;background:#fff;border-radius:6px;height:34px;padding:0 10px;font-size:8px;font-weight:800}.source-form>footer button.primary{border-color:var(--teal);background:var(--teal);color:#fff}.source-form>footer button.danger-link{color:#b6534d;background:0 0;border-color:#0000}.source-form>footer button.danger-confirm{color:#fff;background:#d8665f;border-color:#d8665f}.source-form button:disabled,.source-add:disabled{opacity:.45}@media (max-width:1100px){.bank-api-fields{grid-template-columns:1fr 1fr 120px 120px}.bank-api-fields>button{grid-column:1/-1}.source-manager-grid{grid-template-columns:260px 1fr}}@media (max-width:760px){.bank-compact-head{flex-direction:column;align-items:flex-start}.bank-compact-head>div:last-child{justify-content:space-between;width:100%}.bank-api-panel>header{flex-direction:column;align-items:flex-start}.bank-api-source{flex-wrap:wrap;width:100%}.bank-api-source label{flex:1;min-width:0}.bank-api-actions{width:100%}.bank-api-actions button{flex:1}.bank-api-fields{grid-template-columns:1fr}.bank-api-fields>button{grid-column:auto}.bank-api-panel>footer{flex-direction:column;align-items:flex-start}.bank-source-callout{grid-template-columns:31px 1fr}.bank-source-callout button{grid-column:2;width:max-content}.source-modal-backdrop{padding:6px}.import-sources-modal{max-height:98vh}.source-manager-grid{grid-template-columns:1fr;overflow:auto}.source-manager-grid>aside{border-right:0;border-bottom:1px solid var(--line);max-height:205px}.source-form>footer{flex-direction:column;align-items:stretch}.source-form>footer>div{grid-template-columns:repeat(2,1fr);display:grid}.source-form>footer button.primary{grid-column:1/-1}}.import-sources-modal{width:min(1120px,100%)}.source-manager-grid{grid-template-columns:285px minmax(0,1fr)}.source-account-manager{background:#fbfcfc;border:1px solid #d9e4e7;border-radius:9px;overflow:hidden}.source-account-manager>header{border-bottom:1px solid #e3eaed;justify-content:space-between;align-items:center;gap:10px;min-height:48px;padding:8px 10px;display:flex}.source-account-manager>header>div:first-child{flex-direction:column;gap:3px;display:flex}.source-account-manager>header b{font-size:10px}.source-account-manager>header small{color:var(--muted);font-size:8px}.source-account-manager>header>div:last-child{gap:5px;display:flex}.source-account-manager button{color:#627680;background:#fff;border:1px solid #d2dfe2;border-radius:6px;height:30px;padding:0 9px;font-size:8px;font-weight:800}.source-account-manager button.primary{border-color:var(--teal);background:var(--teal);color:#fff}.source-account-manager button.danger-confirm{color:#94611b;background:#fff4df;border-color:#e6aa62}.source-accounts-empty{min-height:86px;color:var(--muted);justify-content:center;align-items:center;gap:9px;font-size:9px;display:flex}.source-accounts-empty>span{width:30px;height:30px;color:var(--teal-dark);background:#e4f3f1;border-radius:8px;place-items:center;display:grid}.source-organization-list{background:#fff;max-height:310px;overflow:auto}.source-organization-list>section{border-bottom:1px solid #e9eef0}.source-organization-list>section:last-child{border-bottom:0}.source-organization-list>section>header{z-index:1;background:#f3f7f8;padding:7px 10px;position:sticky;top:0}.source-organization-list label{cursor:pointer}.source-organization-list input,.source-auto-sync input{accent-color:var(--teal)}.source-organization-list>section>header label,.source-account-row{grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.source-organization-list label>span,.source-auto-sync>span{flex-direction:column;gap:2px;min-width:0;display:flex}.source-organization-list b,.source-organization-list small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.source-organization-list small{color:var(--muted);font-size:8px}.source-account-row{border-top:1px solid #eff3f4;min-height:45px;padding:6px 10px 6px 30px}.source-account-row:hover{background:#f7fbfa}.source-account-row>em{color:#6c7d85;background:#eef2f4;border-radius:10px;padding:3px 6px;font-size:7px;font-style:normal;font-weight:800}.source-account-row>em.ready{color:#177f5a;background:#e2f4ec}.source-account-row>em.running,.source-account-row>em.queued{color:#4d72b9;background:#e6f0fd}.source-account-row>em.error{color:#ac4c46;background:#fbe3e1}.source-account-manager>footer{background:#f7f9fa;border-top:1px solid #e3eaed;justify-content:space-between;align-items:center;gap:12px;padding:9px 10px;display:flex}.source-account-manager>footer>div{gap:6px;display:flex}.source-auto-sync{grid-template-columns:18px minmax(0,1fr);align-items:center;gap:7px;display:grid}.source-sync-progress{background:#f4faf9;border-top:1px solid #dce6e8;grid-template-columns:minmax(0,1fr) 180px;align-items:center;gap:5px 12px;padding:9px 10px;display:grid}.source-sync-progress>div{flex-direction:column;gap:2px;display:flex}.source-sync-progress>div span,.source-sync-progress>small{color:#60757e;font-size:8px}.source-sync-progress progress{width:100%;height:8px;accent-color:var(--teal)}.source-sync-progress>small{color:#aa514b;grid-column:1/-1}.source-sync-progress.failed,.source-sync-progress.completed_with_errors{background:#fff7f3}.bank-api-fields input[readonly]{color:#52666f;background:#f5f8f9}.source-form:has(.source-account-manager){padding-bottom:16px}@media (max-width:760px){.source-account-manager>footer{flex-direction:column;align-items:stretch}.source-account-manager>footer>div{grid-template-columns:1fr 1fr;display:grid}.source-sync-progress{grid-template-columns:1fr}.source-sync-progress>small{grid-column:auto}.source-account-row{padding-left:12px}}.operation-period-wrap{position:relative}.fintablo-period{gap:7px}.fintablo-period>button:first-child,.fintablo-period>button:last-child{flex:0 0 34px}.fintablo-period>button:disabled{opacity:.35;cursor:default}.fintablo-period .period-value{border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:1px;width:238px;height:44px;padding:5px 27px 5px 12px;display:flex;position:relative}.fintablo-period .period-value small{text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:8px}.fintablo-period .period-value b{white-space:nowrap;font-size:10px}.fintablo-period .period-value em{color:#82919a;font-size:8px;font-style:normal;position:absolute;top:16px;right:10px}.operation-date-picker{z-index:30;background:#fff;border:1px solid #d5e1e4;border-radius:10px;width:390px;position:absolute;top:52px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 18px 45px #22343f2b}.operation-date-picker>header{border-bottom:1px solid #e4eaec;justify-content:space-between;align-items:center;min-height:44px;padding:8px 11px;display:flex}.operation-date-picker>header b{font-size:11px}.operation-date-picker>header button{color:#87969e;background:0 0;border:0;font-size:20px}.operation-date-picker>nav{grid-template-columns:repeat(3,1fr);gap:5px;padding:9px;display:grid}.operation-date-picker>nav button{color:#5f727c;background:#fff;border:1px solid #dce5e7;border-radius:6px;padding:7px;font-size:8px;font-weight:800}.operation-date-picker>nav button:hover,.operation-date-picker>nav button.active{color:var(--teal-dark);background:#edf8f6;border-color:#8bc8c2}.operation-date-picker>div{grid-template-columns:1fr 1fr;gap:7px;padding:0 9px 10px;display:grid}.operation-date-picker label{color:#6b7b84;flex-direction:column;gap:4px;font-size:8px;font-weight:800;display:flex}.operation-date-picker input{height:34px;color:var(--ink);border:1px solid #d9e2e5;border-radius:6px;padding:0 7px}.operation-date-picker>footer{background:#f7f9fa;border-top:1px solid #e4eaec;justify-content:space-between;align-items:center;min-height:45px;padding:8px 10px;display:flex}.operation-date-picker>footer span{color:var(--muted);font-size:8px}.operation-date-picker>footer button{background:var(--teal);color:#fff;border:0;border-radius:6px;padding:8px 12px;font-size:8px;font-weight:900}.filter-panel.enhanced{grid-template-columns:minmax(160px,1.2fr) minmax(160px,1.2fr) minmax(160px,1.2fr) 105px 105px auto}.filter-actions{align-self:end;gap:5px;display:flex}.filter-panel .filter-actions button{height:36px;padding:0 10px}.filter-panel .filter-actions .reset{color:#6a7a83;background:#fff;border-color:#d8e1e4}.filter-panel .filter-actions .reset:disabled{opacity:.4}.chart-empty{color:var(--muted);margin:auto;font-size:10px}.operations-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:230px;padding:36px;display:flex}.operations-empty>span{width:38px;height:38px;color:var(--teal-dark);background:#e4f3f1;border-radius:50%;place-items:center;font-size:18px;display:grid}.operations-empty b{margin-top:10px}.operations-empty p{color:var(--muted);margin:4px 0 12px;font-size:10px}.operations-empty button{color:var(--teal-dark);background:#f1faf8;border:1px solid #a8d2ce;border-radius:6px;padding:8px 11px;font-size:9px;font-weight:800}@media (max-width:1050px){.action-row{flex-wrap:wrap}.filter-panel.enhanced{grid-template-columns:repeat(3,1fr)}.filter-actions{align-self:end}}@media (max-width:720px){.operation-period-wrap{order:3;width:100%}.fintablo-period{justify-content:center}.fintablo-period .period-value{flex:1;max-width:300px}.operation-date-picker{width:auto;position:fixed;inset:auto 8px 8px;transform:none}.filter-panel.enhanced{grid-template-columns:1fr 1fr}.filter-actions{grid-column:1/-1}.filter-actions button{flex:1}}.automation-page{padding:22px 0 45px}.automation-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:15px;display:flex}.automation-heading h2{margin:3px 0 5px;font-size:22px}.automation-heading p{color:var(--muted);margin:0}.automation-heading .primary,.automation-empty button{background:var(--teal);color:#fff;border:0;border-radius:7px;padding:11px 15px;font-weight:700}.automation-summary{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:12px;display:grid}.automation-summary article{border:1px solid var(--line);background:#fff;border-radius:9px;flex-direction:column;gap:4px;padding:14px 16px;display:flex}.automation-summary small,.automation-summary span{color:var(--muted)}.automation-summary b{font-size:19px}.automation-summary .automation-safety{border-left:4px solid var(--green)}.automation-summary .automation-safety b{color:var(--green);font-size:14px}.automation-guide{background:#eff8f7;border:1px solid #cfe7e5;border-radius:9px;grid-template-columns:30px 1fr 25px 30px 1fr 25px 30px 1fr;align-items:center;margin-bottom:13px;padding:12px 15px;display:grid}.automation-guide>span{background:var(--teal);color:#fff;border-radius:50%;place-items:center;width:26px;height:26px;font-weight:800;display:grid}.automation-guide p{flex-direction:column;gap:2px;margin:0;display:flex}.automation-guide small{color:var(--muted)}.automation-guide i{text-align:center;color:#78a4a3;font-style:normal}.automation-error{color:#b94e47;background:#fff4f3;border:1px solid #f0b7b2;border-radius:7px;padding:10px 13px}.automation-list{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.automation-list-head,.automation-list>article{grid-template-columns:minmax(180px,.8fr) minmax(250px,1.2fr) minmax(250px,1.2fr) 115px 205px;align-items:center;display:grid}.automation-list-head{min-height:40px;color:var(--muted);background:#f6f8f9;padding:0 14px;font-size:11px;font-weight:800}.automation-list>article{border-top:1px solid #edf1f3;min-height:78px;padding:10px 14px}.automation-list>article.disabled{opacity:.58;background:#fafbfb}.automation-list>article>div:first-child{align-items:center;gap:9px;display:flex}.automation-list>article>div:first-child>em{min-width:38px;color:var(--teal-dark);text-align:center;background:#e8f4f3;border-radius:5px;padding:5px;font-size:11px;font-style:normal;font-weight:800}.automation-list>article>div:first-child>span,.automation-list>article>div:nth-child(4){flex-direction:column;gap:3px;display:flex}.automation-list small{color:var(--muted);font-size:10px}.rule-tags{flex-wrap:wrap;gap:4px;padding-right:12px;display:flex}.rule-tags span{border-radius:4px;padding:4px 6px;font-size:10px}.rule-tags.conditions span{color:#536b7a;background:#edf2f6}.rule-tags.actions span{color:#26815f;background:#e5f5ef}.rule-actions{justify-content:flex-end;align-items:center;gap:5px;display:flex}.rule-actions>label{width:34px;height:20px;position:relative}.rule-actions>label input{opacity:0;position:absolute}.rule-actions>label i{background:#c8d1d6;border-radius:10px;width:34px;height:20px;display:block}.rule-actions>label i:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;margin:2px;transition:all .15s;display:block}.rule-actions>label input:checked+i{background:var(--green)}.rule-actions>label input:checked+i:after{transform:translate(14px)}.rule-actions button{border:1px solid var(--line);color:#60727d;background:#fff;border-radius:6px;padding:6px 8px;font-size:11px}.rule-actions button:last-child{color:#c45a54}.rule-actions button.confirm-delete{color:#fff;background:#d95d56;border-color:#d95d56}.automation-note{color:var(--muted);margin:10px 2px;font-size:11px}.automation-empty{border:1px solid var(--line);min-height:260px;color:var(--muted);text-align:center;background:#fff;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.automation-empty>span{font-size:32px}.automation-empty>b{color:var(--ink);font-size:16px}.automation-empty p{margin:0 0 8px}.automation-backdrop{z-index:40}.automation-modal{background:#fff;border-radius:12px;flex-direction:column;width:min(900px,100%);max-height:92vh;display:flex;overflow:hidden;box-shadow:0 24px 75px #14263066}.automation-modal>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:17px 20px;display:flex}.automation-modal>header small{color:var(--muted)}.automation-modal h2{margin:3px 0 0}.automation-modal>header button{color:#84929b;background:0 0;border:0;font-size:27px}.automation-modal>section{padding:16px 20px;overflow:auto}.automation-form-main,.automation-form-block>div{grid-template-columns:1fr 1fr;gap:10px;display:grid}.automation-form-main{grid-template-columns:1fr 150px 190px;margin-bottom:13px}.automation-modal label{color:var(--muted);flex-direction:column;gap:5px;font-size:11px;display:flex}.automation-modal label.wide{grid-column:1/-1}.automation-form-main label.wide{grid-column:auto}.automation-modal input,.automation-modal select{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:6px;min-width:0;padding:9px}.automation-modal label small{font-size:9px}.automation-modal .switch-field{border:1px solid var(--line);background:#f6f9fa;border-radius:6px;flex-direction:row;justify-content:center;align-items:center;padding:9px}.automation-form-block{border:1px solid var(--line);border-radius:8px;margin-top:11px;overflow:hidden}.automation-form-block>header{background:#f5f8f9;align-items:center;gap:9px;padding:10px 13px;display:flex}.automation-form-block>header>span{color:#fff;background:#627b8a;border-radius:50%;place-items:center;width:24px;height:24px;font-weight:800;display:grid}.automation-form-block>header>div{flex-direction:column;display:flex}.automation-form-block>header small{color:var(--muted)}.automation-form-block>div{padding:12px 13px}.automation-form-block.action-block>header{background:#edf8f4}.automation-form-block.action-block>header>span{background:var(--green)}.automation-modal>footer{border-top:1px solid var(--line);background:#f7f9fa;justify-content:flex-end;align-items:center;gap:8px;padding:13px 20px;display:flex}.automation-modal>footer>span{color:var(--muted);margin-right:auto;font-size:10px}.automation-modal>footer button{border:1px solid var(--line);background:#fff;border-radius:7px;padding:9px 12px}.automation-modal>footer button.primary{background:var(--teal);border-color:var(--teal);color:#fff;font-weight:700}@media (max-width:1100px){.automation-list-head{display:none}.automation-list>article{grid-template-columns:1fr 1fr 90px;gap:9px}.automation-list>article>div:first-child,.automation-list>article .rule-actions{grid-column:1/-1}.automation-guide{grid-template-columns:30px 1fr}.automation-guide i{display:none}.automation-guide>span:nth-of-type(n+2){margin-top:8px}}@media (max-width:760px){.automation-heading{flex-direction:column;align-items:flex-start}.automation-summary,.automation-list>article{grid-template-columns:1fr}.automation-list>article>div:first-child,.automation-list>article .rule-actions{grid-column:auto}.automation-form-main,.automation-form-block>div{grid-template-columns:1fr}.automation-form-main label.wide,.automation-modal label.wide{grid-column:auto}.automation-modal>footer>span{display:none}}.tree-row.direction-group{background:#f3f8f8}.tree-row.direction-group .tree-name b{font-size:13px}.tree-row.direction-group .class-mark{height:34px}.tree-row input:disabled{opacity:.25}.direction-guide section p{padding-left:0;line-height:1.45}.direction-guide section b{color:var(--teal-dark)}.reconciliation-summary{grid-template-columns:repeat(6,1fr)}.reconciliation-summary article.rule-kpi{background:#faf8ff;border-color:#cfc5ed}.reconciliation-summary article.rule-kpi b{color:#6f54bd}.rule-created-notice{color:#5e4a9c;background:#faf8ff;border:1px solid #cfc5ed;border-radius:9px;align-items:center;gap:9px;padding:9px 12px;display:flex}.rule-created-notice p{flex:1;margin:0;font-size:10px}.rule-created-notice button{color:#7b6aaf;background:0 0;border:0;font-size:18px}.rule-confidence{color:#6549b2;background:#eee8ff;border-radius:9px;padding:3px 6px;font-size:7px;font-style:normal;font-weight:900}.reconcile-rule{color:#fff;background:#7456c5;border:0;border-radius:6px;width:100%;padding:7px 8px;font-size:8px;font-weight:900}.reconcile-rule:disabled{opacity:.55}.reconciliation-rule-proposal{cursor:pointer;background:#faf8ff;border:1px solid #cfc5ed;border-radius:8px;grid-template-columns:18px 30px minmax(0,1fr);align-items:center;gap:8px;margin:0 12px 12px;padding:10px 12px;display:grid}.reconciliation-rule-proposal>input{accent-color:#7456c5}.reconciliation-rule-proposal>span{color:#6549b2;background:#eee8ff;border-radius:8px;place-items:center;width:28px;height:28px;display:grid}.reconciliation-rule-proposal>div{flex-direction:column;gap:3px;display:flex}.reconciliation-rule-proposal small{color:#786e96;font-size:8px;line-height:1.4}.reconciliation-rule-proposal.not-ready{color:#708089;cursor:not-allowed;background:#f7f9fa;border-color:#dfe5e7}.reconciliation-rule-proposal.not-ready>span{color:#7b8990;background:#e8edef}@media (max-width:1150px){.reconciliation-summary{grid-template-columns:repeat(3,1fr)}}@media (max-width:760px){.reconciliation-summary{grid-template-columns:1fr 1fr}}.automation-views{background:#eaf0f2;border-radius:8px;align-items:center;gap:4px;width:max-content;margin:0 0 12px;padding:3px;display:flex}.automation-views button{color:#667984;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:8px 12px;font-weight:800}.automation-views button.active{color:var(--ink);background:#fff;box-shadow:0 1px 4px #b8c6cc66}.automation-views span{background:#dce6e9;border-radius:9px;place-items:center;min-width:20px;height:18px;margin-left:5px;padding:0 5px;font-size:9px;display:inline-grid}.automation-views button.active span{color:var(--teal-dark);background:#dff3f2}.automation-suggestions{border:1px solid var(--line);background:#fff;border-radius:10px;overflow:hidden}.automation-suggestions>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:56px;padding:10px 14px;display:flex}.automation-suggestions>header>div{flex-direction:column;gap:3px;display:flex}.automation-suggestions>header small{color:var(--muted)}.automation-suggestions>header button{border:1px solid var(--line);color:#60727d;background:#fff;border-radius:7px;padding:7px 10px;font-weight:700}.automation-suggestions>article{border-bottom:1px solid #edf1f3;grid-template-columns:90px minmax(260px,1.35fr) minmax(210px,.8fr) 220px;align-items:center;gap:14px;min-height:92px;padding:11px 14px;display:grid}.automation-suggestions>article:last-child{border-bottom:0}.automation-suggestion-score{flex-direction:column;align-items:flex-start;gap:3px;display:flex}.automation-suggestion-score b{color:#684db4;font-size:21px}.automation-suggestion-score small,.automation-suggestion-body small,.automation-suggestion-target small{color:var(--muted);font-size:9px}.automation-suggestion-body,.automation-suggestion-target{flex-direction:column;gap:4px;min-width:0;display:flex}.automation-suggestion-body>b,.automation-suggestion-body>span,.automation-suggestion-body>small,.automation-suggestion-target>b,.automation-suggestion-target>span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.automation-suggestion-body>span,.automation-suggestion-target>span{color:#647680;font-size:10px}.automation-suggestion-body>em{color:#53736f;white-space:nowrap;text-overflow:ellipsis;background:#eef5f4;border-radius:5px;width:max-content;max-width:100%;padding:4px 6px;font-size:8px;font-style:normal;overflow:hidden}.automation-suggestion-actions{justify-content:flex-end;gap:6px;display:flex}.automation-suggestion-actions button{border:1px solid var(--line);color:#60727d;background:#fff;border-radius:7px;padding:8px 10px;font-size:10px;font-weight:800}.automation-suggestion-actions button.primary{color:#fff;background:#7456c5;border-color:#7456c5}.automation-suggestion-actions button:disabled{opacity:.55}.bank-account-reconciliation{flex-direction:column;gap:12px;padding:22px 0 45px;display:flex}.bank-account-reconciliation-heading{justify-content:space-between;align-items:center;gap:18px;display:flex}.bank-account-reconciliation-heading h2{margin:3px 0 5px;font-size:22px}.bank-account-reconciliation-heading p{color:var(--muted);margin:0}.bank-account-reconciliation-heading button{background:var(--teal);color:#fff;border:0;border-radius:7px;padding:10px 14px;font-weight:800}.bank-account-reconciliation-heading button:disabled{opacity:.6}.bank-account-reconciliation-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;display:grid}.bank-account-reconciliation-summary article{border:1px solid var(--line);background:#fff;border-radius:9px;flex-direction:column;gap:3px;min-height:82px;padding:11px 13px;display:flex}.bank-account-reconciliation-summary small,.bank-account-reconciliation-summary span{color:var(--muted);font-size:9px}.bank-account-reconciliation-summary b{font-size:22px}.bank-account-reconciliation-summary .complete{background:#f7fcfa;border-color:#c8e3db}.bank-account-reconciliation-summary .danger{background:#fff7f6;border-color:#f0c0bc}.bank-account-reconciliation-summary .danger b{color:#d95d56}.bank-account-reconciliation-summary .attention{background:#fffbf3;border-color:#ecd3a8}.bank-account-reconciliation-toolbar{justify-content:space-between;align-items:center;gap:12px;display:flex}.bank-account-reconciliation-toolbar>label{border:1px solid var(--line);background:#fff;border-radius:8px;flex:1;align-items:center;gap:7px;min-width:320px;max-width:560px;height:38px;padding:0 11px;display:flex}.bank-account-reconciliation-toolbar input{width:100%;color:var(--ink);background:0 0;border:0;outline:0}.bank-account-reconciliation-toolbar>div{background:#eaf0f2;border-radius:8px;padding:3px;display:flex}.bank-account-reconciliation-toolbar button{color:#657781;background:0 0;border:0;border-radius:6px;padding:7px 10px;font-weight:800}.bank-account-reconciliation-toolbar button.active{color:var(--ink);background:#fff;box-shadow:0 1px 4px #b8c6cc66}.bank-account-reconciliation-table{border:1px solid var(--line);background:#fff;border-radius:10px;overflow:auto}.bank-account-reconciliation-head,.bank-account-reconciliation-row-wrap>article{grid-template-columns:minmax(280px,1.3fr) 145px 145px 135px minmax(210px,.8fr) 35px;align-items:center;gap:12px;min-width:1050px;display:grid}.bank-account-reconciliation-head{min-height:38px;color:var(--muted);background:#f5f8f9;padding:0 14px;font-size:9px;font-weight:900}.bank-account-reconciliation-row-wrap{border-top:1px solid #edf1f3}.bank-account-reconciliation-row-wrap>article{min-height:72px;padding:9px 14px}.bank-account-reconciliation-row-wrap>article>div:first-child{align-items:center;gap:9px;min-width:0;display:flex}.bank-account-reconciliation-row-wrap>article>div:first-child>i{border-radius:3px;flex:0 0 5px;width:5px;height:36px}.bank-account-reconciliation-row-wrap>article>div:first-child>span{flex-direction:column;gap:3px;min-width:0;display:flex}.bank-account-reconciliation-row-wrap b,.bank-account-reconciliation-row-wrap small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.bank-account-reconciliation-row-wrap small{color:var(--muted);font-size:9px}.bank-account-reconciliation-row-wrap strong{font-size:12px}.bank-account-reconciliation-row-wrap strong.muted{color:var(--muted);font-size:10px;font-weight:600}.bank-account-reconciliation-row-wrap>article>button{color:#75858e;background:0 0;border:0;font-size:18px}.bank-account-status{color:#60727d;background:#eef2f4;border-radius:7px;flex-direction:column;gap:2px;width:max-content;max-width:100%;padding:5px 8px;display:flex}.bank-account-status.matched,.bank-account-status.ready{color:#267b5d;background:#e5f5ef}.bank-account-status.mismatch,.bank-account-status.error{color:#ae4f49;background:#fff0ef}.bank-account-status.stale,.bank-account-status.attention{color:#936218;background:#fff3df}.bank-account-status.no_source{color:#6f7d85;background:#eef1f3}.bank-account-status small{color:inherit;opacity:.8}.bank-account-source-details{min-width:1050px;padding:0 14px 12px 303px}.bank-account-source-details>article{background:#f8fbfb;border:1px solid #dce6e9;border-radius:8px;grid-template-columns:minmax(240px,1fr) 190px 125px 150px;align-items:center;gap:12px;padding:10px 12px;display:grid}.bank-account-source-details>article+article{margin-top:7px}.bank-account-source-details>article>div,.bank-account-source-details>article>span{flex-direction:column;gap:3px;min-width:0;display:flex}.bank-account-source-details>article>p,.bank-account-source-details>p{color:#a24f49;grid-column:1/-1;margin:0;font-size:9px}.bank-account-reconciliation-note{color:var(--muted);font-size:10px}@media (max-width:1100px){.automation-suggestions>article{grid-template-columns:80px minmax(220px,1fr) minmax(190px,.8fr)}.automation-suggestion-actions{grid-column:1/-1}.bank-account-reconciliation-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.automation-views{width:100%}.automation-views button{flex:1}.automation-suggestions>article{grid-template-columns:1fr}.automation-suggestion-actions{grid-column:auto;justify-content:stretch}.automation-suggestion-actions button{flex:1}.bank-account-reconciliation-heading,.bank-account-reconciliation-toolbar{flex-direction:column;align-items:stretch}.bank-account-reconciliation-heading button{width:100%}.bank-account-reconciliation-summary{grid-template-columns:1fr 1fr}.bank-account-reconciliation-toolbar>label{width:100%;min-width:0}.bank-account-reconciliation-toolbar>div{width:100%}.bank-account-reconciliation-toolbar button{flex:1}}.report-tags small{color:#87949d;align-self:center;margin-left:4px;font-size:10px}.directory-editor{width:min(680px,100vw - 28px)}.directory-editor-summary{background:#f8fbfb;border:1px solid #dfe8ea;border-radius:9px;align-items:center;gap:12px;margin:18px 22px 0;padding:12px 14px;display:flex}.directory-editor-summary>span{border-radius:6px;width:9px;height:42px}.directory-editor-summary>div{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.directory-editor-summary b,.directory-editor-summary small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.directory-editor-summary small{color:var(--muted)}.directory-editor-summary em{color:var(--teal-dark);background:#e8f4f3;border-radius:12px;padding:4px 8px;font-size:10px;font-style:normal;font-weight:800}.directory-editor .modal-grid label>small{color:#8a6970;margin-top:5px;font-size:10px;display:block}.directory-editor input[readonly],.directory-editor select:disabled{color:#7d8a92;background:#f1f4f5}.directory-editor-note{color:#4f6870;background:#eef7f6;border-radius:8px;align-items:flex-start;gap:12px;margin:0 22px 18px;padding:11px 13px;font-size:11px;display:flex}.directory-editor-note b{color:#263b46;flex:0 0 190px}.directory-editor-footer{grid-template-columns:auto 1fr auto auto;display:grid!important}.danger-link{color:#c94d48!important;background:#fff8f7!important;border-color:#efc5c2!important}.tree-row{cursor:default}.row-menu{cursor:pointer;border-radius:5px;padding:8px}.row-menu:hover{color:var(--teal-dark);background:#e6f2f1}.account-hidden-control{border:1px solid var(--line);background:#f7fafb;border-radius:8px;align-items:flex-start;gap:10px;padding:11px 12px;display:flex!important}.account-hidden-control>input{flex:none;margin:2px 0 0;width:16px!important;height:16px!important}.account-hidden-control>span{flex-direction:column;gap:3px;min-width:0;display:flex}.account-hidden-control>span>b{font-size:12px}.account-hidden-control>span>small{color:var(--muted)!important;margin:0!important}.hidden-account{opacity:.76;background:#f7f9fa}.hidden-account-badge{color:#68757e!important;background:#eef0f2!important}.archived-account{opacity:.62;background:#f4f5f6}.archived-account-badge{color:#59636b!important;background:#e7e9ec!important}.archived-account .row-menu:disabled{opacity:.35;cursor:not-allowed}.account-visibility-filter{margin-left:2px}.account-restore-row{color:var(--teal-dark)!important;font-size:18px!important}.account-restore-selected{font-weight:700;color:var(--teal-dark)!important;background:#e9f8f6!important;border-color:#9bd7d1!important}.account-restore-modal{width:min(620px,100vw - 24px)}.account-restore-summary{border-bottom:1px solid var(--line);background:#eef9f7;align-items:flex-start;gap:13px;padding:15px 18px;display:flex}.account-restore-summary>span{width:34px;height:34px;color:var(--teal-dark);background:#d8f2ee;border-radius:9px;place-items:center;font-size:21px;display:grid}.account-restore-summary>div{flex-direction:column;gap:4px;min-width:0;display:flex}.account-restore-summary b{font-size:14px}.account-restore-summary p{color:var(--muted);margin:0;font-size:12px;line-height:1.45}.account-restore-list{flex-direction:column;max-height:280px;padding:8px 18px;display:flex;overflow:auto}.account-restore-list article{border-bottom:1px solid var(--line);grid-template-columns:9px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 0;display:grid}.account-restore-list article>span{border-radius:6px;width:7px;height:28px}.account-restore-list article>div{flex-direction:column;gap:2px;min-width:0;display:flex}.account-restore-list article b,.account-restore-list article small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-restore-list article small,.account-restore-list article em{color:var(--muted);font-size:11px;font-style:normal}.account-restore-list>p{color:var(--muted);margin:8px 0;font-size:12px}.account-restore-note{background:#fff9e9;border:1px solid #f0dda8;border-radius:8px;flex-direction:column;gap:3px;margin:0 18px 14px;padding:11px 12px;display:flex}.account-restore-note b{font-size:12px}.account-restore-note span{color:#7b6a3f;font-size:11px;line-height:1.4}.tree-row[draggable=true]{cursor:grab;transition:opacity .14s,box-shadow .14s,background .14s}.tree-row[draggable=true]:active{cursor:grabbing}.tree-row.dragging{opacity:.45}.tree-row.drag-target{box-shadow:inset 0 3px var(--teal);background:#e7f7f4}.tree-name>.article-drag-handle{color:#7c8f99;cursor:grab;background:0 0;border-color:#0000;font-size:17px}.tree-name>.article-drag-handle:hover{color:var(--teal-dark);background:#e7f5f3;border-color:#9bcfca}.balance-control-note{background:#fff;border:1px solid;border-radius:8px;grid-template-columns:34px 1fr auto;align-items:center;gap:12px;margin:-2px 0 12px;padding:11px 14px;display:grid}.balance-control-note>span{border-radius:50%;place-items:center;width:30px;height:30px;font-weight:900;display:grid}.balance-control-note>div{flex-direction:column;gap:3px;display:flex}.balance-control-note small,.balance-control-note em{font-size:10px;font-style:normal}.balance-control-note em{color:var(--muted)}.balance-control-note button{background:#fff;border:1px solid;border-radius:6px;padding:8px 11px}.balance-control-note.ok{color:#197651;border-color:#9bd7bd}.balance-control-note.ok>span{background:#e4f6ed}.balance-control-note.warning{color:#9a6511;background:#fffaf0;border-color:#efc879}.balance-control-note.warning>span{background:#ffedc8}.balance-control-note.warning small{color:#7b571a}@media (max-width:640px){.directory-editor-note{flex-direction:column;gap:5px}.directory-editor-note b{flex-basis:auto}.directory-editor-footer{grid-template-columns:1fr 1fr!important}.directory-editor-footer span{display:none}.directory-editor-footer .danger-link{grid-column:1/-1}}.report-tags .child-add{color:var(--teal-dark);cursor:pointer;background:#f1faf8;border:1px dashed #8bc8c2;border-radius:5px;padding:3px 6px;font-size:9px;font-weight:800}.report-tags .child-add:hover{background:#dff3ef}.tree-row.direction-group .report-tags small{color:#526a75;font-weight:700}.tree-row:has(.tree-name>button) .report-tags small{color:#526a75;font-weight:700}.category-catalog-tools{border:1px solid var(--line);background:var(--paper);border-radius:8px;justify-content:space-between;align-items:center;gap:10px;min-height:42px;margin-bottom:8px;padding:6px 10px;display:flex}.category-catalog-tools>div{align-items:baseline;gap:8px;min-width:0;display:flex}.category-catalog-tools b{font-size:14px}.category-catalog-tools span,.category-catalog-tools small{color:var(--muted);font-size:12px}.category-catalog-tools>small{white-space:nowrap}.category-catalog-board{overscroll-behavior-inline:contain;grid-template-columns:repeat(3,minmax(360px,1fr));align-items:start;gap:8px;padding:0 0 72px;display:grid;overflow-x:auto}.category-class-card{border:1px solid var(--line);border-top:3px solid var(--class-color);background:var(--paper);border-radius:8px;min-width:0;overflow:hidden}.category-class-card>header{border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--class-color) 5%,var(--paper));justify-content:space-between;align-items:center;gap:5px;min-height:43px;padding:5px 6px;display:flex}.category-class-card.collapsed>header{border-bottom:0}.category-class-toggle{text-align:left;cursor:pointer;flex:1;grid-template-columns:5px minmax(0,1fr) auto;align-items:center;background:0 0!important;border:0!important;gap:6px!important;min-width:0!important;height:32px!important;padding:0 4px!important;display:grid!important}.category-class-toggle>i{background:var(--class-color);border-radius:5px;width:5px;height:25px}.category-class-toggle>span{min-width:0;display:block;overflow:hidden}.category-class-toggle b{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden;font-size:13px!important}.category-class-toggle small{display:none}.category-class-toggle em{color:var(--muted);font-size:12px;font-style:normal}.category-class-card>header nav,.category-class-section>header nav{flex:none;gap:3px;display:flex}.category-class-card>header nav button,.category-class-section>header nav button{border:1px solid var(--line);background:var(--paper);width:30px;height:30px;color:var(--ink);white-space:nowrap;cursor:pointer;border-radius:5px;padding:0;font-size:12px;font-weight:800}.category-class-card>header nav button:disabled{opacity:.35;cursor:default}.category-class-card>header nav button.primary,.category-class-section>header nav button.primary{border-color:var(--section-color,var(--class-color));background:var(--section-color,var(--class-color));color:#fff}.category-class-section.balance-part+section{border-top:8px solid var(--surface)}.category-class-section>header{border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--section-color) 5%,var(--paper));justify-content:space-between;align-items:center;gap:6px;min-height:39px;padding:4px 6px;display:flex}.category-class-section>header>span{align-items:center;gap:7px;min-width:0;display:flex}.category-class-section>header>span>i{background:var(--section-color);border-radius:4px;width:4px;height:25px}.category-class-section>header b{font-size:12px}.category-class-section>header small{color:var(--muted);font-size:11px}.category-card-head,.category-board-row{grid-template-columns:24px minmax(0,1fr) 30px;align-items:center;column-gap:5px;display:grid}.category-card-head{border-bottom:1px solid var(--line);background:var(--surface);min-height:30px;color:var(--muted);padding:0 6px;font-size:11px;font-weight:800}.category-card-head>span:nth-of-type(2){display:none}.category-card-list{min-width:0}.category-board-row{border-bottom:1px solid #edf1f2;grid-template-rows:auto auto;min-height:54px;padding:4px 6px}.category-board-row:last-child{border-bottom:0}.category-board-row>label{grid-row:1/3}.category-board-row .tree-name{grid-column:2;min-width:0}.category-board-row .tree-name>div{min-width:0}.category-board-row .tree-name b,.category-board-row .tree-name small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.category-board-row .tree-name b{font-size:12px}.category-board-row .tree-name small{font-size:11px}.category-board-row .report-tags{grid-column:2;align-items:center;gap:4px;min-width:0;display:flex;overflow:hidden}.category-board-row .report-tags small{text-overflow:ellipsis;white-space:nowrap;margin-left:0;font-size:11px;overflow:hidden}.category-board-row .report-tags .child-add{flex:none;margin-left:auto;font-size:11px}.category-board-row .row-menu{grid-area:1/3/3;width:28px;height:28px;padding:5px}.category-card-empty{min-height:80px;color:var(--muted);text-align:center;place-items:center;gap:6px;padding:16px;font-size:11px;display:grid}.category-card-empty button{color:var(--teal-dark);background:0 0;border:0;font-size:12px;font-weight:800}.category-class-card:has(.category-board-row.drag-target){border-color:var(--class-color)}html[data-theme=dark] .category-class-card>header{background:color-mix(in srgb,var(--class-color) 10%,var(--paper))}@media (max-width:680px){.category-catalog-board{grid-template-columns:repeat(3,minmax(320px,1fr))}.category-catalog-tools{flex-direction:column;align-items:flex-start}.category-catalog-tools>div{flex-direction:column;align-items:flex-start;gap:2px}}.business-module{padding-top:0}.module-tabs{border-bottom:1px solid var(--line);gap:25px;display:flex;overflow:auto}.module-tabs button{color:var(--muted);white-space:nowrap;background:0 0;border:0;padding:14px 2px}.module-tabs button.active{color:var(--teal-dark);border-bottom:2px solid var(--teal);font-weight:800}.module-tabs button span{background:#e6efef;border-radius:10px;margin-left:5px;padding:2px 6px;font-size:10px}.module-heading{justify-content:space-between;align-items:center;padding:24px 0 15px;display:flex}.module-heading.compact{padding-top:22px}.module-heading small{color:var(--teal-dark);text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:900}.module-heading h2{margin:5px 0 4px;font-size:22px}.module-heading p{color:var(--muted);margin:0}.module-state{color:var(--teal-dark);background:#edf8f7;border:1px solid #cfe4e2;border-radius:16px;padding:6px 10px;font-size:10px;font-weight:800}.module-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px;display:grid}.module-kpis article{border:1px solid var(--line);background:#fff;border-radius:9px;flex-direction:column;gap:6px;min-height:112px;padding:14px 16px;display:flex}.module-kpis small{color:var(--muted)}.module-kpis b{font-size:21px}.module-kpis span{color:#85929a;margin-top:auto;font-size:10px}.module-launch-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.module-launch-grid>button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:9px;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;min-height:95px;padding:14px;display:grid}.module-launch-grid>button:hover,.commerce-channels>button:hover{background:#f7fcfb;border-color:#9bcfca}.module-launch-grid i{width:39px;height:39px;color:var(--teal-dark);background:#e5f4f2;border-radius:10px;place-items:center;font-style:normal;font-weight:900;display:grid}.module-launch-grid span,.commerce-channels div{flex-direction:column;gap:5px;min-width:0;display:flex}.module-launch-grid small,.commerce-channels small{color:var(--muted)}.module-launch-grid em,.commerce-channels em{color:var(--teal-dark);font-size:11px;font-style:normal;font-weight:700}.crm-kanban{grid-template-columns:repeat(4,minmax(190px,1fr));gap:10px;display:grid}.crm-kanban>article{border:1px solid var(--line);background:#edf2f4;border-radius:9px;min-height:315px;padding:10px}.crm-kanban header{justify-content:space-between;align-items:center;padding:4px 3px 12px;display:flex}.crm-kanban header span{color:var(--muted);background:#fff;border-radius:12px;padding:3px 8px;font-size:10px}.crm-kanban article>div{text-align:center;background:#f7f9fa;border:1px dashed #cbd6da;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:225px;padding:18px;display:flex}.crm-kanban article>div i{width:32px;height:32px;color:var(--teal-dark);background:#e2efee;border-radius:50%;place-items:center;font-style:normal;display:grid}.crm-kanban article>div small{color:#6e7f89;margin-top:10px}.crm-kanban article>div em{color:#9ba6ac;margin-top:5px;font-size:10px;font-style:normal}.module-table,.crm-client-list,.gantt-shell{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.module-table>header{min-height:43px;color:var(--muted);background:#f5f8f9;grid-template-columns:1.4fr 1.1fr .8fr .6fr .6fr;align-items:center;padding:0 15px;font-size:10px;font-weight:800;display:grid}.module-table-empty{text-align:center;min-height:260px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;display:flex}.module-table-empty i{width:38px;height:38px;color:var(--green);background:#e7f5f2;border-radius:50%;place-items:center;font-size:19px;font-style:normal;display:grid}.module-table-empty b{color:var(--ink);margin-top:10px}.module-table-empty span{max-width:490px;margin-top:5px}.gantt-shell>header{background:#f5f8f9;grid-template-columns:minmax(230px,1.3fr) repeat(5,1fr);align-items:center;min-height:45px;display:grid}.gantt-shell>header>*{border-right:1px solid #e4eaec;align-items:center;height:100%;padding:0 14px;display:flex}.gantt-shell>header b{color:var(--muted);justify-content:center;font-size:10px}.gantt-empty{grid-template-columns:minmax(230px,1.3fr) 5fr;align-items:center;min-height:260px;display:grid}.gantt-empty>span{color:var(--muted);text-align:center;padding:18px}.gantt-empty>div{grid-template-columns:repeat(5,1fr);align-self:stretch;display:grid}.gantt-empty i{background:repeating-linear-gradient(#0000 0 39px,#f0f3f4 40px);border-left:1px solid #edf1f3;display:block}.crm-client-list>header,.crm-client-list>article{grid-template-columns:minmax(250px,1.2fr) minmax(230px,1fr) 140px 150px;align-items:center;padding:0 15px;display:grid}.crm-client-list>header{min-height:43px;color:var(--muted);background:#f5f8f9;font-size:10px;font-weight:800}.crm-client-list>article{border-top:1px solid #edf1f3;min-height:56px}.crm-client-list>article>span{align-items:center;gap:10px;min-width:0;display:flex}.crm-client-list>article i{color:#fff;border-radius:8px;flex:0 0 30px;place-items:center;width:30px;height:30px;font-style:normal;font-weight:900;display:grid}.crm-client-list>article b,.crm-client-list>article small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.crm-client-list>article small{color:var(--muted)}.crm-client-list>article>strong,.crm-client-list>article>b{text-align:right}.commerce-channels{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.commerce-channels>button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:9px;grid-template-columns:48px 1fr;gap:13px;min-height:130px;padding:16px;display:grid}.commerce-channels>button>span{color:#28769b;background:#e8f3f7;border-radius:12px;place-items:center;width:46px;height:46px;font-size:10px;font-weight:900;display:grid}.commerce-channels em{grid-column:2}.channel-setup-list{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.channel-setup-list article{border:1px solid var(--line);background:#fff;border-radius:9px;grid-template-columns:38px 1fr;gap:10px;min-height:105px;padding:15px;display:grid}.channel-setup-list article>span{width:36px;height:36px;color:var(--teal-dark);background:#e8f4f3;border-radius:9px;place-items:center;font-size:18px;display:grid}.channel-setup-list article>div{flex-direction:column;gap:5px;display:flex}.channel-setup-list small{color:var(--muted)}.channel-setup-list em{color:#9a7a39;grid-column:2;font-size:10px;font-style:normal}.module-next-step{background:#f2f9f8;border:1px solid #d6e6e5;border-radius:9px;align-items:flex-start;gap:11px;margin-top:12px;padding:13px 15px;display:flex}.module-next-step>i{background:var(--teal);color:#fff;border-radius:50%;place-items:center;width:24px;height:24px;font-style:normal;font-weight:800;display:grid}.module-next-step>div{flex-direction:column;gap:4px;display:flex}.module-next-step span{color:#60747e;font-size:11px}@media (max-width:1050px){.module-kpis{grid-template-columns:1fr 1fr}.crm-kanban{overflow:auto}.crm-kanban>article{min-width:235px}.commerce-channels,.channel-setup-list{grid-template-columns:1fr}.crm-client-list{overflow:auto}.crm-client-list>header,.crm-client-list>article{min-width:800px}}@media (max-width:700px){.module-heading{flex-direction:column;align-items:flex-start;gap:10px}.module-kpis,.module-launch-grid{grid-template-columns:1fr}.module-launch-grid>button{grid-template-columns:42px 1fr}.module-launch-grid em{grid-column:2}.gantt-shell{overflow:auto}.gantt-shell>header,.gantt-empty{min-width:760px}}.crm-error{color:#b7423d;background:#fff5f4;border:1px solid #efc1bd;border-radius:8px;margin:12px 0 0;padding:10px 12px}.crm-command{gap:8px;margin:-4px 0 12px;display:flex}.crm-command button,.module-command-line button{border:1px solid var(--teal);color:var(--teal-dark);background:#fff;border-radius:7px;padding:9px 12px;font-weight:800}.crm-command button:first-child,.module-command-line button{background:var(--teal);color:#fff}.module-command-line{justify-content:flex-end;margin:-50px 0 15px;display:flex}.crm-kanban.live>article{background:#eef3f4;padding:0;overflow:hidden}.crm-kanban.live>article>header{padding:12px 12px 10px}.crm-kanban.live>article>section{flex-direction:column;gap:8px;min-height:330px;padding:8px;display:flex}.crm-lead-card{background:#fff;border:1px solid #dce5e7;border-radius:8px;flex-direction:column;gap:7px;padding:11px;display:flex;box-shadow:0 1px 2px #1d33400a}.crm-card-title{text-align:left;background:0 0;border:0;flex-direction:column;gap:4px;padding:0;display:flex}.crm-card-title b{color:var(--ink)}.crm-card-title small,.crm-lead-card>small{color:var(--muted);font-size:10px}.crm-lead-card>strong{font-size:15px}.crm-lead-card>label{color:var(--muted);justify-content:space-between;align-items:center;gap:6px;margin-top:3px;font-size:9px;display:flex}.crm-lead-card select{border:1px solid var(--line);background:#f8fafb;border-radius:5px;max-width:145px;padding:5px;font-size:10px}.crm-column-empty{color:#9aa6ac;border:1px dashed #cbd6da;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:145px;display:flex}.crm-column-empty i{font-size:20px;font-style:normal}.crm-column-empty em{font-size:10px;font-style:normal}.crm-task-table>article{border-top:1px solid #edf1f3;grid-template-columns:1.4fr 1.1fr .8fr .6fr .6fr;align-items:center;min-height:60px;padding:8px 15px;display:grid}.crm-task-table>article.done{opacity:.58}.crm-task-table>article>span:first-child{grid-template-columns:10px 1fr;align-items:center;gap:2px 8px;display:grid;position:relative}.crm-task-table>article>span:first-child b{grid-column:2}.crm-task-table>article>span:first-child small{color:var(--muted);grid-column:2;font-size:9px}.task-priority{background:#a9b6bd;border-radius:5px;grid-row:1/3;width:7px;height:33px}.task-priority.high{background:#ef925a}.task-priority.critical{background:#dc5a54}.task-priority.low{background:#71a6c5}.crm-task-table>article>span:not(:first-child){color:#5f707a;font-size:11px}.crm-task-table>article>button{color:var(--teal-dark);background:#f3fbfa;border:1px solid #b8d8d4;border-radius:6px;justify-self:end;padding:7px 8px;font-size:10px;font-weight:700}.crm-gantt{flex-direction:column;gap:10px;display:flex}.crm-gantt>article{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.crm-gantt>article>header{background:#f5f8f9;justify-content:space-between;align-items:center;min-height:60px;padding:10px 14px;display:flex}.crm-gantt>article>header>div{flex-direction:column;gap:4px;display:flex}.crm-gantt>article>header small{color:var(--muted)}.crm-gantt>article>header strong{color:var(--teal-dark);font-size:18px}.crm-gantt-stage{border-top:1px solid #edf1f3;grid-template-columns:minmax(180px,.9fr) minmax(280px,1.7fr) 135px 58px;align-items:center;gap:12px;min-height:64px;padding:8px 14px;display:grid}.crm-gantt-stage>span{flex-direction:column;gap:3px;min-width:0;display:flex}.crm-gantt-stage>span small{color:var(--muted);font-size:9px}.crm-gantt-stage>div{background:repeating-linear-gradient(90deg,#f0f4f5 0 calc(25% - 1px),#dce5e7 25%);border-radius:6px;height:34px;position:relative;overflow:hidden}.crm-gantt-stage>div em{opacity:.78;background:linear-gradient(90deg,#2eb5ae,#6dcab0);border-radius:6px;position:absolute;top:0;bottom:0;left:0}.crm-gantt-stage>div small{color:#24424d;place-items:center;font-size:9px;font-weight:700;display:grid;position:absolute;inset:0}.crm-gantt-stage select{border:1px solid var(--line);background:#fff;border-radius:6px;padding:7px;font-size:10px}.crm-gantt-stage>button{color:var(--teal-dark);background:#f3fbfa;border:1px solid #b8d8d4;border-radius:6px;padding:7px 5px;font-size:9px;font-weight:800}.gantt-empty-card{min-height:270px;color:var(--muted);background:#f7f9fa;border:1px dashed #c8d5d9;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;display:flex}.gantt-empty-card i{color:var(--teal);font-size:30px;font-style:normal}.gantt-empty-card b{color:var(--ink);margin-top:8px}.gantt-empty-card span{text-align:center;max-width:460px;margin-top:5px}.crm-modal{width:min(760px,100%)}.crm-modal textarea{resize:vertical;min-height:72px;font:inherit;border:1px solid #dce3e7;border-radius:7px;padding:10px}.crm-stage-policy{background:#f1f9f8;border:1px solid #d4e7e5;border-radius:8px;flex-direction:column;gap:4px;padding:11px 13px;display:flex}.crm-stage-policy span{color:#60747e;font-size:10px}@media (max-width:900px){.module-command-line{margin:0 0 12px}.crm-task-table{overflow:auto}.crm-task-table>header,.crm-task-table>article{min-width:800px}.crm-gantt-stage{grid-template-columns:1fr 1.5fr 120px 55px}}.module-command-line{margin:0 0 15px}.crm-pipeline-heading{justify-content:space-between;align-items:flex-start;gap:18px;display:flex;position:relative}.crm-pipeline-heading .module-heading{flex:1}.crm-pipeline-actions{align-items:center;gap:7px;padding-top:12px;display:flex}.crm-pipeline-actions button{color:#515a7d;background:#fff;border:1px solid #d9ddea;border-radius:8px;height:35px;padding:0 12px;font-size:9px;font-weight:900;transition:transform .18s,box-shadow .18s}.crm-pipeline-actions button:hover{transform:translateY(-1px);box-shadow:0 6px 15px #30396316}.crm-pipeline-actions button.primary{color:#fff;background:#5b67f1;border-color:#5b67f1}.crm-pipeline-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin:2px 0 9px;display:grid}.crm-pipeline-metrics article{border:1px solid var(--line);background:#fff;border-radius:11px;flex-direction:column;gap:4px;min-height:72px;padding:10px 12px;display:flex;box-shadow:0 6px 20px #24304f07}.crm-pipeline-metrics small,.crm-pipeline-metrics span{color:var(--muted);font-size:7px}.crm-pipeline-metrics b{color:#202a4f;font-size:15px}.crm-pipeline-metrics span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.crm-pipeline-toolbar{border:1px solid var(--line);background:#f6f7fa;border-radius:10px 10px 0 0;align-items:center;gap:7px;min-height:46px;padding:6px 8px;display:flex}.crm-pipeline-toolbar>label:first-child{min-width:280px;max-width:460px;height:32px;color:var(--muted);background:#fff;border:1px solid #dfe2e9;border-radius:7px;flex:1;align-items:center;gap:6px;padding:0 9px;display:flex}.crm-pipeline-toolbar input{min-width:0;font:inherit;background:0 0;border:0;outline:0}.crm-pipeline-toolbar select{height:32px;color:var(--ink);background:#fff;border:1px solid #dfe2e9;border-radius:7px;padding:0 9px;font-size:8px}.crm-closed-toggle{color:var(--muted);align-items:center;gap:6px;margin-left:auto;font-size:8px;font-weight:800;display:flex}.crm-closed-toggle input{accent-color:#5b67f1}.crm-kanban.live.configurable{border-radius:0 0 11px 11px;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:8px;overflow-x:auto}.crm-kanban.live.configurable>article{border-top:3px solid var(--stage-color);background:#f4f5f8;min-width:230px}.crm-kanban.live.configurable>article>header{background:#fff;grid-template-columns:8px minmax(0,1fr) auto;align-items:center;gap:7px;min-height:53px;display:grid}.crm-kanban.live.configurable>article>header>i{background:var(--stage-color);border-radius:5px;width:7px;height:28px}.crm-kanban.live.configurable>article>header>div{flex-direction:column;gap:2px;min-width:0;display:flex}.crm-kanban.live.configurable>article>header small{color:var(--muted);font-size:7px}.crm-kanban.live.configurable>article>header>span{background:#eff0f5;border-radius:11px;place-items:center;min-width:24px;height:22px;display:grid}.crm-kanban.live.configurable>article>section{min-height:365px;max-height:calc(100vh - 405px);overflow:auto}.crm-kanban.live.configurable.kind-won>section{background:#f0f8f4}.crm-kanban.live.configurable.kind-lost>section{background:#f4f5f7}.crm-kanban.live.configurable .crm-lead-card{cursor:grab;border-radius:10px;transition:transform .18s,box-shadow .18s;box-shadow:0 5px 18px #2c34500b}.crm-kanban.live.configurable .crm-lead-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #2c345018}.crm-kanban.live.configurable .crm-lead-card:active{cursor:grabbing}.crm-lead-value{justify-content:space-between;align-items:center;gap:8px;display:flex}.crm-lead-value em{color:#5661cb;background:#eef0ff;border-radius:8px;padding:3px 6px;font-size:7px;font-style:normal;font-weight:900}.crm-source-badge{color:#6c7487;background:#f2f3f7;border-radius:8px;align-self:flex-start;padding:3px 6px;font-size:7px;font-weight:800}.crm-pipeline-empty{border:1px dashed var(--line);color:var(--muted);border-radius:10px;flex-direction:column;align-items:center;gap:4px;margin-top:8px;padding:25px;font-size:8px;display:flex}.crm-pipeline-empty b{color:var(--ink);font-size:10px}.crm-pipeline-modal{width:min(920px,96vw)}.crm-pipeline-help{border-bottom:1px solid var(--line);color:var(--muted);margin:0;padding:12px 16px;font-size:9px;line-height:1.5}.crm-stage-editor{padding:10px 14px;overflow:auto}.crm-stage-editor>header,.crm-stage-editor>article{grid-template-columns:minmax(250px,1.2fr) 135px 105px 95px 190px;align-items:center;gap:8px;min-width:800px;display:grid}.crm-stage-editor>header{min-height:29px;color:var(--muted);text-transform:uppercase;font-size:7px;font-weight:900}.crm-stage-editor>article{border-top:1px solid #edf0f4;min-height:49px}.crm-stage-editor>article>label:first-child{grid-template-columns:31px minmax(0,1fr);gap:7px;display:grid}.crm-stage-editor input,.crm-stage-editor select,.crm-stage-create input,.crm-stage-create select{height:32px;color:var(--ink);font:inherit;background:#fff;border:1px solid #dfe2e9;border-radius:7px;padding:0 8px}.crm-stage-editor input[type=color]{width:31px;padding:3px}.crm-probability{position:relative}.crm-probability input{width:100%;padding-right:25px}.crm-probability span{color:var(--muted);font-size:8px;position:absolute;top:8px;right:8px}.crm-stage-editor>article>span{gap:4px;display:flex}.crm-stage-editor button,.crm-stage-create button{color:#525b80;background:#fff;border:1px solid #dfe2e9;border-radius:7px;height:30px;padding:0 8px;font-size:7px;font-weight:900}.crm-stage-editor button.danger{color:#b44e48}.crm-stage-create{background:#f7f8fc;border:1px solid #dfe2f0;border-radius:10px;grid-template-columns:minmax(220px,1fr) 90px 130px 115px 100px;align-items:end;gap:8px;margin:0 14px 12px;padding:10px;display:grid}.crm-stage-create label{color:var(--muted);flex-direction:column;gap:4px;font-size:7px;font-weight:800;display:flex}.crm-stage-create button.primary{color:#fff;background:#5b67f1;border-color:#5b67f1}.crm-inactive-stages{border:1px solid var(--line);border-radius:9px;margin:0 14px 12px;padding:8px}.crm-inactive-stages summary{cursor:pointer;color:var(--muted);font-size:8px;font-weight:800}.crm-inactive-stages button{text-align:left;background:0 0;border:0;border-top:1px solid #edf0f4;grid-template-columns:10px 1fr auto;align-items:center;gap:7px;width:100%;min-height:34px;display:grid}.crm-inactive-stages button i{border-radius:50%;width:8px;height:8px}.crm-inactive-stages button b{color:#5661cb;font-size:7px}.crm-pipeline-modal>footer{border-top:1px solid var(--line);justify-content:flex-end;padding:10px 14px;display:flex}.crm-pipeline-modal>footer button{color:#fff;background:#5b67f1;border:0;border-radius:8px;height:34px;padding:0 16px;font-weight:900}@media (max-width:900px){.crm-pipeline-heading{flex-direction:column}.crm-pipeline-actions{width:100%;padding:0}.crm-pipeline-actions button{flex:1}.crm-pipeline-metrics{grid-template-columns:repeat(2,1fr)}.crm-pipeline-toolbar{flex-wrap:wrap;align-items:stretch}.crm-pipeline-toolbar>label:first-child{min-width:100%;max-width:none}.crm-closed-toggle{margin-left:0}.crm-stage-create{grid-template-columns:1fr 90px}.crm-stage-create button{grid-column:1/-1}.crm-kanban.live.configurable{display:flex}.crm-kanban.live.configurable>article{flex:0 0 82vw;width:82vw}.crm-kanban.live.configurable>article>section{max-height:none}}@media (max-width:700px){.crm-command{grid-template-columns:1fr 1fr;display:grid}.crm-command button:first-child{grid-column:1/-1}.crm-gantt{overflow:auto}.crm-gantt>article{min-width:760px}}.commerce-command{border-bottom:1px solid var(--line);background:#f7f9fa;justify-content:space-between;align-items:center;gap:12px;min-height:58px;margin:0 -18px;padding:9px 18px;display:flex}.commerce-command>div{align-items:center;gap:8px;display:flex}.commerce-command button,.commerce-ledger-heading button,.commerce-empty button{color:var(--teal-dark);background:#fff;border:1px solid #b9d4d2;border-radius:7px;padding:9px 12px;font-size:10px;font-weight:800}.commerce-command button.primary,.commerce-empty button{border-color:var(--teal);background:var(--teal);color:#fff}.commerce-command button:disabled,.commerce-ledger-heading button:disabled{opacity:.45}.commerce-admin-link{color:#fff;white-space:nowrap;background:#24323d;border:1px solid #1c2933;border-radius:7px;align-items:center;height:34px;padding:0 12px;font-size:10px;font-weight:900;text-decoration:none;display:inline-flex}.commerce-admin-link:hover{background:#111d26}.commerce-command label{color:var(--muted);align-items:center;gap:7px;font-size:10px;font-weight:700;display:flex}.commerce-command input{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:6px;padding:7px}.commerce-loading{min-height:300px;color:var(--muted);place-items:center;display:grid}.commerce-kpis article:nth-child(4){background:#f5fbfa;border-color:#c3dfdc}.commerce-reconcile-strip{border:1px solid var(--line);background:#fff;border-radius:9px;align-items:center;gap:12px;min-height:70px;margin:0 0 12px;padding:11px 15px;display:flex}.commerce-reconcile-strip>span{border-radius:50%;place-items:center;width:32px;height:32px;font-weight:900;display:grid}.commerce-reconcile-strip>span.ok{color:#218556;background:#dff4ea}.commerce-reconcile-strip>span.warn{color:#a56918;background:#fff1d9}.commerce-reconcile-strip>div{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.commerce-reconcile-strip small{color:var(--muted)}.commerce-reconcile-strip strong{color:var(--teal-dark);font-size:11px}.commerce-channel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.commerce-channel-grid>article{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.commerce-channel-grid header{border-bottom:1px solid #edf1f3;align-items:center;gap:10px;padding:12px 14px;display:flex}.commerce-channel-grid header>span{width:36px;height:36px;color:var(--teal-dark);background:#e5f4f2;border-radius:9px;place-items:center;font-size:9px;font-weight:900;display:grid}.commerce-channel-grid header>div{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.commerce-channel-grid header small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.commerce-channel-grid header button{color:var(--teal-dark);background:0 0;border:0;font-size:9px;font-weight:800}.commerce-channel-grid article>div{grid-template-columns:repeat(3,1fr);padding:12px 14px;display:grid}.commerce-channel-grid article>div span{border-right:1px solid #edf1f3;flex-direction:column;gap:4px;margin-right:8px;padding-right:8px;display:flex}.commerce-channel-grid article>div span:last-child{border:0;margin:0}.commerce-channel-grid article>div small{color:var(--muted);font-size:9px}.commerce-channel-grid article>div b{font-size:13px}.commerce-channel-grid footer{color:var(--muted);background:#f8fafb;justify-content:space-between;padding:8px 14px;font-size:9px;display:flex}.commerce-channel-grid footer em{font-style:normal}.commerce-channel-grid .ok{color:#218556}.commerce-channel-grid .warn{color:#a56918}.commerce-empty{text-align:center;background:#f7fbfa;border:1px dashed #bdd4d3;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;min-height:220px;margin-bottom:14px;padding:20px;display:flex}.commerce-empty>span{width:38px;height:38px;color:var(--teal-dark);background:#dff1ef;border-radius:50%;place-items:center;font-size:20px;display:grid}.commerce-empty b{margin-top:10px}.commerce-empty p{max-width:500px;color:var(--muted);margin:5px 0 13px}.commerce-ledger-heading{justify-content:space-between;align-items:center;margin:18px 0 8px;display:flex}.commerce-ledger-heading>div{flex-direction:column;gap:3px;display:flex}.commerce-ledger-heading small{color:var(--muted)}.commerce-ledger{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.commerce-ledger>header,.commerce-ledger>button{text-align:left;grid-template-columns:1fr 1.35fr .8fr .75fr .75fr .8fr 1fr;align-items:center;gap:8px;padding:0 13px;display:grid}.commerce-ledger>header{min-height:43px;color:var(--muted);background:#f5f8f9;font-size:9px;font-weight:800}.commerce-ledger>button{width:100%;min-height:64px;color:var(--ink);background:#fff;border:0;border-top:1px solid #edf1f3;font-size:10px}.commerce-ledger>button:hover{background:#f7fbfa}.commerce-ledger>button>span{flex-direction:column;gap:3px;min-width:0;display:flex}.commerce-ledger>button small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.commerce-ledger>button strong{font-size:11px}.commerce-ledger .positive{color:#188653}.commerce-ledger .negative{color:#c74d47}.commerce-reconcile{border-left:3px solid #d6dde0;padding-left:8px}.commerce-reconcile.matched{border-color:#48b878}.commerce-reconcile.variance{border-color:#e99b48}.commerce-ledger-empty{min-height:150px;color:var(--muted);place-items:center;display:grid}.commerce-modal{width:min(820px,100%)}.commerce-modal textarea{resize:vertical;min-height:65px;font:inherit;border:1px solid #dce3e7;border-radius:7px;padding:10px}.commerce-policy,.commerce-formula{background:#f1f9f8;border:1px solid #d4e7e5;border-radius:8px;flex-direction:column;gap:4px;padding:11px 13px;display:flex}.commerce-policy span,.commerce-formula span{color:#60747e;font-size:10px}@media (max-width:1050px){.commerce-channel-grid{grid-template-columns:1fr}.commerce-ledger{overflow:auto}.commerce-ledger>header,.commerce-ledger>button{min-width:970px}}@media (max-width:700px){.commerce-command{flex-direction:column;align-items:stretch}.commerce-command>div{grid-template-columns:1fr 1fr;display:grid}.commerce-command label{flex-wrap:wrap}.commerce-reconcile-strip{flex-wrap:wrap;align-items:flex-start}.commerce-reconcile-strip strong{margin-left:44px}.commerce-channel-grid article>div{grid-template-columns:1fr}.commerce-channel-grid article>div span{border-bottom:1px solid #edf1f3;border-right:0;margin:0;padding:8px 0}}.commerce-subtabs{border-bottom:1px solid var(--line);gap:8px;padding:10px 0;display:flex}.commerce-subtabs button{border:1px solid var(--line);text-align:left;min-width:205px;color:var(--ink);background:#fff;border-radius:8px;align-items:center;gap:8px;padding:9px 12px;display:flex}.commerce-subtabs button b{color:#176bc0}.commerce-subtabs button span{color:var(--muted);font-size:9px}.commerce-subtabs button.active{background:#edf7ff;border-color:#6bb0e6;box-shadow:inset 3px 0 #1976d2}.ozon-workspace{padding-bottom:24px}.ozon-toolbar{border-bottom:1px solid var(--line);background:#f7f9fa;justify-content:space-between;align-items:center;gap:12px;min-height:60px;margin:0 -18px;padding:9px 18px;display:flex}.ozon-toolbar>div{align-items:center;gap:8px;display:flex}.ozon-toolbar select,.ozon-toolbar input,.ozon-toolbar button,.ozon-table-command input{border:1px solid var(--line);color:var(--ink);font:inherit;background:#fff;border-radius:7px;padding:8px 10px}.ozon-toolbar select{font-weight:800}.ozon-toolbar button{color:var(--teal-dark);font-size:10px;font-weight:800}.ozon-toolbar button.primary,.ozon-empty button{color:#fff;background:#1677d2;border-color:#1677d2}.ozon-toolbar label{color:var(--muted);align-items:center;gap:6px;font-size:9px;display:flex}.ozon-toolbar em{color:#647782;text-transform:uppercase;background:#e9eef1;border-radius:12px;padding:4px 7px;font-size:8px;font-style:normal}.ozon-status{border-radius:12px;padding:4px 8px;font-size:9px;font-weight:800}.ozon-status.ready{color:#1f8657;background:#dff4e9}.ozon-status.syncing,.ozon-status.not_checked{color:#95631b;background:#fff1d7}.ozon-status.error{color:#bd4d45;background:#fde5e2}.ozon-warning{background:#fff8ec;border:1px solid #f0c9a2;border-radius:8px;flex-direction:column;gap:4px;margin-top:10px;padding:10px 12px;display:flex}.ozon-warning span{color:#805f36;font-size:10px}.ozon-tabs{border-bottom:1px solid var(--line);gap:20px;display:flex;overflow:auto}.ozon-tabs button{color:var(--muted);white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;padding:14px 1px 11px;font-size:10px}.ozon-tabs button.active{color:#1766ae;border-bottom-color:#1976d2;font-weight:900}.ozon-tabs button span{background:#e8eef1;border-radius:9px;margin-left:5px;padding:2px 6px;font-size:8px}.ozon-heading{padding-top:20px}.ozon-kpis{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin-bottom:11px;display:grid}.ozon-kpis button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:9px;flex-direction:column;gap:6px;min-height:108px;padding:13px;display:flex}.ozon-kpis button:hover{background:#f8fcff;border-color:#84bde9}.ozon-kpis small{color:var(--muted);font-size:9px}.ozon-kpis b{font-size:17px}.ozon-kpis span{color:#7190a7;margin-top:auto;font-size:9px}.ozon-kpis button:nth-child(5){background:#f5fbf9;border-color:#c8e3dc}.ozon-economics-grid{grid-template-columns:1.2fr .8fr;gap:10px;display:grid}.ozon-economics-grid>article,.ozon-product-leaders{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.ozon-economics-grid article>header,.ozon-product-leaders>header{border-bottom:1px solid #edf1f3;justify-content:space-between;align-items:center;min-height:47px;padding:10px 13px;display:flex}.ozon-economics-grid header small,.ozon-product-leaders header small{color:var(--muted);font-size:9px}.ozon-economics-grid article>button{text-align:left;background:#fff;border:0;border-top:1px solid #f1f3f4;grid-template-columns:100px 1fr 90px;align-items:center;gap:10px;width:100%;min-height:38px;padding:0 13px;font-size:10px;display:grid}.ozon-economics-grid article>button:hover{background:#f7fbfd}.ozon-economics-grid article>button i{background:#edf1f3;border-radius:4px;height:7px;overflow:hidden}.ozon-economics-grid article>button em{background:#41a5e8;border-radius:4px;height:100%;display:block}.ozon-economics-grid article>button b{text-align:right}.ozon-bank-card>div{grid-template-columns:1fr 1fr;gap:10px;padding:16px 14px;display:grid}.ozon-bank-card>div span{flex-direction:column;gap:5px;display:flex}.ozon-bank-card>div small{color:var(--muted)}.ozon-bank-card>div b{font-size:16px}.ozon-bank-card footer{border-radius:8px;align-items:center;gap:9px;margin:0 13px 13px;padding:10px;display:flex}.ozon-bank-card footer.ok{color:#207b54;background:#eaf7f0}.ozon-bank-card footer.warn{color:#916019;background:#fff3df}.ozon-bank-card footer>span{background:#fff;border-radius:50%;place-items:center;width:25px;height:25px;font-weight:900;display:grid}.ozon-bank-card footer>div{flex-direction:column;gap:3px;display:flex}.ozon-bank-card footer small{font-size:9px}.ozon-product-leaders{margin-top:10px}.ozon-product-leaders header>div{flex-direction:column;gap:3px;display:flex}.ozon-product-leaders header button{color:#176bc0;background:0 0;border:0;font-size:9px;font-weight:800}.ozon-product-leaders>button{text-align:left;background:#fff;border:0;border-top:1px solid #edf1f3;grid-template-columns:1fr 130px 60px;align-items:center;width:100%;min-height:48px;padding:0 13px;display:grid}.ozon-product-leaders>button:hover{background:#f7fbfd}.ozon-product-leaders>button>span{flex-direction:column;gap:3px;min-width:0;display:flex}.ozon-product-leaders small{color:var(--muted)}.ozon-product-leaders strong,.ozon-product-leaders em{text-align:right;font-style:normal;font-weight:800}.ozon-table-command{justify-content:space-between;align-items:center;min-height:57px;display:flex}.ozon-table-command>div{flex-direction:column;gap:3px;display:flex}.ozon-table-command small{color:var(--muted)}.ozon-table-command input{width:260px}.ozon-table{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:auto}.ozon-table>header,.ozon-table>button,.ozon-table>article{text-align:left;align-items:center;gap:8px;padding:0 12px;display:grid}.ozon-table>header{min-height:43px;color:var(--muted);text-transform:uppercase;background:#f5f8f9;font-size:8px;font-weight:900}.ozon-table>button{width:100%;min-height:64px;color:var(--ink);background:#fff;border:0;border-top:1px solid #edf1f3;font-size:9px}.ozon-table>button:hover{background:#f7fbfd}.ozon-table>article{border-top:1px solid #edf1f3;min-height:54px;font-size:9px}.ozon-table span{min-width:0}.ozon-table span:has(>b){flex-direction:column;gap:3px;display:flex}.ozon-table small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ozon-table strong{font-size:10px}.ozon-table-empty{min-height:150px;color:var(--muted);place-items:center;display:grid}.product-economics>header,.product-economics>button{grid-template-columns:minmax(240px,1.7fr) 55px 95px 100px 90px 55px 110px 100px 90px;min-width:1130px}.ozon-product{align-items:center;gap:9px;flex-direction:row!important;display:flex!important}.ozon-product>i{color:#176bc0;background:#e8f3fb;border-radius:7px;flex:0 0 38px;place-items:center;width:38px;height:38px;font-style:normal;font-weight:900;display:grid;overflow:hidden}.ozon-product img{object-fit:cover;width:100%;height:100%}.ozon-product>span{flex-direction:column;gap:3px;min-width:0;display:flex}.missing-cost b{color:#a86b18}.stock-table>header,.stock-table>button{grid-template-columns:minmax(240px,1.6fr) 85px 90px 100px 110px 85px 110px;min-width:920px}.ozon-info-line{border:1px solid var(--line);background:#fff;border-radius:9px;justify-content:space-between;align-items:center;min-height:70px;margin:12px 0;padding:12px 14px;display:flex}.ozon-info-line>div{flex-direction:column;gap:4px;display:flex}.ozon-info-line small{color:var(--muted)}.ozon-info-line>span,.ozon-ad-head>span{border-radius:14px;padding:6px 9px;font-size:9px;font-weight:800}.ozon-info-line .ok,.ozon-ad-head .ok{color:#218255;background:#e2f4ea}.ozon-info-line .warn,.ozon-ad-head .warn{color:#95631a;background:#fff1da}.finance-buckets{gap:8px;padding:12px 0;display:flex;overflow:auto}.finance-buckets button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:8px;flex-direction:column;gap:5px;min-width:135px;padding:10px;display:flex}.finance-buckets button.active{background:#f0f8fe;border-color:#5aa9e3}.finance-buckets small{color:var(--muted)}.finance-buckets b{font-size:13px}.finance-table>header,.finance-table>article{grid-template-columns:80px minmax(190px,1.3fr) minmax(200px,1.4fr) 150px 75px 110px;min-width:900px}.finance-table article>strong{text-align:right}.ozon-ad-head{justify-content:space-between;align-items:center;padding:20px 0 12px;display:flex}.ozon-ad-head small{color:#176bc0;text-transform:uppercase;font-weight:900}.ozon-ad-head h2{margin:4px 0;font-size:21px}.ozon-ad-head p{color:var(--muted);margin:0}.ozon-performance-note{background:#fff8e9;border:1px solid #e5ca93;border-radius:9px;grid-template-columns:1fr auto;gap:4px 15px;margin-bottom:12px;padding:13px 15px;display:grid}.ozon-performance-note b,.ozon-performance-note span{grid-column:1}.ozon-performance-note span{color:#765f39;font-size:10px}.ozon-performance-note button{color:#885d13;background:#fff;border:1px solid #daa64a;border-radius:7px;grid-area:1/2/3;padding:8px 12px;font-size:9px;font-weight:800}.ozon-sync-cards{grid-template-columns:repeat(4,1fr);gap:8px;padding:13px 0;display:grid}.ozon-sync-cards article{border:1px solid var(--line);background:#fff;border-radius:8px;flex-direction:column;gap:6px;padding:11px;display:flex}.ozon-sync-cards header{justify-content:space-between;align-items:center;display:flex}.ozon-sync-cards header span{font-size:8px}.ozon-sync-cards small{color:var(--muted);font-size:8px}.ozon-sync-cards button{color:#1766a7;background:#f7fbfe;border:1px solid #b9d5e8;border-radius:6px;margin-top:auto;padding:6px;font-size:8px;font-weight:800}.sync-table>header,.sync-table>article{grid-template-columns:110px 100px 80px 120px 55px 65px 65px minmax(200px,1fr);min-width:930px}.badge{background:#e8eef1;border-radius:12px;padding:4px 7px;font-size:8px;font-weight:800;width:max-content!important;display:inline-flex!important}.badge.ok{color:#207f54;background:#e1f4e9}.badge.warn{color:#96641a;background:#fff1d9}.badge.negative{color:#b94e46;background:#fde5e2}.ozon-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:420px;display:flex}.ozon-empty>span{color:#1976d2;background:#e5f3fe;border-radius:17px;place-items:center;width:62px;height:62px;font-size:22px;font-weight:900;display:grid}.ozon-empty h2{margin:15px 0 5px}.ozon-empty p{max-width:570px;color:var(--muted);margin:0}.ozon-empty button{border:0;border-radius:7px;margin-top:16px;padding:10px 15px;font-weight:800}.ozon-empty small{color:#81919a;margin-top:10px}.ozon-settings-modal{width:min(800px,100%)}.ozon-settings-modal label small{color:#218255}.ozon-check{border:1px solid var(--line);border-radius:7px;padding:8px;flex-direction:row!important;align-items:center!important}.ozon-check>input{margin:0;width:16px!important}.ozon-check>span{flex-direction:column;gap:2px;display:flex}.ozon-check small{color:var(--muted)!important}.ozon-separator{border-bottom:1px solid var(--line);color:#176bc0;padding:7px 0;font-size:10px;font-weight:900}.ozon-safety,.ozon-formula{background:#f0f8f7;border:1px solid #cfe4e2;border-radius:8px;flex-direction:column;gap:4px;padding:11px 13px;display:flex}.ozon-safety span,.ozon-formula span{color:#5e747e;font-size:10px}.ozon-cost-modal{width:min(580px,100%)}.ozon-cost-product{border:1px solid var(--line);background:#f6f9fa;border-radius:8px;flex-direction:column;gap:3px;margin:15px 18px 0;padding:11px 13px;display:flex}.ozon-cost-product span{color:var(--muted);font-size:9px}@media (max-width:1150px){.ozon-kpis{grid-template-columns:repeat(3,1fr)}.ozon-toolbar{flex-direction:column;align-items:stretch}.ozon-toolbar>div{justify-content:space-between}.ozon-sync-cards{grid-template-columns:repeat(2,1fr)}}.ozon-ad-kpis{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-bottom:12px;display:grid}.ozon-ad-kpis button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:9px;flex-direction:column;gap:5px;min-height:92px;padding:11px;display:flex}.ozon-ad-kpis button:hover{background:#f7fbfe;border-color:#70afe1}.ozon-ad-kpis button.attention{background:#fff9ef;border-color:#efc9a2}.ozon-ad-kpis small{color:var(--muted);font-size:8px}.ozon-ad-kpis b{font-size:16px}.ozon-ad-kpis span{color:#718692;margin-top:auto;font-size:8px}.ozon-ad-controls{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;min-height:55px;display:flex}.ozon-ad-controls>input{border:1px solid var(--line);background:#fff;border-radius:7px;width:270px;padding:8px 10px}.ozon-ad-switch,.ozon-ad-filters{align-items:center;gap:7px;display:flex}.ozon-ad-switch button,.ozon-ad-filters button{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:7px;padding:8px 11px;font-size:9px;font-weight:800}.ozon-ad-switch button.active,.ozon-ad-filters button.active{color:#1769ae;background:#edf7ff;border-color:#65a9dc}.ozon-ad-switch span{background:#e5ecef;border-radius:8px;margin-left:5px;padding:1px 5px;font-size:8px}.ozon-ad-filters{min-height:46px;overflow:auto}.ozon-ad-filters small{color:var(--muted);margin-left:auto;font-size:8px}.campaign-table>header,.campaign-table>article{grid-template-columns:minmax(220px,1.4fr) 90px 105px 60px 95px 90px 55px 75px 105px;min-width:1080px}.ad-product-table>header,.ad-product-table>article{grid-template-columns:minmax(250px,1.6fr) 125px 60px 65px 105px 95px 65px 80px;min-width:970px}.ad-product-table article>strong{text-align:right}@media (max-width:1180px){.ozon-ad-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}}.stock-reconciliation{padding-bottom:20px}.stock-reconciliation .stock-table>header,.stock-reconciliation .stock-table>button{grid-template-columns:minmax(240px,1.55fr) 85px 105px 85px 100px 110px 105px;min-width:970px}.stock-headline small{max-width:980px}.saby-stock-command{background:#f4fbfa;border:1px solid #b9deda;border-radius:9px;justify-content:space-between;align-items:center;gap:14px;margin-top:14px;padding:12px 14px;display:flex}.saby-stock-command>div{flex-direction:column;gap:3px;display:flex}.saby-stock-command small{color:var(--teal-dark);text-transform:uppercase;font-size:8px;font-weight:900}.saby-stock-command h3{margin:0;font-size:15px}.saby-stock-command p{color:var(--muted);margin:0;font-size:9px}.saby-stock-command button{color:#fff;background:#22aaa4;border:1px solid #22aaa4;border-radius:7px;padding:8px 12px;font-size:9px;font-weight:900}.saby-stock-command button:disabled{opacity:.5}.saby-stock-kpis{grid-template-columns:repeat(4,1fr);gap:8px;margin:9px 0;display:grid}.saby-stock-kpis article{border:1px solid var(--line);background:#fff;border-radius:8px;flex-direction:column;gap:3px;padding:10px 12px;display:flex}.saby-stock-kpis article.attention{background:#fffaf1;border-color:#efc996}.saby-stock-kpis article.good{background:#f7fcf9;border-color:#bfe1cf}.saby-stock-kpis small,.saby-stock-kpis span{color:var(--muted);font-size:8px}.saby-stock-kpis b{font-size:16px}.saby-warehouses{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-bottom:9px;display:grid}.saby-warehouses>article{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:9px;min-height:70px;padding:9px 10px;display:grid}.saby-warehouses article>span,.saby-warehouses article>strong{flex-direction:column;gap:3px;min-width:0;display:flex}.saby-warehouses small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.saby-warehouses label{color:var(--muted);flex-direction:column;gap:3px;font-size:8px;display:flex}.saby-warehouses select,.saby-reconcile-table select{border:1px solid var(--line);max-width:180px;color:var(--ink);background:#fff;border-radius:6px;padding:6px;font-size:8px}.saby-reconcile-table{margin-top:8px}.saby-reconcile-table>header,.saby-reconcile-table>article{grid-template-columns:minmax(210px,1.3fr) 85px 120px 105px 90px minmax(200px,1.2fr) 150px;min-width:1060px}.saby-reconcile-table>article{min-height:65px}.warehouse-breakdown{flex-direction:column;gap:2px;display:flex!important}.warehouse-breakdown small{display:block}.reconcile-status{border-radius:12px;padding:4px 7px;font-size:8px;font-style:normal;font-weight:900;display:inline-flex}.reconcile-status.matched{color:#1f8054;background:#e0f4e9}.reconcile-status.discrepancy{color:#b74d45;background:#fde5e2}.reconcile-status.scope_required{color:#926017;background:#fff1d9}.saby-stock-empty{text-align:center;background:#f8fcfb;border:1px dashed #b8d6d3;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-height:120px;display:flex}.saby-stock-empty span{color:var(--muted);font-size:9px}@media (max-width:760px){.commerce-subtabs{overflow:auto}.commerce-subtabs button{min-width:180px}.ozon-kpis{grid-template-columns:1fr 1fr}.ozon-economics-grid{grid-template-columns:1fr}.ozon-toolbar{margin-inline:-12px;padding-inline:12px}.ozon-toolbar>div{flex-wrap:wrap;align-items:stretch}.ozon-toolbar label{flex-wrap:wrap;width:100%}.ozon-toolbar input{flex:1;min-width:0}.ozon-table-command{flex-direction:column;align-items:stretch;gap:8px;padding:10px 0}.ozon-table-command input{width:100%}.ozon-sync-cards,.ozon-performance-note{grid-template-columns:1fr}.ozon-performance-note button{grid-area:auto/1}.ozon-ad-head{flex-direction:column;align-items:flex-start;gap:10px}.ozon-ad-kpis{grid-template-columns:1fr 1fr}.ozon-ad-controls{flex-direction:column;align-items:stretch;padding:8px 0}.ozon-ad-controls>input{width:100%}.ozon-ad-filters small{min-width:250px;margin-left:10px}.saby-stock-kpis{grid-template-columns:1fr 1fr}.saby-warehouses{grid-template-columns:1fr}.saby-stock-command{flex-direction:column;align-items:stretch}}.unit-table .rental-table-head,.unit-table article{grid-template-columns:minmax(200px,1.2fr) minmax(130px,.75fr) minmax(145px,.75fr) minmax(140px,.75fr) 130px}.client-table .rental-table-head,.client-table article{grid-template-columns:minmax(220px,1.2fr) minmax(170px,.9fr) minmax(170px,.8fr) 105px 130px}.entity-header-actions,.entity-row-actions{justify-content:flex-end;align-items:center;gap:5px;flex-direction:row!important;display:flex!important}.entity-header-actions button,.entity-row-actions button{border:1px solid var(--line);color:var(--teal-dark);white-space:nowrap;background:#fff;border-radius:6px;padding:6px 8px;font-size:9px;font-weight:800}.entity-header-actions button.danger,.entity-row-actions button.danger,.contract-actions button.danger{color:#b94c45;background:#fff8f7;border-color:#efc2be}.entity-row-actions button:disabled{opacity:.5}.accrual-catalog article{grid-template-columns:34px minmax(0,1fr) auto auto}.accrual-catalog article.archived{opacity:.58;background:#f6f8f9}.accrual-catalog .entity-row-actions{padding-left:3px}.accrual-catalog .entity-row-actions button{padding:5px 7px}.contract-actions{flex-wrap:wrap;gap:4px;flex-direction:row!important;display:flex!important}.contract-actions button{border:1px solid var(--line);background:#fff;border-radius:5px;padding:4px 6px!important}.rental-table-card>header .entity-header-actions button{color:var(--teal-dark);border-color:var(--line);background:#fff}.rental-table-card>header .entity-header-actions button.danger{color:#b94c45;border-color:#efc2be}@media (max-width:1050px){.entity-header-actions{flex-wrap:wrap}.unit-table .rental-table-head,.unit-table article{min-width:920px}.client-table .rental-table-head,.client-table article{min-width:900px}.accrual-catalog article{grid-template-columns:34px minmax(0,1fr) auto}.accrual-catalog .entity-row-actions{grid-column:2/-1;justify-content:flex-start}}.operation-edit-footer{grid-template-columns:auto 1fr auto auto;display:grid!important}.crm-project-actions{align-items:center;gap:6px;display:flex}.crm-project-actions button{border:1px solid var(--line);color:var(--teal-dark);background:#fff;border-radius:6px;padding:6px 8px;font-size:9px;font-weight:800}.crm-project-actions button.danger{color:#b94c45;background:#fff8f7;border-color:#efc2be}.crm-task-table article>div.entity-row-actions{display:flex!important}.crm-lead-card>.entity-row-actions{justify-content:flex-start;margin-top:3px}.crm-lead-card>.entity-row-actions button{flex:1}.crm-gantt>article>header .crm-project-actions strong{margin-right:4px}@media (max-width:640px){.operation-edit-footer{grid-template-columns:1fr 1fr!important}.operation-edit-footer span{display:none}.operation-edit-footer .danger-link{grid-column:1/-1}}.report-toolbar-actions{align-items:center;gap:7px;display:flex}.opening-balance-button{color:var(--teal-dark);background:#eff9f7;border:1px solid #8bc8c2;border-radius:7px;padding:10px 14px;font-weight:800}.balance-control-actions{white-space:nowrap;gap:6px;flex-direction:row!important;display:flex!important}.opening-balance-backdrop{z-index:80;padding:22px}.opening-balance-modal{background:#f5f7f8;border-radius:12px;width:min(1180px,100%);max-height:calc(100vh - 44px);overflow:auto;box-shadow:0 24px 70px #15242c42}.opening-balance-modal>header{z-index:2;border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:flex-start;gap:18px;padding:18px 22px;display:flex;position:sticky;top:0}.opening-balance-modal>header small{color:var(--teal-dark);letter-spacing:.05em;font-size:9px;font-weight:900}.opening-balance-modal>header h2{margin:4px 0;font-size:21px}.opening-balance-modal>header p{max-width:720px;color:var(--muted);margin:0;font-size:11px}.opening-balance-modal>header>button{color:#60727c;background:#edf1f2;border:0;border-radius:50%;flex:0 0 34px;width:34px;height:34px;font-size:20px}.opening-balance-summary{grid-template-columns:repeat(4,1fr);gap:8px;padding:14px 18px 0;display:grid}.opening-balance-summary article{border:1px solid var(--line);background:#fff;border-radius:8px;flex-direction:column;gap:7px;min-height:76px;padding:11px 13px;display:flex}.opening-balance-summary small{color:var(--muted)}.opening-balance-summary b{font-size:17px}.opening-balance-summary article.ok{color:#197651;background:#f3fbf7;border-color:#9bd7bd}.opening-balance-summary article.warning{color:#9a6511;background:#fffaf0;border-color:#efc879}.opening-balance-layout{grid-template-columns:390px minmax(0,1fr);gap:10px;padding:10px 18px 18px;display:grid}.opening-balance-layout>form,.opening-balance-list{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.opening-balance-layout>form{flex-direction:column;gap:11px;padding:14px;display:flex}.opening-steps{grid-template-columns:repeat(3,1fr);gap:5px;margin-bottom:2px;display:grid}.opening-steps span{color:var(--teal-dark);background:#eef7f6;border-radius:6px;align-items:center;gap:5px;padding:7px;font-size:9px;font-weight:800;display:flex}.opening-steps i{background:var(--teal);color:#fff;border-radius:50%;place-items:center;width:18px;height:18px;font-style:normal;display:grid}.opening-balance-layout form>label,.opening-form-row label{color:#50636f;flex-direction:column;gap:5px;font-size:10px;font-weight:800;display:flex}.opening-balance-layout input,.opening-balance-layout select,.opening-balance-layout textarea{width:100%;color:var(--ink);font:inherit;background:#fff;border:1px solid #d6e0e3;border-radius:7px;padding:9px 10px}.opening-balance-layout textarea{resize:vertical;min-height:58px}.opening-balance-layout label>small{color:#89969d;font-size:8px;font-weight:400}.opening-form-row{grid-template-columns:1fr 1fr;gap:7px;display:grid}.opening-balance-layout form>footer{justify-content:flex-end;gap:7px;padding-top:3px;display:flex}.opening-balance-layout form>footer button{border:1px solid var(--line);color:#5e707a;background:#fff;border-radius:7px;padding:9px 12px;font-weight:800}.opening-balance-layout form>footer button.primary{border-color:var(--teal);background:var(--teal);color:#fff}.opening-balance-layout form>footer button:disabled{opacity:.55}.opening-error{color:#a7433d;background:#fff3f2;border:1px solid #efc2be;border-radius:7px;padding:8px 10px;font-size:9px}.opening-balance-list>header{border-bottom:1px solid var(--line);align-items:center;min-height:55px;padding:10px 13px;display:flex}.opening-balance-list>header>div{flex-direction:column;gap:3px;display:flex}.opening-balance-list>header small{color:var(--muted);font-size:9px}.opening-balance-table{max-height:510px;overflow:auto}.opening-balance-table article{border-top:1px solid #edf1f3;grid-template-columns:minmax(230px,1.5fr) 110px 80px 150px;align-items:center;gap:8px;min-height:65px;padding:7px 12px;display:grid}.opening-balance-table article:first-child{border-top:0}.opening-balance-table article>div:first-child{align-items:center;gap:9px;min-width:0;display:flex}.opening-balance-table article>div:first-child>span:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.opening-balance-table article b,.opening-balance-table article small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.opening-balance-table article small{color:var(--muted);font-size:9px}.opening-balance-table article>strong{text-align:right}.opening-balance-table article>div:last-child{justify-content:flex-end;gap:4px;display:flex}.opening-balance-table button{border:1px solid var(--line);color:var(--teal-dark);background:#fff;border-radius:5px;padding:6px 7px;font-size:8px;font-weight:800}.opening-balance-table button.danger{color:#b94c45;background:#fff8f7;border-color:#efc2be}.opening-class{border-radius:8px;flex:0 0 30px;place-items:center;width:30px;height:30px;font-weight:900;display:grid}.opening-class.asset{color:#2478a5;background:#e4f3fb}.opening-class.liability{color:#9a671b;background:#fff0d8}.opening-class.equity{color:#207d54;background:#e7f5ed}.opening-empty{text-align:center;min-height:260px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;padding:25px;display:flex}.opening-empty>span{width:42px;height:42px;color:var(--teal-dark);background:#e7f5f2;border-radius:11px;place-items:center;font-size:18px;display:grid}.opening-empty b{color:var(--ink);margin-top:11px}.opening-empty small{max-width:370px;margin-top:5px}.modal-day-title:has(+article small:first-child){scroll-margin-top:80px}@media (max-width:900px){.opening-balance-layout{grid-template-columns:1fr}.opening-balance-summary{grid-template-columns:1fr 1fr}.opening-balance-table article{grid-template-columns:minmax(210px,1fr) 105px 75px 145px}.balance-control-note{grid-template-columns:34px 1fr}.balance-control-actions{grid-column:2;justify-content:flex-start}.report-toolbar-actions{justify-content:flex-end;width:100%}}@media (max-width:620px){.opening-balance-backdrop{padding:0}.opening-balance-modal{border-radius:0;max-height:100vh}.opening-balance-summary{grid-template-columns:1fr 1fr;padding:10px 10px 0}.opening-balance-layout{padding:8px 10px 12px}.opening-balance-table{overflow:auto}.opening-balance-table article{min-width:650px}.opening-form-row{grid-template-columns:1fr}.report-toolbar-actions{justify-content:stretch}.report-toolbar-actions button{flex:1}}.property-360{grid-template-columns:245px minmax(0,1fr);gap:11px;margin-top:12px;display:grid}.property-360-list{border:1px solid var(--line);background:#fff;border-radius:10px;overflow:hidden}.property-360-list>header{border-bottom:1px solid var(--line);flex-direction:column;gap:3px;padding:13px 14px;display:flex}.property-360-list>header small{color:var(--muted)}.property-360-list>button{text-align:left;background:#fff;border:0;border-top:1px solid #edf1f3;grid-template-columns:30px 1fr auto;align-items:center;gap:8px;width:100%;min-height:76px;padding:10px;display:grid}.property-360-list>button:first-of-type{border-top:0}.property-360-list>button.active{box-shadow:inset 3px 0 var(--teal);background:#edf8f6}.property-360-list>button>span{width:28px;height:28px;color:var(--teal-dark);background:#e7f3f2;border-radius:8px;place-items:center;display:grid}.property-360-list button>div{flex-direction:column;gap:3px;min-width:0;display:flex}.property-360-list b,.property-360-list small,.property-360-list em{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.property-360-list small,.property-360-list em{color:var(--muted);font-size:8px;font-style:normal}.property-360-list strong{color:var(--teal-dark)}.property-360-main{min-width:0}.property-hero{color:#fff;background:linear-gradient(115deg,#153742,#285a63);border-radius:11px;justify-content:space-between;align-items:flex-start;gap:20px;min-height:132px;padding:18px 20px;display:flex}.property-hero small{color:#78d2ca;font-size:9px;font-weight:900}.property-hero h3{margin:5px 0 4px;font-size:24px}.property-hero p{color:#c4d7da;margin:0}.property-hero>div:first-child>div{flex-wrap:wrap;gap:8px;margin-top:15px;display:flex}.property-hero span{background:#ffffff18;border-radius:14px;padding:5px 8px;font-size:9px}.property-hero>div:last-child{gap:6px;display:flex}.property-hero button{color:#fff;background:0 0;border:1px solid #ffffff56;border-radius:7px;padding:8px 10px;font-weight:800}.property-hero button.primary{background:#2eb6a8;border-color:#2eb6a8}.property-360-kpis{grid-template-columns:repeat(4,1fr);gap:8px;margin:9px 0;display:grid}.property-360-kpis button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:9px;flex-direction:column;gap:5px;min-height:93px;padding:12px;display:flex}.property-360-kpis button:hover{background:#f7fcfb;border-color:#8fc9c4}.property-360-kpis button.warning{background:#fffaf0;border-color:#efc879}.property-360-kpis small{color:var(--muted)}.property-360-kpis b{font-size:17px}.property-360-kpis span{color:#788991;margin-top:auto;font-size:9px}.property-360-grid{grid-template-columns:1.2fr .8fr;gap:9px;display:grid}.property-360-grid>section{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.property-360-grid>section>header{border-bottom:1px solid #edf1f3;justify-content:space-between;align-items:center;min-height:52px;padding:10px 13px;display:flex}.property-360-grid>section>header>div{flex-direction:column;gap:3px;display:flex}.property-360-grid header small{color:var(--muted);font-size:9px}.property-360-grid header button{color:var(--teal-dark);background:0 0;border:0;font-size:9px;font-weight:800}.property-floor{border-top:1px solid #edf1f3;grid-template-columns:105px 1fr;min-height:66px;display:grid}.property-floor:first-of-type{border-top:0}.property-floor>span{background:#f5f8f9;flex-direction:column;gap:4px;padding:10px 12px;display:flex}.property-floor>span small{color:var(--muted)}.property-floor>div{align-items:stretch;gap:5px;padding:7px;display:flex;overflow:auto}.property-floor button{border:1px solid var(--line);text-align:left;background:#fff;border-left:4px solid #34ae78;border-radius:6px;flex-direction:column;gap:3px;min-width:112px;padding:7px;display:flex}.property-floor button.free,.property-floor button.available{border-left-color:#aab7bd}.property-floor button.debt{background:#fff7f6;border-left-color:#e45d56}.property-floor button.expiring{background:#fffaf1;border-left-color:#eba53d}.property-floor button.maintenance{background:#f3f5f6;border-left-color:#728896}.property-floor button small{max-width:100px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.property-floor button em{color:#819098;font-size:8px;font-style:normal}.property-health-bars{flex-direction:column;gap:12px;padding:13px;display:flex}.property-health-bars>span{grid-template-columns:1fr auto;gap:3px 10px;display:grid}.property-health-bars i{background:#e9eef0;border-radius:4px;grid-column:1/-1;height:6px;overflow:hidden}.property-health-bars em{background:#e5a23d;height:100%;display:block}.property-health-bars em.green{background:#2cb577}.property-health-bars em.blue{background:#468fcb}.property-health-facts{border-top:1px solid #edf1f3;grid-template-columns:1fr 1fr;display:grid}.property-health-facts button{text-align:left;background:#fff;border:0;border-right:1px solid #edf1f3;flex-direction:column;gap:4px;min-height:76px;padding:10px;display:flex}.property-health-facts button:last-child{border-right:0}.property-health-facts small{color:var(--muted);font-size:8px}.property-contracts-card>button,.property-events-card>button{text-align:left;background:#fff;border:0;border-top:1px solid #edf1f3;align-items:center;gap:8px;width:100%;min-height:54px;padding:8px 11px;display:grid}.property-contracts-card>button{grid-template-columns:8px 1fr auto}.property-events-card>button{grid-template-columns:78px 1fr auto}.property-contracts-card>button>span{background:#2db478;border-radius:5px;width:7px;height:36px}.property-contracts-card>button>span.debt{background:#e45d56}.property-contracts-card>button>span.expiring{background:#eba53d}.property-contracts-card button>div,.property-events-card button>div{flex-direction:column;gap:3px;min-width:0;display:flex}.property-contracts-card small,.property-events-card small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.property-events-card>button>span{background:#eef4f5;border-radius:6px;padding:6px;font-size:9px}.property-events-card>button>span.overdue{color:#b94c45;background:#fde5e2}.property-events-card>button>span.soon,.property-events-card>button>span.today{color:#95631a;background:#fff0d7}.property-events-card em{color:#7d8e96;font-size:8px;font-style:normal}.property-empty{text-align:center;min-height:120px;color:var(--muted);place-items:center;padding:20px;display:grid}.rentroll-timeline-controls{border:1px solid var(--line);background:#fff;border-radius:8px;justify-content:flex-end;align-items:center;gap:7px;min-height:48px;margin-bottom:7px;padding:6px 8px;display:flex}.rentroll-timeline-controls button,.rentroll-timeline-controls label{border:1px solid var(--line);color:#536975;background:#fff;border-radius:6px;padding:7px 9px;font-size:9px}.rentroll-timeline-controls label{align-items:center;gap:6px;display:flex}.rentroll-timeline-controls input,.rentroll-timeline-controls select{color:var(--ink);background:0 0;border:0}.rentroll-legend i.partial{background:#8c6fd4}.occupancy-calendar{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:auto}.occupancy-head,.occupancy-calendar>article{grid-template-columns:210px repeat(var(--occupancy-months),minmax(115px,1fr));min-width:max(100%,calc(210px + var(--occupancy-months)*115px));display:grid}.occupancy-head{z-index:2;background:#f3f6f7;min-height:43px;position:sticky;top:0}.occupancy-head>*{text-transform:uppercase;color:#687b84;border-right:1px solid #e2e8ea;justify-content:center;align-items:center;padding:7px;font-size:8px;display:flex}.occupancy-head>span{z-index:3;background:#f3f6f7;justify-content:flex-start;position:sticky;left:0}.occupancy-calendar>article{border-top:1px solid #edf1f3;min-height:63px}.occupancy-calendar>article>div{z-index:1;background:#fff;border-right:1px solid #e2e8ea;align-items:center;gap:8px;padding:8px;display:flex;position:sticky;left:0}.occupancy-calendar>article>div>span{width:34px;height:34px;color:var(--teal-dark);background:#e7f2f1;border-radius:8px;place-items:center;font-weight:900;display:grid}.occupancy-calendar>article>div>div{flex-direction:column;gap:3px;min-width:0;display:flex}.occupancy-calendar>article>div small{color:var(--muted)}.occupancy-calendar>article>button{text-align:left;background:#eff8f3;border:0;border-right:1px solid #edf1f3;flex-direction:column;justify-content:center;gap:3px;min-width:0;padding:6px 7px;display:flex;overflow:hidden}.occupancy-calendar>article>button:hover{filter:brightness(.97)}.occupancy-calendar button.free{color:#8a989f;background:#fafbfb}.occupancy-calendar button.debt{color:#b64d46;background:#fff0ee;box-shadow:inset 0 3px #e45d56}.occupancy-calendar button.expiring{color:#8f631d;background:#fff6e6;box-shadow:inset 0 3px #eba53d}.occupancy-calendar button.partial{color:#6549ad;background:#f2edff;box-shadow:inset 0 3px #8c6fd4}.occupancy-calendar button.maintenance,.occupancy-calendar button.inactive{color:#697a83;background:#edf1f2}.occupancy-calendar button b,.occupancy-calendar button small,.occupancy-calendar button em{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.occupancy-calendar button b{font-size:9px}.occupancy-calendar button small,.occupancy-calendar button em{font-size:8px;font-style:normal}.occupancy-calendar button i{color:#fff;background:#e45d56;border-radius:7px;padding:1px 4px;font-size:7px;font-style:normal;position:absolute}.occupancy-calendar>article>button{position:relative}@media (max-width:1050px){.property-360{grid-template-columns:1fr}.property-360-list{display:flex;overflow:auto}.property-360-list>header{min-width:130px}.property-360-list>button{border-top:0;border-left:1px solid #edf1f3;min-width:220px}.property-360-grid{grid-template-columns:1fr}.property-360-kpis{grid-template-columns:1fr 1fr}}@media (max-width:680px){.property-hero{flex-direction:column}.property-hero>div:last-child{width:100%}.property-hero button{flex:1}.property-360-kpis{grid-template-columns:1fr}.property-floor{grid-template-columns:82px 1fr}.rentroll-timeline-controls{justify-content:flex-start;overflow:auto}.occupancy-head,.occupancy-calendar>article{grid-template-columns:180px repeat(var(--occupancy-months),110px)}}.property-360-page>.rental-heading{display:none}.property-360-page>.rental-tabs{margin-top:0}.property-360-compact{grid-template-columns:190px minmax(0,1fr);gap:8px;margin-top:7px}.property-360-compact .property-360-list>header{padding:9px 11px}.property-360-compact .property-360-list>button{grid-template-columns:26px minmax(0,1fr) auto;gap:6px;min-height:57px;padding:7px}.property-360-compact .property-360-list>button>span{border-radius:6px;width:24px;height:24px}.property-360-compact .property-360-list small,.property-360-compact .property-360-list em{font-size:7px}.property-360-compact .property-360-list strong{font-size:10px}.property-360-command{color:#fff;background:linear-gradient(115deg,#153742,#285a63);border-radius:9px;justify-content:space-between;align-items:center;gap:12px;min-height:72px;padding:10px 12px;display:flex}.property-360-command>div:first-child{min-width:0}.property-360-title{align-items:center;gap:8px;display:flex}.property-360-title small{color:#78d2ca;font-size:8px;font-weight:900}.property-360-title h3{margin:0;font-size:18px;line-height:1.15}.property-360-title>span{border-radius:12px;padding:3px 7px;font-size:7px;font-weight:900}.property-360-title>span.good{background:#2c9d76}.property-360-title>span.attention{background:#d78838}.property-360-command p{color:#c4d7da;white-space:nowrap;text-overflow:ellipsis;margin:3px 0 0;font-size:8px;overflow:hidden}.property-360-meta{gap:5px;margin-top:6px;display:flex}.property-360-meta span{background:#ffffff17;border-radius:10px;padding:3px 6px;font-size:7px}.property-360-command>div:last-child{flex:none;gap:5px;display:flex}.property-360-command button{color:#fff;background:0 0;border:1px solid #ffffff4d;border-radius:6px;padding:6px 8px;font-size:8px;font-weight:900}.property-360-command button.primary{background:#2eb6a8;border-color:#2eb6a8}.property-360-scoreboard{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin:6px 0;display:grid}.property-360-scoreboard button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:7px;grid-template-columns:1fr;align-content:start;gap:2px;min-width:0;min-height:62px;padding:7px 9px;display:grid;position:relative;overflow:hidden}.property-360-scoreboard button:hover{background:#f8fcfb;border-color:#83c4be}.property-360-scoreboard button.warning{background:#fffaf0;border-color:#ebc378}.property-360-scoreboard button.danger{background:#fff7f6;border-color:#e4a19c}.property-360-scoreboard small{color:#667b85;white-space:nowrap;text-overflow:ellipsis;font-size:8px;font-weight:800;overflow:hidden}.property-360-scoreboard b{white-space:nowrap;text-overflow:ellipsis;font-size:14px;line-height:1.2;overflow:hidden}.property-360-scoreboard span{color:#809098;white-space:nowrap;text-overflow:ellipsis;font-size:7px;overflow:hidden}.property-360-scoreboard i{background:#e8edef;border-radius:3px;height:3px;margin-top:2px;overflow:hidden}.property-360-scoreboard i em{background:#e3a33c;height:100%;display:block}.property-360-scoreboard i em.green{background:#2ab478}.property-360-workspace{grid-template-columns:minmax(350px,1.35fr) minmax(220px,.82fr) minmax(230px,.88fr);align-items:start;gap:6px;display:grid}.property-compact-panel{border:1px solid var(--line);background:#fff;border-radius:8px;min-width:0;overflow:hidden}.property-compact-panel>header{border-bottom:1px solid #edf1f3;justify-content:space-between;align-items:center;gap:7px;min-height:40px;padding:7px 9px;display:flex}.property-compact-panel>header>div{flex-direction:column;gap:1px;min-width:0;display:flex}.property-compact-panel>header small{color:var(--muted);font-size:7px}.property-compact-panel>header button{color:var(--teal-dark);white-space:nowrap;background:0 0;border:0;font-size:7px;font-weight:900}.property-floor-scroll{max-height:326px;overflow:auto}.property-360-compact .property-floor{grid-template-columns:72px minmax(0,1fr);min-height:53px}.property-360-compact .property-floor>span{gap:2px;padding:7px 8px}.property-360-compact .property-floor>div{gap:4px;padding:5px}.property-360-compact .property-floor button{border-left-width:3px;gap:2px;min-width:90px;padding:5px}.property-360-compact .property-floor button small{max-width:80px;font-size:7px}.property-360-compact .property-floor button em{font-size:7px}.property-finance-table{padding:4px 8px}.property-finance-table button{text-align:left;background:#fff;border:0;border-bottom:1px solid #edf1f3;justify-content:space-between;align-items:center;gap:7px;width:100%;min-height:30px;padding:5px 0;display:flex}.property-finance-table button:hover span{color:var(--teal-dark)}.property-finance-table button span{color:#60737d;font-size:8px}.property-finance-table button b{white-space:nowrap;font-size:9px}.property-finance-table button b.expense{color:#b55a54}.property-finance-table button.total{border-bottom:0}.property-finance-table button.total span,.property-finance-table button.total b{color:var(--teal-dark);font-weight:900}.property-concentration{background:#f7fafb;border-top:1px solid #edf1f3;border-bottom:1px solid #edf1f3;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1px 7px;padding:7px 8px;display:grid}.property-concentration span{flex-direction:column;min-width:0;display:flex}.property-concentration small{color:var(--muted);font-size:7px}.property-concentration span b{text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.property-concentration strong{color:#3c7883;font-size:14px}.property-concentration em{color:#778991;grid-column:1/-1;font-size:7px;font-style:normal}.property-mini-tenants>button{text-align:left;background:#fff;border:0;border-top:1px solid #edf1f3;grid-template-columns:5px minmax(0,1fr) auto;align-items:center;gap:6px;width:100%;min-height:36px;padding:5px 8px;display:grid}.property-mini-tenants>button:first-child{border-top:0}.property-mini-tenants>button>span{background:#2db478;border-radius:3px;width:4px;height:24px}.property-mini-tenants>button>span.debt{background:#e45d56}.property-mini-tenants>button>span.expiring{background:#eba53d}.property-mini-tenants button>div{flex-direction:column;gap:1px;min-width:0;display:flex}.property-mini-tenants button b{text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.property-mini-tenants button small{color:var(--muted);font-size:7px}.property-mini-tenants button strong{white-space:nowrap;font-size:8px}.property-risk-list{grid-template-columns:1fr 1fr;gap:5px;padding:6px;display:grid}.property-risk-list button{text-align:left;background:#f8fbfa;border:1px solid #dbe4e7;border-radius:6px;flex-direction:column;gap:2px;min-width:0;min-height:52px;padding:6px;display:flex}.property-risk-list button.ok{background:#f4fbf7;border-color:#cfe7dc}.property-risk-list button.warning{background:#fffaf0;border-color:#ebca8a}.property-risk-list button.danger{background:#fff7f6;border-color:#e6aaa6}.property-risk-list span{color:#6e8089;font-size:7px}.property-risk-list b{text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.property-risk-list em{color:#829199;font-size:7px;font-style:normal}.property-next-events{border-top:1px solid #edf1f3}.property-next-events>div{justify-content:space-between;align-items:center;padding:6px 8px;display:flex}.property-next-events>div span{color:#9b681e;font-size:7px}.property-next-events>button{text-align:left;background:#fff;border:0;border-top:1px solid #edf1f3;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:5px;width:100%;min-height:43px;padding:5px 7px;display:grid}.property-next-events time{text-align:center;background:#eef4f5;border-radius:5px;padding:4px;font-size:7px}.property-next-events time.overdue{color:#b94c45;background:#fde5e2}.property-next-events time.soon,.property-next-events time.today{color:#95631a;background:#fff0d7}.property-next-events button>span{flex-direction:column;gap:1px;min-width:0;display:flex}.property-next-events button b{text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.property-next-events button small,.property-next-events button em{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:7px;font-style:normal;overflow:hidden}.property-next-events>p{text-align:center;color:var(--muted);margin:0;padding:18px 8px;font-size:8px}@media (min-width:1600px){.property-360-scoreboard{grid-template-columns:repeat(8,minmax(0,1fr))}.property-360-scoreboard small{font-size:9px}.property-360-scoreboard b{font-size:15px}.property-360-scoreboard span{font-size:8px}.property-compact-panel>header b{font-size:11px}.property-compact-panel>header small,.property-compact-panel>header button{font-size:8px}.property-360-compact .property-floor button b,.property-finance-table button span,.property-mini-tenants button b,.property-next-events button b{font-size:9px}.property-360-compact .property-floor button small,.property-360-compact .property-floor button em,.property-finance-table button b,.property-concentration small,.property-concentration em,.property-mini-tenants button small,.property-mini-tenants button strong,.property-risk-list span,.property-risk-list em,.property-next-events>div span,.property-next-events time,.property-next-events button small,.property-next-events button em{font-size:8px}.property-risk-list b{font-size:10px}}@media (max-width:1120px){.property-360-workspace{grid-template-columns:1fr 1fr}.property-floor-card{grid-column:1/-1}.property-floor-scroll{max-height:240px}}@media (max-width:1050px){.property-360-compact{grid-template-columns:1fr}.property-360-compact .property-360-list{display:flex;overflow:auto}.property-360-compact .property-360-list>header{min-width:110px}.property-360-compact .property-360-list>button{border-top:0;border-left:1px solid #edf1f3;min-width:190px}}@media (max-width:720px){.property-360-command{flex-direction:column;align-items:flex-start}.property-360-command>div:last-child{width:100%}.property-360-command>div:last-child button{flex:1}.property-360-meta{overflow:auto}.property-360-scoreboard{grid-template-columns:1fr 1fr}.property-360-workspace{grid-template-columns:1fr}.property-floor-card{grid-column:auto}.property-360-title{flex-wrap:wrap}.property-360-title h3{width:100%}}.fleet-like-property-list>button{min-height:70px}.fleet-like-property-list>button>span{color:var(--teal-dark);background:#e8f5f4;border-radius:8px}.fleet-like-property-list>button.active{box-shadow:inset 3px 0 var(--teal);background:#eef9f7}.property-detail-tabs{border:1px solid var(--line);background:var(--paper);border-top:0;align-items:flex-end;gap:22px;min-height:43px;padding:0 15px;display:flex;overflow:auto}.property-detail-tabs button{height:43px;color:var(--muted);white-space:nowrap;background:0 0;border:0;padding:0 1px;font-size:9px}.property-detail-tabs button:hover{color:var(--teal-dark)}.property-detail-tabs button.active{color:var(--teal-dark);box-shadow:inset 0 -2px var(--teal);font-weight:900}.property-detail-tabs span{color:#6c7d85;background:#edf2f4;border-radius:10px;margin-left:4px;padding:2px 6px;font-size:7px}.property-detail-tabs button.active span{color:var(--teal-dark);background:#dff1ee}.property-personal-chessboard{border:1px solid var(--line);background:var(--paper);border-top:0;border-radius:0 0 10px 10px;min-width:0;overflow:hidden}.property-personal-chessboard>header{border-bottom:1px solid var(--line);background:linear-gradient(135deg,color-mix(in srgb,var(--teal) 7%,var(--paper)),var(--paper));justify-content:space-between;align-items:center;gap:12px;min-height:64px;padding:10px 13px;display:flex}.property-personal-chessboard>header>div:first-child{flex-direction:column;gap:2px;display:flex}.property-personal-chessboard>header small{color:var(--teal-dark);text-transform:uppercase;letter-spacing:.05em;font-size:7px;font-weight:900}.property-personal-chessboard>header b{font-size:12px}.property-personal-chessboard>header span{color:var(--muted);font-size:8px}.property-personal-chessboard>header>div:last-child{align-items:flex-end;gap:5px;display:flex}.property-personal-chessboard>header label{color:var(--muted);flex-direction:column;gap:2px;font-size:7px;display:flex}.property-personal-chessboard>header input,.property-personal-chessboard>header select,.property-personal-chessboard>header button{background:var(--paper);height:31px;color:var(--ink);border:1px solid #d7e1e4;border-radius:6px;padding:0 8px;font-size:8px}.property-personal-chessboard>header button{width:31px;color:var(--teal-dark);padding:0;font-size:17px;font-weight:900}.property-personal-chessboard>header button:disabled,.property-personal-chessboard>header select:disabled,.property-personal-chessboard>header input:disabled{opacity:.55}.personal-chessboard-legend{border-bottom:1px solid var(--line);min-height:38px;color:var(--muted);background:#f7f9fa;align-items:center;gap:12px;padding:6px 11px;font-size:7px;display:flex}.personal-chessboard-legend span{align-items:center;gap:4px;display:flex}.personal-chessboard-legend i{background:#aeb9be;border-radius:2px;width:8px;height:8px}.personal-chessboard-legend i.occupied{background:#27a477}.personal-chessboard-legend i.free{background:#d9e1e4}.personal-chessboard-legend i.reserved{background:#3f8bd8}.personal-chessboard-legend i.debt{background:#e05b53}.personal-chessboard-legend i.maintenance{background:#e6a33e}.personal-chessboard-legend strong{color:var(--ink);margin-left:auto}.personal-occupancy-calendar{border:0;border-radius:0;max-height:calc(100vh - 345px)}.personal-occupancy-calendar.loading{opacity:.6;pointer-events:none}.show-personal-chessboard>.property-360-scoreboard,.show-personal-chessboard>.property-360-workspace{display:none}@media (max-width:820px){.property-personal-chessboard>header{flex-direction:column;align-items:flex-start}.property-personal-chessboard>header>div:last-child{width:100%;overflow:auto}.property-detail-tabs{gap:15px}.personal-chessboard-legend{overflow:auto}.personal-chessboard-legend strong{white-space:nowrap}}@media (min-width:1600px){body{font-size:13px}.workspace{padding:0 30px 30px}.topbar{height:76px}.topbar h1{margin-bottom:3px;font-size:22px}.topbar p{font-size:12px}.header-balance{padding:7px 12px}.tabs{gap:23px}.tabs button{padding:11px 2px}.action-row{padding:12px 0 9px}.create-actions button,.plain,.filter{padding:8px 11px}.fintablo-period .period-value{height:38px}.fintablo-period>button:first-child,.fintablo-period>button:last-child{flex-basis:30px;width:30px;height:30px}.toolbar{margin-bottom:9px}.segmented button{padding:6px 11px}.search input{padding:8px 0}.chart-card{grid-template-columns:190px 1fr;gap:16px;min-height:116px;margin-bottom:9px;padding:10px 14px 8px}.chart-summary{gap:7px}.chart-summary b{font-size:14px}.bars{height:82px}.operations-workspace .operations-card{flex-direction:column;min-height:270px;max-height:calc(100vh - 284px);display:flex;position:relative;overflow:auto}.operations-workspace.chart-visible .operations-card{max-height:calc(100vh - 410px)}.operations-card>.table-head{z-index:3;flex:0 0 36px;min-height:36px;position:sticky;top:0}.operations-card>.table-total{z-index:3;flex:0 0 38px;padding:8px 14px;position:sticky;bottom:0}.day-title{z-index:2;padding:6px 16px 6px 48px;position:sticky;top:36px}.operation{min-height:51px;padding:6px 14px}.operation>div{gap:2px}.amount{font-size:13px}.status button{font-size:20px}.dashboard-page{padding:10px 0 20px}.dashboard-heading{align-items:center;margin-bottom:9px}.dashboard-heading h2{margin:2px 0;font-size:19px}.dashboard-heading p{font-size:11px}.dashboard-actions button{padding:7px 9px}.modular-dashboard{grid-template-columns:1.15fr .85fr 1fr;gap:8px}.dashboard-widget.widget-kpis{grid-column:1/-1}.dashboard-widget.widget-dynamics{grid-column:span 2}.dashboard-widget.widget-quality,.dashboard-widget.widget-expenses,.dashboard-widget.widget-accounts,.dashboard-widget.widget-counterparties,.dashboard-widget.widget-projects{grid-column:auto}.dashboard-card{border-radius:8px;padding:11px 12px}.dashboard-card h3{font-size:14px}.owner-kpis{gap:7px}.owner-kpis>button{grid-template-columns:37px 1fr;min-height:75px;padding:10px}.kpi-icon{width:29px;height:29px;font-size:13px}.owner-kpis b{margin:3px 0;font-size:17px}.month-chart{height:122px}.quality-ring{width:86px;height:86px;margin:8px auto}.quality-ring strong{font-size:18px}.ranked-card{min-height:220px}.ranked-list{margin-top:7px}.ranked-list button{padding:5px 1px}.accounts-card{min-height:220px}.expense-list,.account-list{margin-top:5px}.expense-list button,.account-list button{padding:7px 2px}.directories-page{padding-top:10px}.directory-tabs button{padding:9px 1px}.add-directory{padding:8px 11px}.directory-intro{padding:12px 0 9px}.directory-intro h2{font-size:18px}.directory-search input{padding:8px 0}.category-class-tabs button{padding:9px 11px}.category-layout{gap:8px;margin-top:7px}.directory-list-panel{max-height:calc(100vh - 260px);overflow:auto}.directory-list-head{z-index:2;height:35px;position:sticky;top:0}.tree-row{min-height:44px;padding:5px 10px}.report-map{max-height:calc(100vh - 260px);overflow:auto}.report-map>header{padding:10px 12px}.report-map section{margin:7px;padding:8px 11px}.report-map h3{margin:0 -11px 7px;padding:0 11px 7px}.report-map b,.report-map strong{margin:6px 0 3px}.report-map p{margin:3px 0}}.settings-status-row{grid-template-columns:repeat(4,1fr);gap:7px;display:grid}.settings-status-row article{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:58px;padding:9px 11px;display:grid}.settings-status-row .ok{color:#2ab478}.settings-status-row .error{color:#db5a53}.settings-status-row .muted{color:#aab7bd}.settings-status-row article>div{flex-direction:column;gap:2px;min-width:0;display:flex}.settings-status-row small,.settings-status-row em{color:var(--muted);font-size:8px;font-style:normal}.settings-status-row b{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.settings-toolbar{border:1px solid var(--line);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:15px;min-height:69px;margin:7px 0;padding:9px 11px;display:flex}.settings-toolbar>div:first-child{flex-direction:column;gap:2px;min-width:0;display:flex}.settings-toolbar>div:first-child>small{color:var(--muted);font-size:9px}.settings-toolbar>div:last-child{align-items:center;gap:6px;display:flex}.settings-toolbar>div:last-child>span{color:#9a681f;font-size:8px}.settings-toolbar button{border:1px solid var(--line);color:#60737d;background:#fff;border-radius:6px;padding:7px 9px;font-size:9px;font-weight:800}.settings-toolbar button.primary{border-color:var(--teal);background:var(--teal);color:#fff}.settings-toolbar button:disabled{opacity:.45}.settings-message{border-radius:7px;margin-bottom:7px;padding:8px 10px;font-size:9px}.settings-message.success{color:#207653;background:#f2faf6;border:1px solid #c9e7dc}.settings-message.error{color:#b64d47;background:#fff6f5;border:1px solid #efc5c2}.settings-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.settings-grid>section{border:1px solid var(--line);background:#fff;border-radius:8px;overflow:hidden}.settings-grid>section>header{background:#f7fafb;border-bottom:1px solid #e6ecee;align-items:center;gap:8px;min-height:49px;padding:7px 9px;display:flex}.settings-grid>section>header>span{width:25px;height:25px;color:var(--teal-dark);background:#dff2f0;border-radius:7px;place-items:center;font-weight:900;display:grid}.settings-grid>section>header>div{flex-direction:column;gap:2px;display:flex}.settings-grid>section>header small{color:var(--muted);font-size:8px}.settings-fields{grid-template-columns:1fr 1fr;gap:7px;padding:8px;display:grid}.settings-fields>label{color:#647780;flex-direction:column;gap:3px;min-width:0;font-size:8px;font-weight:800;display:flex}.settings-fields>label.wide,.settings-fields>.wide{grid-column:1/-1}.settings-fields input,.settings-fields select{width:100%;height:34px;color:var(--ink);background:#fff;border:1px solid #d9e2e5;border-radius:6px;padding:0 8px;font-size:9px}.settings-fields input[readonly],.settings-fields select:disabled{color:#77858d;background:#f2f5f6}.setting-suffix{grid-template-columns:1fr auto;display:grid}.setting-suffix input{border-radius:6px 0 0 6px}.setting-suffix>span{color:#73858e;background:#f4f7f8;border:1px solid #d9e2e5;border-left:0;border-radius:0 6px 6px 0;place-items:center;min-width:34px;font-size:8px;display:grid}.settings-fields label.setting-switch{background:#fafcfc;border:1px solid #e0e7e9;border-radius:7px;grid-template-columns:16px 1fr;align-items:center;gap:7px;min-height:48px;padding:7px 8px;display:grid}.setting-switch>input{width:15px;height:15px;accent-color:var(--teal)}.setting-switch>span{flex-direction:column;gap:2px;display:flex}.setting-switch b{color:var(--ink);font-size:9px}.setting-switch small{color:var(--muted);font-size:7px;font-weight:400}.settings-standard{background:#edf7f6;border-radius:7px;flex-direction:column;gap:3px;min-height:51px;padding:7px 8px;display:flex}.settings-standard b{color:#315f65;font-size:9px}.settings-standard span,.settings-standard small{color:#60747d;font-size:8px}.settings-standard.database{background:#f2f4f8}.settings-standard code{color:#536c8c;font-size:8px}.settings-footer{border-top:1px solid var(--line);min-height:35px;color:var(--muted);justify-content:space-between;align-items:center;margin-top:7px;padding:7px 2px;font-size:8px;display:flex}.settings-footer p{margin:0}.settings-loading{border:1px solid var(--line);min-height:300px;color:var(--muted);background:#fff;border-radius:9px;justify-content:center;align-items:center;gap:8px;display:flex}.settings-loading button{background:var(--teal);color:#fff;border:0;border-radius:6px;padding:7px 9px}.settings-loading.error{color:#b64d47}@media (max-width:1150px){.settings-grid{grid-template-columns:1fr}.settings-status-row{grid-template-columns:1fr 1fr}.settings-toolbar{flex-direction:column;align-items:flex-start}.settings-footer{flex-direction:column;align-items:flex-start;gap:4px}}@media (max-width:650px){.settings-status-row{grid-template-columns:1fr}.settings-toolbar>div:last-child{flex-wrap:wrap;width:100%}.settings-toolbar>div:last-child>span{width:100%}.settings-toolbar button{flex:1}.settings-fields{grid-template-columns:1fr}.settings-fields>label.wide,.settings-fields>.wide{grid-column:auto}}.system-status-page{padding:8px 0 20px}.system-status-heading{border:1px solid var(--line);background:linear-gradient(110deg,#edf8f7,var(--paper));border-radius:9px;justify-content:space-between;align-items:center;gap:18px;min-height:82px;padding:11px 13px;display:flex}.system-status-heading>div:first-child{flex-direction:column;gap:2px;min-width:0;display:flex}.system-status-heading h2{margin:1px 0;font-size:18px}.system-status-heading p{color:var(--muted);margin:0;font-size:8px}.system-status-heading>div:last-child{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.system-status-heading>div:last-child small{color:var(--muted);font-size:7px}.system-status-heading button,.system-status-footer button,.system-status-details>button,.system-status-empty button{background:var(--paper);color:var(--teal-dark);border:1px solid #b7d6d3;border-radius:6px;padding:7px 9px;font-size:8px;font-weight:900}.system-status-heading button:disabled{opacity:.55}.system-status-heading button span{margin-right:5px;display:inline-block}.system-status-stale{color:#aa504b;background:#fff5f4;border:1px solid #efc5c2;border-radius:7px;margin-top:6px;padding:7px 9px;font-size:8px}.system-status-summary{grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;margin:7px 0;display:grid}.system-status-summary article{border:1px solid var(--line);background:var(--paper);border-top:3px solid #78909a;border-radius:7px;grid-template-columns:1fr auto;gap:1px;min-height:60px;padding:7px 9px;display:grid}.system-status-summary article.healthy{border-top-color:#2ab478}.system-status-summary article.warning{border-top-color:#e3a13e}.system-status-summary article.error{border-top-color:#df615a}.system-status-summary article.disabled{border-top-color:#9faeb5}.system-status-summary small,.system-status-summary span{color:var(--muted);font-size:7px}.system-status-summary b{grid-area:1/2/3;font-size:19px}.system-status-groups{gap:7px;min-height:310px;max-height:calc(100vh - 310px);padding-right:2px;display:grid;overflow:auto}.system-status-groups>section{border:1px solid var(--line);background:var(--paper);border-radius:8px;overflow:hidden}.system-status-groups>section>header{z-index:2;border-bottom:1px solid var(--line);background:#f4f8f9;justify-content:space-between;align-items:center;min-height:36px;padding:6px 9px;display:flex;position:sticky;top:0}.system-status-groups>section>header>div{align-items:baseline;gap:7px;display:flex}.system-status-groups>section>header b{font-size:10px}.system-status-groups>section>header small,.system-status-groups>section>header span{color:var(--muted);font-size:7px}.system-status-component{border-bottom:1px solid #e8edef}.system-status-component:last-child{border-bottom:0}.system-status-component>summary{cursor:pointer;grid-template-columns:25px minmax(170px,.9fr) 95px 105px minmax(220px,1.35fr) 14px;align-items:center;gap:8px;min-height:51px;padding:6px 9px;list-style:none;display:grid}.system-status-component>summary::-webkit-details-marker{display:none}.system-status-component[open]>summary{background:#f5faf9}.system-status-component>summary>i{color:#687b84;background:#edf2f3;border-radius:7px;place-items:center;width:24px;height:24px;font-size:10px;font-style:normal;font-weight:900;display:grid}.system-status-component.healthy>summary>i{color:#22805c;background:#e1f4ec}.system-status-component.warning>summary>i,.system-status-component.unknown>summary>i{color:#966317;background:#fff0d8}.system-status-component.error>summary>i{color:#b64d47;background:#fbe3e0}.system-status-component.disabled>summary>i{color:#8c9ba2;background:#edf1f2}.system-status-name{flex-direction:column;gap:2px;min-width:0;display:flex}.system-status-name b,.system-status-name small,.system-status-component>summary>p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.system-status-name b{font-size:9px}.system-status-name small,.system-status-time small{color:var(--muted);font-size:7px}.system-status-component>summary>em{color:#687b84;background:#edf2f3;border-radius:10px;width:max-content;padding:3px 7px;font-size:7px;font-style:normal;font-weight:900}.system-status-component.healthy>summary>em{color:#1c7b58;background:#e3f5ed}.system-status-component.warning>summary>em,.system-status-component.unknown>summary>em{color:#98651b;background:#fff0da}.system-status-component.error>summary>em{color:#b64d47;background:#fbe3e0}.system-status-time{flex-direction:column;gap:2px;display:flex}.system-status-time b{font-size:8px}.system-status-component>summary>p{color:#667982;margin:0;font-size:8px}.system-status-chevron{color:var(--muted);font-size:9px;transition:transform .15s}.system-status-component[open] .system-status-chevron{transform:rotate(180deg)}.system-status-details{background:#f8fafb;border-top:1px solid #e8edef;justify-content:space-between;align-items:center;gap:12px;padding:7px 9px 7px 42px;display:flex}.system-status-details>div{flex-wrap:wrap;gap:6px;min-width:0;display:flex}.system-status-details>div>span{border-right:1px solid #dde5e7;flex-direction:column;gap:2px;min-width:115px;padding-right:8px;display:flex}.system-status-details>div>span:last-child{border-right:0}.system-status-details small{color:var(--muted);font-size:7px}.system-status-details b{font-size:8px}.system-status-details>button{flex:none}.system-status-footer{min-height:36px;color:var(--muted);justify-content:space-between;align-items:center;padding:7px 2px;font-size:7px;display:flex}.system-status-footer button{color:var(--teal-dark);background:0 0;border:0;padding:4px}.system-status-empty{border:1px solid var(--line);background:var(--paper);min-height:330px;color:var(--muted);border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.system-status-empty>span{width:34px;height:34px;color:var(--teal-dark);background:#dff1ef;border-radius:50%;place-items:center;font-size:15px;display:grid}.system-status-empty b{color:var(--ink)}.system-status-empty.error>span{color:#b64d47;background:#fbe3e0}.system-status-notice{color:#23755f;background:#eefaf7;border:1px solid #b9ddd5;border-radius:7px;margin-top:6px;padding:7px 9px;font-size:8px}.system-status-details>aside{flex:none;gap:5px;display:flex}.system-status-details>aside button{background:var(--paper);color:var(--teal-dark);white-space:nowrap;border:1px solid #b7d6d3;border-radius:6px;padding:7px 9px;font-size:8px;font-weight:900}.system-status-details>aside button.primary{border-color:var(--teal);background:var(--teal);color:#fff}.system-status-details>aside button:disabled{opacity:.48;cursor:not-allowed}.system-status-runs{background:#fbfcfc;border-top:1px solid #e5ecee;padding:7px 9px 8px 42px}.system-status-runs>header{align-items:baseline;gap:7px;margin-bottom:5px;display:flex}.system-status-runs>header b{font-size:8px}.system-status-runs>header small{color:var(--muted);font-size:7px}.system-status-runs>div{border:1px solid #e1e9eb;border-radius:6px;overflow:hidden}.system-status-runs article{border-bottom:1px solid #e6edef;grid-template-columns:105px 125px minmax(180px,1fr) 80px;align-items:center;gap:7px;min-height:33px;padding:4px 7px;display:grid}.system-status-runs article:last-child{border-bottom:0}.system-status-runs article>span{flex-direction:column;gap:1px;min-width:0;display:flex}.system-status-runs article b{text-overflow:ellipsis;white-space:nowrap;font-size:7px;overflow:hidden}.system-status-runs article small,.system-status-runs article time{color:var(--muted);font-size:6.5px}.system-status-runs article em{color:#687b84;background:#edf2f3;border-radius:9px;width:max-content;padding:2px 6px;font-size:6.5px;font-style:normal;font-weight:900}.system-status-runs article em.completed{color:#1c7b58;background:#e3f5ed}.system-status-runs article em:is(.failed,.completed_with_errors){color:#b64d47;background:#fbe3e0}.system-status-runs article>p{color:#a14d48;text-overflow:ellipsis;white-space:nowrap;grid-column:1/-1;margin:0;font-size:6.5px;overflow:hidden}html[data-theme=dark] :is(.system-status-heading,.system-status-groups>section,.system-status-summary article,.system-status-empty){background:var(--paper);border-color:var(--line)}html[data-theme=dark] :is(.system-status-groups>section>header,.system-status-component[open]>summary,.system-status-details,.system-status-runs){border-color:var(--line);background:#142027}html[data-theme=dark] .system-status-stale{color:#ffaaa4;background:#3a2324;border-color:#65403f}html[data-theme=dark] .system-status-notice{color:#8fddc8;background:#18342f;border-color:#2b5b50}html[data-theme=dark] .system-status-runs>div,html[data-theme=dark] .system-status-runs article{border-color:var(--line)}@media (max-width:1100px){.system-status-summary{grid-template-columns:repeat(3,1fr)}.system-status-component>summary{grid-template-columns:25px 1fr 95px 90px 14px}.system-status-component>summary>p{display:none}.system-status-groups{max-height:none}.system-status-heading{align-items:flex-start}.system-status-details{padding-left:9px}}@media (max-width:700px){.system-status-heading{flex-direction:column;align-items:stretch}.system-status-heading>div:last-child{align-items:stretch}.system-status-summary{grid-template-columns:1fr 1fr}.system-status-component>summary{grid-template-columns:25px 1fr auto 14px}.system-status-time{display:none}.system-status-details{flex-direction:column;align-items:stretch}.system-status-details>aside{grid-template-columns:1fr;display:grid}.system-status-details>aside button{width:100%}.system-status-runs{padding-left:9px}.system-status-runs article{grid-template-columns:1fr 1fr}.system-status-footer{flex-direction:column;align-items:flex-start;gap:4px}}.topbar-actions{align-items:center;gap:7px;display:flex}.attention-trigger{border:1px solid var(--line);text-align:left;background:#fff;border-radius:9px;grid-template-columns:24px 1fr auto;align-items:center;gap:7px;min-width:154px;min-height:48px;padding:7px 10px;display:grid;position:relative}.attention-trigger:hover{background:#f9fcfc;border-color:#a8cfcc}.attention-trigger>span{width:23px;height:23px;color:var(--teal-dark);background:#dfeeed;border-radius:7px;place-items:center;font-weight:900;display:grid}.attention-trigger>div{flex-direction:column;gap:2px;display:flex}.attention-trigger small{color:var(--muted);font-size:8px}.attention-trigger em{min-width:18px;height:18px;color:var(--teal-dark);background:#dfeeed;border-radius:9px;place-items:center;font-size:7px;font-style:normal;font-weight:900;display:grid}.attention-trigger.warning>span,.attention-trigger.warning>em{color:#996416;background:#fff0d7}.attention-trigger.critical{background:#fff9f8;border-color:#edc3c0}.attention-trigger.critical>span,.attention-trigger.critical>em{color:#b84741;background:#f8deda}.attention-backdrop{z-index:120;background:#152b3773;justify-content:flex-end;display:flex;position:fixed;inset:0}.attention-drawer{background:#f4f7f8;flex-direction:column;width:min(510px,100vw - 30px);height:100vh;display:flex;box-shadow:-20px 0 50px #162b3933}.attention-drawer>header{color:#fff;background:linear-gradient(120deg,#183d47,#28636a);justify-content:space-between;align-items:flex-start;gap:15px;min-height:116px;padding:17px 18px;display:flex}.attention-drawer>header>div{flex-direction:column;gap:4px;display:flex}.attention-drawer>header span{color:#78d2ca;text-transform:uppercase;letter-spacing:.08em;font-size:8px;font-weight:900}.attention-drawer>header h2{margin:0;font-size:20px}.attention-drawer>header p{color:#c4d7da;margin:0;font-size:9px}.attention-drawer>header button{color:#fff;background:0 0;border:0;font-size:25px}.attention-overview{grid-template-columns:repeat(3,1fr);gap:6px;padding:8px;display:grid}.attention-overview article{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:1fr auto;gap:2px;min-height:65px;padding:8px;display:grid}.attention-overview small{color:var(--muted);font-size:8px}.attention-overview b{font-size:18px}.attention-overview span{color:#84939b;grid-column:1/-1;font-size:7px}.attention-overview article.critical{border-top:3px solid #e25f58}.attention-overview article.warning{border-top:3px solid #e9a441}.attention-overview article.system{border-top:3px solid #668b9d}.attention-list{flex-direction:column;flex:1;gap:5px;min-height:0;padding:0 8px;display:flex;overflow:auto}.attention-list>button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:8px;grid-template-columns:28px minmax(0,1fr) auto;gap:8px;min-height:85px;padding:9px;display:grid;position:relative}.attention-list>button:hover{background:#fbfdfd;border-color:#8fc8c3}.attention-list>button>i{color:#607681;background:#eef2f3;border-radius:7px;place-items:center;width:27px;height:27px;font-style:normal;font-weight:900;display:grid}.attention-list>button.critical>i{color:#b84b45;background:#fbe2df}.attention-list>button.warning>i{color:#986619;background:#fff0d8}.attention-list>button.system>i{color:#587080;background:#e8eef1}.attention-list>button>div{flex-direction:column;gap:4px;min-width:0;display:flex}.attention-list>button>div>span{align-items:center;gap:6px;display:flex}.attention-list>button>div b{font-size:10px}.attention-list>button>div em{color:#5e737d;background:#edf2f3;border-radius:9px;place-items:center;min-width:18px;height:18px;font-size:7px;font-style:normal;display:grid}.attention-list>button small{color:#71838c;text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.attention-list>button u{color:#8c9aa1;font-size:7px;text-decoration:none}.attention-list>button strong{white-space:nowrap;font-size:10px}.attention-list>button mark{color:var(--teal-dark);background:0 0;font-size:7px;font-weight:900;position:absolute;bottom:8px;right:9px}.attention-empty{text-align:center;min-height:250px;color:var(--muted);background:#fff;border:1px dashed #c8d6db;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:5px;display:flex}.attention-empty>span{color:#22805b;background:#ddf1e7;border-radius:50%;place-items:center;width:36px;height:36px;font-size:17px;display:grid}.attention-empty b{color:var(--ink)}.attention-drawer>footer{border-top:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;gap:10px;min-height:53px;padding:8px 10px;display:flex}.attention-drawer>footer span{color:var(--muted);font-size:7px}.attention-drawer>footer button{border:1px solid var(--line);color:var(--teal-dark);background:#fff;border-radius:6px;padding:7px 9px;font-size:8px;font-weight:900}.attention-drawer>footer button:disabled{opacity:.5}@media (max-width:760px){.topbar-actions .attention-trigger{min-width:40px;padding:7px}.attention-trigger>div,.attention-trigger>em{display:none}.attention-backdrop{background:#152b378c}.attention-drawer{width:100%}.attention-drawer>header h2{font-size:17px}}.actor-scope-badge{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:22px 1fr;align-items:center;gap:7px;min-width:116px;min-height:43px;padding:6px 9px;display:grid}.actor-scope-badge>span{border-radius:50%;place-items:center;width:21px;height:21px;font-size:9px;font-weight:900;display:grid}.actor-scope-badge>div{flex-direction:column;gap:2px;min-width:0;display:flex}.actor-scope-badge small{color:var(--muted);text-transform:uppercase;font-size:7px}.actor-scope-badge b{white-space:nowrap;font-size:8px}.actor-scope-badge.trusted{background:#f7fcfa;border-color:#acd8c6}.actor-scope-badge.trusted>span{color:#247d59;background:#dff3e9}.actor-scope-badge.readonly{background:#fffaf3;border-color:#e8c9a5}.actor-scope-badge.readonly>span{color:#9a681f;background:#f8e8d4}html[data-theme=dark] .actor-scope-badge{background:#1d2c35}html[data-theme=dark] .actor-scope-badge.trusted{background:#183128;border-color:#356b59}html[data-theme=dark] .actor-scope-badge.readonly{background:#332819;border-color:#6f5634}@media (max-width:1050px){.actor-scope-badge{min-width:39px;padding:6px}.actor-scope-badge>div{display:none}}@media (max-width:760px){.actor-scope-badge{display:none}}.sidebar-foot{position:relative}.sidebar-logout{color:#b9c8d1;background:#293947;border:1px solid #49606f;border-radius:7px;place-items:center;width:28px;height:28px;margin-left:auto;font-size:13px;display:grid}.sidebar-logout:hover{color:#fff;border-color:#6f8999}.sidebar.collapsed .sidebar-logout{width:19px;height:19px;font-size:9px;position:absolute;bottom:5px;right:5px}.settings-section-tabs{border-bottom:1px solid var(--line);gap:6px;margin:0 0 8px;display:flex}.settings-section-tabs>button{min-width:210px;color:var(--muted);text-align:left;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:8px;padding:9px 10px;display:flex}.settings-section-tabs>button>span{background:#edf2f4;border-radius:7px;place-items:center;width:27px;height:27px;display:grid}.settings-section-tabs>button>div{flex-direction:column;gap:2px;display:flex}.settings-section-tabs b{font-size:10px}.settings-section-tabs small{font-size:8px}.settings-section-tabs>button.active{border-bottom-color:var(--teal);color:var(--teal-dark)}.settings-section-tabs>button.active>span{background:#dff3f2}.users-roles-page{flex-direction:column;gap:8px;display:flex}.users-command{border:1px solid var(--line);background:#fff;border-radius:9px;justify-content:space-between;align-items:center;gap:16px;min-height:72px;padding:11px 14px;display:flex}.users-command>div{flex-direction:column;gap:2px;display:flex}.users-command h2{margin:0;font-size:18px}.users-command p{color:var(--muted);margin:0;font-size:9px}.users-command>button,.user-access-modal button{border:1px solid var(--line);color:#5c707b;background:#fff;border-radius:7px;padding:8px 11px;font-size:9px;font-weight:800}.users-command>button.primary,.user-access-modal button.primary{border-color:var(--teal);background:var(--teal);color:#fff}.auth-transition{background:#f0faf8;border:1px solid #bcded8;border-radius:8px;grid-template-columns:25px 1fr auto;align-items:center;gap:9px;min-height:52px;padding:8px 11px;display:grid}.auth-transition>span{color:#24815c;background:#d8f1e8;border-radius:50%;place-items:center;width:24px;height:24px;font-size:10px;font-weight:900;display:grid}.auth-transition>div{flex-direction:column;gap:2px;display:flex}.auth-transition b{font-size:10px}.auth-transition small{color:#65807f;font-size:8px}.auth-transition em{color:#24766c;background:#fff;border:1px solid #b9dcd5;border-radius:12px;padding:4px 8px;font-size:8px;font-style:normal;font-weight:800}.users-summary{grid-template-columns:repeat(4,1fr);gap:7px;display:grid}.users-summary article{border:1px solid var(--line);background:#fff;border-radius:8px;flex-direction:column;gap:3px;min-height:53px;padding:8px 11px;display:flex}.users-summary small{color:var(--muted);font-size:8px}.users-summary b{font-size:16px}.users-table{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.users-table-head,.users-table>article{grid-template-columns:minmax(230px,1.4fr) minmax(180px,1fr) minmax(150px,.8fr) minmax(170px,1fr) 105px;align-items:center;display:grid}.users-table-head{min-height:35px;color:var(--muted);background:#f4f7f8;padding:0 12px;font-size:8px;font-weight:800}.users-table>article{border-top:1px solid #edf1f3;min-height:61px;padding:7px 12px}.users-table>article.disabled{opacity:.58;background:#fafbfb}.users-table>article>div:not(.user-actions):not(.user-person){flex-direction:column;gap:3px;min-width:0;padding-right:12px;display:flex}.users-table b{white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.users-table small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:8px;overflow:hidden}.user-person{align-items:center;gap:9px;min-width:0;padding-right:12px;display:flex}.user-person>i,.password-user>i{width:31px;height:31px;color:var(--teal-dark);background:#dff2f0;border-radius:9px;flex:0 0 31px;place-items:center;font-style:normal;font-weight:900;display:grid}.user-person>span,.password-user>span{flex-direction:column;gap:3px;min-width:0;display:flex}.user-person em{color:#24805c;background:#e7f5ee;border-radius:9px;margin-left:6px;padding:2px 5px;font-size:7px;font-style:normal}.access-ready{color:#20815c}.access-pending{color:#a96a26}.user-actions{justify-content:flex-end;gap:5px;display:flex}.user-actions button{color:#5f737e;background:#fff;border:1px solid #d6e0e3;border-radius:6px;width:28px;height:28px}.user-actions button:disabled{opacity:.35}.users-loading{min-height:150px;color:var(--muted);grid-column:1/-1;place-items:center;font-size:9px;display:grid}.role-matrix{grid-template-columns:repeat(4,1fr);gap:7px;display:grid}.role-matrix article{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:26px 1fr;align-items:center;gap:8px;min-height:53px;padding:8px 10px;display:grid}.role-matrix>article>span{width:25px;height:25px;color:var(--teal-dark);background:#edf6f5;border-radius:7px;place-items:center;font-size:10px;display:grid}.role-matrix div{flex-direction:column;gap:2px;display:flex}.role-matrix b{font-size:9px}.role-matrix small{color:var(--muted);font-size:7px}.users-access-denied{border:1px solid var(--line);text-align:center;background:#fff;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;min-height:340px;display:flex}.users-access-denied>span{color:var(--teal);font-size:30px}.users-access-denied h2{margin:10px 0 4px}.users-access-denied p{color:var(--muted);margin:0}.user-access-backdrop{z-index:120}.user-access-modal{background:#fff;border-radius:11px;width:min(560px,100%);overflow:hidden;box-shadow:0 22px 70px #12222d55}.user-access-modal>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:70px;padding:12px 16px;display:flex}.user-access-modal>header small{color:var(--teal-dark);text-transform:uppercase;font-size:8px;font-weight:900}.user-access-modal h2{margin:3px 0 0;font-size:19px}.user-access-modal>header>button{background:0 0;border:0;font-size:20px}.user-access-modal>section{grid-template-columns:1fr 1fr;gap:10px;padding:14px 16px;display:grid}.user-access-modal label{color:#61737d;flex-direction:column;gap:4px;font-size:9px;font-weight:800;display:flex}.user-access-modal label.wide,.password-user{grid-column:1/-1}.user-access-modal input,.user-access-modal select{width:100%;height:38px;color:var(--ink);background:#fff;border:1px solid #d4dfe2;border-radius:7px;padding:0 10px}.user-access-modal input[readonly]{color:var(--muted);background:#f3f6f7}.user-access-modal label small{color:var(--muted);font-size:8px;font-weight:400}.password-user{background:#f8fafb;border:1px solid #e1e8ea;border-radius:8px;align-items:center;gap:9px;padding:9px;display:flex}.user-access-modal>.form-error{margin:0 16px 10px}.user-access-modal>footer{border-top:1px solid var(--line);background:#f7f9fa;justify-content:flex-end;align-items:center;gap:7px;min-height:57px;padding:10px 16px;display:flex}.fincontrol-login{color:#253441;background:#edf3f4;grid-template-columns:minmax(360px,42%) 1fr;min-height:100vh;display:grid}.login-brand{color:#fff;background:#202e3a;flex-direction:column;gap:12px;padding:48px clamp(34px,5vw,88px);display:flex;position:relative;overflow:hidden}.login-brand:before{content:"";border:1px solid #35bbb155;border-radius:50%;width:520px;height:520px;position:absolute;bottom:-230px;right:-300px;box-shadow:0 0 0 70px #24a9a50b,0 0 0 140px #24a9a508}.login-mark{background:#24a9a5;border-radius:13px;place-items:center;width:48px;height:48px;font-size:22px;font-weight:900;display:grid}.login-brand>div:nth-child(2){flex-direction:column;gap:4px;margin-bottom:auto;display:flex}.login-brand>div:nth-child(2)>b{font-size:22px}.login-brand>div:nth-child(2)>span{color:#8fa4b2;font-size:12px}.login-brand>article{border-top:1px solid #354652;grid-template-columns:95px 1fr;align-items:baseline;padding:17px 0 4px;display:grid;position:relative}.login-brand article small{color:#6bd4ce;text-transform:uppercase;letter-spacing:.12em;font-size:9px}.login-brand article strong{font-size:18px}.login-brand article p{color:#93a5b1;grid-column:2;margin:4px 0 0;font-size:10px;line-height:1.5}.login-panel{place-items:center;padding:30px;display:grid}.login-panel>form{background:#fff;border:1px solid #d8e2e5;border-radius:14px;flex-direction:column;gap:15px;width:min(410px,100%);padding:30px;display:flex;box-shadow:0 18px 60px #263d4d14}.login-panel header{margin-bottom:5px}.login-panel header>span{color:#168d8a;text-transform:uppercase;letter-spacing:.11em;font-size:9px;font-weight:900}.login-panel h1{margin:7px 0 4px;font-size:28px}.login-panel header p{color:#7b8993;margin:0;font-size:11px}.login-panel label{color:#5c6d77;flex-direction:column;gap:6px;font-size:10px;font-weight:800;display:flex}.login-panel input{color:#253441;background:#fff;border:1px solid #d2dde1;border-radius:8px;outline:none;width:100%;height:44px;padding:0 12px;font-size:13px}.login-panel input:focus{border-color:#24a9a5;box-shadow:0 0 0 3px #24a9a51a}.login-password{position:relative}.login-password input{padding-right:76px}.login-password button{color:#168d8a;background:#eef6f5;border:0;border-radius:6px;height:30px;padding:0 9px;font-size:9px;font-weight:800;position:absolute;top:7px;right:7px}.login-error{color:#b64d47;background:#fff5f4;border:1px solid #efc5c2;border-radius:7px;margin:0;padding:9px 10px;font-size:10px}.login-submit{color:#fff;background:#24a9a5;border:0;border-radius:8px;height:44px;font-weight:900}.login-submit:disabled{opacity:.55}.login-panel footer{color:#87959d;border-top:1px solid #e8edef;margin-top:3px;padding-top:13px;font-size:9px;line-height:1.5}html[data-theme=dark] .settings-section-tabs>button>span,html[data-theme=dark] .users-command,html[data-theme=dark] .users-summary article,html[data-theme=dark] .users-table,html[data-theme=dark] .role-matrix article,html[data-theme=dark] .user-access-modal,html[data-theme=dark] .users-access-denied{background:#1c2a33}html[data-theme=dark] .auth-transition{background:#17312c;border-color:#315f57}html[data-theme=dark] .users-table-head,html[data-theme=dark] .user-access-modal>footer,html[data-theme=dark] .password-user{background:#22323c}html[data-theme=dark] .user-access-modal input,html[data-theme=dark] .user-access-modal select{color:#e7eef2;background:#18262f;border-color:#3a4a54}@media (max-width:1000px){.users-table-head,.users-table>article{grid-template-columns:minmax(190px,1.3fr) minmax(140px,1fr) minmax(135px,.8fr) 95px}.users-table-head>span:nth-child(4),.users-table>article>div:nth-child(4){display:none}.role-matrix{grid-template-columns:1fr 1fr}}@media (max-width:720px){.fincontrol-login{grid-template-columns:1fr}.login-brand{display:none}.login-panel{padding:18px}.users-summary{grid-template-columns:1fr 1fr}.users-table-head{display:none}.users-table>article{grid-template-columns:1fr auto;gap:8px}.users-table>article>div:nth-child(2),.users-table>article>div:nth-child(3){grid-column:1}.user-actions{flex-direction:column;grid-area:1/2/4}.auth-transition{grid-template-columns:25px 1fr}.auth-transition em{display:none}.settings-section-tabs>button{flex:1;min-width:0}.settings-section-tabs small{display:none}.user-access-modal>section{grid-template-columns:1fr}.user-access-modal label.wide,.password-user{grid-column:auto}}.user-actions button{place-items:center;display:grid}.user-actions button svg{width:14px;height:14px}.rentroll-filters .rentroll-bulk-button{border:1px solid var(--teal);background:var(--teal);color:#fff;white-space:nowrap;border-radius:7px;height:36px;padding:0 12px;font-size:9px;font-weight:900}.rentroll-legend i.reserved{background:#3f8bd8}.occupancy-calendar{max-height:calc(100vh - 352px)}.occupancy-head,.occupancy-calendar>article{grid-template-columns:245px repeat(var(--occupancy-months),minmax(120px,1fr));min-width:max(100%,calc(245px + var(--occupancy-months)*120px))}.occupancy-head>span{gap:7px}.occupancy-head input,.occupancy-calendar>article>div>input{width:14px;height:14px;accent-color:var(--teal);flex:0 0 14px}.occupancy-calendar>article.selected>div{box-shadow:inset 3px 0 var(--teal);background:#edf8f6}.occupancy-calendar>article>div{gap:7px}.occupancy-unit-link{text-align:left;background:0 0;border:0;flex-direction:column;flex:1;gap:2px;min-width:0;padding:0;display:flex}.occupancy-unit-link b{color:var(--ink);font-size:9px}.occupancy-unit-link small,.occupancy-unit-link em{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:7px;font-style:normal;overflow:hidden}.occupancy-unit-link:hover b{color:var(--teal-dark);text-decoration:underline}.occupancy-calendar>article>button strong{color:inherit;text-overflow:ellipsis;white-space:nowrap;font-size:7px;font-weight:700;overflow:hidden}.occupancy-calendar button.reserved{color:#2e6da9;background:#edf5fe;box-shadow:inset 0 3px #478fda}.unit-bulk-backdrop{z-index:55}.unit-bulk-modal{width:min(720px,100%)}.unit-bulk-guide{background:#f3faf9;border:1px solid #cfe4e2;border-radius:8px;grid-template-columns:27px 1fr;align-items:center;gap:8px;margin:12px 18px 0;padding:9px 10px;display:grid}.unit-bulk-guide>span{width:27px;height:27px;color:var(--teal-dark);background:#dcefeb;border-radius:7px;place-items:center;font-weight:900;display:grid}.unit-bulk-guide>div{flex-direction:column;gap:2px;display:flex}.unit-bulk-guide b{font-size:9px}.unit-bulk-guide small{color:var(--muted);font-size:8px}.unit-bulk-fields{grid-template-columns:1fr 1fr;gap:7px;padding:12px 18px;display:grid}.unit-bulk-fields>label{border:1px solid var(--line);background:#f8fafb;border-radius:8px;grid-template-rows:auto auto;grid-template-columns:17px minmax(0,1fr);align-items:center;gap:5px 7px;min-height:78px;padding:8px;display:grid}.unit-bulk-fields>label.enabled{box-shadow:inset 3px 0 var(--teal);background:#f5fbfa;border-color:#9dcfca}.unit-bulk-fields>label>input[type=checkbox]{width:15px;height:15px;accent-color:var(--teal)}.unit-bulk-fields>label>span{flex-direction:column;gap:2px;min-width:0;display:flex}.unit-bulk-fields>label b{font-size:9px}.unit-bulk-fields>label small{color:var(--muted);font-size:7px}.unit-bulk-fields select,.unit-bulk-fields>label>input:not([type=checkbox]){width:100%;height:32px;color:var(--ink);background:#fff;border:1px solid #d9e2e5;border-radius:6px;grid-column:1/-1;padding:0 8px;font-size:8px}.unit-bulk-fields select:disabled,.unit-bulk-fields>label>input:disabled{color:#9aa6ac;background:#edf1f2}.unit-bulk-modal>footer>span{color:var(--muted);margin-right:auto;font-size:9px}@media (max-width:760px){.occupancy-head,.occupancy-calendar>article{grid-template-columns:205px repeat(var(--occupancy-months),115px)}.unit-bulk-fields{grid-template-columns:1fr}.rentroll-filters .rentroll-bulk-button{width:100%}}.commercial-terms-modal{width:min(1180px,100vw - 28px);max-height:calc(100vh - 24px);overflow:auto}.commercial-loading{min-height:240px;color:var(--muted);place-items:center;display:grid}.commercial-editor{grid-template-columns:1fr 1fr;gap:8px;padding:10px 16px;display:grid}.commercial-editor>section{border:1px solid var(--line);background:#fbfcfc;border-radius:8px;overflow:hidden}.commercial-editor>section>header{background:#f4f8f8;border-bottom:1px solid #e4eaec;flex-direction:column;justify-content:center;gap:2px;min-height:43px;padding:7px 9px;display:flex}.commercial-editor>section>header b{font-size:10px}.commercial-editor>section>header small{color:var(--muted);font-size:7px}.commercial-editor .amendment-fields{padding:8px}.rent-step-editor{background:#fff;border:1px solid #dfe7e9;border-radius:7px;margin:0 8px 8px;overflow:hidden}.rent-step-editor>header{justify-content:space-between;align-items:center;min-height:35px;padding:5px 7px;display:flex}.rent-step-editor>header b{font-size:8px}.rent-step-editor>header button{color:var(--teal-dark);background:#eff9f7;border:1px solid #a9d4d0;border-radius:5px;padding:5px 7px;font-size:7px;font-weight:900}.rent-step-editor>article{border-top:1px solid #edf1f2;grid-template-columns:18px 1fr 1fr 1fr 22px;align-items:end;gap:5px;padding:5px 7px;display:grid}.rent-step-editor>article>span{width:18px;height:18px;color:var(--teal-dark);background:#e3f1ef;border-radius:5px;place-items:center;font-size:7px;font-weight:900;display:grid}.rent-step-editor label{color:var(--muted);flex-direction:column;gap:2px;font-size:7px;display:flex}.rent-step-editor input{background:#fff;border:1px solid #d9e2e5;border-radius:5px;width:100%;height:28px;padding:0 5px;font-size:7px}.rent-step-editor>article>button{color:#b85a55;background:0 0;border:0;height:28px;font-size:15px}.rent-step-editor>p{text-align:center;color:var(--muted);margin:0;padding:10px;font-size:7px}.contract-allocation-editor{flex-direction:column;gap:5px;padding:8px;display:flex}.contract-allocation-editor article{background:#fff;border:1px solid #e1e7e9;border-radius:6px;grid-template-columns:1fr 90px;align-items:center;gap:8px;min-height:45px;padding:5px 7px;display:grid}.contract-allocation-editor article>div{flex-direction:column;gap:2px;min-width:0;display:flex}.contract-allocation-editor b{font-size:8px}.contract-allocation-editor small{color:var(--muted);font-size:7px}.contract-allocation-editor label{color:var(--muted);flex-direction:column;gap:2px;font-size:7px;display:flex}.contract-allocation-editor input{border:1px solid #d9e2e5;border-radius:5px;height:27px;padding:0 6px;font-size:7px}.commercial-note{color:var(--muted);flex-direction:column;gap:3px;margin:0 8px 8px;font-size:7px;font-weight:800;display:flex}.commercial-note textarea{min-height:48px;font:inherit;color:var(--ink);resize:vertical;background:#fff;border:1px solid #d9e2e5;border-radius:6px;padding:6px}.commercial-history article{grid-template-columns:25px minmax(0,1fr) auto}.commercial-history article>div{flex-direction:column;gap:2px;min-width:0;display:flex}.commercial-history em{color:#70838b;text-overflow:ellipsis;white-space:nowrap;font-size:7px;font-style:normal;overflow:hidden}@media (max-width:900px){.commercial-editor{grid-template-columns:1fr}.commercial-terms-modal{width:calc(100vw - 12px)}.rent-step-editor>article{grid-template-columns:18px 1fr 1fr}.rent-step-editor>article label:nth-of-type(3){grid-column:2/-1}.commercial-editor .amendment-fields{grid-template-columns:1fr}}.personal-accounts-workspace{grid-template-columns:270px minmax(0,1fr);gap:7px;height:calc(100vh - 264px);min-height:540px;display:grid}.personal-accounts-workspace>aside{border:1px solid var(--line);background:#fff;border-radius:8px;overflow:auto}.personal-accounts-workspace>aside>header{z-index:2;border-bottom:1px solid var(--line);background:#f7fafb;flex-direction:column;gap:6px;padding:8px;display:flex;position:sticky;top:0}.personal-accounts-workspace>aside>header>div{justify-content:space-between;align-items:center;display:flex}.personal-accounts-workspace>aside>header b{font-size:10px}.personal-accounts-workspace>aside>header small{color:var(--muted);font-size:7px}.personal-accounts-workspace>aside>header input{border:1px solid #d9e2e5;border-radius:6px;height:31px;padding:0 8px;font-size:8px}.personal-accounts-workspace>aside>button{text-align:left;background:#fff;border:0;border-bottom:1px solid #edf1f2;grid-template-columns:27px minmax(0,1fr) auto;align-items:center;gap:7px;width:100%;min-height:62px;padding:7px 8px;display:grid}.personal-accounts-workspace>aside>button:hover,.personal-accounts-workspace>aside>button.active{background:#eff8f7}.personal-accounts-workspace>aside>button.active{box-shadow:inset 3px 0 var(--teal)}.personal-accounts-workspace>aside>button>span{color:#3d6a70;background:#e4efef;border-radius:7px;place-items:center;width:26px;height:26px;font-size:8px;font-weight:900;display:grid}.personal-accounts-workspace>aside>button>div{flex-direction:column;gap:2px;min-width:0;display:flex}.personal-accounts-workspace>aside>button b{text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.personal-accounts-workspace>aside>button small{color:var(--muted);font-size:7px}.personal-accounts-workspace>aside>button strong{white-space:nowrap;font-size:8px}.personal-accounts-workspace>main{min-width:0;overflow:auto}.account-command{border:1px solid var(--line);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;min-height:59px;padding:8px 10px;display:flex}.account-command>div:first-child{flex-direction:column;gap:1px;min-width:0;display:flex}.account-command>div:first-child>span{color:var(--teal-dark);text-transform:uppercase;font-size:7px;font-weight:900}.account-command h3{margin:0;font-size:15px}.account-command p{color:var(--muted);margin:0;font-size:8px}.account-command>div:last-child{align-items:end;gap:6px;display:flex}.account-command label{color:var(--muted);flex-direction:column;gap:2px;font-size:7px;display:flex}.account-command input,.account-command button{background:#fff;border:1px solid #d7e0e3;border-radius:6px;height:32px;padding:0 8px;font-size:8px}.account-command button{border-color:var(--teal);background:var(--teal);color:#fff;font-weight:900}.account-kpis{grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;margin:7px 0;display:grid}.account-kpis article{border:1px solid var(--line);background:#fff;border-radius:7px;flex-direction:column;gap:2px;min-height:64px;padding:7px 8px;display:flex}.account-kpis article.danger{border-top:3px solid #e1665f}.account-kpis article.positive-card{border-top:3px solid #2eae79}.account-kpis small,.account-kpis em{color:var(--muted);font-size:7px;font-style:normal}.account-kpis b{font-size:14px}.account-layout{grid-template-columns:minmax(0,1fr) 320px;gap:7px;display:grid}.account-ledger-card,.account-side>section{border:1px solid var(--line);background:#fff;border-radius:8px;overflow:hidden}.account-ledger-card>header,.account-side section>header{background:#f7fafb;border-bottom:1px solid #e5ebed;justify-content:space-between;align-items:center;min-height:39px;padding:6px 8px;display:flex}.account-ledger-card>header>div{flex-direction:column;gap:1px;display:flex}.account-ledger-card>header b,.account-side header b{font-size:9px}.account-ledger-card>header small,.account-ledger-card>header span,.account-side header small{color:var(--muted);font-size:7px}.account-ledger-head,.account-ledger-scroll article{grid-template-columns:70px minmax(170px,1.5fr) minmax(100px,.7fr) 95px 95px;align-items:center;gap:6px;display:grid}.account-ledger-head{min-height:31px;color:var(--muted);border-bottom:1px solid #e7ecee;padding:0 8px;font-size:7px;font-weight:800}.account-ledger-scroll{min-height:240px;max-height:calc(100vh - 469px);overflow:auto}.account-ledger-scroll article{border-bottom:1px solid #edf1f2;min-height:46px;padding:5px 8px;font-size:8px;position:relative}.account-ledger-scroll article>span:nth-child(2){flex-direction:column;gap:1px;min-width:0;display:flex}.account-ledger-scroll article small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:7px;overflow:hidden}.account-ledger-scroll article>button:not(.row-reverse){color:var(--teal-dark);text-align:left;background:0 0;border:0;padding:0;font-size:8px;font-weight:800}.account-ledger-scroll article strong{text-align:right}.account-ledger-scroll .row-reverse{color:#b25a54;background:0 0;border:0;font-size:6px;position:absolute;top:2px;right:4px}.account-side{flex-direction:column;gap:7px;display:flex}.account-side section>button,.account-side section>article{text-align:left;background:#fff;border:0;border-bottom:1px solid #edf1f2;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px;width:100%;min-height:46px;padding:6px 8px;display:grid}.account-side section>button>div,.account-side section>article>div,.account-side section>article>span{flex-direction:column;gap:1px;min-width:0;display:flex}.account-side section b{font-size:8px}.account-side section small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:7px;overflow:hidden}.account-side section>article{grid-template-columns:minmax(0,1fr) 72px 72px}.account-side section>article>button{color:var(--teal-dark);background:#f3faf9;border:1px solid #b5d8d5;border-radius:5px;padding:5px;font-size:7px;font-weight:900}.account-loading{border:1px solid var(--line);min-height:320px;color:var(--muted);background:#fff;border-radius:8px;place-items:center;display:grid}.account-inline-error{color:#b64d47;background:#fff6f5;border:1px solid #efc5c2;border-radius:6px;margin-top:6px;padding:7px;font-size:8px}.account-modal-backdrop{z-index:90}.account-entry-modal{width:min(660px,100%)}.account-entry-help{background:#f3faf9;border:1px solid #cde4e1;border-radius:7px;grid-template-columns:28px 1fr;align-items:center;gap:7px;margin:10px 18px 0;padding:8px;display:grid}.account-entry-help>span{width:27px;height:27px;color:var(--teal-dark);background:#dcefeb;border-radius:7px;place-items:center;font-weight:900;display:grid}.account-entry-help>div{flex-direction:column;gap:1px;display:flex}.account-entry-help b{font-size:9px}.account-entry-help small{color:var(--muted);font-size:7px}.allocation-editor-modal{width:min(900px,100vw - 20px);max-height:calc(100vh - 24px);overflow:auto}.allocation-editor-summary{grid-template-columns:repeat(3,1fr);gap:6px;margin:10px 16px 0;display:grid}.allocation-editor-summary>span{border:1px solid var(--line);background:#f8fafb;border-radius:7px;flex-direction:column;gap:2px;padding:7px;display:flex}.allocation-editor-summary small{color:var(--muted);font-size:7px}.allocation-editor-summary b{font-size:12px}.allocation-editor-summary .advance{background:#f4fbf7;border-color:#bfe1d2}.allocation-editor-summary .danger{background:#fff6f5;border-color:#ebc4c1}.allocation-editor-list{border:1px solid var(--line);border-radius:7px;margin:8px 16px;overflow:hidden}.allocation-editor-list>header,.allocation-editor-list>article{grid-template-columns:minmax(0,1.7fr) 120px 110px 120px;align-items:center;gap:6px;display:grid}.allocation-editor-list>header{min-height:31px;color:var(--muted);background:#f4f7f8;padding:0 8px;font-size:7px;font-weight:800}.allocation-editor-list>article{border-top:1px solid #edf1f2;min-height:49px;padding:5px 8px}.allocation-editor-list article>div{flex-direction:column;gap:1px;min-width:0;display:flex}.allocation-editor-list b,.allocation-editor-list span,.allocation-editor-list strong{font-size:8px}.allocation-editor-list small{color:var(--muted);font-size:7px}.allocation-editor-list input{border:1px solid #d9e2e5;border-radius:5px;height:30px;padding:0 7px;font-size:8px}.allocation-reason{color:var(--muted);flex-direction:column;gap:3px;margin:0 16px 8px;font-size:8px;font-weight:800;display:flex}.allocation-reason input{border:1px solid #d9e2e5;border-radius:6px;height:32px;padding:0 8px;font-size:8px}@media (max-width:1100px){.personal-accounts-workspace{grid-template-columns:220px minmax(0,1fr)}.account-layout{grid-template-columns:1fr}.account-side{grid-template-columns:1fr 1fr;display:grid}.account-kpis{grid-template-columns:repeat(3,1fr)}}@media (max-width:720px){.personal-accounts-workspace{grid-template-columns:1fr;height:auto}.personal-accounts-workspace>aside{max-height:220px}.account-kpis{grid-template-columns:1fr 1fr}.account-ledger-head,.account-ledger-scroll article{grid-template-columns:65px minmax(160px,1fr) 80px 90px}.account-ledger-head span:nth-child(3),.account-ledger-scroll article>button:not(.row-reverse){display:none}.account-side{grid-template-columns:1fr}.allocation-editor-list>header,.allocation-editor-list>article{grid-template-columns:1fr 90px 100px}.allocation-editor-list>header span:nth-child(2),.allocation-editor-list>article>span{display:none}}.ozon-order-feed{padding-top:10px}.order-feed-command{border:1px solid var(--line);background:#fff;border-radius:8px 8px 0 0;justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:8px 10px;display:flex}.order-live-state{align-items:center;gap:8px;display:flex}.order-live-state>i{background:#21b777;border-radius:50%;width:9px;height:9px;position:relative;box-shadow:0 0 0 4px #21b7771c}.order-live-state>i:after{content:"";border:1px solid #21b777;border-radius:50%;animation:2s ease-out infinite order-live-pulse;position:absolute;inset:-4px}.order-live-state>span{flex-direction:column;gap:2px;display:flex}.order-live-state b{font-size:9px}.order-live-state small{color:var(--muted);font-size:7px}.order-feed-actions{align-items:center;gap:5px;display:flex}.order-feed-actions>small{color:var(--muted);margin-right:4px;font-size:7px}.order-feed-actions button{border:1px solid var(--line);color:#536b76;background:#fff;border-radius:6px;height:31px;padding:0 9px;font-size:8px;font-weight:900}.order-feed-actions button.primary{color:#fff;background:#1677d2;border-color:#1677d2}.order-feed-actions button:disabled{opacity:.55}.order-feed-filters{border:1px solid var(--line);background:#f6f8f9;border-top:0;align-items:center;gap:7px;min-height:45px;padding:6px 8px;display:flex}.order-filter-group{background:#fff;border:1px solid #dce3e6;border-radius:6px;align-items:center;display:flex;overflow:hidden}.order-filter-group button{color:#657781;white-space:nowrap;background:#fff;border:0;border-right:1px solid #e2e8ea;height:30px;padding:0 9px;font-size:8px}.order-filter-group button:last-child{border-right:0}.order-filter-group button.active{color:#176caf;background:#eaf5fb;font-weight:900}.order-filter-group button.active.fbo{color:#1672b8;background:#e4f4ff}.order-filter-group button.active.fbs{color:#6d4ab5;background:#f0eafe}.order-filter-group button span{color:#87959d;margin-left:3px;font-size:7px}.order-feed-search{color:#84939b;background:#fff;border:1px solid #dce3e6;border-radius:6px;align-items:center;gap:5px;width:min(270px,25vw);height:31px;margin-left:auto;padding:0 8px;display:flex}.order-feed-search input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;font-size:8px}.order-source-warning{color:#8b5e18;background:#fff8e8;border:1px solid #efc77c;border-top:0;align-items:center;gap:9px;padding:7px 10px;font-size:8px;display:flex}.order-source-warning span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.order-feed-table{border:1px solid var(--line);background:#fff;border-top:0;overflow:auto}.order-feed-head,.order-feed-row{grid-template-columns:minmax(145px,1.05fr) 94px minmax(210px,1.5fr) 88px 82px 86px 84px 92px 92px 12px 14px;align-items:center;gap:7px;min-width:1195px;display:grid}.order-feed-head{z-index:3;color:#71828b;text-transform:uppercase;background:#eef3f5;min-height:32px;padding:0 9px;font-size:7px;font-weight:900;position:sticky;top:0}.order-feed-head>span:last-child{grid-column:10/12}.order-feed-table>article{border-top:1px solid #edf1f3}.order-feed-table>article:first-of-type{border-top:0}.order-feed-table>article.expanded{box-shadow:inset 3px 0 #238fca}.order-feed-row{width:100%;min-height:58px;color:var(--ink);text-align:left;background:#fff;border:0;padding:5px 9px;position:relative}.order-feed-row:hover{background:#f8fbfc}.order-feed-row>span{min-width:0}.order-identity,.order-money,.order-state{flex-direction:column;gap:3px;min-width:0;display:flex}.order-identity b,.order-products b{text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.order-identity small,.order-money small,.order-state small,.order-products small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:7px;overflow:hidden}.order-state .scheme{color:#5c707b;letter-spacing:.04em;background:#e8eef1;border-radius:4px;width:max-content;padding:3px 5px;font-size:7px}.order-state .scheme.fbo{color:#176eac;background:#dff2ff}.order-state .scheme.fbs,.order-state .scheme.rfbs{color:#6848aa;background:#eee6fd}.order-products{align-items:center;gap:6px;display:flex;min-width:0!important}.order-products>img,.order-products>i{object-fit:cover;color:#2678a9;background:#e7f2f8;border-radius:6px;flex:0 0 32px;place-items:center;width:32px;height:32px;font-size:8px;font-style:normal;font-weight:900;display:grid}.order-products>span{flex-direction:column;gap:3px;min-width:0;display:flex}.order-feed-row>strong,.order-money b{white-space:nowrap;font-size:9px}.order-money.payout b{color:#1b728f}.order-money.contribution b{font-weight:900}.economics-dot{background:#aeb9be;border-radius:50%;width:8px;height:8px!important}.economics-dot.complete{background:#23b274;box-shadow:0 0 0 3px #23b27419}.economics-dot.partial{background:#e9a238}.economics-dot.awaiting{background:#4e91ca}.economics-dot.muted{background:#aab5ba}.row-chevron{color:#819099;font-size:12px}.order-feed-detail{background:#f5f8f9;border-top:1px solid #dfe8eb;grid-template-columns:1.15fr .85fr;gap:8px;min-width:1195px;padding:8px 10px 10px;display:grid}.order-detail-products,.order-detail-economics{background:#fff;border:1px solid #dde5e8;border-radius:7px;overflow:hidden}.order-detail-products>header,.order-detail-economics>header{border-bottom:1px solid #e8edef;justify-content:space-between;align-items:center;gap:9px;min-height:38px;padding:6px 9px;display:flex}.order-detail-products>header small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:7px;overflow:hidden}.order-detail-products>div{border-top:1px solid #edf1f2;grid-template-columns:minmax(230px,1fr) 55px 80px 125px;align-items:center;gap:7px;min-height:43px;padding:5px 8px;display:grid}.order-detail-products>div:first-of-type{border-top:0}.order-detail-products>div>span{align-items:center;gap:6px;min-width:0;display:flex}.order-detail-products img,.order-detail-products i{object-fit:cover;background:#edf3f6;border-radius:5px;flex:0 0 27px;place-items:center;width:27px;height:27px;font-size:7px;font-style:normal;display:grid}.order-detail-products>div>span>span{flex-direction:column;gap:2px;min-width:0;display:flex}.order-detail-products b,.order-detail-products small{text-overflow:ellipsis;white-space:nowrap;font-size:7px;overflow:hidden}.order-detail-products small{color:var(--muted)}.economics-state{border-radius:10px;padding:3px 6px;font-size:7px;font-weight:900}.economics-state.complete{color:#1b8054;background:#e1f5ea}.economics-state.partial{color:#946117;background:#fff0d8}.economics-state.awaiting{color:#2c6f9f;background:#e5f1fb}.economics-state.muted{color:#74838b;background:#edf0f2}.order-detail-economics>div{grid-template-columns:repeat(3,1fr);display:grid}.order-detail-economics>div>span{border-bottom:1px solid #edf1f2;border-right:1px solid #edf1f2;flex-direction:column;gap:3px;min-height:45px;padding:6px 7px;display:flex}.order-detail-economics>div>span:nth-child(3n){border-right:0}.order-detail-economics small{color:var(--muted);font-size:7px}.order-detail-economics b{font-size:9px}.order-detail-economics>footer{grid-template-columns:repeat(3,1fr);gap:5px;padding:7px;display:grid}.order-detail-economics>footer>span{background:#f4f7f8;border-radius:6px;flex-direction:column;gap:3px;padding:6px;display:flex}.order-detail-economics>p{color:#71828a;border-top:1px solid #edf1f2;margin:0;padding:6px 8px;font-size:7px;line-height:1.45}.order-feed-empty{min-height:230px;color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex}.order-feed-empty>span:not(.spinner){color:#357794;background:#e8f2f5;border-radius:9px;place-items:center;width:34px;height:34px;font-size:15px;display:grid}.order-feed-empty b{color:var(--ink)}.order-feed-empty small{font-size:8px}.order-feed-empty .spinner{border:3px solid #d8e4e8;border-top-color:#248fc1;border-radius:50%;width:22px;height:22px;animation:.8s linear infinite rental-spin}.order-feed-foot{border:1px solid var(--line);color:#71828a;background:#f6f8f9;border-top:0;border-radius:0 0 8px 8px;align-items:center;gap:13px;min-height:36px;padding:0 9px;font-size:7px;display:flex}.order-feed-foot span{align-items:center;gap:4px;display:flex}.order-feed-foot i{border-radius:50%;width:6px;height:6px}.order-feed-foot i.complete{background:#23b274}.order-feed-foot i.partial{background:#e9a238}.order-feed-foot i.awaiting{background:#4e91ca}.order-feed-foot em{margin-left:auto;font-style:normal}.order-feed-table.loading{opacity:.72}.order-feed-row:focus-visible{outline-offset:-2px;outline:2px solid #288cc5}@keyframes order-live-pulse{0%{opacity:.8;transform:scale(.75)}70%,to{opacity:0;transform:scale(1.6)}}.marketplace-source-strip{border:1px solid var(--line);background:var(--panel,#fff);border-radius:8px;align-items:center;gap:7px;margin-top:10px;padding:7px;display:flex}.marketplace-source-strip>em{color:var(--muted);margin-left:auto;padding-right:5px;font-size:7px;font-style:normal}.marketplace-source-card{border:1px solid var(--line);background:var(--panel,#fff);border-radius:7px;grid-template-columns:30px 1fr 25px;align-items:center;gap:6px;min-width:190px;height:44px;padding:5px 6px;display:grid}.marketplace-source-card>span{color:#617580;background:#edf2f5;border-radius:7px;place-items:center;width:29px;height:29px;font-size:8px;font-weight:950;display:grid}.marketplace-source-card.ozon>span{color:#176fc0;background:#e5f1ff}.marketplace-source-card.wildberries>span{color:#a01cb7;background:#f8e9ff}.marketplace-source-card.yandex_market>span{color:#b56800;background:#fff2d5}.marketplace-source-card>div{flex-direction:column;gap:2px;min-width:0;display:flex}.marketplace-source-card b{font-size:8px}.marketplace-source-card small{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:7px;overflow:hidden}.marketplace-source-card>button{border:1px solid var(--line);background:var(--panel,#fff);width:25px;height:25px;color:var(--muted);border-radius:6px;font-weight:900}.marketplace-source-card.ready{border-color:#a9dec8}.marketplace-source-card.ready>button{color:#11865e}.marketplace-source-card.error{border-color:#f0bbb6}.marketplace-source-card.error>button{color:#c2443a}.ozon-tabs button:disabled{opacity:.42;cursor:not-allowed}.ozon-empty.compact{min-height:310px}.marketplace-provider-badge{color:#176fc0;vertical-align:middle;background:#e5f1ff;border-radius:4px;place-items:center;min-width:23px;height:16px;margin-right:5px;font-size:6px;font-style:normal;display:inline-grid}.marketplace-provider-badge.wildberries{color:#a01cb7;background:#f8e9ff}.marketplace-provider-badge.yandex_market{color:#b56800;background:#fff2d5}.marketplace-orders-chart{border:1px solid var(--line);background:var(--panel,#fff);border-top:0;padding:8px 10px}.marketplace-orders-chart>header{justify-content:space-between;align-items:center;display:flex}.marketplace-orders-chart>header>div{flex-direction:column;gap:1px;display:flex}.marketplace-orders-chart>header small,.marketplace-orders-chart>header span{color:var(--muted);font-size:7px}.marketplace-orders-chart>header b{font-size:9px}.marketplace-chart-legend{color:var(--muted);justify-content:flex-end;gap:10px;font-size:7px;display:flex}.marketplace-chart-legend span{align-items:center;gap:4px;display:flex}.marketplace-chart-legend i{border-radius:2px;width:7px;height:7px}.marketplace-chart-legend i.ozon,.marketplace-chart-bars i.ozon{background:#168eea}.marketplace-chart-legend i.wildberries,.marketplace-chart-bars i.wildberries{background:#aa28bf}.marketplace-chart-legend i.yandex_market,.marketplace-chart-bars i.yandex_market{background:#f3ad22}.marketplace-chart-bars{border-bottom:1px solid var(--line);align-items:flex-end;gap:4px;height:105px;margin-top:3px;display:flex;overflow-x:auto}.marketplace-chart-bars>div{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;min-width:20px;height:100%;display:flex;position:relative}.marketplace-chart-bars>div>b{height:12px;color:var(--muted);font-size:6px}.marketplace-chart-bars>div>span{border-radius:3px 3px 0 0;flex-direction:column-reverse;width:min(18px,70%);min-height:2px;display:flex;overflow:hidden}.marketplace-chart-bars i{width:100%;min-height:1px;display:block}.marketplace-chart-bars small{height:18px;color:var(--muted);white-space:nowrap;padding-top:3px;font-size:6px}.marketplace-orders-chart>p{color:var(--muted);text-align:center;margin:8px 0 2px;font-size:8px}.marketplace-period-toolbar{min-height:46px;margin-top:0;padding-block:6px}.marketplace-period-toolbar>b{font-size:10px}.marketplace-period-toolbar>label{margin-left:auto}.marketplace-insight-grid{grid-template-columns:minmax(0,1.7fr) minmax(300px,.7fr);gap:7px;margin-bottom:7px;display:grid}.marketplace-insight-grid .marketplace-orders-chart{border:1px solid var(--line);border-radius:8px;min-width:0;height:226px;padding:9px 11px;overflow:hidden}.marketplace-chart-summary{align-items:center;gap:8px;height:28px;display:flex}.marketplace-chart-summary>strong{font-size:12px}.marketplace-chart-summary>span{color:var(--muted);font-size:7px}.marketplace-chart-summary .marketplace-chart-legend{margin-left:auto}.marketplace-chart-svg{width:100%;height:160px;display:block;overflow:visible}.chart-grid-line{stroke:var(--line);stroke-width:1px;vector-effect:non-scaling-stroke}.chart-axis-label,.chart-x-label{fill:var(--muted);font-size:7px}.chart-bar{transition:opacity .15s,filter .15s}.chart-bar.ozon{fill:#168eea}.chart-bar.wildberries{fill:#aa28bf}.chart-bar.yandex_market{fill:#f3ad22}.chart-hit{fill:#0000;cursor:pointer}.marketplace-chart-svg g.active .chart-bar{filter:brightness(1.1);stroke:var(--ink);stroke-width:.6px}.marketplace-reviews-feed{border:1px solid var(--line);background:var(--panel,#fff);border-radius:8px;height:226px;overflow:hidden}.marketplace-reviews-feed>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:42px;padding:7px 9px;display:flex}.marketplace-reviews-feed>header>div{flex-direction:column;gap:1px;display:flex}.marketplace-reviews-feed>header small{color:var(--muted);font-size:7px}.marketplace-reviews-feed>header>span{color:#58717d;background:#edf3f5;border-radius:10px;place-items:center;min-width:23px;height:20px;font-size:7px;font-weight:900;display:grid}.marketplace-review-list{height:183px;overflow:auto}.marketplace-review-list article{border-bottom:1px solid #edf1f2;padding:7px 9px}.marketplace-review-list article>header,.marketplace-review-list article>footer{justify-content:space-between;align-items:center;gap:8px;display:flex}.marketplace-review-list article>header strong{color:#f4a51c;letter-spacing:.04em;font-size:8px}.marketplace-review-list time,.marketplace-review-list footer,.marketplace-review-list p{color:var(--muted);font-size:7px}.marketplace-review-list article>b{text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:8px;display:block;overflow:hidden}.marketplace-review-list p{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:3px 0;line-height:1.35;display:-webkit-box;overflow:hidden}.marketplace-review-list em{font-style:normal}.reviews-empty,.reviews-access-note{height:183px;color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:16px;font-size:8px;display:flex}.reviews-access-note b{color:var(--ink);font-size:9px}.marketplace-settings-group .marketplace-source-strip{margin-top:6px}.ozon-empty.compact>a{background:var(--teal);color:#fff;border-radius:6px;margin-top:12px;padding:8px 12px;font-size:8px;font-weight:900;text-decoration:none}.marketplace-connection-modal{width:min(760px,100vw - 40px)}.marketplace-modal-intro{border:1px solid var(--line);background:#f5fafb;border-radius:8px;align-items:center;gap:9px;margin:12px 16px 0;padding:9px;display:flex}.marketplace-modal-intro>span{color:#087c79;background:#e4f2f1;border-radius:8px;place-items:center;width:35px;height:35px;font-size:9px;font-weight:950;display:grid}.marketplace-modal-intro>div{flex-direction:column;gap:3px;display:flex}.marketplace-modal-intro b{font-size:9px}.marketplace-modal-intro small{color:var(--muted);font-size:7px;line-height:1.45}.marketplace-connection-modal .operation-edit-footer{grid-template-columns:auto auto auto minmax(8px,1fr) auto auto}.marketplace-connection-modal .operation-edit-footer button{white-space:nowrap}.marketplace-connection-modal .operation-edit-footer .danger{color:#bc4139;border-color:#efc0bc}@media (max-width:1200px){.marketplace-source-strip{overflow-x:auto}.marketplace-source-strip>em{display:none}.marketplace-source-card{min-width:175px}.order-feed-filters{overflow-x:auto}.order-feed-search{min-width:190px}.marketplace-chart-bars>div{min-width:26px}.marketplace-insight-grid{grid-template-columns:minmax(0,1.4fr) minmax(270px,.8fr)}}html[data-theme=dark] :is(.marketplace-source-strip,.marketplace-source-card,.marketplace-source-card>button,.marketplace-orders-chart,.marketplace-connection-modal,.order-feed-command,.order-feed-filters,.order-filter-group,.order-filter-group button,.order-feed-search,.order-feed-table,.order-feed-row,.order-detail-products,.order-detail-economics){background:var(--paper);border-color:var(--line);color:var(--ink)}html[data-theme=dark] .marketplace-modal-intro{border-color:var(--line);background:#14272a}html[data-theme=dark] .marketplace-chart-bars{border-color:var(--line)}html[data-theme=dark] .order-feed-head{background:#15252c}html[data-theme=dark] .order-feed-row:hover{background:#17282e}html[data-theme=dark] .order-feed-detail,html[data-theme=dark] .order-feed-foot{border-color:var(--line);background:#142027}html[data-theme=dark] .order-feed-command,html[data-theme=dark] .order-filter-group,html[data-theme=dark] .order-filter-group button,html[data-theme=dark] .order-feed-search,html[data-theme=dark] .order-feed-table,html[data-theme=dark] .order-feed-row,html[data-theme=dark] .order-detail-products,html[data-theme=dark] .order-detail-economics{background:var(--paper);color:var(--ink)}html[data-theme=dark] .order-feed-filters,html[data-theme=dark] .order-feed-head,html[data-theme=dark] .order-feed-detail,html[data-theme=dark] .order-feed-foot{background:color-mix(in srgb,var(--paper) 88%,var(--ink) 12%)}@media (max-width:1150px){.order-feed-command{align-items:flex-start}.order-feed-filters{flex-wrap:wrap;align-items:stretch}.order-feed-search{width:100%;margin-left:0}.order-feed-actions>small{display:none}.order-filter-group.statuses{overflow:auto}.order-feed-table{max-height:calc(100vh - 410px)}}@media (max-width:860px){.marketplace-insight-grid{grid-template-columns:1fr}.marketplace-reviews-feed{height:205px}.marketplace-review-list{height:162px}}@media (max-width:720px){.order-feed-command{flex-direction:column}.order-feed-actions{width:100%}.order-feed-actions button{flex:1}.order-feed-foot{flex-wrap:wrap;align-items:flex-start;padding:7px}.order-feed-foot em{width:100%;margin-left:0}.order-feed-table{max-height:none}.marketplace-period-toolbar{flex-direction:column;align-items:stretch}.marketplace-period-toolbar>label{margin-left:0}}html[data-theme=dark] :is(.marketplace-reviews-feed,.marketplace-review-list article){background:var(--paper);border-color:var(--line)}.object-registry{flex-direction:column;gap:7px;display:flex}.object-registry-toolbar{z-index:9;border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:minmax(260px,1fr) auto auto;align-items:center;gap:7px;min-height:49px;padding:6px 8px;display:grid;position:relative}.object-search{color:#809098;background:#fff;border:1px solid #d9e2e5;border-radius:6px;align-items:center;gap:6px;height:34px;padding:0 8px;display:flex}.object-search input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;font-size:9px}.object-filter-set{align-items:center;gap:5px;display:flex}.object-toolbar-summary{color:var(--muted);white-space:nowrap;align-items:center;gap:6px;font-size:8px;display:flex}.object-toolbar-summary button{color:#647780;background:#fff;border:1px solid #d5e0e3;border-radius:6px;height:30px;padding:0 8px;font-size:8px;font-weight:800}.multi-filter{position:relative}.multi-filter>summary{color:#5e717b;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d9e2e5;border-radius:6px;justify-content:space-between;align-items:center;gap:7px;min-width:112px;height:34px;padding:0 8px;font-size:8px;font-weight:800;list-style:none;display:flex}.multi-filter>summary::-webkit-details-marker{display:none}.multi-filter[open]>summary{color:var(--teal-dark);background:#f2faf8;border-color:#74bbb5}.multi-filter>summary b{font-size:10px}.multi-filter-popover{z-index:40;background:#fff;border:1px solid #cfdadc;border-radius:8px;width:270px;padding:7px;position:absolute;top:39px;right:0;box-shadow:0 12px 30px #1c303327}.multi-filter-search{color:#809098;border:1px solid #dce4e7;border-radius:6px;align-items:center;gap:5px;height:32px;padding:0 7px;display:flex}.multi-filter-search input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;font-size:8px}.multi-filter-actions{grid-template-columns:1fr 1fr;gap:5px;margin:6px 0;display:grid}.multi-filter-actions button{color:#57717a;background:#f7fafb;border:1px solid #d8e2e4;border-radius:5px;height:28px;font-size:7px;font-weight:900}.multi-filter-options{border-top:1px solid #edf1f2;max-height:236px;overflow:auto}.multi-filter-options>label{cursor:pointer;border-bottom:1px solid #edf1f2;grid-template-columns:17px minmax(0,1fr);align-items:center;gap:6px;min-height:38px;padding:5px 3px;display:grid}.multi-filter-options input,.unit-select-cell input{accent-color:var(--teal)}.multi-filter-options label>span{flex-direction:column;gap:2px;min-width:0;display:flex}.multi-filter-options b,.multi-filter-options small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.multi-filter-options b{font-size:8px}.multi-filter-options small{color:var(--muted);font-size:7px}.multi-filter-options p{text-align:center;color:var(--muted);margin:0;padding:20px 8px;font-size:8px}.rental-objects-layout{grid-template-columns:238px minmax(0,1fr);gap:8px;transition:grid-template-columns .18s}.rental-objects-layout.building-panel-collapsed{grid-template-columns:42px minmax(0,1fr)}.building-list>header{gap:6px;min-height:43px;padding:0 8px}.building-list>header>b{flex:1;font-size:10px}.building-panel-toggle{border-radius:6px;flex:0 0 25px;place-items:center;width:25px;height:25px;display:grid;color:var(--teal-dark)!important;background:#f8fbfb!important;border:1px solid #d5e1e3!important;font-size:15px!important}.building-all{font-size:8px!important}.building-list.collapsed>header{justify-content:center;align-items:flex-start;height:100%;min-height:280px;padding-top:8px}.building-list-body{max-height:calc(100vh - 365px);overflow:auto}.building-list-body>button{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #edf1f3;grid-template-columns:11px 29px minmax(0,1fr) 34px;align-items:center;gap:6px;width:100%;min-height:55px;padding:7px 8px;display:grid}.building-list-body>button:hover,.building-list-body>button.active{background:#f1f9f8}.building-list-body>button.active{box-shadow:inset 3px 0 var(--teal)}.building-drag-handle,.unit-drag-handle,.semantic-drag-handle{color:#8a9aa1;cursor:grab;-webkit-user-select:none;user-select:none;font-weight:900}.building-drag-handle{font-size:12px}.building-list-body .building-mark{border-radius:7px;width:28px;height:28px}.building-list-body>button>span:nth-child(3){flex-direction:column;gap:2px;min-width:0;display:flex}.building-list-body b,.building-list-body small,.building-list-body em{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.building-list-body b{font-size:9px}.building-list-body small,.building-list-body em{color:var(--muted);font-size:7px;font-style:normal}.building-list-body strong{color:var(--teal-dark);text-align:right;font-size:9px}.building-list-empty{text-align:center;color:var(--muted);margin:0;padding:30px 8px;font-size:8px}.compact-object-card>header{min-height:46px;padding:0 10px}.compact-object-card>header b{font-size:10px}.compact-object-card>header small{font-size:8px}.object-selection-bar{color:#687a83;background:#f8fafb;border-bottom:1px solid #e7edef;justify-content:flex-end;align-items:center;gap:5px;min-height:33px;padding:4px 9px;font-size:8px;display:flex}.object-selection-bar>span{margin-right:auto}.object-selection-bar button{color:#5f747d;background:#fff;border:1px solid #d6e0e3;border-radius:5px;height:25px;padding:0 7px;font-size:7px;font-weight:800}.object-selection-bar button:disabled{opacity:.45}.compact-unit-table .rental-table-head,.compact-unit-table article{grid-template-columns:28px minmax(175px,1.12fr) 112px minmax(130px,.82fr) 115px 66px;column-gap:8px}.compact-unit-table .rental-table-head{min-height:31px;padding:0 9px;font-size:8px}.compact-unit-table article{min-height:51px;padding:5px 9px}.compact-unit-table article.selected{box-shadow:inset 3px 0 var(--teal);background:#eff9f7}.compact-unit-table article>div:first-child{place-items:center;display:grid}.compact-unit-table article>div:nth-child(2){flex-direction:row;align-items:center;gap:6px;min-width:0;display:flex}.compact-unit-table article>div:not(:nth-child(2)){gap:2px}.compact-unit-table article b{font-size:9px}.compact-unit-table article small{font-size:7px}.compact-unit-table .unit-number{border-radius:7px;flex:0 0 30px;width:30px;height:30px;font-size:8px}.unit-drag-handle{font-size:12px}.unit-select-cell{place-items:center!important;display:grid!important}.entity-header-actions .entity-icon-button,.entity-row-actions .entity-icon-button,.contract-actions .entity-icon-button{color:#52717a;background:#fff;border:1px solid #d5e0e3;border-radius:6px;place-items:center;width:29px;height:29px;padding:0!important;display:grid!important}.entity-icon-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.entity-icon-button:hover{color:var(--teal-dark)!important;background:#eef9f7!important;border-color:#74bdb6!important}.entity-icon-button.danger{color:#bb4d47!important;background:#fff8f7!important;border-color:#efc2be!important}.entity-icon-button.confirming{animation:.75s ease-in-out infinite alternate entity-delete-confirm;box-shadow:0 0 0 3px #e25e5718}.bulk-edit-compact{color:var(--teal-dark)!important;background:#eff9f7!important;border-color:#82c7c0!important}.semantic-drag-handle{font-size:13px;line-height:1}.rental-kpi-card{cursor:grab}.rental-kpi-card>.semantic-drag-handle{opacity:.55;position:absolute;top:7px;right:8px}.rental-kpi-card:hover>.semantic-drag-handle,.sortable-property-panel:hover>.panel-handle{opacity:1;color:var(--teal-dark)}.sortable-property-panel{cursor:grab;position:relative}.sortable-property-panel>.panel-handle{z-index:3;opacity:.35;position:absolute;top:3px;right:7px}.sortable-property-panel>header{padding-right:24px}.building-list-body>button[draggable=true]:active,.compact-unit-table article[draggable=true]:active,.rental-kpi-card:active,.sortable-property-panel:active{cursor:grabbing;opacity:.72}@keyframes entity-delete-confirm{to{background:#ffebe9;border-color:#dc4d45}}html[data-theme=dark] .object-registry-toolbar,html[data-theme=dark] .object-search,html[data-theme=dark] .multi-filter>summary,html[data-theme=dark] .multi-filter-popover,html[data-theme=dark] .multi-filter-search,html[data-theme=dark] .building-list-body>button,html[data-theme=dark] .object-selection-bar,html[data-theme=dark] .object-selection-bar button,html[data-theme=dark] .entity-icon-button{background:var(--paper);color:var(--ink);border-color:var(--line)}html[data-theme=dark] .building-list-body>button:hover,html[data-theme=dark] .building-list-body>button.active,html[data-theme=dark] .compact-unit-table article.selected,html[data-theme=dark] .multi-filter[open]>summary{background:#15302d}html[data-theme=dark] .multi-filter-actions button{color:#c7d4d8;border-color:var(--line);background:#17242a}@media (max-width:1350px){.object-registry-toolbar{grid-template-columns:minmax(240px,1fr) auto}.object-toolbar-summary{grid-column:1/-1;justify-content:flex-end}.object-filter-set{overflow:auto}.compact-unit-table .rental-table-head,.compact-unit-table article{min-width:800px}}@media (max-width:900px){.object-registry-toolbar{flex-direction:column;align-items:stretch;display:flex}.object-filter-set{grid-template-columns:1fr 1fr;display:grid;overflow:visible}.multi-filter>summary{width:100%}.multi-filter-popover{width:min(310px,100vw - 36px);left:0;right:auto}.rental-objects-layout,.rental-objects-layout.building-panel-collapsed{display:block}.building-list.collapsed>header{min-height:42px}.building-list{margin-bottom:7px}.building-list-body{max-height:230px}.compact-object-card{overflow:auto}}.bank-preview-kpis .new{background:#f3f8fd;border-color:#bcd7ef}.bank-preview-kpis .manual-match{background:#effaf8;border-color:#b8ddd7}.bank-match.manual_match{color:#147b75;background:#dff3f0}html[data-theme=dark] .bank-preview-kpis .new,html[data-theme=dark] .bank-preview-kpis .manual-match,html[data-theme=dark] .bank-match.manual_match{color:#7ed5cc;background:#173431;border-color:#31635f}.operation>div.inline-operation-classification{gap:1px;padding-right:20px;position:relative}.inline-operation-classification select{width:100%;min-width:0;height:23px;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:5px;outline:none;padding:1px 22px 1px 4px;display:block;overflow:hidden}.inline-operation-classification select:first-child{height:21px;color:var(--muted);font-size:10px}.inline-operation-classification select:last-of-type{font-size:12px;font-weight:800}.inline-operation-classification select:hover,.inline-operation-classification select:focus{background:var(--paper);border-color:#9fcfcb;box-shadow:0 0 0 2px #24a9a514}.inline-operation-classification select.uncategorized{color:#d78a25}.inline-operation-classification.saving{opacity:.58}.inline-operation-classification>i{color:var(--teal-dark);font-size:11px;font-style:normal;font-weight:900;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.inline-operation-error{color:#ad4b45;background:#fff5f4;border-bottom:1px solid #efc6c2;justify-content:space-between;align-items:center;gap:10px;min-height:34px;padding:6px 12px;font-size:9px;display:flex}.inline-operation-error button{color:inherit;background:0 0;border:0;font-size:17px}html[data-theme=dark] .inline-operation-classification select:hover,html[data-theme=dark] .inline-operation-classification select:focus{background:#192a31;border-color:#4c7b78}html[data-theme=dark] .inline-operation-error{color:#ffaaa4;background:#3a2324;border-color:#65403f}.settings-core{display:block}.settings-integrations{border:1px solid var(--line);background:#fff;border-radius:10px;margin-top:12px;overflow:hidden}.settings-integrations>header{border-bottom:1px solid var(--line);background:linear-gradient(105deg,#eef9f8,#fff);justify-content:space-between;align-items:center;gap:16px;min-height:75px;padding:12px 15px;display:flex}.settings-integrations>header>div{align-items:center;gap:11px;display:flex}.settings-integrations>header>div>span{width:39px;height:39px;color:var(--teal-dark);background:#d9f0ed;border-radius:10px;place-items:center;font-size:21px;font-weight:900;display:grid}.settings-integrations>header small{color:var(--teal-dark);text-transform:uppercase;letter-spacing:.08em;font-size:8px;font-weight:900}.settings-integrations>header h2{margin:2px 0 0;font-size:18px}.settings-integrations>header p{color:var(--muted);margin:2px 0 0;font-size:9px}.settings-integrations>header button{color:var(--teal-dark);background:#fff;border:1px solid #b8d6d3;border-radius:7px;padding:8px 10px;font-size:9px;font-weight:800}.integration-group{border-bottom:1px solid #edf1f2;padding:12px 13px}.integration-group:last-of-type{border-bottom:0}.integration-group-title{align-items:baseline;gap:8px;margin-bottom:8px;display:flex}.integration-group-title b{font-size:12px}.integration-group-title small{color:var(--muted);font-size:8px}.settings-integration-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.settings-integration-grid.shop{grid-template-columns:repeat(4,minmax(0,1fr))}.settings-integration-grid>article{background:#fff;border:1px solid #dbe4e7;border-radius:8px;flex-direction:column;gap:8px;min-height:139px;padding:11px;display:flex}.settings-integration-grid>article>header{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.settings-integration-grid>article>header b{font-size:10px;line-height:1.35}.settings-integration-grid>article em{color:#89979e;white-space:nowrap;background:#f1f4f5;border:1px solid #dce4e7;border-radius:12px;padding:3px 7px;font-size:7px;font-style:normal;font-weight:900}.settings-integration-grid>article em.on{color:#17805a;background:#e8f8f0;border-color:#b9e3d2}.settings-integration-grid>article em.error{color:#b64d47;background:#fff1f0;border-color:#efc5c2}.settings-integration-grid>article p{color:#70818a;margin:0;font-size:8px;line-height:1.55}.settings-integration-grid>article>button{color:#58707a;background:#fff;border:1px solid #cfdbdf;border-radius:6px;width:max-content;margin-top:auto;padding:7px 9px;font-size:8px;font-weight:800}.settings-integration-grid>article>button:hover{border-color:var(--teal);color:var(--teal-dark)}.integration-settings-modal{width:min(850px,100%);max-height:94vh;overflow:auto}.integration-settings-modal .modal-grid{grid-template-columns:1fr 1fr}.integration-secret .secret-saved{line-height:1.4;display:block;color:#28805d!important}.integration-secret .secret-saved button{color:#a34e48;background:0 0;border:0;padding:0;font-size:8px;text-decoration:underline}.integration-check{border:1px solid var(--line);background:#fafcfc;border-radius:7px;grid-template-columns:17px 1fr;align-items:center;gap:8px;min-height:48px;padding:8px!important;display:grid!important}.integration-check>input{accent-color:var(--teal);width:16px!important;height:16px!important}.integration-check>span{flex-direction:column;gap:2px;display:flex}.integration-check small{color:var(--muted)}.integration-note,.zenmoney-policy{color:#587079;background:#f2faf8;border:1px solid #cce3df;border-radius:8px;margin:0 18px 14px;padding:10px 12px;font-size:9px;line-height:1.5}.integration-result{color:#207653;background:#effaf4;border:1px solid #bde2d1;border-radius:7px;margin:0 18px 12px;padding:8px 10px;font-size:9px}.integration-actions{flex-wrap:wrap;gap:6px;display:flex}.zenmoney-modal{width:min(860px,100%);max-height:95vh;overflow:auto}.zenmoney-policy{flex-direction:column;gap:4px;margin:0;display:flex}.secret-ok{color:#208258}.zenmoney-accounts{border:1px solid var(--line);border-radius:8px;margin:0 18px 14px;overflow:hidden}.zenmoney-accounts>header{border-bottom:1px solid var(--line);background:#f6f9fa;justify-content:space-between;align-items:center;min-height:48px;padding:8px 10px;display:flex}.zenmoney-accounts>header>div{flex-direction:column;gap:2px;display:flex}.zenmoney-accounts>header small{color:var(--muted);font-size:8px}.zenmoney-accounts button{color:var(--teal-dark);background:#fff;border:1px solid #b9d7d3;border-radius:6px;padding:7px 9px;font-size:8px;font-weight:800}.zenmoney-accounts>div>label{border-top:1px solid #edf1f3;grid-template-columns:17px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:47px;padding:7px 10px;display:grid}.zenmoney-accounts>div>label:first-child{border-top:0}.zenmoney-accounts label>input{width:15px;height:15px;accent-color:var(--teal)}.zenmoney-accounts label>span{flex-direction:column;gap:3px;min-width:0;display:flex}.zenmoney-accounts label b,.zenmoney-accounts label small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.zenmoney-accounts label small{color:var(--muted);font-size:8px}.zenmoney-accounts label em{font-size:9px;font-style:normal;font-weight:800}.zenmoney-accounts>p{text-align:center;color:var(--muted);margin:0;padding:25px;font-size:9px}@media (max-width:1250px){.settings-integration-grid.shop{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.settings-integration-grid,.settings-integration-grid.shop{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.settings-integrations>header{flex-direction:column;align-items:flex-start}.settings-integration-grid,.settings-integration-grid.shop,.integration-settings-modal .modal-grid{grid-template-columns:1fr}.integration-group-title{flex-direction:column;align-items:flex-start}.zenmoney-accounts>div>label{grid-template-columns:17px 1fr}.zenmoney-accounts label em{grid-column:2}}.integration-provider-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.integration-provider-grid.shop{grid-template-columns:repeat(4,minmax(0,1fr))}.integration-provider-card{background:var(--paper);border:1px solid #dbe4e7;border-radius:9px;grid-template-rows:minmax(54px,1fr) auto;grid-template-columns:48px minmax(0,1fr);align-items:start;gap:9px 10px;min-width:0;min-height:108px;padding:10px;display:grid}.integration-provider-card>svg{border:1px solid #e7ecee;border-radius:12px;width:48px;height:48px;box-shadow:0 2px 7px #263b4610}.integration-provider-card>div{flex-direction:column;gap:6px;min-width:0;display:flex}.integration-provider-card>div>header{justify-content:space-between;align-items:flex-start;gap:6px;display:flex}.integration-provider-card b{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:11px;line-height:1.35;overflow:hidden}.integration-provider-card em{color:#89979e;white-space:nowrap;background:#f1f4f5;border:1px solid #dce4e7;border-radius:12px;padding:3px 6px;font-size:7px;font-style:normal;font-weight:900}.integration-provider-card em.on{color:#17805a;background:#e8f8f0;border-color:#b9e3d2}.integration-provider-card em.error{color:#b64d47;background:#fff1f0;border-color:#efc5c2}.integration-provider-card p{color:#70818a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:9px;line-height:1.45;display:-webkit-box;overflow:hidden}.integration-provider-card>button{background:var(--paper);color:#58707a;border:1px solid #cfdbdf;border-radius:6px;grid-column:2;width:max-content;min-height:29px;padding:0 9px;font-size:8px;font-weight:800}.integration-provider-card>button:hover{border-color:var(--teal);color:var(--teal-dark)}.integration-provider-card>button:disabled{opacity:.5}.integration-provider-card:has(em.on){border-color:#b9ded8;box-shadow:inset 0 3px #34ae84}.integration-provider-card:has(em.error){border-color:#efc5c2;box-shadow:inset 0 3px #dc625a}html[data-theme=dark] .settings-integrations,html[data-theme=dark] .settings-integrations>header,html[data-theme=dark] .integration-provider-card,html[data-theme=dark] .integration-provider-card>button{background:var(--paper);color:var(--ink);border-color:var(--line)}@media (max-width:1250px){.integration-provider-grid.shop{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:980px){.integration-provider-grid,.integration-provider-grid.shop{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.integration-provider-grid,.integration-provider-grid.shop{grid-template-columns:1fr}.integration-provider-card{grid-template-columns:48px minmax(0,1fr)}}.operation-collaboration-count{color:#56727a;white-space:nowrap;background:#f3f8f8;border:1px solid #d7e4e5;border-radius:10px;width:max-content;padding:3px 5px;font-size:7px;font-style:normal;font-weight:900}.operation-edit-modal.collaboration-enabled{width:min(1240px,100vw - 28px);max-height:calc(100vh - 24px);overflow:auto}.operation-edit-layout{border-top:1px solid var(--line);grid-template-columns:minmax(520px,1.08fr) minmax(390px,.92fr);display:grid}.operation-edit-fields{min-width:0}.operation-edit-fields .modal-grid{gap:10px;padding:15px 18px}.operation-edit-fields .form-error{margin:0 18px 12px}.mobile-operation-error{display:none}.operation-collaboration{border-left:1px solid var(--line);background:#f8fafb;flex-direction:column;min-width:0;display:flex}.operation-collaboration>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:50px;padding:8px 10px;display:flex}.operation-collaboration>header>div{flex-direction:column;gap:2px;display:flex}.operation-collaboration>header small{color:var(--teal-dark);text-transform:uppercase;font-size:7px;font-weight:900}.operation-collaboration>header b{font-size:11px}.operation-collaboration>header>span{min-width:24px;height:24px;color:var(--teal-dark);background:#dff2ef;border-radius:12px;place-items:center;font-size:8px;font-weight:900;display:grid}.operation-collaboration>nav{border-bottom:1px solid var(--line);background:var(--paper);gap:14px;height:36px;padding:0 8px;display:flex}.operation-collaboration>nav button{color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;padding:0;font-size:8px;font-weight:800}.operation-collaboration>nav button.active{border-color:var(--teal);color:var(--teal-dark)}.operation-collaboration>nav em{background:#e8eef0;border-radius:8px;margin-left:3px;padding:1px 4px;font-size:7px;font-style:normal}.operation-collaboration-error{color:#b64d47;background:#fff5f4;border:1px solid #edc3bf;border-radius:6px;margin:7px 8px 0;padding:7px 8px;font-size:8px}.operation-collaboration-empty{text-align:center;color:var(--muted);padding:28px 12px;font-size:8px}.operation-files,.operation-discussion,.operation-activity{height:330px;min-height:270px;overflow:auto}.operation-upload{cursor:pointer;background:#f3faf9;border:1px dashed #9ccdc9;border-radius:7px;grid-template-columns:28px 1fr;align-items:center;gap:7px;min-height:51px;margin:8px;padding:7px 8px;display:grid}.operation-upload input{opacity:0;width:1px;height:1px;position:absolute}.operation-upload>span{width:28px;height:28px;color:var(--teal-dark);background:#dff2ef;border-radius:7px;place-items:center;font-size:16px;display:grid}.operation-upload>div{flex-direction:column;gap:2px;display:flex}.operation-upload b{font-size:8px}.operation-upload small{color:var(--muted);font-size:7px}.operation-files>article{background:var(--paper);border-top:1px solid #e7edef;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:7px;min-height:58px;padding:6px 8px;display:grid}.operation-file-preview{background:#edf3f4;border:1px solid #dbe4e6;border-radius:6px;place-items:center;width:42px;height:42px;padding:0;display:grid;overflow:hidden}.operation-file-preview img{object-fit:cover;width:100%;height:100%}.operation-file-preview span{color:#d75c55;font-size:8px;font-weight:900}.operation-files>article>div:nth-child(2){flex-direction:column;gap:2px;min-width:0;display:flex}.operation-files>article b,.operation-files>article small,.operation-files>article time{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.operation-files>article b{font-size:8px}.operation-files>article small,.operation-files>article time{color:var(--muted);font-size:7px}.operation-files>article>div:last-child{gap:3px;display:flex}.operation-files>article>div:last-child button{background:var(--paper);color:#5b727d;border:1px solid #d7e1e4;border-radius:5px;width:27px;height:27px}.operation-files>article>div:last-child button.danger{color:#b64d47}.operation-discussion{flex-direction:column;display:flex}.operation-comment-list{flex:1;padding:8px;overflow:auto}.operation-comment-list>article{background:var(--paper);border:1px solid #dfe7e9;border-radius:8px;width:88%;margin-bottom:7px;padding:7px 8px}.operation-comment-list>article.mine{background:#eff9f7;border-color:#b8ddd8;margin-left:auto}.operation-comment-list article>header{border:0;justify-content:space-between;padding:0;display:flex}.operation-comment-list article>header b{font-size:8px}.operation-comment-list time{color:var(--muted);font-size:6px}.operation-comment-list p{white-space:pre-wrap;color:var(--ink);margin:5px 0 0;font-size:8px;line-height:1.45}.operation-comment-list article>footer{background:0 0;border:0;justify-content:flex-end;gap:7px;padding:5px 0 0;display:flex}.operation-comment-list article>footer button{color:var(--teal-dark);background:0 0;border:0;padding:0;font-size:7px}.operation-comment-compose{border-top:1px solid var(--line);background:var(--paper);grid-template-columns:1fr auto;gap:5px;padding:7px;display:grid}.operation-comment-compose textarea{resize:vertical;border:1px solid #d8e2e4;border-radius:6px;min-height:54px;max-height:100px;padding:7px;font-size:8px}.operation-comment-compose button{background:var(--teal);color:#fff;border:0;border-radius:6px;align-self:end;height:30px;padding:0 9px;font-size:8px;font-weight:900}.operation-comment-compose button:disabled{opacity:.45}.operation-activity{padding:5px 8px}.operation-activity>article{border-bottom:1px solid #e7edef;grid-template-columns:13px 1fr;align-items:center;gap:4px;min-height:43px;padding:6px 2px;display:grid}.operation-activity>article>span{color:var(--teal);font-size:16px}.operation-activity>article>div{flex-direction:column;gap:2px;min-width:0;display:flex}.operation-activity b{text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.operation-activity small{color:var(--muted);font-size:7px}.attachment-preview-backdrop{z-index:90;background:#081116dc;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.attachment-preview-backdrop>section{background:var(--paper);border-radius:10px;grid-template-rows:49px 1fr;width:min(1180px,100%);height:min(900px,100%);display:grid;overflow:hidden}.attachment-preview-backdrop>section>header{border-bottom:1px solid var(--line);align-items:center;gap:8px;padding:7px 10px;display:flex}.attachment-preview-backdrop header>div{flex-direction:column;gap:2px;min-width:0;margin-right:auto;display:flex}.attachment-preview-backdrop header b,.attachment-preview-backdrop header small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.attachment-preview-backdrop header small{color:var(--muted);font-size:8px}.attachment-preview-backdrop header a{border:1px solid var(--line);color:var(--teal-dark);border-radius:6px;padding:7px 9px;font-size:8px;font-weight:800;text-decoration:none}.attachment-preview-backdrop iframe{background:#e6eaec;border:0;width:100%;height:100%}.attachment-preview-backdrop>section>img{object-fit:contain;background:#151b1e;width:100%;height:100%}.modal-backdrop:has(.operation-edit-modal.collaboration-enabled){overscroll-behavior:contain;overflow:hidden}.operation-edit-modal.collaboration-enabled{flex-direction:column;width:min(1180px,100%);max-width:100%;height:min(760px,100dvh - 40px);max-height:none;margin:0;display:flex;overflow:hidden}.operation-edit-modal.collaboration-enabled>header,.operation-edit-modal.collaboration-enabled>.operation-origin,.operation-edit-modal.collaboration-enabled>.operation-edit-footer{flex:none;min-width:0}.operation-edit-modal.collaboration-enabled>header>div{min-width:0;overflow:hidden}.operation-edit-modal.collaboration-enabled>header h2,.operation-edit-modal.collaboration-enabled>header small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.operation-edit-modal.collaboration-enabled>.operation-origin{min-width:0}.operation-edit-modal.collaboration-enabled>.operation-origin em{white-space:nowrap}.operation-edit-modal.collaboration-enabled .operation-edit-layout{flex:auto;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);min-width:0;min-height:0;overflow:hidden}.operation-edit-modal.collaboration-enabled .operation-edit-fields{min-width:0;min-height:0;overflow:auto}.operation-edit-modal.collaboration-enabled .operation-edit-fields .modal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.operation-edit-modal.collaboration-enabled .operation-edit-fields .modal-grid label,.operation-edit-modal.collaboration-enabled .operation-edit-fields .modal-grid input,.operation-edit-modal.collaboration-enabled .operation-edit-fields .modal-grid select{width:100%;min-width:0;max-width:100%}.operation-edit-modal.collaboration-enabled .operation-collaboration{min-width:0;min-height:0;overflow:hidden}.operation-edit-modal.collaboration-enabled :is(.operation-files,.operation-discussion,.operation-activity){flex:auto;height:auto;min-height:0;overflow:auto}.operation-edit-modal.collaboration-enabled .operation-edit-footer{width:100%;min-width:0}.operation-edit-modal.collaboration-enabled .operation-edit-footer button{white-space:nowrap;min-width:0}@media (max-width:1050px){.operation-edit-modal.collaboration-enabled{width:min(760px,100%);height:calc(100dvh - 40px)}.operation-edit-modal.collaboration-enabled .operation-edit-layout{display:block;overflow:hidden auto}.operation-edit-modal.collaboration-enabled .operation-edit-fields{overflow:visible}.operation-edit-modal.collaboration-enabled .operation-collaboration{border-left:0;border-top:1px solid var(--line);min-height:350px}.operation-edit-modal.collaboration-enabled :is(.operation-files,.operation-discussion,.operation-activity){height:270px;min-height:270px}}@media (max-width:700px){.operation-edit-modal.collaboration-enabled{border-radius:8px;height:calc(100dvh - 40px)}.operation-edit-modal.collaboration-enabled .operation-edit-fields .modal-grid{grid-template-columns:1fr}.operation-edit-modal.collaboration-enabled>.operation-origin{margin:8px 10px 0}.operation-edit-modal.collaboration-enabled .operation-edit-footer{grid-template-columns:1fr 1fr!important;padding:9px 10px!important}.operation-edit-modal.collaboration-enabled .operation-edit-footer .danger-link{grid-column:1/-1}.operation-edit-modal.collaboration-enabled .operation-edit-footer button{padding:8px!important}}.operation-split-button{width:25px!important;height:25px!important;color:var(--teal-dark)!important;background:#f2faf9!important;border:1px solid #b8d9d6!important;border-radius:6px!important;font-size:15px!important;line-height:1!important}.operation-split-status{width:max-content;color:var(--teal-dark);white-space:nowrap;background:#eaf7f5;border:1px solid #abd6d1;border-radius:10px;padding:3px 6px;font-size:7px;font-style:normal;font-weight:900}.operation-split-backdrop{z-index:55;overflow:hidden}.operation-split-modal{background:var(--paper);flex-direction:column;width:min(1480px,100vw - 34px);max-width:none;height:min(870px,100dvh - 34px);display:flex;overflow:hidden}.operation-split-modal>header{flex:none;padding:13px 16px}.operation-split-modal>header h2{font-size:17px}.operation-split-modal>header small{font-size:8px}.operation-split-origin{border-bottom:1px solid var(--line);background:#f6f9fa;flex:none;grid-template-columns:minmax(280px,.7fr) minmax(400px,1.3fr);align-items:center;gap:14px;min-height:55px;padding:8px 16px;display:grid}.operation-split-origin>div{grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:11px;display:grid}.operation-split-origin span{grid-row:1/3;font-size:16px;font-weight:900}.operation-split-origin b{text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.operation-split-origin small{color:var(--muted);font-size:7px}.operation-split-origin p{color:#536872;margin:0;font-size:8px;line-height:1.35}.operation-split-loading{color:var(--muted);flex:1;place-items:center;font-size:10px;display:grid}.operation-split-summary{flex:none;grid-template-columns:145px 145px 165px minmax(300px,1fr);gap:7px;padding:8px 12px;display:grid}.operation-split-summary article,.operation-split-summary aside{border:1px solid var(--line);background:#f8fafb;border-radius:7px;flex-direction:column;justify-content:center;gap:2px;min-height:50px;padding:7px 9px;display:flex}.operation-split-summary small{color:var(--muted);font-size:7px}.operation-split-summary article b{font-size:13px}.operation-split-summary article.balanced{color:#247657;background:#effaf4;border-color:#b9dfce}.operation-split-summary article.unbalanced{color:#ba514b;background:#fff5f3;border-color:#efc0bc}.operation-split-summary aside{background:#f2faf9;border-color:#c9e2df}.operation-split-summary aside b{font-size:8px}.operation-split-summary aside span{color:#5b727b;font-size:7px;line-height:1.35}.operation-split-table{border:1px solid var(--line);background:var(--paper);border-radius:8px;flex:auto;min-height:0;margin:0 12px;overflow:auto}.operation-split-head,.operation-split-table>article{grid-template-columns:minmax(210px,1.2fr) 120px minmax(155px,.85fr) minmax(210px,1.05fr) 205px minmax(190px,.95fr) 28px;align-items:center;gap:6px;min-width:1280px;display:grid}.operation-split-head{z-index:2;border-bottom:1px solid var(--line);min-height:31px;color:var(--muted);background:#f3f7f8;padding:0 8px;font-size:7px;font-weight:900;position:sticky;top:0}.operation-split-table>article{border-bottom:1px solid #e8edef;min-height:71px;padding:6px 8px}.operation-split-table>article:hover{background:#fbfdfd}.operation-split-table input,.operation-split-table select{background:var(--paper);width:100%;min-width:0;height:31px;color:var(--ink);border:1px solid #d7e1e4;border-radius:5px;outline:none;padding:0 6px;font-size:8px}.operation-split-table input:focus,.operation-split-table select:focus{border-color:var(--teal);box-shadow:0 0 0 2px #24a9a518}.operation-split-table select:disabled{color:#8a989f;background:#eef2f3}.split-description{grid-template-columns:42px minmax(0,1fr);align-items:center;gap:5px;min-width:0;display:grid}.split-description b{color:var(--teal-dark);font-size:7px}.split-amount{grid-template-columns:1fr;gap:2px;display:grid}.split-amount button{color:var(--teal-dark);text-align:right;background:0 0;border:0;padding:0;font-size:6px;font-weight:900}.split-period{grid-template-columns:1fr 1fr;gap:3px;display:grid}.split-period input{padding:0 4px;font-size:7px}.split-remove{color:#c2554f;background:#fff0ee;border:0;border-radius:5px;width:25px;height:25px;font-size:16px}.split-remove:disabled{opacity:.3}.operation-split-add{color:var(--teal-dark);background:#f2faf9;border:1px dashed #91c9c4;border-radius:6px;margin:7px 8px;padding:7px 10px;font-size:8px;font-weight:900;position:sticky;left:8px}.operation-split-note{background:#f4faf9;border:1px solid #c9e1df;border-radius:7px;flex:none;grid-template-columns:auto 1fr;align-items:center;gap:8px;margin:7px 12px 0;padding:7px 9px;display:grid}.operation-split-note b{font-size:8px}.operation-split-note span{color:#5e737c;font-size:7px}.operation-split-modal>.form-error{flex:none;margin:6px 12px 0;font-size:8px}.operation-split-modal>footer{flex:none;padding:9px 12px}.operation-split-footer-spacer{flex:1}.operation-split-modal>footer .danger-link{color:#b45049;margin-right:auto}@media (max-width:900px){.operation-split-modal{width:calc(100vw - 12px);height:calc(100dvh - 12px)}.operation-split-origin{grid-template-columns:1fr}.operation-split-origin p{display:none}.operation-split-summary{grid-template-columns:repeat(3,1fr)}.operation-split-summary aside{grid-column:1/-1;min-height:42px}.operation-split-note{grid-template-columns:1fr}.operation-split-modal>footer{grid-template-columns:1fr 1fr;display:grid}.operation-split-footer-spacer{display:none}.operation-split-modal>footer .danger-link{grid-column:1/-1}.operation-split-modal>footer .primary{grid-column:2}}.history-page{padding:8px 0 24px}.history-toolbar{border:1px solid var(--line);background:var(--paper);border-radius:9px;justify-content:space-between;align-items:center;gap:12px;min-height:66px;padding:6px 8px;display:flex}.history-tabs{align-self:stretch;gap:5px;display:flex}.history-tabs>button{text-align:left;min-width:250px;color:var(--muted);background:0 0;border:1px solid #0000;border-radius:7px;grid-template-columns:29px 1fr;align-items:center;gap:7px;padding:7px 9px;display:grid}.history-tabs>button.active{color:var(--ink);background:#eff8f7;border-color:#a8d4d0}.history-tabs>button>span{width:28px;height:28px;color:var(--teal-dark);background:#e1eeee;border-radius:7px;place-items:center;font-weight:900;display:grid}.history-tabs>button>div{flex-direction:column;gap:2px;display:flex}.history-tabs b{font-size:9px}.history-tabs small{font-size:7px}.history-refresh{border:1px solid var(--line);background:var(--paper);height:31px;color:var(--teal-dark);border-radius:6px;padding:0 9px;font-size:8px;font-weight:900}.history-summary{grid-template-columns:repeat(4,1fr);gap:6px;margin:7px 0;display:grid}.history-summary article{border:1px solid var(--line);background:var(--paper);border-radius:7px;grid-template-columns:1fr auto;gap:2px;min-height:61px;padding:7px 9px;display:grid}.history-summary small,.history-summary span{color:var(--muted);font-size:7px}.history-summary b{grid-area:1/2/3;font-size:18px}.history-summary span{text-overflow:ellipsis;white-space:nowrap;align-self:end;overflow:hidden}.history-filters{border:1px solid var(--line);background:var(--paper);border-radius:7px;gap:5px;height:43px;margin-bottom:7px;padding:5px;display:flex}.history-search{min-width:280px;color:var(--muted);border:1px solid #d9e2e4;border-radius:6px;flex:1;align-items:center;gap:6px;padding:0 8px;display:flex}.history-search input{outline:0;width:100%;min-width:0;font-size:8px;background:0 0!important;border:0!important}.history-filters select,.history-filters>button{background:var(--paper);min-width:175px;color:var(--ink);border:1px solid #d9e2e4;border-radius:6px;padding:0 8px;font-size:8px}.history-filters>button{min-width:auto;color:var(--teal-dark);font-weight:800}.history-timeline{border:1px solid var(--line);background:var(--paper);border-radius:8px;min-height:300px;max-height:calc(100vh - 330px);overflow:auto}.history-timeline>details{border-bottom:1px solid #e7edef}.history-timeline>details:last-child{border-bottom:0}.history-timeline>details>summary{cursor:pointer;grid-template-columns:9px 116px minmax(220px,1fr) 105px 140px 90px;align-items:center;gap:7px;min-height:49px;padding:6px 9px;list-style:none;display:grid}.history-timeline summary::-webkit-details-marker{display:none}.history-timeline details[open]>summary{background:#f2f9f8}.history-dot{background:var(--teal);border-radius:50%;width:7px;height:7px}.history-timeline time{color:var(--muted);font-size:7px}.history-timeline summary>div{flex-direction:column;gap:2px;min-width:0;display:flex}.history-timeline summary b,.history-timeline summary small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.history-timeline summary b{font-size:8px}.history-timeline summary small{color:var(--muted);font-size:7px}.history-timeline summary>em{color:#3b706f;text-overflow:ellipsis;white-space:nowrap;background:#e6f2f1;border-radius:10px;width:max-content;max-width:100%;padding:3px 6px;font-size:7px;font-style:normal;font-weight:800;overflow:hidden}.history-timeline summary>strong{text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.history-timeline summary>i{color:var(--muted);text-align:right;font-size:7px;font-style:normal}.history-details{background:#f8fafb;border-top:1px solid #e7edef;padding:8px 13px}.history-details>b{font-size:8px}.history-details pre{color:#d9e5e9;white-space:pre-wrap;background:#15232b;border-radius:6px;max-height:240px;margin:6px 0 0;padding:9px;font:7px/1.5 Consolas,monospace;overflow:auto}.history-empty,.history-error{text-align:center;color:var(--muted);padding:35px;font-size:9px}.history-error{color:#b64d47;background:#fff4f3;border:1px solid #edc4c1;border-radius:7px;margin:7px 0}.software-history-intro{border:1px solid var(--line);background:linear-gradient(110deg,#edf8f7,var(--paper));border-radius:8px;justify-content:space-between;align-items:center;min-height:88px;margin:7px 0;padding:12px 15px;display:flex}.software-history-intro>div{flex-direction:column;gap:2px;display:flex}.software-history-intro span{color:var(--teal-dark);text-transform:uppercase;font-size:7px;font-weight:900}.software-history-intro h2{margin:0;font-size:17px}.software-history-intro p{color:var(--muted);margin:2px 0 0;font-size:8px}.software-history-intro>b{font-size:20px}.software-history{max-height:calc(100vh - 250px);padding-left:13px;overflow:auto}.software-history>article{grid-template-columns:83px minmax(0,1fr);gap:10px;display:grid;position:relative}.software-history>article>aside{text-align:right;border-right:2px solid #dce6e7;padding:13px 14px 0 0;position:relative}.software-history>article>aside span{color:var(--muted);font-size:7px}.software-history>article>aside i{border:2px solid var(--paper);background:#5c92d0;border-radius:50%;width:10px;height:10px;position:absolute;top:31px;right:-6px}.software-history>article>aside i.security{background:#d8903e}.software-history>article>aside i.fix{background:#e26861}.software-history>article>aside i.feature{background:#25ae7a}.software-history>article>section{border:1px solid var(--line);background:var(--paper);border-radius:8px;margin:5px 0;padding:10px 12px}.software-history section>header{justify-content:space-between;align-items:center;display:flex}.software-history section>header>div{align-items:center;gap:5px;display:flex}.software-history em{color:#4f78a4;background:#e7f1f8;border-radius:10px;padding:3px 6px;font-size:7px;font-style:normal;font-weight:900}.software-history em.security{color:#96631d;background:#fff0dc}.software-history em.feature{color:#197955;background:#e3f5ec}.software-history em.fix{color:#aa4b45;background:#ffe9e7}.software-history code,.software-history time{color:var(--muted);font-size:7px}.software-history h3{margin:7px 0 3px;font-size:12px}.software-history p{color:#62747d;margin:0;font-size:8px}.software-history ul{grid-template-columns:1fr 1fr;gap:3px 18px;margin:7px 0;padding-left:17px;display:grid}.software-history li{font-size:8px}.software-history footer{color:var(--muted);border-top:1px solid #e7edef;justify-content:space-between;margin-top:8px;padding-top:6px;font-size:7px;display:flex}.software-history>article>mark{color:#1a7c58;background:#e2f4eb;border-radius:9px;padding:3px 6px;font-size:7px;font-weight:900;position:absolute;top:12px;right:8px}html[data-theme=dark] :is(.operation-collaboration,.operation-upload,.operation-files>article,.operation-comment-list>article,.operation-comment-compose,.history-toolbar,.history-summary article,.history-filters,.history-timeline,.software-history>article>section){background:var(--paper);color:var(--ink);border-color:var(--line)}html[data-theme=dark] :is(.operation-collaboration>nav,.operation-collaboration>header,.history-timeline details[open]>summary,.history-details){border-color:var(--line);background:#142027}html[data-theme=dark] .operation-comment-list>article.mine{background:#15302d;border-color:#315e5a}html[data-theme=dark] .history-tabs>button.active,html[data-theme=dark] .software-history-intro{background:#17302f;border-color:#3f716c}html[data-theme=dark] .history-error,html[data-theme=dark] .operation-collaboration-error{color:#ffaaa4;background:#3a2324;border-color:#65403f}.operation-upload.drag-active{border-color:var(--teal);box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--teal) 24%,transparent);background:#e6f8f5}.operation-upload.drag-active>span{background:var(--teal);color:#fff;transform:translateY(1px)}html[data-theme=dark] .operation-upload.drag-active{background:#173c39;border-color:#5fc9c0}@media (max-width:1050px){.operation-edit-layout{grid-template-columns:1fr}.operation-collaboration{border-left:0;border-top:1px solid var(--line)}.operation-files,.operation-discussion,.operation-activity{height:280px}.history-summary{grid-template-columns:1fr 1fr}.history-timeline>details>summary{grid-template-columns:9px 105px 1fr 90px}.history-timeline summary>strong,.history-timeline summary>i{display:none}}@media (max-width:700px){.operation-edit-modal.collaboration-enabled{width:calc(100vw - 10px)}.mobile-operation-error{display:block}.operation-edit-fields>.form-error{display:none}.history-toolbar{flex-direction:column;align-items:stretch}.history-tabs{grid-template-columns:1fr;display:grid}.history-tabs>button{min-width:0}.history-summary{grid-template-columns:1fr 1fr}.history-filters{flex-direction:column;height:auto}.history-search,.history-filters select{min-width:0;height:34px}.history-timeline{max-height:none}.history-timeline>details>summary{grid-template-columns:9px 1fr auto}.history-timeline summary>time,.history-timeline summary>div{grid-column:2}.history-timeline summary>em{grid-area:1/3/4}.software-history{padding-left:0}.software-history>article{grid-template-columns:1fr}.software-history>article>aside{display:none}.software-history ul{grid-template-columns:1fr}}.modal-grid .check-label small{color:var(--muted);margin-left:6px}.unit-picker-area{grid-template-columns:1fr;width:92px;gap:3px!important;display:grid!important}.unit-picker-area small{font-size:8px}.unit-picker-area input{text-align:right;width:100%;min-width:0;height:27px;padding:4px 6px;font-size:10px}.property-object-detail{display:block}.property-object-detail>.property-360-list{display:none}.property-object-detail>.property-360-main{width:100%}.property-back-button{color:var(--teal-dark);background:0 0;border:0;margin:0 0 7px;padding:5px 0;font-size:9px;font-weight:900}.property-portfolio-browser{min-width:0}.property-portfolio-toolbar{border:1px solid var(--line);background:var(--paper);border-radius:9px;align-items:center;gap:9px;min-height:58px;margin-bottom:9px;padding:8px 10px;display:flex}.property-portfolio-toolbar>div:first-child{flex-direction:column;gap:2px;margin-right:auto;display:flex}.property-portfolio-toolbar b{font-size:11px}.property-portfolio-toolbar small{color:var(--muted);font-size:8px}.property-portfolio-toolbar>label{background:var(--paper);color:#829198;border:1px solid #d9e2e5;border-radius:7px;align-items:center;gap:6px;width:min(330px,30vw);height:34px;padding:0 9px;display:flex}.property-portfolio-toolbar input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;font-size:9px}.property-display-switch{border:1px solid #d9e2e5;border-radius:7px;height:34px;display:flex;overflow:hidden}.property-display-switch button{background:var(--paper);color:#73858d;border:0;border-right:1px solid #d9e2e5;width:36px}.property-display-switch button:last-child{border:0}.property-display-switch button.active{color:var(--teal-dark);background:#e7f5f3;font-weight:900}.property-portfolio-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;display:grid}.property-asset-card{border:1px solid var(--line);background:var(--paper);cursor:pointer;border-radius:10px;min-width:0;transition:transform .15s,border-color .15s,box-shadow .15s;overflow:hidden}.property-asset-card:hover{border-color:#9fcfca;transform:translateY(-2px);box-shadow:0 8px 24px #21424c12}.property-asset-card>header{grid-template-columns:38px minmax(0,1fr) auto;align-items:start;gap:9px;min-height:88px;padding:13px;display:grid}.property-building-mark{width:38px;height:38px;color:var(--teal-dark);background:#e3f3f1;border-radius:9px;place-items:center;font-size:17px;display:grid}.property-asset-card header>div{flex-direction:column;gap:2px;min-width:0;display:flex}.property-asset-card header small{color:var(--teal-dark);font-size:7px;font-weight:900}.property-asset-card header b{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.property-asset-card header p{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);margin:2px 0 0;font-size:8px;overflow:hidden}.property-health{color:#16835a;background:#e5f5ed;border-radius:11px;padding:4px 7px;font-size:7px;font-weight:900}.property-health.attention{color:#a76814;background:#fff0dc}.property-card-metrics{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#f8fafb;grid-template-columns:repeat(2,1fr);display:grid}.property-card-metrics>span{border-right:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:column;gap:3px;min-width:0;min-height:57px;padding:9px 11px;display:flex}.property-card-metrics>span:nth-child(2n){border-right:0}.property-card-metrics>span:nth-last-child(-n+2){border-bottom:0}.property-card-metrics small,.property-card-metrics em{color:var(--muted);font-size:7px;font-style:normal}.property-card-metrics b{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.property-asset-card>footer{align-items:center;gap:8px;min-height:41px;padding:7px 11px;display:flex}.property-asset-card>footer>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--muted);margin-right:auto;font-size:7px;overflow:hidden}.property-asset-card>footer button{color:var(--teal-dark);background:0 0;border:0;font-size:8px}.property-asset-card>footer strong{color:var(--teal-dark);white-space:nowrap;font-size:8px}.property-card-metrics.realized{background:#fffaf8;grid-template-columns:repeat(3,minmax(0,1fr))}.property-card-metrics.realized>span:nth-child(n){border-right:1px solid var(--line);border-bottom:0;min-height:88px}.property-card-metrics.realized>span:last-child{border-right:0}.property-card-metrics.realized em{color:#4f626a;margin-top:2px;font-weight:800}.property-card-metrics.realized i{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:6.5px;font-style:normal;overflow:hidden}.property-card-metrics.realized b.positive,.property-compact-row.realized b.positive{color:#16835a}.property-card-metrics.realized b.negative,.property-compact-row.realized b.negative{color:#b64f48}.property-portfolio-list{border:1px solid var(--line);background:var(--paper);border-radius:9px;overflow:auto}.property-list-head,.property-compact-row{grid-template-columns:minmax(230px,1.5fr) 110px 115px 135px 125px 125px 58px;align-items:center;gap:8px;min-width:980px;display:grid}.property-list-head{color:#71828a;text-transform:uppercase;background:#eef3f5;min-height:34px;padding:0 10px;font-size:7px;font-weight:900}.property-compact-row{cursor:pointer;border-top:1px solid #e8edef;min-height:58px;padding:6px 10px}.property-compact-row:hover{background:#f4faf9}.property-compact-row>span{flex-direction:column;gap:2px;min-width:0;display:flex}.property-compact-row b,.property-compact-row small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.property-compact-row b{font-size:9px}.property-compact-row small{color:var(--muted);font-size:7px}.property-row-name{align-items:center;flex-direction:row!important;gap:7px!important}.property-row-name>i{width:30px;height:30px;color:var(--teal-dark);background:#e7f4f2;border-radius:7px;flex:0 0 30px;place-items:center;font-style:normal;display:grid}.property-row-name>span{flex-direction:column;gap:2px;min-width:0;display:flex}.property-compact-row>span:last-child{flex-direction:row;justify-content:flex-end;align-items:center;gap:7px}.property-compact-row>span:last-child button{border:1px solid var(--line);background:var(--paper);width:27px;height:27px;color:var(--teal-dark);border-radius:6px}.property-compact-row>span:last-child strong{color:var(--teal-dark);font-size:15px}.property-list-head.realized,.property-compact-row.realized{grid-template-columns:minmax(250px,1.55fr) minmax(170px,1fr) minmax(135px,.8fr) minmax(150px,.9fr) minmax(150px,1fr) 58px}.property-list-head.realized{background:#f6ece9}.property-compact-row.realized{background:#fffdfc}.property-compact-row.realized:hover{background:#fff7f4}.property-compact-row.realized .property-row-name>i{color:#9c5149;background:#f1e8e6}.property-index-heading{border:1px solid var(--line);background:linear-gradient(120deg,#edf8f7,var(--paper));border-radius:10px;justify-content:space-between;align-items:center;gap:18px;min-height:91px;margin-bottom:9px;padding:14px 16px;display:flex}.property-index-heading>div{min-width:0}.property-index-heading .eyebrow{color:var(--teal-dark);text-transform:uppercase;letter-spacing:.08em;font-size:7px;font-weight:900}.property-index-heading h2{margin:2px 0;font-size:19px}.property-index-heading p{color:var(--muted);margin:0;font-size:8px}.property-index-heading>button{background:var(--teal);color:#fff;white-space:nowrap;border:0;border-radius:7px;height:35px;padding:0 12px;font-size:8px;font-weight:900}.property-ownership-groups{flex-direction:column;gap:13px;display:flex}.property-ownership-group{min-width:0}.property-ownership-group>header{border:1px solid var(--line);background:var(--paper);border-radius:8px;justify-content:space-between;align-items:center;min-height:47px;margin-bottom:7px;padding:7px 10px;display:flex}.property-ownership-group>header>div{align-items:center;gap:8px;display:flex}.property-ownership-group>header>div>span{width:29px;height:29px;color:var(--teal-dark);background:#e5f4f2;border-radius:7px;place-items:center;display:grid}.property-ownership-group.leased>header>div>span{color:#a76a1f;background:#fff1df}.property-ownership-group.managed>header>div>span{color:#5078b4;background:#eaf0fb}.property-ownership-group.realized>header{background:#fffaf8;border-color:#e7cfca}.property-ownership-group.realized>header>div>span,.property-ownership-group.realized>header strong{color:#a4463d;background:#f2e6e3}.property-ownership-group header div div{flex-direction:column;gap:1px;display:flex}.property-ownership-group header b{font-size:10px}.property-ownership-group header small{color:var(--muted);font-size:7px}.property-ownership-group header strong{min-width:27px;height:24px;color:var(--teal-dark);background:#e8f3f2;border-radius:12px;place-items:center;font-size:8px;display:grid}.property-group-empty{min-height:62px;color:var(--muted);background:#f8fafb;border:1px dashed #cfdadd;border-radius:8px;place-items:center;font-size:8px;display:grid}.property-ownership-pill{border-radius:12px;padding:3px 7px;font-size:7px;font-weight:900}.property-ownership-pill.owned{color:#157755;background:#dff3ed}.property-ownership-pill.leased{color:#9b641a;background:#fff0db}.property-ownership-pill.managed{color:#496fa8;background:#e7eefb}.property-object-tabs{scrollbar-width:thin;flex-wrap:nowrap;display:flex;overflow-x:auto}.property-object-tabs button{flex:none}.property-detail-page .rental-objects-layout{grid-template-columns:1fr}.property-detail-page .rental-objects-layout>.building-list{display:none}.floor-group-start{border-top:3px solid #bfd8d5}.personal-floor-label{color:var(--teal-dark);white-space:nowrap;background:#e4f2f0;border-radius:5px;margin:-1px -1px 5px;padding:4px 6px;font-size:7px;font-weight:900;display:block}.property-building-drag-handle{-webkit-user-select:none;user-select:none;cursor:grab!important}.property-building-drag-handle:active{cursor:grabbing!important}.property-asset-card.dragging,.property-compact-row.dragging{opacity:.42;border-color:var(--teal);transform:scale(.985)}.property-asset-card.moving,.property-compact-row.moving{pointer-events:none;opacity:.68}.property-ownership-group.accepts-building>header{border-style:dashed}.property-ownership-group.building-drop-target{box-shadow:0 0 0 2px color-mix(in srgb,var(--teal) 38%,transparent);border-radius:11px}.property-ownership-group.building-drop-target>header{border-color:var(--teal);background:#e8f7f5}.property-ownership-group.building-drop-target>.property-portfolio-cards,.property-ownership-group.building-drop-target>.property-portfolio-list,.property-ownership-group.building-drop-target .property-group-empty{background:#f0faf8;box-shadow:inset 0 0 0 1px #8bcfc8}.building-is-dragging .property-asset-card:not(.dragging),.building-is-dragging .property-compact-row:not(.dragging){transition:opacity .12s}.building-is-dragging .property-ownership-group:not(.building-drop-target) .property-asset-card:not(.dragging),.building-is-dragging .property-ownership-group:not(.building-drop-target) .property-compact-row:not(.dragging){opacity:.82}@media (max-width:1050px){.property-portfolio-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.property-index-heading{flex-direction:column;align-items:flex-start}.property-index-heading>button{width:100%}.property-portfolio-toolbar{flex-wrap:wrap;align-items:stretch}.property-portfolio-toolbar>div:first-child{width:100%}.property-portfolio-toolbar>label{width:calc(100% - 83px)}.property-portfolio-cards{grid-template-columns:1fr}}.operation-inline-allocation{border:1px solid var(--line);background:#f7fafb;border-radius:9px;margin:14px 18px 18px;overflow:visible}.operation-inline-allocation.open{border-color:#b7d7d4}.operation-inline-allocation-toggle{background:var(--paper);text-align:left;width:100%;min-height:55px;color:var(--ink);cursor:pointer;border:0;border-radius:9px;grid-template-columns:minmax(0,1fr) auto 18px;align-items:center;gap:10px;padding:9px 12px;display:grid}.operation-inline-allocation.open>.operation-inline-allocation-toggle{border-bottom:1px solid var(--line);background:#f0f8f7;border-radius:9px 9px 0 0}.operation-inline-allocation-toggle>span{flex-direction:column;gap:3px;min-width:0;display:flex}.operation-inline-allocation-toggle b{font-size:9px}.operation-inline-allocation-toggle small{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:7px;font-weight:500;overflow:hidden}.operation-inline-allocation-toggle em{color:var(--teal-dark);white-space:nowrap;background:#e2f2f0;border-radius:11px;padding:4px 8px;font-size:7px;font-style:normal;font-weight:900}.operation-inline-allocation-toggle>i{color:var(--teal-dark);text-align:center;font-size:12px;font-style:normal}.operation-allocation-panel{background:#f7fafb;flex-direction:column;min-height:0;display:flex}.operation-allocation-panel>header{border-bottom:1px solid var(--line);background:var(--paper);justify-content:space-between;align-items:center;min-height:49px;padding:8px 14px;display:flex}.operation-allocation-panel>header>div{flex-direction:column;gap:2px;display:flex}.operation-allocation-panel>header small{color:var(--teal-dark);text-transform:uppercase;font-size:7px;font-weight:900}.operation-allocation-panel>header b{font-size:11px}.operation-allocation-panel>header>span{min-width:25px;height:25px;color:var(--teal-dark);background:#dff2ef;border-radius:13px;place-items:center;font-size:8px;font-weight:900;display:grid}.operation-allocation-panel .operation-split-summary{grid-template-columns:repeat(3,minmax(0,1fr));padding:9px 12px}.operation-allocation-list{gap:9px;padding:0 12px 10px;display:grid}.operation-allocation-list>article{border:1px solid var(--line);background:var(--paper);border-radius:8px;overflow:visible}.operation-allocation-list>article>header{background:#f8fafb;border-bottom:1px solid #e7edef;align-items:center;gap:8px;min-height:40px;padding:6px 9px;display:flex}.operation-allocation-list>article>header>div{flex-direction:column;gap:2px;min-width:0;margin-right:auto;display:flex}.operation-allocation-list>article>header small{color:var(--teal-dark);font-size:7px;font-weight:900}.operation-allocation-list>article>header b{text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.operation-allocation-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:9px;display:grid}.operation-allocation-grid>.wide{grid-column:1/-1}.operation-allocation-grid>label{min-width:0;color:var(--muted);flex-direction:column;gap:4px;font-size:7px;font-weight:800;display:flex}.operation-allocation-grid input{background:var(--paper);width:100%;min-width:0;height:34px;color:var(--ink);border:1px solid #d7e1e4;border-radius:6px;outline:none;padding:0 8px;font-size:9px}.operation-allocation-grid input:focus{border-color:var(--teal);box-shadow:0 0 0 2px #24a9a518}.operation-allocation-grid .searchable-select-field,.operation-allocation-grid .searchable-select-field>summary{min-width:0}.operation-allocation-grid .split-amount{grid-template-columns:minmax(0,1fr) auto;gap:5px;display:grid}.operation-allocation-grid .split-amount button{height:34px;color:var(--teal-dark);white-space:nowrap;background:#f2faf9;border:1px solid #b8d9d6;border-radius:6px;padding:0 8px;font-size:7px;font-weight:900}.operation-allocation-list .operation-split-add{justify-self:stretch;margin:0;position:static}.operation-allocation-panel .operation-split-note{margin:0 12px 9px}.operation-allocation-panel>.form-error{margin:0 12px 8px}.operation-allocation-actions{border-top:1px solid var(--line);background:var(--paper);grid-template-columns:auto 1fr auto auto;align-items:center;gap:7px;margin-top:auto;padding:9px 12px;display:grid}.operation-allocation-actions button{border:1px solid var(--line);background:var(--paper);border-radius:6px;min-height:34px;padding:0 12px;font-size:8px;font-weight:900}.operation-allocation-actions button.primary{border-color:var(--teal);background:var(--teal);color:#fff}.operation-allocation-actions button:disabled{opacity:.45}.operation-allocation-actions .danger-link{color:#b65049;border-color:#efc5c1}.operation-inline-allocation.terminal{border-left:0;border-right:0;border-radius:0;margin-top:0}.operation-inline-allocation.terminal>.operation-inline-allocation-toggle{border-radius:0}.operation-allocation-card{box-shadow:inset 3px 0 #75bfb6}.operation-allocation-grid input[readonly]{color:#65757d;background:#f2f5f6;border-style:dashed}.operation-allocation-grid .operation-obligation-link{border:1px solid var(--line);background:#f8fafb;border-radius:7px;padding:8px}.operation-allocation-grid .operation-obligation-link>small{color:var(--muted);margin-top:5px;font-size:7px;display:block}.operation-allocation-grid .operation-obligation-type{color:var(--muted);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;margin-top:6px;font-size:7px;font-weight:800;display:grid}.operation-allocation-grid .operation-obligation-type select{border:1px solid var(--line);background:var(--paper);height:32px;color:var(--ink);border-radius:6px;padding:0 7px;font-size:8px}html[data-theme=dark] .operation-allocation-grid input[readonly],html[data-theme=dark] .operation-allocation-grid .operation-obligation-link{background:#142127}@media (max-width:700px){.operation-inline-allocation{margin:10px}.operation-inline-allocation-toggle{grid-template-columns:minmax(0,1fr) auto}.operation-inline-allocation-toggle>i{display:none}.operation-inline-allocation-toggle small{white-space:normal}.operation-allocation-panel .operation-split-summary,.operation-allocation-grid{grid-template-columns:1fr}.operation-allocation-grid>.wide{grid-column:auto}.operation-allocation-actions{grid-template-columns:1fr 1fr}.operation-allocation-actions>span{display:none}.operation-allocation-actions .danger-link{grid-column:1/-1}}.operation-edit-modal.collaboration-enabled{width:min(1440px,100vw - 28px)}.operation-document-workspace{background:#e9edef;flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex;position:relative;overflow:hidden}.operation-document-workspace.drag-active{box-shadow:inset 0 0 0 3px color-mix(in srgb,var(--teal) 55%,transparent)}.operation-document-actions{border-bottom:1px solid var(--line);background:var(--paper);flex:none;align-items:center;gap:5px;min-height:42px;padding:5px 7px;display:flex}.operation-document-attach{height:30px;color:var(--teal-dark);cursor:pointer;white-space:nowrap;background:#f1faf8;border:1px solid #b7d8d5;border-radius:6px;flex:none;align-items:center;padding:0 9px;font-size:8px;font-weight:900;display:flex}.operation-document-attach input{opacity:0;width:1px;height:1px;position:absolute}.operation-document-actions>select{background:var(--paper);min-width:0;height:30px;color:var(--ink);border:1px solid #d5dfe2;border-radius:6px;flex:190px;padding:0 7px;font-size:8px}.operation-document-actions>a,.operation-document-actions>button{background:var(--paper);color:#586e78;border:1px solid #d5dfe2;border-radius:6px;flex:0 0 30px;place-items:center;width:30px;height:30px;font-size:13px;text-decoration:none;display:grid}.operation-document-actions>button.danger{color:#b64d47}.operation-document-pager{background:var(--paper);border:1px solid #d5dfe2;border-radius:6px;flex:none;align-items:center;height:30px;display:flex;overflow:hidden}.operation-document-pager button{width:28px;height:28px;color:var(--teal-dark);background:0 0;border:0;font-size:17px}.operation-document-pager button:disabled{opacity:.3}.operation-document-pager span{min-width:43px;color:var(--muted);text-align:center;font-size:7px;font-weight:900}.operation-document-title{border-bottom:1px solid var(--line);background:var(--paper);flex:none;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:7px;min-height:45px;padding:6px 8px;display:grid}.operation-document-title>span{color:#c9504a;background:#fff0ef;border-radius:5px;place-items:center;width:30px;height:30px;font-size:7px;font-weight:900;display:grid}.operation-document-title>span.image{color:var(--teal-dark);background:#e8f4f2}.operation-document-meta{white-space:nowrap;align-items:center;gap:6px;min-width:0;display:flex}.operation-document-meta>*{min-width:0}.operation-document-meta>*+:before{content:"·";color:#a0adb3;margin-right:6px}.operation-document-meta time,.operation-document-meta small{color:var(--muted);flex:none;font-size:7px}.operation-document-meta b{text-overflow:ellipsis;font-size:8px;overflow:hidden}.operation-document-viewer{overscroll-behavior:contain;scrollbar-gutter:stable;background:#dfe4e6;flex:auto;min-width:0;min-height:250px;overflow:auto}.operation-document-viewer:focus-visible{outline:2px solid var(--teal);outline-offset:-2px}.operation-document-viewer iframe{background:#fff;border:0;width:100%;height:100%;min-height:250px;display:block}.operation-document-viewer img{background:#1a2023;width:100%;height:auto;display:block}.operation-obligation-link{grid-template-columns:minmax(0,1.35fr) minmax(180px,.65fr);align-items:end;gap:8px;display:grid}.operation-obligation-link>small{color:var(--muted);grid-column:1/-1;font-size:7px}.operation-obligation-type{min-width:0}.operation-obligation-type select{width:100%}.operation-obligation-create{cursor:pointer;background:#effaf9;border:1px solid #9bd6d2;border-radius:7px;grid-column:1/-1;align-items:center;gap:8px;min-height:36px;padding:7px 9px;color:var(--ink)!important;display:flex!important}.operation-obligation-create input{accent-color:var(--teal);margin:0;width:15px!important;height:15px!important}.operation-obligation-create span{min-width:0;display:block}.operation-obligation-create b{font-size:9px;display:block}.operation-obligation-create small{color:var(--muted);margin-top:1px;font-size:7px;font-weight:600;display:block}.operation-obligation-create:has(input:checked){border-color:var(--teal);background:#def5f2}.operation-document-switcher{border-top:1px solid var(--line);background:var(--paper);flex:none;gap:5px;min-height:60px;max-height:70px;padding:5px 7px;display:flex;overflow-x:auto}.operation-document-switcher>button{width:145px;min-width:145px;color:var(--ink);text-align:left;background:#f8fafb;border:1px solid #d8e1e3;border-radius:6px;grid-template-columns:35px minmax(0,1fr);align-items:center;gap:5px;padding:4px;display:grid}.operation-document-switcher>button.active{border-color:var(--teal);box-shadow:0 0 0 1px var(--teal)}.operation-document-switcher>button>span{color:#c9504a;background:#edf2f3;border-radius:4px;place-items:center;width:35px;height:35px;font-size:7px;font-weight:900;display:grid;overflow:hidden}.operation-document-switcher img{object-fit:cover;width:100%;height:100%}.operation-document-switcher b{text-overflow:ellipsis;white-space:nowrap;font-size:7px;overflow:hidden}.operation-document-empty{text-align:center;min-height:250px;color:var(--muted);flex-direction:column;flex:auto;justify-content:center;align-items:center;gap:6px;padding:28px;display:flex}.operation-document-empty>span{width:48px;height:48px;color:var(--teal-dark);background:#dce9e8;border-radius:12px;place-items:center;font-size:23px;display:grid}.operation-document-empty b{color:var(--ink);font-size:10px}.operation-document-empty small{max-width:300px;font-size:8px;line-height:1.5}.operation-document-drop-hint{z-index:4;border:2px dashed var(--teal);background:color-mix(in srgb,var(--paper) 92%,transparent);color:var(--teal-dark);text-align:center;pointer-events:none;border-radius:9px;place-items:center;font-size:10px;font-weight:900;display:grid;position:absolute;inset:48px 12px 12px}html[data-theme=dark] :is(.operation-document-workspace,.operation-document-viewer){background:#0e171c}html[data-theme=dark] :is(.operation-document-actions,.operation-document-title,.operation-document-switcher,.operation-document-actions>select,.operation-document-actions>a,.operation-document-actions>button,.operation-document-pager){background:var(--paper);border-color:var(--line)}@media (max-width:1050px){.operation-edit-modal.collaboration-enabled{width:min(760px,100%)}.operation-edit-modal.collaboration-enabled .operation-edit-layout{display:block}.operation-document-workspace{min-height:430px}.operation-document-viewer{min-height:290px}}@media (max-width:700px){.operation-document-workspace{min-height:390px}.operation-document-actions{flex-wrap:wrap}.operation-document-actions>select{flex-basis:100%;order:5}.operation-document-viewer{min-height:240px}.operation-document-switcher{display:none}}.modal-backdrop:has(.operation-edit-modal.collaboration-enabled){place-items:center;padding:12px}.operation-edit-modal.collaboration-enabled{width:min(1880px,100vw - 24px);height:min(1000px,100dvh - 24px);max-height:calc(100dvh - 24px);margin:auto}.operation-edit-modal.collaboration-enabled .operation-edit-layout{grid-template-columns:minmax(390px,.82fr) minmax(500px,1.28fr) minmax(280px,.62fr)}.operation-edit-modal.collaboration-enabled .operation-documents-panel,.operation-edit-modal.collaboration-enabled .operation-team-panel{min-width:0;min-height:0;overflow:hidden}.operation-edit-modal.collaboration-enabled .operation-documents-panel{background:#e9edef}.operation-edit-modal.collaboration-enabled .operation-team-panel{background:#f8fafb}.operation-edit-modal.collaboration-enabled .operation-team-panel>nav{flex:0 0 40px;justify-content:stretch;gap:0;height:40px;padding:0}.operation-edit-modal.collaboration-enabled .operation-team-panel>nav button{flex:1;padding:0 8px}.operation-edit-modal.collaboration-enabled .operation-team-panel :is(.operation-discussion,.operation-activity),.operation-edit-modal.collaboration-enabled .operation-team-panel .operation-discussion{flex:auto;height:auto;min-height:0}.operation-comment-list>article.system{background:#f2f8f7;border-color:#c9dfdc}.operation-comment-list>article.system header b{color:var(--teal-dark)}.operation-document-title{grid-template-columns:30px minmax(110px,1fr) auto auto}.operation-document-title>.operation-document-actions{background:0 0;border:0;gap:4px;min-height:30px;padding:0}.operation-document-view-controls{align-items:center;gap:6px;display:flex}.operation-document-view-controls>a{background:var(--paper);height:30px;color:var(--teal-dark);white-space:nowrap;border:1px solid #d3dee1;border-radius:6px;align-items:center;gap:4px;padding:0 8px;font-size:7px;font-weight:900;text-decoration:none;display:flex}.operation-document-view-controls>a>span{font-size:12px}.operation-document-zoom{background:var(--paper);border:1px solid #d3dee1;border-radius:6px;align-items:center;height:30px;display:flex;overflow:hidden}.operation-document-zoom button{color:#506975;background:0 0;border:0;border-right:1px solid #e2e8ea;width:29px;height:28px;font-size:14px}.operation-document-zoom button:last-child{border-left:1px solid #e2e8ea;border-right:0;font-size:11px}.operation-document-zoom button.active{color:var(--teal-dark);background:#e8f5f3}.operation-document-zoom output{min-width:48px;color:var(--muted);text-align:center;padding:0 5px;font-size:7px;font-weight:900}.operation-document-viewer{cursor:zoom-in;place-items:center;display:grid;overflow:auto}.operation-document-viewer.fit{box-sizing:border-box;padding:8px;overflow:hidden}.operation-document-viewer.fit iframe{width:100%;height:100%;min-height:0}.operation-document-viewer.fit img{object-fit:contain;background:0 0;width:100%;min-width:0;max-width:100%;height:100%;min-height:0;max-height:100%}.operation-document-viewer.readable{box-sizing:border-box;place-items:start center;padding:8px;overflow:auto}.operation-document-viewer.readable img{object-fit:initial;background:0 0;width:100%;max-width:100%;height:auto;max-height:none}.operation-document-viewer.zoomed{place-items:start center;padding:0}.operation-document-viewer.zoomed img{object-fit:initial;height:auto}html[data-theme=dark] :is(.operation-document-view-controls>a,.operation-document-zoom){background:var(--paper);border-color:var(--line)}html[data-theme=dark] .operation-comment-list>article.system{background:#172c2b;border-color:#345e5a}@media (max-width:1320px){.operation-edit-modal.collaboration-enabled .operation-edit-layout{grid-template-columns:minmax(370px,.82fr) minmax(440px,1.18fr) minmax(260px,.62fr)}.operation-document-view-controls>a{justify-content:center;width:30px;padding:0;font-size:0}.operation-document-view-controls>a>span{font-size:12px}}@media (max-width:1120px){.operation-edit-modal.collaboration-enabled{width:min(920px,100vw - 20px);height:min(1000px,100dvh - 20px);max-height:calc(100dvh - 20px)}.operation-edit-modal.collaboration-enabled .operation-edit-layout{grid-template-columns:minmax(360px,.85fr) minmax(420px,1.15fr);display:grid;overflow:auto}.operation-edit-modal.collaboration-enabled .operation-team-panel{border-left:0;border-top:1px solid var(--line);grid-column:1/-1;min-height:280px}.operation-edit-modal.collaboration-enabled .operation-documents-panel{min-height:520px}}@media (max-width:820px){.modal-backdrop:has(.operation-edit-modal.collaboration-enabled){padding:5px}.operation-edit-modal.collaboration-enabled{width:calc(100vw - 10px);height:calc(100dvh - 10px);max-height:calc(100dvh - 10px)}.operation-edit-modal.collaboration-enabled .operation-edit-layout{display:block;overflow:auto}.operation-edit-modal.collaboration-enabled .operation-edit-fields{overflow:visible}.operation-edit-modal.collaboration-enabled .operation-documents-panel{border-left:0;border-top:1px solid var(--line);min-height:500px}.operation-edit-modal.collaboration-enabled .operation-team-panel{min-height:330px}.operation-document-title{grid-template-columns:30px minmax(0,1fr)}.operation-document-view-controls{grid-column:1/-1;justify-content:flex-end}}.operation-drawer-shell{z-index:60;pointer-events:none;width:clamp(460px,48vw,680px);max-width:calc(100vw - 70px);position:fixed;top:0;bottom:0;right:0}.operation-drawer-shell.collapsed{width:48px}.operation-drawer-shell [hidden]{display:none!important}.operation-drawer-rail{z-index:2;border:1px solid var(--line);background:var(--paper);width:38px;height:58px;color:var(--teal-dark);cursor:pointer;pointer-events:auto;border-right:0;border-radius:10px 0 0 10px;place-items:center;font-size:21px;font-weight:900;display:grid;position:absolute;top:186px;left:-38px;box-shadow:-7px 8px 20px #14263020}.operation-drawer-shell.collapsed .operation-drawer-rail{border-right:1px solid var(--line);writing-mode:vertical-rl;border-radius:10px 0 0 10px;width:48px;height:150px;font-size:13px;top:170px;left:0;transform:rotate(180deg);box-shadow:-9px 8px 24px #14263024}.operation-drawer-shell .operation-modal.operation-drawer,.operation-drawer-shell .operation-drawer-loading{border-left:1px solid var(--line);background:var(--paper);width:100%;max-width:none;height:100dvh;max-height:none;color:var(--ink);pointer-events:auto;border-radius:0;flex-direction:column;margin:0;display:flex;overflow:hidden;box-shadow:-18px 0 48px #15232d30}.operation-drawer-shell .operation-drawer-header{background:var(--paper);border-bottom:1px solid var(--line);flex:none;align-items:center;gap:12px;min-height:75px;padding:12px 18px;display:flex}.operation-drawer-header>div{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.operation-drawer-header small{letter-spacing:.07em;text-transform:uppercase;color:var(--teal-dark);font-size:8px;font-weight:900}.operation-drawer-header h2{margin:0;font-size:19px;line-height:1.2}.operation-drawer-header span{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:9px;overflow:hidden}.operation-drawer-header>button{width:32px;height:32px;color:var(--muted);cursor:pointer;border-radius:8px;flex:0 0 32px;border:1px solid var(--line)!important;background:var(--paper)!important;font-size:20px!important}.operation-drawer-tabs{border-bottom:1px solid var(--line);background:var(--surface);flex:0 0 43px;align-items:stretch;gap:3px;height:43px;padding:0 10px;display:flex}.operation-drawer-tabs button{min-width:0;color:var(--muted);white-space:nowrap;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;flex:1;padding:0 7px;font-size:10px;font-weight:800}.operation-drawer-tabs button.active{border-bottom-color:var(--teal);color:var(--teal-dark);background:color-mix(in srgb,var(--teal) 7%,transparent)}.operation-edit-modal.operation-drawer .operation-edit-layout{flex-direction:column;flex:auto;min-height:0;overflow:hidden;display:flex!important}.operation-edit-modal.operation-drawer .operation-edit-layout>[hidden]{display:none!important}.operation-edit-modal.operation-drawer .operation-edit-fields{scrollbar-gutter:stable;height:100%;min-height:0;overflow:auto}.operation-edit-modal.operation-drawer .operation-edit-fields .modal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;padding:18px}.operation-edit-modal.operation-drawer .operation-collaboration{border:0;height:100%;min-height:0;overflow:hidden}.operation-edit-modal.operation-drawer .operation-documents-panel{background:var(--surface)}.operation-edit-modal.operation-drawer .operation-document-workspace{height:100%}.operation-edit-modal.operation-drawer .operation-document-title{grid-template-columns:30px minmax(0,1fr)}.operation-edit-modal.operation-drawer .operation-document-title>.operation-document-actions,.operation-edit-modal.operation-drawer .operation-document-view-controls{grid-column:1/-1;justify-content:flex-end}.operation-edit-modal.operation-drawer .operation-team-panel .operation-discussion{height:100%;min-height:0}.operation-edit-modal.operation-drawer .operation-edit-footer{background:var(--surface);flex:none;gap:7px;grid-template-columns:auto 1fr auto auto!important;padding:10px 14px!important}.operation-edit-modal.operation-drawer .operation-edit-footer button{font-size:9px;padding:9px 11px!important}.operation-drawer-shell .operation-drawer-loading{height:auto;min-height:160px;padding-bottom:16px}.operation.operation-active{background:color-mix(in srgb,var(--teal) 9%,var(--paper));box-shadow:inset 3px 0 var(--teal)}@media (max-width:900px){.operation-drawer-shell{width:min(600px,100vw - 44px);max-width:none}.operation-drawer-shell .operation-drawer-rail{width:34px;left:-34px}.operation-drawer-shell.collapsed .operation-drawer-rail{width:48px;left:0}}@media (max-width:650px){.operation-drawer-shell{width:calc(100vw - 38px)}.operation-edit-modal.operation-drawer .operation-edit-fields .modal-grid{grid-template-columns:1fr}.operation-edit-modal.operation-drawer .operation-edit-footer{grid-template-columns:1fr 1fr!important}.operation-edit-modal.operation-drawer .operation-edit-footer .danger-link{grid-column:1/-1}.operation-edit-modal.operation-drawer .operation-edit-footer span{display:none}.operation-drawer-tabs button{font-size:9px}.operation-drawer-header h2{font-size:17px}}@media (prefers-reduced-motion:no-preference){.operation-drawer-shell{transition:width .18s}.operation-drawer-shell .operation-modal.operation-drawer{animation:.2s ease-out operation-drawer-enter}@keyframes operation-drawer-enter{0%{opacity:.88;transform:translate(14px)}to{opacity:1;transform:translate(0)}}}.compact-unit-table .rental-table-head,.compact-unit-table article{grid-template-columns:28px minmax(185px,1.35fr) minmax(125px,.75fr) minmax(150px,.95fr) 66px;column-gap:9px;min-width:680px}.compact-unit-table .rental-table-head{min-height:39px}.compact-unit-table .unit-sort-button{min-width:0;height:30px;color:var(--muted);text-align:left;font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:space-between;align-items:center;gap:5px;padding:0 5px;font-size:9px;font-weight:800;display:flex}.compact-unit-table .unit-sort-button span{color:#87979d;flex:none;font-size:13px;line-height:1}.compact-unit-table .unit-sort-button:hover,.compact-unit-table .unit-sort-button.active{color:var(--teal-dark);background:#eaf7f4;border-color:#b8dcd7}.compact-unit-table .unit-sort-button.active span{color:var(--teal-dark)}.compact-unit-table .unit-sort-button:focus-visible{outline:2px solid var(--teal);outline-offset:1px}.object-selection-bar button.active{color:var(--teal-dark);background:#eaf7f4;border-color:#9ed1ca}html[data-theme=dark] .compact-unit-table .unit-sort-button:hover,html[data-theme=dark] .compact-unit-table .unit-sort-button.active,html[data-theme=dark] .object-selection-bar button.active{color:#b4e8df;background:#15302d;border-color:#396b64}.integration-provider-card>img{object-fit:contain;border:1px solid #e7ecee;border-radius:12px;width:48px;height:48px;box-shadow:0 2px 7px #263b4610}html[data-theme=dark] .integration-provider-card>img{border-color:#30474e}.inventory-analytics{flex-direction:column;gap:10px;display:flex}.inventory-analytics.is-loading{cursor:progress}.inventory-analytics-head{border:1px solid var(--line);background:linear-gradient(135deg,#fff 0%,#f6f7ff 100%);border-radius:14px;justify-content:space-between;align-items:center;gap:18px;padding:18px;display:flex;box-shadow:0 12px 34px #23305b0b}.inventory-analytics-head>div:first-child{max-width:630px}.inventory-analytics-head small{color:#6975f1;letter-spacing:.08em;text-transform:uppercase;font-size:8px;font-weight:900}.inventory-analytics-head h2{color:#172033;margin:4px 0 5px;font-size:21px}.inventory-analytics-head p{color:var(--muted);margin:0;font-size:9px;line-height:1.55}.inventory-kpis{align-items:stretch;gap:7px;display:flex}.inventory-kpis>span{background:#fff;border:1px solid #e3e5f4;border-radius:11px;flex-direction:column;gap:4px;min-width:130px;padding:9px 11px;display:flex}.inventory-kpis small{color:var(--muted);letter-spacing:0;text-transform:none;font-size:7px}.inventory-kpis b{font-size:13px}.inventory-kpis .warn{background:#fff9eb;border-color:#f0d899}.inventory-controls{align-items:center;gap:8px;display:flex}.inventory-controls>div{border:1px solid var(--line);background:#fff;border-radius:9px;padding:3px;display:flex;overflow:auto}.inventory-controls button{min-height:31px;color:var(--muted);white-space:nowrap;background:0 0;border:0;border-radius:6px;padding:0 11px;font-size:8px;font-weight:800;transition:background .18s,color .18s,transform .18s}.inventory-controls button:hover{transform:translateY(-1px)}.inventory-controls button.active{color:#fff;background:#5b67f1;box-shadow:0 4px 12px #5b67f12b}.inventory-clear-filter{color:#4e5795!important;background:#f8f8fd!important;border:1px solid #dfe2f0!important}.inventory-visual-grid{grid-template-columns:minmax(0,1.18fr) minmax(440px,.82fr);gap:10px;display:grid}.warehouse-map-card,.inventory-history-card{border:1px solid var(--line);background:#fff;border-radius:14px;min-width:0;overflow:hidden;box-shadow:0 8px 26px #23305b08}.warehouse-map-card>header,.inventory-history-card>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;min-height:53px;padding:9px 12px;display:flex}.warehouse-map-card>header>div,.inventory-history-card>header>div{flex-direction:column;gap:3px;display:flex}.warehouse-map-card header small,.inventory-history-card header small{color:var(--muted);font-size:7px}.warehouse-map-card header b,.inventory-history-card header b{font-size:10px}.warehouse-map-card label{color:var(--muted);align-items:center;gap:6px;font-size:8px;font-weight:800;display:flex}.warehouse-map-card input{accent-color:#5b67f1}.warehouse-map-canvas{background:radial-gradient(circle at 50% 40%,#f8f9ff,#f0f3f8);height:292px;position:relative;overflow:hidden}.warehouse-map-canvas>svg{width:100%;height:100%;display:block}.warehouse-map-canvas .country{fill:#e4e8f1;stroke:#fff;stroke-width:1.2px;vector-effect:non-scaling-stroke}.warehouse-map-canvas .country.russia{fill:#dbe0f5}.warehouse-map-canvas .country.neighbor{fill:#eef0f4}.warehouse-bubble{cursor:pointer;outline:none}.warehouse-bubble>circle:first-child{fill:#5b67f1b8;stroke:#fff;stroke-width:2px;vector-effect:non-scaling-stroke;transition:fill .16s,stroke-width .16s}.warehouse-bubble:hover>circle:first-child,.warehouse-bubble:focus>circle:first-child{fill:#ef746d;stroke-width:3px}.warehouse-bubble .core{fill:#fff;pointer-events:none}.warehouse-map-canvas>aside{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffeb;border:1px solid #dfe3f2;border-radius:10px;flex-direction:column;gap:3px;min-width:185px;padding:9px 11px;display:flex;position:absolute;bottom:10px;left:12px;box-shadow:0 10px 26px #27325922}.warehouse-map-canvas>aside b{font-size:9px}.warehouse-map-canvas>aside strong{color:#4f59c8;font-size:13px}.warehouse-map-canvas>aside span,.warehouse-map-canvas>aside small{color:var(--muted);font-size:7px}.warehouse-map-canvas>aside small{color:#b26729}.warehouse-map-card>footer{border-top:1px solid var(--line);min-height:31px;color:var(--muted);align-items:center;gap:8px;padding:6px 10px;font-size:7px;display:flex}.warehouse-map-card>footer span{align-items:center;gap:5px;display:flex}.warehouse-map-card>footer i{background:#5b67f1;border-radius:50%;width:9px;height:9px}.warehouse-map-card>footer em{margin-left:auto;font-style:normal}.inventory-metric-switch{border:1px solid var(--line);border-radius:7px;padding:2px;display:flex}.inventory-metric-switch button,.inventory-history-card>nav button{color:var(--muted);background:0 0;border:0;border-radius:5px;padding:5px 8px;font-size:7px;font-weight:800}.inventory-metric-switch button.active,.inventory-history-card>nav button.active{color:#4d57c7;background:#e9ebff}.inventory-history-card>nav{align-items:center;gap:3px;padding:7px 10px 0;display:flex}.inventory-history-svg{width:100%;height:245px;padding:0 6px;display:block}.inventory-history-svg line{stroke:#e8eaf2;stroke-width:1px;vector-effect:non-scaling-stroke}.inventory-history-svg text{fill:var(--muted);font-size:7px}.inventory-area{fill:#6975f11a}.inventory-line{fill:none;stroke:#5b67f1;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.inventory-point circle{fill:#fff;stroke:#5b67f1;stroke-width:2px;vector-effect:non-scaling-stroke}.inventory-chart-empty{height:245px;color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:25px;display:flex}.inventory-chart-empty b{color:var(--ink);font-size:10px}.inventory-chart-empty span{max-width:340px;font-size:8px;line-height:1.5}.inventory-groups{border:1px solid var(--line);background:#fff;border-radius:12px;overflow:hidden}.inventory-groups>header,.inventory-groups>button{grid-template-columns:minmax(260px,1.4fr) 130px 170px minmax(170px,.8fr);align-items:center;gap:12px;width:100%;padding:0 13px;display:grid}.inventory-groups>header{min-height:34px;color:var(--muted);text-transform:uppercase;background:#f5f6fa;font-size:7px;font-weight:900}.inventory-groups>button{min-height:58px;color:var(--ink);text-align:left;background:#fff;border:0;border-top:1px solid #edf0f5;transition:background .16s,box-shadow .16s}.inventory-groups>button:hover,.inventory-groups>button.active{background:#f8f8ff;box-shadow:inset 3px 0 #5b67f1}.inventory-groups>button>span:first-child{flex-direction:column;gap:3px;min-width:0;display:flex}.inventory-groups b{text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.inventory-groups small{color:var(--muted);font-size:7px}.inventory-groups strong{font-size:9px}.inventory-groups>button>span:last-child{background:#eef0f5;border-radius:4px;height:7px;position:relative;overflow:visible}.inventory-groups>button>span:last-child i{background:linear-gradient(90deg,#6975f1,#9e76df);border-radius:4px;height:100%;display:block}.inventory-groups>button>span:last-child small{color:#b26729;white-space:nowrap;position:absolute;top:10px;right:0}.inventory-empty{color:var(--muted);flex-direction:column;align-items:center;gap:5px;padding:32px;font-size:8px;display:flex}.inventory-empty b{color:var(--ink);font-size:10px}@media (max-width:1180px){.inventory-analytics-head{flex-direction:column;align-items:flex-start}.inventory-kpis{width:100%}.inventory-kpis>span{flex:1}.inventory-visual-grid{grid-template-columns:1fr}.warehouse-map-canvas{height:330px}.inventory-groups{overflow:auto}.inventory-groups>header,.inventory-groups>button{min-width:850px}}@media (max-width:720px){.inventory-kpis{overflow:auto}.inventory-kpis>span{min-width:125px}.inventory-controls{flex-direction:column;align-items:flex-start}.inventory-controls>div{width:100%}.warehouse-map-canvas{height:240px}.warehouse-map-card>header{flex-direction:column;align-items:flex-start}.inventory-history-card>header{align-items:flex-start}.inventory-history-card>nav{overflow:auto}}html[data-theme=dark] :is(.inventory-analytics-head,.inventory-kpis>span,.inventory-controls>div,.warehouse-map-card,.inventory-history-card,.inventory-groups,.inventory-groups>button){background:var(--paper);border-color:var(--line);color:var(--ink)}html[data-theme=dark] .warehouse-map-canvas{background:#101b22}html[data-theme=dark] .warehouse-map-canvas .country.russia{fill:#303755}html[data-theme=dark] .warehouse-map-canvas .country.neighbor{fill:#242d36}.online-resource-board{flex-direction:column;gap:10px;display:flex}.online-resource-intro{background:linear-gradient(135deg,#fff,#f3f4ff);border:1px solid #dfe2f0;border-radius:15px;justify-content:space-between;align-items:center;gap:20px;padding:20px;display:flex;box-shadow:0 13px 35px #29366a0b}.online-resource-intro small{color:#5b67f1;letter-spacing:.08em;text-transform:uppercase;font-size:8px;font-weight:900}.online-resource-intro h2{color:#172033;margin:5px 0;font-size:22px}.online-resource-intro p{max-width:720px;color:var(--muted);margin:0;font-size:9px;line-height:1.55}.online-resource-intro>a{color:#fff;background:#5b67f1;border-radius:9px;justify-content:center;align-items:center;min-width:150px;height:37px;padding:0 14px;font-size:8px;font-weight:900;text-decoration:none;transition:transform .18s,box-shadow .18s;display:flex;box-shadow:0 7px 18px #5b67f130}.online-resource-intro>a:hover{transform:translateY(-2px);box-shadow:0 10px 23px #5b67f13d}.online-resource-matrix{border:1px solid var(--line);background:#fff;border-radius:13px;overflow:auto}.online-resource-matrix>header,.online-resource-matrix>article{grid-template-columns:minmax(240px,1.3fr) repeat(7,minmax(120px,.72fr));align-items:stretch;min-width:1190px;display:grid}.online-resource-matrix>header{min-height:49px;color:var(--muted);background:#f5f6fa}.online-resource-matrix>header>span{border-right:1px solid #e5e7ee;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:8px;font-size:8px;font-weight:900;display:flex}.online-resource-matrix>header>span:first-child{z-index:3;background:#f5f6fa;align-items:flex-start;padding-left:14px;position:sticky;left:0}.online-resource-matrix>header small{font-size:6px;font-weight:500}.online-resource-matrix>article{border-top:1px solid #e9ebf0;min-height:78px}.online-store-cell{z-index:2;background:#fff;border-right:1px solid #e4e6ee;grid-template-columns:37px minmax(0,1fr) auto;align-items:center;gap:8px;padding:10px 12px;display:grid;position:sticky;left:0}.online-store-cell>i{color:#525dcf;background:#e9ebff;border-radius:10px;place-items:center;width:37px;height:37px;font-size:9px;font-style:normal;font-weight:900;display:grid}.online-store-cell>span{flex-direction:column;gap:3px;min-width:0;display:flex}.online-store-cell b,.online-store-cell small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.online-store-cell small{color:var(--muted);font-size:7px}.online-store-cell>em{color:#258260;background:#e3f5ec;border-radius:8px;padding:4px 6px;font-size:6px;font-style:normal;font-weight:900}.online-store-cell>em.paused{color:#7c8493;background:#f0f1f5}.online-resource-matrix article>a{color:var(--ink);text-align:center;border-right:1px solid #edf0f4;flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:8px;text-decoration:none;transition:background .16s,box-shadow .16s;display:flex}.online-resource-matrix article>a:hover{background:#f7f7ff;box-shadow:inset 0 -3px #5b67f1}.online-resource-matrix article>a>i{color:#8b92a0;background:#f0f1f5;border-radius:50%;place-items:center;width:23px;height:23px;font-size:9px;font-style:normal;font-weight:900;display:grid}.online-resource-matrix article>a.ready>i{color:#23805e;background:#dcf3e8}.online-resource-matrix article>a.attention>i{color:#a96a19;background:#fff0db}.online-resource-matrix article>a b{font-size:7px}.online-resource-matrix article>a small{color:var(--muted);font-size:6px}.online-resource-empty{color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:40px;font-size:8px;display:flex}.online-resource-empty b{color:var(--ink);font-size:10px}.online-resource-foot{min-height:35px;color:var(--muted);align-items:center;gap:13px;padding:6px 10px;font-size:7px;display:flex}.online-resource-foot span{align-items:center;gap:5px;display:flex}.online-resource-foot i{background:#e8eaf0;border-radius:3px;width:9px;height:9px}.online-resource-foot i.ready{background:#50bd8f}.online-resource-foot em{margin-left:auto;font-style:normal}@media (max-width:800px){.online-resource-intro{flex-direction:column;align-items:flex-start}.online-resource-intro>a{width:100%}.online-resource-foot{flex-wrap:wrap;align-items:flex-start}.online-resource-foot em{width:100%;margin-left:0}}html[data-theme=dark] :is(.online-resource-intro,.online-resource-matrix,.online-store-cell){background:var(--paper);border-color:var(--line);color:var(--ink)}html[data-theme=dark] .online-resource-matrix>header,html[data-theme=dark] .online-resource-matrix>header>span:first-child{background:#17232b}.online-resource-back{border:1px solid var(--line);color:var(--ink);border-radius:9px;align-self:flex-start;align-items:center;margin:4px 0 10px;padding:8px 12px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}:is(.online-resource-back:hover,.online-resource-back:focus-visible){background:#f2f3ff;border-color:#6872dc;outline:2px solid #0000}.online-resource-matrix>article{min-height:88px}.online-resource-matrix>header>span{font-size:11px}.online-resource-matrix>header small{font-size:9px}.online-store-cell b{font-size:12px}.online-store-cell small{font-size:10px}.online-store-cell>em{white-space:nowrap;font-size:9px}.online-resource-cell{border-right:1px solid #edf0f4;min-width:0}.online-resource-cell>a,.online-resource-cell>span{text-align:center;height:100%;color:var(--ink);flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:10px 5px;text-decoration:none;display:flex}.online-resource-cell>a{transition:background .16s,box-shadow .16s}:is(.online-resource-cell>a:hover,.online-resource-cell>a:focus-visible){background:#f7f7ff;outline:none;box-shadow:inset 0 -3px #5b67f1}.online-resource-cell i{color:#667085;background:#edf0f6;border-radius:50%;place-items:center;width:24px;height:24px;font-size:12px;font-style:normal;font-weight:800;display:grid}.online-resource-cell.ready i{color:#23805e;background:#dcf3e8}.online-resource-cell.attention i{color:#a96a19;background:#fff0db}.online-resource-cell.na{background:#fafbfc}.online-resource-cell.na i{color:#9aa1aa;background:#f2f3f5}.online-resource-cell b{font-size:10px;line-height:1.2}.online-resource-cell small{text-overflow:ellipsis;white-space:nowrap;max-width:100%;color:var(--muted);font-size:9px;overflow:hidden}@media (prefers-reduced-motion:reduce){.online-resource-cell>a,.online-resource-back{transition:none}}.marketplace-chart-metric{border:1px solid var(--line);border-radius:7px;padding:2px;display:flex!important}.marketplace-chart-metric button{color:var(--muted);background:0 0;border:0;border-radius:5px;padding:5px 8px;font-size:7px;font-weight:900}.marketplace-chart-metric button.active{color:#505ac9;background:#e9ebff}.marketplace-chart-summary>em{background:#e5f5ec;border-radius:8px;padding:3px 6px;font-size:7px;font-style:normal;font-weight:900}.marketplace-chart-summary>em.negative{background:#fff0ed}.marketplace-chart-svg .chart-bar.revenue{fill:#6975f1}.marketplace-trend-line{fill:none;stroke:#27325c;stroke-width:1.4px;stroke-linecap:round;stroke-linejoin:round;opacity:.75;pointer-events:none;vector-effect:non-scaling-stroke}.marketplace-chart-svg.revenue .marketplace-trend-line{stroke:#ef746d;stroke-width:2px}.marketplace-chart-empty{height:155px;color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:5px;font-size:8px;display:flex}.marketplace-chart-empty b{color:var(--ink);font-size:10px}.inventory-groups>header,.inventory-groups>button{grid-template-columns:minmax(230px,1.3fr) 100px 150px 170px minmax(150px,.8fr)}.warehouse-map-tools{flex-wrap:wrap;align-items:center;gap:6px;flex-direction:row!important;display:flex!important}.warehouse-map-tools button{border:1px solid var(--line);background:var(--paper);min-width:28px;height:28px;color:var(--ink);cursor:pointer;border-radius:6px}.warehouse-map-tools button:disabled{opacity:.4;cursor:not-allowed}.warehouse-map-canvas>svg{cursor:grab;touch-action:none}.warehouse-map-canvas>svg:active{cursor:grabbing}.warehouse-region-total{fill:var(--ink);paint-order:stroke;stroke:var(--paper);stroke-width:3px;pointer-events:none;font-size:9px;font-weight:800}.inventory-kpis>span:nth-child(2){background:#f1faf8;border-color:#a6d9d2}.inventory-controls button.active{background:var(--teal);box-shadow:0 4px 12px #24a9a52b}.warehouse-bubble>circle:first-child{fill:#20a7a0bd}.warehouse-bubble:hover>circle:first-child,.warehouse-bubble:focus>circle:first-child{fill:#e69455}.warehouse-map-card>footer i{background:var(--teal)}.inventory-line,.inventory-point circle{stroke:var(--teal)}@media (max-width:1180px){.inventory-groups>header,.inventory-groups>button{min-width:980px}}html[data-theme=dark] .inventory-kpis>span:nth-child(2){background:#15312e;border-color:#29685f}.crm-task-workspace{flex-direction:column;gap:14px;display:flex}.crm-task-heading{justify-content:space-between;align-items:flex-end;gap:18px;display:flex}.crm-task-heading>.module-empty-heading{flex:1}.crm-task-heading>.primary{background:var(--teal);color:#fff;border:0;border-radius:10px;flex:none;min-height:39px;padding:0 16px;font-weight:800}.crm-task-toolbar{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.crm-task-toolbar>nav,.crm-calendar-controls{border:1px solid var(--line);background:var(--paper);border-radius:11px;align-items:center;gap:4px;padding:4px;display:flex}.crm-task-toolbar button{min-height:31px;color:var(--muted);background:0 0;border:0;border-radius:7px;padding:0 11px;font-size:10px;font-weight:800}.crm-task-toolbar button.active{background:color-mix(in srgb,var(--teal) 12%,var(--paper));color:var(--teal-dark);box-shadow:0 1px 3px #10242c12}.crm-calendar-controls{max-width:100%;margin-left:auto;overflow:auto}.crm-calendar-controls input{height:31px;color:var(--ink);background:0 0;border:0;padding:0 8px;font-size:10px}.crm-task-kanban{grid-template-columns:repeat(4,minmax(210px,1fr));gap:10px;padding-bottom:5px;display:grid;overflow:auto}.crm-task-kanban>article{border:1px solid var(--line);background:color-mix(in srgb,var(--paper) 84%,var(--bg));border-radius:13px;min-height:300px;overflow:hidden}.crm-task-kanban>article>header{border-bottom:1px solid var(--line);background:var(--paper);justify-content:space-between;align-items:center;height:47px;padding:0 12px;display:flex}.crm-task-kanban>article>header span{align-items:center;gap:7px;font-size:11px;font-weight:900;display:flex}.crm-task-kanban>article>header i{background:#a8b1bd;border-radius:50%;width:8px;height:8px}.crm-task-kanban .status-in_progress>header i{background:#6975f1}.crm-task-kanban .status-done>header i{background:#2d9b72}.crm-task-kanban .status-cancelled>header i{background:#9aa3b4}.crm-task-kanban>article>header b{background:var(--bg);border-radius:12px;place-items:center;min-width:25px;height:24px;padding:0 7px;font-size:9px;display:grid}.crm-task-kanban>article>section{flex-direction:column;gap:8px;padding:9px;display:flex}.crm-task-kanban>article>section>p{color:var(--muted);text-align:center;margin:50px 0;font-size:9px}.crm-task-card{border:1px solid var(--line);background:var(--paper);text-align:left;width:100%;min-width:0;color:var(--ink);border-left:3px solid #9ba6b2;border-radius:10px;flex-direction:column;gap:7px;padding:11px;transition:transform .16s,border-color .16s,box-shadow .16s;display:flex;box-shadow:0 4px 14px #17242d08}.crm-task-card:hover{border-color:color-mix(in srgb,var(--teal) 40%,var(--line));transform:translateY(-2px);box-shadow:0 8px 20px #17242d12}.crm-task-card.priority-high{border-left-color:#e49a39}.crm-task-card.priority-critical{border-left-color:#d85d67}.crm-task-card.priority-low{border-left-color:#75a7d8}.crm-task-card>span{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:6px;font-size:8px;font-weight:800;display:flex}.crm-task-card>span i{background:currentColor;border-radius:50%;width:5px;height:5px}.crm-task-card>b{font-size:11px;line-height:1.35}.crm-task-card>small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.crm-task-card>footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:8px;padding-top:7px;display:flex}.crm-task-card>footer em,.crm-task-card>footer time{color:var(--muted);font-size:8px;font-style:normal}.crm-task-card>footer time.overdue{color:var(--coral);font-weight:900}.crm-task-card.compact{box-shadow:none;border-radius:7px;gap:4px;padding:7px}.crm-task-card.compact>span{display:none}.crm-task-card.compact>b{font-size:9px}.crm-task-card.compact>footer em{display:none}.crm-task-table.enhanced>button{border:0;border-bottom:1px solid var(--line);background:var(--paper);width:100%;color:var(--ink);text-align:left;grid-template-columns:minmax(260px,1.4fr) minmax(150px,.8fr) minmax(125px,.65fr) 105px 110px;align-items:center;padding:10px 13px;font-size:10px;display:grid}.crm-task-table.enhanced>button:hover{background:color-mix(in srgb,var(--teal) 5%,var(--paper))}.crm-task-table.enhanced>button>span:first-child{grid-template-columns:9px 1fr;gap:2px 7px;display:grid}.crm-task-table.enhanced>button>span:first-child small{color:var(--muted);grid-column:2}.crm-task-table.enhanced>button.done{opacity:.65}.task-status{background:var(--bg);border-radius:12px;padding:5px 8px;font-size:8px;font-style:normal;font-weight:900;display:inline-flex}.task-status.in_progress{color:#4f5bc7;background:#eceefe}.task-status.done{color:#24815e;background:#e4f5ec}.task-status.cancelled{color:#7a8490}.crm-task-calendar{gap:6px;display:grid;overflow:auto}.crm-task-calendar.grain-day{grid-template-columns:1fr}.crm-task-calendar.grain-week{grid-template-columns:repeat(7,minmax(140px,1fr))}.crm-task-calendar.grain-month{grid-template-columns:repeat(7,minmax(120px,1fr))}.crm-task-calendar.grain-quarter{grid-template-columns:repeat(3,minmax(250px,1fr))}.crm-task-calendar.grain-year{grid-template-columns:repeat(4,minmax(210px,1fr))}.crm-task-calendar>article{border:1px solid var(--line);background:var(--paper);border-radius:9px;min-height:130px;overflow:hidden}.crm-task-calendar>article>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:34px;padding:0 9px;display:flex}.crm-task-calendar>article>header b{text-transform:capitalize;font-size:9px}.crm-task-calendar>article>header span{color:var(--muted);font-size:8px}.crm-task-calendar>article>section{flex-direction:column;gap:5px;padding:6px;display:flex}.crm-task-calendar>article>section>button:not(.crm-task-card){color:var(--teal-dark);background:0 0;border:0;font-size:8px}.crm-task-saving{z-index:120;color:#fff;background:#20273b;border-radius:12px;padding:10px 14px;font-size:10px;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 28px #141b2a44}.crm-task-detail{width:min(840px,100vw - 28px)}.crm-task-detail-loading{text-align:center;color:var(--muted);padding:70px}.crm-task-detail-summary{background:var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.crm-task-detail-summary>span{background:var(--paper);flex-direction:column;gap:4px;min-width:0;padding:13px 15px;display:flex}.crm-task-detail-summary small,.crm-task-description>small,.crm-task-files header small{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:8px;font-weight:900}.crm-task-detail-summary b{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.crm-task-description{border-bottom:1px solid var(--line);padding:17px 20px}.crm-task-description p{white-space:pre-wrap;margin:7px 0 0;font-size:11px;line-height:1.55}.crm-task-files{min-height:150px;padding:16px 20px}.crm-task-files>header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.crm-task-files>header>div{flex-direction:column;gap:3px;display:flex}.crm-task-files>header label{background:var(--teal);color:#fff;cursor:pointer;border-radius:8px;align-items:center;min-height:34px;padding:0 12px;font-size:9px;font-weight:900;display:flex}.crm-task-files>header label.disabled{opacity:.55}.crm-task-files>header input{display:none}.crm-task-files>article{border-bottom:1px solid var(--line);grid-template-columns:38px 1fr auto auto;align-items:center;gap:10px;padding:9px 0;display:grid}.crm-task-files>article>i{color:#5763c8;background:#edf0fb;border-radius:7px;place-items:center;height:34px;font-size:8px;font-style:normal;font-weight:900;display:grid}.crm-task-files>article>span{flex-direction:column;gap:3px;min-width:0;display:flex}.crm-task-files>article b{white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.crm-task-files>article small,.crm-task-files>p{color:var(--muted);font-size:8px}.crm-task-files>article a,.crm-task-files>article button{color:var(--teal-dark);background:0 0;border:0;font-size:9px;font-weight:800}.crm-task-files>article button{color:var(--coral)}@media (max-width:1050px){.crm-task-kanban{grid-template-columns:repeat(4,240px)}.crm-task-table.enhanced{overflow:auto}.crm-task-table.enhanced>header,.crm-task-table.enhanced>button{min-width:850px}.crm-task-calendar.grain-month{grid-template-columns:repeat(7,140px)}.crm-task-detail-summary{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.crm-task-heading,.crm-task-toolbar{flex-direction:column;align-items:stretch}.crm-task-heading>.primary{width:100%}.crm-task-toolbar>nav{align-self:flex-start}.crm-calendar-controls{width:100%;margin:0}.crm-task-calendar.grain-week,.crm-task-calendar.grain-month,.crm-task-calendar.grain-quarter,.crm-task-calendar.grain-year{grid-template-columns:repeat(1,minmax(260px,1fr));max-height:65vh}.crm-task-detail-summary{grid-template-columns:1fr}.crm-task-files>article{grid-template-columns:34px 1fr auto}.crm-task-files>article button{grid-column:2/4;justify-self:start}.crm-task-detail>footer{flex-wrap:wrap}}.crm-gantt-workspace{flex-direction:column;gap:13px;display:flex}.crm-gantt-toolbar{border:1px solid var(--line);background:var(--paper);border-radius:11px;justify-content:space-between;align-items:center;gap:10px;min-height:48px;padding:6px 8px;display:flex}.crm-gantt-toolbar>label{color:var(--muted);align-items:center;gap:8px;font-size:9px;font-weight:800;display:flex}.crm-gantt-toolbar input{border:1px solid var(--line);background:var(--paper);height:32px;color:var(--ink);border-radius:7px;padding:0 8px}.crm-gantt-toolbar>nav{background:var(--bg);border-radius:8px;gap:3px;padding:3px;display:flex}.crm-gantt-toolbar button{height:29px;color:var(--muted);background:0 0;border:0;border-radius:6px;padding:0 10px;font-size:8px;font-weight:900}.crm-gantt-toolbar button.active{background:var(--paper);color:var(--teal-dark);box-shadow:0 2px 7px #1f314114}.crm-gantt-modern{border:1px solid var(--line);background:var(--paper);border-radius:12px;overflow:auto}.crm-gantt-modern>header{z-index:4;border-bottom:1px solid var(--line);background:var(--paper);grid-template-columns:250px minmax(670px,1fr);min-width:920px;height:45px;display:grid;position:sticky;top:0}.crm-gantt-modern>header>span{color:var(--muted);text-transform:uppercase;align-items:center;padding:0 14px;font-size:8px;font-weight:900;display:flex}.crm-gantt-modern>header>div{border-left:1px solid var(--line);position:relative}.crm-gantt-modern>header i{border-left:1px solid var(--line);color:var(--muted);white-space:nowrap;padding:15px 0 0 6px;font-size:7px;font-style:normal;position:absolute;top:0;bottom:0}.crm-gantt-modern>article{border-bottom:1px solid var(--line);min-width:920px}.crm-gantt-project{background:color-mix(in srgb,var(--teal) 4%,var(--paper));grid-template-columns:minmax(250px,1fr) auto auto;align-items:center;gap:12px;min-height:52px;padding:8px 12px;display:grid}.crm-gantt-project>span{flex-direction:column;gap:3px;min-width:0;display:flex}.crm-gantt-project small{color:var(--muted);font-size:8px}.crm-gantt-project em{color:var(--teal-dark);font-size:13px;font-style:normal;font-weight:900}.crm-gantt-project button{border:1px solid var(--line);background:var(--paper);color:var(--teal-dark);border-radius:7px;padding:7px 9px;font-size:8px;font-weight:800}.crm-gantt-modern-row{border-top:1px solid #edf0f2;grid-template-columns:250px minmax(670px,1fr);height:51px;display:grid}.crm-gantt-modern-row>button{text-align:left;min-width:0;color:var(--ink);background:0 0;border:0;flex-direction:column;gap:3px;padding:7px 13px;display:flex}.crm-gantt-modern-row>button:hover{background:color-mix(in srgb,var(--teal) 5%,var(--paper))}.crm-gantt-modern-row>button b{white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.crm-gantt-modern-row>button small{color:var(--muted);font-size:7px}.crm-gantt-track{border-left:1px solid var(--line);background:repeating-linear-gradient(0deg,#fafbfc,#fafbfc 24px,#f6f8f9 25px);position:relative}.crm-gantt-track>i{border-left:1px solid #edf0f2;position:absolute;top:0;bottom:0}.crm-gantt-today{z-index:2;background:#e5656c;width:2px;position:absolute;top:0;bottom:0;box-shadow:0 0 0 2px #e5656c18}.crm-gantt-bar{z-index:1;color:#fff;background:#6975f1;border:0;border-radius:7px;min-width:8px;height:31px;position:absolute;top:10px;overflow:hidden;box-shadow:0 4px 10px #4c57c52f}.crm-gantt-bar.status-planned{background:#8d97a6}.crm-gantt-bar.status-active{background:#6975f1}.crm-gantt-bar.status-paused{background:#dda052}.crm-gantt-bar.status-completed{background:#2d9b72}.crm-gantt-bar>i{background:#ffffff26;position:absolute;inset:0 auto 0 0}.crm-gantt-bar>span{z-index:1;font-size:7px;font-weight:900;position:relative}.crm-gantt-stage-modal{width:min(650px,96vw)}.crm-gantt-stage-modal input[type=range]{accent-color:var(--teal);padding:0}@media (max-width:700px){.crm-gantt-toolbar{flex-direction:column;align-items:stretch}.crm-gantt-toolbar>nav{overflow:auto}.crm-gantt-toolbar>label{justify-content:space-between}.crm-gantt-modern>header,.crm-gantt-modern>article{min-width:780px}.crm-gantt-modern>header,.crm-gantt-modern-row{grid-template-columns:210px minmax(570px,1fr)}}.social-workspace{padding:10px 0 22px}.social-command{grid-template-columns:minmax(340px,1fr) 150px auto auto auto;align-items:end;gap:8px;margin-bottom:9px;display:grid}.social-command>div{align-self:center}.social-command small{color:var(--teal-dark);letter-spacing:.07em;font-size:9px;font-weight:900}.social-command h2{margin:3px 0 2px;font-size:19px}.social-command p{color:var(--muted);margin:0;font-size:10px}.social-command label{color:var(--muted);flex-direction:column;gap:3px;font-size:8px;font-weight:800;display:flex}.social-command input,.social-command button{border:1px solid var(--line);background:var(--paper);height:32px;color:var(--ink);font:inherit;border-radius:7px;padding:0 10px;font-size:9px;font-weight:800}.social-command button{white-space:nowrap}.social-command button.primary{border-color:var(--teal);background:var(--teal);color:#fff}.social-subtabs{border-bottom:1px solid var(--line);align-items:center;gap:19px;display:flex;overflow:auto}.social-subtabs button{min-height:37px;color:var(--muted);white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;padding:0 1px;font-size:10px}.social-subtabs button.active{border-bottom-color:var(--teal);color:var(--teal-dark);font-weight:900}.social-subtabs button span{background:#e7efef;border-radius:9px;margin-left:4px;padding:2px 6px;font-size:8px}.social-subtabs .social-refresh{color:var(--teal-dark);margin-left:auto;font-weight:800}.social-subtabs button:disabled{opacity:.55}.social-kpis{grid-template-columns:repeat(6,minmax(0,1fr));gap:7px;margin:9px 0;display:grid}.social-kpis article{border:1px solid var(--line);background:var(--paper);border-radius:8px;flex-direction:column;gap:3px;min-height:70px;padding:9px 11px;display:flex}.social-kpis small{color:var(--muted);font-size:8px}.social-kpis b{font-size:15px}.social-kpis b em,.social-kpis b i{font-size:12px;font-style:normal}.social-kpis b em,.social-kpis .positive{color:#16856f}.social-kpis b i,.social-kpis .negative{color:#c5554f}.social-kpis span{color:var(--muted);margin-top:auto;font-size:8px}.social-pulse-grid{grid-template-columns:1.15fr 1.15fr .8fr;gap:8px;display:grid}.social-panel{border:1px solid var(--line);background:var(--paper);border-radius:9px;overflow:hidden}.social-panel>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:9px;min-height:45px;padding:8px 11px;display:flex}.social-panel>header>div{flex-direction:column;gap:2px;min-width:0;display:flex}.social-panel>header b{font-size:11px}.social-panel>header small{color:var(--muted);font-size:8px}.social-panel>header button,.social-account-grid footer button,.social-account-grid footer a{border:1px solid var(--line);background:var(--paper);color:var(--teal-dark);white-space:nowrap;border-radius:6px;padding:5px 8px;font-size:8px;font-weight:800;text-decoration:none}.social-empty{min-height:120px;color:var(--muted);text-align:center;place-items:center;padding:18px;font-size:9px;display:grid}.social-next-publications>article,.social-inbox-preview>article{border-bottom:1px solid var(--line);align-items:center;gap:8px;min-height:47px;padding:6px 10px;display:grid}.social-next-publications>article{grid-template-columns:92px minmax(0,1fr) auto}.social-next-publications time{color:var(--muted);font-size:8px}.social-next-publications span,.social-inbox-preview span{flex-direction:column;gap:2px;min-width:0;display:flex}.social-next-publications span b,.social-inbox-preview span b{text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.social-next-publications span small,.social-inbox-preview span small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.social-next-publications em{color:var(--muted);background:#eef2f3;border-radius:10px;padding:3px 6px;font-size:7px;font-style:normal;font-weight:800}.social-next-publications em.published{color:#177253;background:#dff4ea}.social-next-publications em.failed{color:#b94d47;background:#fbe7e5}.social-inbox-preview>article{grid-template-columns:24px minmax(0,1fr) 90px}.social-inbox-preview>article>i,.social-account-health>button>i{width:23px;height:23px;color:var(--teal-dark);background:#e2f2f0;border-radius:6px;place-items:center;font-size:8px;font-style:normal;font-weight:900;display:grid}.social-inbox-preview select,.social-plan-table select,.social-inbox-table select{border:1px solid var(--line);background:var(--paper);width:100%;height:25px;color:var(--ink);border-radius:5px;padding:0 5px;font-size:8px}.social-account-health>button{border:0;border-bottom:1px solid var(--line);width:100%;min-height:48px;color:var(--ink);text-align:left;background:0 0;grid-template-columns:25px minmax(0,1fr) auto auto;align-items:center;gap:7px;padding:6px 9px;display:grid}.social-account-health>button span{flex-direction:column;gap:2px;min-width:0;display:flex}.social-account-health>button b,.social-account-health>button small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.social-account-health>button b{font-size:9px}.social-account-health>button small,.social-account-health>button em{color:var(--muted);font-size:7px;font-style:normal}.social-account-health>button strong{color:var(--muted);background:#edf2f3;border-radius:9px;padding:3px 5px;font-size:7px}.social-account-health>button strong.ready{color:#177253;background:#dff4ea}.social-plan-table,.social-analytics-table,.social-inbox-table{overflow:auto}.social-plan-table>div,.social-plan-table>article{grid-template-columns:160px minmax(230px,1.4fr) 130px 120px 120px 115px 65px;align-items:center;min-width:1120px;display:grid}.social-analytics-table>div,.social-analytics-table>article{grid-template-columns:minmax(210px,1.4fr) repeat(6,minmax(95px,1fr));align-items:center;min-width:930px;display:grid}.social-inbox-table>div,.social-inbox-table>article{grid-template-columns:125px 190px minmax(260px,1fr) 135px 110px;align-items:center;min-width:970px;display:grid}.social-plan-table>div,.social-analytics-table>div,.social-inbox-table>div{min-height:33px;color:var(--muted);background:#f3f7f8;font-size:8px;font-weight:800}.social-plan-table>div>*,.social-plan-table>article>*,.social-analytics-table>div>*,.social-analytics-table>article>*,.social-inbox-table>div>*,.social-inbox-table>article>*{min-width:0;padding:5px 9px}.social-plan-table>article,.social-analytics-table>article,.social-inbox-table>article{border-top:1px solid var(--line);min-height:48px;font-size:8px}.social-plan-table>article:first-of-type,.social-analytics-table>article:first-of-type,.social-inbox-table>article:first-of-type{border-top:0}.social-plan-table article span,.social-analytics-table article span,.social-inbox-table article span{flex-direction:column;gap:2px;min-width:0;display:flex}.social-plan-table article b,.social-inbox-table article b{text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.social-plan-table article small,.social-analytics-table article small,.social-inbox-table article small{color:var(--muted);font-size:7px}.social-plan-table .entity-row-actions{gap:4px;padding-left:2px;display:flex}.social-plan-table .entity-row-actions button{border:1px solid var(--line);background:var(--paper);width:25px;height:25px;color:var(--teal-dark);border-radius:5px;padding:0}.social-plan-table .entity-row-actions button.danger{color:#bc514b}.social-analytics-table article>span:first-child{grid-template-columns:25px 1fr;align-items:center;display:grid}.social-analytics-table article>span:first-child i{width:22px;height:22px;color:var(--teal-dark);background:#e3f3f1;border-radius:6px;grid-row:1/3;place-items:center;font-style:normal;font-weight:900;display:grid}.social-analytics-table article>span:nth-child(4)>i{background:#edf1f2;border-radius:4px;height:4px;overflow:hidden}.social-analytics-table article>span:nth-child(4)>i>em{background:var(--teal);border-radius:4px;height:100%;display:block}.social-inbox-table article.new{box-shadow:inset 3px 0 var(--teal)}.social-inbox-table article a{color:var(--teal-dark);font-size:7px}.social-account-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:8px;display:grid}.social-account-grid>article{border:1px solid var(--line);background:var(--paper);border-radius:8px;padding:10px}.social-account-grid>article>header{grid-template-columns:31px minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.social-account-grid>article>header>i{width:29px;height:29px;color:var(--teal-dark);background:#e0f2ef;border-radius:8px;place-items:center;font-size:9px;font-style:normal;font-weight:900;display:grid}.social-account-grid>article>header>span{flex-direction:column;gap:2px;min-width:0;display:flex}.social-account-grid>article>header b,.social-account-grid>article>header small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.social-account-grid>article>header b{font-size:10px}.social-account-grid>article>header small{color:var(--muted);font-size:8px}.social-account-grid>article>header em{color:#177253;background:#e2f4eb;border-radius:10px;padding:3px 6px;font-size:7px;font-style:normal}.social-account-grid>article>header em.paused{color:#9b6923;background:#f7eddc}.social-account-grid dl{grid-template-columns:1fr 1fr;gap:6px;margin:10px 0;display:grid}.social-account-grid dl div{background:#f3f7f8;border-radius:6px;padding:6px 7px}.social-account-grid dt{color:var(--muted);font-size:7px}.social-account-grid dd{text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:8px;font-weight:800;overflow:hidden}.social-secret-badges{flex-wrap:wrap;gap:4px;min-height:25px;display:flex}.social-secret-badges span{color:#18766d;background:#e5f4f1;border-radius:10px;padding:3px 6px;font-size:7px}.social-secret-badges span.missing{color:#a95550;background:#f6e9e7}.social-account-grid>article>p{color:#b94d47;margin:6px 0 0;font-size:8px}.social-account-grid footer{align-items:center;gap:5px;margin-top:9px;display:flex}.social-account-grid footer .danger{color:#b94d47}.social-account-grid footer a{margin-left:auto}.social-account-grid .account-empty{grid-column:1/-1}.social-modal{width:min(790px,100vw - 30px);max-height:calc(100dvh - 30px);overflow:auto}.social-vault-note{background:#eff9f7;border:1px solid #bddfd9;border-radius:8px;flex-direction:column;gap:3px;padding:9px 11px;display:flex}.social-vault-note b{color:var(--teal-dark);font-size:9px}.social-vault-note span{color:var(--muted);font-size:8px}.social-modal label{position:relative}.social-modal .secret-configured{float:right;color:#177253;background:#dff4ea;border-radius:8px;padding:2px 5px;font-size:7px;font-style:normal}.social-modal .remove-secret{color:#a6544e;align-items:center;gap:5px;margin-top:4px;font-size:7px;display:flex}.social-modal .remove-secret input{width:13px;height:13px;margin:0}.social-modal textarea{min-height:66px}html[data-theme=dark] :is(.social-command input,.social-command button,.social-kpis article,.social-panel,.social-panel>header button,.social-inbox-preview select,.social-plan-table select,.social-inbox-table select,.social-account-grid>article,.social-account-grid footer button,.social-account-grid footer a,.social-plan-table .entity-row-actions button){background:var(--paper);color:var(--ink);border-color:var(--line)}html[data-theme=dark] :is(.social-plan-table>div,.social-analytics-table>div,.social-inbox-table>div,.social-account-grid dl div){background:#142027}html[data-theme=dark] :is(.social-subtabs button span,.social-next-publications em,.social-account-health>button strong){background:#1a292f}html[data-theme=dark] :is(.social-inbox-preview>article>i,.social-account-health>button>i,.social-account-grid>article>header>i,.social-analytics-table article>span:first-child i){color:#80d6cc;background:#173532}html[data-theme=dark] .social-vault-note{background:#17302f;border-color:#376762}html[data-theme=dark] .social-account-grid dl div{border-color:var(--line)}@media (max-width:1250px){.social-command{grid-template-columns:minmax(300px,1fr) 145px repeat(3,auto)}.social-kpis{grid-template-columns:repeat(3,1fr)}.social-pulse-grid{grid-template-columns:1fr 1fr}.social-account-health{grid-column:1/-1}.social-account-grid{grid-template-columns:1fr 1fr}}@media (max-width:760px){.social-command{flex-direction:column;align-items:stretch;display:flex}.social-command label{width:100%}.social-command button{flex:1}.social-subtabs{gap:14px}.social-subtabs .social-refresh{margin-left:0}.social-kpis{grid-template-columns:1fr 1fr}.social-pulse-grid{grid-template-columns:1fr}.social-account-health{grid-column:auto}.social-account-grid{grid-template-columns:1fr}.social-next-publications>article{grid-template-columns:82px minmax(0,1fr)}.social-next-publications em{grid-column:2;width:max-content}.social-modal{width:calc(100vw - 10px);max-height:calc(100dvh - 10px)}}.budget-version-panel{background:#fff;border:1px solid #cbdbe0;border-left:4px solid #7d929d;border-radius:9px;margin:-3px 0 12px;padding:12px 14px;box-shadow:0 3px 14px #17313a0a}.budget-version-panel.state-draft{border-left-color:#318fd1}.budget-version-panel.state-submitted{border-left-color:#e0a038}.budget-version-panel.state-approved{border-left-color:#22a873}.budget-version-panel.state-rejected{border-left-color:#d35b55}.budget-version-panel>header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.budget-version-panel>header>div{flex-direction:column;gap:3px;min-width:0;display:flex}.budget-version-panel>header small{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:8px;font-weight:800}.budget-version-panel>header b{font-size:13px}.budget-version-panel>header span{color:var(--muted);font-size:9px}.budget-version-panel>header label{width:255px;color:var(--muted);flex-direction:column;gap:4px;font-size:8px;display:flex}.budget-version-panel select,.budget-workflow input{border:1px solid var(--line);background:var(--paper);height:33px;color:var(--ink);border-radius:6px;padding:0 9px}.budget-version-meta{align-items:stretch;gap:6px;margin-top:10px;display:flex}.budget-version-meta>span{background:#f3f7f8;border-radius:6px;flex-direction:column;gap:2px;min-width:105px;padding:7px 9px;display:flex}.budget-version-meta small{color:var(--muted);font-size:7px}.budget-version-meta b{text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.budget-workflow{align-items:center;gap:7px;margin-top:10px;display:flex}.budget-workflow input{flex:1;min-width:260px}.budget-workflow button{border:1px solid var(--line);background:var(--paper);height:33px;color:var(--ink);white-space:nowrap;border-radius:6px;padding:0 12px;font-size:9px;font-weight:800}.budget-workflow button.primary{border-color:var(--teal);background:var(--teal);color:#fff}.budget-workflow button.danger{color:#b84e48;border-color:#e1aaa6}.budget-workflow button:disabled,.fill-plan-button:disabled{cursor:not-allowed;opacity:.45}.budget-workflow>span{color:var(--muted);font-size:9px}.budget-decision{border-radius:6px;margin:9px 0 0;padding:7px 9px;font-size:8px}.budget-decision.approved{color:#197351;background:#eaf7f1}.budget-decision.rejected{color:#a94640;background:#faecea}.budget-table-loading{border-top:1px solid var(--line);min-height:110px;color:var(--muted);place-items:center;font-size:10px;display:grid}.budget-row.off-plan{box-shadow:inset 3px 0 #e0a038}.off-plan-label{color:#9b681f;background:#fff0d7;border-radius:9px;padding:2px 6px;font-weight:800;font-size:7px!important}.execution>b.negative{min-width:82px;font-size:8px}.planfact-toolbar button:disabled{cursor:not-allowed;opacity:.45}html[data-theme=dark] .budget-version-panel{background:var(--paper);border-color:var(--line)}html[data-theme=dark] .budget-version-meta>span{background:#142027}html[data-theme=dark] .budget-decision.approved{color:#83d6b3;background:#173127}html[data-theme=dark] .budget-decision.rejected{color:#ef9b95;background:#352021}html[data-theme=dark] .off-plan-label{color:#efc979;background:#3a2f1b}@media (max-width:850px){.budget-version-panel>header{flex-direction:column}.budget-version-panel>header label{width:100%}.budget-version-meta{overflow:auto}.budget-workflow{flex-direction:column;align-items:stretch}.budget-workflow input,.budget-workflow button{width:100%}}.operation-origin.cash-lineage{background:#f2f8fa;border-color:#b9d4db}.operation-origin.cash-lineage>span{color:#315e6b;background:#dcecf0}.operation-origin.cash-lineage em{color:#315e6b;background:#e4f0f3}.operation-origin.cash-lineage.reversed{background:#fff7f6;border-color:#e8c4c1}.operation-origin.cash-lineage.reversed>span{color:#a84640;background:#f7dfdd}.operation-origin.cash-lineage.reversed em{color:#a84640;background:#f8e5e3}.operation-reversal-reason{background:#fff8f3;border-top:1px solid #e2e9eb;grid-template-columns:minmax(180px,.65fr) minmax(260px,1fr);gap:4px 14px;margin:0;padding:11px 18px;display:grid}.operation-reversal-reason b{font-size:9px}.operation-reversal-reason span{color:var(--muted);font-size:8px}.operation-reversal-reason textarea{background:var(--paper);min-height:56px;color:var(--ink);font:inherit;resize:vertical;border:1px solid #e0c8b6;border-radius:6px;grid-column:1/-1;padding:8px}.operation-edit-footer .danger-link:disabled{cursor:not-allowed;opacity:.5}html[data-theme=dark] .operation-origin.cash-lineage{background:#17292f;border-color:#31515b}html[data-theme=dark] .operation-origin.cash-lineage.reversed{background:#321f20;border-color:#633936}html[data-theme=dark] .operation-reversal-reason{border-color:var(--line);background:#2e281f}@media (max-width:700px){.operation-reversal-reason{grid-template-columns:1fr;padding:9px 10px}.operation-reversal-reason textarea{grid-column:1}}.ledger-workspace{padding:12px 0 26px}.ledger-command-bar{grid-template-columns:minmax(330px,1fr) auto 165px;align-items:center;gap:12px;margin-bottom:9px;display:grid}.ledger-command-bar>div:first-child small{color:var(--teal-dark);letter-spacing:.07em;text-transform:uppercase;font-size:8px;font-weight:900}.ledger-command-bar h2{margin:3px 0 2px;font-size:19px}.ledger-command-bar p{color:var(--muted);margin:0;font-size:9px}.ledger-period{border:1px solid var(--line);background:var(--paper);border-radius:8px;align-items:stretch;height:43px;display:flex;overflow:hidden}.ledger-period>button{width:30px;color:var(--muted);background:0 0;border:0;font-size:18px}.ledger-period>button:hover{color:var(--teal-dark);background:#eef6f5}.ledger-period label{border-inline:1px solid var(--line);flex-direction:column;gap:1px;min-width:136px;padding:5px 9px;display:flex}.ledger-period label span{color:var(--muted);font-size:7px}.ledger-period input{width:100%;color:var(--ink);font:inherit;background:0 0;border:0;padding:0;font-size:9px;font-weight:900}.ledger-period-state{background:#eef9f5;border:1px solid #b8ddd2;border-radius:8px;align-items:center;gap:8px;height:43px;padding:6px 10px;display:flex}.ledger-period-state>i{color:#197555;background:#d6f0e7;border-radius:50%;place-items:center;width:23px;height:23px;font-size:9px;font-style:normal;font-weight:900;display:grid}.ledger-period-state span{flex-direction:column;gap:1px;display:flex}.ledger-period-state small{color:#558076;font-size:7px}.ledger-period-state b{color:#196c53;font-size:9px}.ledger-period-state.closed{background:#e5f5ee;border-color:#9ec6b7}.ledger-period-state.reopened{background:#fff7e8;border-color:#e5c179}.ledger-period-state.reopened>i{color:#966419;background:#f7e4ba}.ledger-period-state.reopened b{color:#8c5e18}.ledger-actions{border:1px solid var(--line);background:var(--paper);border-radius:8px;align-items:center;gap:5px;min-height:42px;padding:5px;display:flex}.ledger-actions button{border:1px solid var(--line);background:var(--paper);height:30px;color:var(--ink);border-radius:6px;padding:0 11px;font-size:8px;font-weight:800}.ledger-actions button.primary{border-color:var(--teal);background:var(--teal);color:#fff}.ledger-actions button.refresh{color:var(--teal-dark);margin-left:auto}.ledger-actions button:disabled{cursor:not-allowed;opacity:.45}.ledger-message{color:#1d7258;background:#eff9f5;border:1px solid #acd8c9;border-radius:7px;justify-content:space-between;align-items:center;margin-top:8px;padding:8px 10px;font-size:9px;font-weight:800;display:flex}.ledger-message.error{color:#aa4943;background:#fff1ef;border-color:#e5b3af}.ledger-message button{color:inherit;background:0 0;border:0;font-size:15px}.ledger-kpis{grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;margin:9px 0;display:grid}.ledger-kpis article{border:1px solid var(--line);background:var(--paper);border-radius:8px;flex-direction:column;gap:4px;min-height:76px;padding:10px 11px;display:flex}.ledger-kpis small{color:var(--muted);font-size:8px}.ledger-kpis b{font-size:15px}.ledger-kpis span{color:var(--muted);margin-top:auto;font-size:8px}.ledger-kpis .positive{color:#158264}.ledger-kpis .negative{color:#c34f49}.ledger-tabs{border-bottom:1px solid var(--line);align-items:center;gap:20px;display:flex}.ledger-tabs button{min-height:38px;color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;padding:0 1px;font-size:9px;font-weight:800}.ledger-tabs button.active{border-bottom-color:var(--teal);color:var(--teal-dark)}.ledger-tabs button span{color:var(--muted);background:#e7efef;border-radius:9px;margin-left:5px;padding:2px 6px;font-size:7px}.ledger-tabs button.active span{color:#177269;background:#dff2ee}.ledger-table{border:1px solid var(--line);background:var(--paper);border-radius:9px;margin-top:8px;overflow:auto}.ledger-table>header,.ledger-table>.ledger-row{align-items:center;min-width:980px;display:grid}.ledger-table.journal>header,.ledger-table.journal>.ledger-row{grid-template-columns:115px minmax(260px,1fr) 135px 125px 125px 105px}.ledger-table.accruals>header,.ledger-table.accruals>.ledger-row{grid-template-columns:125px minmax(250px,1fr) 220px 105px 125px 180px}.ledger-table.obligations>header,.ledger-table.obligations>.ledger-row{grid-template-columns:130px minmax(245px,1fr) 205px 125px 125px 170px}.ledger-table>header{min-height:33px;color:var(--muted);background:#f2f6f7;font-size:8px;font-weight:800}.ledger-table>header>*{padding:5px 10px}.ledger-row{border:0;border-top:1px solid var(--line);min-height:55px;color:var(--ink);text-align:left;font:inherit;background:0 0;padding:0}.ledger-table>header+.ledger-row{border-top:0}.ledger-table button.ledger-row{cursor:pointer;width:100%}.ledger-table button.ledger-row:hover{background:#f5faf9}.ledger-row>*{min-width:0;padding:7px 10px}.ledger-row>span{flex-direction:column;gap:2px;display:flex}.ledger-row b{text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.ledger-row small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:7px;overflow:hidden}.ledger-row strong{font-size:9px}.ledger-row>em,.ledger-row-actions>em{color:#64767d;background:#e9eff1;border-radius:10px;width:max-content;padding:3px 6px;font-size:7px;font-style:normal;font-weight:800}.ledger-row>em.posted,.ledger-row-actions>em.posted,.ledger-row-actions>em.open{color:#177353;background:#e2f4ed}.ledger-row>em.reversed,.ledger-row-actions>em.reversed{color:#aa4741;background:#f8e4e2}.ledger-row-actions{flex-flow:wrap!important;align-items:flex-start!important}.ledger-row-actions button{border:1px solid var(--line);background:var(--paper);height:23px;color:var(--teal-dark);border-radius:5px;padding:0 6px;font-size:7px;font-weight:800}.ledger-row-actions button.danger{color:#b94c46}.ledger-row-actions button:disabled{opacity:.45}.ledger-empty{min-height:170px;color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:24px;display:flex}.ledger-empty i{width:34px;height:34px;color:var(--teal-dark);background:#e6f2f0;border-radius:50%;place-items:center;font-style:normal;display:grid}.ledger-empty b{color:var(--ink);font-size:10px}.ledger-empty span{max-width:420px;font-size:8px}.ledger-loading{min-height:150px;color:var(--muted);justify-content:center;align-items:center;gap:8px;font-size:9px;display:flex}.ledger-loading>span{border:2px solid #cbd8db;border-top-color:var(--teal);border-radius:50%;width:15px;height:15px;animation:.8s linear infinite spin}.ledger-close-layout{grid-template-columns:minmax(520px,1fr) 290px;gap:9px;margin-top:9px;display:grid}.ledger-close-card,.ledger-principles{border:1px solid var(--line);background:var(--paper);border-radius:9px;padding:13px}.ledger-close-card{border-left:4px solid #d4963f}.ledger-close-card.ready{border-left-color:#22a873}.ledger-close-card>header{gap:10px;display:flex}.ledger-close-card>header>span{color:#a36b20;background:#fff0d9;border-radius:8px;flex:none;place-items:center;width:31px;height:31px;font-size:14px;font-weight:900;display:grid}.ledger-close-card.ready>header>span{color:#187353;background:#dff4ea}.ledger-close-card header small{color:var(--muted);text-transform:uppercase;font-size:7px;font-weight:800}.ledger-close-card h3{margin:2px 0;font-size:14px}.ledger-close-card header p{color:var(--muted);margin:0;font-size:8px}.ledger-control-grid{grid-template-columns:repeat(3,1fr);gap:6px;margin:12px 0;display:grid}.ledger-control-grid>div{background:#eef7f3;border-radius:7px;align-items:center;gap:7px;padding:7px 8px;display:flex}.ledger-control-grid>div.problem{background:#fff0e8}.ledger-control-grid i{color:#1b7758;background:#d7ede4;border-radius:50%;place-items:center;width:18px;height:18px;font-size:7px;font-style:normal;font-weight:900;display:grid}.ledger-control-grid .problem i{color:#ae5b28;background:#f5d8c5}.ledger-control-grid span{flex-direction:column;min-width:0;display:flex}.ledger-control-grid b{font-size:9px}.ledger-control-grid small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:7px;overflow:hidden}.ledger-close-card>label{color:var(--muted);flex-direction:column;gap:4px;font-size:8px;font-weight:800;display:flex}.ledger-close-card textarea{border:1px solid var(--line);background:var(--paper);min-height:57px;color:var(--ink);font:inherit;resize:vertical;border-radius:6px;padding:8px;font-size:9px}.ledger-close-card>footer{align-items:center;gap:9px;margin-top:8px;display:flex}.ledger-close-card>footer button{border:1px solid var(--teal);background:var(--teal);color:#fff;border-radius:6px;height:31px;padding:0 11px;font-size:8px;font-weight:900}.ledger-close-card>footer button.danger{color:#b34741;background:#fff;border-color:#d18179}.ledger-close-card>footer button:disabled{opacity:.45}.ledger-close-card>footer span{color:var(--muted);font-size:7px}.ledger-principles h3{margin:0 0 9px;font-size:12px}.ledger-principles ol{counter-reset:principle;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.ledger-principles li{counter-increment:principle;grid-template-columns:22px 1fr;gap:2px 7px;display:grid}.ledger-principles li:before{content:counter(principle);width:20px;height:20px;color:var(--teal-dark);background:#e4f1ef;border-radius:6px;grid-row:1/3;place-items:center;font-size:8px;font-weight:900;display:grid}.ledger-principles b{font-size:9px}.ledger-principles span{color:var(--muted);font-size:7px}.ledger-entry-drawer{z-index:80;background:#10282e66;justify-content:flex-end;display:flex;position:fixed;inset:0}.ledger-entry-drawer>aside{background:var(--paper);flex-direction:column;width:min(610px,100vw);height:100%;display:flex;box-shadow:-12px 0 38px #0a252b33}.ledger-entry-drawer>aside>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:10px;padding:16px 18px;display:flex}.ledger-entry-drawer header small,.ledger-entry-drawer header span{color:var(--muted);font-size:8px}.ledger-entry-drawer h3{margin:3px 0;font-size:16px}.ledger-entry-drawer header button{color:var(--muted);background:0 0;border:0;font-size:22px}.ledger-entry-balance{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:12px 18px;display:flex}.ledger-entry-balance span{flex-direction:column;gap:2px;display:flex}.ledger-entry-balance small{color:var(--muted);font-size:7px}.ledger-entry-balance b{font-size:14px}.ledger-entry-balance i{color:var(--muted);font-style:normal}.ledger-entry-balance em{color:#177453;background:#e1f3eb;border-radius:10px;margin-left:auto;padding:4px 7px;font-size:8px;font-style:normal;font-weight:900}.ledger-entry-balance em.problem{color:#aa4943;background:#fae5e2}.ledger-entry-drawer>aside>section{flex:1;overflow:auto}.ledger-posting-head,.ledger-entry-drawer section>article{grid-template-columns:minmax(260px,1fr) 120px 120px;align-items:center;display:grid}.ledger-posting-head{min-height:33px;color:var(--muted);background:#f2f6f7;font-size:8px;font-weight:800}.ledger-posting-head>*{padding:5px 12px}.ledger-entry-drawer section>article{border-top:1px solid var(--line);min-height:55px}.ledger-entry-drawer section>article>*{padding:7px 12px}.ledger-entry-drawer section>article span{flex-direction:column;gap:3px;min-width:0;display:flex}.ledger-entry-drawer section>article b{font-size:9px}.ledger-entry-drawer section>article small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:7px;overflow:hidden}.ledger-entry-drawer section>article strong{font-size:9px}.ledger-entry-drawer>aside>footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;padding:10px 18px;font-size:8px;display:flex}.ledger-entry-drawer footer em{color:#177353;background:#e2f4ed;border-radius:10px;padding:4px 7px;font-style:normal;font-weight:900}.ledger-accrual-modal{width:min(720px,100vw - 24px)}.ledger-accrual-modal>header,.ledger-settlement-modal>header{justify-content:space-between;align-items:flex-start;display:flex}.ledger-accrual-modal>header small,.ledger-settlement-modal>header small{color:var(--teal-dark);text-transform:uppercase;font-size:8px;font-weight:900}.ledger-accrual-modal>header h3,.ledger-settlement-modal>header h3{margin:3px 0}.ledger-accrual-modal>header p,.ledger-settlement-modal>header p{color:var(--muted);margin:0;font-size:8px}.ledger-direction-switch{grid-template-columns:1fr 1fr;gap:5px;margin:12px 0;display:grid}.ledger-direction-switch button{border:1px solid var(--line);background:var(--paper);height:33px;color:var(--muted);border-radius:6px;font-size:9px;font-weight:900}.ledger-direction-switch button.income.active{color:#147453;background:#e4f5ed;border-color:#49af8b}.ledger-direction-switch button.expense.active{color:#ad4540;background:#fbe9e7;border-color:#de7a73}.ledger-settlement-modal{width:min(620px,100vw - 24px)}.settlement-warning{background:#f3f7f8;border:1px solid #d2dfe2;border-radius:7px;flex-direction:column;gap:3px;margin:12px 0;padding:9px 10px;display:flex}.settlement-warning b{font-size:9px}.settlement-warning span{color:var(--muted);font-size:8px}.settlement-candidate{border:1px solid var(--line);background:#f5f8f9;border-radius:7px;grid-template-columns:1fr 1.4fr auto;align-items:center;gap:8px;padding:8px 9px;display:grid}.settlement-candidate span{flex-direction:column;gap:2px;min-width:0;display:flex}.settlement-candidate small{color:var(--muted);font-size:7px}.settlement-candidate b{text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.settlement-candidate em{color:#99651f;background:#fff0dc;border-radius:9px;padding:3px 6px;font-size:7px;font-style:normal;font-weight:800}.settlement-candidate em.match{color:#177251;background:#dff3ea}.modal-backdrop:has(.ledger-accrual-modal){z-index:210;padding:18px}.ledger-accrual-modal{border:1px solid var(--line);background:var(--paper);width:min(760px,100vw - 36px);max-height:calc(100dvh - 36px);color:var(--ink);border-radius:12px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 24px 72px #10242d59}.ledger-accrual-modal>header{border-bottom:1px solid var(--line);background:var(--paper);flex:none;gap:18px;padding:16px 18px 14px}.ledger-accrual-modal>header>div{min-width:0}.ledger-accrual-modal>header small{letter-spacing:.07em;display:block}.ledger-accrual-modal>header h3{margin:3px 0 2px;font-size:18px;line-height:1.2}.ledger-accrual-modal>header p{max-width:560px;line-height:1.45}.ledger-accrual-modal>header>button{border:1px solid var(--line);background:var(--paper);width:30px;height:30px;color:var(--muted);cursor:pointer;border-radius:7px;flex:0 0 30px;font-size:20px;line-height:1}.ledger-accrual-modal>header>button:hover{border-color:var(--teal);color:var(--teal-dark)}.ledger-accrual-modal .ledger-direction-switch{flex:none;margin:12px 18px 0}.ledger-accrual-modal .ledger-direction-switch button{cursor:pointer;height:36px;font-size:10px}.ledger-accrual-modal .form-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;padding:14px 18px 16px;display:grid;overflow:auto}.ledger-accrual-modal .form-grid>label{min-width:0;color:var(--muted);flex-direction:column;gap:5px;font-size:9px;font-weight:800;display:flex}.ledger-accrual-modal .form-grid>label:nth-child(-n+3){grid-column:span 2}.ledger-accrual-modal .form-grid>label:nth-child(4){grid-column:1/-1}.ledger-accrual-modal .form-grid>label:nth-child(5),.ledger-accrual-modal .form-grid>label:nth-child(6){grid-column:span 3}.ledger-accrual-modal .form-grid>label:nth-child(7){grid-column:span 2}.ledger-accrual-modal .form-grid>label:nth-child(8){grid-column:span 4}.ledger-accrual-modal :is(input,select,textarea){border:1px solid var(--line);background:var(--paper);width:100%;min-width:0;color:var(--ink);font:inherit;border-radius:7px;outline:0;font-size:10px}.ledger-accrual-modal :is(input,select){height:38px;padding:0 10px}.ledger-accrual-modal textarea{resize:vertical;min-height:62px;padding:9px 10px;line-height:1.4}.ledger-accrual-modal :is(input,select,textarea):focus{border-color:var(--teal);box-shadow:0 0 0 3px color-mix(in srgb,var(--teal) 14%,transparent)}.ledger-accrual-modal .modal-error{color:#a6403a;background:#fff1ef;border:1px solid #efb4af;border-radius:7px;margin:0 18px 12px;padding:8px 10px;font-size:9px}.ledger-accrual-modal>footer{border-top:1px solid var(--line);background:var(--surface);flex:none;justify-content:flex-end;align-items:center;gap:8px;padding:12px 18px;display:flex}.ledger-accrual-modal>footer button{border:1px solid var(--line);background:var(--paper);height:36px;color:var(--ink);cursor:pointer;border-radius:7px;padding:0 14px;font-size:9px;font-weight:800}.ledger-accrual-modal>footer button.primary{border-color:var(--teal);background:var(--teal);color:#fff}.ledger-accrual-modal>footer button:disabled{cursor:default;opacity:.55}html[data-theme=dark] .ledger-accrual-modal{box-shadow:0 24px 72px #000a}html[data-theme=dark] .ledger-accrual-modal .modal-error{color:#ffaaa3;background:#382522;border-color:#68423f}@media (max-width:760px){.modal-backdrop:has(.ledger-accrual-modal){padding:8px}.ledger-accrual-modal{width:100%;max-height:calc(100dvh - 16px)}.ledger-accrual-modal .form-grid{grid-template-columns:1fr 1fr}.ledger-accrual-modal .form-grid>label:nth-child(-n+3),.ledger-accrual-modal .form-grid>label:nth-child(5),.ledger-accrual-modal .form-grid>label:nth-child(6),.ledger-accrual-modal .form-grid>label:nth-child(7),.ledger-accrual-modal .form-grid>label:nth-child(8){grid-column:span 1}.ledger-accrual-modal .form-grid>label:nth-child(4){grid-column:1/-1}}@media (max-width:520px){.ledger-accrual-modal .form-grid{grid-template-columns:1fr}.ledger-accrual-modal .form-grid>label{grid-column:1!important}.ledger-accrual-modal>header p{display:none}}html[data-theme=dark] :is(.ledger-period,.ledger-actions,.ledger-kpis article,.ledger-table,.ledger-close-card,.ledger-principles,.ledger-direction-switch button){background:var(--paper);border-color:var(--line)}html[data-theme=dark] :is(.ledger-table>header,.ledger-posting-head){background:#142027}html[data-theme=dark] .ledger-period>button:hover{background:#18302f}html[data-theme=dark] .ledger-tabs button span{background:#1b292e}html[data-theme=dark] .ledger-table button.ledger-row:hover{background:#17262b}html[data-theme=dark] .ledger-period-state{background:#19322c;border-color:#315e53}html[data-theme=dark] .ledger-period-state.reopened{background:#362c1c;border-color:#67532d}html[data-theme=dark] .ledger-control-grid>div{background:#173028}html[data-theme=dark] .ledger-control-grid>div.problem{background:#39291f}html[data-theme=dark] .ledger-entry-drawer{background:#020c0fcc}html[data-theme=dark] .ledger-entry-drawer>aside{background:var(--paper)}html[data-theme=dark] :is(.settlement-warning,.settlement-candidate){border-color:var(--line);background:#17242a}@media (max-width:1180px){.ledger-command-bar{grid-template-columns:1fr auto}.ledger-period-state{grid-column:2}.ledger-kpis{grid-template-columns:repeat(3,1fr)}.ledger-close-layout{grid-template-columns:1fr}.ledger-principles ol{grid-template-columns:1fr 1fr;display:grid}}@media (max-width:760px){.ledger-command-bar{flex-direction:column;align-items:stretch;display:flex}.ledger-period-state{width:100%}.ledger-actions{flex-wrap:wrap;align-items:stretch}.ledger-actions button{flex:1}.ledger-actions button.refresh{margin-left:0}.ledger-kpis{grid-template-columns:1fr 1fr}.ledger-tabs{gap:13px;overflow:auto}.ledger-control-grid{grid-template-columns:1fr 1fr}.ledger-close-card>footer{flex-direction:column;align-items:stretch}.ledger-principles ol{display:flex}.ledger-entry-balance{flex-wrap:wrap}.ledger-entry-balance em{margin-left:0}.ledger-posting-head,.ledger-entry-drawer section>article{min-width:540px}.ledger-entry-drawer>aside>section{overflow:auto}}.semantic-reports-page{padding:13px 0 26px}.semantic-report-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:10px;display:flex}.semantic-report-heading>div:first-child>small{color:var(--teal-dark);letter-spacing:.08em;text-transform:uppercase;font-size:8px;font-weight:900}.semantic-report-heading h2{margin:3px 0 2px;font-size:19px}.semantic-report-heading p{color:var(--muted);margin:0;font-size:9px}.semantic-report-heading>div:last-child{align-items:center;gap:8px;display:flex}.semantic-report-heading>div:last-child>span{border:1px solid var(--line);background:var(--paper);border-radius:7px;flex-direction:column;gap:1px;min-width:118px;padding:6px 9px;display:flex}.semantic-report-heading span small{color:var(--muted);font-size:7px}.semantic-report-heading span b{font-size:9px}.semantic-report-heading button{border:1px solid var(--teal);background:var(--paper);height:36px;color:var(--teal-dark);border-radius:7px;padding:0 12px;font-size:8px;font-weight:900}.semantic-report-tabs{border:1px solid var(--line);background:var(--paper);border-radius:9px 9px 0 0;grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.semantic-report-tabs>button{border:0;border-right:1px solid var(--line);min-height:55px;color:var(--muted);background:0 0;border-bottom:3px solid #0000;justify-content:center;align-items:center;gap:8px;padding:8px 14px;display:flex}.semantic-report-tabs>button:last-child{border-right:0}.semantic-report-tabs>button.active{border-bottom-color:var(--teal);color:var(--teal-dark);background:#f0f8f7}.semantic-report-tabs i{background:#edf2f3;border-radius:7px;place-items:center;width:27px;height:27px;font-size:10px;font-style:normal;font-weight:900;display:grid}.semantic-report-tabs button.active i{color:#147365;background:#d7efea}.semantic-report-tabs span{flex-direction:column;align-items:flex-start;gap:1px;display:flex}.semantic-report-tabs b{font-size:10px}.semantic-report-tabs small{font-size:7px;font-weight:500}.semantic-report-controls{border:1px solid var(--line);background:#f2f6f7;border-top:0;border-radius:0 0 9px 9px;align-items:center;gap:5px;min-height:48px;padding:6px;display:flex;overflow:auto}.semantic-presets{border:1px solid var(--line);background:var(--paper);border-radius:6px;flex:none;height:34px;display:flex;overflow:hidden}.semantic-presets button{border:0;border-right:1px solid var(--line);color:var(--muted);background:0 0;padding:0 9px;font-size:8px}.semantic-presets button:last-child{border-right:0}.semantic-presets button:hover{color:var(--teal-dark);background:#edf7f5}.semantic-report-controls>label{border:1px solid var(--line);background:var(--paper);border-radius:6px;align-items:center;gap:5px;min-width:116px;height:34px;padding:3px 7px;display:flex}.semantic-report-controls label small{color:var(--muted);font-size:7px}.semantic-report-controls input{width:100%;color:var(--ink);font:inherit;background:0 0;border:0;font-size:8px;font-weight:800}.semantic-report-controls>select,.semantic-report-controls>.semantic-export{border:1px solid var(--line);background:var(--paper);height:34px;color:var(--ink);font:inherit;white-space:nowrap;border-radius:6px;padding:0 8px;font-size:8px}.semantic-report-controls>.semantic-export{color:var(--teal-dark);margin-left:auto;font-weight:900}.semantic-report-controls .period-arrow{flex:0 0 28px;height:34px}.semantic-trust{background:#eef9f5;border:1px solid #b8ddd2;border-radius:8px;grid-template-columns:25px minmax(0,1fr) auto;align-items:center;gap:8px;margin:8px 0;padding:9px 12px;display:grid;position:relative}.semantic-trust>i{color:#177353;background:#d3eee4;border-radius:50%;place-items:center;width:23px;height:23px;font-size:9px;font-style:normal;font-weight:900;display:grid}.semantic-trust>div{flex-direction:column;gap:2px;min-width:0;display:flex}.semantic-trust>div b{font-size:9px}.semantic-trust>div span{color:var(--muted);font-size:8px}.semantic-trust>em{color:#177353;background:#dff2e9;border-radius:10px;padding:4px 7px;font-size:7px;font-style:normal;font-weight:900}.semantic-trust.controlled{background:#f3f7f8;border-color:#cedde1}.semantic-trust.controlled>i,.semantic-trust.controlled>em{color:#4b6c77;background:#e2edf0}.semantic-trust.partial{background:#fff2f0;border-color:#e7b2ad}.semantic-trust.partial>i,.semantic-trust.partial>em{color:#a9443e;background:#f8deda}.semantic-trust details{border-top:1px dashed #c9d9d4;grid-column:2/4;margin-top:3px;padding-top:5px}.semantic-trust summary{cursor:pointer;color:var(--teal-dark);font-size:7px;font-weight:900}.semantic-trust details p{justify-content:space-between;gap:10px;margin:5px 0 0;font-size:7px;display:flex}.semantic-trust details p span{color:var(--muted)}.semantic-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-bottom:8px;display:grid}.semantic-kpis article{border:1px solid var(--line);background:var(--paper);border-radius:8px;flex-direction:column;gap:3px;min-height:69px;padding:9px 11px;display:flex}.semantic-kpis article:before{content:"";background:#a9b8be;border-radius:2px;width:21px;height:2px}.semantic-kpis article.positive:before{background:#20a977}.semantic-kpis article.negative:before,.semantic-kpis article.danger:before{background:#dc665f}.semantic-kpis small{color:var(--muted);font-size:7px}.semantic-kpis b{font-size:14px}.semantic-kpis span{color:var(--muted);margin-top:auto;font-size:7px}.semantic-kpis article.danger{background:#fff5f3;border-color:#e3aaa5}.semantic-report-error{color:#a74540;background:#fff3f1;border:1px solid #e3aaa5;border-radius:7px;flex-direction:column;gap:2px;margin:8px 0;padding:8px 10px;font-size:8px;display:flex}.semantic-report-table{border:1px solid var(--line);background:var(--paper);border-radius:9px;max-width:100%;overflow:hidden}.semantic-report-table-scroll{width:100%;overflow:auto}.semantic-report-table-head,.semantic-report-table article{align-items:stretch;display:grid}.semantic-report-table-head{z-index:3;min-height:35px;color:var(--muted);background:#eef3f4;font-size:7px;font-weight:900;position:sticky;top:0}.semantic-report-table-head>span{border-right:1px solid var(--line);text-align:right;justify-content:flex-end;align-items:center;padding:7px 9px;display:flex}.semantic-report-table-head>span:first-child{text-align:left;justify-content:flex-start}.semantic-report-table article{border-top:1px solid var(--line);min-height:48px}.semantic-report-table article.total{background:#f7fafa}.semantic-report-table article.control{background:#edf8f5;border-top:2px solid #9fcfc7}.semantic-report-table article>button{border:0;border-right:1px solid var(--line);min-width:0;color:var(--ink);text-align:right;font:inherit;white-space:nowrap;background:0 0;padding:7px 9px;font-size:8px}.semantic-report-table article>button:last-child{border-right:0}.semantic-report-table article>button:not(:disabled):hover{background:#eaf6f4}.semantic-report-table article>button:disabled{cursor:default}.semantic-report-table article>button.positive{color:#158264}.semantic-report-table article>button.negative{color:#c34f49}.semantic-report-table article>button.zero{color:#9aa8ad}.semantic-report-table article>button.final{font-weight:900}.semantic-row-label{z-index:2;align-items:center;gap:7px;display:flex;position:sticky;left:0;background:var(--paper)!important;text-align:left!important;white-space:normal!important}.semantic-report-table article.total .semantic-row-label{background:#f7fafa!important}.semantic-report-table article.control .semantic-row-label{background:#edf8f5!important}.semantic-row-label>i{color:#65787f;background:#edf2f3;border-radius:5px;flex:none;place-items:center;width:18px;height:18px;font-size:7px;font-style:normal;display:grid}.semantic-report-table article.total .semantic-row-label>i{color:#167366;background:#dcefeb}.semantic-row-label>span{flex-direction:column;gap:2px;min-width:0;display:flex}.semantic-row-label b{text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.semantic-report-table article.total .semantic-row-label b{font-size:9px}.semantic-row-label small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:6px;overflow:hidden}.semantic-report-loading,.semantic-report-empty{min-height:155px;color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:20px;font-size:8px;display:flex}.semantic-report-loading>span{border:2px solid #cad7da;border-top-color:var(--teal);border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}.semantic-report-empty b{color:var(--ink);font-size:10px}.semantic-report-empty button{border:1px solid var(--teal);background:var(--paper);color:var(--teal-dark);border-radius:6px;margin-top:5px;padding:7px 10px;font-size:8px;font-weight:900}.semantic-report-footer{border:1px solid var(--line);min-height:36px;color:var(--muted);background:#f6f8f9;border-top:0;border-radius:0 0 8px 8px;justify-content:space-between;align-items:center;gap:12px;padding:7px 10px;font-size:7px;display:flex}.semantic-report-footer b{color:var(--teal-dark)}.semantic-drilldown-backdrop{z-index:180}.semantic-drilldown{border:1px solid var(--line);background:var(--paper);border-radius:11px;flex-direction:column;width:min(1050px,100vw - 28px);max-height:calc(100dvh - 28px);display:flex;overflow:hidden;box-shadow:0 25px 90px #102b3155}.semantic-drilldown>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;padding:14px 17px;display:flex}.semantic-drilldown header small{color:var(--teal-dark);font-size:7px;font-weight:900}.semantic-drilldown h3{margin:3px 0;font-size:16px}.semantic-drilldown header p{color:var(--muted);margin:0;font-size:8px}.semantic-drilldown header button{color:var(--muted);background:0 0;border:0;font-size:22px}.semantic-drilldown-head,.semantic-drilldown-list article{grid-template-columns:135px minmax(330px,1fr) 210px 120px;align-items:center;min-width:880px;display:grid}.semantic-drilldown-head{min-height:32px;color:var(--muted);background:#eff4f5;font-size:7px;font-weight:900}.semantic-drilldown-head>*{padding:6px 10px}.semantic-drilldown-head span:last-child{text-align:right}.semantic-drilldown-list{overflow:auto}.semantic-drilldown-list article{border-top:1px solid var(--line);min-height:62px}.semantic-drilldown-list article:first-child{border-top:0}.semantic-drilldown-list article>*{min-width:0;padding:7px 10px}.semantic-drilldown-list article>span{flex-direction:column;gap:2px;display:flex}.semantic-drilldown-list b,.semantic-drilldown-list small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.semantic-drilldown-list b{font-size:8px}.semantic-drilldown-list small{color:var(--muted);font-size:7px}.semantic-drilldown-list em{color:#587078;background:#e8f1f2;border-radius:8px;width:max-content;padding:2px 5px;font-size:6px;font-style:normal}.semantic-drilldown-list strong{text-align:right;font-size:9px}.semantic-drilldown-list strong.positive{color:#158264}.semantic-drilldown-list strong.negative{color:#c34f49}.semantic-drilldown>footer{border-top:1px solid var(--line);color:var(--muted);background:#f5f8f9;justify-content:space-between;align-items:center;gap:12px;padding:9px 13px;font-size:7px;display:flex}.semantic-drilldown footer button{border:1px solid var(--teal);background:var(--paper);color:var(--teal-dark);border-radius:6px;padding:7px 10px;font-size:8px;font-weight:900}.semantic-drilldown-list article.editable{cursor:pointer;transition:background .14s,box-shadow .14s}:is(.semantic-drilldown-list article.editable:hover,.semantic-drilldown-list article.editable:focus-visible){background:var(--teal-soft);box-shadow:inset 3px 0 var(--teal);outline:0}.semantic-drilldown-list article.editable>span:nth-child(3) small{color:var(--teal-dark);font-weight:800}html[data-theme=dark] :is(.semantic-report-heading>div:last-child>span,.semantic-report-heading button,.semantic-report-tabs,.semantic-presets,.semantic-report-controls>label,.semantic-report-controls>select,.semantic-report-controls>.semantic-export,.semantic-kpis article,.semantic-report-table,.semantic-drilldown){background:var(--paper);border-color:var(--line)}html[data-theme=dark] :is(.semantic-report-controls,.semantic-report-table-head,.semantic-drilldown-head,.semantic-report-footer,.semantic-drilldown>footer){background:#142027}html[data-theme=dark] .semantic-report-tabs>button.active{background:#17302e}html[data-theme=dark] .semantic-trust.verified{background:#173128;border-color:#315e52}html[data-theme=dark] .semantic-trust.controlled{background:#19272c;border-color:#33474e}html[data-theme=dark] .semantic-trust.partial{background:#352021;border-color:#633936}html[data-theme=dark] .semantic-report-table article.total,html[data-theme=dark] .semantic-report-table article.total .semantic-row-label{background:#17252a!important}html[data-theme=dark] .semantic-report-table article.control,html[data-theme=dark] .semantic-report-table article.control .semantic-row-label{background:#17302c!important}html[data-theme=dark] .semantic-row-label{background:var(--paper)!important}html[data-theme=dark] .semantic-kpis article.danger{background:#352021}@media (max-width:1050px){.semantic-report-heading{align-items:flex-start}.semantic-report-controls{flex-wrap:wrap;overflow:visible}.semantic-report-controls>.semantic-export{margin-left:0}.semantic-kpis{grid-template-columns:1fr 1fr}}@media (max-width:700px){.semantic-report-heading{flex-direction:column}.semantic-report-heading>div:last-child{width:100%}.semantic-report-heading>div:last-child>span{flex:1}.semantic-report-tabs>button{padding:7px}.semantic-report-tabs small{display:none}.semantic-report-controls>label,.semantic-report-controls>select{flex:1;min-width:130px}.semantic-kpis{grid-template-columns:1fr 1fr}.semantic-trust{grid-template-columns:25px 1fr}.semantic-trust>em{grid-column:2;width:max-content}.semantic-trust details{grid-column:1/-1}.semantic-report-footer,.semantic-drilldown>footer{flex-direction:column;align-items:flex-start}.semantic-drilldown{width:calc(100vw - 10px);max-height:calc(100dvh - 10px)}}.semantic-trust.empty{background:#f7f9fa;border-color:#d8e0e2}.semantic-trust.empty>i,.semantic-trust.empty>em{color:#667980;background:#e9eef0}html[data-theme=dark] .semantic-trust.empty{background:#19272c;border-color:#33474e}.semantic-viewbar{border-inline:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--paper);align-items:center;gap:5px;min-height:43px;padding:5px 6px;display:flex;position:relative}.semantic-viewbar>label{border:1px solid var(--line);border-radius:6px;align-items:center;gap:8px;min-width:240px;height:32px;padding:3px 8px;display:flex}.semantic-viewbar>label small{color:var(--muted);white-space:nowrap;font-size:7px}.semantic-viewbar select{min-width:0;color:var(--ink);font:inherit;background:0 0;border:0;flex:1;font-size:8px;font-weight:800}.semantic-viewbar>button{border:1px solid var(--line);background:var(--paper);height:32px;color:var(--teal-dark);border-radius:6px;padding:0 10px;font-size:8px;font-weight:900}.semantic-export-proof{margin-left:auto;position:relative}.semantic-export-proof>summary{color:#167253;cursor:pointer;background:#edf8f4;border:1px solid #a8d4c8;border-radius:6px;align-items:center;height:32px;padding:0 10px;font-size:8px;font-weight:900;list-style:none;display:flex}.semantic-export-proof>summary::-webkit-details-marker{display:none}.semantic-export-proof>div{z-index:20;border:1px solid var(--line);background:var(--paper);border-radius:8px;flex-direction:column;gap:5px;width:min(490px,100vw - 32px);padding:11px;display:flex;position:absolute;top:37px;right:0;box-shadow:0 14px 38px #16323a26}.semantic-export-proof b{font-size:9px}.semantic-export-proof span{color:var(--muted);font-size:7px}.semantic-export-proof code{color:#415860;text-overflow:ellipsis;white-space:nowrap;background:#f2f6f7;border-radius:4px;padding:5px 6px;font-size:7px;overflow:hidden}.semantic-export-proof a{color:var(--teal-dark);margin-top:3px;font-size:8px;font-weight:900}.semantic-dimension-switch{border-inline:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--paper);align-items:center;gap:5px;min-height:43px;padding:5px 6px;display:flex}.semantic-dimension-switch>span{flex-direction:column;gap:1px;min-width:175px;margin-right:2px;display:flex}.semantic-dimension-switch>span small{color:var(--muted);font-size:6.5px}.semantic-dimension-switch>span b{font-size:8px}.semantic-dimension-switch>button{border:1px solid var(--line);background:var(--paper);height:31px;color:var(--muted);cursor:pointer;border-radius:6px;padding:0 11px;font-size:8px;font-weight:850}.semantic-dimension-switch>button:hover{color:var(--teal-dark);border-color:#83c7be}.semantic-dimension-switch>button.active{color:var(--teal-dark);box-shadow:inset 0 -2px var(--teal);background:#e9f7f4;border-color:#76c2b8}.semantic-view-backdrop{z-index:190}.semantic-view-editor{border:1px solid var(--line);background:var(--paper);border-radius:11px;width:min(610px,100vw - 24px);padding:0;overflow:hidden;box-shadow:0 24px 80px #102b3155}.semantic-view-editor>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.semantic-view-editor header small{color:var(--teal-dark);text-transform:uppercase;font-size:7px;font-weight:900}.semantic-view-editor h3{margin:3px 0;font-size:16px}.semantic-view-editor header p{color:var(--muted);margin:0;font-size:8px}.semantic-view-editor header button{color:var(--muted);background:0 0;border:0;font-size:21px}.semantic-view-editor>label:not(.semantic-view-default){color:var(--muted);flex-direction:column;gap:4px;margin:13px 16px 9px;font-size:8px;font-weight:800;display:flex}.semantic-view-editor>label input{border:1px solid var(--line);background:var(--paper);height:35px;color:var(--ink);font:inherit;border-radius:6px;padding:0 9px}.semantic-view-summary{grid-template-columns:1fr 1.4fr 1fr 1fr;gap:6px;margin:0 16px 10px;display:grid}.semantic-view-summary span{background:#f2f6f7;border-radius:6px;flex-direction:column;gap:2px;min-width:0;padding:7px 8px;display:flex}.semantic-view-summary small{color:var(--muted);font-size:7px}.semantic-view-summary b{text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.semantic-view-default{align-items:center;gap:7px;margin:0 16px 13px;font-size:8px;display:flex}.semantic-view-default input{accent-color:var(--teal)}.semantic-view-editor>footer{border-top:1px solid var(--line);grid-template-columns:auto 1fr auto auto;gap:7px;padding:10px 16px;display:grid}.semantic-view-editor footer button{border:1px solid var(--line);background:var(--paper);height:32px;color:var(--ink);border-radius:6px;padding:0 11px;font-size:8px;font-weight:900}.semantic-view-editor footer button.primary{border-color:var(--teal);background:var(--teal);color:#fff}.semantic-view-editor footer button.danger{color:#b34842;border-color:#e0aaa5}.semantic-view-editor footer button:disabled{opacity:.5}html[data-theme=dark] :is(.semantic-viewbar,.semantic-viewbar>button,.semantic-dimension-switch,.semantic-dimension-switch>button,.semantic-export-proof>div,.semantic-view-editor,.semantic-view-editor>label input,.semantic-view-editor footer button){background:var(--paper);border-color:var(--line)}html[data-theme=dark] .semantic-dimension-switch>button.active{color:#8edbc5;background:#17302e;border-color:#315e52}html[data-theme=dark] .semantic-export-proof>summary{color:#81d4b4;background:#18322b;border-color:#315e52}html[data-theme=dark] :is(.semantic-export-proof code,.semantic-view-summary span){background:#142027}@media (max-width:800px){.semantic-viewbar,.semantic-dimension-switch{flex-wrap:wrap;align-items:stretch}.semantic-viewbar>label{flex:1;min-width:220px}.semantic-dimension-switch>span{width:100%}.semantic-dimension-switch>button{flex:1}.semantic-export-proof{margin-left:0}.semantic-view-summary{grid-template-columns:1fr 1fr}}@media (max-width:520px){.semantic-viewbar>label{width:100%}.semantic-viewbar>button{flex:1}.semantic-dimension-switch>button{flex-basis:100%}.semantic-view-summary{grid-template-columns:1fr}.semantic-view-editor>footer{grid-template-columns:1fr 1fr}.semantic-view-editor>footer span{display:none}}.semantic-report-table article.level-2 .semantic-row-label>i{width:14px;height:14px;color:var(--muted);background:0 0}.semantic-report-table article.level-3 .semantic-row-label{padding-left:74px}.semantic-report-table article.level-3 .semantic-row-label>i{background:0 0;width:14px;height:14px}.semantic-report-table article.level-2.total{box-shadow:inset 2px 0 #8bc9c0}.semantic-report-table article.level-2.total .semantic-label-action b{color:var(--teal-dark)}.semantic-report-controls{border-bottom:0;border-radius:0}.semantic-report-filterbar{z-index:8;border:1px solid var(--line);background:var(--paper);border-radius:0 0 9px 9px;align-items:center;gap:5px;min-height:44px;padding:5px 6px;display:flex;position:relative}.semantic-multi-filter{min-width:128px;position:relative}.semantic-multi-filter>summary{border:1px solid var(--line);background:var(--paper);height:32px;color:var(--ink);cursor:pointer;border-radius:6px;grid-template-columns:minmax(0,1fr) auto 12px;align-items:center;gap:6px;padding:0 8px;font-size:8px;list-style:none;display:grid}.semantic-multi-filter>summary::-webkit-details-marker{display:none}.semantic-multi-filter>summary>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.semantic-multi-filter>summary>b{min-width:21px;color:var(--teal-dark);text-align:center;background:#e6f2f0;border-radius:10px;padding:2px 6px;font-size:7px}.semantic-multi-filter>summary>i{color:var(--muted);font-style:normal}.semantic-multi-filter[open]>summary{border-color:#71bfb5;box-shadow:0 0 0 2px #1aa59517}.semantic-multi-filter-menu{z-index:30;border:1px solid var(--line);background:var(--paper);border-radius:9px;width:min(380px,100vw - 30px);position:absolute;top:37px;left:0;overflow:hidden;box-shadow:0 16px 45px #16323a2e}.semantic-multi-filter-menu>header{border-bottom:1px solid var(--line);flex-direction:column;gap:6px;padding:7px;display:flex}.semantic-multi-filter-menu>header>label{border:1px solid var(--line);height:32px;color:var(--muted);border-radius:6px;align-items:center;gap:6px;padding:0 8px;display:flex}.semantic-multi-filter-menu input[type=text],.semantic-multi-filter-menu header input{min-width:0;color:var(--ink);font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:8px}.semantic-multi-filter-menu>header>div{gap:5px;display:flex}.semantic-multi-filter-menu>header button{border:1px solid var(--line);background:var(--paper);height:27px;color:var(--teal-dark);border-radius:5px;padding:0 8px;font-size:7px;font-weight:800}.semantic-multi-filter-menu>section{max-height:330px;padding:5px 7px 8px;overflow:auto}.semantic-multi-filter-menu>section>p{text-align:center;color:var(--muted);margin:18px;font-size:8px}.semantic-filter-group>b{z-index:1;background:var(--paper);color:var(--muted);text-transform:uppercase;letter-spacing:.04em;padding:7px 4px 5px;font-size:7px;display:block;position:sticky;top:0}.semantic-filter-group>label{cursor:pointer;border-top:1px solid #edf1f2;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:5px;min-height:33px;padding:5px 4px;display:grid}.semantic-filter-group>label:hover{background:#f3f8f7}.semantic-filter-group input{accent-color:var(--teal)}.semantic-filter-group label>span{flex-direction:column;gap:1px;min-width:0;display:flex}.semantic-filter-group strong,.semantic-filter-group small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.semantic-filter-group strong{font-size:8px}.semantic-filter-group small{color:var(--muted);font-size:6.5px}.semantic-filter-result{color:var(--muted);white-space:nowrap;margin-left:auto;font-size:7px}.semantic-filter-clear{background:var(--paper);color:#b34b44;border:1px solid #d7a8a4;border-radius:6px;height:30px;padding:0 8px;font-size:7px;font-weight:800}.semantic-table-command{border:1px solid var(--line);background:var(--paper);border-bottom:0;border-radius:8px 8px 0 0;justify-content:space-between;align-items:center;gap:10px;min-height:37px;padding:4px 6px;display:flex}.semantic-table-command>span{color:var(--muted);font-size:7px}.semantic-table-command>span b{color:var(--ink)}.semantic-table-command>div{gap:4px;display:flex}.semantic-table-command button{border:1px solid var(--line);background:var(--paper);height:27px;color:var(--muted);border-radius:5px;padding:0 8px;font-size:7px;font-weight:800}.semantic-table-command button.active{color:var(--teal-dark);background:#e9f6f3;border-color:#8ccdc3}.semantic-table-command button:disabled{opacity:.45}.semantic-table-command+.semantic-report-table{border-radius:0 0 9px 9px}.semantic-report-table-head{min-height:31px;font-size:7.5px}.semantic-report-table-head>span{padding:5px 7px}.semantic-report-table article{min-height:34px}.semantic-report-table.comfortable article{min-height:43px}.semantic-report-table article>button{padding:5px 7px;font-size:9px}.semantic-report-table.comfortable article>button{padding:7px 9px;font-size:10px}.semantic-row-label{border-right:1px solid var(--line);gap:4px;min-width:0;padding:4px 6px}.semantic-report-table article.level-1 .semantic-row-label{padding-left:23px}.semantic-report-table article.level-2 .semantic-row-label{padding-left:42px}.semantic-row-label>i,.semantic-collapse{width:17px;height:17px;color:var(--muted);background:0 0;border:1px solid #0000;border-radius:4px;flex:0 0 17px;place-items:center;font-size:8px;font-style:normal;display:grid}.semantic-collapse{border-color:var(--line);background:var(--paper);cursor:pointer}.semantic-collapse:hover{border-color:var(--teal);color:var(--teal-dark)}.semantic-label-action{min-width:0;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;flex:1;padding:3px 2px}.semantic-label-action:disabled{cursor:default}.semantic-label-action:not(:disabled):hover b{color:var(--teal-dark);text-underline-offset:2px;text-decoration:underline}.semantic-label-action b{text-overflow:ellipsis;white-space:nowrap;font-size:9px;display:block;overflow:hidden}.semantic-report-table.comfortable .semantic-label-action b{font-size:10px}.semantic-report-table article.total .semantic-label-action b{font-weight:900}.semantic-report-table article.total .semantic-row-label>i{background:0 0}.semantic-report-table article.level-2 .semantic-row-label>i{width:17px;height:17px}.semantic-report-table article.total{box-shadow:inset 3px 0 #6fbcb1}.semantic-report-table article.level-1{background:color-mix(in srgb,var(--paper) 94%,var(--teal) 6%)}html[data-theme=dark] :is(.semantic-report-filterbar,.semantic-multi-filter>summary,.semantic-multi-filter-menu,.semantic-multi-filter-menu>header button,.semantic-filter-group>b,.semantic-table-command,.semantic-table-command button,.semantic-collapse,.semantic-filter-clear){background:var(--paper);border-color:var(--line)}html[data-theme=dark] .semantic-filter-group>label:hover{background:#17262b}html[data-theme=dark] .semantic-table-command button.active{color:#8edbc5;background:#17302e;border-color:#315e52}html[data-theme=dark] .semantic-report-table article.level-1{background:#152329}@media (max-width:1180px){.semantic-report-filterbar{flex-wrap:wrap}.semantic-multi-filter{flex:1;min-width:145px}.semantic-filter-result{margin-left:0}.semantic-table-command{flex-direction:column;align-items:flex-start}.semantic-table-command>div{width:100%;overflow:auto}}@media (max-width:700px){.semantic-multi-filter{flex-basis:calc(50% - 5px)}.semantic-filter-result{width:100%}.semantic-table-command button{white-space:nowrap}}.ledger-accrual-modal .form-grid>.accrual-full{grid-column:1/-1;min-width:0}.ledger-accrual-modal .form-grid>.accrual-half{grid-column:span 3;min-width:0}.ledger-accrual-modal .searchable-select-field{width:100%}.ledger-accrual-modal .searchable-select-label{font-size:10px}.ledger-accrual-modal .searchable-select>summary{height:38px;min-height:38px}.ledger-accrual-modal .searchable-select>summary b{font-size:11px}@media (max-width:650px){.ledger-accrual-modal .form-grid>.accrual-half{grid-column:span 1}}.property-index-sections{border:1px solid var(--line);background:var(--paper);border-radius:8px;gap:5px;margin:-1px 0 9px;padding:5px;display:flex}.property-index-sections>button{min-width:155px;height:43px;color:var(--muted);text-align:left;background:0 0;border:1px solid #0000;border-radius:7px;align-items:center;gap:8px;padding:5px 10px;display:flex}.property-index-sections>button:hover{color:var(--teal-dark);background:#f1f7f7}.property-index-sections>button.active{color:var(--teal-dark);box-shadow:inset 0 -2px var(--teal);background:#eaf7f4;border-color:#acd6d0}.property-index-sections>button>span{background:#e7eff0;border-radius:7px;place-items:center;width:27px;height:27px;font-size:10px;font-weight:900;display:grid}.property-index-sections>button.active>span{background:#cfeae4}.property-index-sections>button>div{flex-direction:column;gap:1px;display:flex}.property-index-sections b{font-size:9px}.property-index-sections small{font-size:7px}.property-cashflow-section{border:1px solid var(--line);background:var(--paper);border-radius:10px;min-width:0;padding:0 13px}.property-cashflow-section>.semantic-reports-page{padding-top:13px}.property-cashflow-section .semantic-report-controls{border-top:1px solid var(--line);border-radius:9px}.property-cashflow-empty{border:1px dashed var(--line);background:var(--paper);border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-height:180px;display:flex}.property-cashflow-empty b{color:var(--ink);font-size:10px}.property-cashflow-empty span{max-width:560px;color:var(--muted);text-align:center;font-size:8px}.semantic-fixed-scope{height:34px;color:var(--teal-dark);white-space:nowrap;background:#eaf7f4;border:1px solid #9bcfc5;border-radius:6px;align-items:center;padding:0 9px;font-size:8px;font-weight:900;display:flex}.property-object-tabs button.active{scroll-margin-inline:24px}.property-object-tabs button:has(+button.active){scroll-margin-inline:24px}html[data-theme=dark] :is(.property-index-sections,.property-cashflow-section){background:var(--paper);border-color:var(--line)}html[data-theme=dark] .property-index-sections>button.active,html[data-theme=dark] .semantic-fixed-scope{color:#8edbc5;background:#17302e;border-color:#315e52}.sale-mandate-workspace{flex-direction:column;gap:8px;min-width:0;display:flex}.sale-mandate-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;display:grid}.sale-mandate-kpis article{border:1px solid var(--line);background:var(--paper);border-radius:9px;flex-direction:column;gap:2px;min-height:64px;padding:10px 12px;display:flex}.sale-mandate-kpis small,.sale-mandate-kpis span{color:var(--muted);font-size:7px}.sale-mandate-kpis b{color:var(--ink);font-size:14px}.sale-mandate-toolbar{border:1px solid var(--line);background:var(--paper);border-radius:9px;align-items:center;gap:8px;min-height:48px;padding:7px 9px;display:flex}.sale-mandate-toolbar>div:first-child{flex-direction:column;gap:1px;margin-right:auto;display:flex}.sale-mandate-toolbar>div:first-child b{font-size:9px}.sale-mandate-toolbar>div:first-child small{color:var(--muted);font-size:7px}.sale-mandate-toolbar>label{border:1px solid var(--line);background:var(--paper);width:min(340px,30vw);height:32px;color:var(--muted);border-radius:6px;align-items:center;gap:5px;padding:0 8px;display:flex}.sale-mandate-toolbar>label input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;font-size:8px}.sale-mandate-toolbar .multi-filter{min-width:145px}.sale-mandate-table-scroll{border:1px solid var(--line);background:var(--paper);border-radius:9px;overflow:auto}.sale-mandate-table{border-collapse:separate;border-spacing:0;width:100%;min-width:1680px;font-size:7px}.sale-mandate-table th{border-right:1px solid var(--line);border-bottom:1px solid var(--line);color:#687988;text-align:center;text-transform:uppercase;letter-spacing:.025em;white-space:nowrap;background:#eff4f5;height:27px;padding:4px 6px;font-size:6.5px}.sale-mandate-table th>small{text-transform:none;margin-top:1px;font-size:5.5px;font-weight:700;display:block}.sale-mandate-table th:nth-child(2),.sale-mandate-table th:nth-child(3){text-align:left}.sale-mandate-table td{border-right:1px solid var(--line);border-bottom:1px solid var(--line);vertical-align:middle;height:44px;color:var(--ink);padding:5px 6px}.sale-mandate-table tr:last-child td{border-bottom:0}.sale-mandate-table th:last-child,.sale-mandate-table td:last-child{border-right:0}.sale-mandate-table td b{font-size:7.5px;line-height:1.25;display:block}.sale-mandate-table td small{color:var(--muted);margin-top:2px;font-size:6.5px;line-height:1.25;display:block}.sale-mandate-table tbody tr:hover td{background:#f7fbfb}.sale-mandate-table .mandate-expense{background:#f3f0fb}.sale-mandate-table .mandate-approved{background:#e8f6f7}.sale-mandate-table .mandate-quick{background:#fff6dc}.sale-mandate-table tbody tr:hover .mandate-expense{background:#ebe6f7}.sale-mandate-table tbody tr:hover .mandate-approved{background:#dcf0f1}.sale-mandate-table tbody tr:hover .mandate-quick{background:#f8edcc}.mandate-expense-value{text-align:right;width:100%;min-width:120px;color:inherit;background:0 0;border:0;padding:0}.mandate-expense-value b{color:#6750a4}.mandate-expense-value em{white-space:nowrap;margin-top:2px;font-size:6px;font-style:normal;display:block}.mandate-expense-value em.positive{color:#0b8b5b}.mandate-expense-value em.negative{color:#d55348}.sale-mandate-status{white-space:nowrap;border-radius:999px;padding:3px 6px;font-size:6.5px;font-weight:900;display:inline-flex}.sale-mandate-status.approved{color:#087346;background:#def5e9}.sale-mandate-status.draft,.sale-mandate-status.missing{color:#71808d;background:#edf2f4}.sale-mandate-status.expired{color:#9a5f00;background:#fff0d5}.sale-mandate-status.withdrawn{color:#af4035;background:#fde5e2}.sale-mandate-actions{gap:3px;display:flex}.sale-mandate-actions button{border:1px solid var(--line);background:var(--paper);width:25px;height:25px;color:var(--teal-dark);border-radius:5px;place-items:center;display:grid}.sale-mandate-actions button svg{fill:none;stroke:currentColor;stroke-width:1.8px;width:12px;height:12px}.sale-mandate-actions button:last-child{color:#cf4e42}.sale-mandate-actions button.confirm{color:#fff;background:#cf4e42;border-color:#cf4e42}.sale-mandate-note{color:var(--muted);margin:0;padding:0 2px;font-size:7px}.sale-mandate-modal{width:min(720px,100vw - 24px);max-height:calc(100vh - 28px);overflow:auto}.sale-mandate-modal header p{color:var(--muted);margin:2px 0 0;font-size:8px}.sale-mandate-guide{background:#eff9f7;border:1px solid #b8ded7;border-radius:8px;align-items:center;gap:8px;margin:10px 0;padding:8px;display:flex}.sale-mandate-guide>span{width:36px;height:36px;color:var(--teal-dark);background:#d5eee9;border-radius:8px;place-items:center;font-size:8px;font-weight:900;display:grid}.sale-mandate-guide>div{flex-direction:column;display:flex}.sale-mandate-guide b{font-size:8px}.sale-mandate-guide small{color:var(--muted);font-size:7px}.sale-mandate-expense-modal{flex-direction:column;width:min(900px,100vw - 24px);max-height:calc(100vh - 28px);display:flex;overflow:hidden}.sale-mandate-expense-modal>header p{color:var(--muted);margin:2px 0 0;font-size:8px}.sale-expense-formula{background:#f7f4fd;border:1px solid #d3c9ec;border-radius:8px;align-items:center;gap:8px;margin:9px 0;padding:8px;display:flex}.sale-expense-formula>span{color:#6750a4;background:#e8e0f7;border-radius:8px;place-items:center;width:34px;height:34px;font-size:16px;font-weight:900;display:grid}.sale-expense-formula>div{flex-direction:column;gap:1px;display:flex}.sale-expense-formula b{font-size:8px}.sale-expense-formula small{color:var(--muted);font-size:7px}.sale-expense-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-bottom:9px;display:grid}.sale-expense-kpis article{border:1px solid var(--line);border-radius:7px;flex-direction:column;gap:1px;padding:7px 8px;display:flex}.sale-expense-kpis small,.sale-expense-kpis span{color:var(--muted);font-size:6.5px}.sale-expense-kpis b{font-size:11px}.sale-expense-kpis article.positive b{color:#0b8b5b}.sale-expense-kpis article.negative b{color:#d55348}.sale-expense-categories{border:1px solid var(--line);border-radius:8px;min-height:160px;max-height:55vh;overflow:auto}.sale-expense-category-head,.sale-expense-categories details>summary{grid-template-columns:minmax(260px,1fr) 70px 120px 120px 24px;align-items:center;gap:6px;display:grid}.sale-expense-category-head{z-index:1;min-height:28px;color:var(--muted);text-transform:uppercase;background:#eef3f4;padding:0 8px;font-size:6.5px;font-weight:900;position:sticky;top:0}.sale-expense-categories details{border-bottom:1px solid var(--line)}.sale-expense-categories details:last-child{border-bottom:0}.sale-expense-categories details>summary{cursor:pointer;min-height:39px;padding:5px 8px;list-style:none}.sale-expense-categories details>summary::-webkit-details-marker{display:none}.sale-expense-categories details>summary span{min-width:0}.sale-expense-categories details>summary b{font-size:8px;display:block}.sale-expense-categories details>summary small{color:var(--muted);font-size:6.5px;display:block}.sale-expense-categories details>summary strong{text-align:right;font-size:8px}.sale-expense-categories details>summary i{text-align:center;font-style:normal;transition:transform .15s}.sale-expense-categories details[open]>summary i{transform:rotate(180deg)}.sale-expense-categories details>div{border-top:1px solid var(--line);background:#f8fafb}.sale-expense-categories details article{border-bottom:1px solid var(--line);grid-template-columns:82px minmax(0,1fr) 125px;align-items:start;gap:8px;padding:6px 9px;display:grid}.sale-expense-categories details article:last-child{border-bottom:0}.sale-expense-categories details article time{color:var(--muted);font-size:7px}.sale-expense-categories details article span{min-width:0}.sale-expense-categories details article b{font-size:7.5px;display:block}.sale-expense-categories details article small,.sale-expense-categories details article em{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:6.5px;font-style:normal;display:block;overflow:hidden}.sale-expense-categories details article strong{text-align:right;font-size:8px}.sale-expense-empty{min-height:140px;color:var(--muted);place-items:center;font-size:8px;display:grid}.sale-expense-empty.error{color:#d55348}.sale-mandate-expense-modal>footer{justify-content:space-between;align-items:center;gap:12px;margin-top:9px;display:flex}.sale-mandate-expense-modal>footer span{max-width:650px;color:var(--muted);font-size:6.5px}.sale-mandate-expense-modal>footer button{border:1px solid var(--line);background:var(--paper);border-radius:6px;height:31px;padding:0 12px;font-size:8px;font-weight:900}html[data-theme=dark] .sale-mandate-table th{color:#9cabb3;background:#1f2e35}html[data-theme=dark] .sale-mandate-table :is(th,td){border-color:var(--line)}html[data-theme=dark] .sale-mandate-table tbody tr:hover td{background:#1a282e}html[data-theme=dark] .sale-mandate-table .mandate-expense{background:#29243a}html[data-theme=dark] .sale-mandate-table .mandate-approved{background:#183335}html[data-theme=dark] .sale-mandate-table .mandate-quick{background:#352f1d}html[data-theme=dark] .sale-mandate-table tbody tr:hover .mandate-expense{background:#332d46}html[data-theme=dark] .sale-mandate-table tbody tr:hover .mandate-approved{background:#1d3b3d}html[data-theme=dark] .sale-mandate-table tbody tr:hover .mandate-quick{background:#403820}html[data-theme=dark] .sale-mandate-guide{background:#17302e;border-color:#315e52}html[data-theme=dark] .sale-mandate-guide>span{color:#8edbc5;background:#20413d}html[data-theme=dark] .sale-expense-formula{background:#29243a;border-color:#50456c}html[data-theme=dark] .sale-expense-formula>span{color:#c4b2ef;background:#3b3351}html[data-theme=dark] .sale-expense-category-head{background:#1f2e35}html[data-theme=dark] .sale-expense-categories details>div{background:#19262c}@media (max-width:900px){.sale-mandate-kpis,.sale-expense-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.sale-mandate-toolbar{flex-wrap:wrap;align-items:stretch}.sale-mandate-toolbar>div:first-child{width:100%}.sale-mandate-toolbar>label{flex:1;width:auto;min-width:220px}.sale-expense-category-head,.sale-expense-categories details>summary{grid-template-columns:minmax(190px,1fr) 55px 95px 95px 20px}}@media (max-width:700px){.property-index-sections{overflow-x:auto}.property-index-sections>button{flex:1;min-width:132px}.property-cashflow-section{padding:0 7px}.semantic-fixed-scope{flex:1;min-width:130px}.sale-mandate-kpis{grid-template-columns:1fr}.sale-mandate-toolbar>label{min-width:100%}}.property-financial-summary{min-width:0;padding:13px 0 20px}.property-finance-heading{border:1px solid var(--line);background:linear-gradient(120deg,#edf8f6,var(--paper));border-radius:10px;justify-content:space-between;align-items:center;gap:18px;min-height:96px;padding:14px 16px;display:flex}.property-finance-heading>div:first-child{min-width:0}.property-finance-heading small{color:var(--teal-dark);text-transform:uppercase;letter-spacing:.05em;font-size:7px;font-weight:900}.property-finance-heading h2{margin:3px 0;font-size:18px}.property-finance-heading p{max-width:760px;color:var(--muted);margin:0;font-size:8px;line-height:1.5}.property-finance-heading>div:last-child{align-items:stretch;gap:7px;display:flex}.property-finance-heading>div:last-child>span{background:var(--paper);border:1px solid #b7d8d3;border-radius:7px;flex-direction:column;gap:1px;min-width:145px;padding:7px 9px;display:flex}.property-finance-heading>div:last-child b{font-size:8px}.property-finance-heading>div:last-child em{color:var(--muted);font-size:7px;font-style:normal}.property-finance-heading button,.property-finance-card button.primary{background:var(--teal);color:#fff;white-space:nowrap;border:0;border-radius:7px;padding:0 11px;font-size:8px;font-weight:900}.property-finance-periods{gap:6px;margin:8px 0;display:flex;overflow:auto}.property-finance-periods button{border:1px solid var(--line);background:var(--paper);min-width:122px;min-height:42px;color:var(--ink);border-radius:7px;flex-direction:column;align-items:flex-start;gap:2px;padding:6px 9px;display:flex}.property-finance-periods button:hover{border-color:#9fcfc8}.property-finance-periods button.active{box-shadow:inset 0 -2px var(--teal);background:#eaf7f4;border-color:#7abfb4}.property-finance-periods b{font-size:9px}.property-finance-periods small{color:var(--muted);font-size:7px}.property-finance-error{grid-template-columns:auto 1fr auto;align-items:center;display:grid}.property-finance-error b{grid-row:1/3}.property-finance-error button{color:inherit;background:0 0;border:1px solid #cf7770;border-radius:6px;grid-area:1/3/3;padding:6px 9px;font-size:7px;font-weight:900}.property-finance-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-bottom:8px;display:grid}.property-finance-kpis article{border:1px solid var(--line);background:var(--paper);border-radius:8px;flex-direction:column;gap:3px;min-height:73px;padding:9px 11px;display:flex}.property-finance-kpis article:before{content:"";background:#5f8e96;border-radius:2px;width:23px;height:2px}.property-finance-kpis article:nth-child(2):before{background:#d8903e}.property-finance-kpis article:nth-child(3):before{background:#657ec2}.property-finance-kpis article.attention{background:#fff9ee;border-color:#e5bd86}.property-finance-kpis article.attention:before{background:#d08b2f}.property-finance-kpis small{color:var(--muted);font-size:7px}.property-finance-kpis b{font-size:14px}.property-finance-kpis span{color:var(--muted);margin-top:auto;font-size:7px}.property-finance-card{border:1px solid var(--line);background:var(--paper);border-radius:9px;min-width:0;overflow:hidden}.property-finance-card>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:63px;padding:9px 12px;display:flex}.property-finance-card>header>div{flex-direction:column;gap:2px;min-width:0;display:flex}.property-finance-card header small{color:var(--teal-dark);text-transform:uppercase;font-size:7px;font-weight:900}.property-finance-card h3{margin:0;font-size:12px}.property-finance-card header p{color:var(--muted);margin:0;font-size:7px}.property-expense-matrix>header>span{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.property-expense-matrix>header>span b{font-size:12px}.property-expense-matrix .positive,.property-participants .positive{color:#158264}.property-expense-matrix .negative,.property-participants .negative{color:#c34f49}.property-finance-matrix-scroll{width:100%;position:relative;overflow:auto}.property-finance-matrix-head,.property-finance-matrix-group,.property-finance-matrix-section>article{min-width:var(--property-finance-table-width);align-items:stretch;display:grid}.property-finance-matrix-head{z-index:6;min-height:35px;color:var(--muted);background:#eef3f4;font-size:7px;font-weight:900;position:sticky;top:0}.property-finance-matrix-head>span{border-right:1px solid var(--line);text-align:right;justify-content:flex-end;align-items:center;padding:7px 9px;display:flex}.property-finance-matrix-head>span:first-child{z-index:7;text-align:left;background:#eef3f4;justify-content:flex-start;position:sticky;left:0}.property-finance-matrix-group{color:#244b50;background:#dfeeed;border-top:1px solid #b8d5d2;min-height:39px}.property-finance-matrix-group>*{border-right:1px solid #c4d9d7;justify-content:flex-end;align-items:center;padding:7px 9px;font-size:8px;display:flex}.property-finance-matrix-group>span{z-index:4;background:#dfeeed;justify-content:flex-start;font-size:9px;font-weight:900;position:sticky;left:0}.property-finance-matrix-section:nth-child(2) .property-finance-matrix-group{color:#384b78;background:#e8ebf4}.property-finance-matrix-section:nth-child(2) .property-finance-matrix-group>span{background:#e8ebf4}.property-finance-matrix-section>article{border-top:1px solid var(--line);min-height:47px}.property-finance-matrix-section>article>button{border:0;border-right:1px solid var(--line);min-width:0;color:var(--ink);text-align:right;font:inherit;white-space:nowrap;background:0 0;padding:7px 9px;font-size:8px}.property-finance-matrix-section>article>button:not(:disabled):hover{background:#eaf6f4}.property-finance-matrix-section>article>button.zero{color:#a8b3b7}.property-finance-matrix-section>article>button.has-value{color:#b94d47}.property-finance-matrix-section>article>button.final{color:#8f413d;font-weight:900}.property-finance-row-label{z-index:3;position:sticky;left:0;background:var(--paper)!important;text-align:left!important;white-space:normal!important}.property-finance-row-label>span{flex-direction:column;gap:2px;min-width:0;display:flex}.property-finance-row-label b,.property-finance-row-label small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.property-finance-row-label b{font-size:8px}.property-finance-row-label small{color:var(--muted);font-size:6px}.property-finance-matrix-empty,.property-finance-card-empty{color:var(--muted);text-align:center;padding:17px;font-size:8px}.property-finance-matrix-scroll.loading{min-height:150px}.property-finance-matrix-scroll>.semantic-report-loading{z-index:8;background:color-mix(in srgb,var(--paper) 86%,transparent);position:absolute;inset:35px 0 0}.property-finance-two-columns{grid-template-columns:minmax(0,1.45fr) minmax(340px,.8fr);gap:8px;margin:8px 0;display:grid}.property-payment-sources>header>span{color:var(--muted);background:#edf3f4;border-radius:10px;padding:4px 7px;font-size:7px;font-weight:900}.property-finance-caution{background:#fff8ec;border:1px solid #e6ca9e;border-radius:7px;flex-direction:column;gap:2px;margin:8px 10px;padding:7px 9px;display:flex}.property-finance-caution b{color:#8c5c17;font-size:8px}.property-finance-caution span{color:#7d725f;font-size:7px}.property-payment-source-head,.property-payment-sources>article{grid-template-columns:minmax(210px,1fr) 178px 65px 125px;align-items:center;gap:8px;display:grid}.property-payment-source-head{min-height:29px;color:var(--muted);background:#f2f5f6;padding:0 10px;font-size:7px;font-weight:900}.property-payment-source-head span:last-child{text-align:right}.property-payment-sources>article{border-top:1px solid var(--line);min-height:49px;padding:6px 10px;font-size:8px}.property-payment-sources>article>span:first-child{flex-direction:column;gap:2px;min-width:0;display:flex}.property-payment-sources>article b,.property-payment-sources>article small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.property-payment-sources>article small{color:var(--muted);font-size:7px}.property-payment-sources>article strong{text-align:right;color:#b94d47;font-size:9px}.property-share-control>p{color:var(--muted);margin:9px 11px;font-size:7px}.property-share-control header button{height:31px}.property-share-checks{grid-template-columns:repeat(3,1fr);gap:5px;padding:0 10px;display:grid}.property-share-checks article{border:1px solid var(--line);background:#f8fafb;border-radius:7px;grid-template-columns:22px 1fr;align-items:center;gap:6px;min-height:62px;padding:7px;display:grid}.property-share-checks article>span{color:#ae4a43;background:#ffe3df;border-radius:50%;place-items:center;width:21px;height:21px;font-size:8px;font-weight:900;display:grid}.property-share-checks article.complete>span{color:#177353;background:#dff2e9}.property-share-checks article>div{flex-direction:column;gap:1px;min-width:0;display:flex}.property-share-checks small{color:var(--muted);font-size:6px}.property-share-checks b{font-size:11px}.property-share-checks em{color:#a05c3b;text-overflow:ellipsis;white-space:nowrap;font-size:6px;font-style:normal;overflow:hidden}.property-share-checks article.complete em{color:#177353}.property-project-result{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;margin:9px 10px 10px;padding-top:8px;display:flex}.property-project-result>span{flex-direction:column;gap:1px;display:flex}.property-project-result small{color:var(--muted);font-size:7px}.property-project-result b{font-size:13px}.property-project-result em{color:#a05c3b;text-align:right;max-width:190px;font-size:7px;font-style:normal}.property-participants>header button{height:33px}.property-participant-table{overflow:auto}.property-participant-head,.property-participant-table>article{grid-template-columns:minmax(190px,1.2fr) 135px 145px 150px 155px 178px;align-items:center;gap:7px;min-width:970px;display:grid}.property-participant-head{min-height:32px;color:var(--muted);background:#eef3f4;padding:0 10px;font-size:7px;font-weight:900}.property-participant-table>article{border-top:1px solid var(--line);min-height:64px;padding:7px 10px}.property-participant-table>article>span{flex-direction:column;gap:2px;min-width:0;display:flex}.property-participant-table>article b,.property-participant-table>article small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.property-participant-table>article b{font-size:8px}.property-participant-table>article small{color:var(--muted);font-size:7px}.property-participant-table>article>strong{font-size:9px}.property-participant-shares{grid-template-columns:repeat(3,1fr);gap:3px;display:grid!important}.property-participant-shares b{text-align:center;background:#eef4f5;border-radius:5px;padding:5px 3px}.property-participant-actions{flex-direction:row!important}.property-participant-actions button{border:1px solid var(--line);background:var(--paper);height:28px;color:var(--teal-dark);border-radius:6px;padding:0 7px;font-size:7px;font-weight:900}.property-participant-empty{grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:125px;padding:20px;display:grid}.property-participant-empty>span{width:34px;height:34px;color:var(--teal-dark);background:#e6f3f1;border-radius:50%;place-items:center;font-size:15px;display:grid}.property-participant-empty b{font-size:10px}.property-participant-empty p{max-width:680px;color:var(--muted);margin:3px 0 0;font-size:8px;line-height:1.5}.property-participant-empty button{height:33px}.property-capital-history{border-top:1px solid var(--line)}.property-capital-history>header{justify-content:space-between;align-items:center;gap:10px;min-height:47px;padding:7px 11px;display:flex}.property-capital-history header>div{flex-direction:column;gap:1px;display:flex}.property-capital-history header b{font-size:9px}.property-capital-history header small,.property-capital-history header>span{color:var(--muted);font-size:7px}.property-capital-history-head,.property-capital-history>article{grid-template-columns:100px minmax(170px,.8fr) 145px minmax(220px,1fr) 130px;align-items:center;gap:8px;min-width:840px;display:grid}.property-capital-history-head{min-height:30px;color:var(--muted);background:#f2f5f6;padding:0 11px;font-size:7px;font-weight:900}.property-capital-history>article{border-top:1px solid var(--line);min-height:48px;padding:6px 11px;font-size:8px}.property-capital-history>article.reversed{opacity:.55;text-decoration:line-through}.property-capital-history>article>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.property-capital-history>article>span:nth-child(2){flex-direction:column;gap:1px;display:flex}.property-capital-history>article small{color:var(--muted);font-size:7px}.property-capital-history>article strong{text-align:right;font-size:9px}.property-finance-modal-backdrop{z-index:205}.property-finance-modal{width:min(760px,100vw - 24px);max-height:calc(100dvh - 24px);overflow:auto}.property-finance-modal.compact{width:min(650px,100vw - 24px)}.property-finance-modal>header p{max-width:580px}.property-finance-initial{background:#f1f8f7;border:1px solid #bcd9d5;border-radius:8px;margin:0 16px 12px;padding:9px}.property-finance-initial>label{align-items:center;gap:7px;font-size:8px;font-weight:900;display:flex}.property-finance-initial>label input{accent-color:var(--teal)}.property-finance-initial .form-grid{margin-top:9px;padding:0}.property-finance-modal-note{background:#f2f6f7;border-radius:7px;flex-direction:column;gap:2px;margin:0 16px 12px;padding:8px 9px;display:flex}.property-finance-modal-note b{font-size:8px}.property-finance-modal-note span{color:var(--muted);font-size:7px}html[data-theme=dark] :is(.property-finance-heading,.property-finance-heading>div:last-child>span,.property-finance-periods button,.property-finance-kpis article,.property-finance-card,.property-participant-actions button){background:var(--paper);border-color:var(--line)}html[data-theme=dark] :is(.property-finance-matrix-head,.property-payment-source-head,.property-participant-head,.property-capital-history-head),html[data-theme=dark] .property-finance-matrix-head>span:first-child{background:#142027}html[data-theme=dark] .property-finance-matrix-group,html[data-theme=dark] .property-finance-matrix-group>span{color:#b8dcd6;background:#1b3435}html[data-theme=dark] .property-finance-matrix-section:nth-child(2) .property-finance-matrix-group,html[data-theme=dark] .property-finance-matrix-section:nth-child(2) .property-finance-matrix-group>span{color:#c9d3ee;background:#202b40}html[data-theme=dark] .property-finance-row-label{background:var(--paper)!important}html[data-theme=dark] :is(.property-finance-caution,.property-finance-kpis article.attention){background:#362d1e;border-color:#6a5532}html[data-theme=dark] :is(.property-share-checks article,.property-participant-shares b,.property-finance-modal-note){background:#142027}html[data-theme=dark] .property-finance-initial{background:#17302e;border-color:#315e52}@media (max-width:1100px){.property-finance-heading{align-items:flex-start}.property-finance-kpis{grid-template-columns:1fr 1fr}.property-finance-two-columns{grid-template-columns:1fr}}@media (max-width:720px){.property-finance-heading{flex-direction:column}.property-finance-heading>div:last-child{width:100%}.property-finance-heading>div:last-child>span{flex:1}.property-finance-kpis{grid-template-columns:1fr 1fr}.property-share-checks{grid-template-columns:1fr}.property-participant-empty{grid-template-columns:36px 1fr}.property-participant-empty button{grid-column:1/-1}.property-finance-card>header{align-items:flex-start}.property-project-result{flex-direction:column;align-items:flex-start}.property-project-result em{text-align:left;max-width:none}}@media (max-width:480px){.property-finance-kpis{grid-template-columns:1fr}.property-finance-heading>div:last-child{flex-direction:column;align-items:stretch}.property-finance-heading button{height:34px}}.property-dds-verification{background:#edf9f5;border:1px solid #a7d7c8;border-radius:9px;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:10px;margin:8px 0;padding:9px 12px;display:grid}.property-dds-verification>span{color:#147654;background:#d2eee3;border-radius:50%;place-items:center;width:28px;height:28px;font-size:12px;font-weight:900;display:grid}.property-dds-verification>div{flex-direction:column;gap:2px;min-width:0;display:flex}.property-dds-verification small,.property-dds-verification p,.property-dds-verification em{color:var(--muted);margin:0;font-size:7px;font-style:normal}.property-dds-verification b{font-size:10px}.property-dds-verification p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.property-dds-verification>div:last-child{align-items:flex-end}.property-dds-verification strong{color:#157557;font-size:12px}.property-finance-kpis{grid-template-columns:repeat(5,minmax(0,1fr))}.property-finance-kpis article:nth-child(4):before{background:#8a63b8}.property-finance-kpis article:nth-child(5):before{background:#20a977}.property-finance-matrix-section:nth-child(3) .property-finance-matrix-group{color:#584175;background:#eee8f5}.property-finance-matrix-section:nth-child(3) .property-finance-matrix-group>span{background:#eee8f5}html[data-theme=dark] .property-dds-verification{background:#17302e;border-color:#315e52}html[data-theme=dark] .property-finance-matrix-section:nth-child(3) .property-finance-matrix-group,html[data-theme=dark] .property-finance-matrix-section:nth-child(3) .property-finance-matrix-group>span{color:#d6c5eb;background:#30253e}@media (max-width:1100px){.property-finance-kpis{grid-template-columns:1fr 1fr}}@media (max-width:720px){.property-dds-verification{grid-template-columns:30px 1fr}.property-dds-verification>div:last-child{border-top:1px solid #c7dfd7;grid-column:1/-1;align-items:flex-start;padding-top:7px}}@media (max-width:480px){.property-finance-kpis{grid-template-columns:1fr}}.property-lifecycle-pill.sold,.passport-status.sold{color:#a4463d!important;background:#f2e6e3!important}.property-lifecycle-pill.queued,.passport-management.queued{color:#94600f!important;background:#fff0d5!important}.property-lifecycle-pill.managed,.passport-management.active{color:#167653!important;background:#dff2e9!important}.property-health.sold{color:#a4463d;background:#f2e6e3}.property-health.queued{color:#94600f;background:#fff0d5}.property-asset-card.sold,.property-compact-row.sold{border-color:#dfc1bc}.property-asset-card.sold .property-building-mark{color:#9c5149;background:#f1e8e6}.property-passport-card{border:1px solid var(--line);background:var(--paper);border-radius:8px;min-width:0;margin:0 0 6px;overflow:hidden}.property-passport-card>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;min-height:43px;padding:7px 10px;display:flex}.property-passport-card>header>div:first-child{flex-direction:column;gap:1px;display:flex}.property-passport-card>header b{font-size:10px}.property-passport-card>header small{color:var(--muted);font-size:7px}.property-passport-card>header>div:last-child{flex-wrap:wrap;justify-content:flex-end;gap:5px;display:flex}.passport-status,.passport-management{color:#657781;background:#edf3f4;border-radius:999px;padding:4px 7px;font-size:7px;font-weight:900}.passport-status.active{color:#147550;background:#e2f4eb}.passport-management.ended{color:#6b777d;background:#eceff1}.property-passport-body{grid-template-columns:minmax(330px,.9fr) minmax(440px,1.1fr);display:grid}.property-passport-facts{border-right:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;padding:7px;display:grid}.property-passport-facts>span{background:#f5f8f9;border-radius:6px;flex-direction:column;gap:2px;min-width:0;min-height:43px;padding:6px 7px;display:flex}.property-passport-facts small{color:var(--muted);font-size:6.5px}.property-passport-facts b{text-overflow:ellipsis;font-size:7.5px;line-height:1.3;overflow:hidden}.property-passport-facts>p{color:var(--muted);text-align:center;grid-column:1/-1;margin:0;padding:15px;font-size:8px}.property-passport-units{min-width:0}.property-passport-units>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:32px;padding:5px 8px;display:flex}.property-passport-units>header b{font-size:8px}.property-passport-units>header small{font-size:7px}.property-passport-units>div{max-height:235px;overflow:auto}.property-passport-units article{border-top:1px solid var(--line);grid-template-columns:minmax(155px,1fr) minmax(150px,.9fr) minmax(145px,.8fr);align-items:center;gap:8px;min-height:48px;padding:6px 8px;display:grid}.property-passport-units article:first-child{border-top:0}.property-passport-units article.sold{background:#fbf6f5}.property-passport-units article>div,.property-passport-units article>span{flex-direction:column;gap:2px;min-width:0;display:flex}.property-passport-units article b{text-overflow:ellipsis;font-size:7.5px;line-height:1.3;overflow:hidden}.property-passport-units article small,.property-passport-units article em{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:6.5px;font-style:normal;overflow:hidden}.property-passport-units article.sold>span:last-child b{color:#a4463d}.property-passport-sources{border-top:1px solid var(--line)}.property-passport-sources>summary{cursor:pointer;min-height:34px;color:var(--teal-dark);align-items:center;gap:6px;padding:6px 10px;font-size:8px;font-weight:900;list-style:none;display:flex}.property-passport-sources>summary::-webkit-details-marker{display:none}.property-passport-sources>summary span{background:#e6f1f0;border-radius:10px;margin-left:auto;padding:2px 6px;font-size:7px}.property-passport-sources>div{border-top:1px solid var(--line);background:#fafcfc;max-height:230px;overflow:auto}.property-passport-sources article{border-top:1px solid var(--line);grid-template-columns:90px minmax(0,1fr) auto;align-items:start;gap:8px;min-height:44px;padding:6px 10px;display:grid}.property-passport-sources article:first-child{border-top:0}.property-passport-sources article>span{color:var(--teal-dark);text-transform:uppercase;font-size:6.5px;font-weight:900}.property-passport-sources article>div{flex-direction:column;gap:1px;min-width:0;display:flex}.property-passport-sources article b{font-size:7.5px}.property-passport-sources article small,.property-passport-sources article em{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:6.5px;font-style:normal;overflow:hidden}.property-passport-sources article strong{color:#167653;background:#dff2e9;border-radius:10px;padding:3px 6px;font-size:6px}.property-passport-units article.excluded{background:#f7f8f8}.property-passport-units article.excluded>span:last-child b{color:#68777e}.property-passport-details,.property-passport-relations,.property-passport-utilities,.property-passport-quality{border-top:1px solid var(--line);padding:8px 10px}.property-passport-details>header,.property-passport-relations>header,.property-passport-utilities>header,.property-passport-quality>header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:7px;display:flex}.property-passport-details>header b,.property-passport-relations>header b,.property-passport-utilities>header b,.property-passport-quality>header b{font-size:8px}.property-passport-details>header small,.property-passport-relations>header small,.property-passport-utilities>header small,.property-passport-quality>header small{color:var(--muted);text-align:right;font-size:6.5px}.property-passport-details>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.property-passport-details article{border:1px solid var(--line);border-radius:7px;min-width:0;overflow:hidden}.property-passport-details h4{background:#f3f7f7;margin:0;padding:6px 8px;font-size:7.5px}.property-passport-details article>div{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.property-passport-details article span{border-top:1px solid var(--line);flex-direction:column;gap:2px;min-width:0;padding:6px 8px;display:flex}.property-passport-details article span:nth-child(odd){border-right:1px solid var(--line)}.property-passport-details article small{color:var(--muted);font-size:6.2px}.property-passport-details article b{overflow-wrap:anywhere;font-size:7px;line-height:1.35}.property-passport-details article em{color:#9b6b12;font-size:6.2px;font-style:normal}.property-passport-relations>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.property-passport-relations article{border:1px solid var(--line);background:#fafcfc;border-radius:7px;min-width:0;padding:7px}.property-passport-relations article>header{justify-content:space-between;gap:6px;display:flex}.property-passport-relations article>header>div{flex-direction:column;gap:1px;min-width:0;display:flex}.property-passport-relations article>header b{font-size:7.5px}.property-passport-relations article>header small{color:var(--muted);font-size:6.2px}.property-passport-relations article>header>span{color:#257158;background:#e4f1ed;border-radius:9px;align-self:flex-start;padding:2px 5px;font-size:5.8px;font-weight:900}.property-passport-relations article>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;margin-top:6px;display:grid}.property-passport-relations article>div span{flex-direction:column;gap:1px;display:flex}.property-passport-relations article>div small{color:var(--muted);font-size:5.8px}.property-passport-relations article>div b{font-size:6.5px}.property-passport-relations article p{color:var(--ink);margin:6px 0 0;font-size:6.4px;line-height:1.4}.property-passport-relations article>em{color:var(--muted);overflow-wrap:anywhere;margin-top:5px;font-size:5.8px;font-style:normal;display:block}.property-passport-utilities>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.property-passport-utilities article{background:#f3f8f8;border-radius:7px;grid-template-columns:24px minmax(0,1fr) auto;gap:6px;min-width:0;padding:7px;display:grid}.property-passport-utilities article>span{color:var(--teal-dark);font-size:15px}.property-passport-utilities article>div{min-width:0}.property-passport-utilities article b{font-size:7px;display:block}.property-passport-utilities article small{color:var(--muted);font-size:6.2px;display:block}.property-passport-utilities article p{margin:4px 0 0;font-size:6.2px;line-height:1.35}.property-passport-utilities article>em{color:#7d681b;font-size:5.8px;font-style:normal}.property-passport-timeline{border-top:1px solid var(--line)}.property-passport-timeline>summary{cursor:pointer;color:var(--teal-dark);padding:8px 10px;font-size:8px;font-weight:900;list-style:none;display:flex}.property-passport-timeline>summary span{margin-left:auto}.property-passport-timeline>div{padding:0 10px 8px}.property-passport-timeline article{border-top:1px solid var(--line);grid-template-columns:85px minmax(0,1fr);gap:8px;padding:5px 0;display:grid}.property-passport-timeline time{color:var(--muted);font-size:6.5px}.property-passport-timeline article div{flex-direction:column;display:flex}.property-passport-timeline article b{font-size:7px}.property-passport-timeline article small{color:var(--muted);font-size:6.2px}.property-passport-quality{background:#fffaf0}.property-passport-quality>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;display:grid}.property-passport-quality p{border:1px solid #ead9ae;border-radius:6px;gap:6px;margin:0;padding:6px;font-size:6.5px;line-height:1.4;display:flex}.property-passport-quality p span{color:#6d5110;background:#f3d995;border-radius:50%;flex:0 0 16px;place-items:center;height:16px;font-weight:900;display:grid}html[data-theme=dark] :is(.property-passport-card,.property-passport-facts>span,.property-passport-details h4,.property-passport-relations article,.property-passport-utilities article,.property-passport-units article.excluded){background:var(--paper);border-color:var(--line)}html[data-theme=dark] .property-passport-sources>div{background:#142027}html[data-theme=dark] .property-passport-units article.sold{background:#2d2423}html[data-theme=dark] .property-passport-quality{background:#2b281d}@media (max-width:1180px){.property-passport-body{grid-template-columns:1fr}.property-passport-facts{border-right:0;border-bottom:1px solid var(--line)}.property-passport-relations>div,.property-passport-utilities>div{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.property-passport-facts,.property-passport-units article{grid-template-columns:1fr 1fr}.property-passport-units article>span:last-child{grid-column:1/-1}.property-passport-sources article{grid-template-columns:75px minmax(0,1fr)}.property-passport-details>div,.property-passport-quality>div,.property-passport-relations>div,.property-passport-utilities>div{grid-template-columns:1fr}}@media (max-width:480px){.property-passport-facts,.property-passport-units article{grid-template-columns:1fr}.property-passport-units article>span:last-child{grid-column:auto}.property-passport-details article>div{grid-template-columns:1fr}.property-passport-details article span:nth-child(odd){border-right:0}.property-passport-card>header{flex-direction:column;align-items:flex-start}.property-passport-card>header>div:last-child{justify-content:flex-start}}.occupancy-calendar button.common{color:#657780;background:#edf1f2;box-shadow:inset 0 3px #91a0a6}.occupancy-calendar button.sold{color:#a4483f;background:#f6e9e6;box-shadow:inset 0 3px #c9786e}.personal-chessboard-legend i.common{background:#91a0a6}.personal-chessboard-legend i.sold{background:#c9786e}.marketplace-insight-grid{grid-template-columns:minmax(0,1.25fr) minmax(500px,1fr)}.marketplace-insight-grid .marketplace-orders-chart,.marketplace-reviews-feed{height:298px}.marketplace-chart-svg{height:230px}.marketplace-reviews-feed{flex-direction:column;display:flex;position:relative}.marketplace-reviews-feed>header{flex:0 0 38px;height:38px;padding:6px 9px}.marketplace-reviews-feed>header b{font-size:8px}.review-summary{border-bottom:1px solid var(--line);align-items:stretch;gap:4px;min-height:39px;padding:4px 8px;display:flex}.review-summary>span{border-right:1px solid var(--line);flex-direction:column;justify-content:center;gap:1px;min-width:63px;padding:2px 7px;display:flex}.review-summary small{color:var(--muted);font-size:6px}.review-summary b{font-size:10px}.review-summary b i{color:#e89b19;font-size:8px;font-style:normal}.review-summary>span.attention b{color:#bd5549}.review-view-switch{border:1px solid var(--line);border-radius:6px;align-items:center;margin-left:auto;padding:2px;display:flex}.review-view-switch button{height:25px;color:var(--muted);background:0 0;border:0;border-radius:4px;padding:0 7px;font-size:6.5px;font-weight:900}.review-view-switch button.active{color:var(--teal-dark);background:#def2ef}.review-provider-tabs{border-bottom:1px solid var(--line);align-items:center;gap:3px;min-height:34px;padding:4px 7px;display:flex;overflow-x:auto}.review-provider-tabs button{min-width:62px;height:25px;color:var(--ink);background:0 0;border:1px solid #0000;border-radius:5px;align-items:center;gap:4px;padding:2px 5px;display:flex}.review-provider-tabs button:hover{background:#f2f7f7}.review-provider-tabs button.active{background:#ebf8f5;border-color:#7bc5ba}.review-provider-tabs button i{color:#fff;background:#168eea;border-radius:4px;place-items:center;width:18px;height:18px;font-size:6px;font-style:normal;font-weight:900;display:grid}.review-provider-tabs button.wildberries i{background:#aa28bf}.review-provider-tabs button.yandex_market i{color:#4a3300;background:#f3ad22}.review-provider-tabs button b{white-space:nowrap;font-size:6.5px}.review-provider-tabs button small{color:var(--muted);white-space:nowrap;margin-left:auto;font-size:6px}.review-search{border-bottom:1px solid var(--line);min-height:31px;color:var(--muted);align-items:center;gap:5px;padding:4px 8px;display:flex}.review-search input{width:100%;height:22px;color:var(--ink);font:inherit;background:0 0;border:0;outline:0;font-size:7px}.marketplace-reviews-feed .marketplace-review-list,.review-products-list{flex:1;height:auto;min-height:0;overflow:auto}.marketplace-review-list article{padding:6px 8px}.marketplace-review-list article>header>span{align-items:center;gap:5px;display:flex}.marketplace-review-list .marketplace-provider-badge,.review-products-list .marketplace-provider-badge{width:19px;height:17px;font-size:5.5px}.marketplace-review-list article>header strong{font-size:7px}.marketplace-review-list em.needs-response{color:#9b6419;background:#fff0dc;border-radius:8px;padding:2px 5px;font-weight:900}.review-products-list>header,.review-products-list>article{grid-template-columns:minmax(140px,1fr) 92px 45px 68px;align-items:center;gap:6px;padding:0 8px;display:grid}.review-products-list>header{z-index:2;min-height:25px;color:var(--muted);background:#f2f6f7;font-size:6px;font-weight:900;position:sticky;top:0}.review-products-list>article{border-top:1px solid var(--line);min-height:35px;font-size:7px}.review-products-list>article>span:first-child{flex-direction:column;gap:1px;min-width:0;display:flex}.review-products-list>article>span:first-child b,.review-products-list>article>span:first-child small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.review-products-list>article>span:first-child small{color:var(--muted);font-size:6px}.review-products-list>article>span:nth-child(2){align-items:center;gap:4px;display:flex}.review-products-list>article>strong:last-child{color:#d58b14}.reviews-empty{height:100%;min-height:70px;padding:10px}.reviews-empty b{color:var(--ink);font-size:8px}.reviews-empty span{max-width:330px}.reviews-empty .spinner{width:16px;height:16px}html[data-theme=dark] :is(.review-provider-tabs button:hover,.review-products-list>header){background:#142027}html[data-theme=dark] .review-view-switch button.active,html[data-theme=dark] .review-provider-tabs button.active{background:#173633}html[data-theme=dark] .marketplace-review-list em.needs-response{color:#ecc17a;background:#3a2d1d}@media (max-width:1300px){.marketplace-insight-grid{grid-template-columns:minmax(0,1.1fr) minmax(420px,.9fr)}}@media (max-width:980px){.marketplace-insight-grid{grid-template-columns:1fr}.marketplace-insight-grid .marketplace-orders-chart,.marketplace-reviews-feed{height:285px}.marketplace-chart-svg{height:216px}}@media (max-width:560px){.review-summary>span:nth-child(2){display:none}.review-provider-tabs button{min-width:auto}.review-provider-tabs button b{display:none}.review-products-list>header,.review-products-list>article{grid-template-columns:minmax(120px,1fr) 42px 38px 60px}.review-products-list>article>span:nth-child(2){font-size:0}}.operation-create-backdrop{z-index:75;overflow:auto}.operation-create-modal{width:min(760px,100vw - 32px);color:var(--ink);background:var(--paper);overflow:visible}.operation-create-modal>.modal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.searchable-select-field{color:#64737e;flex-direction:column;gap:6px;min-width:0;font-size:12px;font-weight:600;display:flex;position:relative}.searchable-select-label{gap:3px;display:flex}.searchable-select-label i{color:#b64f48;font-style:normal}.searchable-select{min-width:0;position:relative}.searchable-select>summary{background:var(--paper);min-height:39px;color:var(--ink);cursor:pointer;border:1px solid #dce3e7;border-radius:7px;outline:0;align-items:center;gap:7px;padding:7px 9px;list-style:none;display:flex}.searchable-select>summary::-webkit-details-marker{display:none}.searchable-select>summary:focus,.searchable-select[open]>summary{border-color:var(--teal);box-shadow:0 0 0 3px #24a9a51c}.searchable-select>summary>span{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.searchable-select>summary b,.searchable-select>summary small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.searchable-select>summary b{font-size:11px}.searchable-select>summary small{color:var(--muted);font-size:8px;font-weight:500}.searchable-select>summary .placeholder b{color:#8b989f;font-weight:500}.searchable-select>summary>i{color:var(--muted);font-style:normal}.searchable-select-field.disabled{opacity:.55}.searchable-select-popover{z-index:90;background:var(--paper);border:1px solid #b9ced0;border-radius:8px;position:absolute;top:calc(100% + 5px);left:0;right:0;overflow:hidden;box-shadow:0 16px 38px #102a3540}.searchable-select-search{border-bottom:1px solid var(--line);align-items:center;height:39px;padding:0 9px;flex-direction:row!important;gap:7px!important;display:flex!important}.searchable-select-search span{color:var(--muted);font-size:15px}.searchable-select-search input{width:100%;min-width:0;color:var(--ink);height:37px!important;box-shadow:none!important;background:0 0!important;border:0!important;padding:0!important}.searchable-select-clear{border:0;border-bottom:1px solid var(--line);color:#9d514b;text-align:left;background:#f7f9fa;width:100%;height:28px;padding:0 10px;font-size:8px;font-weight:800}.searchable-select-options{max-height:265px;overflow:auto}.searchable-select-options section>header{z-index:1;color:#6c7d85;text-transform:uppercase;background:#f1f5f6;border:0;min-height:25px;padding:6px 9px;font-size:7px;font-weight:900;position:sticky;top:0}.searchable-select-options button{background:var(--paper);width:100%;min-height:39px;color:var(--ink);text-align:left;border:0;border-top:1px solid #edf1f2;grid-template-columns:minmax(0,1fr) 18px;align-items:center;gap:7px;padding:6px 9px;display:grid}.searchable-select-options button:hover,.searchable-select-options button.active{background:#eef8f6}.searchable-select-options button:disabled{opacity:.35;cursor:not-allowed}.searchable-select-options button>span{flex-direction:column;gap:2px;min-width:0;display:flex}.searchable-select-options button b,.searchable-select-options button small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.searchable-select-options button b{font-size:9px}.searchable-select-options button small{color:var(--muted);font-size:7px;font-weight:500}.searchable-select-options button>i{color:var(--teal-dark);font-style:normal;font-weight:900}.searchable-select-options>p{text-align:center;color:var(--muted);margin:0;padding:24px 10px;font-size:9px}.searchable-select-popover>footer{border-top:1px solid var(--line);min-height:29px;color:var(--muted);background:#f7f9fa;padding:7px 9px;font-size:7px}.operation-draft-restored{background:#eff9f7;border:1px solid #a9d7ce;border-radius:8px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:8px;margin:12px 22px 0;padding:8px 10px;display:grid}.operation-draft-restored>span{width:27px;height:27px;color:var(--teal-dark);background:#d9f0eb;border-radius:50%;place-items:center;font-weight:900;display:grid}.operation-draft-restored>div{flex-direction:column;gap:2px;min-width:0;display:flex}.operation-draft-restored b{font-size:9px}.operation-draft-restored small{color:var(--muted);font-size:7px}.operation-draft-restored button{color:var(--teal-dark);background:0 0;border:0;font-size:8px;font-weight:900}.operation-unsaved-warning{background:#fff9ee;border:1px solid #ebc58d;border-radius:8px;flex-wrap:wrap;align-items:center;gap:7px;margin:0 22px 14px;padding:10px;display:flex}.operation-unsaved-warning>div{flex-direction:column;flex:1;gap:2px;min-width:220px;display:flex}.operation-unsaved-warning b{font-size:9px}.operation-unsaved-warning span{color:#7b6b50;font-size:7px}.operation-unsaved-warning button{background:var(--paper);color:var(--ink);border:1px solid #d9c6a8;border-radius:6px;padding:7px 8px;font-size:7px;font-weight:800}.operation-unsaved-warning button.danger{color:#ae4d47;border-color:#e1b3af}.operation-draft-status{color:var(--muted);align-self:center;margin-right:auto;font-size:8px}.operation-create-modal footer{align-items:center}.operation-viewbar{border:1px solid var(--line);background:var(--paper);border-radius:8px;align-items:center;gap:6px;min-height:39px;margin-top:8px;padding:5px 7px;display:flex}.operation-viewbar>div{border-right:1px solid var(--line);align-items:center;gap:7px;min-width:235px;height:28px;padding:0 8px 0 4px;display:flex}.operation-viewbar>div>small{color:var(--muted);text-transform:uppercase;white-space:nowrap;font-size:7px;font-weight:900}.operation-viewbar select{min-width:130px;max-width:230px;color:var(--ink);background:0 0;border:0;outline:0;flex:1;font-size:9px;font-weight:800}.operation-viewbar>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:360px;color:var(--muted);font-size:8px;overflow:hidden}.operation-viewbar>button{color:var(--teal-dark);white-space:nowrap;background:#eff9f7;border:1px solid #b7d8d4;border-radius:6px;padding:7px 9px;font-size:8px;font-weight:900}.operation-viewbar>button.secondary{border-color:var(--line);background:var(--paper);color:#5e707a}.operation-viewbar>em{color:#92a0a6;white-space:nowrap;margin-left:auto;font-size:7px;font-style:normal}.operation-viewbar>b{text-overflow:ellipsis;white-space:nowrap;color:#b34f49;max-width:260px;font-size:8px;overflow:hidden}.operation-view-backdrop{z-index:82}.operation-view-modal{background:var(--paper);border-radius:10px;width:min(520px,100vw - 24px);overflow:hidden;box-shadow:0 24px 70px #17283266}.operation-view-modal>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:66px;padding:13px 17px;display:flex}.operation-view-modal>header small{color:var(--teal-dark);text-transform:uppercase;letter-spacing:.07em;font-size:7px;font-weight:900}.operation-view-modal h2{margin:3px 0 0;font-size:17px}.operation-view-modal>header button{color:var(--muted);background:0 0;border:0;font-size:22px}.operation-view-modal>section{gap:11px;padding:15px 17px;display:grid}.operation-view-modal>section>label:first-child{color:#63747d;flex-direction:column;gap:5px;font-size:9px;font-weight:800;display:flex}.operation-view-modal input[type=text],.operation-view-modal input:not([type]){border:1px solid var(--line);background:var(--paper);height:38px;color:var(--ink);border-radius:7px;outline:0;padding:0 10px}.operation-view-modal input:focus{border-color:var(--teal);box-shadow:0 0 0 3px #24a9a51c}.operation-view-preview{background:#f2faf8;border:1px solid #c9e2df;border-radius:8px;flex-direction:column;gap:3px;padding:10px 11px;display:flex}.operation-view-preview small{color:var(--teal-dark);text-transform:uppercase;font-size:7px;font-weight:900}.operation-view-preview b{font-size:10px}.operation-view-preview span{color:var(--muted);font-size:8px;line-height:1.45}.operation-view-default{border:1px solid var(--line);border-radius:8px;grid-template-columns:17px 1fr;align-items:center;gap:8px;padding:9px 10px;display:grid}.operation-view-default input{width:16px;height:16px;accent-color:var(--teal)}.operation-view-default span{flex-direction:column;gap:2px;display:flex}.operation-view-default b{font-size:9px}.operation-view-default small{color:var(--muted);font-size:7px}.operation-view-modal>footer{border-top:1px solid var(--line);background:#f7f9fa;grid-template-columns:auto 1fr auto auto;align-items:center;gap:7px;min-height:55px;padding:9px 17px;display:grid}.operation-view-modal>footer button{border:1px solid var(--line);background:var(--paper);color:var(--ink);border-radius:6px;padding:8px 10px;font-size:8px;font-weight:800}.operation-view-modal>footer button.primary{border-color:var(--teal);background:var(--teal);color:#fff}.operation-view-modal>footer button.danger-link{color:#ad504a;background:0 0;border:0;padding-left:0}html[data-theme=dark] :is(.operation-viewbar,.operation-viewbar select,.operation-viewbar>button.secondary,.operation-view-modal,.operation-view-modal input,.operation-view-default,.operation-view-modal>footer button){background:var(--paper);color:var(--ink)}html[data-theme=dark] .operation-view-preview{background:#17322f;border-color:#315f59}html[data-theme=dark] .operation-view-modal>footer{background:#142027}html[data-theme=dark] .operation-view-modal>footer button.primary{background:var(--teal);color:#fff}@media (max-width:1050px){.operation-viewbar{flex-wrap:wrap}.operation-viewbar>span{order:5;width:100%;max-width:none}.operation-viewbar>em{display:none}}@media (max-width:700px){.operation-viewbar>div{border-right:0;border-bottom:1px solid var(--line);width:100%}.operation-viewbar>button{flex:1}.operation-view-modal>footer{grid-template-columns:1fr 1fr}.operation-view-modal>footer>span{display:none}}html[data-theme=dark] :is(.operation-create-modal,.searchable-select>summary,.searchable-select-popover,.searchable-select-options button,.operation-unsaved-warning button,.operation-create-modal>footer button){background:var(--paper);color:var(--ink);border-color:var(--line)}html[data-theme=dark] .operation-create-modal>footer{border-color:var(--line);background:#142027}html[data-theme=dark] .operation-create-modal>footer button.primary{background:var(--teal);border-color:var(--teal);color:#fff}html[data-theme=dark] :is(.searchable-select-options section>header,.searchable-select-popover>footer,.searchable-select-clear){background:#142027}html[data-theme=dark] .searchable-select-options button:hover,html[data-theme=dark] .searchable-select-options button.active{background:#17322f}html[data-theme=dark] .operation-draft-restored{background:#17322f;border-color:#315f59}html[data-theme=dark] .operation-unsaved-warning{background:#332a1d;border-color:#6f5836}html[data-theme=dark] .operation-unsaved-warning span{color:#d8c29c}.reconciliation-fields>.searchable-select-field,.reconciliation-fields>.searchable-select-with-note{min-width:0}.reconciliation-fields .searchable-select-label{color:#687983;font-size:8px;font-weight:900}.reconciliation-fields .searchable-select>summary{height:36px;min-height:36px;padding:5px 8px}.reconciliation-fields .searchable-select>summary b{font-size:9px}.reconciliation-fields .searchable-select-popover{right:auto}.searchable-select-with-note{flex-direction:column;gap:4px;display:flex}.searchable-select-with-note>small{color:var(--muted);font-size:7px}.directory-bulk{left:40%;transform:none}.directory-bulk .searchable-select-field{width:280px;color:var(--ink);gap:0;font-weight:500}.directory-bulk .searchable-select-label{display:none}.directory-bulk .searchable-select>summary{color:#fff;background:#344b59;border-color:#51636f;height:34px;min-height:34px}.directory-bulk .searchable-select>summary .placeholder b{color:#d9e2e6}.directory-bulk .searchable-select-popover{color:var(--ink)}html[data-theme=dark] .directory-bulk .searchable-select>summary{color:#fff;background:#263b47;border-color:#51636f}.directory-bulk .merge{color:#0d7774;background:#e8f8f7;border-color:#75c9c5;font-weight:800}.directory-bulk .merge:disabled{cursor:not-allowed;opacity:.42}.directory-merge-backdrop{z-index:90}.directory-merge-modal{width:min(720px,100vw - 28px);max-height:min(820px,100vh - 32px);overflow:auto}.directory-merge-modal>header{z-index:3;background:var(--surface,#fff);position:sticky;top:0}.merge-explanation{background:#f1faf9;border:1px solid #cfe5e3;border-radius:9px;gap:14px;margin:18px 22px 12px;padding:12px 14px;display:flex}.merge-explanation b{flex:0 0 220px}.merge-explanation span{color:var(--muted);font-size:11px;line-height:1.45}.merge-target-list{gap:7px;margin:0 22px 15px;display:grid}.merge-target-list label{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:8px;grid-template-columns:20px 7px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;display:grid}.merge-target-list label:hover{background:#f8fcfc;border-color:#8bcfcb}.merge-target-list label.selected{border-color:var(--teal);background:#effaf9;box-shadow:0 0 0 2px #24a9a51f}.merge-target-list label>span{border-radius:5px;width:7px;height:32px}.merge-target-list label>div{flex-direction:column;gap:3px;min-width:0;display:flex}.merge-target-list label b,.merge-target-list label small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.merge-target-list label small{color:var(--muted);font-size:10px}.merge-target-list label em{color:#657985;font-size:10px;font-style:normal;font-weight:800}.merge-loading{text-align:center;color:var(--muted);margin:0 22px 15px;padding:14px}.merge-preview{border:1px solid #d7e4e6;border-radius:10px;margin:0 22px 18px;overflow:hidden}.merge-preview>header{background:#f4f8f8;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.merge-preview>header>div{flex-direction:column;gap:3px;display:flex}.merge-preview>header small{color:var(--muted);text-transform:uppercase;font-size:9px}.merge-preview>header span{color:var(--teal-dark);background:#dff3f2;border-radius:14px;padding:5px 9px;font-weight:900}.merge-reference-list{border-top:1px solid #e5edef;grid-template-columns:1fr 1fr;gap:0;display:grid}.merge-reference-list>div{border-bottom:1px solid #e5edef;border-right:1px solid #e5edef;justify-content:space-between;padding:8px 13px;font-size:11px;display:flex}.merge-reference-list>div:nth-child(2n){border-right:0}.merge-reference-list span{color:#526873}.merge-blockers,.merge-warnings{flex-direction:column;gap:6px;padding:11px 13px;display:flex}.merge-blockers{color:#a7423e;background:#fff1ef}.merge-warnings{color:#257a58;background:#eff9f4}.merge-blockers b{margin-bottom:2px}.merge-blockers span,.merge-warnings span{font-size:10px;line-height:1.4}.merge-confirm{cursor:pointer;border-top:1px solid #e5edef;align-items:flex-start;gap:9px;padding:11px 13px;font-size:11px;font-weight:700;display:flex}.directory-merge-modal>footer{grid-template-columns:auto 1fr auto;display:grid!important}.merge-success{background:#effaf4;border:1px solid #c4e7d7;border-radius:12px;align-items:center;gap:16px;margin:24px 22px;padding:20px;display:flex}.merge-success>span{color:#fff;background:#21a86d;border-radius:50%;place-items:center;width:48px;height:48px;font-size:24px;display:grid}.merge-success>div{flex-direction:column;gap:5px;display:flex}.merge-success p{margin:0}.merge-success small{color:var(--muted)}html[data-theme=dark] .directory-merge-modal>header,html[data-theme=dark] .merge-target-list label{background:#1f2c35}html[data-theme=dark] .merge-target-list label.selected,html[data-theme=dark] .merge-explanation{background:#193638}html[data-theme=dark] .merge-preview>header{background:#24343e}html[data-theme=dark] .merge-blockers{background:#412b2b}html[data-theme=dark] .merge-warnings,html[data-theme=dark] .merge-success{background:#19362e}@media (max-width:760px){.reconciliation-fields .searchable-select-popover{width:max(100%,240px)}.directory-bulk{left:86px;right:12px}.directory-bulk .searchable-select-field{width:220px}.directory-bulk .searchable-select-popover{width:280px;max-width:calc(100vw - 110px)}}@media (max-width:640px){.merge-explanation{flex-direction:column;gap:5px}.merge-explanation b{flex-basis:auto}.merge-reference-list{grid-template-columns:1fr}.merge-reference-list>div{border-right:0}.directory-merge-modal>footer{grid-template-columns:1fr 1fr}.directory-merge-modal>footer span,.directory-bulk .merge{display:none}}@media (max-width:700px){.operation-create-modal{width:calc(100vw - 12px);max-height:calc(100dvh - 12px);overflow:auto}.operation-create-modal>.modal-grid{grid-template-columns:1fr}.operation-draft-restored{margin:8px 12px 0}.operation-unsaved-warning{flex-direction:column;align-items:stretch;margin:0 12px 10px}.operation-unsaved-warning>div{min-width:0}.operation-create-modal footer{flex-wrap:wrap;align-items:stretch}.operation-draft-status{width:100%;margin:0 0 3px}}.order-money.allocated-ad b{color:#9a5c11}.order-money.allocated-ad small{color:#a56b22}.advertising-allocation-note{background:#fff8e8;border:1px solid #edcf92;border-radius:6px;flex-direction:column;gap:3px;margin:7px;padding:7px 8px;display:flex}.advertising-allocation-note b{color:#84500e;font-size:8px}.advertising-allocation-note span,.advertising-allocation-note small{font-size:7px;line-height:1.4}.advertising-allocation-note small{color:#8c744f}html[data-theme=dark] .advertising-allocation-note{background:#2d281e;border-color:#725a31}html[data-theme=dark] .advertising-allocation-note b{color:#f2bf68}html[data-theme=dark] .advertising-allocation-note small{color:#bba77f}.rv15-plan-card{border:1px solid var(--line);background:var(--paper);border-radius:9px;margin:6px 0;overflow:hidden}.rv15-plan-card>header{border-bottom:1px solid var(--line);grid-template-columns:minmax(250px,1fr) auto auto;align-items:center;gap:14px;min-height:55px;padding:7px 10px;display:grid}.rv15-plan-card>header>div:first-child{flex-direction:column;gap:1px;min-width:0;display:flex}.rv15-plan-card>header>div:first-child small{color:var(--teal-dark);letter-spacing:.06em;text-transform:uppercase;font-size:6.5px;font-weight:900}.rv15-plan-card>header>div:first-child b{font-size:10px}.rv15-plan-card>header>div:first-child span{color:var(--muted);font-size:7px}.rv15-plan-summary{align-items:stretch;display:flex}.rv15-plan-summary>span{border-left:1px solid var(--line);flex-direction:column;gap:1px;min-width:94px;padding:2px 9px;display:flex}.rv15-plan-summary b{font-size:10px}.rv15-plan-summary small{color:var(--muted);font-size:6.5px}.rv15-plan-actions{align-items:center;gap:3px;display:flex}.rv15-plan-actions>button{border:1px solid var(--line);background:var(--paper);width:27px;height:27px;color:var(--ink);border-radius:5px;font-size:13px;font-weight:900}.rv15-plan-actions>button:disabled{opacity:.35}.rv15-plan-actions>b{min-width:34px;color:var(--muted);text-align:center;font-size:7px}.rv15-plan-actions>.rv15-plan-chessboard{width:auto;color:var(--teal-dark);border-color:#a6d4d0;margin-left:4px;padding:0 8px;font-size:7px}.rv15-plan-body{grid-template-columns:minmax(0,1fr) 270px;min-height:390px;display:grid}.rv15-plan-stage{background:linear-gradient(#fbfcfc,#f4f7f7);min-width:0;max-height:430px;overflow:auto}.rv15-plan-canvas{min-width:760px;margin:auto;transition:width .18s}.rv15-plan-canvas svg{width:100%;height:auto;max-height:430px;display:block;overflow:visible}.rv15-plan-room{cursor:pointer;outline:none}.rv15-plan-room path{fill:#f0f3f4;stroke:#8e9da5;stroke-width:2px;fill-rule:evenodd;vector-effect:non-scaling-stroke;transition:fill .12s,stroke .12s}.rv15-plan-room:hover path,.rv15-plan-room:focus path{stroke:#168d8a;stroke-width:4px}.rv15-plan-room.selected path{stroke:#168d8a;stroke-width:6px;filter:drop-shadow(0 2px 3px #163b4544)}.rv15-plan-room.occupied path{fill:#dff3f2;stroke:#2c9a79}.rv15-plan-room.maintenance path{fill:#fff0d7;stroke:#c48b2e}.rv15-plan-room.service path,.rv15-plan-room.common path{fill:#e8eef1;stroke:#8798a0}.rv15-plan-room.sold path{fill:#f3dfdc;stroke:#b9635b}.rv15-plan-room.needs-review path{fill:url(#rv15-plan-hatch);stroke:#8e9da5}.rv15-plan-room text{pointer-events:none;fill:#263442;text-anchor:middle;font-family:Arial,sans-serif}.rv15-plan-room .rv15-plan-number{font-size:25px;font-weight:800}.rv15-plan-room .rv15-plan-area{font-size:17px}.rv15-plan-room.common text{fill:#5f727b;font-size:18px}.rv15-plan-state-dot{pointer-events:none;fill:#a5b0b5}.rv15-plan-room.occupied .rv15-plan-state-dot{fill:#2c9a79}.rv15-plan-room.maintenance .rv15-plan-state-dot{fill:#c48b2e}.rv15-plan-room.service .rv15-plan-state-dot,.rv15-plan-room.common .rv15-plan-state-dot{fill:#8798a0}.rv15-plan-room.sold .rv15-plan-state-dot{fill:#b9635b}.rv15-plan-room.needs-review .rv15-plan-state-dot{fill:#8e9da5}.rv15-plan-hatch-base{fill:#f4f6f7}.rv15-plan-hatch-line{fill:none;stroke:#a3afb4;stroke-width:1px}.rv15-plan-outside,.rv15-plan-entry{fill:#647780;text-anchor:middle;font:16px Arial,sans-serif}.rv15-plan-entry{fill:#168d8a;text-anchor:start;font-size:19px}.rv15-plan-detail{border-left:1px solid var(--line);background:var(--paper);flex-direction:column;padding:11px;display:flex}.rv15-plan-detail-title{grid-template-columns:38px minmax(0,1fr);align-items:center;gap:8px;display:grid}.rv15-plan-detail-title>span{width:38px;height:38px;color:var(--teal-dark);background:#dff3f2;border-radius:8px;place-items:center;font-size:14px;font-weight:900;display:grid}.rv15-plan-detail-title>div{flex-direction:column;gap:2px;min-width:0;display:flex}.rv15-plan-detail-title small{color:var(--muted);font-size:6.5px}.rv15-plan-detail-title b{text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.rv15-plan-detail-title>em{color:#596c75;background:#edf1f2;border-radius:11px;grid-column:1/-1;align-items:center;gap:5px;width:max-content;padding:4px 7px;font-size:6.5px;font-style:normal;font-weight:900;display:flex}.rv15-plan-detail-title>em i,.rv15-plan-card>footer span i{background:#a5b0b5;border-radius:2px;width:7px;height:7px}.rv15-plan-detail-title>em.occupied{color:#217459;background:#e1f3eb}.rv15-plan-detail-title>em.occupied i,.rv15-plan-card>footer span.occupied i{background:#2c9a79}.rv15-plan-detail-title>em.common i,.rv15-plan-card>footer span.common i{background:#8798a0}.rv15-plan-detail-title>em.needs-review{color:#866117;background:#fff6de}.rv15-plan-detail-title>em.needs-review i,.rv15-plan-card>footer span.needs-review i{background:#c79834}.rv15-plan-detail dl{border-top:1px solid var(--line);margin:10px 0 0}.rv15-plan-detail dl>div{border-bottom:1px solid var(--line);grid-template-columns:92px minmax(0,1fr);align-items:center;gap:7px;min-height:36px;padding:5px 1px;display:grid}.rv15-plan-detail dt{color:var(--muted);font-size:6.5px}.rv15-plan-detail dd{overflow-wrap:anywhere;margin:0;font-size:7.5px;font-weight:800}.rv15-plan-detail>p{color:var(--muted);margin:9px 0;font-size:7px;line-height:1.5}.rv15-plan-detail-actions{gap:5px;margin-top:auto;display:flex}.rv15-plan-detail-actions button{background:var(--paper);color:var(--teal-dark);border:1px solid #acd4d1;border-radius:6px;flex:1;padding:7px 5px;font-size:7px;font-weight:900}.rv15-plan-detail-actions button.primary{border-color:var(--teal);background:var(--teal);color:#fff}.rv15-plan-card>footer{border-top:1px solid var(--line);grid-template-columns:auto minmax(260px,1fr);align-items:center;gap:13px;min-height:43px;padding:6px 10px;display:grid}.rv15-plan-card>footer>div{white-space:nowrap;align-items:center;gap:11px;display:flex}.rv15-plan-card>footer span{color:var(--muted);align-items:center;gap:4px;font-size:6.5px;display:flex}.rv15-plan-card>footer p{color:var(--muted);margin:0;font-size:6.5px;line-height:1.4}.rv15-plan-card>footer p b{color:var(--ink)}html[data-theme=dark] .rv15-plan-card,html[data-theme=dark] .rv15-plan-detail,html[data-theme=dark] .rv15-plan-actions>button,html[data-theme=dark] .rv15-plan-detail-actions button{background:var(--paper);border-color:var(--line);color:var(--ink)}html[data-theme=dark] .rv15-plan-stage{background:linear-gradient(#142027,#101a20)}html[data-theme=dark] .rv15-plan-room path{fill:#223038;stroke:#5f7079}html[data-theme=dark] .rv15-plan-room text{fill:#e7eef2}html[data-theme=dark] .rv15-plan-room.occupied path{fill:#173b34;stroke:#49bd94}html[data-theme=dark] .rv15-plan-room.maintenance path{fill:#3a2e1b;stroke:#c9973e}html[data-theme=dark] .rv15-plan-room.service path,html[data-theme=dark] .rv15-plan-room.common path{fill:#26343b;stroke:#6f8189}html[data-theme=dark] .rv15-plan-room.sold path{fill:#3a2524;stroke:#cf776f}html[data-theme=dark] .rv15-plan-hatch-base{fill:#1d2a31}html[data-theme=dark] .rv15-plan-hatch-line{stroke:#64747c}html[data-theme=dark] .rv15-plan-room.common text,html[data-theme=dark] .rv15-plan-outside{fill:#a0afb7}html[data-theme=dark] .rv15-plan-entry{fill:#62d3ce}html[data-theme=dark] .rv15-plan-detail-title>span{color:#62d3ce;background:#173b37}@media (max-width:1180px){.rv15-plan-card>header{grid-template-columns:1fr auto}.rv15-plan-summary{border-top:1px solid var(--line);grid-area:2/1/auto/-1;padding-top:6px}.rv15-plan-summary>span:first-child{border-left:0;padding-left:0}.rv15-plan-body{grid-template-columns:1fr 235px}}@media (max-width:760px){.rv15-plan-card>header{grid-template-columns:1fr}.rv15-plan-actions{grid-row:auto}.rv15-plan-summary{overflow:auto}.rv15-plan-body{grid-template-columns:1fr}.rv15-plan-detail{border-left:0;border-top:1px solid var(--line)}.rv15-plan-stage{max-height:360px}.rv15-plan-card>footer{grid-template-columns:1fr}.rv15-plan-card>footer>div{overflow:auto}}.sidebar nav button.nav-child{color:#91a3ae;border-radius:6px;min-height:30px;margin:-2px 0 3px;padding:5px 12px 5px 44px;font-size:9px}.sidebar nav button.nav-child i{width:10px;height:14px;font-size:10px}.sidebar nav button.nav-child.active{color:#fff;box-shadow:inset 3px 0 var(--teal);background:#2c414d}.planning-liabilities{padding-top:14px}.liability-heading{justify-content:space-between;align-items:center;gap:16px;min-height:66px;display:flex}.liability-heading>div{flex-direction:column;gap:2px;display:flex}.liability-heading small{color:var(--teal-dark);letter-spacing:.07em;font-size:7px;font-weight:900}.liability-heading h2{margin:0;font-size:20px}.liability-heading p{color:var(--muted);margin:0;font-size:9px}.liability-kpis{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:9px;display:grid}.liability-kpis>button{border:1px solid var(--line);background:var(--paper);min-height:76px;color:var(--ink);text-align:left;border-radius:9px;flex-direction:column;align-items:flex-start;gap:3px;padding:10px 13px;display:flex}.liability-kpis>button:hover,.liability-kpis>button.active{box-shadow:inset 0 -3px var(--teal);border-color:#68bdb7}.liability-kpis>button.danger{border-left:4px solid #df6962}.liability-kpis small{color:var(--muted);font-size:7px}.liability-kpis b{font-size:15px}.liability-kpis span{color:var(--muted);font-size:7px}.liability-toolbar{border:1px solid var(--line);background:var(--paper);border-radius:9px 9px 0 0;grid-template-columns:minmax(280px,1fr) 240px 200px;align-items:end;gap:7px;min-height:47px;padding:6px 8px;display:grid}.liability-toolbar .search{width:100%;height:34px;margin:0}.liability-toolbar>label:not(.search){color:var(--muted);flex-direction:column;gap:3px;font-size:7px;display:flex}.liability-toolbar select{border:1px solid var(--line);background:var(--paper);height:34px;color:var(--ink);border-radius:6px;padding:0 8px;font-size:8px}.liability-register{border:1px solid var(--line);background:var(--paper);border-top:0;border-radius:0 0 9px 9px;overflow:hidden}.liability-register>header,.liability-register>article{grid-template-columns:125px minmax(240px,1.35fr) minmax(190px,1fr) 110px 120px 110px 105px;align-items:center;display:grid}.liability-register>header{min-height:34px;color:var(--muted);background:#f4f7f8;padding:0 10px;font-size:7px;font-weight:900}.liability-register>header span:nth-child(n+4){text-align:right}.liability-register>article{border-top:1px solid var(--line);min-height:62px;padding:7px 10px}.liability-register>article:hover{background:#f4faf9}.liability-register>article.overdue{box-shadow:inset 3px 0 #df6962}.liability-register>article.settled{opacity:.66}.liability-register>article>span{flex-direction:column;gap:3px;min-width:0;display:flex}.liability-register>article>span:nth-child(2),.liability-register>article>span:nth-child(3){padding-right:12px}.liability-register article b,.liability-register article small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.liability-register article b,.liability-register article strong{font-size:9px}.liability-register article small{color:var(--muted);font-size:7px}.liability-register article>strong{text-align:right}.liability-register article>span:first-child em{color:#62737c;background:#eaf0f2;border-radius:10px;width:max-content;padding:3px 6px;font-size:6.5px;font-style:normal;font-weight:900}.liability-register article.overdue>span:first-child em{color:#b34c46;background:#fbe5e3}.liability-register article.partial>span:first-child em{color:#466f9d;background:#e5effa}.liability-register article.settled>span:first-child em{color:#29745b;background:#e2f2e9}.liability-paid{align-items:flex-end}.liability-paid>i{background:#e6ecee;border-radius:4px;width:72px;height:4px;overflow:hidden}.liability-paid>i>u{background:var(--teal);border-radius:4px;height:100%;display:block}.liability-actions{justify-content:flex-end;flex-direction:row!important;align-items:flex-end!important}.liability-actions button{border:1px solid var(--line);background:var(--paper);height:28px;color:var(--teal-dark);border-radius:5px;padding:0 7px;font-size:7px;font-weight:900}.liability-actions button.primary{border-color:var(--teal);background:var(--teal);color:#fff}.liability-empty{min-height:180px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:9px;display:flex}.liability-empty b{color:var(--ink)}.liability-empty button{background:var(--teal);color:#fff;border:0;border-radius:6px;margin-top:5px;padding:8px 10px;font-size:8px;font-weight:900}.liability-note{background:#f0f9f7;border:1px solid #bcded9;border-radius:8px;align-items:flex-start;gap:8px;margin-top:9px;padding:8px 10px;display:flex}.liability-note>span{width:19px;height:19px;color:var(--teal-dark);background:#d7efeb;border-radius:50%;place-items:center;font-size:8px;font-weight:900;display:grid}.liability-note p{color:var(--muted);margin:1px 0;font-size:7.5px;line-height:1.45}.liability-note b{color:var(--ink)}html[data-theme=dark] :is(.liability-kpis>button,.liability-toolbar,.liability-toolbar .search,.liability-toolbar select,.liability-register,.liability-actions button){background:var(--paper);color:var(--ink);border-color:var(--line)}html[data-theme=dark] :is(.liability-register>header){background:#142027}html[data-theme=dark] .liability-register>article:hover{background:#17302f}html[data-theme=dark] .liability-note{background:#17302f;border-color:#315f59}html[data-theme=dark] .liability-register article.overdue>span:first-child em{color:#f0958f;background:#3b2423}html[data-theme=dark] .liability-register article.partial>span:first-child em{color:#9dc6ee;background:#1d3045}html[data-theme=dark] .liability-register article.settled>span:first-child em{color:#83d2b3;background:#18342b}@media (max-width:1200px){.liability-kpis{grid-template-columns:1fr 1fr}.liability-register{overflow:auto}.liability-register>header,.liability-register>article{min-width:1050px}}@media (max-width:760px){.sidebar nav button.nav-child{display:none}.liability-heading{flex-direction:column;align-items:flex-start}.liability-heading .add-plan{width:100%}.liability-kpis,.liability-toolbar{grid-template-columns:1fr}.liability-toolbar>label{width:100%}.liability-register>header,.liability-register>article{min-width:980px}}.operation-selection-bar{gap:10px}.operation-selection-bar>small{margin-right:auto}.operation-selection-bar>button.primary{border-color:var(--teal);background:var(--teal);color:#fff;font-weight:900}.operation-bulk-edit-backdrop{z-index:215;padding:18px}.operation-bulk-edit-modal{background:var(--paper);width:min(840px,100vw - 36px);max-height:calc(100dvh - 36px);color:var(--ink);flex-direction:column;display:flex;overflow:hidden}.operation-bulk-edit-modal>header{flex:none;padding:15px 18px}.operation-bulk-edit-modal>header h2{font-size:18px}.operation-bulk-summary{border-bottom:1px solid var(--line);background:var(--surface);flex:none;grid-template-columns:1fr 1fr 1.35fr;display:grid}.operation-bulk-summary>div{border-right:1px solid var(--line);flex-direction:column;gap:2px;min-width:0;padding:9px 14px;display:flex}.operation-bulk-summary>div:last-child{border-right:0}.operation-bulk-summary small{color:var(--muted);font-size:7px}.operation-bulk-summary b{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.operation-bulk-warning{background:#fff1ef;border:1px solid #e6b1ad;border-radius:7px;flex-direction:column;flex:none;gap:2px;margin:10px 18px 0;padding:8px 10px;display:flex}.operation-bulk-warning b{color:#a9443e;font-size:8px}.operation-bulk-warning span{color:#8f635f;font-size:7px}.operation-bulk-fields{grid-template-columns:1fr 1fr;gap:8px;min-height:0;padding:10px 18px;display:grid;overflow:auto}.operation-bulk-fields>article{border:1px solid var(--line);background:var(--paper);border-radius:8px;flex-direction:column;gap:9px;min-width:0;padding:10px;display:flex}.operation-bulk-fields>article.active{box-shadow:inset 3px 0 var(--teal);background:#f4faf9;border-color:#79c4be}.operation-bulk-toggle{cursor:pointer;align-items:flex-start;gap:8px;display:flex}.operation-bulk-toggle>input{width:16px;height:16px;accent-color:var(--teal);flex:0 0 16px;margin:1px 0 0}.operation-bulk-toggle>span{flex-direction:column;gap:2px;min-width:0;display:flex}.operation-bulk-toggle b{font-size:9px}.operation-bulk-toggle small{color:var(--muted);font-size:7px;line-height:1.35}.operation-bulk-fields .searchable-select-field{gap:4px}.operation-bulk-fields .searchable-select-label,.operation-bulk-text>span{color:var(--muted);font-size:7px;font-weight:800}.operation-bulk-fields .searchable-select>summary{min-height:36px}.operation-bulk-text{flex-direction:column;gap:4px;display:flex}.operation-bulk-text textarea{border:1px solid var(--line);background:var(--paper);width:100%;min-height:67px;max-height:140px;color:var(--ink);font:inherit;resize:vertical;border-radius:7px;outline:0;padding:8px 9px;font-size:9px;line-height:1.4}.operation-bulk-text textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #24a9a51c}.operation-bulk-text textarea:disabled{opacity:.55}.operation-bulk-text>small{color:var(--muted);align-self:flex-end;font-size:6.5px}.operation-bulk-preview{background:#eef8f6;border:1px solid #bddbd8;border-radius:7px;flex-direction:column;flex:none;gap:2px;margin:0 18px 10px;padding:8px 10px;display:flex}.operation-bulk-preview b{font-size:8px}.operation-bulk-preview span{color:var(--muted);font-size:7px;line-height:1.4}.operation-bulk-edit-modal>.form-error{flex:none}.operation-bulk-edit-modal>footer{flex:none;align-items:center}.operation-bulk-edit-modal>footer>span{color:var(--muted);margin-right:auto;font-size:7px}.operation-bulk-edit-modal>footer button{height:34px;padding:0 13px}html[data-theme=dark] .operation-bulk-edit-modal,html[data-theme=dark] .operation-bulk-fields>article,html[data-theme=dark] .operation-bulk-text textarea{background:var(--paper);color:var(--ink);border-color:var(--line)}html[data-theme=dark] .operation-bulk-summary{background:#142027}html[data-theme=dark] .operation-bulk-fields>article.active,html[data-theme=dark] .operation-bulk-preview{background:#17302f;border-color:#315f59}html[data-theme=dark] .operation-bulk-warning{background:#382522;border-color:#68423f}html[data-theme=dark] .operation-bulk-warning b{color:#ffaaa3}html[data-theme=dark] .operation-bulk-warning span{color:#d5aaa6}@media (max-width:700px){.operation-bulk-edit-backdrop{padding:7px}.operation-bulk-edit-modal{width:100%;max-height:calc(100dvh - 14px)}.operation-bulk-summary{grid-template-columns:1fr 1fr}.operation-bulk-summary>div:last-child{border-top:1px solid var(--line);grid-column:1/-1}.operation-bulk-fields{grid-template-columns:1fr;padding:8px 10px}.operation-bulk-warning,.operation-bulk-preview{margin-left:10px;margin-right:10px}.operation-bulk-edit-modal>footer{padding:10px}.operation-bulk-edit-modal>footer>span{display:none}}.document-registry{padding:18px 0 34px}.document-registry-heading{justify-content:space-between;align-items:center;gap:18px;margin-bottom:12px;display:flex}.document-registry-heading small{color:var(--teal-dark);letter-spacing:.08em;font-size:8px;font-weight:900}.document-registry-heading h2{margin:2px 0;font-size:21px}.document-registry-heading p{color:var(--muted);margin:0;font-size:10px}.document-registry .primary{background:var(--teal);color:#fff;border:0;border-radius:7px;padding:10px 14px;font-weight:800}.document-registry-summary{grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:9px;display:grid}.document-registry-summary article{border:1px solid var(--line);background:var(--paper);border-radius:8px;flex-direction:column;gap:3px;min-height:66px;padding:10px 12px;display:flex}.document-registry-summary article.attention{border-left:4px solid #e2a23f}.document-registry-summary small{color:var(--muted);font-size:8px}.document-registry-summary b{font-size:17px}.document-registry-filters{border:1px solid var(--line);background:var(--paper);border-radius:8px 8px 0 0;grid-template-columns:minmax(260px,1fr) 210px 180px 36px;gap:7px;min-height:48px;padding:7px;display:grid}.document-registry-filters select,.document-registry-filters>button,.document-search{border:1px solid var(--line);background:var(--paper);height:34px;color:var(--ink);border-radius:6px}.document-search{color:var(--muted);align-items:center;gap:6px;padding:0 9px;display:flex}.document-search input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0}.document-registry-filters select{padding:0 9px}.document-registry-filters>button{color:var(--teal-dark);font-size:17px}.document-registry-error{color:#a9443e;background:#fff1ef;border:1px solid #e8aaa5;border-radius:7px;margin:8px 0;padding:9px 11px;font-size:9px}.document-registry-table{border:1px solid var(--line);background:var(--paper);border-top:0;border-radius:0 0 8px 8px;overflow:hidden}.document-registry-table>header,.document-registry-row{text-align:left;grid-template-columns:minmax(250px,1.35fr) minmax(210px,1fr) 160px 145px 110px;align-items:center;display:grid}.document-registry-table>header{min-height:34px;color:var(--muted);background:#f4f7f8;padding:0 11px;font-size:7px;font-weight:900}.document-registry-row{border:0;border-top:1px solid var(--line);background:var(--paper);width:100%;min-height:58px;color:var(--ink);padding:7px 11px}.document-registry-row:hover{background:#f3faf9}.document-registry-row>span{flex-direction:column;gap:3px;min-width:0;padding-right:12px;display:flex}.document-registry-row>span:last-child{flex-direction:row;justify-content:flex-end;align-items:flex-end;gap:7px;padding-right:0}.document-registry-row b,.document-registry-row small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.document-registry-row b{font-size:9px}.document-registry-row small{color:var(--muted);font-size:7px}.document-registry-row i{color:var(--muted);font-size:17px;font-style:normal}.document-status{color:#62737c;white-space:nowrap;background:#edf1f2;border-radius:12px;width:max-content;padding:4px 7px;font-size:7px;font-style:normal;font-weight:900;display:inline-flex}.document-status.active{color:#26765a;background:#e3f4eb}.document-status.draft{color:#906514;background:#fff2d9}.document-status.expired,.document-status.terminated{color:#a64b45;background:#fae7e5}.document-registry-empty{min-height:150px;color:var(--muted);place-items:center;font-size:10px;display:grid}.document-registry-expiring{border:1px solid var(--line);background:var(--paper);border-radius:8px;margin-top:9px;padding:9px}.document-registry-expiring>b{margin-bottom:5px;font-size:9px;display:block}.document-registry-expiring>button{border:0;border-top:1px solid var(--line);width:100%;color:var(--ink);text-align:left;background:0 0;justify-content:space-between;padding:7px 3px;font-size:8px;display:flex}.document-registry-expiring time{color:#a26813}.document-create-modal{width:min(720px,100vw - 30px);max-height:calc(100dvh - 30px);overflow:auto}.document-create-modal textarea{background:var(--paper);color:var(--ink);resize:vertical;border:1px solid #dce3e7;border-radius:7px;padding:9px}.document-detail-backdrop{z-index:215;place-items:stretch end;padding:0}.document-detail-modal{background:var(--bg);width:min(1040px,100vw - 40px);height:100dvh;color:var(--ink);flex-direction:column;display:flex;overflow:hidden;box-shadow:-18px 0 50px #14242f45}.document-detail-modal>header{border-bottom:1px solid var(--line);background:var(--paper);flex:none;grid-template-columns:1fr auto 34px;align-items:center;gap:13px;min-height:86px;padding:14px 18px;display:grid}.document-detail-modal>header small{color:var(--teal-dark);font-size:8px;font-weight:900}.document-detail-modal>header h2{margin:3px 0 2px;font-size:19px}.document-detail-modal>header p{color:var(--muted);margin:0;font-size:8px}.document-detail-modal>header>button{color:var(--muted);background:0 0;border:0;font-size:26px}.document-detail-body{grid-template-columns:minmax(430px,1.3fr) minmax(330px,.8fr);gap:10px;min-height:0;padding:12px;display:grid;overflow:auto}.document-detail-body>main,.document-detail-body>aside{flex-direction:column;gap:10px;min-width:0;display:flex}.document-detail-card,.document-term-form{border:1px solid var(--line);background:var(--paper);border-radius:8px;padding:12px}.document-detail-card>h3,.document-term-form>h3{margin:0 0 10px;font-size:11px}.document-detail-card dl{border:1px solid var(--line);border-radius:6px;grid-template-columns:1fr 1fr;margin:0;display:grid;overflow:hidden}.document-detail-card dl>div{border-bottom:1px solid var(--line);flex-direction:column;gap:3px;min-height:45px;padding:7px 9px;display:flex}.document-detail-card dl>div:nth-child(odd){border-right:1px solid var(--line)}.document-detail-card dl>div:nth-last-child(-n+2){border-bottom:0}.document-detail-card dt{color:var(--muted);font-size:7px}.document-detail-card dd{margin:0;font-size:9px;font-weight:800}.document-detail-card>p{color:var(--muted);margin:9px 0 0;font-size:8px;line-height:1.5}.document-link-chips{flex-wrap:wrap;gap:4px;margin-top:9px;display:flex}.document-link-chips span{color:var(--teal-dark);background:#eaf5f4;border-radius:10px;padding:4px 7px;font-size:7px}.document-dropzone{min-height:68px;color:var(--teal-dark);cursor:pointer;background:#f1faf9;border:1px dashed #70bfba;border-radius:7px;flex-direction:column;justify-content:center;align-items:center;gap:3px;display:flex}.document-dropzone.active{background:#dff4f1;border-style:solid}.document-dropzone input{display:none}.document-dropzone b{font-size:9px}.document-dropzone small{color:var(--muted);font-size:7px}.document-file-list{flex-direction:column;gap:5px;margin-top:8px;display:flex}.document-file-list>article{border:1px solid var(--line);border-radius:6px;grid-template-columns:34px 1fr auto;align-items:center;gap:8px;min-height:45px;padding:6px;display:grid}.document-file-list>article>span{color:#536b75;background:#edf4f5;border-radius:5px;place-items:center;width:34px;height:31px;font-size:7px;font-weight:900;display:grid}.document-file-list>article>div{flex-direction:column;gap:2px;min-width:0;display:flex}.document-file-list b,.document-file-list small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.document-file-list b{font-size:8px}.document-file-list small{color:var(--muted);font-size:7px}.document-file-list a{color:var(--teal-dark);font-size:8px;font-weight:800;text-decoration:none}.document-file-list em{color:var(--muted);font-size:7px;font-style:normal}.document-term{border-top:1px solid var(--line);padding:8px 1px}.document-term>header{justify-content:space-between;gap:8px;display:flex}.document-term>header b{font-size:8px}.document-term>header em{color:#26765a;background:#e3f4eb;border-radius:9px;padding:2px 5px;font-size:6px;font-style:normal}.document-term.superseded{opacity:.62}.document-term.superseded>header em{color:#62737c;background:#edf1f2}.document-term strong{overflow-wrap:anywhere;margin:5px 0 2px;font-size:10px;display:block}.document-term small{color:var(--muted);font-size:7px}.document-term p{color:var(--muted);margin:4px 0 0;font-size:7px}.document-term-form{flex-direction:column;gap:7px;display:flex}.document-term-form>div{grid-template-columns:1fr 1fr;gap:7px;display:grid}.document-term-form label{color:var(--muted);flex-direction:column;gap:3px;font-size:7px;font-weight:800;display:flex}.document-term-form input,.document-term-form select,.document-term-form textarea{border:1px solid var(--line);background:var(--paper);min-height:32px;color:var(--ink);border-radius:6px;padding:6px 8px}.document-term-form .primary{align-self:flex-end}.document-detail-empty{color:var(--muted);font-size:8px}html[data-theme=dark] :is(.document-registry-summary article,.document-registry-filters,.document-registry-filters select,.document-registry-filters>button,.document-search,.document-registry-table,.document-registry-row,.document-registry-expiring,.document-create-modal,.document-detail-modal>header,.document-detail-card,.document-term-form,.document-term-form input,.document-term-form select,.document-term-form textarea){background:var(--paper);color:var(--ink);border-color:var(--line)}html[data-theme=dark] :is(.document-registry-table>header){background:#142027}html[data-theme=dark] .document-registry-row:hover{background:#17302f}html[data-theme=dark] .document-dropzone{background:#17302f;border-color:#315f59}html[data-theme=dark] .document-link-chips span{color:#75d3cc;background:#173936}html[data-theme=dark] .document-status.active{color:#83d2b3;background:#18342b}html[data-theme=dark] .document-status.draft{color:#e8c472;background:#3a2e1b}html[data-theme=dark] .document-status.expired,html[data-theme=dark] .document-status.terminated{color:#f0958f;background:#3b2423}@media (max-width:1100px){.document-registry-summary{grid-template-columns:repeat(3,1fr)}.document-registry-table{overflow:auto}.document-registry-table>header,.document-registry-row{min-width:900px}.document-detail-body{grid-template-columns:1fr}}@media (max-width:720px){.document-registry-heading{flex-direction:column;align-items:flex-start}.document-registry-heading>.primary{width:100%}.document-registry-summary,.document-registry-filters{grid-template-columns:1fr 1fr}.document-search{grid-column:1/-1}.document-detail-modal{width:100vw}.document-detail-body{padding:7px}.document-detail-card dl{grid-template-columns:1fr}.document-detail-card dl>div{border-right:0!important;border-bottom:1px solid var(--line)!important}.document-term-form>div{grid-template-columns:1fr}}.rental-data-loading{min-height:34px;color:var(--teal-dark);background:#f3fbfa;border:1px solid #cfe7e5;border-radius:7px;align-items:center;gap:8px;margin:-2px 0 10px;padding:7px 11px;font-size:11px;display:flex}.rental-data-loading span{border:2px solid #cce4e2;border-top-color:var(--teal);border-radius:50%;width:14px;height:14px;animation:.8s linear infinite rental-spin}html[data-theme=dark] .rental-data-loading{color:#80d9d2;background:#17302f;border-color:#315f59}.users-table-head,.users-table>article{grid-template-columns:minmax(230px,1.4fr) minmax(180px,1fr) minmax(150px,.8fr) minmax(170px,1fr) 170px}.session-devices{width:min(680px,100%)}.session-device-list{flex-direction:column;gap:7px;max-height:420px;padding:10px 16px;display:flex;overflow:auto}.session-device-list>article{border:1px solid var(--line);border-radius:8px;grid-template-columns:30px 1fr auto;align-items:center;gap:9px;padding:9px;display:grid}.session-device-list>article>span{width:29px;height:29px;color:var(--teal-dark);background:#dff3f2;border-radius:8px;place-items:center;display:grid}.session-device-list>article>div{flex-direction:column;gap:2px;min-width:0;display:flex}.session-device-list b{font-size:10px}.session-device-list em{color:#23805b;background:#e5f5ed;border-radius:9px;margin-left:6px;padding:2px 5px;font-size:7px;font-style:normal}.session-device-list small{color:var(--muted);font-size:8px}.session-device-list>p{text-align:center;color:var(--muted);padding:35px}.recovery-code-body{flex-direction:column;gap:12px;padding:16px;display:flex}.recovery-code-body p,.recovery-code-body small{color:var(--muted);margin:0;font-size:9px;line-height:1.55}.recovery-code-body>code{color:#176f6c;overflow-wrap:anywhere;background:#f1fbfa;border:1px dashed #78c9c4;border-radius:8px;padding:13px;font-size:12px}.recovery-code-body>.primary{align-self:flex-start}.recovery-code-modal{width:min(620px,100%)}.login-success{color:#247758;background:#f0faf6;border:1px solid #b9dfd3;border-radius:7px;margin:0;padding:9px 10px;font-size:10px}.login-recovery{color:#168d8a;background:0 0;border:0;height:34px;font-size:10px;font-weight:800}html[data-theme=dark] .session-device-list>article{background:#1c2a33}html[data-theme=dark] .recovery-code-body>code{color:#80d9d2;background:#17302f;border-color:#315f59}@media (max-width:1000px){.users-table-head,.users-table>article{grid-template-columns:minmax(190px,1.3fr) minmax(140px,1fr) minmax(135px,.8fr) 160px}}@media (max-width:720px){.users-table>article{grid-template-columns:1fr auto}.session-device-list>article{grid-template-columns:28px 1fr}.session-device-list>article>button{grid-column:2;justify-self:start}}.searchable-select-validity{opacity:0;pointer-events:none;clip-path:inset(50%);width:1px!important;height:1px!important;padding:0!important;position:absolute!important}.unified-native-select-source{opacity:0!important;pointer-events:none!important;clip-path:inset(50%)!important;border:0!important;width:1px!important;min-width:1px!important;height:1px!important;min-height:1px!important;margin:0!important;padding:0!important;position:absolute!important}.unified-native-select-host{width:100%;min-width:0;display:block}.unified-native-select-host .searchable-select-label{display:none}.unified-native-select-host .searchable-select-field{width:100%;color:inherit;font:inherit;gap:0}.unified-native-select-host .searchable-select>summary{width:100%;min-height:inherit;height:inherit;border-color:var(--line);font:inherit}.unified-native-select-host .searchable-select>summary small{font-size:10px}.unified-native-select-host .searchable-select-error{margin-top:4px}.searchable-select-error{color:#b44740;font-size:11px}.searchable-select>summary[aria-invalid=true]{border-color:#b44740}.unified-select-popover{z-index:1000;min-height:0;color:var(--ink);flex-direction:column;font-family:inherit;display:flex;right:auto}.unified-select-popover .searchable-select-search,.unified-select-popover>footer,.unified-select-popover>.searchable-select-clear{flex-shrink:0}.unified-select-popover .searchable-select-options{overscroll-behavior:contain;min-height:0;max-height:320px;overflow:auto}.unified-select-popover .searchable-select-options button{cursor:pointer;min-height:38px}.unified-select-popover .searchable-select-options button b{font-size:12px}.unified-select-popover .searchable-select-options button small{font-size:10px}.unified-select-popover .searchable-select-options section>header{text-transform:none;white-space:normal;font-size:10px;line-height:1.4}.unified-select-popover .searchable-select-options button:focus-visible{outline:2px solid var(--teal);outline-offset:-2px}.searchable-select-label{display:none}.searchable-select>summary{grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr) 14px;align-items:center;column-gap:8px;display:grid}.searchable-select>summary>.searchable-select-caption{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:700;overflow:hidden}.searchable-select>summary>.searchable-select-caption>i{color:#b64f48;margin-left:2px;font-style:normal}.searchable-select>summary>b{min-width:0;color:var(--ink);text-align:left;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:800;overflow:hidden}.searchable-select>summary>b.placeholder{color:#8b989f;font-weight:600}.searchable-select>summary>i{color:var(--muted);justify-self:end;font-style:normal}.unified-native-select-host .searchable-select>summary b{font-size:inherit;font-weight:700}:is(.multi-filter,.dashboard-multiselect,.semantic-multi-filter,.planning-filter)>summary{grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr) 14px;align-items:center;gap:8px;display:grid}:is(.multi-filter,.dashboard-multiselect,.semantic-multi-filter,.planning-filter)>summary>span{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}:is(.multi-filter,.dashboard-multiselect,.semantic-multi-filter,.planning-filter)>summary>b{min-width:0;color:var(--ink);text-align:left;text-overflow:ellipsis;white-space:nowrap;font-weight:800;overflow:hidden}:is(.multi-filter,.dashboard-multiselect,.semantic-multi-filter,.planning-filter)>summary>i{color:var(--muted);justify-self:end;font-style:normal}:is(.multi-filter,.dashboard-multiselect,.semantic-multi-filter)>summary>span{font-size:10px}:is(.multi-filter,.dashboard-multiselect,.semantic-multi-filter)>summary>b{font-size:11px}.planning-filter>summary>span,.planning-filter>summary>b{font-size:14px}.unified-select-popover>footer{justify-content:space-between;align-items:center;gap:8px;font-size:11px;display:flex}.unified-select-popover>footer button{border:1px solid var(--line);color:var(--teal-dark);background:var(--paper);font:inherit;cursor:pointer;border-radius:5px;padding:5px 8px}.operation-saved-views{border:0;margin:0 0 8px}.operation-saved-views>summary{border:1px solid var(--line);width:max-content;color:var(--muted);cursor:pointer;border-radius:7px;margin-left:auto;padding:5px 9px;font-size:11px;list-style:none}.operation-saved-views>summary::-webkit-details-marker{display:none}.operation-saved-views[open]>summary{color:var(--teal-dark);border-color:var(--teal)}.operation-saved-views .operation-viewbar{margin-top:7px}.directory-visibility-tabs{flex-wrap:wrap;gap:6px;margin:0 0 12px;display:flex}.directory-visibility-tabs button{border:1px solid var(--line);background:var(--paper);color:var(--muted);cursor:pointer;border-radius:7px;padding:7px 11px;font-size:11px;font-weight:700}.directory-visibility-tabs button.active{border-color:var(--teal);background:var(--teal);color:#fff}.property-project-model{min-width:0;padding:5px 0 20px}.property-project-model-heading{border:1px solid var(--line);background:linear-gradient(120deg,#edf8f6,var(--paper));border-radius:10px;justify-content:space-between;align-items:center;gap:18px;min-height:92px;padding:14px 16px;display:flex}.property-project-model-heading>div:first-child{min-width:0}.property-project-model-heading small,.property-project-model-card>header small{color:var(--teal-dark);text-transform:uppercase;letter-spacing:.05em;font-size:7px;font-weight:900}.property-project-model-heading h2{margin:3px 0;font-size:18px}.property-project-model-heading p{max-width:760px;color:var(--muted);margin:0;font-size:8px;line-height:1.45}.property-project-model-heading>div:last-child{align-items:stretch;gap:8px;display:flex}.property-project-model-heading>div:last-child>span{background:var(--paper);border:1px solid #b7d8d3;border-radius:7px;flex-direction:column;gap:2px;min-width:165px;padding:7px 9px;display:flex}.property-project-model-heading b{font-size:9px}.property-project-model-heading em{color:var(--muted);font-size:7px;font-style:normal}.property-project-model-heading button,.property-project-model-empty button{background:var(--teal);color:#fff;white-space:nowrap;border:0;border-radius:7px;padding:0 12px;font-size:8px;font-weight:900}.property-project-model-kpis{grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;margin:8px 0;display:grid}.property-project-model-kpis article{border:1px solid var(--line);background:var(--paper);border-radius:8px;flex-direction:column;gap:4px;min-height:82px;padding:9px 11px;display:flex}.property-project-model-kpis article:before{content:"";background:#6484a7;border-radius:3px;width:24px;height:3px}.property-project-model-kpis article:nth-child(2):before{background:#876bb0}.property-project-model-kpis article:nth-child(3):before{background:#d8903e}.property-project-model-kpis article:nth-child(4):before{background:#20a977}.property-project-model-kpis article:nth-child(5):before{background:#5f8e96}.property-project-model-kpis article.negative{background:#fff8f6;border-color:#efcbc5}.property-project-model-kpis article.positive{border-color:#b9dfcf}.property-project-model-kpis small{color:var(--muted);font-size:7px}.property-project-model-kpis b{font-size:14px}.property-project-model-kpis span{color:var(--muted);margin-top:auto;font-size:7px;line-height:1.35}.property-project-model-grid{grid-template-columns:1.25fr .75fr;gap:8px;display:grid}.property-project-model-card{border:1px solid var(--line);background:var(--paper);border-radius:9px;overflow:hidden}.property-project-model-card>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:57px;padding:10px 12px;display:flex}.property-project-model-card>header h3{margin:2px 0 0;font-size:13px}.property-project-model-card>header>span{color:var(--teal-dark);background:#edf5f4;border-radius:14px;padding:5px 9px;font-size:7px;font-weight:900}.property-project-costs article{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) 140px 130px;align-items:center;gap:10px;min-height:57px;padding:8px 12px;display:grid}.property-project-costs article:last-child{border-bottom:0}.property-project-costs span{flex-direction:column;gap:2px;min-width:0;display:flex}.property-project-costs b{font-size:9px}.property-project-costs small{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:7px;overflow:hidden}.property-project-costs strong{text-align:right;font-size:10px}.property-project-costs em{color:var(--muted);text-align:right;font-size:8px;font-style:normal}.property-project-operating{grid-template-columns:1fr 1fr;gap:7px;padding:8px;display:grid}.property-project-operating article,.property-project-funding-summary article{border:1px solid var(--line);background:#fafcfc;border-radius:7px;flex-direction:column;gap:3px;padding:8px;display:flex}.property-project-operating small,.property-project-funding-summary small{color:var(--muted);font-size:7px}.property-project-operating b,.property-project-funding-summary b{font-size:11px}.property-project-funding{margin-top:8px}.property-project-funding-summary{grid-template-columns:repeat(4,1fr);gap:7px;padding:8px;display:grid}.property-project-participants{border-top:1px solid var(--line);overflow-x:auto}.property-project-participants-head,.property-project-participants article{grid-template-columns:minmax(190px,1.5fr) 130px repeat(4,minmax(115px,.7fr));align-items:center;gap:8px;min-width:850px;padding:8px 12px;display:grid}.property-project-participants-head{color:var(--muted);background:#f4f7f8;font-size:7px;font-weight:900}.property-project-participants article{border-top:1px solid var(--line);font-size:8px}.property-project-participants article>span{flex-direction:column;gap:2px;display:flex}.property-project-participants article small{color:var(--muted);font-size:7px}.property-project-participants article em{color:var(--teal-dark);font-style:normal;font-weight:800}.property-project-participants article strong{text-align:right}.property-project-model-empty{background:#f5fbfa;border:1px dashed #b7d8d3;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:3px 12px;margin:0 10px 10px;padding:11px;display:grid}.property-project-model-empty b{font-size:9px}.property-project-model-empty span{color:var(--muted);font-size:7px}.property-project-model-empty button{grid-area:1/2/3;height:32px}.property-project-model-source{color:var(--muted);justify-content:space-between;gap:12px;padding:9px 2px;font-size:7px;display:flex}.property-project-model-source em{font-style:normal}.property-project-model-loading{border:1px solid var(--line);background:var(--paper);min-height:240px;color:var(--muted);border-radius:10px;justify-content:center;align-items:center;gap:9px;font-size:9px;display:flex}.property-project-model-loading span{border:2px solid #c9ddda;border-top-color:var(--teal);border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}.property-project-model-error{margin-top:8px}html[data-theme=dark] :is(.property-project-model-heading,.property-project-model-heading>div:last-child>span,.property-project-model-kpis article,.property-project-model-card){background:var(--paper);border-color:var(--line)}html[data-theme=dark] :is(.property-project-operating article,.property-project-funding-summary article){background:#142027}html[data-theme=dark] .property-project-model-kpis article.negative{background:#332623}html[data-theme=dark] .property-project-participants-head{background:#142027}html[data-theme=dark] .property-project-model-empty{background:#17302e;border-color:#315e52}@media (max-width:1180px){.property-project-model-kpis{grid-template-columns:repeat(3,1fr)}.property-project-model-grid{grid-template-columns:1fr}}@media (max-width:760px){.property-project-model-heading{flex-direction:column;align-items:flex-start}.property-project-model-heading>div:last-child{width:100%}.property-project-model-heading>div:last-child>span{flex:1}.property-project-model-kpis,.property-project-funding-summary{grid-template-columns:1fr 1fr}.property-project-costs article{grid-template-columns:minmax(0,1fr) auto}.property-project-costs em{text-align:left;grid-column:1/-1}.property-project-model-empty{grid-template-columns:1fr}.property-project-model-empty button{grid-area:auto/1;width:100%;height:34px}.property-project-model-source{flex-direction:column}}@media (max-width:480px){.property-project-model-kpis,.property-project-funding-summary,.property-project-operating{grid-template-columns:1fr}.property-project-model-heading>div:last-child{flex-direction:column}.property-project-model-heading button{height:34px}}.team-wiki{flex-direction:column;gap:13px;display:flex}.wiki-command{grid-template-columns:minmax(220px,.55fr) minmax(320px,1fr) auto;align-items:end;gap:12px;display:grid}.wiki-command h2{margin:3px 0 4px;font-size:22px}.wiki-command p{color:var(--muted);margin:0}.wiki-command small{color:var(--teal-dark);text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:900}.wiki-command .primary,.wiki-side button,.wiki-filters button,.wiki-block header button,.wiki-start button,.wiki-article button,.wiki-empty button{border:1px solid var(--line);color:#425866;background:#fff;border-radius:7px;padding:10px 12px;font-weight:800}.wiki-command .primary,.wiki-article footer .primary{background:var(--teal);border-color:var(--teal);color:#fff}.wiki-command-actions{align-items:center;gap:8px;display:flex}.wiki-command-actions button{border:1px solid var(--line);color:#425866;white-space:nowrap;background:#fff;border-radius:7px;height:44px;padding:0 12px;font-weight:800}.wiki-command-actions .primary{background:var(--teal);border-color:var(--teal);color:#fff}.wiki-search{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:center;gap:8px;height:44px;padding:0 12px;display:flex}.wiki-search span{color:var(--muted);font-size:18px}.wiki-search input{background:0 0;border:0;outline:0;width:100%}.wiki-layout{grid-template-columns:244px minmax(0,1fr);align-items:start;gap:13px;display:grid}.wiki-side{border:1px solid var(--line);background:#fff;border-radius:9px;position:sticky;top:96px;overflow:hidden}.wiki-side>button{text-align:left;border:0;border-bottom:1px solid #edf1f3;border-radius:0;justify-content:space-between;align-items:center;width:100%;display:flex}.wiki-side button.active{color:var(--teal-dark);box-shadow:inset 3px 0 var(--teal);background:#e9f7f6}.wiki-side span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.wiki-side em,.wiki-side>button span{color:var(--muted);font-size:10px;font-style:normal}.wiki-topic-tree{flex-direction:column;padding:10px;display:flex}.wiki-topic-tree>b{color:#5a6d77;padding:5px 2px 8px;font-size:11px}.wiki-topic-tree div{flex-direction:column;display:flex}.wiki-topic-tree button{text-align:left;border:0;border-radius:7px;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:7px;padding:8px;font-size:12px;display:grid}.wiki-topic-tree button.child{color:#5d707a;grid-template-columns:26px minmax(0,1fr);margin-left:18px}.wiki-topic-tree i{width:24px;height:24px;color:var(--teal-dark);background:#e6f3f2;border-radius:6px;place-items:center;font-size:9px;font-style:normal;font-weight:900;display:grid}.wiki-main{min-width:0}.wiki-home{grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:12px;display:grid}.wiki-home .wiki-block.learning{grid-column:1/-1}.wiki-block,.wiki-start,.wiki-topic-cards,.wiki-list,.wiki-article{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.wiki-block header,.wiki-topic-cards header,.wiki-list header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:46px;padding:0 13px;display:flex}.wiki-block header small,.wiki-topic-cards header small{color:var(--muted);font-size:10px;display:block}.wiki-block header b,.wiki-topic-cards header b{font-size:14px}.wiki-block header button{color:var(--teal-dark);padding:7px 10px}.wiki-start{gap:9px;padding:15px;display:grid}.wiki-start h3{margin:3px 0 4px}.wiki-start p{color:var(--muted);margin:0}.wiki-start button{text-align:left;flex-direction:column;gap:4px;display:flex}.wiki-start span{color:var(--muted);font-size:11px}.wiki-topic-cards{grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;display:grid}.wiki-topic-cards header{grid-column:1/-1}.wiki-topic-cards>button{text-align:left;background:#fff;border:1px solid #edf1f3;border-top:0;border-left:0;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px;min-height:74px;padding:10px;display:grid}.wiki-topic-cards i{width:32px;height:32px;color:var(--teal-dark);background:#e6f3f2;border-radius:8px;place-items:center;font-style:normal;font-weight:900;display:grid}.wiki-topic-cards small{color:var(--muted);margin-top:3px;display:block}.wiki-filters{gap:8px;height:auto;margin-bottom:10px;display:flex}.wiki-filters select{border:1px solid var(--line);height:38px;color:var(--ink);background:#fff;border-radius:7px;padding:0 10px}.wiki-filters button{height:38px;padding:0 11px}.wiki-workspace{grid-template-columns:minmax(310px,.62fr) minmax(0,1fr);align-items:start;gap:12px;display:grid}.wiki-list header span{color:#60737f;background:#edf2f3;border-radius:11px;place-items:center;min-width:24px;height:22px;font-size:11px;font-weight:900;display:grid}.wiki-card{text-align:left;background:#fff;border:0;border-bottom:1px solid #edf1f3;flex-direction:column;gap:7px;width:100%;min-height:118px;padding:12px 13px;display:flex}.wiki-card:hover,.wiki-card.selected{background:#f4fbfb}.wiki-card.selected{box-shadow:inset 3px 0 var(--teal)}.wiki-card>span{flex-wrap:wrap;gap:5px;display:flex}.wiki-card i,.wiki-card em{color:#60737f;background:#edf3f5;border-radius:12px;padding:3px 7px;font-size:9px;font-style:normal;font-weight:900}.wiki-card em{color:var(--teal-dark);background:#e8f7f6}.wiki-card em.draft{color:#9b6816;background:#fff1d9}.wiki-card em.done{color:#16815a;background:#e3f5ec}.wiki-card b{font-size:14px}.wiki-card small,.wiki-card u{color:var(--muted);font-size:11px;line-height:1.35;text-decoration:none}.wiki-empty{min-height:260px;color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.wiki-empty b{color:var(--ink)}.wiki-empty button{background:var(--teal);border-color:var(--teal);color:#fff}.wiki-article>header{border-bottom:1px solid var(--line);background:#f8fbfb;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:17px 18px;display:grid}.wiki-article h3{margin:4px 0 6px;font-size:22px}.wiki-article p{color:var(--muted);margin:0;line-height:1.45}.wiki-article small{color:var(--teal-dark);text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:900}.wiki-article-actions{gap:5px;display:flex}.wiki-article-actions button{width:34px;height:34px;color:var(--teal-dark);place-items:center;padding:0;display:grid}.wiki-answer{background:#eefafa;border:1px solid #cfe6e5;border-radius:8px;gap:4px;margin:14px 16px;padding:12px 13px;display:grid}.wiki-answer span{line-height:1.45}.wiki-meta{border:1px solid var(--line);border-radius:8px;grid-template-columns:repeat(4,1fr);margin:0 16px 14px;display:grid;overflow:hidden}.wiki-meta div{border-right:1px solid #edf1f3;min-height:58px;padding:9px 11px}.wiki-meta div:last-child{border-right:0}.wiki-meta dt{color:var(--muted);font-size:10px}.wiki-meta dd{margin:5px 0 0;font-size:12px;font-weight:800}.wiki-steps,.wiki-result,.wiki-mistakes{margin:0 16px 14px}.wiki-steps h4,.wiki-result h4,.wiki-mistakes h4{margin:0 0 9px}.wiki-steps p{min-height:38px;color:var(--ink);border-bottom:1px solid #edf1f3;grid-template-columns:28px minmax(0,1fr);align-items:start;gap:9px;margin:0;padding:8px 0;display:grid}.wiki-steps i{width:24px;height:24px;color:var(--teal-dark);background:#e6f3f2;border-radius:50%;place-items:center;font-size:11px;font-style:normal;font-weight:900;display:grid}.wiki-steps.natural p{grid-template-columns:minmax(0,1fr);font-size:14px;line-height:1.55}.wiki-mistakes.natural span{color:#526875;background:#edf3f5;border-color:#dce5e9}.wiki-result{border:1px solid var(--line);background:#fff;border-radius:8px;padding:12px}.wiki-result p{color:var(--ink);margin:0}.wiki-mistakes{flex-wrap:wrap;gap:7px;display:flex}.wiki-mistakes h4{width:100%}.wiki-mistakes span{color:#8c5e19;background:#fff9f1;border:1px solid #f0d7bc;border-radius:15px;padding:6px 9px;font-size:11px}.wiki-article footer{border-top:1px solid var(--line);background:#f7f9fa;align-items:center;gap:9px;min-height:58px;padding:10px 16px;display:flex}.wiki-article footer button.done{color:#16815a;background:#e3f5ec;border-color:#c7ead8}.wiki-article footer span{color:var(--muted);margin-left:auto;font-size:11px}.wiki-feedback textarea{resize:vertical;border:1px solid #dce3e7;border-radius:7px;min-height:100px;padding:11px}.wiki-toast{z-index:40;color:#fff;background:#263845;border-radius:9px;padding:11px 14px;position:fixed;bottom:24px;right:26px;box-shadow:0 12px 32px #20303944}.wiki-blank{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:420px;padding:24px;display:flex}.wiki-blank h3{margin:0;font-size:22px}.wiki-blank p{max-width:520px;color:var(--muted);margin:0;line-height:1.5}.wiki-blank .primary{background:var(--teal);border-color:var(--teal);color:#fff}html[data-theme=dark] .wiki-command .primary,html[data-theme=dark] .wiki-article footer .primary{background:var(--teal);border-color:var(--teal);color:#061015}html[data-theme=dark] .team-wiki :is(.wiki-side,.wiki-search,.wiki-block,.wiki-start,.wiki-topic-cards,.wiki-list,.wiki-article,.wiki-filters select,.wiki-filters button,.wiki-command .primary,.wiki-command-actions button,.wiki-card,.wiki-topic-cards>button,.wiki-start button,.wiki-result){background:var(--paper);border-color:var(--line);color:var(--ink)}html[data-theme=dark] .wiki-card:hover,html[data-theme=dark] .wiki-card.selected,html[data-theme=dark] .wiki-article>header{background:#142027}html[data-theme=dark] .wiki-answer{background:#123235;border-color:#245a5a}@media (max-width:1120px){.wiki-command,.wiki-layout,.wiki-workspace,.wiki-home{grid-template-columns:1fr}.wiki-side{position:static}.wiki-topic-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.wiki-command{align-items:stretch}.wiki-filters{flex-direction:column}.wiki-meta{grid-template-columns:1fr 1fr}.wiki-topic-cards{grid-template-columns:1fr}.wiki-article footer{flex-direction:column;align-items:stretch}.wiki-article footer span{margin-left:0}.wiki-article>header{grid-template-columns:1fr}.wiki-article-actions{justify-content:flex-start}}.wiki-v2 .wiki-section-row{align-items:stretch;gap:2px;min-width:0;display:flex}.wiki-v2 .wiki-section-row>button{text-align:left;flex:1;min-width:0}.wiki-v2 .wiki-section-row>details{flex:none;position:relative}.wiki-v2 .wiki-section-row>details>summary{cursor:pointer;color:var(--muted);border-radius:6px;padding:8px;list-style:none}.wiki-v2 .wiki-section-row>details>summary::-webkit-details-marker{display:none}.wiki-v2 .wiki-section-row>details[open]{z-index:5}.wiki-v2 .wiki-section-row>details[open]>button{text-align:left;border:1px solid var(--line);background:var(--paper);width:140px;color:var(--ink);white-space:nowrap;border-bottom:0;border-radius:0;padding:8px;display:block}.wiki-v2 .wiki-section-row>details[open]>button:last-child{border-bottom:1px solid var(--line);border-radius:0 0 7px 7px}.wiki-v2 .wiki-section-row>details[open]>button:hover{background:var(--soft)}.wiki-v2 .wiki-section-row>details>button{margin-right:-112px;display:none;position:relative;right:112px}.wiki-v2 .wiki-section-row.child{padding-left:16px}.wiki-v2 .wiki-topic-tree>small{color:var(--muted);padding:10px;display:block}.wiki-v2 .wiki-legacy-import{border:1px solid var(--line);background:var(--paper);color:var(--ink);border-radius:9px;justify-content:space-between;align-items:center;gap:12px;padding:9px 12px;display:flex}.wiki-v2 .wiki-legacy-import button{border:1px solid var(--teal);background:var(--teal);color:#fff;cursor:pointer;border-radius:7px;padding:7px 10px}.wiki-v2 .wiki-body-text{white-space:pre-wrap;overflow-wrap:anywhere;color:var(--ink);padding:12px 0;line-height:1.65}.wiki-v2 .wiki-event-meta{border:1px solid var(--line);background:var(--soft);border-radius:8px;align-items:center;gap:12px;padding:10px 12px;display:flex}.wiki-v2 .wiki-event-meta strong{color:var(--teal-dark)}.wiki-v2 .wiki-tag-row{flex-wrap:wrap;gap:6px;margin:10px 0;display:flex}.wiki-v2 .wiki-tag-row span{background:var(--soft);color:var(--muted);border-radius:20px;padding:4px 9px;font-size:11px}.wiki-v2 .wiki-editor-v2{width:min(860px,100vw - 24px);max-height:calc(100vh - 24px);overflow:auto}.wiki-v2 .wiki-editor-v2 textarea{resize:vertical;min-height:260px}.wiki-v2 .wiki-chronicle-fields{border:1px solid var(--line);border-radius:9px;grid-template-columns:1fr 1fr;gap:9px;padding:10px;display:grid}.wiki-v2 .wiki-chronicle-fields>b{grid-column:1/-1}.wiki-v2 .wiki-revisions{width:min(640px,100vw - 24px);max-height:calc(100vh - 24px);overflow:auto}.wiki-v2 .wiki-revisions>div{gap:7px;padding:12px;display:grid}.wiki-v2 .wiki-revisions article{border:1px solid var(--line);border-radius:8px;gap:3px;padding:10px;display:grid}.wiki-v2 .wiki-revisions time,.wiki-v2 .wiki-revisions small{color:var(--muted)}@media (max-width:650px){.wiki-v2 .wiki-chronicle-fields{grid-template-columns:1fr}.wiki-v2 .wiki-command-actions{flex-wrap:wrap}.wiki-v2 .wiki-command-actions button{flex:1}}.mining-module{padding-top:0}.mining-tabs{z-index:8;background:var(--bg);position:sticky;top:0}.mining-commandbar{border-bottom:1px solid var(--line);align-items:center;gap:8px;min-height:62px;display:flex}.mining-commandbar>div{gap:6px;margin-right:auto;display:flex}.mining-commandbar button,.mining-heading-action{color:#536b76;background:#fff;border:1px solid #d7e1e4;border-radius:6px;height:34px;padding:0 10px;font-size:9px;font-weight:800}.mining-commandbar button.primary,.mining-heading-action{border-color:var(--teal);background:var(--teal);color:#fff}.mining-commandbar>label{background:#fff;border:1px solid #d8e1e4;border-radius:6px;align-items:center;gap:6px;height:34px;padding:0 8px;display:flex}.mining-commandbar label>span{color:var(--muted);text-transform:uppercase;font-size:7px}.mining-commandbar select,.mining-commandbar input{height:30px;color:var(--ink);background:0 0;border:0;outline:0;font-size:8px}.mining-live{color:#2a7f5c;white-space:nowrap;background:#eaf6ef;border-radius:13px;padding:6px 8px;font-size:7px;font-weight:900}.mining-live i{background:#27ae75;border-radius:50%;width:6px;height:6px;margin-right:4px;display:inline-block;box-shadow:0 0 0 3px #27ae7522}.mining-notice{z-index:80;color:#207656;background:#eefaf4;border:1px solid #99d4bc;border-radius:8px;padding:9px 13px;font-size:9px;font-weight:900;position:fixed;top:20px;left:50%;transform:translate(-40%);box-shadow:0 12px 35px #243e3530}.mining-heading{justify-content:space-between;align-items:center;padding:18px 0 12px;display:flex}.mining-heading.compact{padding-top:19px}.mining-heading>div{min-width:0}.mining-heading small{color:var(--teal-dark);text-transform:uppercase;letter-spacing:.06em;font-size:8px;font-weight:900}.mining-heading h2{margin:4px 0 3px;font-size:19px}.mining-heading p{color:var(--muted);margin:0;font-size:9px}.mining-heading>span{background:#f5faf9;border:1px solid #d3e3e3;border-radius:7px;flex-direction:column;gap:2px;min-width:125px;padding:7px 9px;display:flex}.mining-heading>span small{color:var(--muted);text-transform:none;font-size:7px}.mining-heading-action{height:34px}.mining-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-bottom:7px;display:grid}.mining-kpis article{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:31px minmax(0,1fr);align-items:center;gap:8px;min-height:79px;padding:9px 10px;display:grid}.mining-kpis article.profit{border-top:3px solid #28aa73}.mining-kpis article>div{flex-direction:column;gap:3px;min-width:0;display:flex}.mining-kpis small,.mining-kpis em{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:7px;font-style:normal;overflow:hidden}.mining-kpi-icon{color:#56788e;background:#e8f0f5;border-radius:8px;place-items:center;width:30px;height:30px;font-weight:900;display:grid}.mining-kpi-icon.coin{color:#aa7719;background:#fff3dc}.mining-kpi-icon.energy{color:#a46a15;background:#fff0dc}.mining-kpi-icon.profit{color:#21805d;background:#e2f5ec}.mining-status-strip{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:repeat(4,120px) minmax(175px,1fr);min-height:55px;margin-bottom:7px;display:grid;overflow:hidden}.mining-status-strip>button{text-align:left;background:#fff;border:0;border-right:1px solid #edf1f2;grid-template-columns:8px 1fr;align-items:center;gap:7px;padding:7px 9px;display:grid}.mining-status-strip>button:hover{background:#f5faf9}.mining-status-strip i,.device-name>i,.mining-schedules i{background:#b8c4ca;border-radius:50%;width:7px;height:7px}.mining-status-strip i.online,.device-name>i.online{background:#2bab75;box-shadow:0 0 0 3px #2bab7518}.mining-status-strip i.warning,.device-name>i.warning{background:#e9a23d;box-shadow:0 0 0 3px #e9a23d18}.mining-status-strip i.sleep,.device-name>i.sleep{background:#6a8fc5;box-shadow:0 0 0 3px #6a8fc518}.mining-status-strip i.offline,.device-name>i.offline{background:#da615a;box-shadow:0 0 0 3px #da615a18}.mining-status-strip>button span,.mining-status-strip>div{flex-direction:column;gap:1px;display:flex}.mining-status-strip>button b{font-size:12px}.mining-status-strip small,.mining-status-strip em{color:var(--muted);font-size:7px;font-style:normal}.mining-status-strip>div{align-items:flex-end;padding:8px 12px}.mining-status-strip>div b{font-size:12px}.mining-dashboard-grid{grid-template-columns:minmax(0,1.35fr) minmax(320px,.75fr);gap:7px;display:grid}.mining-card{border:1px solid var(--line);background:#fff;border-radius:8px;overflow:hidden}.mining-card>header{background:#f8fafb;border-bottom:1px solid #e7ecee;justify-content:space-between;align-items:center;min-height:40px;padding:6px 9px;display:flex}.mining-card>header>div{flex-direction:column;gap:1px;display:flex}.mining-card header small{color:var(--muted);font-size:7px}.mining-card header button{color:var(--teal-dark);background:0 0;border:0;font-size:7px;font-weight:900}.mining-card header em{color:#23815d;background:#e6f5ed;border-radius:11px;padding:4px 7px;font-size:7px;font-style:normal;font-weight:900}.mining-waterfall{flex-direction:column;gap:5px;padding:8px 10px;display:flex}.mining-waterfall>span{grid-template-columns:115px minmax(80px,1fr) 85px;align-items:center;gap:8px;display:grid}.mining-waterfall small{font-size:7px}.mining-waterfall b{text-align:right;font-size:8px}.mining-waterfall i{background:#edf1f2;border-radius:4px;height:7px;position:relative;overflow:hidden}.mining-waterfall i:after{content:"";width:var(--value);background:#4dbd91;border-radius:4px;position:absolute;inset:0 auto 0 0}.mining-waterfall i.expense:after{background:#ef8b66}.mining-waterfall i.pool:after{background:#e0a647}.mining-waterfall i.service:after{background:#89a1ae}.mining-waterfall .total{border-top:1px solid #e6ebed;padding-top:6px}.mining-waterfall .total b{color:#21805d}.mining-economics>footer{min-height:31px;color:var(--muted);background:#fafbfb;border-top:1px solid #edf1f2;align-items:center;gap:12px;padding:0 9px;font-size:6px;display:flex}.mining-economics>footer b{color:#24815f}.mining-chart-area{background:repeating-linear-gradient(0deg,#fff 0 34px,#edf1f2 35px);height:150px;padding:12px 12px 20px;position:relative}.mining-chart-bars{justify-content:space-around;align-items:flex-end;gap:3px;height:100%;display:flex}.mining-chart-bars i{background:linear-gradient(#46b8b1,#83d1bd);border-radius:3px 3px 0 0;width:10px;min-height:5px;display:block;position:relative}.mining-chart-bars span{color:#94a1a8;font-size:5px;font-style:normal;position:absolute;top:calc(100% + 5px);left:50%;transform:translate(-50%)}.mining-plan-line{z-index:2;border-top:1px dashed #e3a64f;position:absolute;top:53px;left:10px;right:10px}.mining-plan-line span{color:#af7720;background:#fff;font-size:6px;position:absolute;top:-10px;right:0}.mining-output-chart>footer{min-height:31px;color:var(--muted);align-items:center;gap:12px;padding:0 10px;font-size:7px;display:flex}.mining-output-chart>footer i{background:#54bbb0;width:8px;height:5px;margin-right:4px;display:inline-block}.mining-output-chart>footer i.plan{background:0 0;border-top:1px dashed #e3a64f;height:0}.mining-sites article,.mining-alerts>button{background:#fff;border:0;border-bottom:1px solid #edf1f2;align-items:center;gap:7px;min-height:53px;padding:6px 9px;display:grid}.mining-sites article{grid-template-columns:27px minmax(0,1fr) auto 13px}.mining-sites article>span{width:26px;height:26px;color:var(--teal-dark);background:#e6f2f1;border-radius:7px;place-items:center;font-size:8px;font-weight:900;display:grid}.mining-sites article>div,.mining-sites strong,.mining-alerts>button>div{flex-direction:column;gap:2px;min-width:0;display:flex}.mining-sites article small,.mining-alerts small{color:var(--muted);font-size:6px}.mining-sites article>strong{text-align:right;font-size:8px}.mining-sites article>button{color:#91a0a8;background:0 0;border:0;font-size:16px}.mining-alerts header>span{color:#a56c1c;background:#fff0dd;border-radius:10px;padding:4px 6px;font-size:6px;font-weight:900}.mining-alerts>button{text-align:left;grid-template-columns:26px minmax(0,1fr) auto;width:100%}.mining-alerts>button:hover{background:#fbfdfd}.mining-alerts>button>i{color:#b5504a;background:#f5e3e1;border-radius:7px;place-items:center;width:25px;height:25px;font-size:9px;font-style:normal;font-weight:900;display:grid}.mining-alerts>button>i.warning{color:#a56a16;background:#fff0d7}.mining-alerts>button>i.info{color:#4e7690;background:#e7f1f7}.mining-alerts>button>strong{font-size:7px}.mining-device-toolbar{align-items:center;gap:8px;margin-bottom:7px;display:flex}.mining-device-toolbar .segmented button{font-size:8px}.mining-device-toolbar>label{border:1px solid var(--line);background:#fff;border-radius:6px;align-items:center;gap:5px;width:min(390px,40%);height:34px;margin-left:auto;padding:0 8px;display:flex}.mining-device-toolbar input{border:0;outline:0;width:100%;font-size:8px}.mining-device-layout{grid-template-columns:minmax(700px,1fr) 260px;gap:7px;display:grid}.mining-device-table,.mining-device-detail,.mining-billing-table{border:1px solid var(--line);background:#fff;border-radius:8px;overflow:hidden}.mining-device-table>header,.mining-device-table>button{grid-template-columns:minmax(175px,1.15fr) minmax(150px,.9fr) 100px 88px 88px 72px;align-items:center;gap:5px;display:grid}.mining-device-table>header{min-height:35px;color:var(--muted);background:#f5f8f9;padding:0 9px;font-size:6px;font-weight:800}.mining-device-table>button{text-align:left;background:#fff;border:0;border-top:1px solid #edf1f2;width:100%;min-height:56px;padding:5px 9px}.mining-device-table>button:hover,.mining-device-table>button.selected{background:#eff8f7}.mining-device-table>button.selected{box-shadow:inset 3px 0 var(--teal)}.mining-device-table>button>span:not(.device-name),.device-name,.device-name>span,.mining-device-table strong{flex-direction:column;gap:2px;min-width:0;display:flex}.device-name{grid-template-columns:8px minmax(0,1fr);align-items:center;gap:7px!important;display:grid!important}.mining-device-table b,.mining-device-table strong{font-size:8px}.mining-device-table small{color:var(--muted);font-size:6px;font-weight:400}.mining-device-detail>header{border-bottom:1px solid var(--line);background:#f7fafb;justify-content:space-between;align-items:center;min-height:55px;padding:7px 9px;display:flex}.mining-device-detail>header>div{flex-direction:column;gap:2px;min-width:0;display:flex}.mining-device-detail>header small{color:var(--teal-dark);font-size:6px;font-weight:900}.mining-device-detail>header>i{color:#1e805b;background:#e5f5ed;border-radius:11px;padding:4px 6px;font-size:6px;font-style:normal;font-weight:900}.mining-device-detail>header>i.warning{color:#a36a19;background:#fff0d9}.mining-device-detail>header>i.offline{color:#a94c46;background:#fbe4e2}.device-gauge{border-bottom:1px solid #edf1f2;grid-template-columns:70px 1fr;align-items:center;gap:11px;padding:12px 10px;display:grid}.device-gauge>span{background:conic-gradient(var(--teal) var(--gauge),#e7edef 0);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:68px;height:68px;display:flex;position:relative}.device-gauge>span:before{content:"";background:#fff;border-radius:50%;position:absolute;inset:6px}.device-gauge>span>*{z-index:1}.device-gauge>span b{font-size:14px}.device-gauge>span small{font-size:6px}.device-gauge>div{flex-direction:column;gap:3px;display:flex}.device-gauge>div small,.device-gauge>div em{color:var(--muted);text-overflow:ellipsis;font-size:6px;font-style:normal;overflow:hidden}.device-gauge>div b{font-size:11px}.mining-device-detail dl{margin:0;padding:6px 9px}.mining-device-detail dl>div{border-bottom:1px solid #edf1f2;justify-content:space-between;align-items:center;gap:8px;min-height:27px;display:flex}.mining-device-detail dt{color:var(--muted);font-size:7px}.mining-device-detail dd{text-align:right;margin:0;font-size:7px;font-weight:800}.mining-device-detail>footer{grid-template-columns:1fr 1fr;gap:5px;padding:8px;display:grid}.mining-device-detail>footer button{border:1px solid var(--line);color:#60727b;background:#fff;border-radius:5px;height:30px;font-size:6px;font-weight:900}.mining-device-detail>footer button.primary{border-color:var(--teal);background:var(--teal);color:#fff}.mining-empty{min-height:150px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:8px;display:flex}.mining-energy-kpis,.mining-billing-summary{grid-template-columns:repeat(4,1fr);gap:7px;margin-bottom:7px;display:grid}.mining-energy-kpis article,.mining-billing-summary article{border:1px solid var(--line);background:#fff;border-radius:8px;flex-direction:column;gap:3px;min-height:74px;padding:9px;display:flex}.mining-energy-kpis small,.mining-energy-kpis span,.mining-billing-summary small,.mining-billing-summary span{color:var(--muted);font-size:7px}.mining-energy-kpis span,.mining-billing-summary span{margin-top:auto}.mining-billing-summary article.warning{border-top:3px solid #e4a447}.mining-energy-layout{grid-template-columns:1fr 1fr;gap:7px;display:grid}.mining-tariffs article,.mining-schedules article{border-bottom:1px solid #edf1f2;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:64px;padding:7px 9px;display:grid}.mining-tariffs article>span{color:#ac741c;background:#fff0d9;border-radius:8px;place-items:center;width:29px;height:29px;display:grid}.mining-tariffs article>div,.mining-tariffs strong,.mining-schedules article>div,.mining-schedules strong{flex-direction:column;gap:2px;display:flex}.mining-tariffs article small,.mining-schedules article small{color:var(--muted);font-size:6px}.mining-tariffs article>strong,.mining-schedules article>strong{text-align:right;font-size:9px}.mining-schedules i.active{background:#2bab75}.mining-schedules i.paused{background:#e0a044}.mining-billing-table>header,.mining-billing-table>article{grid-template-columns:minmax(180px,1.2fr) minmax(140px,.8fr) minmax(130px,.7fr) 105px 95px 20px;align-items:center;gap:7px;padding:0 10px;display:grid}.mining-billing-table>header{min-height:35px;color:var(--muted);background:#f5f8f9;font-size:6px;font-weight:900}.mining-billing-table>article{border-top:1px solid #edf1f2;min-height:58px}.mining-billing-table article>span{flex-direction:column;gap:2px;min-width:0;display:flex}.mining-billing-table b,.mining-billing-table strong{font-size:8px}.mining-billing-table small{color:var(--muted);font-size:6px}.mining-billing-table em{text-align:center;border-radius:11px;padding:4px 6px;font-size:6px;font-style:normal;font-weight:900}.mining-billing-table em.paid{color:#21805b;background:#e4f5ec}.mining-billing-table em.issued{color:#54749b;background:#e8f0f9}.mining-billing-table em.draft{color:#a96c17;background:#fff0d9}.mining-billing-table button{color:#91a0a8;background:0 0;border:0;font-size:16px}.mining-accounting-flow{color:#506b72;background:#f1f8f7;border:1px solid #d5e7e5;border-radius:8px;justify-content:center;align-items:center;gap:9px;min-height:49px;margin-top:7px;padding:8px 11px;font-size:7px;font-weight:900;display:flex}.mining-accounting-flow span{background:#fff;border:1px solid #d4e5e3;border-radius:5px;padding:6px 8px}.mining-accounting-flow i{color:var(--teal-dark);font-style:normal}.mining-report-grid{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.mining-report-grid article{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-rows:auto auto 1fr auto;grid-template-columns:35px 1fr auto;gap:4px 8px;min-height:155px;padding:11px;display:grid}.mining-report-grid article>span{width:34px;height:34px;color:var(--teal-dark);background:#e7f3f2;border-radius:9px;grid-row:1/3;place-items:center;font-size:8px;font-weight:900;display:grid}.mining-report-grid article>em{color:#667983;background:#edf2f4;border-radius:10px;grid-column:3;padding:4px 6px;font-size:6px;font-style:normal}.mining-report-grid article>b{font-size:9px}.mining-report-grid article>p{color:var(--muted);grid-column:1/-1;margin:8px 0;font-size:7px;line-height:1.5}.mining-report-grid article>footer{border-top:1px solid #edf1f2;grid-column:1/-1;justify-content:space-between;align-items:center;padding-top:8px;display:flex}.mining-report-grid footer small{color:var(--muted);font-size:6px}.mining-report-grid footer button{color:var(--teal-dark);background:0 0;border:0;font-size:7px;font-weight:900}.mining-tax-note{background:#fff;border:1px solid #d6e3e5;border-radius:8px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:67px;margin-top:7px;padding:9px 11px;display:grid}.mining-tax-note>span{color:#4b718a;background:#e8f0f6;border-radius:9px;place-items:center;width:37px;height:37px;font-size:8px;font-weight:900;display:grid}.mining-tax-note>div{flex-direction:column;gap:3px;display:flex}.mining-tax-note b{font-size:9px}.mining-tax-note p{color:var(--muted);margin:0;font-size:7px}.mining-tax-note button{border:1px solid var(--teal);background:var(--teal);color:#fff;border-radius:6px;height:31px;padding:0 9px;font-size:7px;font-weight:900}@media (max-width:1250px){.mining-dashboard-grid{grid-template-columns:1fr 1fr}.mining-economics{grid-column:1/-1}.mining-device-layout{grid-template-columns:1fr}.mining-device-detail{display:none}.mining-status-strip{grid-template-columns:repeat(4,100px) 1fr}}@media (max-width:900px){.mining-commandbar{flex-wrap:wrap;align-items:flex-start;padding:8px 0}.mining-commandbar>div{width:100%}.mining-live{margin-left:auto}.mining-kpis,.mining-energy-kpis,.mining-billing-summary{grid-template-columns:1fr 1fr}.mining-dashboard-grid,.mining-energy-layout{grid-template-columns:1fr}.mining-economics{grid-column:auto}.mining-status-strip{grid-template-columns:repeat(4,1fr)}.mining-status-strip>div{border-top:1px solid var(--line);grid-column:1/-1;align-items:flex-start}.mining-device-table{overflow:auto}.mining-device-table>header,.mining-device-table>button{min-width:780px}.mining-report-grid{grid-template-columns:1fr 1fr}.mining-accounting-flow{justify-content:flex-start;overflow:auto}}@media (max-width:620px){.mining-heading{align-items:flex-start;gap:10px}.mining-heading>span{display:none}.mining-kpis,.mining-energy-kpis,.mining-billing-summary,.mining-report-grid{grid-template-columns:1fr}.mining-status-strip{grid-template-columns:1fr 1fr}.mining-status-strip>button{border-bottom:1px solid var(--line)}.mining-device-toolbar{flex-direction:column;align-items:stretch}.mining-device-toolbar .segmented{overflow:auto}.mining-device-toolbar>label{width:100%;margin:0}.mining-waterfall>span{grid-template-columns:90px 1fr 78px}.mining-billing-table{overflow:auto}.mining-billing-table>header,.mining-billing-table>article{min-width:720px}.mining-tax-note{grid-template-columns:38px 1fr}.mining-tax-note button{grid-column:1/-1}.mining-notice{text-align:center;left:12px;right:12px;transform:none}}.fleet-workspace{color:var(--ink);padding-top:18px}.fleet-heading,.fleet-detail-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;display:flex}.fleet-heading small,.fleet-detail-heading small{color:var(--teal-dark);text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:800}.fleet-heading h2,.fleet-detail-heading h2{margin:4px 0 3px;font-size:25px}.fleet-heading p,.fleet-detail-heading p{color:var(--muted);margin:0}.fleet-heading>button,.fleet-detail-heading .primary,.fleet-empty button,.fleet-panel header .primary{background:var(--teal);color:#fff;border:0;border-radius:7px;padding:10px 15px;font-weight:800}.fleet-error{color:#aa4842;background:#fff3f2;border:1px solid #efbbb7;border-radius:8px;align-items:center;gap:9px;margin-bottom:12px;padding:10px 13px;display:flex}.fleet-error>span{color:#fff;background:#df5c54;border-radius:50%;place-items:center;width:20px;height:20px;font-weight:900;display:grid}.fleet-error button{color:inherit;background:0 0;border:0;margin-left:auto;font-size:20px}.fleet-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;margin-bottom:14px;display:grid}.fleet-kpis article{background:var(--paper);border:1px solid var(--line);border-radius:10px;align-items:flex-start;gap:13px;min-height:104px;padding:17px;display:flex}.fleet-kpis article.attention{background:linear-gradient(135deg,var(--paper),#fff8f7);border-color:#edb6b1}.fleet-kpis article>div{flex-direction:column;min-width:0;display:flex}.fleet-kpis small{color:var(--muted);font-size:11px}.fleet-kpis b{margin:5px 0;font-size:21px}.fleet-kpis em{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-style:normal;overflow:hidden}.fleet-kpi-icon{width:37px;height:37px;color:var(--teal-dark);background:#e8f5f4;border-radius:9px;flex:0 0 37px;place-items:center;font-size:17px;font-weight:900;display:grid}.fleet-kpi-icon.fuel{color:#557ecf;background:#edf2fb}.fleet-kpi-icon.cost{color:#168d5a;background:#edf7f1}.fleet-kpi-icon.alert{color:#d95852;background:#fff0ee}.fleet-toolbar{align-items:center;gap:14px;margin-bottom:14px;display:flex}.fleet-segmented{background:#e8edef;border-radius:8px;padding:3px;display:flex}.fleet-segmented button{color:#6f7e88;background:0 0;border:0;border-radius:6px;padding:8px 13px}.fleet-segmented button.active{background:var(--paper);color:var(--ink);font-weight:700;box-shadow:0 1px 4px #25394518}.fleet-toolbar>label{background:var(--paper);border:1px solid var(--line);border-radius:7px;align-items:center;gap:8px;width:min(360px,35vw);margin-left:auto;padding:0 11px;display:flex}.fleet-toolbar input{width:100%;color:var(--ink);background:0 0;border:0;outline:0;padding:10px 0}.fleet-toolbar>span{color:var(--muted);font-size:11px}.fleet-grid{grid-template-columns:repeat(3,minmax(280px,1fr));gap:12px;display:grid}.fleet-card{background:var(--paper);border:1px solid var(--line);cursor:pointer;border-radius:11px;transition:all .16s;overflow:hidden}.fleet-card:hover{border-color:#8bcac5;transform:translateY(-1px);box-shadow:0 8px 24px #263a4512}.fleet-card>header{align-items:flex-start;gap:11px;padding:15px 15px 10px;display:flex}.fleet-card>header>div:nth-child(2){min-width:0}.fleet-card header small{color:var(--muted);font-size:10px}.fleet-card h3{white-space:nowrap;text-overflow:ellipsis;margin:3px 0 1px;font-size:16px;overflow:hidden}.fleet-card header p{color:var(--muted);margin:0;font-size:11px}.fleet-card header button{color:#8997a0;letter-spacing:2px;background:0 0;border:0;margin-left:auto}.vehicle-mark{background:color-mix(in srgb,var(--teal) 12%,var(--paper));width:42px;height:42px;color:var(--teal-dark);border-radius:9px;flex:0 0 42px;place-items:center;font-size:22px;display:grid}.vehicle-mark.truck{background:color-mix(in srgb,#5f83c8 12%,var(--paper));color:#5279c6}.vehicle-mark.special{background:color-mix(in srgb,#c18427 12%,var(--paper));color:#b4761c}.brand-mark-svg{fill:none;stroke:currentColor;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;width:34px;height:34px;overflow:visible}.brand-mark-svg text{fill:currentColor;stroke:none;text-anchor:middle;letter-spacing:-.03em;font-family:Arial,sans-serif;font-size:10px;font-weight:900}.brand-mark-svg .brand-word{letter-spacing:-.08em;font-size:17px}.brand-mark-svg .brand-fill{fill:currentColor;stroke:none}.brand-mark-svg .brand-plate{fill:var(--paper);stroke:none}.fleet-license-row{justify-content:space-between;align-items:center;padding:0 15px 13px;display:flex}.fleet-license-row>strong{color:#202a31;letter-spacing:.08em;background:#fff;border:1px solid #cdd5da;border-radius:5px;padding:5px 9px;font-size:12px}.fleet-status{color:#687982;text-transform:uppercase;letter-spacing:.04em;background:#edf2f4;border-radius:12px;align-items:center;gap:5px;padding:4px 8px;font-size:9px;font-weight:800;display:inline-flex}.fleet-status:before{content:"";background:currentColor;border-radius:50%;width:6px;height:6px}.fleet-status.active{color:#168d5b;background:#e6f5ef}.fleet-status.service{color:#be7920;background:#fff2df}.fleet-status.idle{color:#798993;background:#edf0f2}.fleet-card-metrics{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--paper) 80%,var(--bg));grid-template-columns:repeat(3,1fr);padding:12px 15px;display:grid}.fleet-card-metrics span{border-right:1px solid var(--line);flex-direction:column;min-width:0;margin-right:7px;padding-right:7px;display:flex}.fleet-card-metrics span:last-child{border:0}.fleet-card-metrics small{color:var(--muted);font-size:9px}.fleet-card-metrics b{white-space:nowrap;margin-top:4px;font-size:11px}.fleet-card-metrics em{margin-top:3px;font-size:8px;font-style:normal}.fleet-card-metrics em.good{color:var(--green)}.fleet-card-metrics em.bad{color:var(--coral)}.fleet-card>footer{justify-content:space-between;align-items:center;gap:8px;min-height:42px;padding:9px 15px;font-size:9px;display:flex}.fleet-card>footer span{white-space:nowrap;text-overflow:ellipsis;min-width:0;color:var(--muted);overflow:hidden}.fleet-card>footer i{background:var(--teal);border-radius:2px;width:7px;height:7px;display:inline-block}.fleet-card>footer em{white-space:nowrap;font-style:normal}.fleet-card>footer em.ok{color:var(--green)}.fleet-card>footer em.warn{color:#d56a29}.fleet-empty,.fleet-state{background:var(--paper);border:1px solid var(--line);text-align:center;border-radius:11px;flex-direction:column;justify-content:center;align-items:center;min-height:390px;display:flex}.fleet-empty>span,.fleet-state>span{color:#8bc8c3;font-size:44px}.fleet-empty h3,.fleet-state h2{margin:12px 0 5px}.fleet-empty p,.fleet-state p{color:var(--muted);max-width:470px;margin:0 0 15px}.fleet-state button{background:var(--teal);color:#fff;border:0;border-radius:7px;padding:9px 13px}.fleet-detail-heading{justify-content:flex-start}.fleet-back{color:var(--teal-dark);background:0 0;border:0;align-self:flex-start;padding:8px 0}.fleet-title-block{margin-right:auto}.fleet-title-block .fleet-status{margin-bottom:5px}.fleet-detail-heading>div:last-child{gap:7px;display:flex}.fleet-detail-heading>div:last-child button{border:1px solid var(--line);background:var(--paper);color:var(--ink);border-radius:7px;padding:9px 12px}.fleet-detail-heading>div:last-child .primary{background:var(--teal);border-color:var(--teal);color:#fff}.fleet-detail-tabs{border-bottom:1px solid var(--line);gap:26px;margin-bottom:14px;display:flex;overflow:auto}.fleet-detail-tabs button{white-space:nowrap;color:var(--muted);background:0 0;border:0;padding:12px 1px}.fleet-detail-tabs button.active{color:var(--teal-dark);box-shadow:inset 0 -2px var(--teal);font-weight:800}.fleet-media-gallery{margin-bottom:12px}.fleet-media-gallery>header label{background:var(--teal);color:#fff;cursor:pointer;border:0;border-radius:7px;padding:9px 12px;font-size:10px;font-weight:800}.fleet-media-gallery>header label.disabled{opacity:.55;cursor:wait}.fleet-media-gallery>header input{display:none}.fleet-media-stage{background:color-mix(in srgb,var(--ink) 94%,#000);place-items:center;height:clamp(280px,42vw,520px);display:grid;position:relative;overflow:hidden}.fleet-media-stage>img,.fleet-media-stage>video{object-fit:contain;width:100%;height:100%}.fleet-media-stage>button{color:#fff;background:#13242dcc;border:1px solid #fff5;border-radius:8px;place-items:center;width:38px;height:54px;font-size:31px;line-height:1;display:grid;position:absolute;top:50%;translate:0 -50%}.fleet-media-stage>button:hover{background:var(--teal)}.fleet-media-stage>.previous{left:14px}.fleet-media-stage>.next{right:14px}.fleet-media-counter,.fleet-media-cover-badge{color:#fff;background:#13242dcc;border-radius:12px;padding:5px 9px;font-size:9px;font-weight:800;position:absolute;bottom:12px}.fleet-media-counter{right:13px}.fleet-media-cover-badge{background:color-mix(in srgb,var(--teal) 88%,#000);left:13px}.fleet-media-caption{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:61px;padding:11px 15px;display:flex}.fleet-media-caption>div{flex-direction:column;min-width:0;display:flex}.fleet-media-caption>div:first-child b{white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.fleet-media-caption small{color:var(--muted);margin-top:3px;font-size:9px}.fleet-media-caption>div:last-child{flex-direction:row;gap:7px}.fleet-media-caption button{border:1px solid color-mix(in srgb,var(--teal) 40%,var(--line));background:color-mix(in srgb,var(--teal) 7%,var(--paper));color:var(--teal-dark);border-radius:6px;padding:7px 9px;font-size:9px}.fleet-media-caption button.danger{border-color:color-mix(in srgb,var(--coral) 35%,var(--line));color:var(--coral);background:0 0}.fleet-media-caption button:disabled{opacity:.5}.fleet-media-thumbs{gap:7px;padding:0 15px 13px;display:flex;overflow:auto}.fleet-media-thumbs>button{background:color-mix(in srgb,var(--ink) 90%,#000);color:#fff;border:2px solid #0000;border-radius:7px;flex:0 0 72px;width:72px;height:50px;padding:0;position:relative;overflow:hidden}.fleet-media-thumbs>button.active{border-color:var(--teal)}.fleet-media-thumbs img{object-fit:cover;width:100%;height:100%}.fleet-media-thumbs span{place-items:center;height:100%;font-size:18px;display:grid}.fleet-media-thumbs i{color:#fff;text-shadow:0 1px 4px #000;font-size:9px;font-style:normal;position:absolute;top:2px;right:3px}.fleet-media-empty{background:linear-gradient(135deg,color-mix(in srgb,var(--teal) 4%,var(--paper)),var(--paper));justify-content:center;align-items:center;gap:18px;min-height:150px;padding:25px;display:flex}.fleet-media-empty-mark{background:color-mix(in srgb,var(--teal) 12%,var(--paper));width:78px;height:78px;color:var(--teal-dark);border-radius:18px;flex:0 0 78px;place-items:center;display:grid}.fleet-media-empty-mark .brand-mark-svg{width:58px;height:58px}.fleet-media-empty>div:last-child{max-width:470px}.fleet-media-empty b{font-size:13px}.fleet-media-empty p{color:var(--muted);margin:5px 0;font-size:10px;line-height:1.5}.fleet-media-empty small{color:var(--teal-dark);font-size:9px;font-weight:700}.fleet-overview{grid-template-columns:minmax(0,1.7fr) minmax(280px,.72fr);gap:12px;display:grid}.fleet-overview-main,.fleet-overview>aside{flex-direction:column;gap:12px;display:flex}.fleet-panel{background:var(--paper);border:1px solid var(--line);border-radius:10px;overflow:hidden}.fleet-panel>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:61px;padding:13px 16px;display:flex}.fleet-panel>header>div{flex-direction:column;gap:3px;display:flex}.fleet-panel>header small{color:var(--muted);font-size:10px}.fleet-panel>header button{color:var(--teal-dark);background:0 0;border:0;font-size:10px;font-weight:800}.fleet-panel>header>div:last-child{flex-direction:row}.fleet-panel>header>div:last-child button{border:1px solid var(--line);background:var(--paper);border-radius:6px;padding:8px 10px}.fleet-panel>header>div:last-child .primary{background:var(--teal);color:#fff;border-color:var(--teal)}.passport dl{grid-template-columns:repeat(3,1fr);margin:0;padding:6px 16px 15px;display:grid}.passport dl>div{padding:13px 10px 9px 0}.passport dt{color:var(--muted);margin-bottom:4px;font-size:9px}.passport dd{margin:0;font-size:12px;font-weight:700}.fleet-operation-chart{padding:17px}.fleet-operation-chart>div:first-child{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:21px;display:grid}.fleet-operation-chart span{flex-direction:column;display:flex}.fleet-operation-chart small{color:var(--muted);font-size:9px}.fleet-operation-chart b{margin-top:4px;font-size:15px}.fuel-gauge{background:#e7edef;border-radius:7px;height:12px;margin:0 3px 24px;position:relative}.fuel-gauge>i{background:linear-gradient(90deg,#25a96d,#e8a63c,#e1635d);border-radius:7px;max-width:100%;height:100%;display:block}.fuel-gauge>mark{background:#40535f;width:2px;height:20px;position:absolute;top:-4px}.fuel-gauge>small{position:absolute;top:18px;left:0}.fleet-operation-chart>p{color:var(--muted);margin:10px 0 0;font-size:10px}.expense-mini>button{border:0;border-bottom:1px solid var(--line);width:100%;color:var(--ink);background:0 0;justify-content:space-between;padding:12px 15px;display:flex}.expense-mini>button:hover{background:color-mix(in srgb,var(--teal) 5%,var(--paper))}.expense-mini>div:last-child{background:color-mix(in srgb,var(--paper) 78%,var(--bg));justify-content:space-between;padding:14px 15px;display:flex}.docs-mini>div{border-bottom:1px solid var(--line);grid-template-columns:35px 1fr 20px;align-items:center;gap:9px;padding:9px 14px;display:grid}.docs-mini>div>span,.doc-badge{color:#5379c2;background:#edf2fb;border-radius:6px;place-items:center;height:29px;font-size:8px;font-weight:900;display:grid}.docs-mini p{flex-direction:column;min-width:0;margin:0;display:flex}.docs-mini p b{white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.docs-mini p small{color:var(--muted);font-size:8px}.docs-mini em{color:var(--teal-dark);font-style:normal}.docs-mini em.expired{color:var(--coral)}.fleet-muted{color:var(--muted);font-size:10px;padding:18px!important}.fleet-ledger>header,.fleet-documents>header,.fleet-fines>header,.fleet-expenses>header{min-height:66px}.fleet-ledger-head{background:color-mix(in srgb,var(--paper) 80%,var(--bg));border-bottom:1px solid var(--line);color:var(--muted);grid-template-columns:1.1fr .8fr 1fr;padding:9px 16px 9px 62px;font-size:9px;display:grid}.fleet-ledger>article{border-bottom:1px solid var(--line);grid-template-columns:34px 1.1fr .8fr 1fr;align-items:center;gap:12px;min-height:58px;padding:9px 16px;display:grid}.ledger-icon{width:30px;height:30px;color:var(--teal-dark);background:#e8f5f4;border-radius:50%;place-items:center;display:grid}.ledger-icon.fuel{color:#5379c2;background:#edf2fb}.fleet-ledger article>div{flex-direction:column;display:flex}.fleet-ledger article small,.fleet-ledger article p{color:var(--muted);margin:2px 0 0;font-size:9px}.fleet-ledger article strong{font-size:11px}.fleet-table-empty{text-align:center;color:var(--muted);grid-column:1/-1;padding:45px 18px}.fleet-doc-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px;display:grid}.fleet-doc-grid article{border:1px solid var(--line);border-radius:8px;grid-template-columns:44px 1fr;gap:11px;padding:13px;display:grid}.fleet-doc-grid article>.doc-badge{height:42px}.fleet-doc-grid article>div{flex-direction:column;min-width:0;display:flex}.fleet-doc-grid article p{color:var(--muted);margin:3px 0;font-size:10px}.fleet-doc-grid article small{color:var(--green);font-size:9px}.fleet-doc-grid article small.expired{color:var(--coral)}.fleet-doc-grid article small.neutral{color:var(--muted)}.fleet-doc-grid article footer{border-top:1px solid var(--line);grid-column:1/-1;justify-content:space-between;gap:8px;padding-top:9px;font-size:9px;display:flex}.fleet-doc-grid article footer a{color:var(--teal-dark);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.fleet-doc-grid article footer span{color:var(--muted)}.fleet-doc-grid article footer button{color:var(--coral);background:0 0;border:0}.fleet-table-head,.fleet-table article{align-items:center;gap:14px;display:grid}.fleet-fines .fleet-table-head,.fleet-fines .fleet-table article{grid-template-columns:130px 1fr 120px 100px 120px}.fleet-expenses .fleet-table-head,.fleet-expenses .fleet-table article{grid-template-columns:100px minmax(230px,1.4fr) minmax(150px,.9fr) 145px 105px}.fleet-table-head{background:color-mix(in srgb,var(--paper) 80%,var(--bg));border-bottom:1px solid var(--line);min-height:38px;color:var(--muted);padding:0 16px;font-size:9px}.fleet-table article{border-bottom:1px solid var(--line);min-height:57px;padding:8px 16px;font-size:10px}.fleet-table article>span{flex-direction:column;gap:3px;min-width:0;display:flex}.fleet-table article small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.fleet-table article>strong{text-align:right}.fleet-table article button{color:#18865c;background:#eef9f5;border:1px solid #b7ddd2;border-radius:6px;padding:6px 8px;font-size:9px}.fleet-table article em{background:#f2f4f5;border-radius:10px;padding:4px 7px;font-style:normal}.fleet-table article em.paid{color:#168d5b;background:#e6f5ef}.fleet-expense-layout{grid-template-columns:minmax(0,1.6fr) minmax(260px,.55fr);gap:12px;display:grid}.fleet-expenses>header>strong{font-size:17px}.expense-breakdown>div{grid-template-columns:1fr auto;gap:5px;padding:12px 15px;font-size:10px;display:grid}.expense-breakdown i{background:#e7edef;border-radius:4px;grid-column:1/-1;height:5px}.expense-breakdown i em{background:var(--teal);border-radius:4px;height:100%;display:block}.fleet-fuel-metric{grid-template-columns:1fr 28px;gap:5px;display:grid;position:relative}.fleet-fuel-metric label{border:1px solid var(--line);background:var(--paper);border-radius:6px;align-items:center;display:flex;overflow:hidden}.fleet-fuel-metric input{width:100%;min-width:0;font-size:10px;background:0 0!important;border:0!important;padding:6px 4px 6px 7px!important}.fleet-fuel-metric label>span{color:var(--muted);padding-right:7px;font-size:9px}.fleet-fuel-metric button{padding:5px!important;font-size:11px!important}.fleet-fuel-metric button:disabled{opacity:.35}.fleet-fuel-metric>small{font-size:8px;position:absolute;top:31px;left:1px}.fleet-no-metric{color:var(--muted)}.fleet-modal.vehicle{width:min(820px,100%);max-height:94vh;overflow:auto}.fleet-modal.entry{width:min(650px,100%)}.fleet-modal textarea{resize:vertical;min-height:68px;color:var(--ink);background:var(--paper);border:1px solid #dce3e7;border-radius:7px;padding:10px}.fleet-modal label>small{color:var(--muted);font-size:9px;font-weight:400}.fleet-modal .check-line{flex-direction:row;align-self:end;align-items:center;min-height:40px}.fleet-modal .check-line input{width:16px;height:16px}.fleet-modal .file-field input{background:color-mix(in srgb,var(--paper) 75%,var(--bg));border-style:dashed}.fleet-backfill-note{border:1px solid color-mix(in srgb,var(--teal) 35%,var(--line));background:color-mix(in srgb,var(--teal) 7%,var(--paper));color:var(--ink);border-radius:8px;flex-direction:column;gap:3px;padding:10px 12px;display:flex}.fleet-backfill-note b{color:var(--teal-dark);font-size:10px}.fleet-backfill-note span{color:var(--muted);font-size:9px;line-height:1.45}html[data-theme=dark] .fleet-license-row>strong{color:#1e2930;background:#e9edef}html[data-theme=dark] .fleet-kpis article.attention{background:linear-gradient(135deg,var(--paper),#392522)}html[data-theme=dark] .fleet-error{color:#ffaaa5;background:#3b2524}html[data-theme=dark] .fleet-segmented{background:#142229}html[data-theme=dark] .fleet-operation-chart>p{color:var(--muted)}.fleet-grid{grid-template-columns:repeat(4,minmax(250px,1fr))}@media (max-width:1300px){.fleet-grid{grid-template-columns:repeat(2,minmax(280px,1fr))}.fleet-kpis{grid-template-columns:repeat(2,1fr)}}@media (max-width:950px){.fleet-overview,.fleet-expense-layout{grid-template-columns:1fr}.fleet-detail-heading{flex-wrap:wrap;align-items:flex-start}.fleet-title-block{width:calc(100% - 130px)}.fleet-fines .fleet-table,.fleet-expenses .fleet-table{overflow:auto}.fleet-fines .fleet-table-head,.fleet-fines .fleet-table article{min-width:760px}.fleet-expenses .fleet-table-head,.fleet-expenses .fleet-table article{min-width:820px}}@media (max-width:720px){.fleet-grid,.fleet-kpis,.fleet-doc-grid{grid-template-columns:1fr}.fleet-toolbar{flex-wrap:wrap}.fleet-toolbar>label{order:3;width:100%;margin:0}.fleet-heading{align-items:flex-start}.fleet-heading p{max-width:300px}.fleet-detail-heading>div:last-child{width:100%;overflow:auto}.passport dl{grid-template-columns:1fr 1fr}.fleet-operation-chart>div:first-child{grid-template-columns:1fr}.fleet-ledger-head{display:none}.fleet-ledger>article{grid-template-columns:34px 1fr}.fleet-ledger article>strong,.fleet-ledger article>p{grid-column:2}.fleet-detail-tabs{gap:15px}.fleet-modal.vehicle{border-radius:0;max-height:100vh}.fleet-media-stage{height:260px}.fleet-media-caption{flex-direction:column;align-items:flex-start}.fleet-media-caption>div:last-child{width:100%}.fleet-media-caption button{flex:1}.fleet-media-empty{align-items:flex-start;padding:19px}.fleet-media-empty-mark{flex-basis:58px;width:58px;height:58px}.fleet-media-empty-mark .brand-mark-svg{width:42px;height:42px}}.fleet-kpis{grid-template-columns:repeat(5,minmax(0,1fr))}.fleet-kpi-icon.market{color:#7c52b6;background:#f2ebfa}.fleet-card-metrics{grid-template-columns:repeat(4,1fr)}.fleet-card-metrics b{text-overflow:ellipsis;font-size:10px;overflow:hidden}.fleet-catalog-strip{background:#f2fafa;border:1px solid #cbdfe0;border-radius:8px;align-items:center;gap:10px;margin:14px 18px 0;padding:11px 13px;display:flex}.fleet-catalog-strip>span{background:var(--teal);color:#fff;border-radius:7px;flex:0 0 28px;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.fleet-catalog-strip.starter>span{background:#71838e}.fleet-catalog-strip>div{flex-direction:column;min-width:0;display:flex}.fleet-catalog-strip b{font-size:11px}.fleet-catalog-strip small{color:var(--muted);font-size:9px}.fleet-catalog-strip>a,.fleet-catalog-strip>button{color:var(--teal-dark);white-space:nowrap;background:0 0;border:0;margin-left:auto;font-size:9px;font-weight:800}.fleet-catalog-error{color:var(--coral);margin:8px 18px 0;font-size:10px}.market-value{padding-bottom:14px}.market-value>strong{padding:16px 16px 0;font-size:25px;display:block}.market-value>p{color:var(--muted);margin:4px 16px;font-size:10px}.market-value>small{color:var(--muted);margin:0 16px 14px;font-size:9px;display:block}.market-value>button{background:var(--teal);color:#fff;border:0;border-radius:7px;margin:0 16px;padding:9px 12px;font-size:10px;font-weight:800}.market-value>button:disabled{opacity:.6}.market-value>p.market-value-note{margin-top:11px;font-size:8px;line-height:1.45}.market-value>a{color:var(--teal-dark);margin:10px 16px 0;font-size:9px;font-weight:700;display:block}html[data-theme=dark] .fleet-catalog-strip{background:#17282d;border-color:#315057}@media (max-width:1450px){.fleet-kpis{grid-template-columns:repeat(3,1fr)}}@media (max-width:1300px){.fleet-kpis{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.fleet-kpis{grid-template-columns:1fr}.fleet-catalog-strip{flex-wrap:wrap;align-items:flex-start}.fleet-catalog-strip>a,.fleet-catalog-strip>button{margin-left:38px}}.fleet-period-consumption{border-top:1px solid var(--line);margin-top:18px;padding-top:16px}.fleet-period-consumption>header{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:12px;display:flex}.fleet-period-consumption>header>div{flex-direction:column;gap:3px;display:flex}.fleet-period-consumption>header small{color:var(--muted);font-size:9px}.fleet-period-consumption>header strong{color:var(--teal-dark);white-space:nowrap;font-size:15px}.fleet-period-selectors{grid-template-columns:minmax(0,1fr) 22px minmax(0,1fr);align-items:end;gap:8px;display:grid}.fleet-period-selectors>span{height:35px;color:var(--muted);place-items:center;display:grid}.fleet-period-selectors label{color:var(--muted);flex-direction:column;gap:5px;font-size:9px;display:flex}.fleet-period-selectors select{border:1px solid var(--line);background:var(--paper);width:100%;height:36px;color:var(--ink);border-radius:7px;padding:0 9px;font-size:10px}.fleet-period-result{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px;display:grid}.fleet-period-result span{background:color-mix(in srgb,var(--teal) 6%,var(--paper));border-radius:7px;padding:9px 11px}.fleet-period-result small{color:var(--muted);font-size:8px}.fleet-period-result b{margin-top:3px;font-size:11px}.fleet-period-consumption>p{color:var(--muted);margin:9px 0 0;font-size:8px}.fleet-period-empty{border-top:1px solid var(--line);flex-direction:column;gap:4px;margin-top:16px;padding:13px;display:flex}.fleet-period-empty b{font-size:11px}.fleet-period-empty span{color:var(--muted);font-size:9px}@media (max-width:720px){.fleet-period-consumption>header{flex-direction:column}.fleet-period-selectors{grid-template-columns:1fr}.fleet-period-selectors>span{height:auto}.fleet-period-result{grid-template-columns:1fr 1fr 1fr}}.fleet-period-consumption>header>button{border:1px solid color-mix(in srgb,var(--teal) 38%,var(--line));background:color-mix(in srgb,var(--teal) 7%,var(--paper));color:var(--teal-dark);border-radius:6px;padding:7px 10px;font-size:9px;font-weight:800}.fleet-upcoming ol{margin:0;padding:7px 15px 12px;list-style:none}.fleet-upcoming li{border-bottom:1px solid var(--line);grid-template-columns:9px 76px minmax(0,1fr);gap:8px;padding:9px 0;display:grid;position:relative}.fleet-upcoming li:last-child{border-bottom:0}.fleet-upcoming li>i{background:var(--teal);width:8px;height:8px;box-shadow:0 0 0 3px color-mix(in srgb,var(--teal) 12%,var(--paper));border-radius:50%;margin-top:4px}.fleet-upcoming li.overdue>i{background:var(--coral);box-shadow:0 0 0 3px color-mix(in srgb,var(--coral) 12%,var(--paper))}.fleet-upcoming time{color:var(--muted);font-size:9px}.fleet-upcoming li>div{flex-direction:column;gap:3px;min-width:0;display:flex}.fleet-upcoming li small{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:8px}.fleet-upcoming li b{white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.fleet-upcoming li span{color:var(--teal-dark);font-size:8px}.fleet-upcoming li.overdue span{color:var(--coral)}.fleet-upcoming>p{color:var(--muted);margin:0;padding:18px 15px;font-size:9px}.theme-toggle{border:1px solid var(--line);background:var(--paper);min-width:74px;height:48px;color:var(--ink);border-radius:9px;justify-content:center;align-items:center;gap:6px;padding:6px 9px;display:flex}.theme-toggle>span{color:#315e67;background:#e2eeef;border-radius:7px;place-items:center;width:24px;height:24px;font-size:14px;display:grid}.theme-toggle:hover{border-color:#8fc8c3}.report-tabs{gap:20px}.report-toolbar{gap:10px;min-height:54px;padding:9px 0 8px}.report-toolbar h2{margin-bottom:2px;font-size:16px}.report-toolbar-actions{gap:5px;position:relative}.report-expand{border:1px solid var(--line);background:var(--paper);color:#536975;border-radius:6px}.report-settings{position:relative}.report-settings>summary{border:1px solid var(--line);background:var(--paper);width:34px;height:32px;color:var(--ink);cursor:pointer;border-radius:6px;place-items:center;font-size:15px;list-style:none;display:grid}.report-settings>summary::-webkit-details-marker{display:none}.report-settings[open]>summary{border-color:var(--teal);color:var(--teal-dark)}.report-settings>div{z-index:20;border:1px solid var(--line);background:var(--paper);border-radius:8px;flex-direction:column;gap:9px;width:258px;padding:10px;display:flex;position:absolute;top:38px;right:0;box-shadow:0 14px 38px #162a3633}.report-settings header{border-bottom:1px solid var(--line);flex-direction:column;gap:2px;padding-bottom:7px;display:flex}.report-settings header small{color:var(--muted);font-size:8px}.report-settings label{color:var(--ink);align-items:center;gap:7px;font-size:9px;display:flex}.report-settings label:first-of-type{flex-direction:column;align-items:flex-start;gap:4px}.report-settings select{border:1px solid var(--line);background:var(--paper);width:100%;height:30px;color:var(--ink);border-radius:5px;padding:0 7px;font-size:9px}.report-filterbar{flex-wrap:nowrap;gap:5px;min-height:43px;margin-bottom:7px;padding:5px 6px}.report-filterbar>label:not(.report-switch){height:31px;padding:0 6px;font-size:8px}.report-filterbar>select,.report-filterbar>details>summary,.report-switch{height:31px;padding:0 8px;font-size:9px}.report-filterbar>details{flex:none}.report-filterbar .period-arrow{width:29px;height:31px;font-size:17px}.report-period-group{font-weight:800;color:var(--teal-dark)!important;background:#edf8f7!important;border-color:#97c9c5!important}.report-column-count{color:var(--muted);white-space:nowrap;margin-left:auto;font-size:8px}.report-filter-menu{top:35px}.report-kpis{grid-template-columns:1.2fr .7fr .7fr;gap:6px;margin-bottom:6px}.report-kpis>div{border-radius:6px;gap:2px;min-height:45px;padding:6px 9px}.excel-report.trend-on .excel-grid{grid-template-columns:280px 66px repeat(var(--report-columns,8),minmax(96px,1fr)) minmax(110px,1fr);min-width:calc(456px + var(--report-columns,8) * 96px)}.excel-report.trend-off .excel-grid{grid-template-columns:280px repeat(var(--report-columns,8),minmax(96px,1fr)) minmax(110px,1fr);min-width:calc(390px + var(--report-columns,8) * 96px)}.excel-head{letter-spacing:.025em;height:34px;font-size:8px}.excel-head span{padding:0 7px}.excel-head span:first-child{padding-left:10px}.excel-head .excel-trend-head{justify-content:center;padding:0}.excel-row>button{gap:0;font-size:9px}.excel-label{gap:4px}.excel-label>i,.excel-label>button{flex:0 0 14px;width:14px}.excel-label>button{height:18px;font-size:10px}.report-trend-cell{background:var(--paper);border-right:1px solid #e7ecef;justify-content:center;align-items:center;min-height:32px;padding:2px 6px;display:flex}.excel-row.total .report-trend-cell{background:#f5f7f8}.report-trend-cell svg{width:100%;height:25px;overflow:visible}.report-trend-cell line{stroke:#dfe8e9;stroke-width:.8px}.report-trend-cell polyline{fill:none;stroke:#32aaa7;stroke-width:1.7px;vector-effect:non-scaling-stroke}.report-trend-cell circle{fill:#32aaa7}.report-trend-cell.empty{color:var(--muted);font-size:8px}.modal-table-head{min-height:31px;font-size:8px}.modal-day-title{padding:5px 10px}.modal-day article{min-height:43px;padding:5px 10px}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ink:#e7eef2;--muted:#91a1ac;--line:#31424b;--paper:#18242b;--bg:#0f171c;--nav:#0a1116;--teal:#35bbb5;--teal-dark:#62d3ce;--green:#3cc78c;--coral:#ff7f78;--blue:#79a2ef}html[data-theme=dark] body{background:var(--bg);color:var(--ink)}html[data-theme=dark] .sidebar{color:#b8c6ce;background:#091116}html[data-theme=dark] .brand,html[data-theme=dark] .sidebar-foot{border-color:#263740}html[data-theme=dark] .company,html[data-theme=dark] .sidebar nav button:hover,html[data-theme=dark] .sidebar nav button.active{background:#17262e}html[data-theme=dark] .workspace{color:var(--ink)}html[data-theme=dark] .workspace :is(input,select,textarea){border-color:var(--line);color:var(--ink);background:#111c22}html[data-theme=dark] .workspace :is([class$=-card],[class*=-card\ ],[class$=-panel],[class*=-panel\ ],[class$=-modal],[class*=-modal\ ],[class$=-table],[class*=-table\ ],[class$=-list],[class*=-list\ ],[class$=-workspace],[class*=-workspace\ ]){background-color:var(--paper);color:var(--ink);border-color:var(--line)}html[data-theme=dark] .workspace :is([class$=-head],[class*=-head\ ],[class$=-header],[class*=-header\ ]){border-color:var(--line);color:var(--muted);background-color:#142027}html[data-theme=dark] .workspace :is(.header-balance,.attention-trigger,.chart-card,.operations-card,.filter-panel,.category-class-tabs,.category-class-tabs button,.directory-search,.directory-list-panel,.report-view-tabs,.report-view-tabs button,.report-filterbar,.report-filterbar>select,.report-filterbar>details>summary,.report-switch,.period-arrow,.report-kpis>div,.cashflow-analytics article,.excel-report,.excel-row>div,.excel-row>button,.excel-row .total-cell,.report-settings>summary,.report-settings>div,.theme-toggle){background-color:var(--paper);border-color:var(--line);color:var(--ink)}html[data-theme=dark] .workspace :is(.table-head,.day-title,.directory-list-head,.excel-head,.excel-head span:first-child,.excel-row.total>div,.excel-row.total>button,.report-trend-cell,.excel-row.total .report-trend-cell,.bank-preview-head,.automation-list-head,.budget-table>header,.budget-table>footer,.occupancy-head,.meter-schedule-head){border-color:var(--line);background-color:#142027}html[data-theme=dark] .workspace :is(.operation,.tree-row,.budget-row,.reconciliation-row,.bank-preview-table article,.automation-list>article,.modal-day article,.account-ledger-scroll article){border-color:var(--line)}html[data-theme=dark] .workspace :is(.operation:hover,.operation.selected,.tree-row:hover,.budget-row:hover,.excel-row>button:hover){background-color:#1b3235!important}html[data-theme=dark] .excel-row>button{color:var(--ink)!important}html[data-theme=dark] .positive{color:#56d99d!important}html[data-theme=dark] .negative{color:#ff8d86!important}html[data-theme=dark] .report-filterbar{background:#111c22}html[data-theme=dark] .report-period-group{background:#173034!important}html[data-theme=dark] .report-trend-cell line{stroke:#30464d}html[data-theme=dark] .report-trend-cell polyline{stroke:#58cbc6}html[data-theme=dark] .report-trend-cell circle{fill:#58cbc6}html[data-theme=dark] .modal-backdrop,html[data-theme=dark] .report-modal-backdrop{background:#050a0dcc}html[data-theme=dark] .attention-drawer{background:var(--bg)}html[data-theme=dark] .attention-overview article,html[data-theme=dark] .attention-list>button,html[data-theme=dark] .attention-drawer>footer{background:var(--paper);border-color:var(--line)}html[data-theme=dark] .theme-toggle>span{color:#ffe090;background:#253a43}html[data-theme=dark] .workspace :is(.automation-views,.bank-account-reconciliation-toolbar>div){background:#111c22}html[data-theme=dark] .workspace :is(.automation-views button.active,.bank-account-reconciliation-toolbar button.active,.automation-suggestions,.automation-suggestions>header button,.automation-suggestion-actions button,.bank-account-reconciliation-summary article,.bank-account-reconciliation-toolbar>label,.bank-account-reconciliation-table){background:var(--paper);border-color:var(--line);color:var(--ink)}html[data-theme=dark] .bank-account-reconciliation-head{border-color:var(--line);background:#142027}html[data-theme=dark] .bank-account-source-details>article{border-color:var(--line);background:#111c22}html[data-theme=dark] .bank-account-reconciliation-summary :is(.complete,.danger,.attention){background:var(--paper)}@media (max-width:1200px){.report-toolbar-actions .report-expand{display:none}.report-filterbar{flex-wrap:wrap}.report-column-count{margin-left:0}.excel-report{max-height:calc(100vh - 365px)}}@media (max-width:760px){.theme-toggle{min-width:40px;padding:6px}.theme-toggle>b{display:none}.report-toolbar-actions{width:100%}.report-settings{margin-left:auto}.excel-report.trend-on .excel-grid{grid-template-columns:220px 58px repeat(var(--report-columns,8),94px) 105px}.excel-report.trend-off .excel-grid{grid-template-columns:220px repeat(var(--report-columns,8),94px) 105px}}:root{--ink:#263442;--muted:#7d8a96;--paper:#fff;--canvas:#f4f7f8;--bg:var(--canvas);--nav:#202e3a;--teal:#24a9a5;--teal-dark:#168d8a;--green:#18a66b;--coral:#ef6b64;--blue:#5f87d8;--amber:#d9922b;--line:#dbe3e8;--line2:#e6ebef;--field:#dce3e7;--ring:#24a9a51c;--label:#7b8993;--faint:#84939d;--sidebar-width:228px}html[data-theme=dark]{--ink:#e7eef2;--muted:#91a1ac;--paper:#18242b;--canvas:#0f171c;--bg:var(--canvas);--nav:#091116;--teal:#35bbb5;--teal-dark:#62d3ce;--green:#3cc78c;--coral:#ff7f78;--blue:#79a2ef;--amber:#e0a94a;--line:#31424b;--line2:#26333b;--field:#31424b;--ring:#35bbb52e;--label:#8b9aa5;--faint:#7c8d98}html,body{min-height:100%}body{background:var(--canvas);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-family:Inter,Segoe UI,Arial,sans-serif;font-size:14px}button,input,select,textarea{font-family:inherit}:is(button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible){box-shadow:0 0 0 3px var(--ring);outline:0}.app-shell{grid-template-columns:var(--sidebar-width) minmax(0,1fr);transition:grid-template-columns .18s}.app-shell.sidebar-collapsed{--sidebar-width:72px}.sidebar{background:var(--nav);color:#c8d1d8;transition:width .18s}.brand{border-color:#31404d;gap:11px;height:72px;padding:0 20px;font-size:18px;position:relative}.brand span{background:var(--teal);border-radius:9px;width:32px;height:32px;font-size:15px}.sidebar-toggle{z-index:30;background:var(--nav);color:#aebbc4;border:1px solid #405360;border-radius:7px;place-items:center;width:25px;height:27px;padding:0;transition:background-color .15s,color .15s,transform .15s;display:grid;position:absolute;top:23px;right:-12px;box-shadow:0 4px 12px #09131a42}.sidebar-toggle:hover{color:#fff;background:#344653}.sidebar-toggle:active{transform:scale(.94)}.sidebar-toggle svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.company{background:#293947;border:1px solid #354754;border-radius:8px;margin:12px 14px 5px;padding:11px 12px}.company b{font-size:13px;line-height:1.25}.company small{font-size:11px;line-height:1.35}.sidebar nav{gap:0;padding:0 10px 10px;overflow-y:auto}.nav-group{flex-direction:column;display:flex}.nav-group-label{color:#7d8f9c;letter-spacing:.07em;text-transform:uppercase;padding:13px 10px 6px;font-size:10px;font-weight:700}.sidebar nav button{color:#b9c4cc;border-radius:7px;gap:11px;min-height:40px;padding:9px 12px;font-size:14px;line-height:1.2;transition:background-color .15s,color .15s}.sidebar nav button>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sidebar nav button i{color:#91a2af;place-items:center;width:20px;height:20px;display:grid}.sidebar nav button i svg{width:20px;height:20px;display:block}.sidebar nav button:hover{color:#fff;background:#344653}.sidebar nav button:hover i,.sidebar nav button.active i{color:#5ecfcb}.sidebar nav button.active{color:#fff;box-shadow:inset 3px 0 var(--teal);background:#344653}.sidebar-foot{border-color:#31404d;padding:15px 18px}.sidebar-foot b{color:#e8edf1;font-size:14px}.sidebar-foot small{font-size:12px}.sidebar-collapsed .brand{justify-content:center;padding:0}.sidebar-collapsed .brand strong,.sidebar-collapsed .company,.sidebar-collapsed .nav-group-label,.sidebar-collapsed .sidebar-foot>div:not(.avatar){display:none}.sidebar-collapsed .sidebar nav{padding:8px 7px}.sidebar-collapsed .sidebar nav button{justify-content:center;padding:0;font-size:0}.sidebar-collapsed .sidebar nav button>span{display:none}.sidebar-collapsed .sidebar nav button i,.sidebar-collapsed .sidebar nav button i svg{width:21px;height:21px}.sidebar-collapsed .sidebar-foot{justify-content:center;padding:15px 7px}.sidebar-collapsed .sidebar-foot .avatar{flex:0 0 34px}.workspace{padding:0 30px 70px}.topbar{gap:22px;height:auto;min-height:96px;padding:15px 0 14px}.topbar-title{min-width:0}.topbar-eyebrow{color:var(--teal-dark);letter-spacing:.07em;text-transform:uppercase;margin-bottom:3px;font-size:10px;font-weight:700;display:block}.topbar h1{margin:0 0 4px;font-size:24px;font-weight:700;line-height:1.18}.topbar p{max-width:720px;color:var(--muted);font-size:13px;line-height:1.45}.topbar-actions{gap:8px}.header-balance,.theme-toggle,.attention-trigger{border-color:var(--line2);background:var(--paper);border-radius:9px;min-height:48px}.header-balance{padding:8px 13px}.header-balance small{font-size:11px}.header-balance b{font-variant-numeric:tabular-nums lining-nums;font-size:14px}.theme-toggle{min-width:82px;height:48px;padding:6px 10px}.theme-toggle>b{font-size:11px}.attention-trigger{min-width:174px;padding:7px 11px}.attention-trigger small{font-size:10px}.attention-trigger b{font-size:12px}.attention-trigger em{font-size:10px}.workspace :is(input,select,textarea){border-color:var(--field);background:var(--paper);color:var(--ink);border-radius:7px;font-size:14px}.workspace :is(input,select,textarea):focus{border-color:var(--teal);box-shadow:0 0 0 3px var(--ring)}.workspace :is(input,textarea)::placeholder{color:#a7b3bb;opacity:1}.workspace :is([class$=-card],[class*=-card\ ],[class$=-panel],[class*=-panel\ ]){border-color:var(--line2);background-color:var(--paper);border-radius:10px}.tabs,.module-tabs,.rental-tabs,.directory-tabs,.report-tabs{border-color:var(--line2)}.tabs button,.module-tabs button,.rental-tabs button,.directory-tabs button,.report-tabs button{color:var(--muted);font-size:14px}.tabs button.active,.module-tabs button.active,.rental-tabs button.active,.directory-tabs button.active,.report-tabs button.active{color:var(--teal-dark);border-bottom-color:var(--teal)}.create-actions button,.plain,.filter,.dashboard-actions button,.rental-heading button,.module-heading button{border-radius:7px;min-height:39px;padding:9px 13px;font-size:13px}.segmented{background:#e9eef0;border-radius:8px;padding:3px}.segmented button{border-radius:6px;padding:8px 13px;font-size:13px}.segmented button.active{background:var(--paper);box-shadow:0 1px 4px #cfd7db}.badge,.contract-status,.module-state{font-variant-numeric:tabular-nums lining-nums;font-size:12px;font-weight:600}.positive,.negative,.amount,.header-balance b,.owner-kpis b,.report-kpis b{font-variant-numeric:tabular-nums lining-nums}.dashboard-page{padding:14px 0 30px}.dashboard-heading{margin-bottom:14px}.dashboard-heading small{font-size:11px}.dashboard-heading h2{margin:4px 0;font-size:24px}.dashboard-heading p{font-size:13px;line-height:1.45}.dashboard-actions button{font-size:13px}.modular-dashboard{gap:11px}.dashboard-card{border-radius:10px;padding:15px 16px}.dashboard-card h3{font-size:16px}.dashboard-card header p{font-size:12px;line-height:1.45}.dashboard-card header button{font-size:12px}.owner-kpis{gap:11px}.owner-kpis>button{border-radius:10px;grid-template-columns:42px 1fr;min-height:92px;padding:14px}.owner-kpis small{font-size:12px}.owner-kpis b{margin:4px 0 3px;font-size:20px}.owner-kpis em{font-size:11px}.kpi-icon{border-radius:9px;width:34px;height:34px;font-size:14px}.ranked-card,.accounts-card{min-height:238px}.ranked-list{margin-top:10px}.ranked-list button{padding:7px 1px}.ranked-list b,.ranked-list strong{font-size:12px}.expense-list button,.account-list button{padding:8px 2px}.operations-module-tabs button{padding:13px 2px}.action-row{padding:15px 0 11px}.toolbar{margin-bottom:11px}.table-head{min-height:42px;color:var(--label);font-size:12px}.operation{min-height:58px;padding:8px 14px}.operation small,.day-title span{font-size:12px}.amount{font-size:14px}.operations-card{border-radius:10px}.operations-page-loading{min-height:180px;color:var(--muted);justify-content:center;align-items:center;gap:10px;display:flex}.operations-page-loading span,.operations-scroll-sentinel span{border:2px solid #cfe8e6;border-top-color:var(--teal);border-radius:50%;width:16px;height:16px;animation:.8s linear infinite global-refresh-spin}.operations-page-error{z-index:5;color:#b94d47;background:#fff0ef;border-bottom:1px solid #f3c3c0;justify-content:center;align-items:center;gap:12px;padding:7px 12px;display:flex;position:sticky;top:32px}.operations-page-error button{color:inherit;background:#fff;border:1px solid #e7a39f;border-radius:6px;padding:4px 9px}.operations-scroll-sentinel{min-height:34px;color:var(--muted);border-bottom:1px solid var(--line);background:var(--paper);justify-content:center;align-items:center;gap:8px;font-size:10px;display:flex}.table-total{padding:11px 16px}.reports-page{padding-top:8px}.report-tabs button{padding:11px 2px;font-size:13px}.report-toolbar{min-height:62px;padding:10px 0}.report-toolbar h2{font-size:18px}.report-toolbar p{font-size:12px}.report-toolbar-actions>button{height:36px;padding:0 10px;font-size:12px}.report-settings>summary{width:36px;height:36px}.report-settings>div{gap:11px;width:276px;padding:13px;top:42px}.report-settings header b{font-size:13px}.report-settings header small{font-size:11px}.report-settings label{font-size:12px}.report-settings select{height:36px;font-size:13px}.report-view-tabs button{padding:9px 15px;font-size:12px}.report-filterbar{gap:6px;min-height:48px;padding:6px}.report-filterbar>label:not(.report-switch){height:35px;font-size:11px}.report-filterbar input[type=date],.report-filterbar select{height:33px;font-size:12px}.report-filterbar>select,.report-filterbar>details>summary,.report-switch{height:35px;font-size:12px}.report-filterbar .period-arrow{height:35px}.report-column-count{font-size:10px}.report-kpis{gap:8px;margin-bottom:8px}.report-kpis>div{min-height:56px;padding:8px 11px}.report-kpis small{font-size:11px}.report-kpis b{font-size:16px}.excel-report{border-radius:8px;max-height:calc(100vh - 335px)}.excel-head{height:38px;font-size:10px}.excel-row{min-height:36px;font-size:12px}.excel-row>div,.excel-row>button{min-height:36px;padding:5px 8px}.excel-row>button{font-size:11px}.excel-row>button small{font-size:10px}.excel-label b{font-size:11px}.report-trend-cell{min-height:36px}.report-trend-cell.empty{font-size:10px}.report-operations-modal{font-size:13px}.modal-table-head{font-size:11px}.modal-day article b{font-size:12px}.modal-day article small{font-size:11px}.settings-page{padding:10px 0 28px}.settings-status-row{gap:10px}.settings-status-row article{border-radius:10px;min-height:70px;padding:11px 13px}.settings-status-row article>span{font-size:14px}.settings-status-row b{font-size:13px}.settings-status-row small,.settings-status-row em{font-size:11px}.settings-toolbar{border-radius:10px;min-height:76px;margin:10px 0;padding:12px 14px}.settings-toolbar>div:first-child>b{font-size:14px}.settings-toolbar>div:first-child>small,.settings-toolbar>div:last-child>span{font-size:11px}.settings-toolbar button{border-radius:7px;padding:9px 12px;font-size:13px}.settings-message{margin-bottom:10px;padding:10px 12px;font-size:12px}.settings-grid{gap:10px}.settings-grid>section{border-radius:10px}.settings-grid>section>header{min-height:62px;padding:10px 12px}.settings-grid>section>header>span{border-radius:8px;width:31px;height:31px}.settings-grid>section>header b{font-size:14px}.settings-grid>section>header small{font-size:11px}.settings-fields{gap:10px;padding:11px}.settings-fields>label{gap:5px;font-size:12px}.settings-fields input,.settings-fields select{height:39px;padding:0 11px;font-size:14px}.setting-suffix>span{min-width:38px;font-size:11px}.settings-fields label.setting-switch{grid-template-columns:18px 1fr;min-height:58px;padding:9px 10px}.setting-switch>input{width:17px;height:17px}.setting-switch b{font-size:12px}.setting-switch small{font-size:10px}.settings-standard{min-height:62px;padding:9px 10px}.settings-standard b{font-size:12px}.settings-standard span,.settings-standard small,.settings-standard code{font-size:10px}.settings-footer{min-height:42px;font-size:10px}.property-360-title small{font-size:11px}.property-360-scoreboard span{font-size:10px}.property-compact-panel>header{min-height:48px;padding:9px 11px}.property-compact-panel>header b{font-size:13px}.property-compact-panel>header small,.property-compact-panel>header button{font-size:10px}.property-360-compact .property-floor>span b{font-size:12px}.property-360-compact .property-floor>span small{font-size:10px}.property-360-compact .property-floor button b{font-size:11px}.property-360-compact .property-floor button small,.property-360-compact .property-floor button em{font-size:10px}.property-finance-table button{min-height:36px;padding:7px 0}.property-finance-table button span,.property-finance-table button b{font-size:11px}.property-concentration small,.property-concentration em{font-size:10px}.property-concentration span b{font-size:11px}.property-mini-tenants>button{min-height:44px;padding:7px 9px}.property-mini-tenants button b,.property-mini-tenants button strong{font-size:11px}.property-mini-tenants button small{font-size:10px}.property-risk-list{gap:7px;padding:8px}.property-risk-list button{min-height:62px;padding:8px}.property-risk-list span,.property-risk-list em{font-size:10px}.property-risk-list b{font-size:12px}.property-next-events>div b{font-size:11px}.property-next-events>div span,.property-next-events time{font-size:10px}.property-next-events>button{min-height:50px;padding:7px 9px}.property-next-events button b{font-size:11px}.property-next-events button small,.property-next-events button em{font-size:10px}.property-next-events>p{font-size:11px}.mining-commandbar button,.mining-heading-action{height:39px;padding:0 12px;font-size:12px}.mining-commandbar>label{height:39px}.mining-commandbar label>span{font-size:10px}.mining-commandbar select,.mining-commandbar input{font-size:12px}.mining-live{font-size:10px}.mining-heading{padding:18px 0 14px}.mining-heading small{font-size:10px}.mining-heading h2{font-size:22px}.mining-heading p{font-size:12px}.mining-heading>span b{font-size:11px}.mining-heading>span small{font-size:10px}.mining-kpis{gap:10px;margin-bottom:10px}.mining-kpis article{border-radius:10px;min-height:92px;padding:12px}.mining-kpis small,.mining-kpis em{font-size:10px}.mining-kpis b{font-size:17px}.mining-status-strip{border-radius:10px;min-height:64px;margin-bottom:10px}.mining-status-strip small,.mining-status-strip em{font-size:10px}.mining-dashboard-grid,.mining-energy-layout,.mining-report-grid{gap:10px}.mining-card{border-radius:10px}.mining-card>header{min-height:49px;padding:8px 11px}.mining-card header b{font-size:13px}.mining-card header small,.mining-card header button,.mining-card header em,.mining-waterfall small{font-size:10px}.mining-waterfall b{font-size:11px}.mining-economics>footer,.mining-output-chart>footer{font-size:10px}.mining-chart-bars span,.mining-plan-line span{font-size:9px}.mining-sites article b,.mining-alerts b{font-size:11px}.mining-sites article small,.mining-alerts small,.mining-alerts>button>strong{font-size:10px}.mining-alerts header>span{font-size:9px}.mining-device-toolbar .segmented button,.mining-device-toolbar input{font-size:12px}.mining-device-table>header,.mining-billing-table>header{font-size:10px}.mining-device-table b,.mining-device-table strong,.mining-billing-table b,.mining-billing-table strong{font-size:11px}.mining-device-table small,.mining-billing-table small{font-size:10px}.mining-device-detail>header small,.mining-device-detail>header>i{font-size:9px}.mining-device-detail>header b{font-size:12px}.mining-device-detail dt,.mining-device-detail dd,.mining-device-detail>footer button{font-size:10px}.mining-empty{font-size:11px}.mining-energy-kpis,.mining-billing-summary{gap:10px;margin-bottom:10px}.mining-energy-kpis article,.mining-billing-summary article{border-radius:10px;min-height:88px;padding:11px}.mining-energy-kpis small,.mining-energy-kpis span,.mining-billing-summary small,.mining-billing-summary span{font-size:10px}.mining-energy-kpis b,.mining-billing-summary b{font-size:17px}.mining-tariffs article b,.mining-schedules article b{font-size:11px}.mining-tariffs article small,.mining-schedules article small{font-size:10px}.mining-tariffs article>strong,.mining-schedules article>strong{font-size:12px}.mining-billing-table em{font-size:9px}.mining-accounting-flow{font-size:10px}.mining-report-grid article>b,.mining-tax-note b{font-size:12px}.mining-report-grid article>p,.mining-tax-note p{font-size:10px}.mining-report-grid article>em,.mining-report-grid footer small,.mining-report-grid footer button{font-size:9px}.mining-tax-note button{font-size:11px}.attention-drawer>header span{font-size:10px}.attention-drawer>header h2{font-size:22px}.attention-drawer>header p{font-size:12px;line-height:1.45}.attention-overview{gap:9px;padding:11px}.attention-overview article{min-height:78px;padding:10px}.attention-overview small{font-size:11px}.attention-overview span{font-size:10px}.attention-list{gap:8px;padding:0 11px}.attention-list>button{gap:10px;min-height:102px;padding:12px}.attention-list>button>div b,.attention-list>button strong{font-size:12px}.attention-list>button>div em,.attention-list>button u,.attention-list>button mark{font-size:10px}.attention-list>button small{font-size:11px}.attention-drawer>footer{min-height:64px;padding:10px 12px}.attention-drawer>footer span,.attention-drawer>footer button{font-size:10px}html[data-theme=dark] .segmented{background:#111c22}html[data-theme=dark] .company{background:#17262e;border-color:#263740}html[data-theme=dark] .workspace :is(input,select,textarea)::placeholder{color:#6f808a}html[data-theme=dark] .workspace :is([class$=-card],[class*=-card\ ],[class$=-panel],[class*=-panel\ ]){border-color:var(--line2)}html[data-theme=dark] .workspace :is(.owner-kpis>button,.ranked-list button,.expense-list button,.account-list button,.dashboard-settings,.settings-status-row article,.settings-toolbar,.settings-grid>section,.settings-fields label.setting-switch,.settings-loading,.property-360-list,.property-360-list>button,.property-360-kpis button,.property-360-grid>section,.property-compact-panel,.property-finance-table button,.property-mini-tenants>button,.property-next-events>button,.mining-commandbar button,.mining-commandbar>label,.mining-kpis article,.mining-status-strip,.mining-status-strip>button,.mining-sites article,.mining-alerts>button,.mining-device-table,.mining-device-table>button,.mining-device-detail,.mining-energy-kpis article,.mining-billing-summary article,.mining-billing-table,.mining-accounting-flow span,.mining-report-grid article,.mining-tax-note){background:var(--paper);border-color:var(--line);color:var(--ink)}html[data-theme=dark] .workspace :is(.settings-grid>section>header,.mining-card>header,.mining-device-table>header,.mining-device-detail>header,.mining-billing-table>header){border-color:var(--line);background:#142027}html[data-theme=dark] .settings-standard{color:var(--ink);background:#173034}html[data-theme=dark] .settings-standard.database{background:#1b2530}html[data-theme=dark] .property-concentration,html[data-theme=dark] .property-risk-list button{border-color:var(--line);background:#142027}html[data-theme=dark] .property-risk-list button.ok{background:#15302a;border-color:#245a49}html[data-theme=dark] .property-risk-list button.warning{background:#2a2416;border-color:#4a3d1e}html[data-theme=dark] .property-risk-list button.danger{background:#2c1a19;border-color:#5a2f2c}html[data-theme=dark] .mining-chart-area{background:repeating-linear-gradient(to top,var(--paper) 0,var(--paper) 34px,#26333b 35px)}html[data-theme=dark] .mining-plan-line span{background:var(--paper)}html[data-theme=dark] .mining-waterfall i,html[data-theme=dark] .mining-chart-bars i+span,html[data-theme=dark] .ranked-list em{background:#26333b}html[data-theme=dark] .mining-economics>footer,html[data-theme=dark] .mining-output-chart>footer{border-color:var(--line);background:#142027}@media (min-width:1600px){body{font-size:14px}.workspace{padding:0 30px 40px}.topbar{height:auto;min-height:96px}.topbar h1{margin-bottom:4px;font-size:24px}.topbar p{font-size:13px}.action-row{padding:15px 0 11px}.create-actions button,.plain,.filter{padding:9px 13px}.operations-workspace .operations-card{max-height:calc(100vh - 326px)}.operations-workspace.chart-visible .operations-card{max-height:calc(100vh - 448px)}.operations-card>.table-head{flex-basis:42px;min-height:42px}.operations-card>.table-total{flex-basis:42px;padding:10px 14px}.day-title{padding:7px 16px 7px 48px;top:42px}.operation{min-height:58px;padding:8px 14px}.dashboard-page{padding:14px 0 28px}.dashboard-heading{margin-bottom:14px}.dashboard-heading h2{font-size:24px}.dashboard-heading p{font-size:13px}.dashboard-actions button{padding:9px 12px}.modular-dashboard{gap:11px}.dashboard-card{border-radius:10px;padding:15px 16px}.dashboard-card h3{font-size:16px}.owner-kpis{gap:11px}.owner-kpis>button{grid-template-columns:42px 1fr;min-height:92px;padding:14px}.owner-kpis b{font-size:20px}.ranked-card,.accounts-card{min-height:238px}}@media (max-width:1050px){:root{--sidebar-width:74px}.brand{justify-content:center;padding:0}.sidebar-toggle,.brand strong,.company,.nav-group-label,.sidebar-foot>div:not(.avatar){display:none}.sidebar nav{padding:8px 7px}.sidebar nav button{justify-content:center;padding:0;font-size:0}.sidebar nav button>span{display:none}.sidebar nav button i,.sidebar nav button i svg{width:21px;height:21px}.sidebar-foot{justify-content:center;padding:15px 7px}}@media (max-width:760px){.workspace{padding:0 12px 70px}.topbar{min-height:78px;padding:10px 0}.topbar-eyebrow{display:none}.topbar h1{font-size:21px}.topbar p{display:none}.theme-toggle{min-width:40px}.theme-toggle>b{display:none}}.header-action-wrap{position:relative}.global-refresh{min-width:132px;min-height:48px;color:var(--ink);text-align:left;background:#f2faf9;border:1px solid #abd5d2;border-radius:9px;align-items:center;gap:8px;padding:7px 10px;display:flex}.global-refresh:hover{border-color:var(--teal);background:#eaf8f7}.global-refresh:disabled{cursor:wait;opacity:.72}.global-refresh>span{width:26px;height:26px;color:var(--teal-dark);background:#d9efed;border-radius:7px;place-items:center;font-size:17px;font-weight:900;display:grid}.global-refresh>div{flex-direction:column;gap:2px;display:flex}.global-refresh small{color:var(--muted);font-size:8px}.global-refresh b{font-size:9px}.spinning{animation:.9s linear infinite global-refresh-spin}@keyframes global-refresh-spin{to{transform:rotate(360deg)}}.header-balance{min-width:184px;min-height:48px;color:var(--ink);cursor:pointer;align-items:flex-end}.header-balance b{align-items:center;gap:8px;display:flex}.header-balance b span{color:var(--muted);font-size:10px}.header-popover{z-index:130;border:1px solid var(--line);background:var(--paper);width:430px;color:var(--ink);text-align:left;border-radius:11px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 18px 55px #19313e38}.header-popover>header{border-bottom:1px solid var(--line);background:#f7f9fa;justify-content:space-between;align-items:center;gap:10px;min-height:58px;padding:10px 12px;display:flex}.header-popover>header>div{flex-direction:column;gap:3px;display:flex}.header-popover>header small{color:var(--muted);font-size:8px}.header-popover>header button{color:var(--muted);background:0 0;border:0;font-size:20px}.header-popover>footer{border-top:1px solid var(--line);color:var(--muted);background:#f7f9fa;padding:8px 12px;font-size:8px;line-height:1.45}.header-popover-loading,.header-popover-empty{min-height:100px;color:var(--muted);text-align:center;justify-content:center;align-items:center;gap:8px;margin:0;padding:20px;display:flex}.header-popover-loading span{border:2px solid #d7e4e5;border-top-color:var(--teal);border-radius:50%;width:17px;height:17px;animation:.8s linear infinite global-refresh-spin}.header-popover-error{color:#a84943;background:#fff2f0;border:1px solid #efc0bc;border-radius:7px;margin:8px;padding:8px 10px;font-size:9px}.integration-refresh-popover{width:390px}.integration-refresh-list{max-height:310px;overflow:auto}.integration-refresh-list article{border-bottom:1px solid #edf1f3;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:56px;padding:8px 11px;display:grid}.integration-refresh-list article>i{color:#218157;background:#e2f4ee;border-radius:7px;place-items:center;width:26px;height:26px;font-style:normal;font-weight:900;display:grid}.integration-refresh-list article.error>i{color:#b64c45;background:#fbe4e1}.integration-refresh-list article.skipped>i{color:#6e7f88;background:#edf1f2}.integration-refresh-list article>div{flex-direction:column;gap:3px;min-width:0;display:flex}.integration-refresh-list article small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:8px;overflow:hidden}.integration-refresh-list article em{color:#218157;background:#e2f4ee;border-radius:11px;padding:4px 6px;font-size:7px;font-style:normal;font-weight:900}.integration-refresh-list article.error em{color:#b64c45;background:#fbe4e1}.integration-refresh-list article.skipped em{color:#6e7f88;background:#edf1f2}.account-balance-popover{width:min(760px,calc(100vw - var(--sidebar-width,228px) - 40px))}.balance-total{border-bottom:1px solid var(--line);background:#fbfcfc;grid-template-columns:1.2fr 1fr 1fr;display:grid}.balance-total>span{border-right:1px solid var(--line);flex-direction:column;gap:3px;padding:9px 12px;display:flex}.balance-total>span:last-child{border:0}.balance-total small{color:var(--muted);font-size:8px}.balance-total b{font-size:14px}.balance-search{border:1px solid var(--line);background:var(--paper);height:37px;color:var(--muted);border-radius:7px;align-items:center;gap:7px;margin:8px 10px;padding:0 10px;display:flex}.balance-search input{outline:0;width:100%;padding:7px 0;font-size:10px;background:0 0!important;border:0!important}.account-balance-scroll{max-height:min(570px,100vh - 245px);padding:0 10px 8px;overflow:auto}.account-balance-scroll details{border:1px solid var(--line);border-radius:8px;margin-bottom:7px;overflow:hidden}.account-balance-scroll summary{cursor:pointer;background:#f5f8f9;justify-content:space-between;align-items:center;min-height:38px;padding:0 10px;display:flex}.account-balance-scroll summary>span{align-items:center;gap:7px;display:flex}.account-balance-scroll summary i{border-radius:4px;width:7px;height:22px}.account-balance-scroll summary small{color:var(--muted);font-size:8px}.account-balance-scroll summary strong{font-size:11px}.account-balance-head,.account-balance-scroll article{grid-template-columns:minmax(190px,1.2fr) minmax(190px,1fr) 105px 110px;align-items:center;gap:8px;padding:0 10px;display:grid}.account-balance-head{min-height:29px;color:var(--muted);text-transform:uppercase;background:#fbfcfc;font-size:7px;font-weight:900}.account-balance-scroll article{border-top:1px solid #edf1f3;min-height:47px}.account-balance-scroll article>div{flex-direction:column;gap:3px;min-width:0;display:flex}.account-balance-scroll article b,.account-balance-scroll article small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-balance-scroll article small{color:var(--muted);font-size:8px}.account-balance-scroll article select{width:100%;min-width:0;height:28px;color:var(--ink);background:0 0;border:1px solid #0000;border-radius:5px;font-size:8px}.account-balance-scroll article select:hover,.account-balance-scroll article select:focus{background:var(--paper);border-color:#9fcfcb}.account-balance-scroll article>span,.account-balance-scroll article>strong{text-align:right;font-size:10px}.account-balance-popover.settings-open{width:min(820px,calc(100vw - var(--sidebar-width,228px) - 40px))}.account-balance-header-actions{align-items:center;gap:4px;display:flex}.account-balance-header-actions button{width:31px;height:31px;color:var(--muted);cursor:pointer;background:0 0;border-radius:7px;place-items:center;display:grid;border:1px solid #0000!important;font-size:17px!important}.account-balance-header-actions button:hover,.account-balance-header-actions button.active{color:var(--teal-dark);background:#e8f6f4;border-color:#a7d4d0!important}.account-balance-group-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--ink);overflow:hidden;text-align:left!important;font-size:9px!important}.account-balance-settings{padding:0 10px 9px}.account-balance-settings-head,.account-balance-settings-scroll article{grid-template-columns:minmax(240px,1.25fr) minmax(260px,1fr) 78px;align-items:center;gap:10px;display:grid}.account-balance-settings-head{border:1px solid var(--line);min-height:29px;color:var(--muted);text-transform:uppercase;background:#f5f8f9;border-bottom:0;border-radius:8px 8px 0 0;padding:0 10px;font-size:8px;font-weight:900}.account-balance-settings-scroll{border:1px solid var(--line);border-radius:0 0 8px 8px;max-height:min(480px,100vh - 330px);overflow:auto}.account-balance-settings-scroll article{border-bottom:1px solid #edf1f3;min-height:54px;padding:6px 10px}.account-balance-settings-scroll article:last-child{border-bottom:0}.account-balance-settings-scroll article.hidden-account{opacity:.72;background:#f7f8f9}.account-balance-settings-scroll article>label{cursor:pointer;align-items:center;gap:9px;min-width:0;display:flex}.account-balance-settings-scroll article>label>input{width:16px;height:16px;accent-color:var(--teal);flex:none}.account-balance-settings-scroll article>label>span{flex-direction:column;gap:3px;min-width:0;display:flex}.account-balance-settings-scroll article b,.account-balance-settings-scroll article small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-balance-settings-scroll article small{color:var(--muted);font-size:8px}.account-balance-settings-scroll select{border:1px solid var(--line);background:var(--paper);width:100%;min-width:0;height:32px;color:var(--ink);border-radius:6px;padding:0 7px;font-size:9px}.account-balance-order{justify-content:flex-end;gap:4px;display:flex}.account-balance-order button{border:1px solid var(--line);background:var(--paper);width:31px;height:31px;color:var(--teal-dark);cursor:pointer;border-radius:6px;font-weight:900}.account-balance-order button:disabled{opacity:.35;cursor:default}.account-balance-settings-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;padding-top:8px;display:flex}.account-balance-settings-actions button{border:1px solid var(--line);background:var(--paper);height:31px;color:var(--ink);cursor:pointer;border-radius:6px;padding:0 9px;font-size:8px;font-weight:900}.account-balance-settings-actions button.danger{color:#b34d47;border-color:#efc8c4;margin-right:auto}.account-balance-settings-actions button.primary{border-color:var(--teal);background:var(--teal);color:#fff}.account-balance-popover>header b{font-size:16px;line-height:22px}.account-balance-popover>header small,.account-balance-popover>footer,.account-balance-popover .balance-total small{font-size:14px;line-height:20px}.account-balance-popover .balance-total b{font-size:16px;line-height:22px}.account-balance-popover .balance-search{height:40px}.account-balance-popover .balance-search input{font-size:14px;line-height:20px}.account-balance-popover .account-balance-scroll summary{min-height:44px}.account-balance-popover .account-balance-scroll summary b,.account-balance-popover .account-balance-scroll summary small{font-size:14px;line-height:20px}.account-balance-popover .account-balance-scroll summary strong{font-size:16px;line-height:22px}.account-balance-popover .account-balance-head{text-transform:none;min-height:38px;font-size:14px;line-height:20px}.account-balance-popover .account-balance-scroll article{min-height:62px}.account-balance-popover .account-balance-scroll article b,.account-balance-popover .account-balance-scroll article small,.account-balance-popover .account-balance-scroll article>span{line-height:20px;font-size:14px!important}.account-balance-popover .account-balance-scroll article>strong{font-size:16px;line-height:22px}.account-balance-popover .account-balance-settings-head{text-transform:none;min-height:38px;font-size:14px;line-height:20px}.account-balance-popover .account-balance-settings-scroll article{min-height:68px}.account-balance-popover .account-balance-settings-scroll article b,.account-balance-popover .account-balance-settings-scroll article small{font-size:14px;line-height:20px}.account-balance-popover .account-balance-settings-scroll select,.account-balance-popover .account-balance-settings-scroll .unified-native-select-host{height:40px;font-size:14px}.account-balance-popover .account-balance-settings-scroll .searchable-select>summary>.searchable-select-caption,.account-balance-popover .account-balance-settings-scroll .searchable-select>summary>b{font-size:14px}.account-balance-popover .account-balance-order button{width:36px;height:36px;font-size:16px}.account-balance-popover .account-balance-settings-actions button{height:38px;font-size:14px;line-height:20px}.operation-summary-strip{border:1px solid var(--line);background:var(--paper);border-radius:8px;grid-template-columns:repeat(4,1fr);min-height:43px;margin:0 0 7px;display:grid;overflow:hidden}.operation-summary-strip>div{border-right:1px solid var(--line);grid-template-columns:1fr auto;align-items:center;gap:2px 8px;padding:6px 11px;display:grid}.operation-summary-strip>div:last-child{border:0}.operation-summary-strip small{color:var(--muted);font-size:8px}.operation-summary-strip b{text-align:right;font-size:11px}.operation-summary-strip span{color:var(--muted);text-align:right;grid-column:1/-1;font-size:7px}.operations-workspace .operations-module-tabs button{padding:8px 2px}.operations-workspace .action-row{padding:7px 0 6px}.operations-workspace .toolbar{margin-bottom:6px}.operations-workspace .create-actions button,.operations-workspace .filter{padding:7px 10px;font-size:10px}.operations-workspace .fintablo-period .period-value{height:34px}.operations-workspace .operations-card{max-height:calc(100vh - 274px)!important}.operations-workspace .operations-card>.table-head{flex-basis:32px;min-height:32px;padding:0 10px;font-size:9px}.operations-workspace .operations-card>.table-total{flex-basis:34px;padding:6px 10px}.operations-workspace .day-title{min-height:26px;padding:5px 12px 5px 45px;font-size:10px;top:32px}.operations-workspace .day-title span{font-size:9px}.operations-workspace .operation{min-height:45px;padding:4px 10px;font-size:10px}.operations-workspace .operation>div{gap:1px;padding-right:9px}.operations-workspace .operation small{font-size:8px}.operations-workspace .amount{font-size:11px}.operations-workspace .inline-operation-classification select:first-child{font-size:10px}.operations-workspace .inline-operation-classification select:last-of-type{font-size:8px}.operations-workspace .inline-operation-classification select{height:20px}.operations-workspace .inline-operation-classification select:last-of-type{height:18px}.shop-admin-workspace{padding:10px 0 25px}.shop-admin-workspace>header{border:1px solid var(--line);background:var(--paper);border-radius:9px 9px 0 0;justify-content:space-between;align-items:center;gap:10px;min-height:52px;padding:8px 11px;display:flex}.shop-admin-workspace>header>div{align-items:center;gap:9px;display:flex}.shop-admin-workspace>header>div:first-child>span{width:31px;height:31px;color:var(--teal-dark);background:#dff1ef;border-radius:7px;place-items:center;font-size:8px;font-weight:900;display:grid}.shop-admin-workspace>header>div:first-child>div{flex-direction:column;gap:3px;display:flex}.shop-admin-workspace>header small{color:var(--muted);font-size:8px}.shop-admin-workspace>header button,.shop-admin-workspace>header a{border:1px solid var(--line);background:var(--paper);height:30px;color:var(--teal-dark);border-radius:6px;align-items:center;padding:0 9px;font-size:8px;font-weight:900;text-decoration:none;display:inline-flex}.shop-admin-boundary{background:#f2f9f8;border:1px solid #d1e5e3;border-top:0;align-items:center;gap:9px;min-height:35px;padding:6px 10px;display:flex}.shop-admin-boundary span{color:var(--teal-dark);background:#dcefed;border-radius:10px;padding:4px 7px;font-size:7px;font-weight:900}.shop-admin-boundary p{color:#60747e;margin:0;font-size:8px}.shop-admin-frame{border:1px solid var(--line);background:var(--paper);border-top:0;border-radius:0 0 9px 9px;height:calc(100vh - 235px);min-height:620px;position:relative;overflow:hidden}.shop-admin-frame iframe{background:#fff;border:0;width:100%;height:100%}.shop-admin-loading{z-index:1;background:var(--paper);color:var(--muted);justify-content:center;align-items:center;gap:8px;display:flex;position:absolute;inset:0}.shop-admin-loading span{border:2px solid #d6e3e4;border-top-color:var(--teal);border-radius:50%;width:18px;height:18px;animation:.8s linear infinite global-refresh-spin}html[data-theme=dark] .header-popover>header,html[data-theme=dark] .header-popover>footer,html[data-theme=dark] .account-balance-scroll summary,html[data-theme=dark] .account-balance-head{background:#142027}html[data-theme=dark] .balance-total,html[data-theme=dark] .shop-admin-boundary{background:#122126}html[data-theme=dark] .global-refresh{background:#173034;border-color:#38635f}html[data-theme=dark] .global-refresh>span{background:#24423f}html[data-theme=dark] .header-popover-error{color:#ffaaa4;background:#3a2324;border-color:#65403f}html[data-theme=dark] .account-balance-settings-head,html[data-theme=dark] .account-balance-settings-scroll article.hidden-account{background:#142027}html[data-theme=dark] .account-balance-header-actions button:hover,html[data-theme=dark] .account-balance-header-actions button.active{background:#1c3938;border-color:#38635f!important}@media (min-width:1600px){.operations-workspace .topbar{min-height:78px}.operations-workspace .operations-card{max-height:calc(100vh - 252px)!important}}@media (max-width:1250px){.global-refresh{min-width:42px;padding:7px}.global-refresh>div{display:none}.header-balance{min-width:145px}.account-balance-popover{width:min(680px,100vw - 100px)}}@media (max-width:760px){.topbar-actions .global-refresh,.topbar-actions .header-balance{min-width:40px;padding:7px}.global-refresh>div,.header-balance small,.header-balance b>span{display:none}.header-balance b{font-size:0}.header-balance b:before{content:"₽";font-size:15px}.header-popover{width:auto;position:fixed;top:82px;left:8px;right:8px}.operation-summary-strip{grid-template-columns:1fr 1fr}.operation-summary-strip>div:nth-child(2){border-right:0}.operations-workspace .operations-card{max-height:none!important}.shop-admin-frame{height:calc(100vh - 260px);min-height:520px}.account-balance-popover.settings-open{width:auto}.balance-total{grid-template-columns:1fr 1fr}.balance-total>span:nth-child(2){border-right:0}.balance-total>span:last-child{border-top:1px solid var(--line);grid-column:1/-1}.account-balance-head,.account-balance-scroll article{grid-template-columns:minmax(150px,1fr) 88px 90px}.account-balance-head>span:nth-child(2),.account-balance-scroll article>.account-balance-group-label,.account-balance-settings-head{display:none}.account-balance-settings-scroll{border-radius:8px}.account-balance-settings-scroll article{grid-template-columns:minmax(180px,1fr) 72px}.account-balance-settings-scroll article>select{grid-area:2/1/auto/-1}.account-balance-settings-scroll{max-height:calc(100vh - 350px)}.account-balance-settings-actions{justify-content:stretch}.account-balance-settings-actions button{flex:1}.account-balance-settings-actions button.danger{margin-right:0}}.integration-hub{padding:10px 0 28px}.integration-hub .module-heading{margin-bottom:9px}.integration-hub .module-heading>button{background:var(--teal);color:#fff;border:0;border-radius:7px;height:34px;padding:0 12px;font-size:9px;font-weight:900}.integration-hub-kpis{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:9px;display:grid}.integration-hub-kpis article{border:1px solid var(--line);background:var(--paper);border-radius:8px;grid-template-columns:1fr auto;align-items:center;gap:2px 7px;min-height:66px;padding:9px 11px;display:grid}.integration-hub-kpis small{color:var(--muted);font-size:8px}.integration-hub-kpis b{font-size:18px}.integration-hub-kpis span{color:var(--muted);grid-column:1/-1;font-size:8px}.integration-hub-kpis article.warn{background:#fffaf0;border-color:#efc56e}.integration-hub-kpis article.ok{border-color:#b9dfd2}.integration-hub-grid{grid-template-columns:minmax(420px,.8fr) minmax(600px,1.2fr);align-items:start;gap:9px;display:grid}.hub-stores,.hub-connections,.hub-legacy{border:1px solid var(--line);background:var(--paper);border-radius:9px;overflow:hidden}.hub-stores>header,.hub-connections>header,.hub-legacy>header{border-bottom:1px solid var(--line);background:#f7f9fa;justify-content:space-between;align-items:center;gap:10px;min-height:48px;padding:8px 11px;display:flex}.hub-stores>header>div,.hub-connections>header>div,.hub-legacy>header>div{flex-direction:column;gap:3px;display:flex}.hub-stores>header small,.hub-connections>header small,.hub-legacy>header small{color:var(--muted);font-size:8px}.hub-stores>header>span,.hub-connections>header>span,.hub-legacy>header>span{color:var(--teal-dark);background:#e3f1ef;border-radius:11px;padding:4px 7px;font-size:7px;font-weight:900}.hub-stores>article{border-bottom:1px solid #edf1f3;grid-template-columns:34px minmax(0,1fr) auto 29px;align-items:center;gap:8px;min-height:66px;padding:8px 10px;display:grid}.hub-store-icon{width:34px;height:34px;color:var(--teal-dark);background:#dff1ef;border-radius:8px;place-items:center;font-size:8px;font-weight:900;display:grid}.hub-stores>article>div:nth-child(2){flex-direction:column;gap:3px;min-width:0;display:flex}.hub-stores>article b,.hub-stores>article small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hub-stores>article small{color:var(--muted);font-size:8px}.hub-stores>article>div>span{flex-wrap:wrap;gap:5px;display:flex}.hub-stores a{color:var(--teal-dark);font-size:8px;text-decoration:none}.hub-stores>article>em{color:#257c5a;background:#e5f4ed;border-radius:10px;padding:4px 6px;font-size:7px;font-style:normal;font-weight:900}.hub-stores>article>em.legacy{color:#986314;background:#fff0d7}.hub-stores>article>button{border:1px solid var(--line);background:var(--paper);width:29px;height:29px;color:var(--muted);border-radius:6px}.hub-connections>article{border-bottom:1px solid var(--line);padding:9px 10px}.hub-connections>article>header{justify-content:space-between;align-items:center;gap:9px;display:flex}.hub-connections>article>header>div{align-items:center;gap:8px;min-width:0;display:flex}.hub-connections>article>header>div>span{width:30px;height:30px;color:var(--teal-dark);background:#e1f1ef;border-radius:7px;place-items:center;font-size:8px;font-weight:900;display:grid}.hub-connections>article>header>div>div{flex-direction:column;gap:2px;min-width:0;display:flex}.hub-connections>article>header small{color:var(--muted);font-size:8px}.hub-connections>article>header>em{color:#65757d;background:#edf1f2;border-radius:10px;padding:4px 7px;font-size:7px;font-style:normal;font-weight:900}.hub-connections>article>header>em.ok{color:#21815c;background:#e1f4ec}.hub-connections>article>header>em.error{color:#b24d47;background:#fbe4e1}.hub-connections>article>header>em.warn{color:#986314;background:#fff0d7}.hub-secret-slots{flex-wrap:wrap;gap:5px;margin:7px 0;display:flex}.hub-secret-slots span{border:1px solid var(--line);color:var(--muted);border-radius:10px;padding:3px 6px;font-size:7px}.hub-secret-slots span.configured{color:#23795a;background:#f0faf6;border-color:#b8ded2}.hub-bindings{flex-wrap:wrap;gap:5px;min-height:24px;display:flex}.hub-bindings>span{background:#f4faf9;border:1px solid #cfe1df;border-radius:7px;grid-template-columns:auto 18px;gap:1px 5px;padding:4px 5px 4px 7px;display:grid}.hub-bindings>span b{font-size:8px}.hub-bindings>span small{color:var(--muted);grid-column:1;font-size:7px}.hub-bindings>span button{color:var(--muted);background:0 0;border:0;grid-area:1/2/3}.hub-bindings>small{color:var(--muted);font-size:8px}.hub-connections>article>footer{grid-template-columns:minmax(130px,1fr) minmax(120px,.8fr) auto;gap:5px;margin-top:7px;display:grid}.hub-connections>article>footer select,.hub-connections>article>footer button{border:1px solid var(--line);background:var(--paper);height:28px;color:var(--ink);border-radius:6px;padding:0 7px;font-size:8px}.hub-connections>article>footer button{color:var(--teal-dark);border-color:#abd5d2;font-weight:900}.hub-connections>article>p{color:#b04d46;margin:6px 0 0;font-size:8px}.hub-empty{min-height:90px;color:var(--muted);text-align:center;place-items:center;padding:20px;font-size:9px;display:grid}.hub-legacy{margin-top:9px}.hub-legacy>div{grid-template-columns:repeat(4,1fr);gap:6px;padding:8px;display:grid}.hub-legacy>div>span{border:1px solid var(--line);border-radius:7px;grid-template-columns:15px 1fr;gap:2px 5px;min-height:43px;padding:6px 8px;display:grid}.hub-legacy>div>span i{color:var(--muted);grid-row:1/3;font-style:normal}.hub-legacy>div>span b{font-size:8px}.hub-legacy>div>span small{color:var(--muted);font-size:7px}.hub-legacy>div>span.active{background:#fffaf0;border-color:#efc56e}.hub-legacy>div>span.active i{color:#c88715}.integration-store-modal{width:min(720px,100vw - 24px)}.integration-store-modal input[readonly]{color:var(--muted);background:#f1f4f5}html[data-theme=dark] .integration-hub-kpis article.warn,html[data-theme=dark] .hub-legacy>div>span.active{background:#2a2416;border-color:#59481f}html[data-theme=dark] .hub-stores>header,html[data-theme=dark] .hub-connections>header,html[data-theme=dark] .hub-legacy>header{background:#142027}html[data-theme=dark] .hub-bindings>span,html[data-theme=dark] .hub-secret-slots span.configured{background:#17302b;border-color:#315b50}html[data-theme=dark] .integration-store-modal input[readonly]{background:#18252c}@media (max-width:1300px){.integration-hub-grid{grid-template-columns:1fr}.hub-legacy>div{grid-template-columns:repeat(3,1fr)}}@media (max-width:760px){.integration-hub-kpis{grid-template-columns:1fr 1fr}.hub-legacy>div,.hub-connections>article>footer{grid-template-columns:1fr}.hub-stores>article{grid-template-columns:34px minmax(0,1fr) 29px}.hub-stores>article>em{display:none}}.account-owner-directory{min-width:0}.account-owner-tools{flex-wrap:wrap;align-items:center;gap:12px;margin:0 0 7px;display:flex}.account-owner-tools>.segmented button{padding:6px 10px;font-size:11px}.account-owner-tools>span{color:var(--muted);font-size:11px}.account-owner-tools>div:last-child{flex-wrap:wrap;gap:5px;margin-left:auto;display:flex}.account-owner-tools>div:last-child>button{border:1px solid var(--line);background:var(--paper);height:30px;color:var(--ink);border-radius:6px;padding:0 9px;font-size:10px}.account-owner-tools button:disabled{opacity:.4;cursor:default}.account-owner-note{color:var(--muted);margin:0 0 9px;font-size:10px}.account-owner-list{max-height:calc(100vh - 320px);overflow:auto}.account-owner-list .directory-list-head{z-index:2;position:sticky;top:0}.account-owner-group>header{background:color-mix(in srgb,var(--teal) 7%,var(--paper));border-bottom:1px solid var(--line);grid-template-columns:40px minmax(230px,1fr) minmax(140px,.55fr) 42px;align-items:center;min-height:44px;padding:5px 12px;display:grid}.account-owner-group.unspecified>header{background:color-mix(in srgb,var(--muted) 9%,var(--paper))}.account-owner-toggle{min-width:0;color:var(--ink);text-align:left;background:0 0;border:0;align-items:center;gap:8px;padding:5px 0;display:flex}.account-owner-toggle>span{width:16px;color:var(--teal-dark);flex:0 0 16px}.account-owner-toggle>b{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.account-owner-toggle>small{color:var(--muted);flex:none;font-size:10px}.account-owner-total{white-space:nowrap;flex-direction:column;align-items:flex-end;gap:2px;padding-right:8px;display:flex}.account-owner-total b{font-size:12px}.account-owner-total small{color:var(--muted);font-size:9px}.account-owner-row .tree-name{padding-left:24px}.account-owner-row .tree-name b{font-size:12px}.account-owner-row .tree-name small{font-size:10px}.account-owner-row .report-tags{justify-content:flex-end;padding-right:8px}.account-owner-row .row-menu{place-items:center;width:30px;height:30px;padding:5px;display:grid}.account-owner-row .row-menu svg{width:16px;height:16px}.account-owner-empty{text-align:center;color:var(--muted);padding:32px}@media (max-width:760px){.account-owner-tools>div:last-child{margin-left:0}.account-owner-list{max-height:none}.account-owner-list .tree-row,.account-owner-list .directory-list-head{grid-template-columns:26px minmax(120px,1fr) 32px}.account-owner-group>header{grid-template-columns:26px minmax(0,1fr);gap:3px}.account-owner-total{grid-column:2;align-items:flex-start;padding-left:24px}.account-owner-toggle{flex-wrap:wrap}.account-owner-toggle>b{white-space:normal;overflow-wrap:anywhere}.account-owner-toggle>small{flex-basis:100%;padding-left:24px}.account-owner-row .tree-name{padding-left:4px}}.operations-workspace .operations-controls{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px;min-width:0;margin:0 0 6px;padding:8px 0;display:flex}.operations-controls .create-actions{flex:none;gap:5px}.operations-controls .create-actions button,.operations-controls .filter{white-space:nowrap;height:34px;min-height:34px}.operations-controls .segmented{flex:none;align-items:stretch;height:34px}.operations-controls .segmented button{white-space:nowrap;padding:0 9px;font-size:11px}.operations-controls .search{flex:160px;order:0;width:auto;min-width:140px;height:34px;margin-left:0}.operations-controls .search,.operations-controls .filter:not(.active),.operations-controls .create-actions .transfer,.operations-controls .fintablo-period>button{background:var(--paper);color:var(--ink)}.operations-controls .search input{min-width:0;padding:7px 0;font-size:12px}.operations-controls .filter{flex:none}.operations-controls .operation-period-wrap{flex:none;order:0;width:auto;margin-left:auto}.operations-controls .fintablo-period{order:0;gap:4px;width:auto}.operations-controls .fintablo-period>button:first-child,.operations-controls .fintablo-period>button:last-child{flex:0 0 28px;width:28px;height:34px}.operations-controls .fintablo-period .period-value{flex:none;width:196px;min-width:0;max-width:none;height:34px;padding:3px 22px 3px 8px}.operations-controls .period-value b{white-space:nowrap;font-size:11px}.operations-controls .period-value small{font-size:8px}.operations-controls .operation-date-picker{top:40px;left:auto;right:0;transform:none}@media (min-width:1600px){.operations-workspace .operations-card{max-height:calc(100vh - 218px)!important}}@media (max-width:760px){.operations-controls .create-actions{flex-wrap:wrap;max-width:100%}.operations-controls .segmented{max-width:100%}.operations-controls .segmented button{padding:0 7px;font-size:10px}.operations-controls .search{flex-basis:180px;min-width:120px}.operations-controls .operation-period-wrap{flex:100%;margin-left:0}.operations-controls .fintablo-period .period-value{flex:1;width:auto;max-width:300px}.operations-controls .operation-date-picker{width:auto;position:fixed;inset:auto 8px 8px}}.operations-workspace .operations-table-head,.operations-workspace .operation-readonly{grid-template-columns:minmax(190px,1.05fr) minmax(210px,1.2fr) minmax(270px,1.75fr) minmax(170px,1fr) minmax(150px,.8fr);min-width:940px}.operations-workspace .operations-table-head{padding:0 12px}.operations-workspace .day-title{min-width:940px;padding-left:12px}.operations-workspace .operation-readonly{cursor:pointer;outline:0;min-height:54px;position:relative}.operations-workspace .operation-readonly:hover{background:#f3fbfa}.operations-workspace .operation-readonly:focus-visible{z-index:1;box-shadow:inset 0 0 0 2px var(--teal);background:#edf9f8}.operations-workspace .operation-readonly>div{min-width:0;padding-right:12px}.operations-workspace .operation-readonly>div:last-child{padding-right:0}.operations-workspace .operation-readonly b,.operations-workspace .operation-readonly small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.operations-workspace .operation-readonly b{font-size:10px}.operations-workspace .operation-readonly small{font-size:8px}.operations-workspace .operation-amount-cell .amount{font-size:11px}.operations-workspace .operation-amount-cell .operation-account-name{color:#213945;margin-top:2px;font-size:8px;font-weight:800}.operations-workspace .operation-amount-cell .operation-account-number{color:var(--muted);font-size:7px}.operations-workspace .operation-purpose-cell b{font-weight:900}.operations-workspace .operation-purpose-cell small{max-width:100%}.operations-workspace .operation-dimension-cell b{color:#213945}.operations-workspace .operation-counterparty-cell b{font-weight:800}.operations-workspace .operation-readonly:hover .operation-purpose-cell b,.operations-workspace .operation-readonly:hover .operation-dimension-cell b{color:var(--teal-dark)}.operations-workspace .operation-readonly .operation-select-cell{z-index:1;width:16px;padding:0;position:absolute;top:18px;left:12px}.operations-workspace .operation-readonly .operation-amount-cell{padding-left:25px}.operation-select-heading{align-items:center;gap:10px;display:flex}.operation-select-cell input,.operation-select-heading input{width:14px;height:14px;accent-color:var(--teal);cursor:pointer;margin:0}.operations-workspace .operation-readonly.selected{background:color-mix(in srgb,var(--teal) 10%,var(--paper));box-shadow:inset 3px 0 var(--teal)}.operation-selection-bar{border-bottom:1px solid var(--line);background:var(--paper);color:var(--ink);flex-wrap:wrap;align-items:center;gap:16px;padding:8px 12px;font-size:11px;display:flex}.operation-selection-bar small{color:var(--muted);margin-right:auto}.operation-selection-bar button{border:1px solid var(--line);background:var(--paper);color:var(--teal-dark);border-radius:5px;padding:5px 9px;font-size:10px}.operations-workspace .filter-panel.operation-multi-filters{z-index:20;grid-template-columns:repeat(4,minmax(140px,1fr)) minmax(85px,.5fr) minmax(85px,.5fr) auto;gap:8px;display:grid;position:relative;overflow:visible}.operation-filter-field{flex-direction:column;gap:5px;min-width:0;display:flex}.operation-filter-field>span{color:var(--muted);font-size:10px}.operation-directory-filter>summary{background:var(--paper);min-width:0;color:var(--ink);font-size:11px}.operation-directory-filter .multi-filter-popover{background:var(--paper);width:min(410px,100vw - 46px);color:var(--ink);border-color:var(--line);left:0;right:auto}.operation-directory-filter .multi-filter-search{background:var(--paper);min-width:0;flex-direction:row!important;display:flex!important}.operation-directory-filter .multi-filter-search input{background:0 0!important;border:0!important;width:100%!important;height:28px!important;padding:0!important;font-size:11px!important}.operation-directory-filter .multi-filter-options{border-color:var(--line);max-height:min(360px,45vh)}.operation-filter-group{margin:0}.operation-filter-group header{background:color-mix(in srgb,var(--teal) 6%,var(--paper));border-bottom:1px solid var(--line);align-items:center;gap:6px;padding:6px 4px;display:flex}.operation-filter-group header button{text-align:left;width:100%;min-height:24px;color:var(--ink);justify-content:space-between;align-items:center;gap:8px;display:flex;background:0 0!important;border:0!important;height:auto!important;padding:0!important;font-size:11px!important}.operation-filter-group header button span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.operation-filter-group header small{color:var(--muted);flex-shrink:0}.operation-filter-group>label{border-bottom:1px solid var(--line);cursor:pointer;align-items:center;min-width:0;min-height:38px;padding:5px 4px 5px 18px;flex-direction:row!important;gap:8px!important;display:flex!important}.operation-directory-filter input[type=checkbox]{min-width:14px;accent-color:var(--teal);flex:0 0 14px;-webkit-appearance:auto!important;appearance:auto!important;width:14px!important;height:14px!important;margin:0!important;padding:0!important}.operation-filter-group label>span{flex-direction:column;gap:2px;min-width:0;display:flex}.operation-filter-group label b{font-size:11px}.operation-filter-group label small{color:var(--muted);font-size:9px}.operation-directory-filter .multi-filter-actions button,.operation-directory-filter .select-found{color:var(--teal-dark);background:var(--paper);border:1px solid var(--line);border-radius:5px;height:29px!important;padding:4px 8px!important;font-size:10px!important}.operation-directory-filter .select-found{width:100%;margin-bottom:5px}.operation-directory-filter footer{color:var(--muted);justify-content:space-between;align-items:center;padding-top:6px;font-size:10px;display:flex}.operation-directory-filter footer button{height:29px!important;padding:5px 10px!important;font-size:10px!important}.operations-workspace .operation-multi-filters .filter-actions{grid-template-columns:1fr;align-self:end;gap:4px;display:grid}.operations-workspace .operation-multi-filters .filter-actions button{min-height:29px;padding:5px 9px;font-size:9px}.operations-workspace .operation-multi-filters .filter-actions .reset{border-color:var(--line);background:var(--paper);color:var(--muted)}.operations-workspace .operation-multi-filters .filter-actions button:disabled{opacity:.45;cursor:default}@media (max-width:1100px){.operations-workspace .filter-panel.operation-multi-filters{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.operations-workspace .filter-panel.operation-multi-filters{grid-template-columns:1fr}.operations-workspace .operation-readonly .operation-select-cell{top:11px;left:10px}.operations-workspace .operation-readonly .operation-amount-cell{padding-left:23px}.operation-directory-filter .multi-filter-popover{width:100%}}.operations-workspace .operation-readonly .status{flex-wrap:wrap;place-content:center flex-end;gap:3px;display:flex;flex-direction:row!important}.operations-workspace .operation-readonly .status button{flex:none}.operations-workspace .operation-allocation-projects{gap:2px!important}.operations-workspace .operation-allocation-projects>span{align-items:center;gap:4px;min-width:0;height:16px;display:flex}.operations-workspace .operation-allocation-projects>span>i{background:var(--teal);border-radius:50%;flex:0 0 5px;width:5px;height:5px}.operations-workspace .operation-allocation-projects>span>b{flex:1;min-width:0;font-size:8px;line-height:16px;color:#17494c!important}.operations-workspace .operation-allocation-projects>span>em{color:#62757e;flex:none;font-size:7px;font-style:normal;font-weight:800}.operations-workspace .operation-allocation-projects>span>strong{color:var(--teal-dark);background:#dff3f2;border-radius:8px;flex:none;padding:1px 4px;font-size:6px}.operations-workspace .operation-allocation-projects>small{color:#758790;padding-left:9px;font-size:6px!important}:is(html[data-theme=dark] .operations-workspace .operation-readonly:hover,html[data-theme=dark] .operations-workspace .operation-readonly:focus-visible){background:#1b3235}html[data-theme=dark] .operations-workspace :is(.operation-dimension-cell b,.operation-account-name){color:var(--ink)}html[data-theme=dark] .operations-workspace .operation-allocation-projects>span>b{color:#8dd8d2!important}html[data-theme=dark] .operations-workspace .operation-allocation-projects>span>em{color:#9fb1b8}@media (max-width:760px){.operations-workspace .operations-table-head{display:none}.operations-workspace .day-title{min-width:0}.operations-workspace .operation-readonly{grid-template-columns:minmax(0,1fr) 46px;gap:4px 7px;min-width:0;padding:9px 10px}.operations-workspace .operation-readonly :is(.operation-amount-cell,.operation-purpose-cell,.operation-dimension-cell,.operation-counterparty-cell){grid-column:1;padding-right:0}.operations-workspace .operation-readonly .status{grid-area:1/2/5;place-content:flex-start center;padding-top:1px!important}.operations-workspace .operation-readonly>div:nth-of-type(2),.operations-workspace .operation-readonly>div:nth-of-type(3){grid-column:1}.operations-workspace .operation-dimension-cell{border-top:1px solid var(--line);padding-top:4px}}.operations-workspace .operations-card{position:relative;overflow:auto}.operation-virtual-list{background:var(--paper);contain:layout style;flex:none;min-width:940px;position:relative}.operation-virtual-list>.operation,.operation-virtual-list>.day-title{width:100%;margin:0;position:absolute;overflow:hidden}.operation-virtual-list>.operation{min-height:0}.operation-virtual-list>.virtual-day-title{z-index:2}.operation-split-group{border-bottom:1px solid var(--line);background:var(--paper);grid-template-columns:minmax(190px,1.05fr) minmax(210px,1.2fr) minmax(590px,3.55fr);align-items:stretch;min-width:940px;display:grid;overflow:hidden;box-shadow:inset 3px 0 #75bfb6}.operation-split-group.selected{background:color-mix(in srgb,var(--teal) 10%,var(--paper));box-shadow:inset 3px 0 var(--teal)}.operation-split-group.operation-active{background:#edf9f8}.operation-split-group>.operation-select-cell{z-index:2;width:16px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.operation-split-group>.operation-select-cell input{width:14px;height:14px;accent-color:var(--teal);cursor:pointer;margin:0}.operation-split-common{border:0;border-right:1px solid var(--line);min-width:0;color:var(--ink);text-align:left;background:0 0;flex-direction:column;justify-content:center;gap:3px;padding:10px 12px;display:flex}.operation-split-common:hover{background:color-mix(in srgb,var(--teal) 6%,transparent)}.operation-split-common b,.operation-split-common small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.operation-split-common b{font-size:10px}.operation-split-common small{color:var(--muted);font-size:8px}.operation-split-amount{padding-left:37px}.operation-split-amount .amount{font-size:12px}.operation-split-amount .operation-account-name{color:#213945;font-size:8px;font-weight:800}.operation-split-amount .operation-account-number{font-size:7px}.operation-split-parts{grid-auto-rows:40px;min-width:0;display:grid}.operation-split-part{border:0;border-bottom:1px solid var(--line);min-width:0;color:var(--ink);text-align:left;background:0 0;grid-template-columns:96px minmax(200px,1fr) minmax(200px,1fr) 58px;align-items:center;gap:12px;padding:0 8px;display:grid}.operation-split-part:last-child{border-bottom:0}:is(.operation-split-part:hover,.operation-split-part:focus-visible){background:color-mix(in srgb,var(--teal) 8%,var(--paper));outline:0}.operation-split-part>span{flex-direction:column;gap:2px;min-width:0;display:flex}.operation-split-part b,.operation-split-part small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.operation-split-part b{font-size:10px}.operation-split-part small{color:var(--muted);font-size:8px}.operation-split-part-amount{align-items:center;flex-direction:row!important;gap:6px!important}.operation-split-part-amount small{min-width:24px;color:var(--teal-dark);text-align:center;background:#def2ef;border-radius:9px;padding:3px 5px;font-size:7px;font-weight:900}.operation-split-part-amount b{font-variant-numeric:tabular-nums lining-nums}.operation-split-part-category b{font-weight:900}.operation-split-part-project b{color:#213945}.operation-split-part-actions{justify-content:flex-end;align-items:center;height:100%;flex-direction:row!important;gap:6px!important}.operation-split-part-actions>i{color:#91a2ad;font-size:20px;font-style:normal}.operation-split-attachment{min-width:29px;height:22px;color:var(--teal-dark);background:#def2ef;border-radius:11px;justify-content:center;align-items:center;gap:2px;padding:0 5px;display:flex}.operation-split-attachment svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:12px;height:12px}.operation-split-attachment em{font-size:7px;font-style:normal;font-weight:900}.operations-refreshing{z-index:8;background:var(--paper);width:max-content;color:var(--teal-dark);border:1px solid #b9d9d5;border-radius:14px;align-items:center;gap:6px;padding:5px 10px;font-size:9px;font-weight:800;display:flex;position:sticky;bottom:45px;left:50%;transform:translate(-50%);box-shadow:0 5px 18px #18343a24}.operations-refreshing span{border:2px solid #cfe8e6;border-top-color:var(--teal);border-radius:50%;width:12px;height:12px;animation:.8s linear infinite global-refresh-spin}.operation-part-number{min-width:24px;height:18px;color:var(--teal-dark);background:#def2ef;border-radius:9px;place-items:center;font-size:7px;font-weight:900;display:grid}.operations-workspace .operation-allocation-row{box-shadow:inset 3px 0 #75bfb6}.operation-directory-filter .operation-filter-more{border:0;border-top:1px solid var(--line);background:var(--paper);width:100%;min-height:32px;color:var(--teal-dark);font-size:9px;font-weight:900;position:sticky;bottom:0}html[data-theme=dark] .operations-refreshing{background:var(--paper);border-color:var(--line)}html[data-theme=dark] .operation-split-group.operation-active{background:#1b3235}html[data-theme=dark] .operation-split-amount .operation-account-name,html[data-theme=dark] .operation-split-part-project b{color:var(--ink)}@media (max-width:760px){.operation-virtual-list{min-width:0}.operations-workspace .operation-virtual-list>.operation-readonly{height:178px}.operations-workspace .operation-virtual-list>.virtual-day-title{height:38px}.operation-split-group{grid-template-rows:116px auto;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-width:0}.operation-split-group>.operation-select-cell{top:38px;left:10px;transform:none}.operation-split-common{justify-content:flex-start;padding-top:18px}.operation-split-amount{padding-left:34px}.operation-split-parts{border-top:1px solid var(--line);grid-column:1/-1;grid-auto-rows:76px}.operation-split-part{grid-template-rows:1fr 1fr;grid-template-columns:88px minmax(0,1fr) 58px;gap:1px 8px;padding:6px 8px}.operation-split-part-amount{grid-row:1/3}.operation-split-part-category{grid-area:1/2}.operation-split-part-project{grid-area:2/2}.operation-split-part-actions{grid-area:1/3/3}.operations-refreshing{bottom:12px}}.property-detail-page .property-360-command{background:var(--paper);color:var(--ink);border:1px solid var(--line);box-shadow:none;padding:12px 14px}.property-detail-page .property-360-title h3{color:var(--ink);font-size:18px}.property-detail-page .property-360-title>small,.property-detail-page .property-360-command p{color:var(--muted);font-size:11px}.property-detail-page .property-360-command p{margin:5px 0}.property-detail-page .property-360-meta{gap:5px 14px}.property-detail-page .property-360-meta>span{color:var(--muted);background:0 0;border:0;padding:0;font-size:10px}.property-detail-page .property-360-command button{background:var(--paper);border-color:var(--line);color:var(--teal-dark)}.property-detail-page .property-360-command button.primary{background:var(--teal);color:#fff}.property-detail-page .property-overview-basis{color:var(--muted);justify-content:space-between;align-items:center;gap:8px;padding:3px 1px;font-size:11px;display:flex}.property-detail-page .property-overview-basis button{color:var(--teal-dark);white-space:nowrap;background:0 0;border:0;padding:3px 0;font-size:11px}.property-detail-page .property-360-scoreboard{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.property-detail-page .property-360-scoreboard>button{background:var(--paper);border:1px solid var(--line);box-shadow:none;gap:5px;min-width:0;min-height:82px;padding:10px 12px}.property-detail-page .property-360-scoreboard>button small{color:var(--muted);font-size:11px}.property-detail-page .property-360-scoreboard>button b{font-variant-numeric:tabular-nums;color:var(--ink);font-size:20px;line-height:1.2}.property-detail-page .property-360-scoreboard>button span{color:var(--muted);font-size:10px}.property-detail-page .property-360-scoreboard>button.danger{border-left:3px solid var(--coral)}.property-detail-page .property-360-scoreboard>button.danger b{color:var(--coral)}.property-detail-page .property-storage-metrics{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:8px}.property-detail-page .property-storage-metrics>button{border-top:3px solid var(--teal);min-height:78px}.property-detail-page .property-overview-disclosure{border:1px solid var(--line);background:var(--paper);border-radius:8px;min-width:0}.property-detail-page .property-overview-disclosure>summary{cursor:pointer;min-height:40px;color:var(--ink);align-items:center;gap:12px;padding:8px 12px;font-size:11px;list-style:none;display:flex}.property-detail-page .property-overview-disclosure>summary::-webkit-details-marker{display:none}.property-detail-page .property-overview-disclosure>summary>b{flex-shrink:0}.property-detail-page .property-overview-disclosure>summary>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--muted);flex:1;overflow:hidden}.property-detail-page .property-overview-disclosure>summary>em{margin-left:auto;font-size:16px;font-style:normal;transition:transform .15s}.property-detail-page .property-overview-disclosure[open]>summary>em{transform:rotate(180deg)}.property-detail-page .property-overview-disclosure[open]>summary{border-bottom:1px solid var(--line)}.property-detail-page .property-overview-disclosure>summary:focus-visible{outline:2px solid var(--teal);outline-offset:2px}.property-detail-page .property-secondary-metrics .property-360-scoreboard{padding:8px}.property-detail-page .property-secondary-metrics .property-360-scoreboard>button{min-height:76px}.property-detail-page .property-passport-disclosure>.property-passport-card{box-shadow:none;background:var(--paper);border:0}.property-detail-page .property-passport-disclosure>.property-passport-card>header{justify-content:flex-end;padding:8px 12px}.property-detail-page .property-passport-disclosure>.property-passport-card>header>div:first-child{display:none}.property-detail-page .property-passport-warning{white-space:nowrap;color:var(--amber);font-size:10px;font-weight:600}.property-detail-page .property-360-workspace{align-items:start;gap:10px}.property-detail-page .property-compact-panel{background:var(--paper);border:1px solid var(--line);box-shadow:none;min-width:0}.property-detail-page .property-compact-panel>header{border-color:var(--line);padding:11px 12px}.property-detail-page .property-compact-panel>header b{font-size:12px}.property-detail-page .property-floor-scroll{max-height:300px}.property-detail-page .property-floor>span,.property-detail-page .property-floor button{background:var(--paper);color:var(--ink);border-color:var(--line)}.property-detail-page .property-floor button:hover{background:var(--canvas)}.property-detail-page .property-floor button :is(b,small,em){color:var(--ink)}.property-detail-page .property-next-events time{background:var(--canvas);color:var(--ink)}.property-detail-page .property-next-events time.overdue{color:var(--coral)}.property-detail-page .property-next-events time.soon,.property-detail-page .property-next-events time.today{color:var(--amber)}.property-detail-page .property-finance-table button{min-height:31px}@media (max-width:1100px){.property-detail-page .property-360-workspace{grid-template-columns:1fr 1fr}.property-detail-page .property-floor-card{grid-column:1/-1}}@media (max-width:700px){.property-detail-page .property-360-scoreboard{grid-template-columns:repeat(2,minmax(0,1fr))}.property-detail-page .property-storage-metrics{grid-template-columns:1fr}.property-detail-page .property-360-workspace{grid-template-columns:minmax(0,1fr)}.property-detail-page .property-overview-basis{flex-direction:column;align-items:flex-start}.property-detail-page .property-overview-disclosure>summary{flex-wrap:wrap;gap:6px}.property-detail-page .property-360-scoreboard>button b{font-size:17px}}.data-state-notice{border:1px solid var(--line);background:var(--paper);color:var(--ink);border-radius:8px;align-items:center;gap:10px;min-width:0;margin:8px 0;padding:10px 12px;font-size:12px;display:flex}.data-state-notice>i{flex:none;font-size:18px;font-style:normal}.data-state-notice>div{gap:3px;min-width:0;display:grid}.data-state-notice span{color:var(--muted);overflow-wrap:anywhere;line-height:1.45}.data-state-notice button{border:1px solid var(--line);background:var(--paper);color:var(--teal);border-radius:6px;flex:none;margin-left:auto;padding:6px 10px}.data-state-notice.state-error{border-color:#dc8a87}.data-state-notice.state-error>i{color:#d65550}.data-state-notice.state-partial{border-color:#d3ae70}.data-state-notice.state-partial>i{color:#bc853a}.data-state-notice.state-loading>i{color:var(--teal)}.semantic-kpis .unavailable b,.quality-unknown{color:var(--muted)}.dashboard-period-controls{border-top:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:7px;margin-top:12px;padding:9px 0;font-size:12px;display:flex}.dashboard-period-controls button,.dashboard-period-controls input{background:var(--paper);color:var(--ink);border:1px solid var(--line);border-radius:6px;padding:6px 8px}.dashboard-period-controls label{align-items:center;gap:5px;display:flex}.dashboard-period-controls>span{color:var(--muted);margin-left:auto}.dashboard-source-note{color:var(--muted);margin:0 0 10px;font-size:11px;line-height:1.5}.dashboard-period-chart{gap:10px;height:170px;padding-bottom:6px;display:flex;overflow-x:auto}.dashboard-period-chart .month-column{color:var(--muted);cursor:pointer;background:0 0;border:0;flex-direction:column;flex:1 0 72px;justify-content:flex-end;min-width:72px;padding:0;display:flex}.dashboard-period-chart .month-column>div{flex:none;justify-content:center;align-items:flex-end;gap:5px;width:100%;height:125px;display:flex}.dashboard-period-chart .month-column>span{white-space:nowrap;margin-top:5px;font-size:10px}.dashboard-period-chart button:focus-visible{outline:2px solid var(--teal);outline-offset:-2px}.custom-widget-click[aria-disabled=true]{cursor:default;opacity:.7}.quality-unknown{background:var(--paper);border:1px solid var(--line)}@media (max-width:700px){.data-state-notice{flex-wrap:wrap}.data-state-notice button{margin-left:28px}.dashboard-period-controls>span{width:100%}}.property-floor button.unconfirmed{background:var(--paper);border:1px dashed var(--line);color:var(--muted)}.shop-native{color:var(--ink);gap:9px;padding:10px 0 24px;display:grid}.shop-native-head{border:1px solid var(--line);background:var(--paper);border-radius:9px;justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:9px 11px;display:flex}.shop-native-head>div{align-items:center;gap:9px;display:flex}.shop-native-head>div:first-child>span{background:var(--teal);color:#fff;border-radius:8px;place-items:center;width:34px;height:34px;font-size:8px;font-weight:900;display:grid}.shop-native-head h2{margin:1px 0 0;font-size:17px;line-height:1}.shop-native-head small{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:8px}.shop-native-head em{color:var(--teal-dark);background:#def2f0;border-radius:12px;padding:5px 8px;font-size:8px;font-style:normal;font-weight:900}.shop-native-head>div:last-child{margin-left:auto}.shop-native-head button,.shop-native-head a{border:1px solid var(--line);background:var(--paper);height:30px;color:var(--teal-dark);border-radius:6px;align-items:center;padding:0 9px;font-size:9px;font-weight:900;text-decoration:none;display:inline-flex}.shop-native-head button:disabled{opacity:.55}.shop-native-tabs{border-bottom:1px solid var(--line);align-items:end;gap:17px;height:39px;padding:0 4px;display:flex}.shop-native-tabs button{height:39px;color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;padding:0 1px;font-size:10px;font-weight:800}.shop-native-tabs button.active{color:var(--teal-dark);border-bottom-color:var(--teal)}.shop-native-tabs span{background:var(--canvas);border-radius:9px;margin-left:5px;padding:2px 5px;font-size:8px}.shop-native-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.shop-native-kpis article{border:1px solid var(--line);background:var(--paper);border-radius:8px;gap:4px;min-width:0;min-height:77px;padding:10px 12px;display:grid}.shop-native-kpis small,.shop-native-kpis span{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.shop-native-kpis b{font-variant-numeric:tabular-nums;font-size:17px}.shop-native-pulse{grid-template-columns:minmax(0,2.35fr) minmax(250px,.65fr);align-items:start;gap:8px;display:grid}.shop-native-pulse>section,.shop-native-pulse>aside{border:1px solid var(--line);background:var(--paper);border-radius:8px;overflow:hidden}.shop-native-pulse>section>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:38px;padding:0 11px;font-size:10px;display:flex}.shop-native-pulse>section>header button{color:var(--teal-dark);background:0 0;border:0;font-size:9px;font-weight:800}.shop-native-pulse article{border-bottom:1px solid var(--line);grid-template-columns:85px minmax(125px,.8fr) minmax(190px,1.4fr) 100px 95px;align-items:center;gap:9px;min-height:46px;padding:6px 10px;font-size:9px;display:grid}.shop-native-pulse article:last-child{border-bottom:0}.shop-native-pulse time{color:var(--muted);font-size:8px}.shop-native-pulse article span{gap:2px;min-width:0;display:grid}.shop-native-pulse article b,.shop-native-pulse article small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.shop-native-pulse article small{color:var(--muted);font-size:8px}.shop-native-pulse article strong{text-align:right;font-variant-numeric:tabular-nums}.shop-native-pulse>aside{gap:5px;padding:11px;display:grid}.shop-native-pulse>aside>b{margin-bottom:3px;font-size:10px}.shop-native-pulse>aside>span{border-top:1px solid var(--line);grid-template-columns:7px 1fr auto;align-items:center;gap:7px;height:37px;display:grid}.shop-native-pulse>aside i{background:#34ae8c;border-radius:50%;width:6px;height:6px}.shop-native-pulse>aside i.warn{background:#ed9a4a}.shop-native-pulse>aside small{color:var(--muted);font-size:9px}.shop-native-pulse>aside strong{font-size:12px}.shop-native-pulse>aside footer{border-top:1px solid var(--line);color:var(--muted);padding-top:8px;font-size:8px}.shop-status{color:#5c6d78;white-space:nowrap;background:#e8eef4;border-radius:11px;justify-content:center;align-items:center;min-height:21px;padding:3px 7px;font-size:8px;font-style:normal;font-weight:900;display:inline-flex}.shop-status.new,.shop-status.confirmed{color:#2580a1;background:#e6f4fb}.shop-status.paid,.shop-status.shipped,.shop-status.done{color:#16805e;background:#e1f4eb}.shop-status.canceled,.shop-status.returned{color:#c1504c;background:#fae7e5}.shop-status.delivery_attention{color:#a56b22;background:#fff1dd}.shop-native-toolbar{align-items:center;gap:7px;min-height:38px;display:flex}.shop-native-toolbar label{border:1px solid var(--line);background:var(--paper);min-width:280px;max-width:520px;height:31px;color:var(--muted);border-radius:6px;flex:1;align-items:center;gap:6px;padding:0 9px;display:flex}.shop-native-toolbar input{outline:0;width:100%;font-size:10px;color:var(--ink)!important;background:0 0!important;border:0!important}.shop-native-toolbar select,.shop-native-table select{border:1px solid var(--line);background:var(--paper);height:31px;color:var(--ink);border-radius:6px;padding:0 8px;font-size:9px}.shop-native-toolbar>small{color:var(--muted);margin-left:auto;font-size:9px}.shop-native-table{border:1px solid var(--line);background:var(--paper);border-radius:8px;overflow:auto}.shop-native-table>header,.shop-native-table>article{border-bottom:1px solid var(--line);align-items:center;gap:9px;min-width:950px;padding:0 10px;display:grid}.shop-native-table.products>header,.shop-native-table.products>article{grid-template-columns:minmax(260px,1.5fr) minmax(145px,.75fr) 110px 90px 90px 110px}.shop-native-table>header{background:var(--canvas);height:31px;color:var(--muted);font-size:8px;font-weight:800}.shop-native-table>article{min-height:48px;font-size:9px}.shop-native-table>article:last-of-type{border-bottom:0}.shop-native-table article>span{gap:2px;min-width:0;display:grid}.shop-native-table article b,.shop-native-table article small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.shop-native-table article small{color:var(--muted);font-size:8px}.shop-native-table article strong{font-variant-numeric:tabular-nums}.shop-native-table.orders article>strong{text-align:right}.shop-native-table .positive{color:#16805e}.shop-native-table .negative{color:#cc514d}.shop-product-state{border-radius:10px;justify-self:start;padding:4px 7px;font-size:8px;font-style:normal;font-weight:900}.shop-product-state.active{color:#16805e;background:#e1f4eb}.shop-product-state.paused{color:#687984;background:#eef1f4}.shop-native-empty{text-align:center;color:var(--muted);padding:35px;font-size:10px}html[data-theme=dark] .shop-native-head em{color:#8bdad4;background:#193f40}html[data-theme=dark] .shop-status{color:#c8d1d5;background:#33434d}html[data-theme=dark] .shop-status.new,html[data-theme=dark] .shop-status.confirmed{color:#86d2eb;background:#183d4a}html[data-theme=dark] .shop-status.paid,html[data-theme=dark] .shop-status.shipped,html[data-theme=dark] .shop-status.done{color:#7ad2ae;background:#173e34}html[data-theme=dark] .shop-status.canceled,html[data-theme=dark] .shop-status.returned{color:#f0a09b;background:#4b2929}html[data-theme=dark] .shop-status.delivery_attention{color:#efbf7d;background:#4c3821}html[data-theme=dark] .shop-product-state.active{color:#7ad2ae;background:#173e34}html[data-theme=dark] .shop-product-state.paused{color:#c8d1d5;background:#33434d}@media (max-width:1100px){.shop-native-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-native-pulse{grid-template-columns:minmax(0,1fr)}.shop-native-pulse>aside{grid-template-columns:repeat(3,minmax(0,1fr))}.shop-native-pulse>aside>b,.shop-native-pulse>aside>footer{grid-column:1/-1}}@media (max-width:700px){.shop-native-head{flex-direction:column;align-items:flex-start}.shop-native-head>div:last-child{margin-left:0}.shop-native-head em{display:none}.shop-native-kpis{grid-template-columns:minmax(0,1fr)}.shop-native-pulse article{grid-template-columns:82px 1fr 80px}.shop-native-pulse article>span:nth-of-type(2){display:none}.shop-native-pulse>aside{grid-template-columns:minmax(0,1fr)}.shop-native-pulse>aside>b,.shop-native-pulse>aside>footer{grid-column:auto}.shop-native-toolbar{flex-wrap:wrap}.shop-native-toolbar label{min-width:100%;max-width:none}}.shop-management{gap:9px;display:grid}.shop-management-head{border:1px solid var(--line);background:var(--paper);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;min-height:64px;padding:10px 12px;display:flex}.shop-management-head small{color:var(--teal-dark);text-transform:uppercase;letter-spacing:.08em;font-size:8px;font-weight:900}.shop-management-head h3{margin:2px 0;font-size:16px}.shop-management-head p{color:var(--muted);margin:0;font-size:9px}.shop-management-head>strong{background:var(--teal-soft);min-width:34px;height:28px;color:var(--teal-dark);border-radius:14px;place-items:center;font-size:11px;display:grid}.shop-management-list{border:1px solid var(--line);background:var(--paper);border-radius:8px;overflow:auto}.shop-management-list>article{border-bottom:1px solid var(--line);grid-template-columns:minmax(180px,.8fr) minmax(240px,1.2fr) 105px 100px 95px;align-items:center;gap:10px;min-width:780px;min-height:50px;padding:7px 11px;font-size:9px;display:grid}.shop-management-list>article:last-child{border-bottom:0}.shop-management-list article>span{gap:2px;min-width:0;display:grid}.shop-management-list article b,.shop-management-list article small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.shop-management-list article small{color:var(--muted);font-size:8px}.shop-management-list article>strong{text-align:right;font-variant-numeric:tabular-nums}.shop-management-list article>em{background:var(--canvas);color:var(--muted);border-radius:10px;justify-self:start;padding:4px 7px;font-size:8px;font-style:normal;font-weight:800}.shop-management-list article>button,.shop-management-list article>select{border:1px solid var(--line);background:var(--paper);height:28px;color:var(--teal-dark);border-radius:6px;padding:0 8px;font-size:8px;font-weight:800}.shop-management-list.messages>article{grid-template-columns:minmax(165px,.65fr) minmax(190px,.75fr) minmax(300px,1.6fr) 110px}.shop-management-list.messages p{margin:0;line-height:1.45}.shop-management-list.products>article{grid-template-columns:minmax(260px,1.4fr) minmax(170px,.8fr) 110px 100px 85px}.shop-management-kpis{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;display:grid}.shop-management-kpis article{border:1px solid var(--line);background:var(--paper);border-radius:8px;align-content:center;gap:5px;min-height:68px;padding:10px;display:grid}.shop-management-kpis small{color:var(--muted);font-size:8px}.shop-management-kpis b{font-variant-numeric:tabular-nums;font-size:15px}.shop-analytics-chart{border:1px solid var(--line);background:var(--paper);border-radius:8px;align-items:end;gap:4px;height:190px;padding:18px 13px 9px;display:flex;overflow:hidden}.shop-analytics-chart>span{flex-direction:column;flex:1;justify-content:end;align-items:center;gap:4px;min-width:7px;height:100%;display:flex}.shop-analytics-chart i{background:linear-gradient(180deg,var(--teal),var(--teal-dark));border-radius:3px 3px 1px 1px;width:100%;max-width:26px;min-height:3px}.shop-analytics-chart small{color:var(--muted);font-size:7px}.shop-management-split{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.shop-management-split>section,.shop-storefront-grid>section{border:1px solid var(--line);background:var(--paper);border-radius:8px;align-content:start;gap:6px;padding:11px;display:grid}.shop-management-split h4,.shop-storefront-grid h4{margin:0 0 4px;font-size:10px}.shop-management-split p{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:34px;margin:0;font-size:9px;display:flex}.shop-management-split small{color:var(--muted);font-size:8px}.shop-storefront-grid{grid-template-columns:repeat(2,minmax(0,1fr)) minmax(210px,.65fr);align-items:start;gap:8px;display:grid}.shop-storefront-grid h4 span{float:right;color:var(--muted)}.shop-storefront-grid>section>article{border-top:1px solid var(--line)}.shop-storefront-grid>section>article>button{width:100%;min-height:39px;color:var(--ink);text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;padding:5px 0;display:flex}.shop-storefront-grid article span{gap:2px;display:grid}.shop-storefront-grid article small{color:var(--muted);font-size:8px}.shop-storefront-grid article em{color:var(--teal-dark);font-size:8px;font-style:normal}.shop-storefront-grid article>div{gap:6px;padding-bottom:8px;display:grid}.shop-storefront-grid textarea{resize:vertical;border:1px solid var(--line);background:var(--canvas);width:100%;min-height:150px;color:var(--ink);border-radius:6px;padding:8px;font:9px/1.45 ui-monospace,Consolas,monospace}.shop-storefront-grid article>div>button{background:var(--teal);color:#fff;border:0;border-radius:6px;justify-self:end;height:28px;padding:0 10px;font-size:8px;font-weight:900}.shop-storefront-grid>section>p{border-top:1px solid var(--line);gap:2px;margin:0;padding:7px 0;display:grid}.shop-storefront-grid>section>p small{color:var(--muted);font-size:8px}.shop-management-modal{z-index:130;background:#0c1c267a;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.shop-management-modal>form{border:1px solid var(--line);background:var(--paper);border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:min(680px,96vw);max-height:90vh;padding:14px;display:grid;overflow:auto;box-shadow:0 24px 70px #00000040}.shop-management-modal header,.shop-management-modal footer,.shop-management-modal .wide{grid-column:1/-1}.shop-management-modal header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:start;padding-bottom:9px;display:flex}.shop-management-modal header small{color:var(--muted);font-size:8px}.shop-management-modal h3{margin:2px 0;font-size:16px}.shop-management-modal header button{color:var(--muted);background:0 0;border:0;font-size:20px}.shop-management-modal label{color:var(--muted);gap:4px;font-size:8px;display:grid}.shop-management-modal input,.shop-management-modal textarea{border:1px solid var(--line);background:var(--canvas);min-height:34px;color:var(--ink);font:inherit;border-radius:6px;padding:7px 8px}.shop-management-modal textarea{resize:vertical;min-height:90px}.shop-management-modal .check{align-items:center;gap:7px;display:flex}.shop-management-modal footer{border-top:1px solid var(--line);justify-content:flex-end;gap:7px;padding-top:10px;display:flex}.shop-management-modal footer button{border:1px solid var(--line);background:var(--paper);height:31px;color:var(--ink);border-radius:6px;padding:0 11px;font-size:9px}.shop-management-modal footer button.primary{background:var(--teal);border-color:var(--teal);color:#fff;font-weight:900}html[data-theme=dark] .shop-management-head>strong{color:#8bdad4;background:#193f40}html[data-theme=dark] .shop-analytics-chart i{background:linear-gradient(#3bc2bc,#168d8a)}@media (max-width:1100px){.shop-native-tabs{align-items:end;overflow-x:auto}.shop-native-tabs button{flex:none}.shop-management-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.shop-storefront-grid,.shop-management-split{grid-template-columns:minmax(0,1fr)}}@media (max-width:700px){.shop-management-head{align-items:flex-start}.shop-management-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-management-modal>form{grid-template-columns:minmax(0,1fr)}.shop-management-modal label{grid-column:1/-1}}.shop-native-bulk{background:#effaf9;border:1px solid #9edbd7;border-radius:7px;align-items:center;gap:7px;min-height:38px;padding:5px 8px;font-size:9px;display:flex}.shop-native-bulk b{margin-right:auto}.shop-native-bulk select,.shop-native-bulk button{border:1px solid var(--line);background:var(--paper);height:28px;color:var(--ink);border-radius:6px;padding:0 9px;font-size:9px}.shop-native-bulk button:first-of-type{background:var(--teal);border-color:var(--teal);color:#fff;font-weight:900}.shop-native-bulk button:disabled{opacity:.5}.shop-native-table.orders>header,.shop-native-table.orders>article{grid-template-columns:20px 105px minmax(150px,.9fr) minmax(210px,1.25fr) minmax(175px,1fr) 105px 130px}.shop-native-table.orders>article.selected{background:#f1fbfa}.shop-native-table.orders input[type=checkbox]{width:13px;height:13px;accent-color:var(--teal);margin:0}.shop-order-open{text-align:left;width:100%;min-width:0;color:var(--ink);font:inherit;cursor:pointer;background:0 0;border:0;gap:2px;padding:6px 0;display:grid}.shop-order-open:hover b{color:var(--teal-dark)}.shop-order-open b,.shop-order-open small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.shop-order-open small{color:var(--muted);font-size:8px}.shop-order-backdrop{z-index:1200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#14222b7a;justify-content:flex-end;padding:8px;display:flex;position:fixed;inset:0}.shop-order-drawer{border:1px solid var(--line);background:var(--paper);border-radius:11px;grid-template-rows:auto auto minmax(0,1fr) auto;width:min(1180px,100vw - 92px);height:calc(100vh - 16px);display:grid;overflow:hidden;box-shadow:0 20px 70px #0c1b2447}.shop-order-drawer>header{border-bottom:1px solid var(--line);grid-template-columns:1fr auto 32px;align-items:center;gap:10px;min-height:57px;padding:9px 14px;display:grid}.shop-order-drawer>header small{text-transform:uppercase;letter-spacing:.08em;color:var(--teal-dark);font-size:8px;font-weight:900}.shop-order-drawer>header h2{margin:2px 0 0;font-size:18px}.shop-order-drawer>header>button{width:30px;height:30px;color:var(--muted);background:0 0;border:0;font-size:22px}.shop-order-notice{color:var(--teal-dark);background:#eef9f8;border-bottom:1px solid #bde6e2;margin:0;padding:8px 14px;font-size:9px}.shop-order-drawer>main{min-height:0;padding:11px 13px;overflow:auto}.shop-order-drawer>footer{border-top:1px solid var(--line);min-height:42px;color:var(--muted);justify-content:space-between;align-items:center;gap:12px;padding:8px 13px;font-size:8px;display:flex}.shop-order-drawer>footer a{color:var(--teal-dark);white-space:nowrap;font-weight:900;text-decoration:none}.shop-order-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-bottom:9px;display:grid}.shop-order-summary>span{border:1px solid var(--line);background:var(--canvas);border-radius:7px;align-content:center;gap:3px;min-height:58px;padding:8px 10px;display:grid}.shop-order-summary small{color:var(--muted);font-size:8px}.shop-order-summary b{font-variant-numeric:tabular-nums;font-size:14px}.shop-order-columns{grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr);align-items:start;gap:9px;display:grid}.shop-order-columns>section,.shop-order-columns>aside>section{border:1px solid var(--line);background:var(--paper);border-radius:8px;overflow:hidden}.shop-order-columns h3{border-bottom:1px solid var(--line);margin:0;padding:10px 11px;font-size:10px}.shop-order-columns>aside{gap:8px;display:grid}.shop-order-items>article{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) 100px 115px;align-items:center;gap:9px;min-height:62px;padding:8px 11px;font-size:9px;display:grid;position:relative}.shop-order-items>article:last-child{border-bottom:0}.shop-order-items>article>div{gap:3px;min-width:0;display:grid}.shop-order-items b,.shop-order-items small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.shop-order-items small{color:var(--muted);font-size:8px}.shop-order-items>article>strong{text-align:right}.shop-order-items>article>em{border-radius:10px;justify-self:end;padding:4px 7px;font-size:8px;font-style:normal;font-weight:900}.shop-order-items>article>em.linked{color:#16805e;background:#e1f4eb}.shop-order-items>article>em.unlinked{color:#a56b22;background:#fff1dd}.shop-order-items details{border-top:1px dashed var(--line);grid-column:1/-1;padding-top:6px}.shop-order-items summary{color:var(--teal-dark);cursor:pointer;font-size:8px;font-weight:900}.shop-order-items details>span{color:var(--muted);justify-content:space-between;padding:4px 0;display:flex}.shop-order-info-grid{background:var(--canvas);border-top:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:8px;display:grid}.shop-order-info-grid>section{border:1px solid var(--line);background:var(--paper);border-radius:6px;align-content:start;gap:4px;min-height:88px;padding:8px 9px;font-size:9px;display:grid}.shop-order-info-grid small,.shop-order-info-grid span{color:var(--muted);overflow-wrap:anywhere;font-size:8px}.shop-order-saby{padding-bottom:9px}.shop-order-saby>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:9px 10px;display:flex}.shop-order-saby>header div{display:grid}.shop-order-saby>header small{text-transform:uppercase;color:var(--muted);font-size:7px}.shop-order-saby>header em{border-radius:10px;padding:4px 7px;font-size:8px;font-style:normal}.shop-order-saby>header em.ready{color:#16805e;background:#e1f4eb}.shop-order-saby>header em.muted{color:var(--muted);background:#eef1f4}.shop-order-saby>p,.shop-order-saby>footer{color:var(--muted);margin:0;padding:9px 10px;font-size:8px;line-height:1.45}.shop-order-saby>div{flex-wrap:wrap;gap:5px;padding:0 10px;display:flex}.shop-order-saby button{border:1px solid var(--line);background:var(--paper);height:27px;color:var(--ink);border-radius:6px;padding:0 8px;font-size:8px;font-weight:800}.shop-order-saby button.primary{background:var(--teal);border-color:var(--teal);color:#fff}.shop-order-saby button.danger{color:#c1504c;border-color:#edb7b3}.shop-order-saby button:disabled{opacity:.5}.shop-finance-candidates{display:grid}.shop-finance-candidates>a{border-bottom:1px solid var(--line);color:var(--ink);grid-template-columns:minmax(0,1fr) auto;gap:3px 8px;padding:8px 10px;font-size:8px;text-decoration:none;display:grid}.shop-finance-candidates>a:hover{background:var(--canvas)}.shop-finance-candidates>a>span{min-width:0;display:grid}.shop-finance-candidates small{color:var(--muted)}.shop-finance-candidates em{color:var(--teal-dark);grid-column:1/-1;font-size:7px;font-style:normal}.shop-finance-candidates>p,.shop-order-columns>aside>section>p{color:var(--muted);margin:0;padding:9px 10px;font-size:8px;line-height:1.45}.shop-order-history{max-height:180px;overflow:auto}.shop-order-history p{border-bottom:1px solid var(--line);grid-template-columns:78px 1fr;gap:2px 7px;display:grid!important}.shop-order-history time{color:var(--muted)}.shop-order-history span{color:var(--muted);grid-column:1/-1}.shop-order-fulfillment,.shop-order-returns{padding-bottom:9px}.shop-order-fulfillment>header,.shop-order-returns>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:8px;min-height:42px;padding:8px 10px;display:flex}.shop-order-fulfillment>header>div,.shop-order-returns>header>div{display:grid}.shop-order-fulfillment>header small,.shop-order-returns>header small{text-transform:uppercase;color:var(--muted);font-size:7px}.shop-order-fulfillment>header em{color:var(--muted);background:#eef1f4;border-radius:10px;padding:4px 7px;font-size:8px;font-style:normal}.shop-order-fulfillment>header em.ready{color:#16805e;background:#e1f4eb}.shop-order-fulfillment>header em.warn{color:#b66b22;background:#fff0dc}.shop-shipment-state{grid-template-columns:1fr 1fr;gap:6px;padding:8px 10px;display:grid}.shop-shipment-state span{gap:2px;display:grid}.shop-shipment-state small{color:var(--muted);font-size:7px}.shop-shipment-state b{overflow-wrap:anywhere;font-size:9px}.shop-order-fulfillment>p{margin:0!important;padding:5px 10px!important}.shop-order-fulfillment>p.warning,.shop-order-returns p.warning{color:#a25e18;background:#fff8ec}.shop-order-fulfillment>p.error{color:#bd4b46;background:#fff2f1}.shop-order-fulfillment>footer{color:var(--muted);padding:7px 10px;font-size:8px}.shop-fulfillment-actions{flex-wrap:wrap;gap:5px;padding:6px 10px;display:flex}.shop-fulfillment-actions button,.shop-new-return,.shop-complete-return,.shop-recover-refund,.shop-return-inline button,.shop-return-create button,.shop-return-logistics button{border:1px solid var(--line);background:var(--paper);min-height:27px;color:var(--ink);border-radius:6px;padding:0 8px;font-size:8px;font-weight:800}.shop-fulfillment-actions button.primary,.shop-return-inline button.primary,.shop-return-create button.primary{background:var(--teal);border-color:var(--teal);color:#fff}.shop-fulfillment-actions button.danger,.shop-return-inline button.danger-money{color:#b74540;border-color:#e8aaa7}.shop-order-fulfillment button:disabled,.shop-order-returns button:disabled{opacity:.48}.shop-order-returns>header>span{background:var(--canvas);border-radius:11px;place-items:center;min-width:21px;height:21px;font-size:8px;font-weight:900;display:grid}.shop-order-returns>article{border-bottom:1px solid var(--line);padding-bottom:7px}.shop-return-title{justify-content:space-between;align-items:flex-start;gap:8px;padding:8px 10px;display:flex}.shop-return-title>span{gap:2px;min-width:0;display:grid}.shop-return-title small{color:var(--muted);font-size:8px}.shop-return-title em{color:var(--muted);background:#eef1f4;border-radius:10px;flex:none;padding:4px 6px;font-size:7px;font-style:normal;font-weight:900}.shop-return-title em.approved,.shop-return-title em.refunded,.shop-return-title em.done{color:#16805e;background:#e1f4eb}.shop-return-title em.new,.shop-return-title em.review{color:#317d99;background:#e7f4fa}.shop-return-title em.rejected{color:#b74540;background:#fde9e7}.shop-return-money{color:var(--muted);grid-template-columns:1fr 1fr;gap:6px;padding:0 10px 5px;font-size:8px;display:grid}.shop-return-money b{color:var(--ink);font-variant-numeric:tabular-nums}.shop-return-inline{align-items:end;gap:6px;padding:6px 10px;display:flex}.shop-return-inline label{color:var(--muted);flex:1;gap:3px;font-size:7px;display:grid}.shop-return-inline input,.shop-return-create input,.shop-return-create select,.shop-return-create textarea,.shop-return-logistics input,.shop-return-logistics textarea{border:1px solid var(--line);background:var(--paper);width:100%;min-height:28px;color:var(--ink);font:inherit;border-radius:5px;padding:5px 7px}.shop-return-logistics textarea,.shop-return-create textarea{resize:vertical;min-height:48px}.shop-order-returns details{border-top:1px dashed var(--line);margin-top:5px}.shop-order-returns details>summary{color:var(--teal-dark);cursor:pointer;padding:7px 10px;font-size:8px}.shop-return-logistics,.shop-return-create{grid-template-columns:1fr 1fr;gap:7px;padding:8px 10px;display:grid}.shop-return-logistics label,.shop-return-create label{color:var(--muted);align-content:start;gap:3px;font-size:7px;display:grid}.shop-return-logistics .wide,.shop-return-create .wide{grid-column:1/-1}.shop-return-logistics label.check{align-items:center;gap:5px;display:flex}.shop-return-logistics label.check input{width:13px;min-height:13px}.shop-return-create>div{grid-column:1/-1;justify-content:flex-end;gap:5px;display:flex}.shop-new-return,.shop-complete-return,.shop-recover-refund{margin:8px 10px}.shop-new-return{color:var(--teal-dark);border-color:#8dd4cf}.shop-recover-refund{color:#a25e18;border-color:#e4bd8e;height:auto;padding:6px 8px}html[data-theme=dark] .shop-native-bulk,html[data-theme=dark] .shop-order-notice{color:#9fe0dc;background:#183d3c;border-color:#2e6663}html[data-theme=dark] .shop-native-table.orders>article.selected{background:#153737}html[data-theme=dark] .shop-order-backdrop{background:#02080cb3}html[data-theme=dark] .shop-order-items>article>em.linked,html[data-theme=dark] .shop-order-saby>header em.ready,html[data-theme=dark] .shop-order-fulfillment>header em.ready,html[data-theme=dark] .shop-return-title em.approved,html[data-theme=dark] .shop-return-title em.refunded,html[data-theme=dark] .shop-return-title em.done{color:#7ad2ae;background:#173e34}html[data-theme=dark] .shop-order-items>article>em.unlinked,html[data-theme=dark] .shop-order-fulfillment>header em.warn,html[data-theme=dark] .shop-order-fulfillment>p.warning,html[data-theme=dark] .shop-order-returns p.warning{color:#efbf7d;background:#4c3821}html[data-theme=dark] .shop-order-fulfillment>p.error,html[data-theme=dark] .shop-return-title em.rejected{color:#f0a09b;background:#4b2929}@media (max-width:900px){.shop-order-drawer{width:calc(100vw - 16px)}.shop-order-columns{grid-template-columns:minmax(0,1fr)}.shop-order-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.shop-order-info-grid{grid-template-columns:minmax(0,1fr)}.shop-order-items>article{grid-template-columns:minmax(0,1fr) auto}.shop-order-items>article>em{grid-column:1/-1;justify-self:start}.shop-order-drawer>footer span{display:none}}.finance-obligations-page{color:var(--ink,#263442);flex-direction:column;gap:10px;font-size:13px;display:flex}.finance-obligations-heading{justify-content:space-between;align-items:center;display:flex}.finance-obligations-heading small,.finance-obligation-detail>header small,.obligation-modal header small{color:#168d8a;letter-spacing:.08em;font-size:10px;font-weight:800}.finance-obligations-heading h2{margin:2px 0;font-size:24px}.finance-obligations-heading p{color:var(--muted,#7b8b9c);margin:0}.finance-obligations-page button,.finance-obligations-page select,.finance-obligations-page input,.finance-obligations-page textarea{font:inherit}.finance-obligations-page button{cursor:pointer}.finance-obligations-page button.primary,.obligation-modal button.primary{color:#fff;background:#24a9a5;border-color:#24a9a5;font-weight:750}.finance-obligations-heading>button{border:1px solid #24a9a5;border-radius:8px;padding:10px 14px}.finance-obligations-error{color:#b94338;background:#fff1ef;border:1px solid #efb0a9;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;display:flex}.finance-obligations-error button{background:0 0;border:0;margin-left:auto}.finance-obligations-kpis{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.finance-obligations-kpis article{border:1px solid var(--line,#dae2e9);background:var(--card,#fff);border-radius:10px;min-width:0;padding:10px 12px}.finance-obligations-kpis small{color:var(--muted,#7b8b9c);font-size:11px;display:block}.finance-obligations-kpis b{margin:3px 0;font-size:18px;display:block}.finance-obligations-kpis span{color:var(--muted,#7b8b9c);font-size:10px}.finance-obligations-kpis .danger{background:#fff7f5;border-color:#f3b1aa}.finance-obligations-kpis .danger b,.negative{color:#d95246}.positive{color:#138c61}.finance-obligations-filters{grid-template-columns:minmax(260px,1fr) 250px 170px auto;gap:7px;display:grid}.finance-obligations-filters>*{border:1px solid var(--line,#d9e2e8);background:var(--card,#fff);height:36px;color:inherit;border-radius:7px;padding:0 10px}.finance-obligations-filters .search{align-items:center;gap:6px;display:flex}.finance-obligations-filters .search input{background:0 0;border:0;outline:0;width:100%}.finance-obligations-workspace{grid-template-columns:minmax(560px,.92fr) minmax(660px,1.08fr);align-items:start;gap:10px;display:grid}.finance-obligations-register,.finance-obligation-detail{border:1px solid var(--line,#d9e2e8);background:var(--card,#fff);border-radius:10px;overflow:hidden}.finance-obligations-register>header,.finance-obligations-register>button{text-align:left;grid-template-columns:minmax(190px,1.5fr) 105px 105px 115px minmax(125px,1fr);align-items:center;gap:8px;width:100%;display:grid}.finance-obligations-register>header{background:var(--surface-soft,#f5f8fa);color:var(--muted,#7b8b9c);text-transform:uppercase;padding:8px 12px;font-size:10px;font-weight:750}.finance-obligations-register>button{border:0;border-top:1px solid var(--line,#e2e8ed);color:inherit;background:0 0;padding:10px 12px}.finance-obligations-register>button:hover,.finance-obligations-register>button.active{background:#ebf8f7}.finance-obligations-register>button.active{box-shadow:inset 3px 0 #24a9a5}.finance-obligations-register>button.overdue{box-shadow:inset 3px 0 #ef6b64}.finance-obligations-register b,.finance-obligations-register strong{font-size:12px}.finance-obligations-register small{color:var(--muted,#7b8b9c);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:9.5px;display:block;overflow:hidden}.finance-obligations-register em{color:#16845d;background:#e4f5ed;border-radius:12px;width:max-content;padding:3px 6px;font-size:9px;font-style:normal;font-weight:750;display:block}.finance-obligations-register .overdue em{color:#c64e43;background:#fee7e4}.finance-obligation-detail{max-height:calc(100vh - 255px);overflow:auto}.finance-obligation-detail>header{z-index:2;border-bottom:1px solid var(--line,#d9e2e8);background:var(--card,#fff);justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex;position:sticky;top:0}.finance-obligation-detail>header h3{margin:2px 0;font-size:19px}.finance-obligation-detail>header p{color:var(--muted,#7b8b9c);margin:0;font-size:11px}.finance-obligation-detail>header select{border:1px solid var(--line,#d9e2e8);background:var(--card,#fff);color:inherit;border-radius:7px;padding:7px}.finance-obligation-facts{border-bottom:1px solid var(--line,#d9e2e8);grid-template-columns:repeat(4,1fr);display:grid}.finance-obligation-facts span{border-right:1px solid var(--line,#d9e2e8);padding:9px 12px}.finance-obligation-facts span:last-child{border:0}.finance-obligation-facts small{color:var(--muted,#7b8b9c);font-size:9px;display:block}.finance-obligation-facts b{margin-top:3px;font-size:12px;display:block}.finance-obligation-actions{border-bottom:1px solid var(--line,#d9e2e8);gap:6px;padding:8px 12px;display:flex}.finance-obligation-actions button{border:1px solid var(--line,#d9e2e8);background:var(--card,#fff);color:inherit;border-radius:6px;padding:7px 10px}.obligation-block{border-bottom:1px solid var(--line,#d9e2e8);padding:10px 12px}.obligation-block>header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.obligation-block>header b{display:block}.obligation-block>header small{color:var(--muted,#7b8b9c);font-size:9px;display:block}.obligation-block>header>span{text-align:center;color:#168d8a;background:#e5f5f4;border-radius:10px;min-width:22px;padding:3px;font-size:9px}.obligation-dropzone{width:100%;color:inherit;text-align:left;background:#f2fbfa;border:1px dashed #79c8c5;border-radius:8px;align-items:center;gap:9px;padding:9px;display:flex}.obligation-dropzone>span{color:#168d8a;background:#d8f2f0;border-radius:50%;place-items:center;width:28px;height:28px;font-size:17px;display:grid}.obligation-dropzone small{color:var(--muted,#7b8b9c);font-size:9px;display:block}.obligation-documents{gap:5px;margin-top:6px;display:grid}.obligation-documents a{border:1px solid var(--line,#d9e2e8);color:inherit;border-radius:7px;grid-template-columns:34px 1fr auto;align-items:center;gap:8px;padding:7px;text-decoration:none;display:grid}.obligation-documents a>span{color:#c65045;text-align:center;background:#fee8e6;border-radius:5px;padding:6px 3px;font-size:9px;font-weight:800}.obligation-documents small{color:var(--muted,#7b8b9c);font-size:9px;display:block}.obligation-documents em{color:#168d8a;font-size:10px;font-style:normal}.obligation-timeline{gap:0;display:grid}.obligation-timeline article{grid-template-columns:15px 1fr;gap:5px;display:grid}.obligation-timeline article>i{position:relative}.obligation-timeline article>i:before{content:"";background:#24a9a5;border-radius:50%;width:7px;height:7px;position:absolute;top:4px;left:5px}.obligation-timeline article>i:after{content:"";background:#b9dcda;width:1px;position:absolute;top:11px;bottom:-3px;left:8px}.obligation-timeline article:last-child>i:after{display:none}.obligation-timeline article>div{padding-bottom:8px}.obligation-timeline span{gap:7px;display:flex}.obligation-timeline em{color:#168d8a;background:#e5f5f4;border-radius:8px;padding:1px 5px;font-size:8px;font-style:normal}.obligation-timeline p{margin:2px 0;font-size:11px}.obligation-timeline small{color:var(--muted,#7b8b9c);font-size:9px}.obligation-schedule>header,.obligation-schedule>article{grid-template-columns:90px 1fr repeat(3,95px);align-items:center;gap:7px;display:grid}.obligation-schedule>header{background:var(--surface-soft,#f5f8fa);color:var(--muted,#7b8b9c);padding:5px 7px;font-size:9px}.obligation-schedule>article{border-bottom:1px solid var(--line,#e2e8ed);padding:6px 7px;font-size:10px}.obligation-schedule>article strong{text-align:right}.obligation-schedule>article.overdue{color:#b94338;background:#fff5f3}.obligation-links{gap:4px;display:grid}.obligation-links article{border:1px solid var(--line,#d9e2e8);border-radius:7px;grid-template-columns:minmax(160px,1fr) minmax(155px,1fr) 95px 25px;align-items:center;gap:6px;padding:7px;display:grid}.obligation-links small{color:var(--muted,#7b8b9c);white-space:nowrap;text-overflow:ellipsis;font-size:8.5px;display:block;overflow:hidden}.obligation-links strong{text-align:right}.obligation-links button{color:#c54d43;background:0 0;border:0}.obligation-empty{color:var(--muted,#7b8b9c);text-align:center;padding:24px}.obligation-empty b,.obligation-empty span{display:block}.finance-obligation-detail.empty{min-height:250px;color:var(--muted,#7b8b9c);place-items:center;display:grid}.obligation-modal{border:1px solid var(--line,#d9e2e8);background:var(--card,#fff);width:min(920px,100vw - 40px);max-height:calc(100vh - 40px);color:var(--ink,#263442);border-radius:12px;overflow:auto;box-shadow:0 24px 80px #10212f42}.obligation-modal.compact{width:min(680px,100vw - 40px)}.obligation-modal>header{border-bottom:1px solid var(--line,#d9e2e8);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.obligation-modal h2{margin:2px 0;font-size:20px}.obligation-modal>header>button{color:inherit;background:0 0;border:0;font-size:22px}.obligation-form-grid{grid-template-columns:1fr 1fr;gap:10px;padding:14px 16px;display:grid}.obligation-form-grid label,.link-fields label{color:var(--muted,#7b8b9c);gap:4px;font-size:10px;font-weight:700;display:grid}.obligation-form-grid .wide{grid-column:1/-1}.obligation-form-grid input,.obligation-form-grid select,.obligation-form-grid textarea,.link-fields input,.link-fields select{border:1px solid var(--line,#d9e2e8);background:var(--card,#fff);width:100%;color:var(--ink,#263442);border-radius:7px;padding:9px}.obligation-form-grid textarea{resize:vertical;min-height:60px}.obligation-modal>footer{border-top:1px solid var(--line,#d9e2e8);background:var(--card,#fff);justify-content:flex-end;gap:7px;padding:10px 16px;display:flex;position:sticky;bottom:0}.obligation-modal>footer button{border:1px solid var(--line,#d9e2e8);background:var(--card,#fff);color:inherit;border-radius:7px;padding:9px 13px}.operation-link-modal{width:min(1180px,100vw - 40px)}.candidate-search{gap:6px;padding:10px 14px;display:flex}.candidate-search input{border:1px solid var(--line,#d9e2e8);background:var(--card,#fff);color:inherit;border-radius:7px;flex:1;padding:8px}.candidate-search button{border:1px solid var(--line,#d9e2e8);background:var(--card,#fff);color:inherit;border-radius:7px;padding:8px 12px}.operation-candidates{border-block:1px solid var(--line,#d9e2e8);max-height:42vh;overflow:auto}.operation-candidates>button{border:0;border-bottom:1px solid var(--line,#e2e8ed);width:100%;color:inherit;text-align:left;background:0 0;grid-template-columns:minmax(180px,.9fr) minmax(260px,1.45fr) 125px 125px;align-items:center;gap:8px;padding:8px 14px;display:grid}.operation-candidates>button.active{background:#eaf8f7;box-shadow:inset 3px 0 #24a9a5}.operation-candidates>button:disabled{opacity:.45}.operation-candidates small{color:var(--muted,#7b8b9c);white-space:nowrap;text-overflow:ellipsis;font-size:9px;display:block;overflow:hidden}.operation-candidates strong{text-align:right}.operation-candidates em{text-align:right;color:var(--muted,#7b8b9c);font-size:9px;font-style:normal}.link-fields{background:var(--surface-soft,#f5f8fa);grid-template-columns:repeat(4,1fr);gap:8px;padding:10px 14px;display:grid}@media (max-width:1250px){.finance-obligations-workspace{grid-template-columns:1fr}.finance-obligation-detail{max-height:none}.finance-obligations-kpis{grid-template-columns:1fr 1fr}}@media (max-width:800px){.finance-obligations-kpis,.finance-obligations-filters,.obligation-form-grid,.link-fields{grid-template-columns:1fr}.finance-obligations-register{overflow:auto}.finance-obligations-register>header,.finance-obligations-register>button{min-width:760px}.finance-obligation-facts{grid-template-columns:1fr 1fr}.operation-candidates>button{grid-template-columns:1fr}.obligation-schedule{overflow:auto}.obligation-schedule>header,.obligation-schedule>article{min-width:570px}}.modal-backdrop:has(.obligation-modal){z-index:80}.finance-obligations-kpis{grid-template-columns:repeat(5,minmax(0,1fr))}.finance-obligations-monthly{gap:7px;padding:1px 0 4px;display:flex;overflow:auto}.finance-obligations-monthly article{border:1px solid var(--line,#d9e2e8);background:var(--card,#fff);border-radius:8px;flex:0 0 165px;padding:7px 9px}.finance-obligations-monthly small,.finance-obligations-monthly span{color:var(--muted,#7b8b9c);font-size:9px;display:block}.finance-obligations-monthly b{margin:2px 0;font-size:12px;display:block}.finance-obligations-workspace{display:block}.finance-obligations-register>header,.finance-obligations-register>button{grid-template-columns:minmax(220px,1.45fr) minmax(190px,1.15fr) 105px 115px 115px minmax(145px,.9fr)}.finance-obligation-drawer-shell{z-index:55;pointer-events:none;width:clamp(760px,62vw,1080px);max-width:calc(100vw - 70px);position:fixed;inset:0 0 0 auto}.finance-obligation-drawer-shell.collapsed{width:48px}.finance-obligation-drawer-shell [hidden]{display:none!important}.finance-obligation-drawer-rail{z-index:2;border:1px solid var(--line,#d9e2e8);background:var(--card,#fff);color:#168d8a;pointer-events:auto;border-right:0;border-radius:10px 0 0 10px;place-items:center;width:38px;height:58px;font-size:20px;font-weight:900;display:grid;position:absolute;top:186px;left:-38px;box-shadow:-7px 8px 20px #14263020}.finance-obligation-drawer-shell.collapsed .finance-obligation-drawer-rail{border-right:1px solid var(--line,#d9e2e8);writing-mode:vertical-rl;width:48px;height:170px;font-size:11px;top:170px;left:0;transform:rotate(180deg)}.finance-obligation-drawer-shell .finance-obligation-detail{border-block:0;pointer-events:auto;border-right:0;border-radius:0;width:100%;height:100dvh;max-height:none;overflow:auto;box-shadow:-18px 0 48px #15232d30}.finance-obligation-header-actions{align-items:center;gap:7px;display:flex}.finance-obligation-header-actions>button{border:1px solid var(--line,#d9e2e8);width:34px;height:34px;color:inherit;background:0 0;border-radius:7px;font-size:20px}.finance-obligation-facts{grid-template-columns:repeat(6,1fr)}.obligation-origin-note{background:#effaf9;border:1px solid #9bd6d2;border-radius:8px;margin:12px 16px 0;padding:9px 11px}.obligation-origin-note b,.obligation-origin-note span{display:block}.obligation-origin-note span{color:var(--muted,#7b8b9c);margin-top:2px;font-size:10px}.obligation-monthly-burden{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;display:grid}.obligation-monthly-burden article{border:1px solid var(--line,#d9e2e8);border-radius:7px;grid-template-columns:1fr auto;gap:2px 8px;padding:7px;display:grid}.obligation-monthly-burden article>small{color:var(--muted,#7b8b9c);grid-column:1/-1}.obligation-links article[role=button]{cursor:pointer}.obligation-links article[role=button]:hover{background:#effaf9;border-color:#72c7c3}@media (max-width:1250px){.finance-obligations-kpis{grid-template-columns:repeat(3,1fr)}.finance-obligation-drawer-shell{width:min(900px,100vw - 52px);max-width:none}}@media (max-width:800px){.finance-obligations-kpis{grid-template-columns:1fr 1fr}.finance-obligations-register>header,.finance-obligations-register>button{min-width:1050px}.finance-obligation-drawer-shell{width:calc(100vw - 38px)}.finance-obligation-facts{grid-template-columns:1fr 1fr}.obligation-monthly-burden{grid-template-columns:1fr}}.customer-portal-body{color:#21313f;background:#f3f6f8;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.customer-portal-body *{box-sizing:border-box}.customer-portal-body button,.customer-portal-body input,.customer-portal-body select,.customer-portal-body textarea{font:inherit}.customer-portal-body button{cursor:pointer}.customer-portal-body .primary{font-weight:800;color:#fff!important;background:#20a9a5!important;border-color:#20a9a5!important}.customer-portal-splash{text-align:center;place-content:center;gap:14px;min-height:100vh;display:grid}.customer-portal-splash span{color:#fff;background:#20a9a5;border-radius:15px;place-items:center;width:52px;height:52px;margin:auto;font-size:24px;font-weight:900;display:grid}.customer-portal-splash b{font-size:15px}.customer-portal-login{background:#fff;grid-template-columns:minmax(420px,1.1fr) minmax(380px,.9fr);min-height:100vh;display:grid}.customer-portal-login-brand{color:#fff;background:radial-gradient(circle at 82% 17%,#33d5cc3d,#0000 30%),linear-gradient(145deg,#182b36,#213d46 62%,#16454a);flex-direction:column;justify-content:center;padding:clamp(48px,7vw,110px);display:flex}.customer-logo{color:#fff;background:#22aaa6;border-radius:17px;place-items:center;width:54px;height:54px;font-size:24px;font-weight:900;display:grid;box-shadow:0 12px 30px #0000002b}.customer-portal-login-brand>span{text-transform:uppercase;letter-spacing:.18em;color:#78ddd6;margin-top:24px;font-size:11px;font-weight:800}.customer-portal-login-brand h1{max-width:670px;margin:18px 0;font-size:clamp(38px,5vw,66px);line-height:1.02}.customer-portal-login-brand>p{color:#c9d9df;max-width:600px;margin:0;font-size:18px;line-height:1.6}.customer-portal-login-brand>div:last-child{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:60px;display:grid}.customer-portal-login-brand article{background:#ffffff0a;border:1px solid #ffffff1f;border-radius:15px;padding:18px}.customer-portal-login-brand article b,.customer-portal-login-brand article small{display:block}.customer-portal-login-brand article b{font-size:15px}.customer-portal-login-brand article small{color:#aebfc7;margin-top:5px}.customer-portal-login-form{place-items:center;padding:40px;display:grid}.customer-portal-login-form form{width:min(420px,100%)}.customer-portal-login-form header small{text-transform:uppercase;letter-spacing:.16em;color:#15938f;font-size:10px;font-weight:900}.customer-portal-login-form h2{margin:12px 0 6px;font-size:32px}.customer-portal-login-form header p{color:#718190;margin:0 0 30px;line-height:1.5}.customer-portal-login-form label{gap:7px;margin-top:16px;font-size:12px;font-weight:800;display:grid}.customer-portal-login-form input{border:1px solid #d7e0e5;border-radius:10px;outline:none;height:50px;padding:0 14px}.customer-portal-login-form input:focus{border-color:#20a9a5;box-shadow:0 0 0 3px #20a9a51f}.customer-portal-login-form label>div{display:flex;position:relative}.customer-portal-login-form label>div input{width:100%;padding-right:85px}.customer-portal-login-form label>div button{color:#678;background:0 0;border:0;font-size:11px;font-weight:800;position:absolute;top:5px;bottom:5px;right:5px}.customer-portal-login-form form>p{color:#c53d49;background:#fff0f1;border-radius:9px;margin:13px 0 0;padding:11px;font-size:12px}.customer-portal-login-form form>.primary{border:0;border-radius:10px;width:100%;height:50px;margin-top:20px}.customer-portal-login-form footer{color:#8897a3;text-align:center;margin-top:18px;font-size:11px;line-height:1.5}.customer-portal-shell{grid-template-columns:226px minmax(0,1fr);min-height:100vh;display:grid}.customer-portal-shell>aside{color:#dbe6eb;background:#20313d;flex-direction:column;height:100vh;padding:18px 12px;display:flex;position:sticky;top:0}.customer-portal-shell>aside>header{align-items:center;gap:11px;padding:2px 8px 22px;display:flex}.customer-portal-shell>aside>header>div{color:#fff;background:#22aaa6;border-radius:10px;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.customer-portal-shell>aside>header b,.customer-portal-shell>aside>header small{display:block}.customer-portal-shell>aside>header b{color:#fff;font-size:15px}.customer-portal-shell>aside>header small{color:#8da2ad;margin-top:2px;font-size:10px}.customer-portal-shell>aside nav{gap:4px;display:grid}.customer-portal-shell>aside nav button{color:#aebec6;text-align:left;background:0 0;border:0;border-radius:9px;grid-template-columns:27px 1fr auto;align-items:center;height:46px;padding:0 11px;font-size:13px;display:grid}.customer-portal-shell>aside nav button i{font-size:17px;font-style:normal}.customer-portal-shell>aside nav button em{background:#ffffff1a;border-radius:12px;place-items:center;min-width:21px;height:21px;font-size:10px;font-style:normal;display:grid}.customer-portal-shell>aside nav button:hover,.customer-portal-shell>aside nav button.active{color:#fff;background:#2b4653}.customer-portal-shell>aside nav button.active{box-shadow:inset 3px 0 #25b9b4}.customer-portal-shell>aside>footer{border-top:1px solid #ffffff14;gap:8px;margin-top:auto;padding:15px 8px 2px;display:grid}.customer-portal-shell>aside>footer span{white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:700;overflow:hidden}.customer-portal-shell>aside>footer button{color:#8da2ad;text-align:left;background:0 0;border:0;padding:0;font-size:11px}.customer-portal-main{min-width:0;padding:22px clamp(18px,3vw,42px) 50px}.customer-portal-top{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.customer-portal-top small{color:#168e8a;font-size:11px;font-weight:800}.customer-portal-top h1{margin:3px 0 0;font-size:27px}.customer-portal-top>button,.customer-section-title>button{color:#344a58;background:#fff;border:1px solid #d4dfe4;border-radius:9px;height:38px;padding:0 14px;font-size:11px;font-weight:800}.customer-portal-error{color:#b93642;background:#fff0f1;border:1px solid #fac9ce;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:14px;padding:13px;font-size:12px;display:flex}.customer-portal-error button{color:inherit;background:0 0;border:0;font-weight:800}.customer-portal-loading{text-align:center;color:#718190;padding:80px}.customer-password-banner{background:#fff9e9;border:1px solid #efd493;border-radius:12px;grid-template-columns:minmax(250px,1fr) minmax(250px,430px) auto;align-items:center;gap:10px;margin-bottom:18px;padding:12px 14px;display:grid}.customer-password-banner>div{align-items:center;gap:10px;display:flex}.customer-password-banner>div>span{color:#fff;background:#f4b944;border-radius:9px;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.customer-password-banner b,.customer-password-banner small{display:block}.customer-password-banner small{color:#88764a;margin-top:2px;font-size:10px}.customer-password-banner input{background:#fff;border:1px solid #dfcfaa;border-radius:8px;height:38px;padding:0 11px}.customer-password-banner button{color:#fff;background:#253b47;border:0;border-radius:8px;height:38px;padding:0 15px;font-weight:800}.customer-password-banner em{color:#b93642;grid-column:2/4;font-size:11px;font-style:normal}.customer-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.customer-kpis article{background:#fff;border:1px solid #dfe7eb;border-radius:13px;padding:18px}.customer-kpis small,.customer-kpis span{color:#82919d;font-size:10px;display:block}.customer-kpis b{margin:7px 0;font-size:24px;display:block}.customer-kpis span.ok{color:#129077}.customer-kpis span.danger{color:#da4f5b}.customer-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px;display:grid}.customer-overview-grid>article{background:#fff;border:1px solid #dfe7eb;border-radius:13px;overflow:hidden}.customer-overview-grid>article>header{border-bottom:1px solid #edf1f3;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.customer-overview-grid>article>header small,.customer-overview-grid>article>header b{display:block}.customer-overview-grid>article>header small{text-transform:uppercase;letter-spacing:.08em;color:#15938f;font-size:9px;font-weight:900}.customer-overview-grid>article>header b{margin-top:3px;font-size:15px}.customer-overview-grid>article>header button{color:#168e8a;background:0 0;border:0;font-size:11px;font-weight:800}.customer-list-row{border-bottom:1px solid #edf1f3;justify-content:space-between;gap:16px;padding:13px 18px;display:flex}.customer-list-row:last-child{border:0}.customer-list-row b,.customer-list-row small{display:block}.customer-list-row b{font-size:12px}.customer-list-row small{color:#83919b;margin-top:3px;font-size:10px}.customer-list-row strong{white-space:nowrap;font-size:12px}.customer-empty-small{text-align:center;color:#8795a0;padding:36px 18px;font-size:12px}.customer-help-card{grid-column:1/-1;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;padding:18px;display:grid;background:linear-gradient(100deg,#e8f8f6,#fff)!important}.customer-help-card>span{color:#158e8a;background:#d4efed;border-radius:12px;place-items:center;width:38px;height:38px;font-size:20px;font-weight:900;display:grid}.customer-help-card small,.customer-help-card b{display:block}.customer-help-card small{color:#168e8a;text-transform:uppercase;font-size:9px;font-weight:900}.customer-help-card b{margin-top:3px}.customer-help-card p{color:#718190;margin:4px 0 0;font-size:11px}.customer-help-card button{color:#fff;background:#20a9a5;border:0;border-radius:9px;height:38px;padding:0 15px;font-size:11px;font-weight:800}.customer-section-title{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.customer-section-title small{color:#168e8a;text-transform:uppercase;letter-spacing:.1em;font-size:9px;font-weight:900}.customer-section-title h2{margin:4px 0 0;font-size:21px}.customer-contract{background:#fff;border:1px solid #dfe7eb;border-radius:13px;margin-bottom:12px;overflow:hidden}.customer-contract>header{border-bottom:1px solid #edf1f3;justify-content:space-between;align-items:flex-start;padding:15px 18px;display:flex}.customer-contract>header small,.customer-contract>header b,.customer-contract>header span{display:block}.customer-contract>header small{color:#168e8a;text-transform:uppercase;font-size:9px;font-weight:900}.customer-contract>header b{margin:4px 0;font-size:16px}.customer-contract>header span{color:#81909b;font-size:10px}.customer-contract>header em{color:#147e65;background:#e4f5ee;border-radius:16px;padding:6px 10px;font-size:10px;font-style:normal;font-weight:800}.customer-contract-units{background:#edf1f3;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:1px;display:grid}.customer-contract-units section{background:#fff;gap:12px;padding:15px 18px;display:flex}.customer-contract-units i{color:#168e8a;background:#e2f4f2;border-radius:10px;place-items:center;width:34px;height:34px;font-style:normal;display:grid}.customer-contract-units b,.customer-contract-units small{display:block}.customer-contract-units b{font-size:12px}.customer-contract-units small{color:#7e8e99;margin-top:3px;font-size:10px}.customer-contract>footer{background:#fafcfd;gap:50px;padding:13px 18px;display:flex}.customer-contract>footer small,.customer-contract>footer b{display:block}.customer-contract>footer small{color:#82919c;font-size:9px}.customer-contract>footer b{margin-top:3px;font-size:12px}.customer-meter-section,.customer-finance-history,.customer-documents{background:#fff;border:1px solid #dfe7eb;border-radius:13px;margin-top:14px;overflow:hidden}.customer-meter-section>header,.customer-finance-history>header,.customer-documents>header{border-bottom:1px solid #edf1f3;justify-content:space-between;padding:15px 18px;display:flex}.customer-meter-section header small,.customer-meter-section header h2,.customer-finance-history header small,.customer-finance-history header h2,.customer-documents header small,.customer-documents header h2{margin:0;display:block}.customer-meter-section header small,.customer-finance-history header small,.customer-documents header small{text-transform:uppercase;color:#168e8a;font-size:9px;font-weight:900}.customer-meter-section header h2,.customer-finance-history header h2,.customer-documents header h2{margin-top:3px;font-size:16px}.customer-meter-section header>span{color:#83919b;font-size:10px}.customer-meter-section>div{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));display:grid}.customer-meter-section article{border-bottom:1px solid #edf1f3;border-right:1px solid #edf1f3;grid-template-columns:1fr auto auto;align-items:center;gap:18px;padding:15px 18px;display:grid}.customer-meter-section article>span{align-items:center;gap:10px;display:flex}.customer-meter-section article i{color:#168e8a;background:#e4f5f3;border-radius:9px;place-items:center;width:30px;height:30px;font-style:normal;display:grid}.customer-meter-section b,.customer-meter-section small,.customer-meter-section em{display:block}.customer-meter-section b{font-size:11px}.customer-meter-section small,.customer-meter-section em{color:#82919c;margin-top:2px;font-size:9px;font-style:normal}.customer-meter-section article button{color:#158c88;background:#f3fbfa;border:1px solid #bde1df;border-radius:8px;padding:8px 11px;font-size:10px;font-weight:900}.customer-finance-head,.customer-finance-history>article{grid-template-columns:120px 110px 1fr 120px 120px;align-items:center;gap:12px;padding:10px 18px;display:grid}.customer-finance-head{color:#7d8c98;background:#f5f8fa;font-size:9px;font-weight:800}.customer-finance-history>article{border-top:1px solid #edf1f3;font-size:10px}.customer-finance-history>article b,.customer-finance-history>article small{display:block}.customer-finance-history>article small{color:#81909c;margin-top:2px}.customer-finance-history strong.due{color:#d44b56}.customer-finance-history strong.paid{color:#168c72}.customer-documents>div{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));display:grid}.customer-documents article{border-bottom:1px solid #edf1f3;border-right:1px solid #edf1f3;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px 18px;display:grid}.customer-documents article>span{color:#168e8a;font-size:20px}.customer-documents b,.customer-documents small{display:block}.customer-documents b{font-size:11px}.customer-documents small{color:#81909c;margin-top:2px;font-size:9px}.customer-documents a{color:#168e8a;font-size:10px;font-weight:800;text-decoration:none}.customer-documents em{color:#93a0a9;font-size:9px;font-style:normal}.customer-orders>article{background:#fff;border:1px solid #dfe7eb;border-radius:13px;margin-bottom:12px;overflow:hidden}.customer-orders>article>header{border-bottom:1px solid #edf1f3;grid-template-columns:1fr auto auto;align-items:center;gap:18px;padding:15px 18px;display:grid}.customer-orders header small{color:#82919c;font-size:9px}.customer-orders h3{margin:3px 0 0;font-size:15px}.customer-orders header>span{color:#148983;background:#e7f4f3;border-radius:15px;padding:6px 10px;font-size:9px;font-weight:900}.customer-orders header>strong{font-size:14px}.customer-orders>article>section>div{border-bottom:1px solid #edf1f3;justify-content:space-between;padding:12px 18px;display:flex}.customer-orders>article>section b,.customer-orders>article>section small{display:block}.customer-orders>article>section b{font-size:11px}.customer-orders>article>section small{color:#82919c;margin-top:2px;font-size:9px}.customer-orders>article>section strong{font-size:11px}.customer-orders>article>footer{background:#fafcfd;grid-template-columns:1fr 1fr;gap:20px;padding:13px 18px;display:grid}.customer-orders footer small,.customer-orders footer b,.customer-orders footer em{display:block}.customer-orders footer small{color:#82919c;font-size:9px}.customer-orders footer b{margin-top:3px;font-size:10px}.customer-orders footer em{color:#657784;margin-top:2px;font-size:9px;font-style:normal}.customer-empty{text-align:center;background:#fff;border:1px dashed #ccd9de;border-radius:13px;padding:70px 20px}.customer-empty>span{color:#70bdb8;font-size:34px}.customer-empty h2{margin:12px 0 5px;font-size:18px}.customer-empty p{color:#7d8c98;font-size:11px}.customer-empty button{color:#fff;background:#20a9a5;border:0;border-radius:8px;padding:10px 15px;font-size:11px;font-weight:800}.customer-requests>div:not(.customer-empty){background:#fff;border:1px solid #dfe7eb;border-radius:13px;overflow:hidden}.customer-requests>div>article{cursor:pointer;border-bottom:1px solid #edf1f3;grid-template-columns:auto 1fr auto auto;align-items:center;gap:13px;padding:14px 17px;display:grid}.customer-requests>div>article:hover{background:#f7fbfb}.customer-requests>div>article>span{color:#168e8a;background:#e7f4f3;border-radius:10px;place-items:center;width:30px;height:30px;display:grid}.customer-requests article b,.customer-requests article small{display:block}.customer-requests article b{font-size:12px}.customer-requests article small{color:#82919c;margin-top:3px;font-size:9px}.customer-requests article em{color:#617684;background:#eef3f5;border-radius:14px;padding:5px 9px;font-size:9px;font-style:normal;font-weight:800}.customer-requests article>strong{color:#91a0aa}.customer-profile{max-width:820px}.customer-profile>article{color:#fff;background:#20333f;border-radius:14px;align-items:center;gap:16px;padding:23px;display:flex}.customer-profile>article>span{background:#20a9a5;border-radius:16px;place-items:center;width:52px;height:52px;font-size:21px;font-weight:900;display:grid}.customer-profile small{color:#8fd9d4;text-transform:uppercase;font-size:9px;font-weight:900}.customer-profile h2{margin:4px 0;font-size:19px}.customer-profile p{color:#aebdc5;margin:0;font-size:11px}.customer-profile>section{background:#fff;border:1px solid #dfe7eb;border-radius:13px;margin-top:14px;overflow:hidden}.customer-profile>section header{border-bottom:1px solid #edf1f3;padding:15px 18px}.customer-profile>section h3{margin:3px 0 0}.customer-profile>section>div{grid-template-columns:repeat(2,1fr);gap:0;display:grid}.customer-profile label{border-bottom:1px solid #edf1f3;padding:14px 18px}.customer-profile label:nth-child(odd){border-right:1px solid #edf1f3}.customer-profile label,.customer-profile label b{display:block}.customer-profile label{color:#82919c;font-size:9px}.customer-profile label b{color:#263845;margin-top:4px;font-size:11px}.customer-profile>aside{background:#eaf7f5;border-radius:12px;margin-top:14px;padding:15px 18px}.customer-profile>aside b{color:#168e8a;font-size:12px}.customer-profile>aside p{color:#607884;margin-top:4px;font-size:10px}.customer-dialog-backdrop{z-index:9999;background:#16283294;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.customer-dialog{background:#fff;border-radius:15px;width:min(650px,100%);max-height:calc(100vh - 40px);overflow:auto;box-shadow:0 28px 75px #00000040}.customer-dialog>header{border-bottom:1px solid #e7edef;justify-content:space-between;align-items:flex-start;padding:18px 21px;display:flex}.customer-dialog>header small{color:#168e8a;text-transform:uppercase;font-size:9px;font-weight:900}.customer-dialog h2{margin:4px 0 0;font-size:20px}.customer-dialog>header button{color:#81919c;background:0 0;border:0;font-size:23px}.customer-dialog>section:not(.customer-dialog){grid-template-columns:1fr 1fr;gap:13px;padding:19px 21px;display:grid}.customer-dialog label{color:#526674;gap:6px;font-size:10px;font-weight:800;display:grid}.customer-dialog label.wide{grid-column:1/-1}.customer-dialog input,.customer-dialog select,.customer-dialog textarea{background:#fff;border:1px solid #d4dfe4;border-radius:9px;outline:none;width:100%;padding:10px 11px}.customer-dialog textarea{resize:vertical;min-height:90px}.customer-dialog input:focus,.customer-dialog select:focus,.customer-dialog textarea:focus{border-color:#20a9a5;box-shadow:0 0 0 3px #20a9a51a}.meter-last{background:#e9f7f5;border-radius:10px;grid-column:1/-1;grid-template-columns:1fr auto auto;align-items:center;gap:15px;padding:13px;display:grid}.meter-last small{color:#718590;font-size:9px}.meter-last b{color:#168e8a;font-size:16px}.meter-last span{color:#718590;font-size:10px}.customer-drop-file{cursor:pointer;background:#f5fbfa;border:1px dashed #9fd3d0;border-radius:10px;align-items:center;gap:12px;padding:13px;display:flex!important}.customer-drop-file input{display:none}.customer-drop-file>span{color:#168e8a;background:#d9f1ef;border-radius:9px;place-items:center;width:30px;height:30px;font-size:19px;display:grid}.customer-drop-file b,.customer-drop-file small{display:block}.customer-drop-file small{color:#80909a;margin-top:3px;font-weight:400}.customer-dialog-error{color:#bd3946;background:#fff0f1;border-radius:8px;margin:0 21px 14px;padding:10px;font-size:10px}.customer-dialog>footer{border-top:1px solid #e7edef;justify-content:flex-end;gap:9px;padding:14px 21px;display:flex}.customer-dialog>footer button{background:#fff;border:1px solid #d3dfe4;border-radius:8px;height:38px;padding:0 14px;font-size:10px;font-weight:800}.customer-chat{width:min(700px,100%)}.customer-chat-messages{background:#f5f8fa;max-height:55vh;padding:20px;overflow:auto}.customer-chat-messages article{background:#fff;border:1px solid #dde6ea;border-radius:10px;max-width:80%;margin-bottom:10px;padding:11px}.customer-chat-messages b{color:#168e8a;font-size:10px}.customer-chat-messages p{margin:5px 0;font-size:11px;line-height:1.5}.customer-chat-messages small{color:#8997a0;font-size:8px}.customer-chat>form{grid-template-columns:1fr auto;gap:10px;padding:14px;display:grid}.customer-chat>form textarea{min-height:64px}.customer-chat>form button{border:0;border-radius:8px;padding:0 17px}.customer-chat>form p{color:#bd3946;grid-column:1/-1;font-size:10px}.customer-access-admin>header{align-items:flex-end;gap:10px;margin:18px 0;display:flex}.customer-access-admin>header>div{margin-right:auto}.customer-access-admin h2{margin:4px 0;font-size:22px}.customer-access-admin>header p{color:var(--muted,#728395);margin:0;font-size:12px}.customer-access-admin>header>a,.customer-access-admin>header>button{border:1px solid var(--line,#d8e1e7);background:var(--panel,#fff);height:38px;color:var(--text,#253643);border-radius:8px;place-items:center;padding:0 14px;font-size:11px;font-weight:800;text-decoration:none;display:grid}.customer-access-boundary{background:#eaf8f6;border:1px solid #aedfd9;border-radius:11px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:13px 15px;display:grid}.customer-access-boundary>span{color:#168e8a;background:#cceeea;border-radius:9px;place-items:center;width:30px;height:30px;display:grid}.customer-access-boundary b,.customer-access-boundary small{display:block}.customer-access-boundary b{font-size:12px}.customer-access-boundary small{color:#66808a;margin-top:3px;font-size:10px}.customer-access-boundary em{color:#14826e;font-size:9px;font-style:normal;font-weight:900}.customer-access-summary{grid-template-columns:repeat(4,1fr);gap:10px;margin:12px 0;display:grid}.customer-access-summary article{border:1px solid var(--line,#d8e1e7);background:var(--panel,#fff);border-radius:10px;padding:14px}.customer-access-summary small,.customer-access-summary b{display:block}.customer-access-summary small{color:var(--muted,#728395);font-size:9px}.customer-access-summary b{margin-top:5px;font-size:20px}.customer-access-table{border:1px solid var(--line,#d8e1e7);background:var(--panel,#fff);border-radius:11px;overflow:hidden}.customer-access-head,.customer-access-table>article{grid-template-columns:1.25fr 1.1fr 1fr .8fr 90px;align-items:center;gap:12px;padding:10px 13px;display:grid}.customer-access-head{background:var(--panel-muted,#f4f7f9);color:var(--muted,#728395);font-size:9px;font-weight:800}.customer-access-table>article{border-top:1px solid var(--line,#e2e8ec);font-size:10px}.customer-access-table>article.disabled{opacity:.58}.customer-access-table>article>div:first-child{align-items:center;gap:9px;display:flex}.customer-access-table>article>div:first-child>i{color:#168e8a;background:#dff3f1;border-radius:9px;place-items:center;width:31px;height:31px;font-style:normal;font-weight:900;display:grid}.customer-access-table b,.customer-access-table small{display:block}.customer-access-table small{color:var(--muted,#728395);margin-top:2px;font-size:9px}.customer-access-table>article>div:last-child{justify-content:flex-end;gap:5px;display:flex}.customer-access-table>article>div:last-child button{border:1px solid var(--line,#d8e1e7);background:var(--panel,#fff);border-radius:7px;width:31px;height:31px}.customer-access-empty{text-align:center;padding:55px}.customer-access-empty>span,.customer-access-empty>b,.customer-access-empty>small{display:block}.customer-access-empty>span{color:#60bdb7;font-size:27px}.customer-access-empty>b{margin:8px 0}.customer-access-backdrop{z-index:10002}.customer-access-modal{background:var(--panel,#fff);border-radius:13px;width:min(700px,100vw - 30px);max-height:calc(100vh - 30px);overflow:auto}.customer-access-modal.compact{width:min(500px,100vw - 30px)}.customer-access-modal>header{border-bottom:1px solid var(--line,#d8e1e7);justify-content:space-between;padding:17px 20px;display:flex}.customer-access-modal>header small{color:#168e8a;text-transform:uppercase;font-size:9px;font-weight:900}.customer-access-modal h2{margin:3px 0 0;font-size:19px}.customer-access-modal>header button{color:#81919c;background:0 0;border:0;font-size:22px}.customer-access-modal>section{grid-template-columns:1fr 1fr;gap:12px;padding:18px 20px;display:grid}.customer-access-modal label{gap:5px;font-size:10px;font-weight:800;display:grid}.customer-access-modal label.wide,.customer-access-modal section>p.wide{grid-column:1/-1}.customer-access-modal input,.customer-access-modal select{border:1px solid var(--line,#d8e1e7);background:var(--panel,#fff);height:41px;color:var(--text,#253643);border-radius:8px;padding:0 10px}.customer-access-modal label small{color:var(--muted,#728395);font-size:9px;font-weight:400}.customer-access-kind{grid-column:1/-1;grid-template-columns:1fr 1fr;gap:8px;display:grid}.customer-access-kind button{border:1px solid var(--line,#d8e1e7);background:var(--panel,#fff);text-align:left;border-radius:9px;padding:12px}.customer-access-kind button.active{background:#eaf8f6;border-color:#20a9a5}.customer-access-kind b,.customer-access-kind small{display:block}.customer-access-kind small{color:var(--muted,#728395);margin-top:3px;font-size:9px}.customer-access-modal>footer{border-top:1px solid var(--line,#d8e1e7);justify-content:flex-end;gap:8px;padding:13px 20px;display:flex}.customer-access-modal>footer button{border:1px solid var(--line,#d8e1e7);background:var(--panel,#fff);border-radius:8px;height:37px;padding:0 14px;font-size:10px;font-weight:800}.customer-credentials-issued{text-align:center!important;display:block!important}.customer-credentials-issued>span{color:#15846a;background:#dff3eb;border-radius:50%;place-items:center;width:45px;height:45px;margin:auto;font-size:20px;font-weight:900;display:grid}.customer-credentials-issued h3{margin:10px 0 5px}.customer-credentials-issued p{color:var(--muted,#728395);font-size:10px}.customer-credentials-issued label{text-align:left;margin-top:9px}.customer-credentials-issued>button{color:#fff;background:#20a9a5;border:0;border-radius:8px;margin-top:14px;padding:10px 14px;font-size:10px;font-weight:800}@media (max-width:900px){.customer-portal-login{grid-template-columns:1fr}.customer-portal-login-brand{min-height:44vh;padding:38px}.customer-portal-login-brand h1{font-size:39px}.customer-portal-login-brand>div:last-child{margin-top:28px}.customer-portal-shell{grid-template-columns:68px 1fr}.customer-portal-shell>aside{padding:14px 8px}.customer-portal-shell>aside>header>span,.customer-portal-shell>aside nav button>span,.customer-portal-shell>aside nav button>em,.customer-portal-shell>aside>footer span{display:none}.customer-portal-shell>aside nav button{text-align:center;grid-template-columns:1fr;padding:0}.customer-portal-shell>aside nav button i{margin:auto}.customer-portal-shell>aside>footer button{text-align:center}.customer-kpis{grid-template-columns:1fr 1fr}.customer-finance-head,.customer-finance-history>article{grid-template-columns:90px 1fr 100px}.customer-finance-head span:nth-child(2),.customer-finance-head span:nth-child(4),.customer-finance-history>article>span:nth-child(2),.customer-finance-history>article>span:nth-child(4){display:none}.customer-access-head,.customer-access-table>article{grid-template-columns:1.3fr 1fr .7fr 70px}.customer-access-head span:nth-child(3),.customer-access-table>article>div:nth-child(3){display:none}}@media (max-width:620px){.customer-portal-login-brand{display:none}.customer-portal-login-form{padding:24px}.customer-portal-shell{display:block}.customer-portal-shell>aside{z-index:100;width:100%;height:64px;padding:7px;display:block;position:fixed;top:auto;bottom:0}.customer-portal-shell>aside>header,.customer-portal-shell>aside>footer{display:none}.customer-portal-shell>aside nav{grid-template-columns:repeat(5,1fr);display:grid}.customer-portal-shell>aside nav button{border-radius:9px;height:49px}.customer-portal-main{padding:18px 13px 85px}.customer-portal-top h1{font-size:23px}.customer-password-banner{grid-template-columns:1fr}.customer-password-banner em{grid-column:auto}.customer-kpis{grid-template-columns:1fr 1fr}.customer-kpis b{font-size:18px}.customer-overview-grid{grid-template-columns:1fr}.customer-help-card{grid-column:auto;grid-template-columns:auto 1fr}.customer-help-card button{grid-column:1/-1}.customer-contract>footer{gap:20px}.customer-meter-section article{grid-template-columns:1fr auto}.customer-meter-section article>div{grid-column:1/2}.customer-finance-head,.customer-finance-history>article{grid-template-columns:80px 1fr 90px;padding:9px}.customer-orders>article>header{grid-template-columns:1fr auto}.customer-orders header>strong{grid-column:1/-1}.customer-orders>article>footer,.customer-dialog>section:not(.customer-dialog){grid-template-columns:1fr}.customer-dialog label.wide,.meter-last{grid-column:1}.meter-last,.customer-profile>section>div{grid-template-columns:1fr}.customer-profile label:nth-child(odd){border-right:0}.customer-access-summary{grid-template-columns:1fr 1fr}.customer-access-admin>header{flex-wrap:wrap;align-items:stretch}.customer-access-admin>header>div{width:100%}.customer-access-head{display:none}.customer-access-table>article{grid-template-columns:1fr auto;padding:13px}.customer-access-table>article>div:nth-child(2),.customer-access-table>article>div:nth-child(3){grid-column:1/-1}.customer-access-modal>section{grid-template-columns:1fr}.customer-access-modal label.wide,.customer-access-kind{grid-column:1}.customer-access-boundary{grid-template-columns:auto 1fr}.customer-access-boundary em{grid-column:2}}.customer-staff-queues{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 0 12px;display:grid}.customer-staff-queues>section{border:1px solid var(--line,#d8e1e7);background:var(--panel,#fff);border-radius:11px;overflow:hidden}.customer-staff-queues>section>header{border-bottom:1px solid var(--line,#e2e8ec);justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.customer-staff-queues header small,.customer-staff-queues header b{display:block}.customer-staff-queues header small{color:#168e8a;text-transform:uppercase;letter-spacing:.08em;font-size:8px;font-weight:900}.customer-staff-queues header b{margin-top:3px;font-size:12px}.customer-staff-queues header em{color:#168e8a;background:#def3f1;border-radius:14px;place-items:center;min-width:25px;height:25px;font-size:9px;font-style:normal;font-weight:900;display:grid}.customer-staff-queues>section>div{max-height:282px;overflow:auto}.customer-staff-queues>section>div>button{border:0;border-bottom:1px solid var(--line,#edf1f3);text-align:left;width:100%;color:var(--text,#253643);background:0 0;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:10px 13px;display:grid}.customer-staff-queues>section>div>button:hover{background:var(--panel-muted,#f5f9fa)}.customer-staff-queues button i{color:#168e8a;background:#e5f5f3;border-radius:9px;place-items:center;width:29px;height:29px;font-style:normal;font-weight:900;display:grid}.customer-staff-queues button b,.customer-staff-queues button small{display:block}.customer-staff-queues button b{font-size:10px}.customer-staff-queues button small{color:var(--muted,#728395);margin-top:3px;font-size:8px}.customer-staff-queues button strong{color:#168e8a;font-size:9px}.customer-staff-queues>section>div>p{text-align:center;color:var(--muted,#728395);margin:0;padding:28px 14px;font-size:10px}.customer-request-description{background:var(--panel-muted,#f5f8fa);color:var(--text,#253643);border-radius:9px;margin:0;padding:13px;font-size:11px;line-height:1.5}.staff-request-modal textarea,.customer-access-modal textarea{resize:vertical;border:1px solid var(--line,#d8e1e7);background:var(--panel,#fff);min-height:86px;color:var(--text,#253643);border-radius:8px;padding:10px}.staff-request-history{background:var(--panel-muted,#f5f8fa);border-radius:9px;max-height:250px;padding:10px;overflow:auto}.staff-request-history article{border:1px solid var(--line,#d8e1e7);background:var(--panel,#fff);border-radius:9px;max-width:88%;margin-bottom:8px;padding:9px}.staff-request-history article.internal{background:#fffaf0;border-color:#ead9a8;margin-left:auto}.staff-request-history b,.staff-request-history small{display:block}.staff-request-history b{font-size:9px}.staff-request-history p{margin:4px 0;font-size:10px;line-height:1.45}.staff-request-history small{color:var(--muted,#728395);font-size:8px}.meter-review-values{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.meter-review-values>span{border:1px solid var(--line,#d8e1e7);border-radius:9px;padding:10px}.meter-review-values small,.meter-review-values b{display:block}.meter-review-values small{color:var(--muted,#728395);font-size:8px}.meter-review-values b{margin-top:4px;font-size:12px}.meter-review-files{flex-wrap:wrap;gap:7px;display:flex}.meter-review-files a,.meter-review-files span{color:#168e8a;background:#e9f7f5;border-radius:8px;padding:8px 10px;font-size:9px;font-weight:800;text-decoration:none}.customer-access-modal .form-error{color:#b93642;background:#fff0f1;border-radius:8px;margin:0 20px 12px;padding:9px;font-size:10px}@media (max-width:900px){.customer-staff-queues{grid-template-columns:1fr}.meter-review-values{grid-template-columns:1fr 1fr}}.customer-access-head,.customer-access-table>article{grid-template-columns:1.25fr 1.1fr 1fr .8fr 110px}.customer-staff-queues button i svg{width:16px;height:16px}.customer-access-table>article>div:last-child button{place-items:center;display:grid}.customer-access-table>article>div:last-child button svg{width:15px;height:15px}.control-console{--control:#5b67f1;--control-ink:#172033;--control-soft:#f1f2ff;color:var(--control-ink);gap:16px;padding-bottom:40px;display:grid}.control-partner-readiness{color:#293451;background:linear-gradient(130deg,#f8f9ff,#eff2ff);border:1px solid #cfd6fb;border-radius:15px;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:20px;padding:17px 19px;display:grid}.control-partner-readiness>div>small{color:#6370b3;text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:800}.control-partner-readiness h4{margin:5px 0 7px;font-size:17px}.control-partner-readiness p{color:#61708b;max-width:690px;margin:0 0 9px;font-size:12px;line-height:1.5}.control-partner-readiness a{color:#4b59d1;font-size:11px;font-weight:800}.control-partner-readiness details{background:#fff;border:1px solid #dce1f9;border-radius:10px;align-self:start;min-width:0;padding:10px 12px}.control-partner-readiness summary{cursor:pointer;color:#4655bc;font-size:11px;font-weight:800}.control-partner-readiness details>div{border-top:1px solid #edf0fb;gap:3px;margin-top:8px;padding-top:8px;display:grid}.control-partner-readiness code,.control-partner-readiness details small{overflow-wrap:anywhere;color:#65718b;font-size:10px}@media (max-width:850px){.control-partner-readiness{grid-template-columns:1fr}}.tv-shop-switch button.control{color:#5661da}.tv-shop-switch button.control.active{color:#fff;background:#5b67f1;border-color:#5b67f1}.control-hero{background:radial-gradient(circle at 78% -80%,#cfd3ff 0,#0000 55%),linear-gradient(135deg,#fff 20%,#f6f7ff);border:1px solid #dfe2fa;border-radius:18px;justify-content:space-between;align-items:center;min-height:126px;padding:24px 26px;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 38px #3d478812}.control-hero:after{content:"";border:24px solid #fff8;border-radius:50%;width:145px;height:145px;position:absolute;bottom:-45px;right:130px}.control-hero>div{z-index:1;align-items:center;gap:17px;display:flex}.control-mark{color:#fff;background:linear-gradient(145deg,#6875ff,#4d55d7);border-radius:17px;place-items:center;width:56px;height:56px;display:grid;box-shadow:0 12px 26px #505ce24a}.control-mark svg{width:29px}.control-hero small{color:#6873a3;letter-spacing:.14em;text-transform:uppercase;font-size:10px;font-weight:800;display:block}.control-hero h2{letter-spacing:-.04em;margin:3px 0;font-size:28px}.control-hero p{color:#6e778d;max-width:650px;margin:0}.control-primary{z-index:1;color:#fff;background:linear-gradient(135deg,#6875ff,#4d55d7);border:0;border-radius:10px;padding:11px 16px;font-weight:800;transition:transform .18s,box-shadow .18s;position:relative;box-shadow:0 8px 20px #4d55d733}.control-primary:hover{transform:translateY(-2px);box-shadow:0 12px 26px #4d55d744}.control-primary:active{transform:translateY(0)scale(.98)}.control-primary:disabled{opacity:.55;transform:none}.control-tabs{background:#fff;border:1px solid #e1e4ec;border-radius:12px;gap:4px;width:max-content;padding:4px;display:flex}.control-tabs button{color:#778096;background:0 0;border:0;border-radius:8px;padding:9px 14px;font-weight:700}.control-tabs button span{background:#eef0f5;border-radius:10px;place-items:center;min-width:19px;height:19px;margin-left:5px;padding:0 5px;font-size:10px;display:inline-grid}.control-tabs button.active{background:var(--control-soft);color:#4c57d4}.control-tabs button.active span{color:#4c57d4;background:#fff}.control-notice{border-radius:11px;justify-content:space-between;align-items:center;padding:12px 15px;display:flex}.control-notice.success{color:#187b56;background:#edf9f4;border:1px solid #c8eadc}.control-notice.error{color:#ae443f;background:#fff2f1;border:1px solid #f3d1cf}.control-notice button{color:inherit;background:0 0;border:0;font-size:18px}.control-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.control-metrics article{background:#fff;border:1px solid #e1e5ed;border-radius:14px;align-items:center;gap:13px;min-height:104px;padding:16px;display:flex;box-shadow:0 7px 24px #31445b08}.control-metrics article>i{background:var(--control-soft);color:#5762dc;border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.control-metrics svg{width:22px}.control-metrics span{gap:1px;display:grid}.control-metrics small{color:#81899a;font-size:10px}.control-metrics b{font-size:25px;line-height:1.1}.control-metrics em{color:#8790a1;font-size:10px;font-style:normal}.control-metrics article.warn>i{color:#be7a16;background:#fff2dd}.control-metrics article.warn b{color:#b66e0c}.control-overview-grid{grid-template-columns:1.25fr .75fr;gap:14px;display:grid}.control-panel{background:#fff;border:1px solid #e1e5ed;border-radius:15px;overflow:hidden}.control-panel>header{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:center;height:65px;padding:0 18px;display:flex}.control-panel>header small,.control-integrations>header p,.control-clients>header p,.control-leads>header p{color:#8790a1}.control-panel h3,.control-clients h3,.control-integrations h3,.control-leads h3{margin:2px 0 0}.control-panel>header button{color:#5661da;background:0 0;border:0;font-weight:700}.control-client-mini{padding:8px}.control-client-mini>button{text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:11px;width:100%;padding:10px;display:flex}.control-client-mini>button:hover{background:#f7f8fc}.control-client-mini i{color:#fff;border-radius:10px;place-items:center;width:35px;height:35px;font-style:normal;font-weight:800;display:grid}.control-client-mini span{gap:3px;display:grid}.control-client-mini small{color:#8991a1}.control-client-mini em{color:#687184;background:#eef1f5;border-radius:999px;margin-left:auto;padding:5px 8px;font-size:9px;font-style:normal;font-weight:800}.control-client-mini em.active,.control-client-mini em.trial{color:#20815e;background:#e6f7f0}.control-client-mini em.past_due,.control-client-mini em.suspended{color:#b65b29;background:#fff0e7}.control-isolation{padding:10px 16px}.control-isolation article{border-bottom:1px dashed #e9ecf2;gap:11px;padding:10px 0;display:flex}.control-isolation article:last-child{border-bottom:0}.control-isolation article>span{background:var(--control-soft);color:#5661da;border-radius:9px;place-items:center;width:29px;height:29px;font-size:10px;font-weight:900;display:grid}.control-isolation article div{gap:3px;display:grid}.control-isolation small{color:#858d9f;line-height:1.35}.control-empty{text-align:center;color:#858d9f;flex-direction:column;justify-content:center;align-items:center;min-height:260px;display:flex}.control-empty svg{color:#606be4;width:38px;margin-bottom:10px}.control-empty b{color:#263044;margin-bottom:5px}.control-empty span{max-width:430px}.control-empty button{background:var(--control-soft);color:#505bd4;border:0;border-radius:8px;margin-top:12px;padding:9px 12px;font-weight:800}.control-plan-strip{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.control-plan-strip article{background:#fff;border:1px solid #e2e5ed;border-radius:14px;gap:8px;padding:17px;display:grid}.control-plan-strip header{justify-content:space-between;display:flex}.control-plan-strip header span{font-size:18px;font-weight:900}.control-plan-strip header em{background:var(--control-soft);color:#5661da;border-radius:999px;padding:5px 8px;font-size:9px;font-style:normal}.control-plan-strip p{color:#7f8798;min-height:36px;margin:0;font-size:11px;line-height:1.45}.control-plan-strip strong{font-size:12px}.control-plan-strip small{color:#939aa8}.control-clients,.control-integrations,.control-leads{gap:15px;display:grid}.control-clients>header,.control-integrations>header,.control-leads>header{justify-content:space-between;align-items:end;display:flex}.control-clients>header p,.control-integrations>header p,.control-leads>header p{margin:5px 0 0}.control-client-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.control-client-grid>article{--client-accent:#5b67f1;border:1px solid #e1e5ed;border-top:3px solid var(--client-accent);background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 8px 24px #2c3c5008}.control-client-grid>article>header{align-items:center;gap:12px;padding:17px;display:flex}.control-client-grid>article>header>i{background:color-mix(in srgb,var(--client-accent) 14%,white);width:43px;height:43px;color:var(--client-accent);border-radius:13px;place-items:center;font-size:18px;font-style:normal;font-weight:900;display:grid}.control-client-grid>article>header>div{display:grid}.control-client-grid h3{margin:1px 0}.control-client-grid header small,.control-client-grid header span{color:#8a92a2;font-size:10px}.control-client-grid header>em{color:#287b5e;background:#ecf7f2;border-radius:999px;align-self:flex-start;margin-left:auto;padding:5px 8px;font-size:9px;font-style:normal;font-weight:800}.control-client-grid header>em.suspended,.control-client-grid header>em.past_due{color:#ad5d32;background:#fff0e8}.control-client-stats{background:#fafbfc;border-block:1px solid #edf0f4;grid-template-columns:repeat(4,1fr);gap:8px;padding:13px 17px;display:grid}.control-client-stats span{gap:3px;display:grid}.control-client-stats small{color:#8b93a2;font-size:9px}.control-client-stats b{font-size:11px}.control-client-grid footer{justify-content:flex-end;gap:8px;padding:13px 17px;display:flex}.control-client-grid footer button{color:#60697b;background:#fff;border:1px solid #dfe3eb;border-radius:8px;padding:8px 11px;font-weight:700}.control-client-grid footer button.primary{border-color:var(--client-accent);background:var(--client-accent);color:#fff}.control-integrations>header>span{background:var(--control-soft);color:#505bd4;border-radius:999px;padding:7px 10px;font-weight:800}.control-integrations>section{grid-template-columns:210px 1fr;gap:14px;display:grid}.control-kind{background:#fff;border:1px solid #e1e5ed;border-radius:14px;gap:12px;height:max-content;padding:16px;display:flex}.control-kind i{background:var(--control-soft);color:#5661da;border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.control-kind svg{width:21px}.control-kind div{gap:3px;display:grid}.control-kind small{color:#8991a1}.control-provider-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.control-provider-grid article{background:#fff;border:1px solid #e1e5ed;border-radius:13px;flex-direction:column;min-height:172px;padding:14px;display:flex}.control-provider-grid header{justify-content:space-between;align-items:center;display:flex}.control-provider-grid header>span{color:#535d70;background:#f0f2f6;border-radius:10px;place-items:center;width:34px;height:34px;font-size:10px;font-weight:900;display:grid}.control-provider-grid em{color:#70798a;background:#eff1f4;border-radius:999px;padding:4px 7px;font-size:8px;font-style:normal;font-weight:900}.control-provider-grid em.available{color:#247e5c;background:#e5f7ef}.control-provider-grid em.pilot{color:#4d65ac;background:#eaf0ff}.control-provider-grid em.partner_setup{color:#a96b17;background:#fff1dd}.control-provider-grid h4{margin:10px 0 3px}.control-provider-grid p{color:#858d9d;margin:0;font-size:10px;line-height:1.45}.control-provider-grid footer{justify-content:space-between;align-items:end;margin-top:auto;display:flex}.control-provider-grid footer small{color:#949baa;font-size:8px}.control-provider-grid footer b{color:#5661da;font-size:9px}.control-leads>header a{color:#5661da;border:1px solid #dfe3eb;border-radius:9px;padding:9px 12px;font-weight:800;text-decoration:none}.control-lead-table{background:#fff;border:1px solid #e1e5ed;border-radius:14px;overflow:hidden}.control-lead-table>div,.control-lead-table>article{border-bottom:1px solid #edf0f4;grid-template-columns:1fr 1.25fr .55fr .7fr;align-items:center;gap:12px;padding:12px 15px;display:grid}.control-lead-table>div{color:#8790a0;background:#f8f9fb;font-size:10px;font-weight:800}.control-lead-table>article:last-of-type{border-bottom:0}.control-lead-table>article>span{gap:3px;min-width:0;display:grid}.control-lead-table small{color:#8790a0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.control-lead-table em{background:var(--control-soft);color:#5661da;border-radius:999px;width:max-content;padding:5px 8px;font-size:9px;font-style:normal;font-weight:800}.control-lead-table>p{text-align:center;color:#8790a0;padding:40px}.control-loading{background:#fff;border:1px solid #e1e5ed;border-radius:15px;justify-content:center;align-items:center;gap:14px;min-height:350px;display:flex}.control-loading>span{border:3px solid #e6e8fa;border-top-color:#5b67f1;border-radius:50%;width:32px;height:32px;animation:.75s linear infinite control-spin}.control-loading>div{gap:3px;display:grid}.control-loading small{color:#858d9e}.control-modal-backdrop{z-index:60;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#12182a99;place-items:center;padding:22px;animation:.18s ease-out control-fade;display:grid;position:fixed;inset:0}.control-modal{background:#fff;border-radius:18px;width:min(920px,100%);max-height:calc(100vh - 44px);animation:.25s ease-out control-rise;overflow:auto;box-shadow:0 30px 90px #10162d66}.control-modal>header{z-index:2;background:#fff;border-bottom:1px solid #e8ebf0;justify-content:space-between;padding:20px 23px;display:flex;position:sticky;top:0}.control-modal>header small{color:#828a9d}.control-modal>header h2{margin:3px 0 0}.control-modal>header button{color:#7d8595;background:0 0;border:0;font-size:27px}.control-form{grid-template-columns:repeat(3,1fr);gap:14px;padding:20px 23px;display:grid}.control-form>h3{border-top:1px solid #edf0f4;grid-column:1/-1;margin:8px 0 -2px;padding-top:12px}.control-form label{color:#687184;gap:6px;font-size:11px;font-weight:700;display:grid}.control-form input,.control-form select,.control-form textarea{color:#202a3e;background:#fff;border:1px solid #dce1ea;border-radius:9px;outline:none;width:100%;padding:10px}.control-form input:focus,.control-form select:focus,.control-form textarea:focus{border-color:#6974ef;box-shadow:0 0 0 3px #5b67f11a}.control-form input[type=color]{height:40px;padding:4px}.control-form label>small{color:#9299a7;font-weight:400}.control-form .wide{grid-column:span 2}.control-input-prefix{border:1px solid #dce1ea;border-radius:9px;display:flex;overflow:hidden}.control-input-prefix i{color:#8b92a0;background:#f4f5f8;align-items:center;padding:0 9px;font-style:normal;display:flex}.control-input-prefix input{border:0;border-radius:0}.control-form fieldset{border:1px solid #e1e5ed;border-radius:12px;grid-column:1/-1;grid-template-columns:repeat(2,1fr);gap:7px;padding:12px;display:grid}.control-form fieldset legend{color:#687184;padding:0 7px;font-size:11px;font-weight:800}.control-form fieldset>label{background:#fafbfc;border:1px solid #e8ebf1;border-radius:10px;grid-template-columns:22px 1fr auto;align-items:center;padding:10px}.control-form fieldset>label.selected{background:#f7f7ff;border-color:#bfc5fb}.control-form fieldset input{width:16px}.control-form fieldset span{gap:3px;display:grid}.control-form fieldset em{color:#768094;font-size:8px;font-style:normal}.control-check{align-items:center;flex-direction:row!important;grid-template-columns:none!important;display:flex!important}.control-check input{width:17px!important}.control-check span{display:grid}.control-form-error{color:#ac4641;background:#fff1f0;border-radius:9px;margin:0 23px 15px;padding:10px}.control-modal>footer{background:#f7f8fa;border-top:1px solid #e5e8ee;justify-content:flex-end;align-items:center;gap:9px;padding:14px 23px;display:flex;position:sticky;bottom:0}.control-modal>footer>span{color:#798294;margin-right:auto;font-size:10px}.control-modal>footer>button:not(.control-primary){background:#fff;border:1px solid #dce1e9;border-radius:9px;padding:10px 14px;font-weight:700}.control-client-editor{width:min(1000px,100%)}.control-client-editor>header{border-top:4px solid}.control-editor-summary{background:#f7f8fb;align-items:center;gap:28px;padding:12px 23px;display:flex}.control-editor-summary span{display:grid}.control-editor-summary small{color:#8790a1}.control-editor-summary button{color:#5661da;background:0 0;border:0;margin-left:auto;font-weight:800}@keyframes control-spin{to{transform:rotate(360deg)}}@keyframes control-fade{0%{opacity:0}}@keyframes control-rise{0%{opacity:0;transform:translateY(14px)scale(.985)}}@media (prefers-reduced-motion:reduce){.control-console *{transition-duration:.01ms!important;animation-duration:.01ms!important}}@media (max-width:1050px){.control-metrics{grid-template-columns:repeat(2,1fr)}.control-overview-grid{grid-template-columns:1fr}.control-provider-grid{grid-template-columns:repeat(2,1fr)}.control-client-grid{grid-template-columns:1fr}.control-form{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.control-hero{flex-direction:column;align-items:flex-start;gap:16px}.control-tabs{width:100%;overflow:auto}.control-tabs button{white-space:nowrap}.control-metrics,.control-plan-strip,.control-integrations>section,.control-provider-grid{grid-template-columns:1fr}.control-client-stats{grid-template-columns:repeat(2,1fr)}.control-form{grid-template-columns:1fr}.control-form .wide{grid-column:auto}.control-form fieldset{grid-template-columns:1fr}.control-editor-summary{flex-wrap:wrap;align-items:flex-start}.control-lead-table{overflow:auto}.control-lead-table>div,.control-lead-table>article{min-width:700px}.control-modal-backdrop{padding:0}.control-modal{border-radius:0;height:100vh;max-height:100vh}}.workspace-switcher{position:relative}.workspace-switcher-trigger{border:1px solid var(--line);text-align:left;background:#fff;border-radius:10px;align-items:center;gap:8px;height:46px;padding:5px 9px;display:flex}.workspace-switcher-trigger>span{color:#fff;background:#5b67f1;border-radius:8px;place-items:center;width:29px;height:29px;font-weight:900;display:grid}.workspace-switcher-trigger>div{max-width:150px;display:grid}.workspace-switcher-trigger small{color:#8a93a2;font-size:8px}.workspace-switcher-trigger b{white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.workspace-switcher-trigger>em{color:#929aa8;font-style:normal}.workspace-switcher aside{z-index:35;background:#fff;border:1px solid #dfe3eb;border-radius:13px;width:310px;position:absolute;top:52px;right:0;overflow:hidden;box-shadow:0 18px 50px #1f2e4050}.workspace-switcher aside header{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;height:45px;padding:0 12px;display:flex}.workspace-switcher aside header button{background:0 0;border:0;font-size:20px}.workspace-switcher aside>button{text-align:left;background:#fff;border:0;border-bottom:1px solid #f0f2f5;align-items:center;gap:9px;width:100%;padding:10px 12px;display:flex}.workspace-switcher aside>button:hover,.workspace-switcher aside>button.current{background:#f7f8ff}.workspace-switcher aside>button>i{color:#fff;border-radius:9px;place-items:center;width:32px;height:32px;font-style:normal;font-weight:900;display:grid}.workspace-switcher aside>button>span{display:grid}.workspace-switcher aside small{color:#8b93a1;font-size:9px}.workspace-switcher aside>button>em{color:#5863db;margin-left:auto;font-style:normal}.workspace-switcher aside>p{color:#ad4640;background:#fff1f0;border-radius:7px;margin:8px;padding:8px;font-size:10px}.control-client-settings{gap:14px;margin-top:16px;display:grid}.control-client-settings>header{--client-accent:#5b67f1;border:1px solid #e1e5ed;border-top:4px solid var(--client-accent);background:#fff;border-radius:15px;justify-content:space-between;align-items:center;padding:19px;display:flex}.control-client-settings>header>div{align-items:center;gap:13px;display:flex}.control-client-settings>header i{background:color-mix(in srgb,var(--client-accent) 14%,white);width:48px;height:48px;color:var(--client-accent);border-radius:14px;place-items:center;font-size:19px;font-style:normal;font-weight:900;display:grid}.control-client-settings>header span{display:grid}.control-client-settings>header small{color:#8991a1}.control-client-settings>header h2{margin:2px 0}.control-client-settings>header p{color:#7f8899;margin:0}.control-client-settings>header>em{color:#5661da;background:#f0f1ff;border-radius:999px;padding:7px 10px;font-style:normal;font-weight:900}.control-client-subscription{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.control-client-subscription article{background:#fff;border:1px solid #e1e5ed;border-radius:12px;gap:3px;padding:14px;display:grid}.control-client-subscription small,.control-client-subscription span{color:#8991a1}.control-client-subscription b{font-size:18px}.control-mail-hub{color:#fff;background:linear-gradient(135deg,#222d4e,#3e4c7e);border-radius:15px;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.control-mail-hub>div:first-child{align-items:center;gap:13px;display:flex}.control-mail-hub>div:first-child>span{background:#ffffff17;border-radius:13px;place-items:center;width:43px;height:43px;font-size:20px;display:grid}.control-mail-hub small{color:#b8c2df}.control-mail-hub h3{margin:3px 0}.control-mail-hub p{color:#cad1e4;max-width:650px;margin:0}.control-mail-hub>div:last-child{gap:5px;display:grid}.control-mail-hub em{background:#ffffff12;border:1px solid #ffffff1c;border-radius:999px;padding:6px 8px;font-size:9px;font-style:normal}.control-connection-center{background:#fff;border:1px solid #e1e5ed;border-radius:15px;overflow:hidden}.control-connection-center>header{justify-content:space-between;padding:18px;display:flex}.control-connection-center>header small{color:#8790a1}.control-connection-center>header h3{margin:3px 0}.control-connection-center>header p{color:#7f8899;margin:0}.control-connection-center>header button{background:#fff;border:1px solid #dfe3eb;border-radius:8px;height:max-content;padding:8px 11px}.control-connection-center>nav{border-bottom:1px solid #e9ecf1;gap:20px;padding:0 18px;display:flex}.control-connection-center>nav button{color:#7f8898;background:0 0;border:0;padding:11px 0}.control-connection-center>nav button.active{color:#5661da;border-bottom:2px solid #5b67f1;font-weight:800}.control-connection-center>nav span{background:#eef0f4;border-radius:999px;margin-left:5px;padding:2px 5px;font-size:9px}.control-client-provider-grid{grid-template-columns:repeat(3,1fr);gap:10px;padding:14px;display:grid}.control-client-provider-grid article{border:1px solid #e1e5ed;border-radius:12px;flex-direction:column;min-height:180px;padding:13px;display:flex}.control-client-provider-grid article.connected{background:#fbfffd;border-color:#bfe6d6}.control-client-provider-grid article>header{justify-content:space-between;display:flex}.control-client-provider-grid article>header span{background:#f0f2f5;border-radius:10px;place-items:center;width:34px;height:34px;font-size:10px;font-weight:900;display:grid}.control-client-provider-grid article>header em{color:#778092;background:#edf0f4;border-radius:999px;height:max-content;padding:4px 7px;font-size:8px;font-style:normal}.control-client-provider-grid h4{margin:11px 0 4px}.control-client-provider-grid p{color:#818a9b;margin:0;font-size:10px;line-height:1.45}.control-client-provider-grid footer{justify-content:space-between;align-items:end;margin-top:auto;display:flex}.control-client-provider-grid footer small{color:#9299a7}.control-client-provider-grid footer button{color:#5661da;background:#f0f1ff;border:0;border-radius:8px;padding:7px 9px;font-size:9px;font-weight:800}.control-client-provider-grid footer button:disabled{color:#418168;background:#edf7f2}.control-security-note{color:#277658;background:#f3fbf7;border:1px solid #cfe8dd;border-radius:12px;gap:10px;padding:13px 15px;display:flex}.control-security-note>span{background:#d9f1e5;border-radius:50%;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.control-security-note>div{display:grid}.control-security-note small{color:#648477}@media (max-width:900px){.control-client-subscription,.control-client-provider-grid{grid-template-columns:repeat(2,1fr)}.control-mail-hub{flex-direction:column;align-items:flex-start;gap:14px}}@media (max-width:620px){.control-client-subscription,.control-client-provider-grid{grid-template-columns:1fr}.control-client-settings>header{align-items:flex-start;gap:10px}.control-mail-hub p{font-size:11px}}.user-scope-modal{width:min(940px,100%)}.scope-loading{text-align:center;color:#7d8896;padding:60px}.user-scope-body{gap:18px;max-height:65vh;padding:18px 22px;display:grid;overflow:auto}.user-scope-body section{gap:9px;display:grid}.user-scope-body h3{margin:0}.user-scope-body p{color:#7f8b97;margin:0;font-size:11px}.scope-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.scope-options label{background:#fff;border:1px solid #e0e6ea;border-radius:9px;align-items:flex-start;gap:9px;padding:10px;display:flex}.scope-options label:has(input:checked){background:#f6f7ff;border-color:#8e98ef}.scope-options label.pending{opacity:.55}.scope-options input{margin-top:2px}.scope-options span{gap:3px;display:grid}.scope-options small{color:#84909b;font-size:10px}.scope-options.compact{grid-template-columns:repeat(3,minmax(0,1fr));max-height:180px;overflow:auto}.scope-options.compact label{align-items:center}.scope-options.compact b{font-size:11px}@media (max-width:700px){.scope-options,.scope-options.compact{grid-template-columns:1fr}}.control-landing{--land:#5b67f1;--land-dark:#2b347e;--land-ink:#172033;--land-muted:#687188;min-height:100vh;color:var(--land-ink);background:#fbfbfe;font-family:Inter,Segoe UI,Arial,sans-serif}.control-landing *{box-sizing:border-box}.control-landing>nav{justify-content:space-between;align-items:center;max-width:1240px;height:76px;margin:auto;padding:0 24px;display:flex}.control-landing-brand{color:inherit;align-items:center;gap:8px;text-decoration:none;display:flex}.control-landing-brand>span{color:#fff;background:linear-gradient(145deg,#6f7af3,#4853ca);border-radius:11px;place-items:center;width:35px;height:35px;display:grid}.control-landing-brand svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:24px}.control-landing-brand b{font-size:18px}.control-landing-brand em{color:#8c93a4;font-size:9px;font-style:normal}.control-landing>nav>div{align-items:center;gap:26px;display:flex}.control-landing>nav>div a{color:#5d667b;font-size:12px;font-weight:700;text-decoration:none}.control-landing>nav>div .nav-cta{color:#fff;background:#202a4f;border-radius:9px;padding:10px 14px}.control-landing-hero{grid-template-columns:.9fr 1.1fr;align-items:center;gap:58px;max-width:1240px;min-height:660px;margin:auto;padding:78px 24px 70px;display:grid}.landing-eyebrow{color:#5b67d1;text-transform:uppercase;letter-spacing:.14em;align-items:center;gap:8px;font-size:10px;font-weight:900;display:flex}.landing-eyebrow i{background:#6975ef;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #6975ef15}.landing-copy h1{letter-spacing:-.055em;margin:18px 0 21px;font-size:56px;line-height:1.03}.landing-copy h1 em{color:var(--land);font-style:normal;display:block}.landing-copy>p{max-width:590px;color:var(--land-muted);font-size:17px;line-height:1.65}.landing-actions{align-items:center;gap:19px;margin:28px 0 24px;display:flex}.landing-actions a{color:#4d57c6;font-weight:800;text-decoration:none}.landing-actions .landing-primary{color:#fff;background:linear-gradient(135deg,#6975f1,#4b56cc);border-radius:11px;padding:14px 18px;transition:all .2s;box-shadow:0 12px 28px #4f59d43c}.landing-actions .landing-primary:hover{transform:translateY(-2px);box-shadow:0 17px 35px #4f59d44a}.landing-actions .landing-primary span{margin-left:14px}.landing-trust{flex-wrap:wrap;gap:14px;display:flex}.landing-trust span{color:#657086;font-size:10px}.landing-visual{min-height:480px;position:relative}.visual-glow{filter:blur(25px);background:radial-gradient(circle,#7380f142 0,#0000 64%);position:absolute;inset:30px}.visual-main{background:#fff;border:1px solid #dee2ef;border-radius:19px;padding:18px;position:absolute;inset:38px 28px;transform:perspective(1200px)rotateY(-5deg)rotateX(2deg);box-shadow:0 30px 80px #29355824}.visual-main>header{border-bottom:1px solid #edf0f4;align-items:center;gap:9px;padding-bottom:13px;display:flex}.visual-main>header>span{color:#fff;background:#5b67f1;border-radius:10px;place-items:center;width:33px;height:33px;font-weight:900;display:grid}.visual-main>header>div{display:grid}.visual-main>header small{color:#8c94a4;font-size:8px}.visual-main>header em{color:#7d8696;margin-left:auto;font-size:9px;font-style:normal}.visual-kpis{grid-template-columns:repeat(3,1fr);gap:8px;padding:13px 0;display:grid}.visual-kpis>div{border:1px solid #e8ebf1;border-radius:10px;gap:4px;padding:10px;display:grid}.visual-kpis small,.visual-kpis span{color:#8a92a2;font-size:7px}.visual-kpis b{font-size:13px}.visual-kpis .up{color:#1f946a}.visual-kpis .warn{color:#b97718}.visual-chart{border:1px solid #e8ebf1;border-radius:12px;padding:12px}.chart-head{justify-content:space-between;display:flex}.chart-head span{display:grid}.chart-head small{color:#9299a7;font-size:7px}.chart-head em{color:#5863d5;background:#f0f1ff;border-radius:999px;padding:4px 6px;font-size:7px;font-style:normal}.visual-chart svg{width:100%;height:auto;margin-top:7px;overflow:visible}.visual-chart .grid{fill:none;stroke:#eef0f5;stroke-width:1px}.visual-chart .area{fill:url(#controlArea)}.visual-chart .line{fill:none;stroke:#606bec;stroke-width:3px;stroke-linecap:round}.visual-chart circle{fill:#fff;stroke:#606bec;stroke-width:3px}.visual-chart text{fill:#939bab;font-size:7px}.visual-card{background:#fff;border:1px solid #e1e5ee;border-radius:13px;align-items:center;gap:9px;padding:12px;animation:5s ease-in-out infinite landing-float;display:flex;position:absolute;box-shadow:0 14px 35px #2935581e}.visual-card>span{color:#5b67df;background:#f0f2ff;border-radius:11px;place-items:center;width:37px;height:37px;display:grid}.visual-card svg{width:21px}.visual-card div{display:grid}.visual-card small,.visual-card em{color:#8c94a3;font-size:7px;font-style:normal}.visual-card b{font-size:11px}.visual-card.property{bottom:8px;left:-12px}.visual-card.bank{animation-delay:-2.5s;top:16px;right:-8px}.visual-card.bank em{color:#26916a}@keyframes landing-float{50%{transform:translateY(-8px)}}.landing-problem{color:#fff;background:#202a4a;grid-template-columns:.8fr 1.2fr;gap:90px;padding:85px max(24px,50vw - 596px);display:grid}.landing-problem h2,.landing-capabilities h2,.landing-how h2,.landing-plans h2,.landing-demo h2{letter-spacing:-.04em;margin:14px 0;font-size:37px;line-height:1.13}.landing-problem>div:first-child>p{color:#bdc5da;line-height:1.65}.problem-list{display:grid}.problem-list article{border-bottom:1px solid #ffffff16;grid-template-columns:50px 1fr;gap:14px;padding:17px 0;display:grid}.problem-list article>span{color:#8995d8;font-size:11px;font-weight:900}.problem-list b{font-size:16px}.problem-list p{color:#b7bfd2;margin:5px 0 0;line-height:1.5}.landing-capabilities,.landing-plans{max-width:1240px;margin:auto;padding:100px 24px}.landing-capabilities>header,.landing-plans>header{text-align:center;max-width:740px;margin:0 auto 45px}.landing-capabilities>header .landing-eyebrow,.landing-plans>header .landing-eyebrow{justify-content:center}.landing-capabilities>header p{color:var(--land-muted);line-height:1.6}.landing-capabilities>div{grid-template-columns:repeat(3,1fr);gap:13px;display:grid}.landing-capabilities article{background:#fff;border:1px solid #e1e5ee;border-radius:16px;min-height:235px;padding:21px;transition:all .2s;position:relative}.landing-capabilities article:hover{transform:translateY(-4px);box-shadow:0 18px 42px #25345616}.landing-capabilities article>span{color:#5965de;background:#f0f1ff;border-radius:13px;place-items:center;width:44px;height:44px;display:grid}.landing-capabilities svg{width:24px}.landing-capabilities article>em{color:#7f8797;background:#f2f3f6;border-radius:999px;padding:5px 8px;font-size:8px;font-style:normal;position:absolute;top:18px;right:17px}.landing-capabilities h3{margin:17px 0 7px}.landing-capabilities article p{color:#727b8e;font-size:12px;line-height:1.55}.landing-capabilities article a{color:#5964d6;font-size:10px;font-weight:800;text-decoration:none;position:absolute;bottom:19px}.landing-how{background:#f1f2fb;padding:90px max(24px,50vw - 596px)}.landing-how>div{text-align:center}.landing-how .landing-eyebrow{justify-content:center}.landing-how ol{counter-reset:item;grid-template-columns:repeat(4,1fr);gap:14px;margin:45px 0 0;padding:0;list-style:none;display:grid}.landing-how li{background:#fff;border-radius:15px;padding:20px;position:relative}.landing-how li:after{content:"→";color:#a3a9c2;font-size:20px;position:absolute;top:45px;right:-12px}.landing-how li:last-child:after{display:none}.landing-how li>span{color:#fff;background:#5b67f1;border-radius:50%;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.landing-how li b{margin-top:17px;display:block}.landing-how li p{color:#727b8e;font-size:11px;line-height:1.55}.landing-plans>div{grid-template-columns:repeat(3,1fr);align-items:center;gap:14px;display:grid}.landing-plans article{background:#fff;border:1px solid #e0e4ed;border-radius:17px;flex-direction:column;min-height:390px;padding:24px;display:flex}.landing-plans article.featured{border:2px solid #6874ed;min-height:425px;box-shadow:0 20px 50px #4651bb24}.landing-plans article>em{color:#fff;background:#5b67ed;border-radius:999px;align-self:flex-start;margin:-42px 0 18px;padding:6px 9px;font-size:8px;font-style:normal}.landing-plans article>span{color:#5964da;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.landing-plans h3{margin:12px 0;font-size:23px}.landing-plans article p{color:#727b8e;min-height:68px;line-height:1.55}.landing-plans ul{gap:11px;padding:0;list-style:none;display:grid}.landing-plans li:before{content:"✓";color:#25845f;background:#e8f7f1;border-radius:50%;place-items:center;width:19px;height:19px;margin-right:7px;font-size:9px;font-weight:900;display:inline-grid}.landing-plans article a{color:#505bd0;text-align:center;background:#eff0ff;border-radius:10px;margin-top:auto;padding:12px;font-weight:800;text-decoration:none}.landing-plans article.featured a{color:#fff;background:#5b67e6}.plans-note{text-align:center;color:#7a8394;max-width:780px;margin:25px auto 0;font-size:11px}.landing-demo{color:#fff;background:linear-gradient(135deg,#222b4a,#354273);grid-template-columns:.9fr 1.1fr;align-items:center;gap:75px;padding:85px max(24px,50vw - 596px);display:grid}.landing-demo>div>p{color:#c2c9da;line-height:1.65}.demo-points{color:#d6dbea;gap:8px;display:grid}.landing-demo form,.demo-success{color:var(--land-ink);background:#fff;border-radius:17px;padding:24px;box-shadow:0 25px 60px #12182b40}.landing-demo form>div{grid-template-columns:1fr 1fr;gap:11px;display:grid}.landing-demo label{color:#606a7d;gap:6px;margin-bottom:11px;font-size:10px;font-weight:800;display:grid}.landing-demo input,.landing-demo select,.landing-demo textarea{border:1px solid #dce1ea;border-radius:9px;outline:none;padding:11px}.landing-demo input:focus,.landing-demo select:focus,.landing-demo textarea:focus{border-color:#6975eb;box-shadow:0 0 0 3px #5b67e916}.landing-demo .demo-consent{grid-template-columns:18px 1fr;align-items:start;font-weight:400;display:flex}.demo-consent input{margin-top:1px}.landing-demo form>button{color:#fff;background:#5b67df;border:0;border-radius:10px;width:100%;padding:13px;font-weight:900}.landing-demo form>button span{float:right}.landing-demo form>p{color:#b44642}.landing-honeypot{left:-9999px;position:absolute!important}.demo-success{text-align:center;place-items:center;display:grid}.demo-success>span{color:#25825f;background:#e2f5ec;border-radius:50%;place-items:center;width:52px;height:52px;font-size:23px;display:grid}.demo-success a{color:#5964d8}.landing-footer{justify-content:space-between;align-items:center;max-width:1240px;margin:auto;padding:30px 24px;display:flex}.landing-footer>p{color:#7e8797}.landing-footer>div{gap:18px;display:flex}.landing-footer>div a{color:#697286;font-size:11px;text-decoration:none}@media (prefers-reduced-motion:reduce){.control-landing *{transition:none!important;animation:none!important}}@media (max-width:980px){.control-landing-hero{grid-template-columns:1fr;padding-top:55px}.landing-copy{text-align:center}.landing-copy .landing-eyebrow,.landing-actions,.landing-trust{justify-content:center}.landing-copy>p{margin-inline:auto}.landing-visual{min-height:500px}.landing-problem,.landing-demo{grid-template-columns:1fr;gap:35px}.landing-capabilities>div,.landing-how ol{grid-template-columns:repeat(2,1fr)}.landing-how li:nth-child(2):after{display:none}.landing-plans>div{grid-template-columns:1fr;max-width:620px;margin:auto}.landing-plans article,.landing-plans article.featured{min-height:340px}.landing-plans article.featured{margin-top:15px}}@media (max-width:680px){.control-landing>nav>div a:not(.nav-cta){display:none}.control-landing-hero{padding-top:38px}.landing-copy h1{font-size:40px}.landing-actions{flex-direction:column;align-items:stretch}.landing-visual{min-height:390px}.visual-main{inset:20px 0;transform:none}.visual-kpis>div:nth-child(3){display:none}.visual-kpis{grid-template-columns:1fr 1fr}.visual-card{display:none}.landing-problem,.landing-capabilities,.landing-how,.landing-plans,.landing-demo{padding-block:65px}.landing-problem h2,.landing-capabilities h2,.landing-how h2,.landing-plans h2,.landing-demo h2{font-size:31px}.landing-capabilities>div,.landing-how ol{grid-template-columns:1fr}.landing-how li:after{display:none}.landing-demo form>div{grid-template-columns:1fr}.landing-footer{flex-direction:column;align-items:flex-start;gap:18px}}.control-landing{--land:#008f75;--land-dark:#0b3b51;--land-ink:#0b2847;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#f8fbfc}.control-landing :is(a,button,input,select,textarea):focus-visible{outline-offset:3px;outline:3px solid #00a582}.control-landing .control-landing-brand{min-width:0}.control-landing .control-landing-brand .lordest-logo{width:192px;height:auto;margin:-15px 0;display:block}.control-landing .landing-footer .lordest-logo{width:180px}.control-landing>nav>div .nav-cta{background:#0b2847}.control-landing .landing-eyebrow{color:#008a73;font-size:11px}.control-landing .landing-eyebrow i{background:#05c499;box-shadow:0 0 0 5px #05c4991a}.control-landing .landing-copy>p{font-size:18px}.control-landing .landing-actions a{color:#007d68}.control-landing .landing-actions .landing-primary{color:#fff;background:linear-gradient(135deg,#008f75,#006f60);box-shadow:0 12px 28px #078b7538}.control-landing .landing-actions .landing-primary:hover{background:linear-gradient(135deg,#007e68,#005d53);box-shadow:0 17px 35px #078b754a}.control-landing .landing-trust span{font-size:11px}.control-landing .visual-glow{background:radial-gradient(circle,#05c49942 0,#0000 64%)}.control-landing .visual-main>header>span{color:#03d2a1;background:#0b2847}.control-landing .visual-chart .area{fill:url(#lordestArea)}.control-landing .visual-chart .line,.control-landing .visual-chart circle{stroke:#00b992}.control-landing .chart-head em{color:#007c67;background:#e9f8f3}.control-landing .visual-card>span,.control-landing .landing-capabilities article>span{color:#008f75;background:#eaf9f4}.control-landing .landing-problem{background:#0b2847}.control-landing .landing-problem>div:first-child>p{color:#a8c5c6}.control-landing .problem-list article>span{color:#8adac8}.control-landing .landing-capabilities article a{color:#008f77}.control-landing .landing-how{background:#eaf9f4}.control-landing .landing-how li>span{background:#008f75}.control-landing .landing-plans article.featured{border-color:#00b28c;box-shadow:0 20px 50px #008f7524}.control-landing .landing-plans article>em{background:#00a582}.control-landing .landing-plans article>span,.control-landing .landing-plans article a{color:#007a65}.control-landing .landing-plans article a{background:#eaf9f4}.control-landing .landing-plans article.featured a{color:#fff;background:#008f73}.control-landing .landing-demo{background:linear-gradient(135deg,#0b2847,#10415b)}.control-landing .landing-demo input:focus,.control-landing .landing-demo select:focus,.control-landing .landing-demo textarea:focus{border-color:#06ac87;box-shadow:0 0 0 3px #06ac871a}.control-landing .landing-demo form>button{background:#007e68}.control-landing .landing-demo form>button:hover{background:#00665a}.control-landing .landing-demo form>button:disabled{opacity:.65;cursor:wait}.control-landing .demo-success a{color:#008f75}@media (max-width:680px){.control-landing{width:100%;max-width:100%;overflow-x:clip}.control-landing>nav{gap:8px}.control-landing .control-landing-hero{grid-template-columns:minmax(0,1fr);width:100%;max-width:100%}.control-landing .landing-copy,.control-landing .landing-visual{width:100%;min-width:0;max-width:100%}.control-landing .control-landing-brand .lordest-logo{width:150px;margin:-12px 0}.control-landing>nav>div .nav-cta{white-space:nowrap;padding:10px;font-size:11px}.control-landing .landing-copy>p{font-size:16px}.control-landing .landing-actions .landing-primary{text-align:center}}:root{--teal:#5b67f1;--teal-dark:#4b55c8;--nav:#202a4f;--bg:#f6f7fb;--panel:#fff;--paper:#fff;--line:#e2e5ed;--ink:#172033;--muted:#6c7488;--green:#2d9b72;--coral:#ef746d;--blue:#6975f1}body{background:var(--bg);color:var(--ink)}button,a,input,select,textarea{transition:border-color .16s,background-color .16s,color .16s,box-shadow .16s,transform .16s}:is(button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible){outline-offset:2px;outline:3px solid #6975f133}.module-tabs{background:#fff;border-radius:11px;box-shadow:0 5px 18px #29345b08}.module-tabs button.active{color:#525dcf}.module-tabs button.active:after{background:#5b67f1}.module-heading,.module-heading.compact{border-radius:13px}.module-state{color:#535dc7;background:#f7f7ff;border-color:#dfe2f2}.primary{background:#5b67f1!important;border-color:#5b67f1!important}.primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 7px 18px #5b67f12d;background:#505bcc!important}.spinner{border-color:#5b67f1 #dfe2f4 #dfe2f4;animation:.8s linear infinite control-spin}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}html[data-theme=dark]{--teal:#7b84ff;--teal-dark:#9aa1ff;--nav:#111822;--bg:#0d161d;--panel:#132029;--paper:#132029;--line:#2b3b46;--ink:#e9edf4;--muted:#9aa9b5}.mobile-menu-button,.mobile-menu-scrim{display:none}@media (max-width:1100px){.settings-section-tabs{overscroll-behavior-x:contain;max-width:100%;overflow-x:auto}.settings-section-tabs>button{flex:none;min-height:44px}.semantic-report-table{width:100%;min-width:0}.semantic-report-table-scroll{max-width:100%;overflow-x:auto}.semantic-multi-filter{position:static}.semantic-report-filterbar .semantic-multi-filter-menu{width:min(380px,100% - 12px);max-width:calc(100% - 12px);left:auto;right:6px}}@media (max-width:760px){:root{--sidebar-width:0px}.app-shell,.app-shell.sidebar-collapsed{grid-template-columns:minmax(0,1fr)}.mobile-menu-scrim{z-index:149;background:#101d28a8;display:block;position:fixed;inset:0}.sidebar,.sidebar.collapsed{z-index:150;width:min(300px,100vw - 44px);height:100vh;visibility:hidden;height:100dvh;max-height:100dvh;transition:transform .2s;position:fixed;inset:0 auto 0 0;transform:translate(-105%);box-shadow:14px 0 38px #10202c33}.sidebar.mobile-open{visibility:visible;transform:none}.sidebar .brand,.sidebar-collapsed .sidebar .brand{justify-content:flex-start;padding:0 18px}.sidebar .brand strong,.sidebar .company,.sidebar .nav-group-label,.sidebar .sidebar-foot>div:not(.avatar),.sidebar-collapsed .sidebar .brand strong,.sidebar-collapsed .sidebar .company,.sidebar-collapsed .sidebar .nav-group-label,.sidebar-collapsed .sidebar .sidebar-foot>div:not(.avatar){display:flex}.sidebar .brand strong{display:block}.sidebar .sidebar-toggle{width:44px;height:44px;box-shadow:none;display:grid;top:14px;right:14px}.sidebar .sidebar-toggle svg{width:20px;height:20px}.sidebar nav,.sidebar-collapsed .sidebar nav{padding:4px 10px 16px}.sidebar nav button,.sidebar-collapsed .sidebar nav button{justify-content:flex-start;min-height:44px;padding:9px 12px;font-size:14px}.sidebar nav button>span,.sidebar-collapsed .sidebar nav button>span{display:block}.sidebar-foot,.sidebar-collapsed .sidebar-foot{padding:12px 16px calc(12px + env(safe-area-inset-bottom));justify-content:flex-start}.sidebar.collapsed .sidebar-logout{width:44px;height:44px;font-size:15px;position:static}.workspace{min-width:0;padding:0 12px calc(34px + env(safe-area-inset-bottom))}.topbar{grid-template-columns:44px minmax(0,1fr);align-items:center;gap:6px 10px;height:auto;min-height:0;padding:10px 0 12px;display:grid}.mobile-menu-button{border:1px solid var(--line);background:var(--paper);width:44px;height:44px;color:var(--ink);border-radius:9px;place-items:center;display:grid}.mobile-menu-button svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;width:22px;height:22px}.topbar-title{min-width:0}.topbar h1{overflow-wrap:anywhere;margin:0;font-size:clamp(18px,5vw,22px)}.topbar-actions{scrollbar-width:thin;grid-column:1/-1;align-items:center;gap:7px;width:100%;min-width:0;padding:1px 0 3px;display:flex;overflow-x:auto}.topbar-actions>*{flex:none}.topbar-actions .header-balance{align-items:center;min-height:44px;display:flex}.topbar-actions :is(.theme-toggle,.attention-trigger,.global-refresh){height:44px;min-height:44px}.header-popover{top:calc(100px + env(safe-area-inset-top));max-height:calc(100dvh - 112px);overflow:auto}.tabs,.module-tabs,.report-tabs,.rental-tabs,.directory-tabs{overscroll-behavior-x:contain;scrollbar-width:thin;gap:16px;max-width:100%;overflow-x:auto}.tabs button,.module-tabs button,.report-tabs button,.rental-tabs button,.directory-tabs button{white-space:nowrap;flex:none;min-height:44px}.operations-workspace .operations-module-tabs button{padding:10px 2px}.operations-workspace .chart-card{grid-template-columns:minmax(0,1fr);gap:12px;display:grid}.operations-workspace .operations-controls,.operations-workspace .action-row,.operations-workspace .toolbar{min-width:0}.operations-workspace .create-actions{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:none;display:grid}.operations-workspace .create-actions button{white-space:normal;min-height:44px}.operations-workspace .create-actions button:last-child:nth-child(odd){grid-column:1/-1}.operations-workspace .segmented{overscroll-behavior-x:contain;max-width:100%;overflow-x:auto}.operations-workspace .search{flex:100%;order:3;width:100%;min-width:0}.operations-workspace .filter,.operations-workspace .segmented button{min-height:44px}.operations-workspace .fintablo-period .period-value,.operations-workspace .operation-readonly{min-width:0}.operations-workspace .operation-readonly :is(b,small){white-space:normal;overflow-wrap:anywhere}.operations-workspace .operation-readonly .status button{min-width:42px;min-height:42px}.operations-workspace .operation-summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.operations-workspace .operation-summary-strip>div{min-width:0}.operations-workspace .operation-summary-strip b{overflow-wrap:anywhere}.operations-workspace .filter-panel.operation-multi-filters{grid-template-columns:minmax(0,1fr)}.operation-directory-filter>summary{align-items:center;min-height:44px;display:flex}.operation-directory-filter .multi-filter-popover{max-width:calc(100vw - 24px)}.operation-viewbar>div{min-width:0}.operation-viewbar>button{min-height:40px}.operation-saved-views>summary{align-items:center;min-height:44px;display:flex}.semantic-report-filterbar{min-width:0}.semantic-report-filterbar .semantic-multi-filter-menu{top:100%}.semantic-report-heading p,.semantic-report-heading button,.semantic-report-tabs b,.semantic-report-tabs small,.semantic-report-controls label small,.semantic-presets button,.semantic-report-controls>select,.semantic-report-controls>.semantic-export,.semantic-trust :is(b,span,summary,p),.semantic-kpis :is(small,span),.semantic-report-footer{font-size:11px;line-height:1.35}.semantic-report-heading button{height:auto;min-height:44px}.semantic-report-controls input{font-size:13px}.semantic-trust{grid-template-columns:25px minmax(0,1fr);gap:8px}.semantic-trust>em{grid-column:2;width:max-content;font-size:10px}.semantic-trust details{grid-column:1/-1}.semantic-multi-filter>summary{height:auto;min-height:44px;font-size:12px}.semantic-multi-filter-menu :is(button,input,summary){min-height:40px;font-size:12px}.semantic-filter-group>label{min-height:44px}.semantic-filter-group :is(strong,small){font-size:11px}.semantic-report-controls :is(button,select,input),.semantic-report-tabs>button,.semantic-table-command button{min-height:40px;font-size:12px}.semantic-report-table-head,.semantic-report-table article>button,.semantic-label-action b{font-size:11px}.semantic-report-table .semantic-row-label small{font-size:10px}.modal-backdrop{padding:8px}.operation-modal{max-height:calc(100dvh - 16px);overflow-y:auto}.operation-modal footer{padding-bottom:max(12px,env(safe-area-inset-bottom))}.workspace :is(input:not([type=checkbox]):not([type=radio]),select,textarea){font-size:16px}.workspace :is(button,summary,a):focus-visible{outline:3px solid var(--teal);outline-offset:2px}.sidebar :is(button,a):focus-visible{outline:3px solid var(--teal);outline-offset:2px}.mobile-menu-button:focus-visible{outline:3px solid var(--teal);outline-offset:2px}}@media (max-width:360px){.workspace{padding-inline:10px}.ozon-toolbar{margin-inline:-10px;padding-inline:10px}.operations-workspace .segmented{justify-content:space-between;width:100%}.operations-workspace .segmented button{flex:1;min-width:0;padding-inline:5px}.operations-workspace .operation-summary-strip{grid-template-columns:minmax(0,1fr)}}@media (prefers-reduced-motion:reduce){.sidebar{transition:none}}
