:root{--ink:#171717;--gold:#caa84e;--gold-soft:#f6edd5;--paper:#f5f5f2;--line:#deded7;--muted:#74746d;--teal:#1a9c92;--danger:#c85442}*{box-sizing:border-box}html,body{background:var(--paper);width:100%;height:100%;min-height:100%;color:var(--ink);margin:0;font-family:Microsoft YaHei,Inter,system-ui,sans-serif;overflow:hidden}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{width:100%;height:100dvh;overflow:hidden}.loading-screen{color:#ddd;background:#111;align-content:center;place-items:center;gap:22px;min-height:100vh;display:grid}.loading-screen img{width:160px}.topbar{color:#fff;border-bottom:2px solid var(--gold);z-index:20;background:#111;flex:0 0 72px;justify-content:space-between;align-items:center;height:72px;padding:0 24px;display:flex;position:relative}.brand{align-items:center;gap:18px;display:flex}.brand img{object-fit:contain;width:116px;height:42px}.brand div{flex-direction:column;gap:3px;display:flex}.brand strong{font-size:18px}.brand span{color:#aaa;font-size:12px}.top-actions{align-items:center;gap:8px;display:flex}.account-admin-link{white-space:nowrap;align-items:center;text-decoration:none;display:inline-flex}.account-session-button{color:#f1f1f1;background:#1c1c1c;border:1px solid #3d3d3d;border-radius:8px;flex-direction:column;justify-content:center;align-items:flex-start;gap:1px;min-width:82px;height:42px;padding:5px 11px;display:flex}.account-session-button span{text-overflow:ellipsis;white-space:nowrap;max-width:92px;font-size:12px;font-weight:800;overflow:hidden}.account-session-button small{color:#aaa;font-size:10px}.account-session-button:hover{border-color:var(--gold);background:#26231a}.top-actions button:disabled{cursor:not-allowed;opacity:.45}.danger-action{color:#fff;background:#bd493c;border:1px solid #d96a5d;border-radius:8px;min-width:92px;padding:10px 15px;font-weight:800;transition:background .18s,border-color .18s,transform .18s;box-shadow:0 0 0 1px #ffffff0d,0 6px 16px #bd493c33}.danger-action:hover:not(:disabled){background:#aa3d32;border-color:#e17b6f;transform:translateY(-1px)}.proposal-action{background:#e0bd57;min-width:142px;box-shadow:0 0 0 1px #ffffff14,0 6px 18px #caa84e2e}.share-action{min-width:92px}.api-settings-button{align-items:center;gap:7px;display:flex}.api-dot{background:#777;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 3px #ffffff0f}.api-dot.ready{background:#42c89b;box-shadow:0 0 0 3px #42c89b21}.primary,.ghost{border:0;border-radius:8px;padding:10px 15px;font-weight:800}.primary{background:var(--gold);color:#171717}.ghost{color:#eee;background:#292929;border:1px solid #444}.main-grid{grid-template-columns:238px 276px minmax(720px,1fr);height:calc(100dvh - 72px);min-height:0;display:grid;overflow:hidden}.project-rail,.brief-panel{border-right:1px solid var(--line);overscroll-behavior:contain;background:#fff;height:100%;min-height:0}.project-rail{padding:18px 12px;overflow-y:auto}.rail-title{justify-content:space-between;align-items:center;padding:0 6px 12px;font-size:13px;font-weight:900;display:flex}.rail-title button{background:var(--gold-soft);border:0;border-radius:7px;width:28px;height:28px;font-size:18px}.project-list{flex-direction:column;gap:7px;display:flex}.project-list>button{text-align:left;background:#f5f5f2;border:1px solid #0000;border-radius:9px;flex-direction:column;gap:5px;padding:11px 12px;display:flex}.project-list>button.active{background:#fff9e9;border-color:#d4b75f;box-shadow:0 4px 14px #caa84e1f}.project-list strong{white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:13px;overflow:hidden}.project-list span,.project-list small{color:var(--muted);font-size:10px}.trash-entry{color:#555;text-align:left;background:#fff;border:1px solid #e3e3dc;border-radius:9px;justify-content:space-between;align-items:center;width:100%;margin-top:14px;padding:11px 12px;display:flex}.trash-entry span{font-size:11px;font-weight:850}.trash-entry small{color:#999;font-size:8px}.brief-panel{flex-direction:column;gap:13px;padding:20px;display:flex;overflow-y:auto}.section-kicker{color:var(--teal);letter-spacing:.08em;font-size:11px;font-weight:900}label{flex-direction:column;gap:5px;font-size:12px;font-weight:750;display:flex}input,select,textarea{background:#fff;border:1px solid #d5d5ce;border-radius:7px;outline:none;width:100%;padding:9px 10px}textarea{resize:vertical;min-height:72px}input:focus,select:focus,textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px #caa84e24}.two-col{grid-template-columns:1fr 1fr;gap:8px;display:grid}.upload-card{text-align:left;background:#fffaf0;border:1px dashed #cdb66f;border-radius:9px;flex-direction:column;gap:4px;padding:12px;display:flex}.upload-card span{color:var(--muted);font-size:10px}.upload-card.ready{background:#eef9f6;border-style:solid;border-color:#9fd4c9}.upload-card.ready strong{color:#17796f}.wide{width:100%}.ai-run{min-height:43px}.ai-run:disabled{cursor:not-allowed;opacity:.48}.hint{color:var(--muted);margin:0;font-size:10px;line-height:1.6}.workspace{flex-direction:column;min-width:0;height:100%;min-height:0;padding:15px 20px 28px;display:flex;overflow:hidden}.tabs{border-bottom:1px solid var(--line);flex:none;gap:4px;margin-bottom:16px;display:flex}.tabs button{color:#777;background:0 0;border:0;border-bottom:3px solid #0000;padding:11px 16px;font-weight:800}.tabs button.active{color:var(--ink);border-bottom-color:var(--gold)}.workspace>.panel{flex:auto;min-height:0;overflow:hidden}.point-presentation-panel{flex-direction:column;width:100%;max-width:1180px;margin:0 auto;display:flex}.point-system-tabs{background:#f4f4f0;border:1px solid #deded7;border-radius:11px;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;margin:0 0 14px;padding:6px;display:grid}.point-system-tabs button{color:#65645e;text-align:left;background:0 0;border:1px solid #0000;border-radius:8px;flex-direction:column;align-items:flex-start;gap:3px;min-width:0;padding:9px 10px;display:flex}.point-system-tabs button:hover:not(:disabled){background:#fffaf0;border-color:#d9c78f}.point-system-tabs button.active{color:#1d1d1a;background:#fff7df;border-color:#cbaa4d;box-shadow:0 4px 12px #8b691714}.point-system-tabs span{text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:10px;font-weight:900;overflow:hidden}.point-system-tabs small{color:#929189;font-size:8px;font-weight:700}.point-system-tabs button:disabled{color:#aaa9a2;cursor:not-allowed;opacity:.72;box-shadow:none;background:#eeeeea;border-color:#e5e5df}.point-system-tabs button:disabled small{color:#a5a49d}.point-system-availability-hint{color:#85847d;margin:-7px 4px 11px;font-size:8px;line-height:1.5}.point-presentation-actions{flex:none;justify-content:space-between;align-items:center;gap:20px;margin-bottom:14px;display:flex}.point-presentation-scroll{overscroll-behavior:contain;scrollbar-gutter:stable;flex:auto;min-height:0;padding-right:5px;overflow:hidden auto}.point-presentation-actions h1{margin:0 0 4px;font-size:22px}.point-presentation-actions p{color:var(--muted);margin:0;font-size:10px}.point-presentation-action-buttons{align-items:center;gap:8px;display:flex}.point-presentation-action-buttons button{border-radius:8px;min-height:38px;padding:0 14px;font-size:10px;font-weight:900}.point-presentation-action-buttons .secondary{color:#34342f;background:#fff;border:1px solid #d0d0c9}.point-presentation-action-buttons .editing{color:#11766f;background:#e8f7f5;border:1px solid #7cc5bd}.system-point-editor{background:#fff;border:1px solid #d8d8d1;border-radius:13px;overflow:hidden;box-shadow:0 14px 38px #14141212}.system-editor-summary{background:linear-gradient(90deg,#eef9f7,#fffaf0);border-bottom:1px solid #e4e4de;justify-content:space-between;align-items:center;gap:22px;padding:13px 16px;display:flex}.system-editor-summary>div{flex-direction:column;gap:2px;display:flex}.system-editor-summary small{color:#16877f;letter-spacing:.06em;font-size:8px;font-weight:900}.system-editor-summary strong{font-size:14px}.system-editor-summary p{color:#6f6e67;text-align:right;max-width:630px;margin:0;font-size:9px;line-height:1.5}.system-editor-grid{grid-template-columns:minmax(560px,1fr) 290px;gap:12px;padding:12px;display:grid}.system-canvas-shell{min-height:620px}.system-floorplan-canvas{width:min(760px,100%)}.system-floorplan-canvas .delivery-structure{pointer-events:none;opacity:.5}.system-empty-overlay{z-index:3;color:#77766f;text-align:center;pointer-events:none;background:#f8f7f1c2;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:24px;display:flex;position:absolute;inset:0}.system-empty-overlay strong{color:#282824;font-size:15px}.system-empty-overlay span{max-width:420px;font-size:10px;line-height:1.6}.system-point-tools{max-height:720px}.system-device-palette{grid-template-columns:1fr 1fr;gap:6px;display:grid}.system-device-palette>button{text-align:left;background:#f5f5f2;border:1px solid #0000;border-radius:7px;align-items:center;gap:7px;min-width:0;min-height:46px;padding:6px;font-size:9px;line-height:1.25;display:flex}.system-device-palette>button:hover{background:#fff9e8;border-color:#d7bd70}.system-device-palette>button>span{min-width:0}.point-presentation-sheet{background:#fff;border:1px solid #cfcfc8;border-radius:14px;overflow:hidden;box-shadow:0 18px 48px #16161317}.point-presentation-header{color:#fff;background:#151515;grid-template-columns:132px minmax(0,1fr) auto;align-items:center;gap:24px;padding:24px 30px;display:grid}.point-presentation-header>img{width:122px}.point-presentation-header small{color:var(--gold);letter-spacing:.14em;font-size:8px;font-weight:900}.point-presentation-header h1{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin:5px 0 4px;font-size:25px;line-height:1.2;overflow:hidden}.point-presentation-header p{color:#a9a9a2;margin:0;font-size:10px}.point-presentation-edition{text-align:right;border-left:1px solid #3d3d39;min-width:86px;padding-left:24px}.point-presentation-edition span{color:#aaa69a;font-size:9px;display:block}.point-presentation-edition strong{color:var(--gold);margin-top:3px;font-size:22px;display:block}.point-presentation-meta{color:#fff;background:#202020;grid-template-columns:repeat(6,minmax(0,1fr));padding:14px 20px;display:grid}.point-presentation-meta>div{border-right:1px solid #3a3a37;min-width:0;padding:0 13px}.point-presentation-meta>div:last-child{border-right:0}.point-presentation-meta span,.point-presentation-footer span{color:#9c9b94;font-size:8px;display:block}.point-presentation-meta strong{color:#e1bd53;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:13px;display:block;overflow:hidden}.point-presentation-content{padding:24px 30px 16px}.point-presentation-title{border-bottom:1px solid #e3e3dd;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:14px;padding-bottom:12px;display:flex}.point-presentation-title small{color:var(--teal);letter-spacing:.12em;font-size:8px;font-weight:900}.point-presentation-title h2{margin:4px 0 0;font-size:22px}.point-presentation-title p{color:#77766f;margin:0;font-size:9px;font-weight:800}.point-presentation-content .delivery-callout-sheet figcaption{color:#72716a}.delivery-device-region{fill:#35a09514;stroke:#1e9b8e;stroke-width:1.2px;stroke-dasharray:5 3;vector-effect:non-scaling-stroke}.delivery-device-region.strip-dual{fill:#e04b4312;stroke:#dc4b43}.delivery-device-region.strip-mid{fill:#eab52014;stroke:#dfab16}.delivery-device-region.strip-low{fill:#1da7c714;stroke:#1fa7c8}.delivery-device-region.strip-fixed{fill:#7154b312;stroke:#7656b8}.point-presentation-footer{background:#f7f7f3;border-top:1px solid #deded8;grid-template-columns:1.5fr 1fr 1fr 1.4fr;gap:0;padding:15px 30px 18px;display:grid}.point-presentation-footer>div{border-right:1px solid #deded8;min-width:0;padding:0 14px}.point-presentation-footer>div:first-child{padding-left:0}.point-presentation-footer>div:nth-child(4){border-right:0}.point-presentation-footer strong{color:#282824;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:10px;display:block;overflow:hidden}.point-presentation-footer>p{color:#77766f;text-align:center;border-top:1px solid #deded8;grid-column:1/-1;margin:14px 0 0;padding-top:12px;font-size:8px;line-height:1.65}.point-presentation-exit{z-index:50;color:#e1bd53;background:#181818;border:1px solid #5c4b20;border-radius:8px;padding:10px 15px;font-size:11px;font-weight:900;position:fixed;top:18px;right:22px;box-shadow:0 8px 24px #0003}.point-presentation-focus .topbar,.point-presentation-focus .project-rail,.point-presentation-focus .brief-panel,.point-presentation-focus .tabs,.point-presentation-focus .point-system-tabs,.point-presentation-focus .no-capture{display:none!important}.point-presentation-focus .main-grid{background:#151515;height:100vh;min-height:0;padding:0;display:block;overflow:hidden}.point-presentation-focus .workspace{height:100vh;padding:0;overflow:hidden}.point-presentation-focus .point-presentation-panel{width:100vw;max-width:none;height:100vh}.point-presentation-focus .point-presentation-scroll{height:100%;padding:0;overflow:hidden}.point-presentation-focus .point-presentation-sheet{width:100%;height:100vh;max-height:100vh;box-shadow:none;border-radius:0;grid-template-rows:auto auto minmax(0,1fr);grid-template-columns:304px minmax(0,1fr);display:grid;overflow:hidden}.point-presentation-focus .point-presentation-header{flex-direction:column;grid-area:1/1;align-items:flex-start;gap:17px;padding:27px 25px 22px;display:flex}.point-presentation-focus .point-presentation-header>img{width:136px}.point-presentation-focus .point-presentation-header h1{white-space:normal;margin-top:8px;font-size:24px;line-height:1.25}.point-presentation-focus .point-presentation-header p,.point-presentation-focus .point-presentation-edition{display:none}.point-presentation-focus .point-presentation-meta{grid-area:2/1;grid-template-columns:1fr;padding:5px 21px 18px}.point-presentation-focus .point-presentation-meta>div{border-bottom:1px solid #3a3a37;border-right:0;justify-content:space-between;align-items:center;gap:18px;min-height:49px;padding:13px 4px;display:flex}.point-presentation-focus .point-presentation-meta>div:last-child{border-bottom:0}.point-presentation-focus .point-presentation-meta strong{text-align:right;white-space:normal;margin-top:0;font-size:15px;line-height:1.3}.point-presentation-focus .point-presentation-meta span,.point-presentation-focus .point-presentation-footer span{font-size:10px;line-height:1.35}.point-presentation-focus .point-presentation-content{grid-area:1/2/4;min-width:0;min-height:0;padding:4px 14px 10px;overflow:hidden}.point-presentation-focus .point-presentation-title{min-height:42px;margin-bottom:0;padding:0 8px 4px}.point-presentation-focus .point-presentation-title h2{margin-top:2px;font-size:21px}.point-presentation-focus .point-presentation-content .delivery-floorplan.annotated{background:#fafaf7;border:1px solid #d8d8d1;border-radius:12px;width:100%;height:calc(100vh - 68px);min-height:0;margin:0;overflow:hidden;box-shadow:0 7px 20px #24231d14}.point-presentation-focus .point-presentation-content .delivery-callout-sheet{grid-template-rows:minmax(0,1fr) auto;height:100%;display:grid}.point-presentation-focus .point-presentation-content .delivery-callout-sheet>svg{preserve-aspect-ratio:none;border-radius:11px 11px 0 0;width:100%;height:100%;min-height:0}.point-presentation-focus .point-presentation-content .delivery-callout-sheet figcaption{margin-top:0;font-size:8px}.point-presentation-focus .point-presentation-footer{color:#fff;background:#151515;border-top-color:#3a3a37;grid-area:3/1;grid-template-columns:1fr;align-content:end;padding:14px 21px 18px}.point-presentation-focus .point-presentation-footer>div{border-bottom:1px solid #30302d;border-right:0;justify-content:space-between;align-items:center;gap:18px;min-height:43px;padding:11px 4px;display:flex}.point-presentation-focus .point-presentation-footer>div:first-child{padding-left:4px}.point-presentation-focus .point-presentation-footer strong{color:#f2f0e9;text-align:right;white-space:normal;margin-top:0;font-size:12px;line-height:1.35}.point-presentation-focus .point-presentation-footer>p{color:#a4a39b;text-align:left;border-top-color:#30302d;margin:10px 0 0;padding:10px 4px 0;font-size:8px;line-height:1.7}.panel-head{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:14px;display:flex}h1,h2,p{margin-top:0}.panel-head h1{margin-bottom:4px;font-size:22px}.panel-head p{color:var(--muted);margin:0;font-size:12px}.analysis-radar{color:#127c73;background:radial-gradient(circle,#dff8f5 0 28%,#bbebe6 29% 31%,#e9faf8 32% 54%,#a7e1db 55% 57%,#e9faf8 58%);border:1px solid #6bc9c0;border-radius:50%;flex:0 0 52px;place-items:center;width:52px;height:52px;font-size:10px;font-weight:950;display:grid;position:relative;overflow:hidden}.analysis-radar:before{content:"";transform-origin:100% 0;background:linear-gradient(35deg,#0000,#119d9173);animation:1.8s linear infinite analysis-scan;position:absolute;inset:50% 50% 0 0}.analysis-radar:after{content:"";background:#d3aa3e;border-radius:50%;width:5px;height:5px;animation:1.8s ease-out infinite analysis-ping;position:absolute;top:12px;left:34px;box-shadow:0 0 0 4px #d3aa3e33}.analysis-radar span{z-index:1;position:relative}.analysis-live-copy{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.analysis-live-copy small{color:#79d8cf;letter-spacing:.08em;font-size:9px;font-weight:900}.analysis-live-copy strong{color:#fff;font-size:16px}.analysis-live-copy p{color:#c5cbc9;margin:0;font-size:10px}.analysis-live-copy em{color:#a2aaa7;font-size:9px;font-style:normal}.analysis-live-track{background:#dce7e5;border-radius:4px;height:4px;margin-top:5px;overflow:hidden}.analysis-live-track i{background:linear-gradient(90deg,#19a295,#d3aa3e);border-radius:4px;height:100%;transition:width .6s;display:block}.inference-notice{color:#75512e;background:#fff5e8;border-left:4px solid #dc8d3e;border-radius:7px;align-items:flex-start;gap:10px;margin:-4px 0 16px;padding:10px 13px;font-size:10px;line-height:1.5;display:flex}.inference-notice strong{color:#a85f20;flex:none}.canvas-inference-notice{z-index:8;margin:0;padding-right:38px;position:absolute;top:12px;left:12px;right:12px;box-shadow:0 8px 24px #4d311224}.inference-notice-close{color:#9a6632;opacity:.72;cursor:pointer;background:0 0;border:0;border-radius:50%;width:25px;height:25px;padding:0;font-size:18px;line-height:1;position:absolute;top:5px;right:7px}.inference-notice-close:hover{opacity:1;background:#a85f201f}@keyframes analysis-scan{to{transform:rotate(360deg)}}@keyframes analysis-ping{0%,30%{opacity:1;transform:scale(.7)}80%,to{opacity:0;transform:scale(1.8)}}.status{color:#147a72;white-space:nowrap;background:#e4f5f2;border:1px solid #b9e2de;border-radius:20px;padding:7px 11px;font-size:11px;font-weight:800}.status.muted{color:#777;background:#eee;border-color:#ddd}.editor-grid{grid-template-columns:minmax(560px,1fr) 310px;gap:12px;height:100%;min-height:0;display:grid}.canvas-shell{background:#222;border-radius:12px;place-items:center;height:100%;min-height:0;padding:18px;display:grid;overflow:auto;box-shadow:inset 0 0 60px #00000052}.floorplan-canvas{aspect-ratio:1;-webkit-user-select:none;user-select:none;background:#fff;width:min(720px,100%);position:relative;box-shadow:0 14px 40px #00000052}.floorplan-canvas>img{object-fit:contain;pointer-events:none;width:100%;height:100%}.floorplan-canvas.is-analyzing{overflow:hidden}.analysis-canvas-overlay{z-index:20;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:progress;background:#0a0d0cb8;place-items:center;padding:clamp(18px,5vw,48px);display:grid;position:absolute;inset:0}.analysis-canvas-panel{background:#181c1af0;border:1px solid #d3aa3e7a;border-radius:14px;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:16px;width:min(610px,100%);min-height:116px;padding:20px 22px;display:grid;box-shadow:0 24px 70px #0000007a}.analysis-canvas-panel>b{color:#d3aa3e;align-self:start;font-size:11px}.floorplan-canvas.empty{background:linear-gradient(135deg,#fbfaf5,#f3f0e7);place-items:center;display:grid;box-shadow:inset 0 0 0 1px #caa84e38,0 14px 40px #00000040}.floorplan-empty-state{color:#777;cursor:pointer;background:#ffffff8c;border:2px dashed #d5c38d;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:9px;width:calc(100% - 56px);height:calc(100% - 56px);display:flex}.floorplan-empty-state:hover{border-color:var(--gold);color:#333;background:#fffaf0}.floorplan-empty-state>span{color:#8d6c19;background:#efe1b5;border-radius:50%;place-items:center;width:54px;height:54px;font-size:32px;line-height:1;display:grid}.floorplan-empty-state strong{color:#282828;font-size:18px}.floorplan-empty-state small{font-size:11px}.floorplan-overlay{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.floorplan-overlay.structure-editing{z-index:6;pointer-events:auto;touch-action:none}.room-shape{vector-effect:non-scaling-stroke;stroke-width:.45px;stroke:#161616b8;fill:#caa84e21}.room-1{fill:#1a9c9221}.room-2{fill:#d77a3421}.room-3{fill:#7656b61f}.room-4{fill:#3dad771f}.room-5{fill:#5267ad1f}.active-room .room-shape{stroke:var(--gold);stroke-width:1px;fill:#caa84e38}.structure-editing .room-shape{cursor:move;stroke-dasharray:1.5 1}.structure-editing .active-room .room-shape{stroke:#d95846;stroke-width:1.15px;fill:#d9584629}.room-edit-bounds{fill:none;stroke:#d95846;stroke-width:.55px;stroke-dasharray:1.6 1.1;vector-effect:non-scaling-stroke;pointer-events:none}.room-edit-handle{fill:#fff;stroke:#d95846;stroke-width:.8px;vector-effect:non-scaling-stroke;filter:drop-shadow(0 1px 1px #0006);pointer-events:none}.room-edit-handle-hit{fill:#fff0;stroke:#0000;stroke-width:0;pointer-events:all}.room-layer-selected{pointer-events:auto}.room-edit-handle.nw,.room-edit-handle.se,.room-edit-handle-hit.nw,.room-edit-handle-hit.se{cursor:nwse-resize}.room-edit-handle.ne,.room-edit-handle.sw,.room-edit-handle-hit.ne,.room-edit-handle-hit.sw{cursor:nesw-resize}.structure-editing .feature-line,.structure-editing .feature-furniture,.structure-editing .feature-furniture-anchor,.structure-editing text{pointer-events:none}.is-structure-editing .marker{opacity:.42;pointer-events:none}.structure-edit-hint{z-index:7;color:#6e3128;white-space:nowrap;background:#fffffff0;border:1px solid #d9584659;border-radius:18px;align-items:center;gap:9px;max-width:calc(100% - 24px);padding:7px 11px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%);box-shadow:0 5px 16px #00000029}.structure-edit-hint strong{font-size:10px}.structure-edit-hint span{color:#8b6b65;font-size:9px}.floorplan-overlay text{fill:#222;text-anchor:middle;paint-order:stroke;stroke:#fff;stroke-width:.75px;stroke-linejoin:round;font-size:2.5px;font-weight:900}.feature-line,.feature-bed,.feature-bed-head,.feature-furniture,.feature-furniture-anchor{vector-effect:non-scaling-stroke;fill:none}.feature-line{stroke-width:2.2px;stroke-linecap:round}.feature-door{stroke:#2a7bbb}.feature-window{stroke:#2c9b6d}.feature-bed{stroke:#7c5aac;stroke-width:1.2px;stroke-dasharray:4 3;fill:#7c5aac12}.feature-bed-head{stroke:#7c5aac;stroke-width:2.2px}.feature-furniture{stroke:#7c5aac;stroke-width:.75px;stroke-dasharray:2 1.5;fill:#7c5aac0e}.feature-furniture-anchor{stroke:#7c5aac;stroke-width:1.35px;stroke-linecap:round}.feature-inferred .feature-furniture{stroke:#d77a34;stroke-dasharray:1.5 1.5;fill:#d77a3412}.feature-inferred .feature-furniture-anchor{stroke:#d77a34;stroke-dasharray:1.5 1.5}.feature-bed{stroke-width:1.1px}.overlay-legend{color:#d7d7d7;flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;width:min(720px,100%);margin-top:12px;font-size:10px;display:flex}.overlay-legend span:before{content:"";vertical-align:middle;background:#888;border-radius:4px;width:18px;height:3px;margin-right:6px;display:inline-block}.overlay-legend .legend-room:before{background:#caa84eb3;border:1px solid #fff;height:9px}.overlay-legend .legend-door:before{background:#4ca0db}.overlay-legend .legend-window:before{background:#43b883}.overlay-legend .legend-bed:before{background:0 0;border:1px dashed #a988dd;height:8px}.marker{color:#fff;touch-action:none;cursor:grab;z-index:2;border:0;place-items:center;width:20px;height:20px;font-weight:900;display:grid;position:absolute;transform:translate(-50%,-50%)}.marker:active{cursor:grabbing}.marker.selected{outline:2px solid var(--gold);outline-offset:3px;z-index:4;border-radius:6px}.quantity-badge{color:#fff;background:#171717;border:1px solid #fff;border-radius:20px;place-items:center;min-width:14px;height:14px;padding:0 3px;font-size:7px;line-height:1;display:grid;position:absolute;top:-7px;left:-7px;box-shadow:0 1px 3px #00000057}.switch-gang-badge{color:#f5cf61;background:#151515;border:1px solid #fff;border-radius:50%;place-items:center;width:14px;height:14px;font-size:8px;font-weight:950;line-height:1;display:grid;position:absolute;bottom:-5px;right:-5px;box-shadow:0 1px 4px #0006}.marker-delete{color:#fff;cursor:pointer;z-index:6;background:#d94941;border:1.5px solid #fff;border-radius:50%;place-items:center;width:17px;height:17px;padding:0;font:900 12px/1 Arial,sans-serif;display:grid;position:absolute;top:-11px;right:-9px;box-shadow:0 2px 6px #0000005c}.marker-delete:hover{background:#bd3029;transform:scale(1.08)}.switch,.marker.switch{background:#ef9a63}.light,.marker.light{background:#e3b316}.strip,.marker.strip{background:#7656b6}.driver,.marker.driver{background:#5267ad}.curtain,.marker.curtain{background:#65b442}.sensor,.marker.sensor{background:#3dad77}.gateway,.marker.gateway{background:#d77a34}.safety,.marker.safety{background:#d34f4f}.marker.device-standard{width:20px;height:20px;box-shadow:none;background:0 0;border:0;border-radius:4px;padding:0}.marker.device-standard.strip-dual,.marker.device-standard.strip-mid,.marker.device-standard.strip-low,.marker.device-standard.strip-fixed{background:0 0;width:26px;height:10px}.marker.device-standard.zone{border-radius:2px;width:26px;height:14px}.marker.device-standard.resizable-area{border-radius:2px;min-width:28px;min-height:14px}.marker.resizable-area.selected{outline:1.5px solid var(--gold);outline-offset:2px}.marker.resizable-area .device-glyph-line{box-sizing:border-box;background:#ffffff1a;border:2px dashed;width:100%;height:100%}.marker.resizable-area .device-glyph-line.strip-dual{background:#e000001f}.marker.resizable-area .device-glyph-line.strip-mid{background:#e3b31624}.marker.resizable-area .device-glyph-line.strip-low{background:#129ec021}.marker.resizable-area .device-glyph-line.strip-fixed{background:#7656b621}.marker.resizable-area .device-glyph-zone{color:#34551f;background:#70ad473d;border:1.5px solid #507c32}.marker.resizable-area .marker-delete{top:-20px;right:-20px}.resize-handle{z-index:5;touch-action:none;background:#caa84e;border:1.5px solid #fff;border-radius:2px;width:10px;height:10px;padding:0;position:absolute;box-shadow:0 1px 4px #0000006b}.resize-handle.nw{cursor:nwse-resize;top:-6px;left:-6px}.resize-handle.ne{cursor:nesw-resize;top:-6px;right:-6px}.resize-handle.sw{cursor:nesw-resize;bottom:-6px;left:-6px}.resize-handle.se{cursor:nwse-resize;bottom:-6px;right:-6px}.device-glyph-image{object-fit:contain;pointer-events:none;filter:drop-shadow(0 1px 1px #ffffffe0)drop-shadow(0 2px 2px #00000057);width:100%;height:100%;display:block}.device-glyph-line{border-top:3px dashed;width:30px;height:0;display:block}.device-glyph-line.strip-dual{color:#e00000}.device-glyph-line.strip-mid{color:#e3b316}.device-glyph-line.strip-low{color:#129ec0}.device-glyph-line.strip-fixed{color:#7656b6}.device-glyph-zone{color:#fff;background:#70ad47;border:1px solid #507c32;place-items:center;width:100%;height:100%;font-size:8px;font-weight:900;display:grid}.device-glyph-text{color:#fff;background:#5267ad;border-radius:50%;place-items:center;width:100%;height:100%;font-size:12px;font-weight:900;display:grid}.marker.device-standard.socket .device-glyph-text{background:#257b76;border:1px solid #ecfffb;border-radius:5px;font-size:10px;box-shadow:0 1px 3px #00000057}.point-tools{border:1px solid var(--line);overscroll-behavior:contain;background:#fff;border-radius:11px;height:100%;max-height:none;padding:14px;overflow:auto}.pointmap-panel{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.pointmap-panel>.panel-head,.pointmap-panel>.inference-notice{flex:none}.pointmap-panel>.editor-grid{flex:auto;height:auto;min-height:0}.pointmap-panel .canvas-shell{min-height:0}.point-tools h2{margin-bottom:10px;font-size:14px}.tool-standard{color:#888;margin:-5px 0 12px;font-size:9px}.device-groups{flex-direction:column;gap:13px;display:flex}.device-group{border-bottom:1px solid #ecece7;padding-bottom:12px}.device-group:last-child{border-bottom:0;padding-bottom:0}.device-group h3{color:#777;letter-spacing:.08em;margin:0 0 7px;font-size:9px;font-weight:900}.analysis-card{border-bottom:1px solid var(--line);margin-bottom:14px;padding-bottom:13px}.analysis-title{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:9px;display:flex}.analysis-title>div{flex-direction:column;gap:3px;display:flex}.analysis-title small{color:var(--teal);letter-spacing:.06em;font-size:9px;font-weight:900}.analysis-title strong{font-size:12px}.analysis-title button{color:#777;white-space:nowrap;background:#fff;border:1px solid #d8d8d0;border-radius:14px;padding:5px 8px;font-size:9px}.analysis-title button.on{color:#147a72;background:#e8f7f5;border-color:#9ed7d1}.analysis-title .analysis-actions{flex-direction:row;align-items:center;gap:5px;display:flex}.analysis-title .analysis-actions button.editing{color:#a53a2d;background:#fff0ed;border-color:#e6a69d}.room-list{flex-wrap:wrap;gap:5px;max-height:94px;display:flex;overflow:auto}.room-chip{background:#f7f7f4;border:1px solid #e0e0d9;border-radius:16px;transition:border-color .15s,background .15s;display:inline-flex;position:relative}.room-chip.active{background:#fff4d9;border-color:#caa84e}.room-select{background:0 0;border:0;border-radius:16px;align-items:center;gap:5px;padding:5px 22px 5px 8px;font-size:9px;display:flex}.room-delete{color:#fff;opacity:0;background:#c84a3b;border:1px solid #fff;border-radius:50%;width:16px;height:16px;padding:0;font-size:12px;font-weight:900;line-height:13px;transition:opacity .15s,transform .15s;position:absolute;top:-5px;right:-5px;transform:scale(.82);box-shadow:0 2px 5px #47181240}.room-chip:hover .room-delete,.room-chip:focus-within .room-delete,.room-chip.active .room-delete{opacity:1;transform:scale(1)}.room-delete:hover{background:#a83225}.room-list small{color:#888}.floorplan-interpretation{background:linear-gradient(145deg,#f5fbfa,#fffdf8);border:1px solid #d8e8e4;border-radius:9px;margin-top:10px;padding:10px}.floorplan-interpretation-title{justify-content:space-between;align-items:center;gap:8px;display:flex}.floorplan-interpretation-title>div{flex-direction:column;gap:2px;display:flex}.floorplan-interpretation-title small{color:var(--teal);letter-spacing:.08em;font-size:8px;font-weight:900}.floorplan-interpretation-title strong{font-size:13px}.floorplan-interpretation-title button{color:#8d6813;white-space:nowrap;background:#fff8e7;border:1px solid #c8aa58;border-radius:6px;padding:5px 8px;font-size:9px;font-weight:900}.floorplan-interpretation-title button:hover{color:#171717;background:#d3ad49}.floorplan-interpretation-summary{color:#3f3f39;margin:8px 0 6px;font-size:9px;font-weight:900;line-height:1.45}.floorplan-interpretation-list{gap:4px;display:grid}.floorplan-interpretation-list p{border-top:1px dashed #e1e7e2;grid-template-columns:48px 1fr;gap:6px;margin:0;padding-top:4px;font-size:8px;line-height:1.45;display:grid}.floorplan-interpretation-list b{color:#147a72}.floorplan-interpretation-list span{color:#55554e}.floorplan-interpretation footer{color:#8b8b84;border-top:1px solid #dfe8e4;justify-content:space-between;gap:6px;margin-top:7px;padding-top:6px;font-size:7px;display:flex}.tool-heading{justify-content:space-between;align-items:center;gap:10px;display:flex}.tool-heading h2{margin:0}.tool-heading button{color:#b43d31;background:0 0;border:0;padding:3px 0;font-size:9px;font-weight:800}.tool-heading button:hover:not(:disabled){color:#8f241a;text-decoration:underline}.tool-heading button:disabled{color:#bbb;cursor:not-allowed}.palette{grid-template-columns:1fr 1fr;gap:6px;display:grid}.palette button{text-align:left;background:#f5f5f2;border:1px solid #0000;border-radius:7px;align-items:center;gap:6px;min-width:0;min-height:43px;padding:6px;font-size:9px;line-height:1.25;display:flex}.palette button:hover{background:#fff9e8;border-color:#d7bd70}.palette button>span{min-width:0}.device-tool-icon{background:#fff;border-radius:5px;flex:0 0 30px;place-items:center;width:30px;height:30px;padding:2px;font-style:normal;display:grid}.device-tool-icon.strip-dual,.device-tool-icon.strip-mid,.device-tool-icon.strip-low,.device-tool-icon.strip-fixed{height:20px}.device-tool-icon.zone{padding:0}.dot{color:#fff;border-radius:50%;flex:none;place-items:center;width:24px;height:24px;font-style:normal;font-weight:900;display:grid}.inspector{border-top:1px solid var(--line);flex-direction:column;gap:10px;margin-top:12px;padding-top:12px;display:flex}.inspector-head{justify-content:space-between;align-items:center;display:flex}.inspector-head button{color:#a94336;background:#feeceb;border:0;border-radius:6px;padding:5px 8px;font-size:10px}.empty-inspector{border-top:1px solid var(--line);color:#999;text-align:center;margin-top:12px;padding:20px 5px 8px;font-size:11px;line-height:1.8}.validation{color:#2c6a46;background:#f3fbf6;border:1px solid #d5e6da;border-radius:9px;margin-top:12px;padding:11px 13px;font-size:11px}.validation.warning{color:#895b0b;background:#fff7e6;border-color:#edd08e}.gateway-capacity-card{margin:0 0 2px;padding:9px 11px;font-size:10px;line-height:1.45}.strip-calculation-card{background:#f2faf8;border:1px solid #d9e7e4;border-radius:9px;flex-direction:column;gap:7px;margin:-5px 0 2px;padding:10px 12px;display:flex}.strip-calculation-card small,.strip-calculation-card span{color:var(--muted);font-size:9px}.strip-calculation-card strong{color:#176f68;font-size:13px}.strip-calculation-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.strip-calculation-head small{color:#176f68;font-weight:850}.strip-calculation-head em{color:#6e8a86;font-size:8px;font-style:normal}.strip-calculation-head button{color:#167c73;text-underline-offset:2px;background:0 0;border:0;padding:0;font-size:9px;font-weight:850;text-decoration:underline}.strip-quantity-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.strip-quantity-grid label{color:#667a77;gap:3px;font-size:9px}.strip-quantity-grid input{color:#176f68;border-color:#cfe1dd;min-height:34px;padding:6px 8px;font-size:13px;font-weight:900}.strip-calculation-card .strip-manual-hint{color:#9a6c17;border-top:1px dashed #cbdeda;padding-top:5px;line-height:1.5}.strip-calculation-card .strip-manual-hint.warning{color:#b54837;font-weight:750}.table-wrap{border:1px solid var(--line);background:#fff;border-radius:10px;max-height:650px;overflow:auto}.quote-panel{flex-direction:column;height:100%;min-height:0;display:flex}.quote-panel .panel-head{flex:none;margin-bottom:8px}.quote-export-button{min-width:132px;min-height:40px;padding-inline:18px;box-shadow:0 5px 16px #caa84e2e}.quote-export-button:disabled{cursor:not-allowed;opacity:.55}.quote-panel>.table-wrap{overscroll-behavior:contain;scrollbar-gutter:stable;flex:auto;min-height:0;max-height:none}table{border-collapse:collapse;width:100%;font-size:12px}th{color:var(--gold);text-align:left;background:#1c1c1c;padding:11px;position:sticky;top:0}td{border-bottom:1px solid #ecece8;padding:9px 11px}td:nth-child(n+3){text-align:right}.quote-table .quote-col-room{width:8%}.quote-table .quote-col-product{width:25%}.quote-table .quote-col-image{width:8%}.quote-table .quote-col-code{width:14%}.quote-table .quote-col-quantity{width:7%}.quote-product-image-cell{text-align:center!important}.quote-product-thumbnail{object-fit:contain;background:#fff;border:1px solid #ebe7dc;border-radius:6px;width:34px;height:34px;margin:0 auto;display:block}.quote-image-missing{color:var(--muted);white-space:nowrap;font-size:10px}.quote-material-code{color:#555;font-variant-numeric:tabular-nums;white-space:nowrap;text-align:left!important}.quote-table td:nth-child(n+5){text-align:right}.quote-table .quote-col-price{width:12%}.quote-table .quote-col-subtotal{width:14%}.quote-table th:nth-child(n+3),.quote-table td:nth-child(n+3){text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.quote-table th:nth-child(3){text-align:center}.quote-table th:nth-child(4){text-align:left}.quote-summary{border:1px solid var(--line);background:#fff;border-radius:10px;flex:none;grid-template-columns:minmax(180px,1fr) repeat(3,max-content);align-items:end;gap:28px;margin-top:8px;padding:11px 18px;display:grid}.quote-summary>span{color:var(--muted);flex-direction:column;gap:4px;font-size:10px;display:flex}.quote-summary strong{color:var(--ink);font-size:17px}.quote-summary .grand strong{color:#a77d16;font-size:23px}.quote-summary-rate{flex-direction:column;align-items:flex-start;gap:4px;margin:0;display:flex}.quote-summary-rate small{color:var(--muted);font-size:10px}.quote-summary-rate>span{align-items:center;gap:6px;display:flex}.quote-summary-rate input{text-align:right;width:76px;min-height:35px;padding:6px 9px;font-size:16px;font-weight:850}.quote-summary-rate b{font-size:14px}.lighting-workbench{padding-bottom:18px}.lighting-flow{flex-direction:column;height:100%;min-height:0;padding-bottom:0;display:flex;overflow:hidden}.lighting-flow-head{flex:none;align-items:flex-end}.lighting-flow-scroll{overscroll-behavior:contain;scrollbar-gutter:stable;flex:auto;min-height:0;padding-bottom:18px;padding-right:5px;overflow:hidden auto}.lighting-flow-head .status{white-space:nowrap}.lighting-flow-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:6px 0 16px;display:grid}.lighting-flow-steps>div{color:#8b8b84;background:#f7f7f3;border:1px solid #deded7;border-radius:11px;align-items:center;gap:10px;min-height:58px;padding:10px 12px;display:flex}.lighting-flow-steps>div.active{color:#136f67;background:#edf9f7;border-color:#00978852}.lighting-flow-steps b,.lighting-stage-title>b{width:30px;height:30px;color:var(--gold);background:#171715;border-radius:50%;flex:none;place-items:center;font-size:11px;display:grid}.lighting-flow-steps span{font-size:12px;font-weight:850}.lighting-flow-steps small{color:#979790;margin-top:3px;font-size:9px;font-weight:500;display:block}.lighting-stage-card{background:#fff;border:1px solid #dfdfd7;border-radius:14px;margin-top:14px;padding:16px;box-shadow:0 7px 24px #1b1b180b}.lighting-stage-card.locked{background:#fbfbf8}.lighting-stage-title{align-items:center;gap:11px;margin-bottom:14px;display:flex}.lighting-stage-title>div{flex:1;min-width:0}.lighting-stage-title h2{margin:0;font-size:16px}.lighting-stage-title p{color:var(--muted);margin:4px 0 0;font-size:10px;line-height:1.5}.lighting-stage-title>button{width:auto;min-width:150px;margin-left:auto}.lighting-source-route{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:12px;display:grid}.lighting-source-route button{text-align:left;background:#f8f8f5;border:1px solid #deded6;border-radius:11px;min-height:66px;padding:12px 14px}.lighting-source-route button.selected{background:#fff8e5;border-color:#d3ad43;box-shadow:inset 0 0 0 1px #d3ad4340}.lighting-source-route strong,.lighting-source-route span{display:block}.lighting-source-route strong{margin-bottom:4px;font-size:13px}.lighting-source-route span{color:var(--muted);font-size:9px;line-height:1.5}.lighting-setup-grid{grid-template-columns:minmax(210px,.8fr) minmax(0,2.2fr);gap:14px;display:grid}.lighting-source-preview{background:#171715;border:1px solid #dadad3;border-radius:12px;min-height:250px;position:relative;overflow:hidden}.lighting-source-preview>img{object-fit:contain;width:100%;height:100%;min-height:250px;display:block}.lighting-source-preview>span{color:#fff;background:#10100ec2;border-radius:999px;padding:5px 8px;font-size:9px;position:absolute;bottom:10px;left:10px}.lighting-source-empty{color:#d6c489;text-align:center;align-content:center;place-items:center;gap:8px;min-height:250px;padding:28px;display:grid}.lighting-source-empty span{color:#aaa99f;max-width:190px;font-size:10px;line-height:1.6}.lighting-upload.compact{color:#2d2d29;text-align:center;cursor:pointer;background:#ffffffeb;border:1px solid #ffffff3d;border-radius:8px;width:auto;min-width:102px;margin:0;padding:7px 10px;font-size:9px;position:absolute;bottom:10px;right:10px}.lighting-upload.compact input{display:none}.lighting-design-fields{grid-template-columns:repeat(3,minmax(0,1fr));align-content:start;gap:9px;display:grid}.lighting-design-fields label,.lighting-scene-controls label{color:#676761;font-size:9px;font-weight:750}.lighting-design-fields input,.lighting-design-fields select,.lighting-design-fields textarea,.lighting-scene-controls select{margin-top:5px;font-weight:650}.lighting-style-field small{color:#9a7b21;margin-top:5px;font-size:8px;font-weight:650;line-height:1.45;display:block}.lighting-style-summary{color:#3e5f5a;background:#f1faf8;border:1px solid #d8e9e5;border-radius:8px;grid-column:1/-1;align-items:baseline;gap:9px;padding:8px 10px;font-size:8px;line-height:1.55;display:flex}.lighting-style-summary b{color:#137f70;flex:none;font-size:9px}.lighting-wide-field{grid-column:1/-1}.lighting-candidate-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.lighting-candidate{background:#fff;border:1px solid #deded7;border-radius:12px;transition:border-color .16s,box-shadow .16s,transform .16s;overflow:hidden}.lighting-candidate.selected{border-color:#cc9f28;transform:translateY(-1px);box-shadow:0 0 0 2px #cc9f282e,0 10px 24px #1c1a1414}.lighting-candidate-preview{aspect-ratio:4/3;background:#171715;position:relative;overflow:hidden}.lighting-candidate-preview>img{object-fit:cover;width:100%;height:100%}.lighting-candidate-preview>div{color:#d6b44e;align-content:center;place-items:center;gap:7px;height:100%;display:grid}.lighting-candidate-preview>div b{font-size:30px;font-weight:400}.lighting-candidate-preview>div span{color:#aaa99f;font-size:9px}.lighting-candidate-body{padding:12px}.lighting-candidate-body small,.lighting-candidate-body strong{display:block}.lighting-candidate-body small{color:#9a7c24;font-size:8px}.lighting-candidate-body strong{margin-top:3px;font-size:14px}.lighting-candidate-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;display:grid}.lighting-candidate-actions button,.lighting-generate-scene{min-height:34px}.lighting-candidate-actions button{white-space:nowrap;padding:7px 6px;font-size:10px}.lighting-error{color:#b14b3e;margin:8px 0 0;font-size:9px;line-height:1.5}.compact-scenes .lighting-preview{aspect-ratio:16/9}.lighting-scene-controls{grid-template-columns:1.15fr .85fr .95fr;gap:7px;display:grid}.lighting-scene-controls input[type=range]{width:100%;min-height:26px;padding:0}.lighting-generate-scene{margin-top:0}@media (width<=1450px){.lighting-design-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1080px){.lighting-flow-steps,.lighting-candidate-grid,.lighting-setup-grid{grid-template-columns:1fr}.lighting-design-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}.lighting-scene-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));align-items:start;gap:14px;display:grid}.lighting-scene-card{background:#fff;border:1px solid #dfdfd8;border-radius:13px;overflow:hidden;box-shadow:0 7px 24px #1b1b180f}.lighting-preview{aspect-ratio:4/3;background:linear-gradient(145deg,#242621,#111);position:relative;overflow:hidden}.lighting-preview>img{object-fit:cover;width:100%;height:100%;display:block}.lighting-empty{text-align:center;color:#bdb9a9;background:radial-gradient(circle at 50% 32%,#d9b44d38,#0000 34%),linear-gradient(145deg,#282822,#111);align-content:center;place-items:center;gap:10px;height:100%;padding:22px;display:grid}.lighting-empty b{width:46px;height:46px;color:var(--gold);border:1px solid #ddbe6473;border-radius:50%;place-items:center;font-size:18px;display:grid}.lighting-empty span{max-width:180px;font-size:10px;line-height:1.6}.lighting-state{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#141412bd;border-radius:999px;padding:5px 8px;font-size:8px;font-weight:900;position:absolute;top:10px;right:10px}.lighting-state.ready{background:#17856fe0}.lighting-state.failed{background:#b04032e6}.lighting-state.generating{background:#b98b1de6}.image-preview-button{z-index:3;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#10100ec7;border:1px solid #ffffff7a;border-radius:999px;align-items:center;gap:5px;min-height:30px;padding:6px 10px;font-size:9px;font-weight:850;line-height:1;display:inline-flex;position:absolute;top:10px;right:10px;box-shadow:0 5px 16px #00000040}.image-preview-button:hover{color:#f2d77f;background:#231e12eb;border-color:#e3c468;transform:translateY(-1px)}.image-preview-button>span{font-size:13px}.lighting-preview.has-full-view .lighting-state,.lighting-candidate-preview.has-full-view .lighting-state{left:10px;right:auto}.lighting-mode-label{color:#fff;text-shadow:0 2px 8px #000000bf;font-size:15px;position:absolute;bottom:11px;left:12px}.lighting-card-body{flex-direction:column;gap:10px;padding:14px;display:flex}.lighting-card-title{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.lighting-card-title small{color:#8b7431;letter-spacing:.04em;font-size:8px;display:block}.lighting-card-title h2{margin:3px 0 0;font-size:17px}.lighting-card-title>span{white-space:nowrap;text-overflow:ellipsis;color:#777;background:#f2f2ed;border-radius:5px;max-width:105px;padding:4px 6px;font-size:8px;overflow:hidden}.lighting-card-body label{color:#666;font-size:9px}.lighting-card-body select,.lighting-card-body textarea{margin-top:5px}.lighting-card-body textarea{resize:vertical;min-height:54px}.lighting-source-block{background:#faf9f5;border:1px solid #e8e4d8;border-radius:10px;gap:7px;padding:10px;display:grid}.lighting-field-heading{justify-content:space-between;align-items:baseline;gap:8px;font-size:10px;display:flex}.lighting-field-heading small{color:#9a7b21;font-size:8px;font-weight:800}.lighting-source-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;display:grid}.lighting-source-options button{color:#5d5d58;background:#fff;border:1px solid #deddd7;border-radius:7px;min-height:31px;padding:5px 4px;font-size:9px;font-weight:800}.lighting-source-options button:hover{background:#fffaf0;border-color:#c8aa50}.lighting-source-options button.selected{color:#2a271f;background:#fff4d3;border-color:#d3ae42;box-shadow:inset 0 0 0 1px #d3ae421f}.lighting-source-note{color:#77746a;margin:0;font-size:8px;line-height:1.5}.lighting-source-note.rough_shell{color:#8a6610}.lighting-source-note.finished{color:#137f70}.lighting-advanced,.lighting-prompt-preview{background:#fff;border:1px solid #e5e4de;border-radius:9px;overflow:hidden}.lighting-advanced>summary,.lighting-prompt-preview>summary{color:#4f4e49;cursor:pointer;-webkit-user-select:none;user-select:none;padding:9px 10px;font-size:9px;font-weight:900}.lighting-advanced[open]>summary,.lighting-prompt-preview[open]>summary{background:#faf9f5;border-bottom:1px solid #ecebe6}.lighting-parameter-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 8px;padding:10px;display:grid}.lighting-parameter-grid select{width:100%;min-height:34px;padding:6px 24px 6px 8px;font-size:9px}.lighting-preserve-note{color:#16796d;background:#ecf8f5;border-radius:7px;grid-column:1/-1;margin:0;padding:8px 9px;font-size:8px;line-height:1.5}.lighting-range-field{gap:6px;display:grid}.lighting-range-field>span{justify-content:space-between;display:flex}.lighting-range-field input[type=range]{accent-color:#c8a33c;width:100%}.lighting-prompt-preview pre{white-space:pre-wrap;color:#e8e5da;background:#21211f;max-height:180px;margin:0;padding:10px;font-family:inherit;font-size:8px;line-height:1.65;overflow:auto}.lighting-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.lighting-actions button,.lighting-upload{border-radius:8px;place-items:center;min-height:37px;font-size:10px;font-weight:900;display:grid}.lighting-upload{color:#444;cursor:pointer;background:#f4f4f0;border:1px solid #d6d6cf}.lighting-upload:hover{background:#fff9e9;border-color:#c8aa50}.lighting-upload.disabled{opacity:.55;cursor:not-allowed}.lighting-upload input{display:none}.lighting-tip{color:#888;margin:0;font-size:8px;line-height:1.55}.lighting-error{color:#a8493e;background:#fff0ed;border-radius:6px;margin:0;padding:7px 8px;font-size:8px;line-height:1.5}.lighting-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.lighting-grid article{aspect-ratio:4/3;color:#fff;background:linear-gradient(135deg,#34332d,#12120f);border-radius:12px;align-items:flex-end;gap:6px;padding:14px;font-weight:900;display:flex;position:relative;overflow:hidden}.lighting-grid article small{background:#00000094;border-radius:5px;margin-left:auto;padding:4px 6px;font-size:8px}.notice{color:#7b5712;background:#fff4db;border-radius:8px;margin-top:14px;padding:12px;font-size:11px}.delivery-panel{color:#fff;background:#151515;border:1px solid #333;border-radius:18px;max-width:760px;margin:35px auto;padding:38px}.delivery-panel>img{width:135px}.delivery-panel>small{color:var(--gold);letter-spacing:.1em;margin-top:22px;display:block}.delivery-panel h1{margin:8px 0;font-size:30px}.delivery-panel>p{color:#aaa}.delivery-metrics{border-block:1px solid #393939;grid-template-columns:repeat(3,1fr);margin:24px 0;padding:18px 0;display:grid}.delivery-metrics div{border-right:1px solid #393939;flex-direction:column;gap:4px;padding:0 15px;display:flex}.delivery-metrics div:last-child{border:0}.delivery-metrics strong{color:var(--gold);font-size:20px}.delivery-metrics span{color:#aaa;font-size:11px}.delivery-report{overscroll-behavior:contain;scrollbar-gutter:stable;width:100%;max-width:980px;height:100%;min-height:0;color:var(--ink);background:#fff;border-color:#ddd;margin:0 auto;padding:0;overflow:hidden auto}.workspace>.panel.delivery-report{touch-action:pan-y;overflow:hidden auto}.delivery-cover{color:#fff;background:#151515;align-items:center;gap:22px;padding:28px 34px;display:flex}.delivery-cover>img{flex:none;width:125px}.delivery-cover>div{flex:1;min-width:0}.delivery-cover small{color:var(--gold);letter-spacing:.1em;font-size:10px}.delivery-cover h1{white-space:nowrap;text-overflow:ellipsis;margin:5px 0 3px;font-size:26px;overflow:hidden}.delivery-cover p{color:#aaa;margin:0;font-size:11px}.delivery-report>.delivery-metrics{color:#fff;background:#202020;border:0;margin:0;padding:16px 26px}.delivery-section{color:var(--ink);background:#fff;padding:30px 34px}.delivery-section-title{margin-bottom:18px}.delivery-section-title small{color:var(--teal);letter-spacing:.12em;font-size:9px;font-weight:900}.delivery-section-title h2{margin:4px 0;font-size:22px}.delivery-section-title p{color:#777;margin:0;font-size:10px}.delivery-floorplan{background:#f5f5f2;border:1px solid #deded7;border-radius:10px;width:min(980px,100%);margin:auto;position:relative;overflow:hidden}.delivery-floorplan.annotated{background:0 0;border:0;border-radius:0;overflow:visible}.delivery-callout-sheet{width:100%;margin:0}.delivery-callout-sheet>svg{width:100%;height:auto;display:block;overflow:visible}.delivery-callout-sheet figcaption{color:#85857d;text-align:center;letter-spacing:.02em;margin-top:9px;font-size:9px}.delivery-sheet-background{fill:#fafaf7;stroke:#deded7;stroke-width:1px}.delivery-sheet-kicker{fill:#159a91;letter-spacing:.14em;font-size:9px;font-weight:900}.delivery-sheet-summary{fill:#7b7b73;font-size:10px;font-weight:700}.delivery-plan-shadow{fill:#fff}.delivery-plan-border{fill:none;stroke:#21211e24;stroke-width:1.2px}.delivery-leader-halo,.delivery-leader{fill:none;stroke-linecap:round}.delivery-leader-halo{stroke:#ffffffeb;stroke-width:6px}.delivery-leader{stroke:#9b8140;stroke-width:1.65px}.delivery-device-pin>circle{fill:#fffffff5;stroke:#ae913f;stroke-width:1.7px}.delivery-device-pin>text{fill:#148e86;font-size:10px;font-weight:900}.delivery-pin-strip{fill:none;stroke-width:3px;stroke-linecap:round}.delivery-pin-strip.strip-dual{stroke:#dd443e}.delivery-pin-strip.strip-mid{stroke:#e0b21d}.delivery-pin-strip.strip-low{stroke:#1ca4bd}.delivery-pin-strip.strip-fixed{stroke:#7252b8}.delivery-pin-quantity circle{fill:#171717;stroke:#fff;stroke-width:1px}.delivery-pin-quantity text{fill:#fff;font-size:7px;font-weight:900}.delivery-callout-label>rect{fill:#fffffffa;stroke:#d9d9d1;stroke-width:1px}.delivery-callout-sheet.editable-callouts .delivery-callout-label{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.delivery-callout-sheet.editable-callouts .delivery-callout-label:active{cursor:grabbing}.delivery-callout-sheet.editable-callouts .delivery-callout-label:hover>rect{stroke:#caa642;stroke-width:1.8px;filter:drop-shadow(0 4px 8px #1f1c141f)}.callout-edit-hint{color:#167f78;background:#f0faf8;border:1px solid #d8ece8;border-radius:9px;margin:0 0 10px;padding:8px 12px;font-size:12px;line-height:1.45}.delivery-callout-icon-bg{fill:#f6f0df;stroke:#d9bd68;stroke-width:1px}.delivery-callout-symbol{fill:#167f78;font-size:8px;font-weight:900}.delivery-callout-room{fill:#8b8a82;font-size:9px;font-weight:700}.delivery-callout-name{fill:#1d1d1b;font-size:13px;font-weight:800}.delivery-callout-count{fill:#a57a12;font-size:13px;font-weight:900}.delivery-floorplan>img{object-fit:contain;width:100%;height:100%;display:block}.delivery-floorplan .floorplan-overlay{z-index:1}.delivery-floorplan.missing{background:linear-gradient(135deg,#faf9f5,#eeece5);border-style:dashed;place-items:center;min-height:360px;display:grid}.delivery-missing{color:#888;text-align:center;flex-direction:column;align-items:center;gap:8px;padding:30px;display:flex}.delivery-missing strong{color:#333;font-size:22px}.delivery-lighting-placeholder{color:#c8b167;letter-spacing:.08em;place-items:center;font-size:14px;display:grid;position:absolute;inset:0}.delivery-marker{pointer-events:none;z-index:2}.delivery-table{border:1px solid #e0e0d9;border-radius:9px;max-height:none}.delivery-table th{position:static}.delivery-totals{background:#f5f5f2;border-radius:9px;justify-content:flex-end;gap:24px;margin-top:14px;padding:14px 16px;display:flex}.delivery-totals span{color:#777;flex-direction:column;gap:4px;font-size:9px;display:flex}.delivery-totals strong{color:#171717;font-size:16px}.delivery-totals span:last-child strong{color:#a77d16;font-size:20px}.delivery-lighting article{background:#171717;min-height:210px;position:relative;overflow:hidden}.delivery-lighting article>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.delivery-lighting article:after{content:"";background:linear-gradient(135deg,#00000005,#0000009e);position:absolute;inset:0}.delivery-lighting article>span,.delivery-lighting article>small{z-index:1;position:relative}.delivery-disclaimer{color:#7b5712;background:#fff4db;border-radius:8px;margin-top:13px;padding:10px 12px;font-size:9px}.delivery-footer{color:#888;border-top:1px solid #e5e5de;justify-content:space-between;gap:20px;padding:14px 34px;font-size:9px;display:flex}.toast{z-index:90;color:#fff;background:#171717;border-radius:8px;padding:12px 16px;font-size:12px;position:fixed;bottom:22px;right:22px;box-shadow:0 8px 24px #00000038}.modal-backdrop{z-index:60;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000009e;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.image-viewer-backdrop{z-index:120;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#050505e0;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.image-viewer{color:#fff;background:#11110f;border:1px solid #e2c26259;border-radius:16px;grid-template-rows:auto minmax(0,1fr) auto;width:min(1500px,100vw - 36px);height:min(960px,100vh - 36px);min-height:0;display:grid;overflow:hidden;box-shadow:0 28px 100px #00000094}.image-viewer>header,.image-viewer>footer{background:#171715;justify-content:space-between;align-items:center;gap:20px;padding:14px 18px;display:flex}.image-viewer>header{border-bottom:1px solid #2c2b27}.image-viewer>header small{color:#d8b54d;letter-spacing:.08em;font-size:9px;font-weight:900}.image-viewer>header h2{margin:3px 0 0;font-size:18px}.image-viewer>header p{color:#a9a79d;margin:3px 0 0;font-size:10px}.image-viewer-close{color:#fff;background:#272622;border:1px solid #44433d;border-radius:50%;flex:none;place-items:center;width:38px;height:38px;padding:0;font-size:25px;font-weight:300;line-height:1;display:grid}.image-viewer-canvas{background:radial-gradient(circle at 50% 42%,#d2ae4614,#0000 48%),#090908;place-items:center;min-height:0;padding:12px;display:grid;overflow:auto}.image-viewer-canvas>img{object-fit:contain;border-radius:5px;width:auto;max-width:100%;height:auto;max-height:100%;display:block;box-shadow:0 16px 55px #00000073}.image-viewer>footer{border-top:1px solid #2c2b27}.image-viewer>footer>span{color:#aaa89e;font-size:9px}.image-viewer>footer>div{gap:9px;display:flex}.image-viewer>footer button{color:#fff;background:#24231f;border-color:#49483f;min-height:36px;padding:8px 15px}.image-viewer>footer button.primary{color:#17150e;background:#d5ad42;border-color:#d5ad42}@media (width<=720px){.image-viewer-backdrop{padding:8px}.image-viewer{border-radius:11px;width:calc(100vw - 16px);height:calc(100vh - 16px)}.image-viewer>header,.image-viewer>footer{padding:11px}.image-viewer>footer{align-items:flex-end}.image-viewer>footer>span{display:none}}.settings-modal{background:#fff;border-radius:16px;width:min(600px,100%);max-height:calc(100vh - 48px);padding:24px;overflow:auto;box-shadow:0 24px 80px #00000059}.settings-head{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.settings-head small{color:var(--teal);letter-spacing:.1em;font-size:10px;font-weight:900}.settings-head h2{margin:4px 0 0;font-size:22px}.settings-head>button{color:#666;background:#f0f0ec;border:0;border-radius:50%;width:32px;height:32px;font-size:22px;line-height:1}.admin-menu-intro{color:#777;margin:13px 0 18px;font-size:11px;line-height:1.65}.api-service-menu{flex-direction:column;gap:10px;display:flex}.api-service-menu>button{text-align:left;background:#fafaf8;border:1px solid #e1e1da;border-radius:11px;grid-template-columns:44px 1fr auto;align-items:center;gap:13px;width:100%;padding:15px;display:grid}.api-service-menu>button:hover{background:#fffaf0;border-color:#d2b55e;box-shadow:0 5px 18px #caa84e1a}.api-service-menu .service-icon{color:#167e74;background:#e9f6f4;border-radius:10px;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.api-service-menu .service-icon.lighting{color:#997316;background:#fff2ce}.api-service-menu>button>div{flex-direction:column;gap:3px;min-width:0;display:flex}.api-service-menu strong{font-size:13px}.api-service-menu p{color:#777;margin:0;font-size:9px;line-height:1.55}.api-service-menu small{color:#a24f42;font-size:9px}.api-service-menu small.ready{color:#1b8b70}.api-service-menu b{color:#999;font-size:22px;font-weight:400}.settings-back{color:#167e74;background:0 0;border:0;margin:12px 0 0;padding:0;font-size:10px;font-weight:850}.credential-status{background:#fff8e6;border:1px solid #ead8a4;border-radius:11px;align-items:center;gap:12px;margin:20px 0;padding:13px 14px;display:flex}.credential-status.ready{background:#edf9f5;border-color:#b9e2d5}.status-icon{color:#fff;background:#e6bf4e;border-radius:50%;flex:none;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.credential-status.ready .status-icon{background:#29a678}.credential-status strong{font-size:13px}.credential-status p{color:#6f6f69;margin:3px 0 0;font-size:11px}.api-key-field{font-size:12px}.api-connection-fields{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:10px;margin-bottom:7px;display:grid}.api-connection-fields label{min-width:0}.api-connection-fields input,.api-connection-fields select{margin-top:6px}.connection-note{color:#777;margin:0 0 15px;font-size:10px;line-height:1.6}.secret-input{border:1px solid #d5d5ce;border-radius:8px;grid-template-columns:1fr auto;margin-top:6px;display:grid;overflow:hidden}.secret-input:focus-within{border-color:var(--gold);box-shadow:0 0 0 3px #caa84e24}.secret-input input{border:0;border-radius:0;min-width:0;box-shadow:none!important}.secret-input button{color:#555;background:#f7f7f4;border:0;border-left:1px solid #e4e4de;padding:0 13px;font-size:11px;font-weight:800}.security-note{color:#777;margin:9px 0 16px;font-size:10px;line-height:1.65}.api-model-tools{background:#f8f8f5;border:1px solid #e0e0d9;border-radius:9px;grid-template-columns:auto auto 1fr;align-items:center;gap:8px;margin:12px 0 15px;padding:11px;display:grid}.api-model-tools button{border-radius:7px;min-height:34px;padding:7px 11px;font-size:10px;font-weight:850}.api-model-tools button:disabled{cursor:not-allowed;opacity:.5}.manual-model-link{color:#167e74;background:0 0;border:0}.capability-test-button{color:#7f6213;background:#fff8e2;border:1px solid #d7b850;justify-self:end}.api-model-tools small{color:#8a7960;grid-column:1/-1;font-size:8px;line-height:1.5}.api-model-tools.passed{background:#eff9f5;border-color:#a9dacb}.api-model-tools.passed .capability-test-button{color:#167a63;background:#def3eb;border-color:#58b69b}.api-feedback{border-radius:8px;margin:-5px 0 14px;padding:10px 12px;font-size:11px;line-height:1.5}.api-feedback.info{color:#356183;background:#eef4fb;border:1px solid #ccdeed}.api-feedback.success{color:#24775a;background:#edf9f5;border:1px solid #b9e2d5}.api-feedback.error{color:#9c4033;background:#fff0ee;border:1px solid #efc3bc}.settings-actions{grid-template-columns:auto 1fr auto auto;align-items:center;gap:8px;margin-top:22px;display:grid}.settings-actions button:disabled{cursor:not-allowed;opacity:.5}.settings-actions .ghost.light{color:#444;background:#f1f1ed;border-color:#deded7}.danger-link{color:#b04738;background:0 0;border:0;padding:8px 0;font-size:10px;font-weight:800}.project-modal,.trash-modal,.share-modal{background:#fff;border-radius:16px;width:min(620px,100%);max-height:calc(100vh - 48px);padding:25px;overflow:auto;box-shadow:0 24px 80px #00000059}.proposal-modal{background:#fff;border-radius:17px;width:min(720px,100%);max-height:calc(100vh - 48px);padding:25px;overflow:auto;box-shadow:0 24px 80px #00000061}.recognition-scope-modal{background:#fff;border-radius:17px;flex-direction:column;width:min(880px,100%);max-height:calc(100vh - 48px);padding:25px;display:flex;overflow:hidden;box-shadow:0 24px 80px #00000061}.recognition-scope-modal .project-modal-intro{flex:none;margin-bottom:13px}.recognition-scope-summary{background:#f2faf8;border:1px solid #d9e8e4;border-radius:10px;flex:none;justify-content:space-between;align-items:center;gap:16px;margin-bottom:11px;padding:11px 13px;display:flex}.recognition-scope-summary>div:first-child{flex-direction:column;gap:3px;min-width:0;display:flex}.recognition-scope-summary strong{color:#176f68;font-size:11px}.recognition-scope-summary small{color:#6d7f7b;font-size:8px}.recognition-scope-summary>div:last-child{gap:6px;display:flex}.recognition-scope-summary button{color:#27756f;background:#fff;border-color:#bdd6d1;min-width:48px;padding:6px 9px;font-size:9px;font-weight:850}.recognition-scope-groups{grid-template-columns:1fr 1fr;align-items:start;gap:10px;min-height:0;padding:1px 5px 3px 1px;display:grid;overflow:auto}.recognition-scope-group{background:#fafaf7;border:1px solid #e0e0d9;border-radius:10px;overflow:hidden}.recognition-scope-group-toggle{cursor:pointer;background:#f4f4ef;border-bottom:1px solid #e5e5df;align-items:center;gap:9px;padding:10px 11px;display:flex}.recognition-scope-group-toggle input,.recognition-device-option input{accent-color:#b18a23;flex:none;margin:0}.recognition-scope-group-toggle>span{flex:auto;justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.recognition-scope-group-toggle strong{color:#34342f;font-size:10px}.recognition-scope-group-toggle small{color:#85847c;font-size:8px}.recognition-device-grid{grid-template-columns:1fr 1fr;gap:6px;padding:8px;display:grid}.recognition-device-option{color:#8a8982;cursor:pointer;background:#f0f0ec;border:1px solid #0000;border-radius:7px;grid-template-columns:auto 27px minmax(0,1fr);align-items:center;gap:6px;min-width:0;min-height:42px;padding:5px 7px;display:grid}.recognition-device-option:hover{border-color:#d8c88f}.recognition-device-option.selected{color:#2b2b27;background:#fff9e8;border-color:#dfca87}.recognition-device-option.manual-only,.recognition-device-option.manual-only:hover{color:#9a9992;cursor:not-allowed;background:#f3f3f0;border-color:#e4e4de}.recognition-device-option .device-tool-icon{opacity:.62;flex-basis:27px;width:27px;height:27px}.recognition-device-option.selected .device-tool-icon{opacity:1}.recognition-device-option.manual-only .device-tool-icon{filter:grayscale();opacity:.42}.recognition-device-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.recognition-device-copy strong,.recognition-device-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.recognition-device-copy strong{font-size:9px;line-height:1.25}.recognition-device-copy small{color:#8b8980;font-size:7px;line-height:1.3}.recognition-device-option.selected .recognition-device-copy small{color:#8a712b}.recognition-device-option.manual-only .recognition-device-copy small{color:#aaa9a2}.recognition-scope-note{color:#77766e;background:#f6f6f2;border-radius:8px;flex:none;margin-top:11px;padding:9px 11px;font-size:9px;line-height:1.5}.recognition-scope-note.warning{color:#a14335;background:#fff1ed}.recognition-scope-actions{flex:none;margin-top:13px}.recognition-scope-actions .primary{min-width:190px}.project-modal-head{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.project-modal-head small{color:var(--teal);letter-spacing:.1em;font-size:10px;font-weight:900}.project-modal-head h2{margin:4px 0 0;font-size:23px}.project-modal-head>button{color:#666;background:#f0f0ec;border:0;border-radius:50%;width:32px;height:32px;font-size:22px;line-height:1}.project-modal-intro{color:#777;margin:12px 0 18px;font-size:11px;line-height:1.65}.proposal-options{grid-template-columns:1fr 1fr;gap:9px;margin-bottom:14px;display:grid}.proposal-options>label{cursor:pointer;background:#fafaf7;border:1px solid #dfdfd8;border-radius:9px;grid-template-columns:auto 1fr;align-items:start;gap:9px;padding:11px;display:grid}.proposal-options>label.warning-option{background:#fff8ef;border-color:#edc8a5}.proposal-options>label.recommended-option{background:#f0faf7;border-color:#acd8cf}.proposal-options input{accent-color:#b18a23;width:15px;height:15px;margin:2px 0 0}.proposal-options span{flex-direction:column;gap:4px;display:flex}.proposal-options strong{font-size:10px}.proposal-options small{color:#777;font-size:8px;line-height:1.45}.proposal-progress{color:#fff;background:#181818;border-radius:9px;margin:0 0 13px;padding:12px 13px}.proposal-progress>div:first-child{justify-content:space-between;align-items:center;gap:15px;display:flex}.proposal-progress strong{font-size:12px}.proposal-progress span{color:#aaa;font-size:9px}.proposal-progress-track{background:#393939;border-radius:999px;height:5px;margin-top:10px;overflow:hidden}.proposal-progress-track i{border-radius:inherit;background:linear-gradient(90deg,#b58b22,#e0c467);height:100%;transition:width .35s;display:block}.proposal-step-list{flex-direction:column;gap:7px;display:flex}.proposal-step-list article{background:#fafaf8;border:1px solid #e3e3dc;border-radius:9px;grid-template-columns:30px 1fr auto;align-items:center;gap:10px;min-height:52px;padding:9px 11px;display:grid}.proposal-step-number{color:#777;background:#ecece7;border-radius:50%;place-items:center;width:27px;height:27px;font-size:10px;font-weight:900;display:grid}.proposal-step-list article>div{min-width:0}.proposal-step-list article strong{font-size:11px}.proposal-step-list article p{color:#777;text-overflow:ellipsis;margin:3px 0 0;font-size:8px;line-height:1.45;overflow:hidden}.proposal-step-list article>small{color:#999;font-size:8px;font-weight:850}.proposal-step-list article.running{background:#fff9e8;border-color:#dfc36f}.proposal-step-list article.running .proposal-step-number{color:#171717;background:#d3ad42;animation:1.2s infinite pipeline-pulse}.proposal-step-list article.done{background:#f1faf7;border-color:#b6ddd2}.proposal-step-list article.done .proposal-step-number{color:#fff;background:#26a680}.proposal-step-list article.done>small{color:#168166}.proposal-step-list article.skipped{opacity:.75}.proposal-step-list article.failed{background:#fff2f0;border-color:#efc0b8}.proposal-step-list article.failed .proposal-step-number{color:#fff;background:#c85442}.proposal-step-list article.failed>small{color:#b04434}@keyframes pipeline-pulse{50%{opacity:.72;transform:scale(.9)}}.proposal-cost-note{color:#74520f;background:#fff4db;border-radius:8px;margin-top:12px;padding:10px 12px}.proposal-cost-note span{font-size:10px}.proposal-cost-note p{margin:4px 0 0;font-size:8px;line-height:1.55}.proposal-modal-actions{justify-content:flex-end;gap:9px;margin-top:16px;display:flex}.proposal-modal-actions button{min-width:130px}.project-name-preview{background:#fff9e9;border:1px solid #e7d59e;border-radius:10px;flex-direction:column;gap:5px;margin-bottom:17px;padding:13px 15px;display:flex}.project-name-preview small{color:#8d772f;font-size:9px}.project-name-preview strong{font-size:17px}.project-form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.project-form-grid .span-two{grid-column:1/-1}.project-modal-actions{justify-content:flex-end;gap:9px;margin-top:22px;display:flex}.ghost.light{color:#444;background:#f1f1ed;border-color:#deded7}.confirm-modal{text-align:center;background:#fff;border-radius:16px;width:min(430px,100%);padding:28px;box-shadow:0 24px 80px #00000059}.warning-icon{width:44px;height:44px;color:var(--danger);background:#fff0ed;border-radius:50%;place-items:center;margin:0 auto 13px;font-size:24px;font-weight:900;display:grid}.confirm-modal h2{margin:0;font-size:20px}.confirm-modal p{color:#777;margin:11px 0 22px;font-size:11px;line-height:1.7}.confirm-modal>div{justify-content:center;gap:9px;display:flex}.clear-points-modal{width:min(620px,100%)}.confirm-modal>.clear-system-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:0 0 14px;display:grid}.clear-system-options>button{color:#333;text-align:left;background:#f7f7f4;border:1px solid #e2e2dc;border-radius:9px;justify-content:space-between;align-items:center;gap:12px;min-height:54px;padding:10px 12px;display:flex}.clear-system-options>button:hover{background:#fffaf0;border-color:#d7bd70}.clear-system-options>button.active{background:#fff5d9;border-color:#d0aa3c;box-shadow:0 0 0 2px #d0aa3c1f}.clear-system-options strong{font-size:12px}.clear-system-options span{color:#888;flex:none;font-size:9px}.confirm-modal>.clear-selection-summary{color:#8d4a3d;text-align:left;background:#fff2ef;border-radius:8px;margin:0 0 18px;padding:11px 12px;font-size:10px;line-height:1.65;display:block}.clear-selection-summary strong{color:#b54837;margin:0 3px}.confirm-modal>.clear-modal-actions{justify-content:center;gap:9px;display:flex}.danger-solid:disabled{cursor:not-allowed;opacity:.42}.danger-solid{background:var(--danger);color:#fff;border:0;border-radius:8px;padding:10px 15px;font-weight:850}@media (width<=680px){.confirm-modal>.clear-system-options{grid-template-columns:1fr}}.trash-list{flex-direction:column;gap:8px;display:flex}.trash-list article{background:#fafaf8;border:1px solid #e5e5de;border-radius:10px;justify-content:space-between;align-items:center;gap:15px;padding:14px;display:flex}.trash-list article>div{flex-direction:column;gap:4px;min-width:0;display:flex}.trash-list strong{white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.trash-list span,.trash-list small{color:#777;font-size:9px}.trash-list small{color:#b15a4d}.trash-list button{color:#187d72;background:#eef9f6;border:1px solid #b5dcd5;border-radius:7px;flex:none;padding:8px 12px;font-size:10px;font-weight:850}.trash-empty{text-align:center;color:#999;border:1px dashed #d9d9d2;border-radius:10px;padding:42px 12px;font-size:11px}.share-options{flex-direction:column;gap:10px;display:flex}.share-options article{border:1px solid #e0e0d9;border-radius:11px;grid-template-columns:44px 1fr auto;align-items:center;gap:13px;padding:15px;display:grid}.share-options article>span{color:#8a6917;background:#fff2ce;border-radius:9px;place-items:center;width:42px;height:42px;font-size:10px;font-weight:900;display:grid}.share-options strong{font-size:13px}.share-options p{color:#777;margin:4px 0 0;font-size:9px;line-height:1.55}.share-options article>button{border:0;border-radius:7px;padding:9px 12px;font-size:10px;font-weight:850}.share-options .disabled{opacity:.68;background:#f7f7f4}.share-options .disabled>span{color:#777;background:#e9e9e4}.share-options button:disabled{cursor:not-allowed}@media (width<=1280px){.main-grid{grid-template-columns:210px 250px minmax(660px,1fr)}.editor-grid{grid-template-columns:1fr 270px}.point-system-tabs{grid-template-columns:repeat(4,minmax(0,1fr))}.system-editor-grid{grid-template-columns:minmax(500px,1fr) 270px}.canvas-shell{min-height:560px}}@media (width<=640px){.api-connection-fields,.project-form-grid,.proposal-options{grid-template-columns:1fr}.recognition-scope-modal{max-height:calc(100vh - 24px);padding:18px}.recognition-scope-summary{align-items:flex-start}.recognition-scope-groups,.recognition-device-grid{grid-template-columns:1fr}.recognition-scope-group-toggle>span{flex-direction:column;align-items:flex-start;gap:2px}.recognition-scope-actions{flex-direction:column}.recognition-scope-actions button{width:100%}.api-model-tools{grid-template-columns:1fr 1fr}.api-model-tools .capability-test-button{grid-column:1/-1;justify-self:stretch}.project-form-grid .span-two{grid-column:auto}.settings-actions{grid-template-columns:1fr 1fr}.settings-actions>div{display:none}.danger-link{text-align:left;grid-column:1/-1}.share-options article{grid-template-columns:40px 1fr}.share-options article>button{grid-column:1/-1}.top-actions{gap:4px}.top-actions button{padding:8px 9px;font-size:10px}.top-actions .proposal-action{min-width:auto}.proposal-modal-actions{flex-direction:column}.proposal-modal-actions button{width:100%}.analysis-canvas-overlay{padding:16px}.analysis-canvas-panel{grid-template-columns:42px minmax(0,1fr);gap:12px;padding:16px}.analysis-canvas-panel .analysis-radar{flex-basis:42px;width:42px;height:42px}.analysis-canvas-panel>b{display:none}.analysis-live-copy strong{font-size:13px}}@page{size:A4 portrait;margin:10mm}@media print{html,body{background:#fff;width:auto!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}.app-shell{width:auto!important;height:auto!important;min-height:0!important;max-height:none!important;display:block!important;overflow:visible!important}.topbar,.project-rail,.brief-panel,.tabs,.toast,.modal-backdrop,.image-viewer-backdrop{display:none!important}.main-grid{width:auto!important;height:auto!important;min-height:0!important;max-height:none!important;display:block!important;overflow:visible!important}.workspace{width:auto!important;height:auto!important;min-height:0!important;max-height:none!important;padding:0!important;display:block!important;overflow:visible!important}.workspace>.panel:not(.delivery-panel),.no-print{display:none!important}.delivery-panel{-webkit-print-color-adjust:exact;print-color-adjust:exact;contain:none!important;border:0!important;border-radius:0!important;flex:none!important;width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;display:block!important;position:static!important;overflow:visible!important}.workspace>.panel.delivery-report{overscroll-behavior:auto;scrollbar-gutter:auto;flex:none!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;display:block!important;overflow:visible!important}.delivery-cover{padding:9mm 10mm}.delivery-report>.delivery-metrics{padding:5mm 8mm}.delivery-section{padding:8mm 5mm 3mm}.delivery-point-page,.delivery-quote-page{break-after:page!important;page-break-after:always!important}.delivery-floorplan{border-radius:0;width:100%;max-height:190mm}.delivery-callout-sheet figcaption{margin-top:2mm}.delivery-table{height:auto!important;max-height:none!important;overflow:visible!important}.delivery-table table{font-size:9px}.delivery-table th,.delivery-table td{padding:6px 7px}.delivery-table thead{display:table-header-group}.delivery-table tr,.delivery-totals,.delivery-cover,.delivery-report>.delivery-metrics,.delivery-lighting article,.delivery-footer{break-inside:avoid;page-break-inside:avoid}.delivery-lighting article{min-height:62mm}.delivery-footer{padding:4mm 5mm}}.auth-page{background:radial-gradient(circle at 78% 18%,#d0a8462e,#0000 30%),linear-gradient(135deg,#0d0e0e 0%,#171817 62%,#0d0e0e 100%);place-items:center;min-height:100vh;padding:28px;display:grid}.auth-card{background:#fffffffa;border:1px solid #d0a84659;border-radius:24px;width:min(480px,100%);padding:36px;box-shadow:0 30px 90px #00000061}.auth-card.setup-card{width:min(720px,100%)}.auth-card.register-card{width:min(760px,100%)}.auth-brand{border-bottom:1px solid #ece9e1;align-items:center;gap:18px;padding-bottom:28px;display:flex}.auth-brand img{background:#111;border-radius:12px;width:118px;height:auto;padding:12px}.auth-brand div{gap:5px;display:grid}.auth-brand b{font-size:18px}.auth-brand span,.auth-copy p,.auth-card footer{color:#777}.auth-copy{padding:28px 0 20px}.auth-copy small,.account-create-card>small,.account-list-title small{color:#129886;letter-spacing:.12em;font-weight:800}.auth-copy h1{margin:7px 0;font-size:34px}.auth-copy p{margin:0;line-height:1.7}.auth-form{gap:16px;display:grid}.auth-form label,.account-create-card label{gap:8px;font-size:14px;font-weight:700;display:grid}.auth-form input,.account-create-card input,.account-create-card select,.account-row select{min-height:48px;font:inherit;background:#fff;border:1px solid #dcd9d1;border-radius:10px;padding:0 14px}.auth-form input:focus,.account-create-card input:focus{border-color:#d0a846;outline:2px solid #d0a84659}.auth-form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.auth-remember{color:#666;justify-content:start;align-items:center;grid-template-columns:auto 1fr!important;font-weight:500!important}.auth-remember input{width:17px;height:17px;min-height:0}.auth-form>button{border-radius:10px;min-height:52px;margin-top:4px;font-size:16px;font-weight:800}.auth-error{color:#b63a2c;background:#fff2f0;border:1px solid #f2b7ae;border-radius:9px;margin:0;padding:11px 13px;font-size:13px;line-height:1.5}.auth-card footer{border-top:1px solid #ece9e1;margin-top:22px;padding-top:18px;font-size:12px;line-height:1.6}.auth-switch{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.auth-switch a{color:#087d70;font-weight:800;text-decoration:none}.auth-switch a:hover{text-decoration:underline}.auth-switch span{flex-basis:100%}.auth-honeypot{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;overflow:hidden;position:absolute!important}.admin-users-page{color:#20211f;background:#f4f4f1;min-height:100vh}.admin-users-head{color:#fff;background:#111;border-bottom:2px solid #d0a846;justify-content:space-between;align-items:center;gap:30px;min-height:110px;padding:22px clamp(24px,4vw,64px);display:flex}.admin-users-head>div{align-items:center;gap:24px;display:flex}.admin-users-head img{width:126px}.admin-users-head small{color:#20aa98;font-weight:800}.admin-users-head h1{margin:3px 0;font-size:26px}.admin-users-head p{color:#aaa;margin:0}.admin-users-head a{color:#fff;border:1px solid #555;border-radius:9px;padding:12px 18px;text-decoration:none}.admin-users-layout{grid-template-columns:340px minmax(0,1fr);gap:24px;width:min(1500px,100% - 48px);margin:30px auto;display:grid}.account-create-card,.account-list-card{background:#fff;border:1px solid #e1dfd8;border-radius:16px;box-shadow:0 10px 30px #0000000d}.account-create-card{align-self:start;gap:15px;padding:24px;display:grid}.account-create-card h2,.account-list-title h2{margin:4px 0 10px}.account-create-card>div{grid-template-columns:1fr 110px;gap:10px;display:grid}.account-create-card button{border-radius:9px;min-height:48px;font-weight:800}.account-list-card{overflow:hidden}.account-list-title{border-bottom:1px solid #e7e5df;justify-content:space-between;align-items:center;padding:23px 26px;display:flex}.account-list-title span{color:#087d70;background:#e9f8f5;border-radius:999px;padding:7px 12px}.account-table{overflow:auto}.account-row{border-bottom:1px solid #efede8;grid-template-columns:1.5fr .7fr .45fr .9fr 1.15fr;align-items:center;gap:12px;min-width:830px;padding:15px 26px;display:grid}.account-table-head{color:#777;background:#f8f8f5;font-size:12px;font-weight:800}.account-row>span:first-child{gap:4px;display:grid}.account-row small{color:#888}.account-row select{min-height:36px;padding:0 8px}.account-row button{cursor:pointer;background:#fff;border:1px solid #ddd9cf;border-radius:7px;margin-right:8px;padding:7px 9px}.account-row .danger-link{color:#c74437}.account-row .success-link{color:#087d70}@media (width<=900px){.auth-form-grid,.admin-users-layout{grid-template-columns:1fr}.admin-users-layout{width:min(100% - 24px,720px)}.admin-users-head p{display:none}}
