:root{--ink:#1f2329;--secondary:#4b5563;--muted:#667085;--accent:#137d59;--accent-hover:#0c6244;--line:#e2e5eb;--warning:#8a4b08;--danger:#b42318;font-family:Microsoft YaHei UI,Microsoft YaHei,Segoe UI,sans-serif;color:var(--ink);background:#fff;line-height:1.5;font-synthesis:none;font-size:14px;font-weight:400}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:7px;padding:9px 13px;cursor:pointer;white-space:nowrap}button:hover:not(:disabled){background:#eff5f1;border-color:#a7bcaf}button:disabled{cursor:default;opacity:1;color:#9299a4;background:#f5f6f8;border-color:#e5e7eb}button.primary{background:var(--accent);color:#fff;border-color:var(--accent)}button.primary:hover:not(:disabled){background:var(--accent-hover)}button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #84b9a5;outline-offset:2px}input,select{width:100%;border:1px solid var(--line);padding:10px 12px;border-radius:6px;background:#fff;color:var(--ink)}label{display:block;font-size:13px;color:var(--secondary)}label>input,label>select{margin-top:8px}h1,h2,h3,p{margin:0}h1,h2,h3{color:var(--ink)}strong{font-weight:600}input::placeholder,textarea::placeholder{color:var(--muted)}h1{font-size:26px;letter-spacing:-.6px;font-weight:600}h2{font-size:18px;font-weight:600}h3{font-size:13px;font-weight:600}small{font-size:13px}p{line-height:1.7;color:var(--secondary)}.app{display:flex;min-height:100vh}.sidebar{width:210px;flex-shrink:0;background:#f8f9fb;border-right:1px solid var(--line);display:flex;flex-direction:column;position:fixed;inset:0 auto 0 0}.brand{display:flex;align-items:center;gap:10px;padding:28px 20px 24px;font-weight:700;font-size:20px;letter-spacing:1px}.brand small{display:block;font-size:10px;letter-spacing:1.3px;color:var(--secondary);margin-top:5px}.brand-mark{background:var(--accent);border-radius:11px;color:#fff;width:36px;height:39px;display:grid;place-items:center}.workspace{border:1px solid #e7eaee;margin:3px 14px 22px;padding:12px 10px;background:#fff;display:flex;align-items:center;gap:9px;border-radius:7px;font-size:13px}.workspace small{display:block;margin-top:4px;color:var(--secondary);font-size:12px}.avatar{background:#e5ece7;color:var(--secondary);border-radius:7px;display:grid;place-items:center;width:32px;height:32px;font-weight:600}.avatar.small{width:30px;height:30px}.workspace-dot,.local-dot{width:6px;height:6px;background:#4a9476;border-radius:50%;display:inline-block}.workspace-dot{margin-left:auto}nav{display:grid;gap:6px;padding:0 12px}nav button{font-size:15px;justify-content:flex-start;border:0;border-radius:6px;padding:12px 14px;color:var(--secondary);background:none;gap:11px}nav button.active{background:#e5f4ed;box-shadow:inset 3px 0 var(--accent);color:var(--accent);font-weight:600}nav button:disabled{opacity:.75}.nav-dot{width:5px;height:5px;border-radius:50%;background:#c1cac4;margin-left:auto}.side-bottom{margin-top:auto;padding:20px 24px;color:var(--secondary);font-size:13px}.side-bottom small{display:block;font-size:12px;color:var(--secondary);margin-top:8px}.main{margin-left:210px;width:calc(100% - 210px);min-width:0}.topbar{height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 34px;background:#fff;border-bottom:1px solid #e9edea;font-size:13px;color:var(--secondary)}.topbar>span{display:flex;align-items:center;gap:14px}.top-right{display:flex;align-items:center;gap:20px}.internal-tag{background:#f4f6f4;padding:5px 10px;border-radius:4px;font-size:13px}.content{max-width:1470px;margin:auto;padding:40px 42px}.page-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.eyebrow{font-size:12px;letter-spacing:2px;color:var(--secondary);margin-bottom:10px}.page-heading p{margin-top:12px;font-size:13px}.start-panel{display:flex;align-items:center;background:#fff;border:1px solid #e5e9e7;border-radius:10px;padding:23px 26px;gap:25px;margin-bottom:40px}.mini-plan{width:146px;flex-shrink:0;transform:rotate(-4deg)}.mini-plan svg{width:100%}.pill{display:inline-block;background:#dcebe0;color:var(--accent);padding:4px 8px;font-size:12px;border-radius:4px;margin-bottom:10px}.start-panel h2{font-size:19px}.start-panel p{margin-top:10px;font-size:13px}.start-panel>button{margin-left:auto;border:0;background:#fff}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.section-heading h2{font-size:16px}.section-heading h2 span{font-weight:400;color:var(--secondary);font-size:13px;margin-left:8px}.search{display:flex;align-items:center;gap:8px;padding:0 10px;background:#fff;border:1px solid var(--line);border-radius:6px;color:var(--secondary)}.search input{width:165px;border:0;font-size:13px;padding:9px 0}.projects-table{background:#fff;border:1px solid var(--line);border-radius:9px;overflow:hidden}.project-columns,.project-row{display:grid;grid-template-columns:2.3fr 1fr .8fr 1fr 20px;gap:12px;align-items:center;width:100%;padding:19px 22px;text-align:left}.project-columns{background:#f7f8fa;color:var(--secondary);font-size:13px;padding-top:13px;padding-bottom:13px}.project-row{border:0;border-top:1px solid #edf0ee;border-radius:0;padding-top:24px;padding-bottom:24px}.project-title{display:flex;align-items:center;gap:13px}.project-title strong{font-weight:600}.project-title small{display:block;color:var(--secondary);font-size:13px;margin-top:8px}.project-icon{width:40px;height:44px;background:#edf3ef;border:1px solid #e0e9e3;border-radius:6px;display:grid;place-items:center;color:var(--secondary)}.status{display:inline-block;font-size:13px;font-weight:400;background:#fbf4e7;padding:5px 9px;border-radius:4px;color:var(--warning)}.status.done{background:#e8f3eb;color:var(--accent)}.muted{color:var(--secondary)}.compact{font-size:13px;line-height:1.75}.next-modules{display:flex;gap:35px;margin-top:30px;color:var(--secondary)}.next-modules>div{display:flex;align-items:center;gap:10px;font-size:13px}.next-modules strong{font-weight:500;color:var(--secondary)}.empty{text-align:center;padding:65px;color:var(--secondary)}.empty svg{margin-bottom:15px}.empty h3{font-size:16px;margin-bottom:10px}.module-empty{max-width:610px;margin:70px auto;text-align:center}.module-icon{display:grid;place-items:center;width:76px;height:76px;border-radius:20px;background:#e7f0e9;color:var(--secondary);margin:0 auto 24px}.module-empty p{margin:20px 0}.setup-note{display:flex;text-align:left;align-items:center;gap:12px;background:#fff;border:1px solid #e2e9e4;padding:18px;border-radius:8px;color:var(--secondary);font-size:13px;margin:25px 0}.overlay{position:fixed;inset:0;background:#21392c55;backdrop-filter:blur(3px);display:grid;place-items:center;z-index:50}.modal{background:#fff;border-radius:13px;padding:28px;width:min(520px,92vw);box-shadow:0 20px 90px #182e3022;max-height:88vh;overflow:auto}.modal-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.modal-title button{border:0;padding:5px}.modal label{margin-bottom:22px}.file-drop{display:flex;align-items:center;justify-content:center;gap:12px;flex-direction:column;position:relative;border:1px dashed #aabdac;border-radius:8px;padding:28px 15px;background:#f8faf8;color:var(--secondary)}.file-drop input{position:absolute;inset:0;opacity:0;cursor:pointer;margin:0}.file-drop strong{font-size:13px;color:var(--ink);max-width:100%;overflow:hidden;text-overflow:ellipsis}.file-drop span{font-size:13px}.wide{width:100%;margin-top:22px}.error{color:var(--danger)!important;font-size:13px}.toast{position:fixed;bottom:30px;left:50%;transform:translate(-50%);background:#283f34;color:#fff;padding:13px 24px;border-radius:8px;z-index:100;box-shadow:0 4px 20px #162c3322;max-width:85vw;font-size:13px}.editor{display:flex;flex-direction:column;height:calc(100vh - 68px)}.editor-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px 24px;background:#fff;border-bottom:1px solid var(--line);min-height:95px}.editor-heading>div:first-child{display:flex;align-items:center;gap:16px}.back{border:0;background:#f4f7f5;font-size:13px;padding:7px 9px}.editor-heading h1{font-size:18px;letter-spacing:0}.editor-heading h1 span{font-size:13px;color:var(--secondary);font-weight:400;display:block;margin-top:8px}.actions{display:flex;align-items:center;gap:10px}.actions button{font-size:13px;padding:8px 10px}.save-state{font-size:12px;color:var(--secondary)}.editor-body{flex:1;display:flex;min-height:0}.room-panel{width:200px;flex-shrink:0;background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;overflow:auto}.panel-heading{display:flex;align-items:center;gap:8px;padding:20px 17px;font-size:13px;border-bottom:1px solid #eef1ef}.panel-heading span{margin-left:auto;color:var(--secondary);font-size:13px}.panel-heading button{border:0;margin-left:auto;padding:0}.room-list{padding:10px 9px;overflow:auto;max-height:43vh}.room-item{width:100%;display:flex;border:0;padding:12px 10px;justify-content:flex-start;border-radius:5px;gap:10px;white-space:normal}.room-item.selected{background:#e5f4ed;box-shadow:inset 3px 0 var(--accent)}.room-item strong{font-size:14px;font-weight:600;text-align:left;display:block}.room-item small{display:block;color:var(--secondary);font-size:13px;text-align:left;margin-top:6px}.room-item>svg:last-child{margin-left:auto;color:var(--secondary)}.color-dot{width:8px;height:8px;border-radius:2px;flex-shrink:0}.add-room{margin:0 16px;font-size:13px;border-style:dashed;padding:9px 5px;color:var(--secondary)}.floor-section{padding:13px 9px;border-top:1px solid #eef1ef;margin-top:18px}.text-button{font-size:13px;border:0;margin-left:26px;padding:7px;color:var(--secondary)}.source-note{margin-top:auto;padding:18px 16px;display:flex;gap:8px;border-top:1px solid #edf1ee;font-size:13px;color:var(--secondary);line-height:1.6}.source-note svg{flex-shrink:0}.source-note small{display:block;font-size:12px;color:var(--secondary);margin-top:7px;line-height:1.6}.canvas-column{flex:1;min-width:0;display:flex;flex-direction:column}.canvas-toolbar{height:49px;flex-shrink:0;background:#fafbfc;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;padding:8px 13px;gap:8px}.canvas-toolbar>div{display:flex;gap:5px;align-items:center}.canvas-toolbar button{padding:5px 7px;background:none;border:0;font-size:13px}.canvas-toolbar button.selected{background:#e4eee7;color:var(--accent)}.canvas-toolbar label{display:flex;align-items:center;white-space:nowrap;gap:5px;font-size:13px;margin-right:5px}.canvas-toolbar input{width:auto;margin:0;accent-color:var(--accent)}.canvas-wrap{flex:1;position:relative;min-height:220px;overflow:hidden;background:#fff}.plan-canvas{display:block;width:100%;height:100%;touch-action:none;cursor:grab}.mode-floor,.mode-rect,.mode-assign{cursor:crosshair}.edge-handle{cursor:move}.vertex-handle{cursor:crosshair}.canvas-hint{position:absolute;bottom:14px;left:50%;transform:translate(-50%);font-size:12px;padding:7px 10px;color:var(--secondary);background:#fffffff0;border:1px solid #e1e9e3;border-radius:5px;white-space:nowrap;pointer-events:none}.drawing-actions{position:absolute;top:15px;left:50%;transform:translate(-50%);display:flex;gap:8px}.drawing-actions button{font-size:13px}.metrics-bar{height:79px;display:flex;align-items:center;justify-content:space-around;border-top:1px solid var(--line);background:#fff;flex-shrink:0}.metrics-bar>div{padding:0 18px;border-right:1px solid #e7ede8;flex:1}.metrics-bar>div:last-child{border:0}.metrics-bar span{font-size:12px;color:var(--secondary);display:block;margin-bottom:6px}.metrics-bar strong{color:var(--ink);font-size:24px;font-weight:600;font-variant-numeric:tabular-nums}.metrics-bar small{font-size:12px;font-weight:400;color:var(--secondary)}.inspector{width:235px;flex-shrink:0;padding:0 18px 20px;background:#fff;border-left:1px solid var(--line);overflow:auto}.inspector .panel-heading{padding:20px 0;margin-bottom:20px}.inspector label input{font-size:13px;padding:9px}.area-value{font-size:34px;font-weight:600;letter-spacing:-1px;margin-top:22px;font-variant-numeric:tabular-nums}.area-value span{font-size:13px;color:var(--secondary);letter-spacing:0;margin-left:6px;font-weight:400}.metric-caption{color:var(--secondary);font-size:13px;margin-top:7px}.inspector-actions{display:grid;gap:8px;margin:23px 0}.inspector-actions>button{font-size:13px;padding:9px 6px}.inspector-actions button.danger-link{border:0;background:none;color:var(--danger);font-size:13px}.inline-confirm{background:#fbf4e8;padding:10px;font-size:13px}.inline-confirm span{display:block;margin-bottom:7px}.inline-confirm button{font-size:12px;padding:4px;margin-right:4px}.checking{border-top:1px solid #e8eeea;padding-top:18px;margin-top:20px}.checking h3{display:flex;align-items:center;gap:7px;color:var(--secondary);font-size:13px}.checking p{font-size:13px;margin-top:9px;line-height:1.7}.measurement{padding:18px 0;margin-top:10px}.measurement h3{font-size:13px;color:var(--secondary);margin-bottom:7px}.measurement p{font-size:12px;color:var(--secondary);line-height:1.8;margin-top:8px}.confirm-button{font-weight:600;width:100%;font-size:13px;background:#edf4ee;border-color:#dbe8de;color:var(--accent);padding:10px 5px}.confirmation-state{display:block;text-align:center;color:var(--secondary);font-size:12px;margin-top:10px}.version-list{margin-top:15px;max-height:50vh;overflow:auto}.version-list>div{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid #e5ece7}.version-list strong{font-size:13px}.version-list small{display:block;font-size:13px;color:var(--secondary);margin-top:7px}.version-list button{font-size:13px}@media(min-width:1700px){.room-panel{width:225px}.inspector{width:260px}.content{padding-top:55px}}@media(max-width:1250px){.sidebar{width:175px}.main{margin-left:175px;width:calc(100% - 175px)}.brand{padding-left:15px;font-size:18px}.workspace{margin-left:10px;margin-right:10px}.content{padding:30px 24px}.room-panel{width:160px}.inspector{width:205px;padding-left:13px;padding-right:13px}.editor-heading{padding:15px}.save-state{display:none}.start-panel{gap:18px}.mini-plan{width:105px}.next-modules{display:grid;gap:15px}}@media(max-width:900px){.sidebar{width:66px}.brand{padding:20px 15px}.brand>div,.workspace,nav button:not(.active) .nav-dot,.brand small,.side-bottom{display:none}.brand-mark{flex-shrink:0}.brand{font-size:0}nav{padding:0 8px}nav button{font-size:0;padding:13px;gap:0}nav svg{flex-shrink:0}.main{margin-left:66px;width:calc(100% - 66px)}.topbar{padding:0 20px}.editor-body{flex-wrap:wrap;overflow:auto}.room-panel{width:145px;max-height:650px}.canvas-column{min-width:340px;height:600px}.inspector{width:100%;display:block;border-top:1px solid var(--line);overflow:visible;padding:20px}.editor{height:auto;min-height:calc(100vh - 68px)}.editor-heading{flex-wrap:wrap}.inspector .panel-heading{padding-top:0}.page-heading{align-items:flex-start;gap:15px}h1{font-size:23px}.start-panel .mini-plan{display:none}.start-panel{padding:20px}.project-columns,.project-row{grid-template-columns:2fr 1fr .8fr 15px;padding-left:16px;padding-right:16px}.project-columns>span:nth-child(4),.project-row>span.muted{display:none}.start-panel h2{font-size:16px}}@media(max-width:600px){.content{padding:25px 15px}.page-heading{display:block}.page-heading>button{margin-top:20px}.start-panel{display:block}.start-panel>button{margin-top:20px}.search input{width:95px}.project-columns,.project-row{grid-template-columns:1fr .65fr 14px;gap:5px}.project-columns>span:nth-child(2),.project-row>span:nth-child(2){display:none}.project-title{gap:8px}.project-icon{display:none}.project-title strong{font-size:13px}.project-title small{font-size:12px}.actions{flex-wrap:wrap}.room-panel{width:100%;max-height:180px}.room-list{display:flex;padding:5px;max-height:80px}.room-item{min-width:85px}.room-panel .panel-heading,.room-panel .source-note,.floor-section{display:none}.add-room{margin:8px 16px}.canvas-column{min-width:0;width:100%;height:460px;flex:auto}.metrics-bar>div{padding:0 9px}.metrics-bar strong{font-size:16px}.canvas-hint{white-space:normal;width:90%;text-align:center}.editor-heading h1{font-size:16px}.section-heading h2{font-size:14px}.next-modules>div{flex-wrap:wrap}}.drawing-guide{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:#fff;border-bottom:1px solid #e7ece9;flex-shrink:0}.drawing-guide strong{font-size:13px}.drawing-guide span{display:block;color:var(--secondary);font-size:12px;margin-top:5px}.drawing-guide>div:last-child{display:flex;gap:7px}.drawing-guide button{font-size:13px;padding:7px 9px}.snap-status{position:absolute;top:12px;left:12px;padding:5px 9px;background:#fff;border:1px solid #e1e8e4;border-radius:5px;font-size:12px;color:var(--secondary);pointer-events:none}.snap-status.on{color:var(--accent);background:#ecf8f1;border-color:#85b69d}.proposal-bar{padding:14px;background:#f0f7f3;border-top:1px solid #c9dfd2;display:flex;gap:9px;align-items:center;flex-shrink:0}.proposal-bar>div{flex:1}.proposal-bar strong{font-size:13px}.proposal-bar span{display:block;font-size:12px;color:var(--secondary);margin-top:5px}.proposal-bar button{font-size:13px}.split-button{color:var(--accent);border-color:#b3cebf;background:#f4f9f5}.mode-region,.mode-split,.mode-floor,.mode-rect,.mode-assign{cursor:crosshair}[inert]{opacity:.65}.canvas-toolbar{height:auto;min-height:49px;flex-wrap:wrap}.source-note small{overflow-wrap:anywhere}.drawing-actions{z-index:2}@media(max-width:1100px){.drawing-guide,.proposal-bar{flex-wrap:wrap}.proposal-bar>div{flex-basis:100%}}.oasis-split-box{border:2px dashed #b58429;background:#f5dc9d20;pointer-events:none}.split-proposal{display:block;background:#f7faf8;padding:12px 14px}.split-summary{display:flex;align-items:center;justify-content:space-between;gap:10px}.split-summary>span{margin:0}.split-parts{display:flex;gap:12px;margin:10px 0}.split-part{flex:1;border:1px solid #dfe8e3;border-radius:7px;background:#fff;padding:9px 11px}.split-part>span{display:flex;align-items:center;gap:7px;color:var(--secondary);margin:0;font-size:13px}.split-part i{width:7px;height:7px;border-radius:50%}.split-part strong{margin-left:auto;font-size:13px}.split-part input{padding:6px 8px;margin-top:7px;font-size:13px}.split-no-outside{flex:1;padding:15px;color:var(--secondary);font-size:13px;line-height:1.9}.split-footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.split-footer small{font-size:12px;color:var(--secondary)}.split-footer>div{display:flex;gap:7px}.split-footer button{font-size:13px;padding:7px 9px}@media(max-width:1200px){.split-summary,.split-footer{align-items:flex-start;flex-direction:column}.split-summary>span{line-height:1.5}}@media(max-width:600px){.split-parts{gap:6px}.split-part{padding:7px}.split-footer>div{flex-wrap:wrap}.split-no-outside{padding:7px}}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:#fff}.login-card{width:min(410px,100%);background:#fff;border:1px solid #e0e8e2;border-radius:14px;padding:36px}.login-brand{display:flex;align-items:center;gap:14px;margin-bottom:14px}.login-card>p{margin-bottom:30px}.login-card label{margin:20px 0}.login-card>small{display:block;text-align:center;color:var(--secondary);margin-top:22px}.account-button{border:0;background:none;font-size:13px;padding:7px}.account-tabs{display:flex;gap:8px;margin-bottom:24px}.account-tabs .selected{background:#eaf3ed;border-color:#a9c7b7}.team-list{margin-top:20px;max-height:230px;overflow:auto}.team-list>div{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e8eee9;font-size:13px}.team-list small{display:block;color:var(--secondary);margin-top:4px}.feasibility-options{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:1000px}.feasibility-option{display:block;text-align:left;white-space:normal;padding:30px;background:#fff;border:1px solid #dfe8e1;border-radius:10px}.feasibility-option .module-icon{margin:0 0 24px;width:60px;height:60px;border-radius:12px}.feasibility-option h2{font-size:23px}.feasibility-option p{margin:14px 0 20px;max-width:330px}.feasibility-option small{color:var(--secondary)}.option-link{display:flex;align-items:center;gap:10px;margin-top:28px;font-size:13px;color:var(--accent)}.feasibility .setup-note{max-width:1000px;margin-top:28px}.feasibility-detail{display:grid;grid-template-columns:1fr 1fr;background:#fff;border:1px solid #e0e8e2;border-radius:9px;margin:24px 0;padding:28px;gap:40px;max-width:1000px}.feasibility-detail h2{margin-bottom:22px}.feasibility-detail p{padding:12px 0;border-top:1px solid #edf1ee;font-size:13px}.feasibility-detail b{font-weight:400;color:var(--secondary);margin-right:20px}@media(max-width:650px){.feasibility-options,.feasibility-detail{grid-template-columns:1fr}.login-card{padding:26px}.top-right{gap:6px}.topbar{padding:0 12px}.feasibility .page-heading>.status{display:inline-block;margin-top:16px}}:root,:host{--ol-background-color: white;--ol-accent-background-color: #F5F5F5;--ol-subtle-background-color: rgba(128, 128, 128, .25);--ol-partial-background-color: rgba(255, 255, 255, .75);--ol-foreground-color: #333333;--ol-subtle-foreground-color: #666666;--ol-brand-color: #00AAFF}.ol-box{box-sizing:border-box;border-radius:2px;border:1.5px solid var(--ol-background-color);background-color:var(--ol-partial-background-color)}.ol-mouse-position{top:8px;right:8px;position:absolute}.ol-scale-line{background:var(--ol-partial-background-color);border-radius:4px;bottom:8px;left:8px;padding:2px;position:absolute}.ol-scale-line-inner{border:1px solid var(--ol-subtle-foreground-color);border-top:none;color:var(--ol-foreground-color);font-size:10px;text-align:center;margin:1px;will-change:contents,width;transition:all .25s}.ol-scale-bar{position:absolute;bottom:8px;left:8px}.ol-scale-bar-inner{display:flex}.ol-scale-step-marker{width:1px;height:15px;background-color:var(--ol-foreground-color);float:right;z-index:10}.ol-scale-step-text{position:absolute;bottom:-5px;font-size:10px;z-index:11;color:var(--ol-foreground-color);text-shadow:-1.5px 0 var(--ol-partial-background-color),0 1.5px var(--ol-partial-background-color),1.5px 0 var(--ol-partial-background-color),0 -1.5px var(--ol-partial-background-color)}.ol-scale-text{position:absolute;font-size:12px;text-align:center;bottom:25px;color:var(--ol-foreground-color);text-shadow:-1.5px 0 var(--ol-partial-background-color),0 1.5px var(--ol-partial-background-color),1.5px 0 var(--ol-partial-background-color),0 -1.5px var(--ol-partial-background-color)}.ol-scale-singlebar{position:relative;height:10px;z-index:9;box-sizing:border-box;border:1px solid var(--ol-foreground-color)}.ol-scale-singlebar-even{background-color:var(--ol-subtle-foreground-color)}.ol-scale-singlebar-odd{background-color:var(--ol-background-color)}.ol-unsupported{display:none}.ol-viewport,.ol-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ol-viewport canvas{all:unset;overflow:hidden}.ol-viewport{touch-action:pan-x pan-y}.ol-selectable{-webkit-touch-callout:default;-webkit-user-select:text;-moz-user-select:text;user-select:text}.ol-grabbing{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.ol-grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.ol-control{position:absolute;background-color:var(--ol-subtle-background-color);border-radius:4px}.ol-zoom{top:.5em;left:.5em}.ol-rotate{top:.5em;right:.5em;transition:opacity .25s linear,visibility 0s linear}.ol-rotate.ol-hidden{opacity:0;visibility:hidden;transition:opacity .25s linear,visibility 0s linear .25s}.ol-zoom-extent{top:4.643em;left:.5em}.ol-full-screen{right:.5em;top:.5em}.ol-control button{display:block;margin:1px;padding:0;color:var(--ol-subtle-foreground-color);font-weight:700;text-decoration:none;font-size:inherit;text-align:center;height:1.375em;width:1.375em;line-height:.4em;background-color:var(--ol-background-color);border:none;border-radius:2px}.ol-control button::-moz-focus-inner{border:none;padding:0}.ol-zoom-extent button{line-height:1.4em}.ol-compass{display:block;font-weight:400;will-change:transform}.ol-touch .ol-control button{font-size:1.5em}.ol-touch .ol-zoom-extent{top:5.5em}.ol-control button:hover,.ol-control button:focus{text-decoration:none;outline:1px solid var(--ol-subtle-foreground-color);color:var(--ol-foreground-color)}.ol-zoom .ol-zoom-in{border-radius:2px 2px 0 0}.ol-zoom .ol-zoom-out{border-radius:0 0 2px 2px}.ol-attribution{text-align:right;bottom:.5em;right:.5em;max-width:calc(100% - 1.3em);display:flex;flex-flow:row-reverse;align-items:center}.ol-attribution a{color:var(--ol-subtle-foreground-color);text-decoration:none}.ol-attribution ul{margin:0;padding:1px .5em;color:var(--ol-foreground-color);text-shadow:0 0 2px var(--ol-background-color);font-size:12px}.ol-attribution li{display:inline;list-style:none}.ol-attribution li:not(:last-child):after{content:" "}.ol-attribution img{max-height:2em;max-width:inherit;vertical-align:middle}.ol-attribution button{flex-shrink:0}.ol-attribution.ol-collapsed ul{display:none}.ol-attribution:not(.ol-collapsed){background:var(--ol-partial-background-color)}.ol-attribution.ol-uncollapsible{bottom:0;right:0;border-radius:4px 0 0}.ol-attribution.ol-uncollapsible img{margin-top:-.2em;max-height:1.6em}.ol-attribution.ol-uncollapsible button{display:none}.ol-zoomslider{top:4.5em;left:.5em;height:200px}.ol-zoomslider button{position:relative;height:10px}.ol-touch .ol-zoomslider{top:5.5em}.ol-overviewmap{left:.5em;bottom:.5em}.ol-overviewmap.ol-uncollapsible{bottom:0;left:0;border-radius:0 4px 0 0}.ol-overviewmap .ol-overviewmap-map,.ol-overviewmap button{display:block}.ol-overviewmap .ol-overviewmap-map{border:1px solid var(--ol-subtle-foreground-color);height:150px;width:150px}.ol-overviewmap:not(.ol-collapsed) button{bottom:0;left:0;position:absolute}.ol-overviewmap.ol-collapsed .ol-overviewmap-map,.ol-overviewmap.ol-uncollapsible button{display:none}.ol-overviewmap:not(.ol-collapsed){background:var(--ol-subtle-background-color)}.ol-overviewmap-box{border:1.5px dotted var(--ol-subtle-foreground-color)}.ol-overviewmap .ol-overviewmap-box:hover{cursor:move}.ol-overviewmap .ol-viewport:hover{cursor:pointer}.dimension-key{border-top:1px solid var(--line);margin-top:16px;padding-top:14px}.dimension-key h3{font-size:13px;margin:0 0 9px;display:flex;align-items:center;justify-content:space-between;gap:6px;color:var(--ink)}.dimension-key h3 small{font-size:12px;color:var(--secondary);font-weight:400}.dimension-type{display:flex;align-items:center;text-align:left;width:100%;border:0;border-bottom:1px solid #edf1ee;border-radius:0;background:transparent;padding:10px 0;gap:9px;white-space:normal}.dimension-type:hover{background:#f3f7f4}.dimension-type b{font-size:13px;color:var(--accent);background:#e8f2eb;border-radius:4px;padding:5px 6px}.dimension-type strong{font-size:13px;color:var(--ink);font-weight:500;line-height:1.8;display:block}.dimension-type i{font-style:normal;color:var(--secondary);margin:0 2px}.dimension-type small{font-size:12px;color:var(--secondary);display:block;line-height:1.6;margin-top:2px}.dimension-key p{font-size:12px;color:var(--secondary);line-height:1.8;margin:8px 0 0}.room-dimensions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:15px}.room-dimensions span{font-size:12px;color:var(--secondary)}.room-dimensions strong{display:block;font-size:15px;color:var(--ink);margin-top:5px;font-weight:500}.room-dimensions small{font-size:12px}.dimension-key .dimension-type{min-height:0}.content:has(.lease-module){max-width:1900px;padding:28px 30px}.lease-module{color:#263e34;font-variant-numeric:tabular-nums}.lease-module button{white-space:nowrap}.ls-library-head{display:flex;justify-content:space-between;align-items:center;margin:24px 0 12px;color:#708078;font-size:13px}.ls-projects{border:1px solid #dce5e0;border-radius:10px;overflow:hidden;background:#fff}.ls-project{display:grid!important;grid-template-columns:minmax(280px,2fr) repeat(3,minmax(110px,1fr)) 24px;gap:20px;width:100%;border:0!important;border-bottom:1px solid #edf1ee!important;padding:24px!important;border-radius:0!important;text-align:left!important;align-items:center}.ls-project:hover{background:#f2f7f4}.ls-project-name{display:flex;gap:14px;align-items:center}.ls-project-name svg{color:#398369}.ls-project strong{font-size:16px}.ls-project span,.ls-project small{display:block;color:#7b8780;font-size:12px;font-weight:400}.ls-project b{display:block;font-size:17px;margin-top:6px}.ls-project b small{display:inline;margin-left:5px}.ls-project-name small{margin-top:8px}.ls-project-head{display:flex;gap:15px;align-items:center;margin-bottom:20px}.ls-project-head>div{flex:1}.ls-project-head h1{font-size:22px;margin:0 0 5px}.ls-project-head span{font-size:12px;color:#78887f}.ls-workspace{display:grid;grid-template-columns:400px minmax(0,1fr);gap:24px;align-items:start}.ls-inputs{background:#fff;border:1px solid #dbe5de;border-radius:10px;padding:20px;max-height:calc(100vh - 190px);overflow:auto;scrollbar-width:thin}.ls-input-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.ls-input-heading h2{font-size:16px;margin:0}.ls-unsaved,.ls-saved{font-size:11px}.ls-unsaved{color:#9b601b}.ls-saved{color:#227659}.ls-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ls-field{display:flex!important;flex-direction:column;gap:6px;font-size:12px!important;min-width:0;margin:0 0 10px!important}.ls-field>span{color:#56695e;line-height:1.5}.ls-field>div{position:relative;display:flex;align-items:center;min-width:0}.ls-field input,.ls-field select,.ls-field>input,.ls-type input{border:1px solid #d4ded7;border-radius:5px;padding:8px 9px;font:inherit;width:100%;min-width:0;background:#fff;height:35px;box-sizing:border-box;color:#253f32}.ls-field input:focus,.ls-field select:focus{outline:2px solid #84b69c;outline-offset:1px}.ls-field input:disabled{background:#f0f3f1;color:#65756c}.ls-field small{font-size:10px;color:#6a7b70;flex-shrink:0;margin-left:5px;max-width:42px}.ls-field select{font-size:11px}.ls-inputs h3{font-size:13px;border-top:1px solid #e6ece8;margin:20px 0 15px;padding-top:17px;color:#1d4734}.ls-hint{font-size:11px;line-height:1.7;color:#7a8880;margin:7px 0 12px}.lease-module details{border-top:1px solid #e4ebe6;margin-top:14px;padding-top:13px}.lease-module summary{font-size:12px;font-weight:600;cursor:pointer;color:#34533e;margin-bottom:14px}.ls-stage-head{font-size:10px;color:#738276;display:flex;gap:8px;align-items:center;justify-content:space-between;margin-bottom:8px}.ls-stage-head button{font-size:10px;padding:5px}.ls-stage{display:grid;grid-template-columns:1fr 1fr 22px;gap:7px;align-items:center}.ls-stage button{padding:2px;border:0;margin-top:10px}.ls-savebar{position:sticky;bottom:-20px;background:#fff;padding:15px 0 3px;border-top:1px solid #e8ede9;margin-top:18px}.ls-savebar button{width:100%;justify-content:center;font-size:13px}.ls-tax{font-size:11px}.ls-tax>div{display:flex;justify-content:space-between;padding:7px 0;border-bottom:1px solid #edf1ee}.ls-tax dd{margin:0}.ls-type{padding:10px;background:#f6f8f6;margin-bottom:10px;display:grid;grid-template-columns:1fr 1fr;gap:6px;font-size:10px}.ls-type label{font-size:10px}.ls-type .ls-field{margin:0!important}.ls-budget{margin-top:12px;padding:12px;background:#edf5ef;font-size:12px;line-height:1.6}.ls-results{min-width:0}.ls-result-top{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #dce5df;margin-bottom:20px}.ls-result-top>span{font-size:11px;color:#7a887e}.ls-tabs{display:flex;gap:20px}.ls-tabs button{padding:12px 0;background:transparent;border:0;border-bottom:2px solid transparent;border-radius:0;font-size:14px;color:#78847d}.ls-tabs .active{color:#167655;border-bottom-color:#167655;font-weight:600}.ls-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border:1px solid #dce5df;border-radius:8px;overflow:hidden;background:#dce5df}.ls-metric{background:#fff;padding:20px 16px;min-width:0}.ls-metric:first-child{background:#eaf4ed}.ls-metric>span{font-size:12px;color:#52675a;display:block}.ls-metric strong{font-size:clamp(18px,1.6vw,27px);display:block;margin:12px 0;font-weight:600;letter-spacing:-.7px}.ls-metric small{display:block;font-size:10px;color:#89928a;line-height:1.6}.ls-secondary{display:flex;flex-wrap:wrap;gap:10px 24px;padding:18px 0;font-size:11px;color:#7a877d}.ls-secondary b{color:#395842;font-weight:600;margin-left:6px;font-size:13px}.ls-chart-title{display:flex;align-items:center;justify-content:space-between;margin-top:12px}.ls-chart-title h2,.ls-table-title h2{font-size:15px;margin:0}.ls-chart-title span{font-size:11px;color:#839088}.ls-chart{margin:16px 0 24px;background:linear-gradient(#f4f8f5,#fafcfa);border-radius:6px;padding:12px}.ls-chart svg{display:block;width:100%;max-height:200px}.ls-chart text{font-size:11px;fill:#728477}.ls-table-title{display:flex;justify-content:space-between;align-items:center;margin:20px 0 12px}.ls-table-title p{font-size:11px;color:#7d8981;margin:7px 0 0}.ls-table-title>span{color:#829084;font-size:11px}.ls-table-scroll{overflow:auto;border:1px solid #dde5df;border-radius:6px;scrollbar-width:thin}.ls-annual,.ls-sens-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;font-size:11px;white-space:nowrap}.ls-annual th,.ls-annual td,.ls-sens-table th,.ls-sens-table td{padding:11px 13px;text-align:right;border-bottom:1px solid #edf0ee;min-width:85px}.ls-annual th:first-child,.ls-sens-table th:first-child{position:sticky;left:0;background:#fff;text-align:left;min-width:146px;z-index:1;border-right:1px solid #e2e9e3;font-weight:500}.ls-annual thead th,.ls-sens-table thead th{background:#f2f5f2;font-weight:600;color:#55705e}.ls-annual thead th:first-child,.ls-sens-table thead th:first-child{background:#f2f5f2}.ls-annual th small{display:block;font-weight:400;margin-top:4px}.ls-annual td:last-child{background:#f5f8f5;font-weight:600}.ls-annual .income th,.ls-annual .income td{background:#ecf5ef;color:#237452}.ls-annual .total th,.ls-annual .total td{background:#f0f4f1;font-weight:600}.ls-annual .cost th{color:#77654e}.ls-annual .invest th{color:#8c613d}.ls-annual .sub{color:#8b978d}.ls-annual .negative{color:#a2684b}.ls-finance{margin-top:22px!important}.ls-definition p{color:#7b877f;font-size:11px;line-height:1.8}.ls-stale{display:flex;align-items:center;gap:8px;background:#fff6e7;border:1px solid #efd4a8;color:#91662c;font-size:12px;padding:10px;margin-bottom:16px;border-radius:5px}.ls-stale button{padding:4px 8px;margin-left:auto;font-size:11px}.ls-error{position:fixed;bottom:24px;left:50%;transform:translate(-50%);padding:14px 20px;background:#fff0eb;color:#a8432a;border:1px solid #e7b3a5;box-shadow:0 5px 20px #0001;border-radius:6px;z-index:101;display:flex;gap:15px;max-width:90vw;font-size:13px}.ls-error button{background:transparent;padding:0;border:0}.ls-history{max-height:75vh;overflow:auto;width:620px}.ls-history-row{display:flex;gap:15px;justify-content:space-between;padding:17px 0;border-bottom:1px solid #e5ebe6;font-size:13px}.ls-history-row small{display:block;font-size:11px;color:#829082;margin-top:6px}.ls-axis-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.ls-sens-tools{display:flex;justify-content:space-between;gap:10px;margin:20px 0}.ls-switch{display:flex;border:1px solid #d4dfd6;border-radius:6px;overflow:hidden}.ls-switch button{border:0;border-radius:0;font-size:12px}.ls-switch button.active{background:#227653;color:#fff}.ls-sens-table td,.ls-sens-table th{min-width:72px;padding:15px 8px;text-align:center}.ls-sens-table th:first-child{min-width:115px;font-size:10px}.ls-sens-table .ls-baseline{box-shadow:inset 0 0 0 2px #167654;font-weight:700}.ls-sens-empty{padding:90px 20px;text-align:center;color:#87958b;background:#f6f8f5;font-size:13px;border-radius:8px}.ls-report-tools{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#819087;margin-bottom:15px;gap:10px}.ls-report-tools button{font-size:11px}.ls-report-edit{display:grid;grid-template-columns:1fr 1.2fr 1fr auto;gap:12px;align-items:center;padding:14px;background:#f1f5f1;margin-bottom:20px}.ls-report-edit button{font-size:11px}.ls-report-sheet{background:#fff;border:1px solid #dbe3dd;padding:32px 30px;color:#263c31;min-width:620px}.ls-report-brand{display:flex;justify-content:space-between;gap:15px;font-size:10px;color:#85958b;border-bottom:2px solid #226747;padding-bottom:14px}.ls-report-sheet h2{font-size:24px;letter-spacing:1px;margin:25px 0 16px}.ls-report-intro{display:flex;gap:20px;font-size:11px;color:#6d8274;margin-bottom:24px}.ls-report-group{margin-bottom:18px;border-bottom:1px solid #d6e1d8;padding-bottom:17px}.ls-report-group h3{font-size:13px;margin:0 0 13px;border-left:3px solid #527c65;padding-left:9px}.ls-report-income h3{border-left-color:#bd8660}.ls-report-cells{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.ls-report-cell{padding:13px;background:#eef3ef}.ls-report-income .ls-report-cell{background:#fbede3}.ls-report-cell>span{display:block;font-size:11px;color:#6b7a6e}.ls-report-cell b{display:block;font-size:22px;font-weight:500;letter-spacing:-.6px;margin-top:10px}.ls-report-cell small{display:block;color:#869187;font-size:9px;line-height:1.7;margin-top:8px}.ls-report-cell.strong{background:#1d6244;color:#fff}.ls-report-cell.strong>span{color:#d5e4dc}.ls-report-contract{font-size:10px;display:flex;flex-wrap:wrap;gap:8px 18px;color:#829185;margin:18px 0 24px}.ls-report-bottom{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.ls-report-bottom .ls-report-cell{padding:14px 10px}.ls-report-bottom b{font-size:21px}.ls-full{position:fixed;inset:0;background:#edf1ed;z-index:60;overflow:auto;padding:20px 35px}.ls-full .ls-project-head,.ls-full .ls-inputs,.ls-full .ls-result-top,.ls-full .ls-report-edit{display:none}.ls-full .ls-workspace{display:block;max-width:1350px;margin:auto}.ls-full .ls-report-tools{justify-content:flex-end}.ls-full .ls-report-tools>span{display:none}.ls-full .ls-report-sheet{padding:40px 50px}.ls-full .ls-report-sheet h2{font-size:32px}.ls-full .ls-report-cell b{font-size:28px}.ls-full .ls-report-cell small{font-size:12px}.ls-full .ls-report-intro,.ls-full .ls-report-contract{font-size:13px}.ls-full .ls-report-cell>span{font-size:14px}.ls-full .ls-report-cells{gap:18px}.ls-full .ls-report-cell{padding:20px}.ls-full .ls-report-group h3{font-size:16px}.ls-full .ls-report-brand{font-size:13px}@media(min-width:1700px){.ls-workspace{grid-template-columns:420px minmax(0,1fr)}}@media(max-width:1250px){.content:has(.lease-module){padding:24px 20px}.ls-workspace{grid-template-columns:350px minmax(0,1fr);gap:16px}.ls-inputs{padding:15px}.ls-metrics{grid-template-columns:1fr 1fr}.ls-project{grid-template-columns:2fr 1fr 1fr 20px}.ls-project>div:nth-child(3){display:none}.ls-report-sheet{padding:24px}.ls-report-edit{grid-template-columns:1fr 1fr}.ls-report-cell b{font-size:18px}.ls-results:has(.ls-report-sheet){overflow:auto}}@media(max-width:950px){.ls-workspace{grid-template-columns:1fr}.ls-inputs{max-height:none}.ls-inputs .ls-fields{grid-template-columns:repeat(3,1fr)}.ls-savebar{bottom:0}.ls-project{grid-template-columns:1fr 1fr 20px}.ls-project>div:nth-child(2){display:none}.ls-project-head h1{font-size:18px}.ls-report-sheet{min-width:580px}.ls-results{overflow:auto}}@media(max-width:600px){.ls-inputs .ls-fields{grid-template-columns:1fr 1fr}.ls-project-head{flex-wrap:wrap}.ls-project-head>div{order:-1;flex-basis:100%}.ls-tabs{gap:13px}.ls-tabs button{font-size:12px}.ls-sens-tools{flex-wrap:wrap}.ls-axis-fields{grid-template-columns:1fr 1fr}}.ls-full .ls-report-sheet{padding:26px 36px}.ls-full .ls-report-sheet h2{font-size:28px;margin:18px 0 12px}.ls-full .ls-report-intro{margin-bottom:18px}.ls-full .ls-report-cell{padding:12px 16px}.ls-full .ls-report-cell b{font-size:26px;margin-top:7px}.ls-full .ls-report-cell small{font-size:11px;margin-top:6px}.ls-full .ls-report-group{padding-bottom:12px;margin-bottom:12px}.ls-full .ls-report-contract{margin:14px 0 18px}.ls-full .ls-report-cells{gap:12px}.ls-inputs .ls-fields{gap:10px 14px}.ls-inputs .ls-fields .ls-field{margin-bottom:0!important}.ls-inputs h3{margin:16px 0 12px;padding-top:14px}.ls-field-wide{grid-column:1/-1}.ls-area-summary{display:grid;grid-template-columns:1fr 1fr;gap:5px 14px;background:#f0f6f2;border-radius:6px;padding:11px 13px;margin-top:12px}.ls-area-summary span{font-size:11px;color:#60776a;display:block}.ls-area-summary b,.ls-area-summary output{display:block;font-size:19px;font-weight:600;color:#236446;margin-top:4px}.ls-area-summary small{font-size:10px;font-weight:400;margin-left:5px}.ls-area-summary p{grid-column:1/-1;font-size:10px;color:#738779;margin:3px 0 0;line-height:1.6}.ls-input-warning{font-size:11px;color:#9b601b;line-height:1.6}.ls-inputs .ls-hint{margin-bottom:9px}.content:has(.ls-editor),.content:has(.asset-module){max-width:none;padding:16px 20px}.ls-editor{height:calc(100dvh - 32px);display:flex;flex-direction:column;min-height:0}.ls-editor .ls-project-head{flex-shrink:0;gap:10px;margin-bottom:12px;min-height:48px}.ls-editor .ls-project-head h1{font-size:18px;margin-bottom:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ls-editor .ls-project-head>div{min-width:0}.ls-editor .ls-project-head button{font-size:12px;padding:8px 10px}.ls-editor .ls-workspace{flex:1;min-height:0;grid-template-columns:minmax(300px,min(var(--ls-pane-width,360px),43%)) 14px minmax(0,1fr);gap:0;align-items:stretch}.ls-editor .ls-inputs{max-height:none;min-height:0;padding:0;display:flex;flex-direction:column;overflow:hidden;border-radius:7px}.ls-input-scroll{padding:14px;overflow:auto;scrollbar-width:thin;min-height:0;flex:1;overscroll-behavior:contain}.ls-editor .ls-input-heading{margin-bottom:10px}.ls-editor .ls-input-heading h2{font-size:14px}.ls-editor .ls-field>input{margin-top:0}.ls-editor .ls-inputs h3{margin:12px 0 10px;padding-top:12px}.ls-editor .ls-inputs .ls-fields{gap:9px 12px}.ls-editor .ls-field small{max-width:48px}.ls-editor .ls-area-summary{margin-top:10px;padding:9px 11px}.ls-editor .ls-savebar{position:static;flex-shrink:0;margin:0;padding:10px 14px;border-top:1px solid #dfe8e2;box-shadow:0 -3px 8px #253d3205}.ls-editor .ls-results{min-height:0;overflow:auto;scrollbar-width:thin;overscroll-behavior:contain;padding-left:6px}.ls-editor .ls-result-top{position:sticky;top:0;z-index:5;background:#fff;margin-bottom:14px;gap:10px;min-height:43px}.ls-editor .ls-result-top>span{margin-left:auto}.ls-editor .ls-tabs{gap:16px}.ls-editor .ls-tabs button{font-size:13px;padding:11px 0}.ls-toggle-inputs{font-size:11px;padding:5px 7px!important;color:#357155}.ls-resizer{position:relative;cursor:col-resize;touch-action:none;outline-offset:-3px}.ls-resizer:after{content:"";position:absolute;left:6px;top:43%;height:45px;width:3px;border-radius:3px;background:#c3d7ca}.ls-resizer:hover:after,.ls-resizer:focus-visible:after{background:#167655}.ls-editor .ls-metric{padding:15px 12px}.ls-editor .ls-metric strong{margin:8px 0}.ls-editor .ls-secondary{padding:12px 0;gap:8px 16px}.ls-editor .ls-chart-title{margin-top:7px}.ls-editor .ls-chart{margin:10px 0 16px;padding:8px}.ls-editor .ls-chart svg{max-height:145px}.ls-editor .ls-table-title{margin:15px 0 6px}.ls-editor.ls-params-hidden .ls-workspace{grid-template-columns:minmax(0,1fr)}.ls-editor.ls-params-hidden .ls-inputs,.ls-editor.ls-params-hidden .ls-resizer{display:none}.ls-editor.ls-focused{position:fixed;inset:0;z-index:60;background:#fff;height:100dvh;padding:14px 18px}.ls-mobile-switch{display:none}.ls-data-toolbar{display:flex;align-items:center;justify-content:space-between;margin:6px 0 8px;color:#718176;font-size:11px}.ls-data-toolbar button{font-size:11px;padding:5px 8px}.ls-data-table .ls-table-scroll{max-height:60dvh;overscroll-behavior:contain}.ls-data-table .ls-annual thead th{position:sticky;top:0;z-index:2}.ls-data-table .ls-annual thead th:first-child{z-index:3}.ls-data-table.ls-table-expanded{position:fixed;inset:12px;z-index:90;background:#fff;border:1px solid #d6e1d9;border-radius:8px;padding:16px;box-shadow:0 0 0 20px #eef3ef;display:flex;flex-direction:column}.ls-table-expanded .ls-data-toolbar{font-size:15px;margin:0 0 12px;flex-shrink:0}.ls-table-expanded .ls-data-toolbar button{font-size:13px}.ls-table-expanded .ls-table-scroll{max-height:none;min-height:0;flex:1}.ls-editor.ls-full{height:100dvh;display:block;padding:20px 35px}.ls-editor.ls-full .ls-workspace{display:block}.ls-editor.ls-full .ls-resizer,.ls-editor.ls-full .ls-mobile-switch{display:none}.ls-editor.ls-full .ls-results{display:block;overflow:visible}.asset-module .page-heading{margin-bottom:18px;align-items:center}.asset-module h1{font-size:20px}.asset-module .page-heading p{font-size:13px;margin-top:4px}.asset-status{font-size:12px;color:#7b827d;white-space:nowrap}.asset-scope{max-width:1000px;border-top:1px solid #e2e8e4;padding-top:14px}.asset-scope summary{font-size:13px;color:#4f6558;cursor:pointer}.asset-scope-grid{display:grid;grid-template-columns:minmax(230px,1fr) minmax(300px,2fr);gap:32px;margin-top:20px}.asset-scope h2{font-size:14px;margin-bottom:10px}.asset-scope li{font-size:13px;margin:8px 0;color:#637469}.asset-scope ul{padding-left:20px}@media(max-width:1250px){.ls-editor .ls-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.ls-editor .ls-metric small{line-height:1.4}.ls-editor .ls-tabs{gap:12px}}@media(max-width:1100px){.content:has(.ls-editor){padding:12px}.ls-editor{height:calc(100dvh - 24px)}.ls-editor .ls-workspace{display:block;overflow:hidden}.ls-editor .ls-resizer,.ls-editor .ls-toggle-inputs{display:none}.ls-mobile-switch{display:flex;gap:4px;padding:3px;background:#edf4ef;border-radius:6px;flex-shrink:0;margin-bottom:10px;align-self:flex-start}.ls-mobile-switch button{border:0;background:transparent;font-size:13px;padding:6px 22px}.ls-mobile-switch [aria-selected=true]{background:#fff;color:#166344;box-shadow:0 1px 3px #18382615}.ls-editor .ls-inputs,.ls-editor .ls-results{height:100%;max-height:none}.ls-editor.ls-mobile-inputs .ls-inputs{display:flex}.ls-editor.ls-mobile-inputs .ls-results,.ls-editor.ls-mobile-results .ls-inputs{display:none}.ls-editor.ls-mobile-results .ls-results{display:block}.ls-editor .ls-inputs .ls-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.ls-editor .ls-results{padding-left:0}.ls-editor .ls-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.ls-editor.ls-full .ls-results{display:block;height:auto}.ls-editor.ls-full .ls-inputs{display:none}}@media(max-width:600px){.ls-editor .ls-project-head{flex-wrap:wrap;gap:6px}.ls-editor .ls-project-head>div{order:-1;flex-basis:100%}.ls-editor .ls-project-head h1{font-size:16px}.ls-editor .ls-project-head button{padding:6px 9px}.ls-editor .ls-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.ls-editor .ls-stale{flex-wrap:wrap}.ls-editor .ls-result-top{gap:7px}.ls-editor .ls-tabs{gap:10px}.ls-editor .ls-tabs button{font-size:12px}.ls-editor.ls-focused{padding:10px}.ls-editor .ls-report-sheet{min-width:620px}.ls-data-table.ls-table-expanded{inset:5px;padding:10px}.asset-scope-grid{grid-template-columns:1fr;gap:12px}}.ls-field input[readonly]{background:#f1f4f2;color:#577063;cursor:default}.ls-ai{padding:18px;min-width:0;color:#202c27}.ls-ai-heading{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:12px}.ls-ai-heading h2,.ls-ai-heading h3{margin:0 auto 0 0;font-size:17px}.ls-ai-heading>span{font-size:12px;color:#66766e}.ls-ai select,.ls-ai textarea{font:inherit;border:1px solid #d4ded8;border-radius:6px;background:#fff;padding:9px;max-width:100%;color:inherit}.ls-ai-compose textarea{width:100%;resize:vertical;min-height:82px;box-sizing:border-box}.ls-ai-compose>div{display:flex;justify-content:space-between;align-items:center;margin:8px 0 16px}.ls-ai-compose span{font-size:12px;color:#63746a}.ls-ai-history{max-height:190px;overflow:auto;border-bottom:1px solid #e3e9e5;margin-bottom:14px}.ls-ai-history p{white-space:pre-wrap;line-height:1.6;font-size:13px;margin:0;padding:10px 0}.ls-ai-history strong{display:block;font-size:11px;color:#78867e}.ls-ai-history .from-user{padding-left:12px;border-left:2px solid #14765a}.ls-ai-warning,.ls-ai-missing{padding:10px 12px;background:#fff7e8;color:#7a5011;font-size:13px;line-height:1.6}.ls-ai details{margin:12px 0;border-bottom:1px solid #e2e8e4;padding-bottom:10px}.ls-ai summary{cursor:pointer;font-size:13px}.ls-ai table{border-collapse:collapse;width:100%;font-size:12px;margin:10px 0}.ls-ai th,.ls-ai td{padding:9px;text-align:right;border-bottom:1px solid #e3e9e5;white-space:nowrap}.ls-ai th:first-child{font-weight:500;text-align:left}.ls-ai-parameters td{white-space:normal;overflow-wrap:anywhere}.ls-ai-output{margin-top:20px;border-top:1px solid #cedbd2;padding-top:16px}.ls-ai-metrics{display:flex;flex-wrap:wrap;gap:22px;padding:12px 0 18px}.ls-ai-metrics>div{min-width:120px;flex:1}.ls-ai-metrics span{display:block;font-size:12px;color:#607368}.ls-ai-metrics strong{display:block;font-size:24px;margin-top:7px}.ls-ai-output h3{font-size:15px;margin-top:20px}.ls-ai .ls-table-scroll{max-width:100%;overflow:auto}.ls-ai .ls-ai-changes td{white-space:normal;overflow-wrap:anywhere}.ls-ai-new{margin-top:18px;border-top:1px solid #d7e1db}.ls-ai-actions{display:flex;gap:8px;align-items:center}@media(max-width:650px){.ls-ai{padding:12px}.ls-ai-heading button{font-size:12px;padding:8px}.ls-ai-metrics{gap:12px}.ls-ai-metrics strong{font-size:20px}.ls-ai-heading select{width:100%}.ls-ai-history{max-height:150px}}.content:has(.hv){max-width:none;padding:18px 22px}.hv{height:calc(100dvh - 36px);display:flex;flex-direction:column;min-height:0;color:#192127}.hv-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.hv-header h1{font-size:20px;margin:0 0 4px}.hv-header>div:first-child{min-width:0}.hv-header span{font-size:12px;color:#66716c}.hv-actions{display:flex;gap:8px;flex-wrap:wrap}.hv button{min-height:38px;font-size:13px}.hv-workspace{display:grid;grid-template-columns:minmax(320px,365px) minmax(0,1fr);gap:20px;min-height:0;flex:1}.hv fieldset{border:0;padding:0;margin:0;min-width:0}.hv-inputs{border:1px solid #dde3df;border-radius:10px;overflow:hidden;min-height:0}.hv-inputs>fieldset{display:flex;flex-direction:column;height:100%}.hv-input-scroll{padding:16px;overflow:auto;min-height:0;flex:1;scrollbar-width:thin}.hv-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hv-field{display:flex;flex-direction:column;gap:6px;margin:0 0 10px;font-size:13px;min-width:0}.hv-field>span{display:flex;align-items:center;gap:4px;min-height:20px}.hv-field small{margin-left:auto;color:#67766d;font-size:10px;white-space:nowrap}.hv-field input,.hv-field select,.hv-axis input,.hv-axis select{min-height:38px;font-size:14px;width:100%;margin:0;padding:8px;box-sizing:border-box}.hv input[readonly]{background:#f4f6f5;color:#5e6a63}.hv input:focus-visible,.hv select:focus-visible,.hv textarea:focus-visible,.hv button:focus-visible,.hv summary:focus-visible{outline:2px solid #1769c2;outline-offset:2px}.hv-tip{font-size:11px;color:#7d8781;cursor:help}.hv details{border-top:1px solid #e5e9e6;margin-top:12px;padding-top:10px}.hv summary{font-size:14px;font-weight:600;cursor:pointer;padding:8px 0 12px}.hv h4{font-size:12px;font-weight:500;margin:14px 0 8px}.hv textarea{width:100%;min-height:100px;font-size:13px}.hv-check{display:flex;gap:8px;align-items:center;font-size:13px}.hv-check input{width:16px;height:16px}.hv-savebar{padding:12px;border-top:1px solid #dde3df;display:flex;gap:6px;flex-shrink:0;background:#fff}.hv-savebar button{flex:1;padding:8px 6px;white-space:nowrap;font-size:12px}.hv-results{min-width:0;overflow:auto;scrollbar-width:thin}.hv-tabs{display:flex;background:#eef1f4;border-radius:9px;padding:4px;width:fit-content;position:sticky;top:0;z-index:5;margin-bottom:18px;max-width:100%;overflow:auto}.hv-tabs button{border:0;background:transparent;color:#4c5664;padding:8px 15px;white-space:nowrap}.hv-tabs [aria-selected=true]{background:#fff;color:#192127;box-shadow:0 1px 3px #19212714;font-weight:600;border-radius:6px}.hv-error,.hv-stale,.hv-message{padding:10px 13px;border-radius:7px;font-size:13px;margin-bottom:12px;flex-shrink:0}.hv-error{background:#fff1ef;color:#a23422}.hv-stale{background:#fff8e9;color:#775923}.hv-message{background:#edf6f0;color:#246344}.hv-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.hv-metric{padding:15px 10px;border:1px solid #e0e7e2;border-radius:10px;min-width:0}.hv-metric>span{font-size:12px;color:#5d6a62}.hv-metric strong{display:block;font-size:25px;font-weight:600;letter-spacing:-.5px;margin-top:9px;white-space:nowrap}.hv-metric:nth-child(2) strong{font-size:20px}.hv-secondary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;padding:20px 0}.hv-secondary>div{display:flex;flex-direction:column;gap:6px;font-size:12px}.hv-secondary span{color:#647168}.hv-secondary b{font-size:15px;font-weight:550}.hv-chart{margin:0 0 18px;text-align:center;color:#67736c;font-size:11px}.hv-chart svg{display:block;width:100%;max-height:175px}.hv-chart text{font-size:12px;fill:#6b7970}.hv-green{color:#087451}.hv-blue{color:#547eae}.hv-table-wrap{overflow:auto;border:1px solid #e1e6e2;border-radius:8px;max-height:65dvh;scrollbar-width:thin}.hv-table{border-collapse:separate;border-spacing:0;width:100%;font-size:12px;white-space:nowrap;font-variant-numeric:tabular-nums}.hv-table caption{text-align:left;font-size:12px;color:#647168;padding:10px;background:#fff;position:sticky;left:0}.hv-table th,.hv-table td{padding:10px 12px;border-bottom:1px solid #e8ece9;text-align:right;min-width:90px}.hv-table th{background:#f6f8f7;font-weight:500}.hv-table thead th{position:sticky;top:0;z-index:2}.hv-table th:first-child{position:sticky;left:0;z-index:3;text-align:left;min-width:140px}.hv-table thead th:first-child{z-index:4}.hv-table .hv-total td,.hv-table .hv-total th{font-weight:650;background:#edf5f0}.hv-table .hv-above{background:#e5f2e9;color:#146141}.hv-heat th,.hv-heat td{padding:11px 9px;min-width:65px}.hv-axis{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:12px;margin-bottom:15px}.hv-axis label,.hv-sensitive-actions label{font-size:12px;display:flex;flex-direction:column;gap:6px}.hv-sensitive-actions{display:flex;align-items:end;gap:15px;margin:0 0 22px}.hv-sensitive-actions select{width:180px;margin:0;height:38px}.hv-solve{margin-top:28px;border-top:1px solid #e1e7e3;padding-top:18px}.hv-solve h3{font-size:16px;margin:0 0 12px}.hv-solve>span{font-size:13px;margin-right:15px}.hv-solve p{font-size:14px;line-height:1.8}.hv-help{max-width:850px;font-size:14px;line-height:1.9}.hv-help h3{font-size:16px;margin-top:18px}.hv-help p{margin:12px 0}.hv-projects{overflow:auto}.hv-project{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:25px;align-items:center;width:100%;text-align:left;background:#fff;border:0;border-bottom:1px solid #e4e9e6;border-radius:0;padding:22px 4px}.hv-project strong{font-size:16px}.hv-project small{display:block;font-size:12px;color:#6c7770;margin:5px 0}.hv-project b{font-weight:500;font-size:18px}.hv-history>div{display:flex;align-items:center;gap:18px;border-bottom:1px solid #e4e9e6;padding:14px 0;font-size:13px}.hv-history button{margin-left:auto}.hv-rows table{width:100%;font-size:11px;border-collapse:collapse;table-layout:fixed}.hv-rows th{text-align:left;padding-bottom:5px;font-weight:500}.hv-rows td{padding:3px}.hv-rows input,.hv-rows select{width:100%;min-width:0;font-size:12px;padding:6px;margin:0}.hv-rows th:last-child{width:47px}.hv-rows button{font-size:11px;padding:5px;min-height:30px}.hv-rows>button{margin:7px 0}.hv-focused{position:fixed;inset:0;z-index:60;background:#fff;height:100dvh;padding:18px 22px}.hv-mobile-switch{display:none}.hv-empty{padding:40px 15px;color:#708076;font-size:14px}@media(max-width:1250px){.hv-metrics{grid-template-columns:1fr 1fr}.hv-metric strong{font-size:24px}.hv-secondary{grid-template-columns:1fr 1fr}.hv-workspace{gap:14px;grid-template-columns:325px minmax(0,1fr)}}@media(max-width:1000px){.content:has(.hv){padding:12px}.hv{height:calc(100dvh - 24px)}.hv-focused{height:100dvh}.hv-mobile-switch{display:flex;gap:6px;margin-bottom:10px}.hv-mobile-switch [aria-pressed=true]{background:#edf5f0;color:#075a40}.hv-workspace{display:block;min-height:0;overflow:hidden}.hv-inputs,.hv-results{height:100%}.hv-mobile-inputs .hv-results,.hv-mobile-results .hv-inputs{display:none}.hv-header{flex-wrap:wrap;gap:10px}.hv-header h1{font-size:18px}.hv-header button{padding:7px 9px}.hv-axis{gap:8px}.hv-results{overflow:auto}}@media(max-width:600px){.hv-header h1{font-size:16px}.hv-project{grid-template-columns:1fr 1fr;gap:12px}.hv-project>div{grid-column:1/-1}.hv-project>span:last-child{display:none}.hv-axis{grid-template-columns:1fr 1fr}.hv-tabs button{padding:7px 12px}.hv-history>div{flex-wrap:wrap}.hv-metric strong{font-size:23px}.hv-sensitive-actions{flex-wrap:wrap}.hv-fields{gap:10px}}.hv-tabs{width:100%;background:#fff;padding:4px 0 12px}.hv-tabs button{background:#eef1f4}.hv-tabs [aria-selected=true]{background:#e4eee8;color:#075a40}.hv button.primary:disabled{background:#cfdfd5;color:#476252;border-color:#cfdfd5}.hv-ai{display:flex;flex-direction:column;gap:14px;padding:18px;min-height:450px}.hv-ai-top{display:flex;align-items:center;justify-content:space-between;font-weight:600}.hv-ai-conversation{display:flex;flex-direction:column;gap:22px}.hv-ai-user{white-space:pre-wrap;overflow-wrap:anywhere;background:#eff6f2;border-radius:9px;padding:12px 14px;margin-bottom:12px}.hv-ai-turn{border-bottom:1px solid #e2e9e4;padding-bottom:16px}.hv-ai-explanation p{font-size:13px;line-height:1.75;margin:9px 0}.hv-ai-hint{display:block;color:#65786b;margin-top:10px}.hv-ai-prompts{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.hv-ai-compose{display:flex;gap:10px;position:sticky;bottom:0;background:#fff;padding:12px 0}.hv-ai-compose textarea{min-height:78px;flex:1;resize:vertical;padding:10px;border:1px solid #bccbc0;border-radius:8px;font:inherit;min-width:0}.hv-ai-compose button{align-self:flex-end}.hv-ai details p{font-size:12px;overflow-wrap:anywhere}.hv-ai .hv-table td{max-width:350px;white-space:normal;overflow-wrap:anywhere}.hv-ai-turn>button{margin:8px 8px 0 0}@media(max-width:700px){.hv-ai{padding:12px}.hv-ai-compose{flex-wrap:wrap}.hv-ai-compose textarea{flex-basis:100%}}.layout-workflow{margin:-18px -18px 0}.layout-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:23px}.layout-heading .eyebrow{display:block}.layout-heading p{font-size:13px;margin-top:10px}.layout-steps{display:flex;align-items:center;gap:17px;border-block:1px solid #e4ebe6;padding:15px 0;margin-bottom:18px;color:var(--secondary);font-size:13px}.layout-steps span{display:flex;align-items:center;gap:8px}.layout-steps b{font-size:13px;background:#eaf2ed;color:var(--accent);border-radius:50%;width:23px;height:23px;display:grid;place-items:center}.layout-steps small{margin-left:auto;font-size:12px;color:var(--secondary)}.layout-body{display:flex;min-height:650px;height:calc(100vh - 267px);border:1px solid var(--line);border-radius:9px;overflow:hidden;background:#fff}.layout-library{width:235px;flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid var(--line);padding:16px 12px;background:#fff;overflow:hidden}.layout-library select{font-size:13px;padding:9px 6px}.layout-library-filters{display:flex;gap:6px;margin:12px 0}.layout-file-count{font-size:12px;color:var(--secondary);margin:0 3px 12px}.layout-files{overflow:auto;flex:1}.layout-file{display:flex;width:100%;align-items:flex-start;text-align:left;border:1px solid transparent;background:transparent;gap:7px;padding:10px 7px;margin:0 0 7px;white-space:normal}.layout-file svg{flex-shrink:0;margin-top:2px;color:var(--secondary)}.layout-file strong{font-size:14px;line-height:1.6;font-weight:500;display:block;overflow-wrap:anywhere}.layout-file small{font-size:12px;color:var(--secondary);display:block;margin-top:6px}.layout-file em{display:inline-block;font-style:normal;color:var(--secondary);font-size:12px;margin-top:6px}.layout-file.chosen{border-color:#8cc7ac;background:#ecf8f1;box-shadow:inset 3px 0 var(--accent)}.layout-source-tip{font-size:12px;border-top:1px solid #e6ece8;padding-top:13px;line-height:1.8;margin-top:8px}.layout-visual{flex:1;min-width:0;display:flex;flex-direction:column;background:#fff}.layout-view-tools{display:flex;align-items:center;justify-content:space-between;padding:9px 10px;border-bottom:1px solid #e6ece8;gap:7px;flex-wrap:wrap}.layout-view-tools>div{display:flex;gap:2px;align-items:center}.layout-view-tools button{border:0;padding:6px 7px;font-size:13px;background:transparent}.layout-tabs button.chosen{background:#e5f4ed;font-weight:600;color:var(--accent)}.layout-view-tools label{display:flex;align-items:center;gap:4px;font-size:12px;white-space:nowrap}.layout-view-tools input{width:auto;margin:0;accent-color:var(--accent)}.layout-canvas{flex:1;position:relative;min-height:340px;overflow:hidden}.layout-canvas .plan-canvas{position:absolute;inset:0}.layout-busy{position:absolute;top:18px;left:50%;transform:translate(-50%);z-index:5;background:#204d3df2;color:#fff;padding:10px 17px;font-size:13px;border-radius:20px;max-width:95%;white-space:nowrap;box-shadow:0 6px 20px #22382e22}.layout-blank{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:var(--secondary)}.layout-blank h3{font-size:14px}.layout-blank p{font-size:13px}.layout-legend{padding:10px 13px;border-top:1px solid #eef1ef;display:flex;align-items:center;gap:6px;font-size:12px;color:var(--secondary);flex-wrap:wrap}.layout-legend i{width:10px;height:10px;display:inline-block;border-radius:2px;margin-left:6px}.legend-room{background:#159568}.legend-core{background:#8b4ac3}.legend-corridor{background:#2b78d4}.layout-legend span{margin-left:auto;color:var(--secondary);font-size:12px}.layout-metrics{display:flex;padding:15px 0;border-top:1px solid #e0e9e3}.layout-metrics>div{flex:1;padding:0 17px;border-right:1px solid var(--line)}.layout-metrics>div:last-child{border:0}.layout-metrics span{display:block;color:var(--secondary);font-size:12px;margin-bottom:5px}.layout-metrics strong{font-size:28px;font-weight:600;color:var(--ink)}.layout-metrics small{font-size:12px;color:var(--secondary);font-weight:400}.layout-inspector{width:305px;flex-shrink:0;overflow:auto;padding:18px 16px;border-left:1px solid var(--line)}.layout-inspector h2{font-size:16px;line-height:1.6}.layout-basis{font-size:12px;margin:8px 0 18px;line-height:1.8;color:var(--secondary)}.layout-facts{border-top:1px solid #e5ebe7;padding-top:10px}.layout-facts>div{display:grid;grid-template-columns:76px minmax(0,1fr);align-items:center;justify-content:space-between;gap:8px;padding:6px 0;font-size:12px}.layout-facts span{color:var(--secondary)}.layout-facts strong{font-weight:500;line-height:1.7;color:var(--ink)}.layout-note{font-size:12px;line-height:1.8;background:#f7f8fa;padding:9px 11px;margin:12px 0}.layout-width{margin:15px 0}.layout-width input{font-size:13px}.layout-check{display:flex;align-items:flex-start;gap:8px;color:var(--secondary);margin-bottom:17px;font-size:13px;line-height:1.6;cursor:pointer}.layout-check input{width:auto;margin:3px 0 0;accent-color:var(--accent)}.layout-check small{display:block;font-size:12px;color:var(--secondary);margin-top:4px}.layout-inspector .wide{font-size:13px;padding:10px 8px}.layout-check-result{font-size:12px;color:var(--accent);display:flex;align-items:center;gap:7px;margin:13px 0}.layout-ai{padding:16px 0;margin-top:14px;border-top:1px solid var(--line)}.layout-ai h3{display:flex;align-items:center;gap:5px;color:var(--secondary);font-size:13px}.layout-ai p{font-size:12px;margin:8px 0}.layout-ai small{display:block;font-size:12px;color:var(--secondary);margin:7px 0}.layout-ai select{font-size:12px;padding:8px 5px}.layout-ai textarea{font:inherit;font-size:13px;width:100%;min-height:70px;resize:vertical;border:1px solid var(--line);border-radius:6px;padding:10px;margin:10px 0 7px;color:var(--ink)}.layout-export{border:0;margin-top:6px;font-size:12px;color:var(--secondary)}.layout-review{border-top:1px solid var(--line);margin-top:17px;padding-top:15px;font-size:13px;color:var(--secondary);line-height:1.7}.layout-review summary{cursor:pointer}.layout-review p{font-size:12px;margin-top:10px;line-height:1.8}.layout-error{background:#fff3ef;color:var(--danger);font-size:13px;padding:12px;border-radius:7px;display:flex;gap:8px;align-items:center;margin-bottom:12px}.layout-pending{border-top:1px solid #bed5c8;padding:12px;background:#edf6ef;display:flex;align-items:center;gap:8px}.layout-pending>div{flex:1}.layout-pending strong{font-size:13px}.layout-pending p{font-size:12px;margin-top:5px}.layout-pending button{font-size:12px;padding:7px}.layout-unverified{padding:20px 0;color:var(--secondary)}.layout-unverified h3{font-size:13px;margin:14px 0}.layout-unverified p{font-size:13px;margin:12px 0}.layout-raster{height:100%;overflow:auto;text-align:center;padding:10px}.layout-raster img{max-width:100%;max-height:80%;object-fit:contain}.layout-raster>div{display:flex;gap:10px;align-items:center;padding:10px}.layout-raster p{font-size:12px}.layout-raster label{min-width:90px}.layout-raster select{padding:5px;font-size:12px}@media(min-width:1750px){.layout-body{height:calc(100vh - 287px)}.layout-library{width:255px}.layout-inspector{width:305px}}@media(max-width:1200px){.layout-library{width:200px}.layout-inspector{width:235px}.layout-steps{gap:9px}.layout-steps small{display:none}.layout-metrics strong{font-size:20px}.layout-heading h1{font-size:23px}}@media(max-width:950px){.layout-body{height:auto;flex-wrap:wrap}.layout-library{width:190px;height:660px}.layout-visual{height:660px}.layout-inspector{width:100%;border-top:1px solid var(--line);display:block}.layout-steps{font-size:12px;flex-wrap:wrap}.layout-heading{align-items:flex-start}.layout-heading>button{font-size:12px}.layout-workflow{margin:0}.layout-legend span{display:none}}@media(max-width:600px){.layout-library{width:100%;height:230px}.layout-visual{width:100%;flex:auto}.layout-heading{flex-wrap:wrap}.layout-steps>svg{display:none}}.spatial-entry{margin:12px 0;background:#edf6f0;color:var(--accent);border-color:#c1d8ca}.layout-attention{color:var(--warning);font-size:13px;line-height:1.8;margin:10px 0}.layout-coverage{padding:12px;background:#fff8e9;border:1px solid #edddb9;border-radius:6px;margin:12px 0;color:var(--warning)}.layout-coverage strong{font-size:13px}.layout-coverage p{font-size:12px;line-height:1.8;margin-top:5px}.layout-check-result.attention{color:var(--danger)}.spatial-backdrop{position:fixed;inset:0;z-index:120;background:#1d302c66;display:grid;place-items:center;padding:22px}.spatial-dialog{width:min(1600px,97vw);height:min(940px,94vh);background:#fff;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 70px #15272055}.spatial-dialog>header{padding:17px 23px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.spatial-dialog h2{font-size:18px}.spatial-dialog header p{font-size:13px;margin-top:8px}.spatial-content{flex:1;display:flex;min-height:0}.spatial-content>aside{width:240px;flex-shrink:0;padding:18px 14px;overflow:auto;border-right:1px solid var(--line)}.spatial-content>aside.spatial-details{width:250px;border-right:0;border-left:1px solid var(--line)}.spatial-content>aside>button,.spatial-group>button{width:100%;white-space:normal;text-align:left;font-size:13px;margin-bottom:5px;line-height:1.6;border:1px solid transparent;padding:9px 10px}.spatial-content button.chosen{background:#e9f3ed;color:var(--accent);border-color:#bdd7c8}.spatial-group h3{font-weight:600;font-size:13px;margin:17px 10px 8px;color:var(--secondary)}.spatial-content main{flex:1;min-width:0;display:flex;flex-direction:column}.spatial-toolbar{display:flex;gap:5px;align-items:center;padding:12px;border-bottom:1px solid #e4ebe6}.spatial-toolbar span{flex:1;font-size:13px;color:var(--secondary)}.spatial-toolbar button{font-size:13px;padding:7px}.spatial-canvas{flex:1;position:relative;min-height:250px}.spatial-canvas .plan-canvas{position:absolute;inset:0}.spatial-footnote{padding:10px;font-size:12px;color:var(--secondary);border-top:1px solid #e4ebe6}.spatial-details h3{font-size:13px;line-height:1.7}.spatial-details p{font-size:13px;line-height:1.9;margin:14px 0}.spatial-details label{font-size:13px}.spatial-details select{font-size:13px;padding:10px 7px;white-space:normal}.spatial-details hr{border:0;border-top:1px solid #e4ebe6;margin:23px 0}.spatial-details .spatial-remove{color:var(--danger);margin-top:16px}.spatial-dialog footer{padding:15px 23px;border-top:1px solid #e0e9e3;display:flex;align-items:center;gap:10px}.spatial-dialog footer p{flex:1;font-size:13px}.spatial-dialog .layout-error{margin:10px 20px}.spatial-dialog button:focus-visible,.layout-workflow button:focus-visible{outline:2px solid #278663;outline-offset:2px}@media(max-width:1100px){.spatial-content>aside{width:180px}.spatial-content>aside.spatial-details{width:195px}.spatial-toolbar{flex-wrap:wrap}.spatial-toolbar span{min-width:100%}}.layout-unassigned-alert{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:12px 15px;background:#fff7e6;border-top:1px solid #efdcb4;color:var(--warning)}.layout-unassigned-alert strong{font-size:13px}.layout-unassigned-alert span{font-size:12px;margin-right:auto}.layout-unassigned-alert button{font-size:12px;border-color:#e4cf9f;background:#fffaf0;color:var(--warning);padding:6px 9px}.layout-heading{margin-bottom:18px}.layout-steps .current{color:var(--ink);font-weight:600}.layout-steps .current b{background:var(--accent);color:#fff}.layout-next{padding:20px 0;border-bottom:1px solid var(--line)}.layout-next-label{display:block;font-size:12px;font-weight:600;color:var(--accent);margin-bottom:9px}.layout-next h3{font-size:16px;line-height:1.5}.layout-next p{font-size:13px;margin-top:8px;line-height:1.8}.layout-next .wide{margin-top:15px}.layout-settings .wide,.layout-extra .wide{margin-top:12px}.layout-review summary{font-weight:600;color:var(--ink)}.layout-extra{padding-bottom:16px}.layout-extra>.layout-review{border:0;margin-top:10px;padding:0}.layout-busy{white-space:normal;line-height:1.6;text-align:center;border-radius:10px}.layout-check-result{font-size:13px}.sidebar{width:190px}.main{margin-left:190px;width:calc(100% - 190px)}.brand{padding:23px 17px 19px;font-size:19px}.brand small{font-size:9px}.workspace{margin:0 12px 18px;padding:10px 8px}.sidebar nav{overflow:auto;min-height:0}.sidebar nav button{padding:11px 12px;font-size:14px}.sidebar nav{gap:3px}.nav-group>button{width:100%}.group-chevron{margin-left:auto;transition:transform .15s}.group-chevron.expanded{transform:rotate(90deg)}.group-current{color:var(--accent);font-weight:600}.nav-children{display:grid;gap:2px;padding:3px 0 5px 12px}.sidebar .nav-children button{font-size:13px;padding:9px 8px;gap:8px}.case-process{width:min(860px,94vw)}.case-process .modal-title p{font-size:12px;margin-top:5px}.case-status{font-size:13px;margin:0 0 16px}.case-process-row{display:flex;gap:18px;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding:17px 0}.case-process-row p{font-size:13px;margin-top:5px}.case-process-row small{display:block;font-size:12px;color:var(--secondary);margin-top:5px}.case-process-actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.case-process-actions button{font-size:12px;padding:7px 9px}@media(max-width:900px){.sidebar .group-toggle>span,.sidebar nav>button>span,.sidebar .nav-children button>span,.group-chevron{display:none}.nav-children{padding:2px}.sidebar .nav-children button{padding:10px;font-size:0}}@media(max-width:650px){.case-process-row{display:block}.case-process-actions{margin-top:12px;justify-content:flex-start}}.side-bottom{padding:12px;margin-top:auto;border-top:1px solid var(--line);background:#f8f9fb}.dock-account{width:100%;justify-content:flex-start;gap:10px;padding:10px;text-align:left;white-space:normal}.dock-account>span{min-width:0;font-weight:600;overflow-wrap:anywhere}.dock-account small{margin:2px 0 0;font-weight:400;font-size:11px}.connection-state{font-size:11px;padding:8px 10px 0;color:var(--secondary)}.editor{height:100dvh}.editor-heading{min-height:68px;padding:10px 18px;gap:10px}.editor-heading h1{font-size:17px}.editor-heading h1 span{margin-top:3px;font-size:12px}.room-panel{width:174px}.panel-heading{padding:13px 12px}.room-list{padding:6px;max-height:none;flex:1;min-height:100px}.room-item{padding:9px 8px;gap:8px}.room-item small{margin-top:2px;font-size:12px}.add-room{margin:6px 10px;padding:8px 4px;font-size:12px}.floor-section{margin-top:8px;padding:6px}.source-note{padding:10px;font-size:11px}.inspector{width:218px;padding:0 14px 12px;flex-shrink:0}.inspector .panel-heading{padding:13px 0;margin-bottom:12px}.area-value{font-size:30px;margin-top:14px}.inspector-actions{margin:14px 0;gap:7px}.checking{margin-top:12px;padding-top:12px}.canvas-toolbar{min-height:46px;padding:6px 10px;gap:6px;align-items:center}.canvas-toolbar>div{gap:4px;flex-wrap:wrap}.canvas-toolbar button{min-width:30px;min-height:32px;padding:5px 7px;font-size:12px}.canvas-toolbar label{font-size:12px;margin-left:3px;white-space:nowrap}.toolbar-divider{height:18px;width:1px;background:var(--line);margin:0 3px}.canvas-toolbar .focus-toggle{border:1px solid #b3cebf;color:var(--accent);background:#f4f9f5}.metrics-bar{min-height:52px;padding:8px 0}.metrics-bar>div{padding:0 16px}.metrics-bar span{font-size:11px}.metrics-bar strong{font-size:20px}.canvas-hint{font-size:11px;padding:5px 8px;bottom:10px}.snap-status{top:8px;left:8px;font-size:11px;padding:4px 7px}.editor.focused{position:fixed;inset:0;z-index:25;background:#fff;width:100%;height:100dvh}.editor.focused .room-panel,.editor.focused .inspector{display:none}.editor.focused .editor-heading{min-height:58px;padding:8px 16px}.editor.focused .canvas-column{width:100%;min-width:0;height:auto}@media(max-width:1250px){.sidebar{width:174px}.main{margin-left:174px;width:calc(100% - 174px)}.room-panel{width:150px}.inspector{width:198px;padding:0 10px 10px}.editor-heading{padding:9px 12px}.actions{gap:5px}.actions button{padding:7px}}@media(max-width:900px){.sidebar{width:66px}.main{margin-left:66px;width:calc(100% - 66px)}.brand{padding:20px 15px;font-size:0}.brand>div,.workspace{display:none}.sidebar nav{padding:0 8px}.sidebar nav button{font-size:0;padding:13px;gap:0}.side-bottom{display:block;padding:8px 5px}.dock-account{justify-content:center;padding:10px 4px}.dock-account>span,.connection-state{display:none}.editor{height:100dvh;min-height:0}.editor-body{flex-wrap:nowrap;overflow:hidden}.room-panel{width:132px;max-height:none}.canvas-column{min-width:0;height:auto}.inspector{width:184px;overflow:auto;border-top:0;padding:0 9px 9px}.editor-heading{min-height:68px}.canvas-toolbar{padding:5px}.editor.focused .editor-body{flex-wrap:nowrap}}@media(max-width:600px){.editor-body{flex-wrap:wrap;overflow:auto}.room-panel{width:100%;max-height:100px}.room-list{flex-direction:row;min-height:0;max-height:66px}.room-item{min-width:85px}.room-panel .add-room{display:none}.canvas-column{width:100%;height:65dvh;flex:auto}.inspector{width:100%;overflow:visible;padding:12px}.editor-heading{flex-wrap:wrap}.editor.focused .canvas-column{height:auto;flex:1}.editor.focused .editor-body{overflow:hidden}.metrics-bar>div{padding:0 7px}.metrics-bar strong{font-size:17px}}.app>.sidebar{background:#fafbfc;color:#18202b}.app>.sidebar .brand{letter-spacing:0;color:#101828}.app>.sidebar nav button{color:#344054;font-weight:500}.app>.sidebar nav button.active{background:#e7f5ee;color:#006b49;box-shadow:inset 3px 0 #087f5b;font-weight:700}.app>.sidebar nav button:hover{background:#edf2f5}.app>.sidebar nav .group-current{color:#087f5b;font-weight:700}.app>.sidebar .brand-mark{background:#087f5b}.app>.sidebar .side-bottom{background:#fafbfc}.content.home-content{padding:26px 28px 30px;max-width:none}.oasis-home{--oh-ink:#101828;--oh-text:#344054;--oh-muted:#667085;--oh-green:#087f5b;--oh-border:#e2e7ee;max-width:1580px;margin:0 auto;color:var(--oh-text);font-size:14px}.oasis-home h1,.oasis-home h2,.oasis-home h3{color:var(--oh-ink);letter-spacing:0}.oasis-home h1{font-size:34px;font-weight:750;line-height:1.25}.oasis-home h2{font-size:21px;font-weight:700;line-height:1.4}.oasis-home h3{font-size:16px;font-weight:700}.oasis-home p{color:var(--oh-muted);font-size:13px;line-height:1.6}.oasis-home button:focus-visible,.oasis-home input:focus-visible,.oasis-home select:focus-visible{outline:3px solid #3578e5;outline-offset:2px}.oh-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px}.oh-heading>div>p{font-size:17px;margin-top:5px;color:#526075}.oh-heading-tools{display:flex;align-items:center;gap:20px;padding-top:3px;min-width:0}.oh-heading-tools label{display:flex;gap:10px;align-items:center;white-space:nowrap;font-size:13px;color:#344054}.oh-heading-tools select{width:185px;max-width:100%;padding:9px 28px 9px 11px;margin:0;color:#172033;border-color:#d0d7e2;font-weight:500;text-overflow:ellipsis}.oh-heading-tools time{border-left:1px solid #e0e5ed;padding-left:20px;color:#526075;font-size:13px;white-space:nowrap}.oh-shortcuts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--oh-border);border-radius:10px;margin-bottom:22px;padding:18px 0;background:#fff}.oh-shortcut{border:0;border-radius:0;white-space:normal;text-align:left;justify-content:flex-start;padding:2px 19px;gap:12px;min-width:0;background:#fff}.oh-shortcut+.oh-shortcut{border-left:1px solid var(--oh-border)}.oh-shortcut>span:nth-child(2){min-width:0}.oh-shortcut:hover:not(:disabled){background:#f6f9fc;border-color:var(--oh-border)}.oh-shortcut strong{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:15px;font-weight:700;color:#101828}.oh-subtitle{display:block;font-size:12px;line-height:1.4;color:#667085;margin-top:5px}.oh-app-icon{width:46px;height:46px;border-radius:11px;display:grid;place-items:center;flex-shrink:0;color:#fff}.oh-app-icon.blue{background:#3266ed}.oh-app-icon.green{background:#087f5b}.oh-app-icon.purple{background:#7145d6}.oh-soon{display:inline-block;border-radius:12px;padding:2px 7px;color:#526075;background:#eff2f6;font-size:11px;font-weight:500;white-space:nowrap}.oh-shortcut-arrow{margin-left:auto;flex-shrink:0;color:#98a2b3;display:none}.oh-main-grid{display:grid;grid-template-columns:minmax(0,1.85fr) minmax(295px,1fr);gap:20px;align-items:stretch}.oh-panel{background:#fff;border:1px solid var(--oh-border);border-radius:10px;padding:21px}.oh-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.oh-section-head p{margin-top:5px}.oh-text-button{border:0!important;background:transparent!important;color:#526075;font-size:12px;padding:5px 0;gap:3px;box-shadow:none}.oh-text-button:hover{color:#087f5b;text-decoration:underline}.oh-work-filter{display:flex;gap:10px;align-items:center;margin:17px 0 5px}.oh-work-filter label{display:flex;align-items:center;gap:7px;color:#667085;width:100%;border:1px solid #e2e7ee;border-radius:6px;padding:0 10px;background:#fff}.oh-work-filter input{padding:7px 0;margin:0;border:0;background:transparent;font-size:12px;box-shadow:none}.oh-work-filter>button{font-size:12px;padding:6px}.oh-work-row{display:grid;grid-template-columns:78px minmax(0,1fr) auto;column-gap:14px;align-items:center;padding:23px 0;position:relative;min-height:135px}.oh-work-row+.oh-work-row{border-top:1px solid #e9edf3}.oh-thumbnail{display:grid;place-items:center;position:relative;width:78px;height:73px;border:1px solid #e7ecf1;border-radius:7px;overflow:hidden;flex-shrink:0}.oh-thumbnail.oh-drawing{background:#f9fafc;color:#3266ed}.oh-thumbnail.oh-lease{background:#ebf6f0;color:#087f5b}.oh-thumbnail canvas{width:100%;height:100%;object-fit:contain}.oh-thumbnail canvas+svg{position:absolute}.oh-work-name{min-width:0;align-self:center}.oh-project-name{display:block;color:#53627a;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-bottom:5px}.oh-work-name h3{margin-bottom:6px}.oh-work-name p{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.oh-work-state{grid-column:2;grid-row:2;margin-top:10px;display:flex;gap:8px;align-items:center;flex-wrap:wrap}.oh-work-state small{font-size:11px;color:#667085}.oh-work-row>.oh-thumbnail{grid-row:1/3}.oh-work-row>.oh-primary{grid-column:3;grid-row:1/3}.oh-status{display:inline-flex;align-items:center;gap:4px;padding:3px 6px;border-radius:5px;background:#edf8f2;color:#08704e;font-size:11px;font-weight:600;white-space:nowrap}.oh-status.oh-pending{background:#fff4d9;color:#945400}.oasis-home .oh-primary{background:#087f5b;color:#fff;border:1px solid #087f5b;border-radius:7px;padding:10px 12px;font-size:13px;font-weight:600;gap:6px}.oasis-home .oh-primary:hover:not(:disabled){background:#006c49;border-color:#006c49}.oasis-home .oh-primary:disabled{background:#e5ebe8;border-color:#e5ebe8;color:#667085}.oh-right{display:flex;flex-direction:column;gap:18px;min-width:0}.oh-todo{flex:1;min-height:254px}.oh-count{background:#fff4d9;color:#945400;border-radius:6px;min-width:26px;text-align:center;font-size:13px;font-weight:700;padding:3px 6px}.oh-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:250px;padding:28px 10px;text-align:center;color:#98a2b3;gap:11px}.oh-empty h3{font-size:15px}.oh-empty p{max-width:260px;font-size:12px}.oh-todo-empty{min-height:175px;padding:27px 0 12px}.oh-todo-empty>svg{color:#9eafc6;margin-bottom:7px}.oh-todo-list{margin-top:14px}.oh-todo-list>button{display:flex;align-items:center;gap:10px;width:100%;padding:13px 0;white-space:normal;text-align:left;border:0;border-radius:0;background:#fff}.oh-todo-list>button+button{border-top:1px solid #edf0f5}.oh-todo-list>button:hover{background:#fafbfc}.oh-todo-icon{background:#fff4da;color:#996300;border-radius:7px;padding:9px;display:flex}.oh-todo-list button>span:nth-child(2){min-width:0;flex:1}.oh-todo-list strong{font-size:13px;display:block;font-weight:600;color:#253149;line-height:1.5}.oh-todo-list small{font-size:11px;display:block;color:#667085;margin-top:4px}.oh-todo-list>button>svg{flex-shrink:0}.oh-flow{padding-bottom:17px}.oh-flow ol{list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:0;margin:24px 0 17px;gap:8px}.oh-flow li{display:flex;align-items:center;flex-direction:column;gap:7px;text-align:center}.oh-flow strong{color:#172033;font-size:13px}.oh-flow small{color:#667085;font-size:11px;white-space:nowrap}.oh-flow-icon{width:40px;height:40px;border-radius:50%;display:grid;place-items:center}.oh-flow-icon.blue{color:#2960d9;background:#edf3ff}.oh-flow-icon.purple{color:#7548c7;background:#f4efff}.oh-flow-icon.green{color:#087f5b;background:#eaf7ef}.oh-flow-note{border-top:1px solid #eef1f5;padding-top:12px;font-size:11px!important}.oh-results{margin-top:20px}.oh-result-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:19px}.oh-result-item{display:flex;text-align:left;white-space:normal;align-items:center;justify-content:flex-start;border:1px solid #e4e9f0;border-radius:7px;padding:13px 11px;min-width:0;gap:10px}.oh-result-item:hover:not(:disabled){background:#f9fbfd;border-color:#b8c5d6}.oh-result-item .oh-thumbnail{width:42px;height:48px;border:0}.oh-result-item .oh-thumbnail svg{width:25px;height:25px}.oh-result-item>span:nth-child(2){min-width:0;flex:1}.oh-result-item strong{display:block;font-size:12px;font-weight:600;color:#253149;line-height:1.5;overflow-wrap:anywhere}.oh-result-item>span>span{display:block;font-size:11px;color:#526075;margin:5px 0}.oh-result-item small{font-size:10px;color:#667085;display:block}.oh-result-item>svg{flex-shrink:0;color:#8996a8;width:12px}.oh-error{display:flex;gap:8px;align-items:center;background:#fff5f3;border:1px solid #ffdbd5;border-radius:7px;padding:10px 13px;margin-bottom:18px;color:#a52e21;font-size:13px}.oh-error button{margin-left:auto;font-size:12px;padding:4px 9px}.oh-loading{padding:24px 0!important}@media(min-width:1360px){.oh-work-row{grid-template-columns:84px minmax(0,1fr) 126px auto;padding:22px 0;min-height:136px}.oh-work-state{grid-column:3;grid-row:1/3;display:flex;flex-direction:column;align-items:flex-start;margin:0}.oh-work-row>.oh-primary{grid-column:4}.oh-thumbnail{width:84px;height:78px}.oh-work-name{grid-row:1/3}.oh-heading h1{font-size:38px}.oh-panel{padding:24px}}@media(max-width:1250px){.content.home-content{padding:22px 20px}.oh-shortcut{padding:0 12px;gap:9px}.oh-app-icon{width:39px;height:42px}.oh-shortcut strong{font-size:14px}.oh-heading-tools time{display:none}.oh-main-grid{grid-template-columns:minmax(0,1.7fr) minmax(260px,1fr);gap:16px}.oh-panel{padding:17px}.oh-work-row{grid-template-columns:54px minmax(0,1fr) auto;column-gap:10px}.oh-thumbnail{width:54px;height:61px}.oh-work-row>.oh-primary{font-size:12px;padding:8px}.oh-work-row>.oh-primary svg{display:none}.oh-result-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1000px){.oh-main-grid{grid-template-columns:minmax(0,1fr)}.oh-right{display:grid;grid-template-columns:1fr 1fr}.oh-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr));padding:0}.oh-shortcut{padding:16px}.oh-shortcut:nth-child(3){border-left:0}.oh-shortcut:nth-child(n+3){border-top:1px solid var(--oh-border)}.oh-work-row{grid-template-columns:70px minmax(0,1fr) auto}.oh-thumbnail{width:70px;height:68px}.oh-heading h1{font-size:30px}}@media(max-width:650px){.content.home-content{padding:18px 12px}.oh-heading{flex-direction:column;gap:14px}.oh-heading-tools,.oh-heading-tools label{width:100%}.oh-heading-tools select{flex:1;min-width:0;width:130px}.oh-heading h1{font-size:27px}.oh-heading>div>p{font-size:14px}.oh-app-icon{width:32px;height:35px;border-radius:8px}.oh-app-icon svg{width:21px}.oh-shortcut{padding:13px 10px;gap:7px}.oh-shortcut strong{font-size:13px}.oh-subtitle{font-size:11px}.oh-soon{font-size:10px;padding:1px 4px}.oh-panel{padding:15px}.oasis-home h2{font-size:19px}.oh-work-row{grid-template-columns:44px minmax(0,1fr);gap:9px}.oh-work-row>.oh-thumbnail{width:44px;height:50px;grid-row:1/3}.oh-work-row>.oh-primary{grid-column:2;grid-row:3;justify-self:start;padding:7px 11px;margin-top:3px}.oh-work-state{grid-row:2;gap:5px;margin-top:2px}.oh-work-name p{font-size:11px}.oh-work-row h3{font-size:15px}.oh-right,.oh-result-list{grid-template-columns:1fr}.oh-work-filter{flex-wrap:wrap}.oh-section-head{gap:5px}.oh-text-button{font-size:11px}}@media(min-width:1001px){.oasis-home h1{font-size:38px}.oh-heading>div>p{font-size:18px}.oh-shortcut strong{font-size:16px}.oh-subtitle{font-size:13px}.oh-project-name{font-size:14px;color:#4b5b73}.oh-work-name h3{font-size:18px}.oh-work-name p{font-size:13px}.oh-work-state small,.oh-status{font-size:12px}.oasis-home .oh-primary{font-size:14px}.oh-work-row{padding:20px 0}.oh-result-item strong{font-size:13px}.oh-result-item>span>span{font-size:12px}.oh-result-item small{font-size:11px}.oh-flow strong{font-size:14px}.oh-flow small{font-size:12px}.oh-text-button{font-size:13px}}.usage-page{color:#182b28;max-width:1560px;margin:auto}.usage-filters{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:28px}.usage-filters label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:600}.usage-filters input,.usage-filters select{padding:9px 12px;border:1px solid #cbd5d1;border-radius:8px;color:#182b28;background:#fff;min-height:40px}.usage-summary{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #e0e6e3;border-bottom:1px solid #e0e6e3;padding:24px 0;gap:18px}.usage-summary>div{display:flex;flex-direction:column;gap:8px}.usage-summary span{font-size:13px;color:#566761}.usage-summary strong{font-size:27px;font-variant-numeric:tabular-nums}.usage-summary small{font-size:12px;color:#566761}.usage-notice{padding:12px 16px;background:#fff5df;color:#80500b;border-radius:8px}.usage-module-summary{display:flex;flex-wrap:wrap;gap:28px;margin:22px 0}.usage-module-summary>div{display:flex;gap:12px;align-items:baseline;font-size:13px}.usage-module-summary small,.usage-warning{color:#8a580e}.usage-table-wrap{overflow:auto}.usage-table{width:100%;border-collapse:collapse;font-size:13px;white-space:nowrap}.usage-table th{text-align:left;background:#f5f7f6;padding:13px 12px;color:#465d55;font-weight:600}.usage-table td{padding:14px 12px;border-bottom:1px solid #e5eae7;font-variant-numeric:tabular-nums}.usage-table td small{display:block;font-size:11px;margin-top:5px}.usage-empty{padding:60px 0;text-align:center;color:#5a6d66}.usage-pager{display:flex;justify-content:flex-end;align-items:center;gap:10px;margin:20px 0;font-size:13px}.usage-pager span{margin-right:auto}.usage-detail{padding:20px;border:1px solid #d5dfda;border-radius:10px}.usage-detail>div{display:flex;justify-content:space-between;align-items:center}.usage-detail h2{font-size:17px;margin:0}.usage-detail dl{display:grid;grid-template-columns:140px 1fr;gap:12px;font-size:13px;overflow-wrap:anywhere}.usage-detail dd{margin:0}.usage-detail dt{color:#586960}.usage-footnote{font-size:12px;color:#65776f;margin-top:22px}.dock-usage{margin-bottom:8px;width:100%}.usage-page button:disabled{opacity:.45}@media(max-width:800px){.usage-summary{grid-template-columns:repeat(2,1fr)}.usage-filters label{flex:1 1 140px}.usage-summary strong{font-size:22px}}.customer-page{height:calc(100dvh - 64px);min-height:440px;max-width:960px;margin:0 auto;display:flex;flex-direction:column;background:#fff;color:#172c28;min-width:0}.customer-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:4px 0 22px;border-bottom:1px solid #e7ece9}.customer-heading h1{font-size:24px;line-height:1.4;margin:0 0 4px}.customer-heading span{font-size:13px;color:#52675c}.customer-heading .customer-restart{border:0;background:transparent;font-size:13px;color:#36614f;padding:8px}.customer-chat{display:flex;flex-direction:column;flex:1;min-height:0}.customer-messages{flex:1;overflow:auto;padding:28px 8px;min-height:100px;scrollbar-width:thin}.customer-welcome{height:100%;display:flex;align-items:center;justify-content:center;min-height:120px}.customer-welcome h2{font-size:25px;font-weight:600;color:#254237;margin:0}.customer-message{max-width:88%;margin:0 0 24px;line-height:1.8;font-size:15px;white-space:pre-wrap;overflow-wrap:anywhere}.customer-message small{font-size:12px;color:#61756b;display:block;margin-bottom:6px}.customer-message>div{padding:13px 17px;border-radius:12px;background:#f4f6f5;width:fit-content}.customer-message.user{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end}.customer-message.user>div{background:#e6f3ec}.customer-working{font-size:13px;color:#24744e}.customer-bottom{padding-top:8px}.customer-questions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.customer-questions button{font-size:13px;font-weight:400;border:1px solid #dce5df;border-radius:18px;padding:8px 13px;color:#39594b;background:#fff}.customer-questions button:hover{background:#f0f8f3;border-color:#91b8a2}.customer-composer{position:relative;border:1px solid #9bb9a9;border-radius:14px;padding:12px;background:#fff;box-shadow:0 3px 16px #183d2810}.customer-composer:focus-within{outline:2px solid #2a8b6230;border-color:#278860}.customer-composer textarea{display:block;width:100%;min-height:85px;max-height:200px;resize:vertical;border:0!important;outline:none!important;box-shadow:none!important;padding:3px 4px 10px;color:#172c28;background:transparent;font:inherit;font-size:15px;line-height:1.6;box-sizing:border-box}.customer-composer>.primary{display:block;margin-left:auto;min-width:76px;border-radius:9px}.customer-page button:disabled{opacity:.55;cursor:not-allowed}.customer-error{font-size:13px;color:#a2342b;margin:8px 4px 0}@media(max-width:700px){.customer-page{height:calc(100dvh - 90px);min-height:400px}.customer-heading{padding-bottom:14px}.customer-heading h1{font-size:21px}.customer-messages{padding:18px 0}.customer-message{font-size:14px;max-width:95%}.customer-welcome h2{font-size:22px}.customer-questions{gap:6px}.customer-questions button{font-size:12px;padding:7px 10px}}:root{--ink:#15202b;--secondary:#475467;--muted:#667085;--accent:#087f5b;--accent-hover:#056545;--line:#dce2e8;--warning:#975209;--danger:#b42318}body{background:#fff}button,input,select,textarea{transition:border-color .12s,background-color .12s;color:var(--ink)}button{font-weight:500}button:hover:not(:disabled){background:#f1f5f7;border-color:#aebac7}button.primary,.oh-primary{background:var(--accent);border-color:var(--accent);color:#fff}button.primary:hover:not(:disabled),.oh-primary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}button:disabled,button.primary:disabled,button.confirm-button:disabled{color:#697586;background:#f2f4f7;border-color:#e4e7ec}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:2px solid #3266ed;outline-offset:3px}input,select,textarea{border-color:#cbd3de}input::placeholder,textarea::placeholder{color:#667085}h1{font-size:28px;font-weight:700;letter-spacing:0}h2{font-size:18px;font-weight:650}h3{font-size:14px;font-weight:650}summary{cursor:pointer;color:var(--secondary)}.content{max-width:none;padding:26px 28px}.page-heading{min-height:40px;margin-bottom:26px;gap:16px}.page-heading>div:last-child{display:flex;gap:8px}.app>.sidebar{width:190px;background:#f8fafb;border-color:#e0e5eb;z-index:20}.app>.sidebar .brand{padding:24px 16px 20px;font-size:20px;letter-spacing:0;color:var(--ink)}.app>.sidebar .brand-mark{width:34px;height:36px;border-radius:9px;background:var(--accent)}.app>.sidebar .workspace{padding:10px;margin:0 12px 18px;font-size:13px;font-weight:600;border-color:#dde4ea;background:#fff}.app>.sidebar .avatar{width:28px;height:28px;color:#086447;background:#e5f3ec}.app>.sidebar nav{padding:0 10px;gap:5px;overflow:auto;scrollbar-width:thin}.app>.sidebar nav button{min-height:43px;padding:10px 12px;gap:10px;border-radius:7px;font-size:14px;color:#344054;font-weight:550}.app>.sidebar nav button svg{flex-shrink:0}.app>.sidebar nav button:hover:not(:disabled){background:#eaf0f4}.app>.sidebar nav button.active{color:#fff;background:var(--accent);box-shadow:none;font-weight:650}.app>.sidebar nav button.active:hover:not(:disabled){color:#fff;background:var(--accent-hover)}.app>.sidebar nav button{transition:none}.app>.sidebar nav .group-current{color:#006746;font-weight:700}.app>.sidebar .nav-children{margin-left:20px;padding:3px 0 4px 9px;border-left:1px solid #ced8e0;gap:3px}.app>.sidebar .nav-children button{font-size:13px;min-height:36px;padding:8px;gap:8px}.app>.sidebar .nav-dot{display:none}.app>.sidebar .side-bottom{display:block;padding:12px 10px;border-top:1px solid #dde4ea;background:#f8fafb}.app>.sidebar .dock-account{min-height:40px;font-size:14px;color:#253245;padding:9px 12px}.dock-account>svg:last-child{margin-left:auto;color:#667085}.oasis-home h1,.oh-heading h1{font-size:28px}.oasis-home h2{font-size:18px}.oh-heading{align-items:center;margin-bottom:24px}.oh-heading-tools{padding:0}.oh-shortcuts{padding:15px 0;margin-bottom:24px}.oh-app-icon{width:40px;height:40px;border-radius:9px}.oh-panel{padding:20px;border-color:var(--line);border-radius:9px}.oh-section-head{margin-bottom:16px}.oh-main-grid{align-items:start;grid-template-columns:minmax(0,2fr) minmax(280px,1fr)}.oh-right{display:block}.oh-work-row{padding:18px 0;min-height:116px}.oh-work-name h3{font-size:16px}.oh-project-name,.oh-work-name p,.oh-result-item small{color:#475467}.oh-project-name{font-size:14px}.oh-work-state small{color:#667085}.oh-todo-list button small{color:#475467;font-size:12px}.oh-results{margin-top:24px}.section-heading h2{font-size:17px}.section-heading{margin-bottom:14px}.search{border-color:#cbd3de}.projects-table{border-color:var(--line);border-radius:9px}.project-columns{background:#f5f7fa;color:#475467;font-weight:600}.project-row{padding-top:18px;padding-bottom:18px}.project-row:hover:not(:disabled){background:#f7faf9;border-color:var(--line)}.project-title strong{font-size:15px;color:var(--ink)}.project-title small{font-size:12px;color:#475467;margin-top:5px}.project-icon{background:#edf7f2;border-color:#d8e9df;color:var(--accent)}.status{font-size:12px;font-weight:600;color:#8a4908;background:#fff2d9}.status.done{color:#066847;background:#e4f5eb}.pending-module .page-heading{border-bottom:1px solid var(--line);padding-bottom:22px;margin-bottom:0}.pending-surface{min-height:350px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#52637b}.pending-surface p{font-size:14px;color:#475467}.editor-heading{min-height:66px;padding:12px 18px;border-color:var(--line)}.editor-heading h1{font-size:18px}.editor-heading h1 span,.save-state{color:#475467;font-size:12px}.actions button{font-size:13px}.panel-heading{color:var(--ink);font-size:14px}.panel-heading span,.room-item small{color:#475467}.room-item.selected{background:#e5f4ed;color:#065e42;box-shadow:inset 3px 0 var(--accent)}.canvas-toolbar{background:#f6f8fa;border-color:var(--line)}.canvas-toolbar button{color:#344054;font-size:13px}.canvas-toolbar button.selected{background:#087f5b;color:#fff}.canvas-toolbar button:disabled{color:#83909d;background:transparent}.canvas-toolbar label{color:#344054}.canvas-toolbar .focus-toggle{background:#fff;border-color:#bac9c2;color:#066847}.metrics-bar span,.metric-caption{color:#475467;font-size:12px}.metrics-bar strong{font-size:23px;color:#17212f}.inspector .area-value{color:#15202b;font-size:32px}.inspector label{font-size:13px;color:#344054}.inspector-actions button{font-size:13px}.checking h3{color:#08704e;font-size:13px}.editor-help{border-top:1px solid var(--line);padding:13px 0;font-size:12px}.editor-help p{font-size:12px;margin:10px 0;color:#475467}.source-note{display:block;padding:12px;font-size:12px}.source-note p{font-size:12px;margin-top:8px;overflow-wrap:anywhere}.confirm-button{background:#087f5b;color:#fff;border-color:#087f5b;margin-top:14px}.confirm-button:hover:not(:disabled){background:#056545;color:#fff}.room-dimensions span,.dimension-key summary{color:#475467}.room-dimensions strong{color:#17212f}.canvas-hint{color:#344054;border-color:#cbd3de;font-size:12px}.content:has(.layout-workflow){padding:20px}.layout-heading{margin-bottom:16px;gap:10px}.layout-heading>div:first-child{margin-right:auto}.layout-heading h1{font-size:28px}.layout-steps{padding:10px 0;margin-bottom:14px;gap:20px;font-size:13px;border-color:var(--line)}.layout-steps .current{color:#075d42;font-weight:650}.layout-steps .current b{background:#087f5b;color:#fff}.layout-library,.layout-inspector{border-color:var(--line);background:#fff}.layout-library label,.layout-file-count{color:#475467}.layout-file strong{font-size:13px;color:#1f2937}.layout-file small{color:#475467;font-size:12px}.layout-file em{color:#667085;font-size:12px}.layout-file.chosen{background:#e8f5ed;border-color:#8fbba7}.layout-file.chosen strong{color:#075d42}.layout-tabs button,.layout-view-tools label{font-size:13px;color:#344054}.layout-tabs .chosen{color:#06704d;border-bottom-color:#087f5b;font-weight:650}.layout-view-tools{background:#f6f8fa;border-color:var(--line)}.layout-next{background:#fff;border-color:#ccdcd4;padding:12px}.layout-next .wide{margin-top:12px}.layout-next .wide:first-child{margin-top:0}.layout-inspector h2{font-size:15px;color:#17212f}.layout-inspector h3{font-size:14px;color:#253245}.layout-inspector p,.layout-inspector label,.layout-review summary{font-size:13px;color:#475467}.layout-review{border-color:var(--line)}.layout-legend{font-size:12px;color:#475467}.layout-metrics span{color:#475467}.layout-metrics strong{color:#17212f}.case-process-row small{color:#475467}.ls-library-head{color:#475467;font-size:13px}.ls-project{border-color:var(--line);border-radius:8px;background:#fff}.ls-project-name strong{font-size:15px;color:#17212f}.ls-project-name svg{color:#087f5b}.ls-project small,.ls-project>div>span{color:#475467}.ls-project b{color:#17212f}.ls-editor .ls-input-heading h2{font-size:15px;color:#17212f}.ls-editor .ls-inputs{border-color:var(--line);background:#fff}.ls-editor .ls-field>span{color:#344054;font-size:13px}.ls-editor .ls-field input,.ls-editor .ls-field select{font-size:14px;color:#17212f;border-color:#cbd3de;background:#fff}.ls-editor .ls-field input:read-only{background:#f4f6f8;color:#344054}.ls-editor .ls-field small{color:#475467;font-size:11px}.ls-editor .ls-inputs h3{color:#17212f;font-size:14px;border-color:var(--line)}.ls-editor .ls-project-head button{font-size:13px}.ls-editor .ls-project-head>div>span{color:#475467;font-size:12px}.ls-editor .ls-tabs button{font-size:14px;color:#475467}.ls-editor .ls-tabs button.active{color:#087f5b;border-bottom-color:#087f5b;font-weight:700}.ls-editor .ls-metric{background:#fff;border:1px solid var(--line);border-radius:8px;padding:16px 14px}.ls-editor .ls-metrics{gap:10px;border:0;background:transparent}.ls-metric>span{font-size:13px;color:#475467}.ls-metric strong{font-size:27px;color:#15202b}.ls-secondary{color:#475467;font-size:12px}.ls-secondary b{color:#17212f}.ls-chart-title h2,.ls-table-title h2{font-size:16px;color:#17212f}.ls-chart-title span,.ls-table-title p{font-size:12px;color:#475467}.ls-chart text{fill:#475467;font-size:12px}.ls-data-toolbar{color:#475467;font-size:12px}.ls-annual thead th{background:#f1f5f8;color:#344054;font-size:12px}.ls-annual td,.ls-annual tbody th{font-size:12px;color:#263447}.ls-annual .negative{color:#b42318}.ls-annual tr.total{background:#eaf5ef}.ls-saved{color:#08704e}.ls-unsaved{color:#99550d}.ls-toggle-inputs{font-size:12px;color:#08704e}.ls-sens-tools button{font-size:13px}.ls-switch button.active{background:#087f5b;color:#fff}.ls-sensitivity summary,.ls-finance summary{color:#344054;font-size:13px}.ls-history-row small{color:#475467}.ls-report-sheet{color:#17212f}.ls-report-cell small,.ls-report-intro,.ls-report-brand{color:#475467}.modal{border-radius:10px;border:1px solid var(--line)}.modal-title h2{font-size:20px}.modal label{color:#344054}.modal p.compact{font-size:12px}.login-card{border-color:var(--line);box-shadow:0 10px 36px #17212f08}.account-tabs button.selected{background:#087f5b;color:#fff;border-color:#087f5b}@media(max-width:1100px){.content{padding:22px 20px}.oh-main-grid{grid-template-columns:1fr}.oh-work-row{min-height:0}.layout-heading h1{font-size:24px}}@media(max-width:900px){.app>.sidebar{width:66px}.app>.main{margin-left:66px;width:calc(100% - 66px)}.app>.sidebar .brand{padding:22px 15px}.app>.sidebar .brand>div,.app>.sidebar .workspace{display:none}.app>.sidebar nav{padding:0 8px}.app>.sidebar nav button{justify-content:center;padding:10px;gap:0}.app>.sidebar .nav-children{margin-left:0;padding:3px 0;border-left:0}.app>.sidebar .nav-children button{border-radius:5px;min-height:36px}.app>.sidebar .side-bottom{padding:10px 8px}.app>.sidebar .dock-account{padding:10px;justify-content:center}.dock-account>span,.dock-account>svg:last-child{display:none}}@media(max-width:650px){.content,.content.home-content{padding:20px 12px}h1,.oh-heading h1,.oasis-home h1{font-size:24px}.page-heading{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.page-heading>button{margin-top:0}.page-heading>div:last-child{flex-wrap:wrap}.oh-shortcuts{padding:0}.oh-panel{padding:15px}.oh-work-row{padding:16px 0}.oh-work-name h3{font-size:15px}.oh-work-name p{font-size:12px}.layout-heading{flex-wrap:wrap}.layout-heading h1{font-size:24px}.layout-steps{gap:9px;font-size:12px}.pending-surface{min-height:260px}.metrics-bar strong{font-size:18px}.oh-shortcut strong{font-size:13px}.ls-editor .ls-project-head button{font-size:12px}.ls-metric strong{font-size:23px}}@media(prefers-reduced-motion:reduce){button,input,select,textarea{transition:none}}:root{color-scheme:light;font-family:Microsoft YaHei UI,Microsoft YaHei,PingFang SC,Noto Sans SC,Segoe UI,sans-serif;font-size:15px;line-height:1.5;--ink:#15202b;--secondary:#46566e;--muted:#617089;--accent:#008763;--accent-hover:#006c50;--line:#dfe6ee;--surface:#fff;--surface-grouped:#f8fafc;--text-primary:var(--ink);--text-secondary:var(--secondary);--control-border:#c9d4e2;--separator:var(--line);--focus:#3266ed}body{background:#fff;color:var(--ink)}button,input,select,textarea{font-family:inherit;font-size:14px;border-radius:8px}button{min-height:38px;font-weight:600;padding:9px 13px;line-height:1.4}button svg{flex-shrink:0}input,select,textarea{border-color:var(--control-border);min-height:40px}input[type=checkbox],input[type=radio]{min-height:0;accent-color:var(--accent)}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--focus);outline-offset:2px}.search:focus-within{outline:2px solid var(--focus);outline-offset:2px}.search input:focus-visible{outline:none}h1,.oasis-home h1,.layout-heading h1{font-size:32px;font-weight:750;line-height:1.25;letter-spacing:-.6px}h2,.oasis-home h2{font-size:21px;font-weight:700;line-height:1.4}h3{font-size:16px;font-weight:650}.content{padding:30px 28px;max-width:none}.page-heading{margin-bottom:28px;gap:18px}.page-heading button{min-height:42px}.page-heading>div:last-child{display:flex;gap:9px}.muted,small{color:var(--secondary)}.app>.sidebar{width:190px;background:#f8fafc;border-color:var(--line)}.app>.main{margin-left:190px;width:calc(100% - 190px)}.app>.sidebar .brand{padding:26px 16px 22px;font-size:20px}.app>.sidebar .brand-mark{width:36px;height:39px;border-radius:10px}.app>.sidebar .workspace{padding:12px 9px;margin:0 12px 18px;background:#fff;border:1px solid var(--line);border-radius:8px}.app>.sidebar nav{padding:0 12px;gap:5px}.app>.sidebar nav button{font-size:14px;min-height:44px;padding:11px 12px;font-weight:500;border-radius:7px;color:#40516b}.app>.sidebar nav button.active,.app>.sidebar nav button.active:hover:not(:disabled){background:#e6f5ee;color:#00815c;box-shadow:inset 3px 0 var(--accent);font-weight:700}.app>.sidebar .nav-children button{font-size:13px;min-height:38px}.app>.sidebar .group-current{color:#007b59;font-weight:650}.app>.sidebar .side-bottom{background:#f8fafc;padding:12px}.dock-account{min-height:44px}.nav-toggle,.nav-dismiss{display:none}.brand .nav-toggle{padding:0;border:0;min-height:36px;color:#fff;background:var(--accent)}.oasis-home{max-width:none}.oasis-home h1{font-size:40px}.oh-heading{margin-bottom:27px;align-items:center}.oh-heading-tools time{font-size:13px;color:var(--secondary)}.oh-shortcuts{border:1px solid var(--line);border-radius:10px;background:#fff;padding:17px 0;margin-bottom:22px}.oh-shortcut{background:#fff;min-height:52px}.oh-shortcut strong{font-size:16px}.oh-app-icon{width:46px;height:46px;border-radius:12px}.oh-app-icon.blue{background:#3865fa;color:#fff}.oh-app-icon.green{background:#00936c;color:#fff}.oh-app-icon.purple{background:#7541e9;color:#fff}.oh-shortcut+.oh-shortcut{border-left:1px solid var(--line)}.oh-panel{border:1px solid var(--line);border-radius:10px;padding:22px;background:#fff}.oh-main-grid{grid-template-columns:minmax(0,1.9fr) minmax(290px,1fr);gap:20px;align-items:stretch}.oh-right{display:flex;flex-direction:column;gap:20px;padding:0;border:0}.oh-todo{flex:1;min-height:300px}.oh-section-head{margin-bottom:18px}.oh-work-row{padding:22px 0;gap:16px;min-height:132px}.oh-project-name{font-size:14px;color:#4c5e77}.oh-work-name h3{font-size:18px;font-weight:700;margin:6px 0}.oh-work-name p{font-size:13px;color:#617089}.oh-work-state small{font-size:12px;color:#617089}.oh-status{font-size:12px}.oh-work-row .oh-primary{font-size:14px;min-height:42px;background:var(--accent);border-color:var(--accent);color:#fff}.oh-thumbnail{width:78px;height:78px;border-radius:8px;border:1px solid #e5ebf2;background:#f8fafc}.oh-lease{background:#edf8f2;color:#008763}.oh-results{margin-top:20px;padding:22px;border:1px solid var(--line)}.oh-result-item{min-height:104px;border:1px solid var(--line);border-radius:8px;padding:15px}.oh-result-item strong{font-size:14px}.oh-result-item small{font-size:12px}.oh-todo-list button strong{font-size:14px}.oh-todo-list button small{font-size:12px}.oh-text-button{font-size:13px;min-height:34px}.oh-work-filter input{font-size:14px;min-height:38px}.library-heading,.ls-library-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}.library-heading h2,.section-heading h2{font-size:19px}.library-heading h2 span{font-size:13px;font-weight:400;margin-left:8px;color:var(--muted)}.library-icon{display:grid;place-items:center;width:46px;height:48px;border:1px solid #deede5;border-radius:9px;background:#edf7f2;color:var(--accent);flex-shrink:0}.library-project-title{display:flex;align-items:center;gap:14px;min-width:0}.library-project-title>div{min-width:0}.library-project-title strong,.ls-project-name strong{display:block;white-space:normal;overflow-wrap:anywhere;font-size:16px;font-weight:650}.library-project-title small,.ls-project-name small{font-size:12px;color:var(--muted)}.ls-projects,.hv-projects{border:1px solid var(--line);border-radius:10px;overflow:auto;background:#fff}.ls-library-columns,.hv-library-columns{display:grid;align-items:center;gap:20px;background:#f8fafc;padding:14px 20px;font-size:13px;font-weight:600;color:var(--secondary)}.ls-library-columns{grid-template-columns:2fr 1fr 1fr 1fr 20px}.hv-library-columns{grid-template-columns:2fr 1fr 1fr 20px}.ls-project,.hv-project{padding:23px 20px;gap:20px;min-height:106px;border:0;border-top:1px solid var(--line);border-bottom:0;border-radius:0}.ls-project{grid-template-columns:2fr 1fr 1fr 1fr 20px}.hv-project{grid-template-columns:2fr 1fr 1fr 20px}.ls-project:hover:not(:disabled),.hv-project:hover:not(:disabled){background:#f9fcfa}.ls-project>div:not(:first-child)>span,.hv-project>span>small{display:none}.ls-project b,.hv-project b{font-size:18px;font-weight:600;font-variant-numeric:tabular-nums}.projects-table{border-radius:10px}.project-row{padding:22px}.project-columns{background:#f8fafc}.project-title strong{font-size:16px}.project-title small{font-size:12px}.project-icon{width:46px;height:48px;border-radius:9px}.content:has(.hv){padding:26px 28px}.hv{height:calc(100dvh - 52px)}.hv-header{margin-bottom:22px}.hv-header h1{font-size:32px}.hv-detail-header h1,.ls-project-head h1{font-size:21px;line-height:1.4}.hv-detail-header,.ls-project-head{padding-bottom:18px;border-bottom:1px solid var(--line);margin-bottom:18px}.hv-header span,.ls-project-head span{font-size:12px}.hv-workspace{grid-template-columns:350px minmax(0,1fr);gap:24px}.hv-inputs,.ls-inputs{border-radius:10px;border-color:var(--line);background:#fff}.hv-input-scroll,.ls-input-scroll{padding:20px}.input-panel-heading,.ls-input-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:19px;gap:8px}.input-panel-heading h2,.ls-input-heading h2{font-size:17px}.input-panel-heading>span{font-size:12px;color:var(--muted)}.ls-inputs h3{font-size:15px;border-top:1px solid var(--line);padding-top:20px;margin-top:20px;margin-bottom:12px}.hv-field,.ls-field{font-size:13px;gap:7px}.hv-field input,.hv-field select,.ls-field input,.ls-field select{font-size:15px;min-height:40px}.hv-field small{font-size:11px;color:var(--muted)}.hv summary,.ls-inputs summary{font-size:14px;font-weight:650;padding-top:11px;padding-bottom:13px}.hv-savebar,.ls-savebar{padding:14px;background:#fff;border-color:var(--line)}.hv-savebar button{font-size:12px;min-height:40px}.ls-savebar button{min-height:42px}.hv-tabs,.ls-tabs{display:flex;background:#f2f5f8;padding:5px;border-radius:9px;border:0;gap:3px;overflow:auto;max-width:100%}.hv-tabs{width:fit-content;position:sticky;top:0}.hv-tabs button,.ls-tabs button{background:transparent;border:0;white-space:nowrap;color:#50617a;font-size:13px;font-weight:500;padding:9px 12px;min-height:36px;border-radius:6px}.hv-tabs [aria-selected=true],.ls-tabs button.active{background:#fff;color:var(--ink);box-shadow:0 1px 4px #182a4114;font-weight:650;border:0}.hv-metrics,.ls-metrics{gap:14px}.hv-metric,.ls-metric{padding:20px 17px;border:1px solid var(--line);border-radius:10px;background:#fff}.hv-metric>span,.ls-metric>span{font-size:13px;color:var(--secondary)}.hv-metric strong,.ls-metric strong{font-size:28px;line-height:1.35;font-weight:700;letter-spacing:-.6px;margin-top:10px}.hv-metric:nth-child(2) strong{font-size:24px}.hv-secondary,.ls-secondary{padding:20px 0;gap:16px}.hv-secondary span,.ls-secondary>span{font-size:13px}.hv-chart,.ls-chart{padding:15px 0 10px}.hv-table,.ls-annual{font-size:13px}.hv-table caption{font-size:12px}.hv-table-wrap,.ls-table-scroll{border-radius:9px;border-color:var(--line)}.hv-table th,.hv-table td{padding:12px}.hv-focused{padding:22px 28px;height:100dvh}.ls-ai-heading h2{font-size:18px}.ls-ai-compose{border-radius:10px}.ls-ai-history p{font-size:15px;line-height:1.8}.ls-ai-metrics>div{border-radius:10px}.editor-heading{padding:12px 18px;min-height:74px}.editor-heading h1{font-size:20px}.editor-heading h1 span,.save-state{font-size:12px}.room-panel{width:174px;background:#fff}.inspector{width:218px;background:#fff}.panel-heading{font-size:14px;padding:14px 12px}.room-item{padding:11px 9px}.room-item strong{font-size:13px}.room-item small{font-size:12px}.canvas-toolbar{padding:7px 10px;background:#fff;gap:7px}.canvas-toolbar button{min-height:34px;padding:6px 8px;font-size:12px}.canvas-toolbar label{font-size:12px}.canvas-toolbar button.selected{color:#007951;background:#e6f5ee}.metrics-bar{background:#fff;min-height:64px}.metrics-bar span{font-size:12px}.metrics-bar strong{font-size:23px}.inspector .area-value{font-size:34px;color:var(--ink)}.inspector label{font-size:13px}.inspector-actions button{font-size:12px;min-height:38px}.inspector .confirm-button{min-height:42px}.editor-help,.source-note{font-size:12px}.checking h3{font-size:13px}.layout-heading{margin-bottom:17px;justify-content:space-between}.layout-heading-actions{display:flex;align-items:center;gap:8px}.layout-steps{margin-bottom:20px;font-size:13px}.layout-body{gap:16px}.layout-library{width:200px;padding:14px;border-radius:10px;background:#fff;border:1px solid var(--line)}.layout-library .input-panel-heading{margin-bottom:16px}.layout-library h2{font-size:16px}.layout-file{padding:11px 8px;border-radius:8px}.layout-file strong{font-size:13px;font-weight:600;overflow-wrap:anywhere}.layout-file small,.layout-file em{font-size:11px}.layout-inspector{width:230px;border-radius:10px;background:#fff;border:1px solid var(--line);padding:17px}.layout-inspector h2{font-size:17px;line-height:1.5}.layout-visual{border:1px solid var(--line);border-radius:10px;overflow:hidden}.layout-view-tools{background:#fff;padding:9px}.layout-tabs button{font-size:13px;min-height:35px}.layout-legend{background:#fff;font-size:12px}.layout-metrics span{font-size:12px}.layout-metrics strong{font-size:24px}.layout-review summary{font-size:13px;min-height:36px}.layout-inspector .wide{min-height:40px;font-size:13px}.layout-workflow{margin:0}.layout-body{border:0;border-radius:0;overflow:visible;height:calc(100dvh - 180px);min-height:480px}.oh-heavy{background:#eef4ff;color:#3865e9}.ls-result-top{align-items:center;gap:10px;margin-bottom:18px}.ls-editor .ls-inputs h3{font-size:15px;padding-top:20px;margin-top:20px;margin-bottom:12px}.ls-editor .ls-tabs{background:#f2f5f8;padding:5px;border:0;gap:3px;border-radius:9px}.ls-editor .ls-tabs button{font-size:13px;min-height:36px;padding:9px 12px;border:0;border-radius:6px}.ls-editor .ls-tabs button.active{background:#fff;color:var(--ink);border:0;box-shadow:0 1px 4px #182a4114}.hv button.primary:disabled{color:#697586;background:#f2f4f7;border-color:#e4e7ec}.ls-editor .ls-project-head h1{font-size:21px}.ls-editor .ls-input-heading h2{font-size:17px}.customer-page{max-width:960px;height:calc(100dvh - 60px);color:var(--ink)}.customer-heading h1{font-size:30px}.customer-heading{padding-bottom:22px;border-color:var(--line)}.customer-chat{border:1px solid var(--line);border-radius:12px;margin-top:22px;overflow:hidden;background:#fff}.customer-messages{padding:24px}.customer-welcome h2{font-size:26px;color:var(--ink)}.customer-message{font-size:15px}.customer-message small{color:var(--muted)}.customer-message>div{background:#f5f7fa}.customer-message.user>div{background:#e6f5ee}.customer-bottom{padding:0 20px 20px}.customer-questions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:14px}.customer-questions button{border-radius:8px;text-align:left;justify-content:flex-start;font-size:13px;padding:10px 12px;min-height:40px;color:#40516b;border-color:var(--line)}.customer-composer{border-color:#bfcfc7;border-radius:10px;box-shadow:none}.customer-composer textarea{font-size:15px;min-height:74px}.customer-error{font-size:13px}.usage-filter-panel{padding:18px 20px;border:1px solid var(--line);border-radius:10px;margin-bottom:20px;background:#fff}.usage-filters{margin:0;gap:16px}.usage-filters label{font-size:13px}.usage-summary{padding:0;border:0;gap:16px;margin-bottom:24px}.usage-summary>div{padding:20px;border:1px solid var(--line);border-radius:10px;min-width:0}.usage-summary strong{font-size:27px;font-weight:700;overflow-wrap:anywhere}.usage-summary span,.usage-summary small{color:var(--secondary)}.usage-module-summary{gap:16px;margin:20px 0}.usage-module-summary>div{padding:12px 16px;background:#f8fafc;border-radius:8px;flex-wrap:wrap}.usage-records{border:1px solid var(--line);border-radius:10px;overflow:hidden}.usage-records>.library-heading{padding:20px 20px 0;margin-bottom:18px}.usage-table th{background:#f8fafc;color:var(--secondary);padding:14px}.usage-table td{padding:17px 14px}.usage-table td small{font-size:12px}.usage-pager{padding:15px 20px;margin:0}.usage-detail{margin-top:20px;border-color:var(--line)}.usage-footnote{font-size:12px}.pending-module .page-heading{border:0;margin-bottom:28px;padding-bottom:0}.pending-surface{border:1px solid var(--line);border-radius:12px;min-height:420px;gap:20px;background:#fff}.pending-icon{width:78px;height:78px;border:1px solid #e4eaf3;border-radius:18px;background:#f5f8fc;display:grid;place-items:center;color:#687b96}.pending-surface h2{font-size:20px;color:var(--secondary)}.overlay{background:#15202b40;backdrop-filter:none}.modal{padding:28px;border:1px solid var(--line);border-radius:15px;box-shadow:0 18px 65px #15202b20}.modal-title h2{font-size:23px}.modal-title>button{width:36px;height:36px;padding:0;background:#f6f8fa;border-radius:50%}.modal input{font-size:15px;min-height:42px}.account-identity{display:block;font-size:13px;color:var(--secondary);margin-top:6px}.account-tabs{margin:22px 0}.account-tabs button{min-height:40px}.account-modal form{margin-bottom:22px}.login-page{background:#fff}.login-card{padding:34px;border:1px solid var(--line);border-radius:16px;box-shadow:0 12px 48px #20334909;width:min(410px,calc(100% - 32px))}.login-brand{margin-bottom:30px}.login-brand h1{font-size:27px}.login-heading{padding-top:24px;border-top:1px solid var(--line);margin-bottom:24px}.login-heading h2{font-size:20px}.login-card label{font-size:14px;margin-bottom:19px}.login-card input{min-height:44px;font-size:15px}.login-card>.primary{min-height:44px;margin-top:6px}@media(max-width:1250px){.oh-main-grid{grid-template-columns:minmax(0,1.7fr) minmax(250px,1fr)}.hv-workspace{grid-template-columns:320px minmax(0,1fr);gap:18px}.hv-metrics{grid-template-columns:1fr 1fr}.layout-library{width:180px}.layout-inspector{width:210px}.ls-metric strong{font-size:25px}}@media(max-width:1100px){.oh-work-row{grid-template-columns:66px minmax(0,1fr) auto}.oh-work-state{grid-column:2}.oh-work-row>.oh-primary{grid-column:3;grid-row:1/3}.oh-thumbnail{width:66px;height:70px}.oh-work-row>.oh-thumbnail{grid-row:1/3}.oh-main-grid{grid-template-columns:1fr}.oh-todo{min-height:200px}.ls-library-columns,.ls-project{grid-template-columns:2fr 1fr 1fr 20px}.ls-library-columns>span:nth-child(3),.ls-project>div:nth-child(3){display:none}.usage-summary{grid-template-columns:1fr 1fr}.layout-heading-actions{flex-wrap:wrap}.hv-tabs button{padding:8px 10px}}@media(max-width:900px){.app>.sidebar{width:66px}.app>.main{margin-left:66px;width:calc(100% - 66px)}.app>.sidebar .desktop-brand{display:none}.app>.sidebar .nav-toggle{display:grid}.app>.sidebar .brand{padding:20px 15px}.app>.sidebar nav{padding:0 8px}.app>.sidebar nav button{padding:12px;font-size:0;gap:0;justify-content:center}.app>.sidebar nav button>span,.app>.sidebar .group-chevron,.app>.sidebar .dock-usage>span{display:none}.app>.sidebar .side-bottom{padding:9px 5px}.app.nav-open>.sidebar{width:190px;box-shadow:12px 0 30px #17212f18}.app.nav-open>.sidebar .brand>div,.app.nav-open>.sidebar .workspace{display:flex}.app.nav-open>.sidebar nav button{font-size:14px;justify-content:flex-start;gap:10px;padding:11px 12px}.app.nav-open>.sidebar nav button>span,.app.nav-open>.sidebar .group-chevron,.app.nav-open .dock-account>span,.app.nav-open .dock-usage>span{display:inline}.app.nav-open .dock-account{justify-content:flex-start}.app.nav-open .nav-dismiss{display:block;position:fixed;inset:0 0 0 190px;z-index:19;background:#17212f24;border:0;border-radius:0}.content{padding:24px 20px}.content:has(.hv){padding:18px}.hv{height:calc(100dvh - 36px)}.hv-focused{height:100dvh}.hv-header h1{font-size:27px}.hv-detail-header h1{font-size:20px}.library-heading h2{font-size:18px}.ls-library-columns,.ls-project{gap:14px;padding-left:16px;padding-right:16px}.customer-page{height:calc(100dvh - 48px)}.layout-body{gap:10px}.layout-library{width:165px}.layout-inspector{width:195px}}@media(max-width:650px){.content,.content.home-content{padding:20px 14px}h1,.oasis-home h1,.layout-heading h1{font-size:28px}h2,.oasis-home h2{font-size:19px}.oh-panel{padding:17px}.oh-heading{gap:12px}.oh-heading-tools{gap:8px;flex-wrap:wrap}.oh-shortcuts{padding:0}.oh-shortcut{padding:15px 11px}.oh-shortcut strong{font-size:14px}.oh-app-icon{width:38px;height:40px}.oh-shortcut:nth-child(3){border-left:0}.oh-work-row{grid-template-columns:48px minmax(0,1fr);gap:10px}.oh-work-row>.oh-thumbnail{width:48px;height:54px}.oh-work-row>.oh-primary{grid-column:2;grid-row:3;justify-self:start}.oh-work-name h3{font-size:17px}.oh-work-state{grid-row:2}.oh-result-list{grid-template-columns:1fr}.page-heading{flex-wrap:wrap}.library-heading{align-items:flex-start;flex-wrap:wrap}.ls-library-columns,.hv-library-columns{display:none}.ls-project,.hv-project{grid-template-columns:1fr 1fr;gap:16px}.ls-project-name,.library-project-title{grid-column:1/-1}.ls-project>svg,.hv-project>svg{display:none}.ls-project>div:not(:first-child)>span,.hv-project>span>small{display:block;font-size:12px}.hv-detail-header h1,.ls-project-head h1{font-size:18px}.hv-metric{padding:16px 12px}.hv-metric strong{font-size:25px}.usage-summary{gap:10px}.usage-summary>div{padding:16px 12px}.usage-summary strong{font-size:22px}.usage-filter-panel{padding:16px}.usage-filters label{flex:1 1 130px}.usage-pager{flex-wrap:wrap;padding:14px}.customer-heading h1{font-size:25px}.customer-chat{margin-top:16px}.customer-messages{padding:16px}.customer-bottom{padding:0 12px 12px}.customer-questions{grid-template-columns:1fr 1fr}.customer-questions button{font-size:12px;padding:8px;white-space:normal}.customer-welcome h2{font-size:23px}.layout-heading-actions{gap:6px}.layout-heading-actions button{font-size:12px}.layout-library,.layout-inspector{width:100%}.layout-library{padding:12px}.modal{padding:22px}.pending-surface{min-height:340px}.login-card{padding:26px}}@media(pointer:coarse){button,.canvas-toolbar button,.layout-view-tools button{min-height:44px}input:not([type=checkbox]),select{min-height:44px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}@media(forced-colors:active){button.primary,.oh-primary,.app>.sidebar nav button.active{border:2px solid ButtonText}.brand-mark{forced-color-adjust:auto}canvas{forced-color-adjust:none}}.login-page{min-height:100dvh;padding:40px 24px;background:#f5f7fa;display:flex;align-items:center;justify-content:center}.login-shell{width:min(960px,100%);min-height:490px;display:grid;grid-template-columns:1.1fr 1fr;background:#fff;border:1px solid #e5eaf0;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #172b4410}.login-visual{background:#00866a;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:46px 30px 24px;overflow:hidden}.login-visual .login-brand{display:flex;justify-content:center;gap:12px;margin:0 0 14px}.login-visual .brand-mark{background:#ffffff1a;border:1px solid #ffffff40;width:44px;height:44px;border-radius:12px;color:#fff}.login-visual .login-brand h1{font-size:30px;font-weight:650;letter-spacing:2px;color:#fff;margin:0}.login-welcome{font-size:16px;letter-spacing:2px;color:#d4f7ea;margin:0;text-align:center}.login-illustration{display:block;width:100%;max-width:440px;margin-top:35px;height:auto}.login-shell .login-card{width:100%;align-self:center;min-width:0;padding:48px 48px 52px;border:0;border-radius:0;box-shadow:none;background:#fff;margin:0}.login-shell .login-heading{border:0;padding:0;margin:0 0 34px}.login-shell .login-heading h2{font-size:28px;line-height:1.3;font-weight:700;margin:0;color:#152239}.login-shell .login-card>label{display:block;margin:0 0 9px;font-size:14px;font-weight:500;color:#41516b}.login-input{display:flex;align-items:center;gap:11px;border:1px solid #d8dfe9;border-radius:6px;padding:0 13px;min-height:48px;margin-bottom:22px;color:#8794a5;background:#fff;transition:border-color .15s,box-shadow .15s}.login-input:focus-within{border-color:#00866a;box-shadow:0 0 0 3px #00866a15}.login-input>svg{flex-shrink:0}.login-shell .login-input input{width:100%;min-width:0;min-height:46px;padding:10px 0;margin:0;border:0;outline:0;box-shadow:none;border-radius:0;font-size:15px;background:transparent;color:#152239}.login-input input::placeholder{color:#8c97a7}.login-shell .password-toggle{background:transparent;border:0;box-shadow:none;color:#77869a;padding:0;min-height:44px;min-width:32px;margin-right:-6px;display:grid;place-items:center}.login-shell .password-toggle:hover{color:#00866a;background:#f1f8f5}.login-feedback{min-height:30px;margin-top:-8px;margin-bottom:8px}.login-feedback .error{font-size:13px;margin:0}.login-shell .login-card>.primary{width:100%;min-height:46px;justify-content:center;gap:12px;border-radius:6px;font-size:16px;margin:0}.sidebar .nav-children{border-left:1px solid #d9e5df;margin:4px 0 5px 20px;padding-left:7px}.sidebar .group-chevron{transition:transform .18s ease}@media(max-width:700px){.login-page{padding:24px 16px}.login-shell{max-width:440px;grid-template-columns:1fr;min-height:0}.login-visual{padding:26px 20px}.login-visual .login-brand h1{font-size:25px}.login-visual .login-brand{margin-bottom:8px}.login-welcome{font-size:13px;letter-spacing:1px}.login-illustration{display:none}.login-shell .login-card{padding:30px 26px 34px}.login-shell .login-heading{margin-bottom:25px}.login-shell .login-heading h2{font-size:24px}}@media(prefers-reduced-motion:reduce){.login-input,.sidebar .group-chevron{transition:none}}.business-page{max-width:1400px;margin:0 auto;color:#172b3a}.business-page h1{margin:0}.business-page h2{font-size:19px;margin:0}.business-page h3{font-size:16px}.business-page label{display:flex;flex-direction:column;gap:9px;font-size:13px;color:#405464}.business-page input,.business-page select{width:100%;min-width:0;color:#142b39;border:1px solid #ccd7dd;border-radius:6px;padding:10px;background:#fff}.business-domain-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:22px 0 15px}.business-domain-grid>button{display:grid;grid-template-columns:44px 1fr 16px;grid-template-rows:auto auto;align-items:center;gap:6px 12px;text-align:left;background:#fff;border:1px solid #dce4e8;border-radius:10px;padding:24px 18px;box-shadow:0 3px 10px #173f3605}.business-domain-grid>button:hover{border-color:#00866a;background:#f8fcfa}.business-domain-grid .business-icon{grid-row:1/3}.business-domain-grid strong{font-size:19px;color:#122c3a}.business-domain-grid small{font-size:12px;color:#586c79}.business-domain-grid>button>svg{grid-column:3;grid-row:1/3}.business-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:10px;background:#e8f6ef;color:#00815e;flex:none}.business-quickbar{display:flex;gap:10px;flex-wrap:wrap;padding-bottom:24px;border-bottom:1px solid #e1e7eb;margin-bottom:24px}.business-quickbar button{border:0;background:#f3f6f8;border-radius:6px;color:#243d4a;padding:12px 16px;gap:9px}.business-steps{display:grid;grid-template-columns:repeat(4,1fr);background:#f5f8f7;border-radius:8px;padding:23px 20px;margin:26px 0}.business-steps>div{display:flex;align-items:center;gap:12px;min-width:0}.business-steps>div>span{background:#e0eee7;color:#007a59;display:grid;place-items:center;width:26px;height:26px;border-radius:50%;font-weight:700;flex-shrink:0}.business-steps strong{font-weight:550;font-size:14px}.business-steps svg{margin-left:auto;margin-right:20px;color:#81938d}.business-module-list{border-top:1px solid #dce5e8}.business-module-list>button{display:flex;width:100%;align-items:center;text-align:left;border:0;border-bottom:1px solid #e3e9ec;border-radius:0;padding:22px 12px;gap:18px;background:#fff}.business-module-list>button:hover{background:#f6faf8}.business-module-list>button>div{flex:1}.business-module-list strong{display:block;font-size:17px;color:#1d3542;font-weight:650}.business-module-list>button>div>span{display:block;font-size:13px;color:#61717c;margin-top:7px}.module-status{display:inline-flex;align-items:center;padding:4px 8px;font-size:12px;font-weight:500;border-radius:4px;white-space:nowrap;background:#f0f3f5;color:#61717c}.module-status.live{color:#007653;background:#e7f5ed}.module-status.trial,.module-status.tool{color:#976000;background:#fff3d7}.business-links{display:flex;gap:12px;flex-wrap:wrap;margin:24px 0}.business-links button{background:#fff}.business-tabs{display:flex;gap:32px;padding:20px 0 16px;border-bottom:1px solid #dfe6e9;color:#3b5362}.business-empty{min-height:280px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:14px;text-align:center;color:#586d79;padding:40px 16px}.business-empty h2,.business-empty h3{color:#263e4b;margin:0}.business-empty p{margin:0;max-width:480px;font-size:14px;line-height:1.7}.business-empty button{margin-top:12px}.business-tool-grid{display:grid;grid-template-columns:360px minmax(0,1fr);gap:30px;margin-top:28px}.business-input{padding:24px;background:#f7f9fa;border-radius:8px}.business-input>label{margin-top:22px}.business-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px 14px;margin-top:20px}.business-output{min-width:0;border:1px solid #e0e7ea;border-radius:8px;padding:26px}.business-output-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:12px 0 20px}.business-output-title h2{margin:0}.business-metrics>div{padding:24px 0;border-bottom:1px solid #e0e7ea;display:flex;flex-direction:column;gap:10px}.business-metrics span{font-size:14px;color:#536976}.business-metrics strong{font-size:30px;font-weight:650;letter-spacing:-.8px}.business-metrics small{font-size:13px;margin-left:8px;font-weight:400;letter-spacing:0}.business-result{padding:18px;background:#edf6f1;color:#15523b;border-radius:6px;margin:22px 0;font-size:14px;line-height:1.6}.business-page details{margin-top:22px;color:#60737d;font-size:12px;line-height:1.8}.business-page summary{cursor:pointer}.business-table-wrap{overflow:auto;border:1px solid #dfe6ea;border-radius:7px}.business-page table{border-collapse:collapse;width:100%;text-align:left;font-size:14px;white-space:nowrap}.business-page th{background:#f5f7f9;color:#526775;font-weight:500}.business-page th,.business-page td{padding:15px 18px;border-bottom:1px solid #e4e9ec}.business-page tbody tr:last-child td{border-bottom:0}.business-note{font-size:13px;color:#657984;margin-top:26px}.member-login{display:block;color:#6b7e89;font-size:12px;margin-top:4px}.package-section{margin-top:38px;padding-top:24px;border-top:1px solid #dce5e8}.package-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px}.package-grid>div{padding:24px;border:1px solid #dfe6ea;border-radius:8px}.package-grid h3{display:flex;align-items:center;justify-content:space-between;margin:0 0 18px}.package-grid h3 b{color:#007653;font-size:24px}.package-grid h3 small{font-size:13px;font-weight:400}.package-grid p{font-size:14px;color:#49616f}.package-grid small{font-size:12px;color:#647884}.package-grid .business-fields{margin-bottom:14px}.business-page .package-option{display:flex;flex-direction:row;align-items:center;padding:12px 0;gap:12px}.package-option input{width:17px;height:17px;accent-color:#00866a}.package-option span{flex:1}.package-option strong{font-size:13px;font-weight:500}.package-total{display:flex;justify-content:space-between;border-top:1px solid #dfe6ea;padding-top:22px;margin-top:18px}.package-total strong{font-size:28px;color:#007653}.sidebar nav{overflow-y:auto;overscroll-behavior:contain;min-height:0}.app>.sidebar nav .nav-children button{padding-top:9px;padding-bottom:9px;font-size:13px}.business-page .modal{max-height:90dvh;overflow:auto}.business-page .modal>label{margin-top:16px}.business-page .modal>.primary{margin-top:22px}@media(max-width:1200px){.business-domain-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.business-tool-grid{grid-template-columns:300px minmax(0,1fr)}}@media(max-width:760px){.business-tool-grid,.package-grid{grid-template-columns:1fr}.business-steps{grid-template-columns:1fr 1fr;gap:22px;padding:18px 12px}.business-steps svg{display:none}.business-domain-grid{gap:10px}.business-domain-grid>button{grid-template-columns:1fr;padding:18px 12px;gap:8px}.business-domain-grid .business-icon{grid-row:auto}.business-domain-grid>button>svg{display:none}.business-domain-grid strong{font-size:17px}.business-domain-grid small{font-size:11px}.business-module-list>button{gap:12px;padding:20px 0}.business-module-list strong{font-size:16px}.business-module-list>button>div>span{font-size:12px}.business-module-list .business-icon{width:34px;height:36px}.business-tabs{gap:16px;flex-wrap:wrap;font-size:13px}.business-quickbar{gap:8px}.business-quickbar button{padding:10px;font-size:13px}.business-output{padding:20px}.package-grid>div{padding:20px}}.business-module-list>button>div{min-width:0}.business-module-list>button>div>span{white-space:normal;line-height:1.65}.business-module-list>button>svg{flex-shrink:0}.business-module-list strong{white-space:normal}.business-domain-grid strong{line-height:1.5;overflow-wrap:anywhere}.business-domain-grid small{line-height:1.6}.app>.sidebar .side-bottom{flex-shrink:0;padding:8px 10px}.app>.sidebar .side-bottom nav{padding:0;flex:initial;overflow-y:auto;max-height:42dvh}.app>.sidebar .side-bottom nav button{width:100%}.app>.sidebar .group-toggle{white-space:normal;min-height:44px}.app>.sidebar .group-toggle>span{min-width:0;text-align:left;line-height:1.45;overflow-wrap:anywhere}.app>.sidebar .group-toggle>svg{flex-shrink:0}.app>.sidebar .group-chevron{margin-left:auto}@media(min-width:901px){.app>.sidebar .group-toggle{gap:7px;padding:10px 8px;font-size:13px}}@media(max-width:600px){.business-domain-grid{grid-template-columns:1fr}.business-domain-grid>button{grid-template-columns:40px minmax(0,1fr);column-gap:12px}.business-domain-grid .business-icon{grid-row:1/3}.business-domain-grid small{grid-column:2;font-size:12px}}.app>.sidebar .home-navigation{flex:none;overflow:visible;min-height:0;border-bottom:1px solid var(--line);padding:8px 12px 12px}.app>.sidebar .department-cluster{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden;padding-top:8px}.app>.sidebar .cluster-heading{display:flex;align-items:center;gap:10px;flex:none;min-height:44px;margin:0 12px;padding:10px 12px;font-size:14px;font-weight:500;line-height:1.4;color:#263d4d}.app>.sidebar .cluster-heading>svg{flex:none}.app>.sidebar .center-navigation{flex:1;min-height:0;margin:2px 12px 8px;padding:0;border:0;overflow:auto}.app>.sidebar .center-navigation .group-toggle{padding-left:12px;padding-right:12px;gap:10px;font-size:13px}.app>.sidebar .center-navigation .nav-children{margin-left:12px;padding-left:6px}@media(max-width:900px){.app:not(.nav-open)>.sidebar .cluster-heading{justify-content:center;margin:0;padding:10px}.app:not(.nav-open)>.sidebar .cluster-heading>span{display:none}.app:not(.nav-open)>.sidebar .center-navigation{margin:0;padding:0;border:0}.app:not(.nav-open)>.sidebar .home-navigation{padding:8px}.app:not(.nav-open)>.sidebar .center-navigation .group-toggle{justify-content:center}.app.nav-open>.sidebar .cluster-heading{padding-left:12px}}.app>.sidebar .brand{padding-top:18px;padding-bottom:14px}.app>.sidebar .home-navigation{padding-top:2px;padding-bottom:6px}.app>.sidebar .home-navigation>button{min-height:38px;padding-top:8px;padding-bottom:8px}.app>.sidebar .department-cluster{padding-top:4px}.app>.sidebar .cluster-heading{min-height:38px;padding-top:8px;padding-bottom:8px}.app>.sidebar .center-navigation{display:block;padding-bottom:12px}.app>.sidebar .center-navigation>.nav-group{margin-bottom:2px}.app>.sidebar .center-navigation .group-toggle{min-height:36px;padding-top:7px;padding-bottom:7px;width:100%}.app>.sidebar .center-navigation .nav-children button{min-height:34px;padding-top:7px;padding-bottom:7px}.app>.sidebar .dock-account{gap:8px;padding:10px 8px;text-align:left;align-items:center}.app>.sidebar .dock-account>svg{flex:none}.app>.sidebar .dock-account>.account-identity{display:flex;flex:1;min-width:0;align-items:center;white-space:nowrap}.app>.sidebar .account-identity strong{font-size:14px;line-height:1.4;font-weight:600}.app>.sidebar .sidebar-company{flex:none;padding:0 18px 10px;text-align:left;font-size:10px;line-height:15px;color:#5b6b7a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:900px){.app:not(.nav-open)>.sidebar .dock-account>.account-identity{display:none}.app:not(.nav-open)>.sidebar .home-navigation{padding-top:2px;padding-bottom:6px}.app:not(.nav-open)>.sidebar .brand{padding:18px 12px 14px}}@media(pointer:coarse){.app>.sidebar .home-navigation>button,.app>.sidebar .center-navigation .group-toggle,.app>.sidebar .center-navigation .nav-children button{min-height:44px}}@media(max-width:900px){.app:not(.nav-open)>.sidebar .sidebar-company{visibility:hidden}}.environment-badge{position:fixed;top:6px;left:50%;transform:translate(-50%);z-index:1200;border:1px solid #e8ba54;background:#fff4cd;color:#6d4700;padding:3px 10px;border-radius:5px;font-size:11px;pointer-events:none}
