:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#20262d;background:#f3f4f6;font-synthesis:none;--accent:#b67b3f;--accent-2:#d6a46f;--line:#e3e5e8;--muted:#6f7781;--panel:#fff;--soft:#f7f5f1}*{box-sizing:border-box}body{margin:0;min-width:1180px;background:#f2f3f5}button,input,select{font:inherit}.app-shell{min-height:100vh;display:grid;grid-template-columns:240px 1fr}.sidebar{background:#fff;border-right:1px solid var(--line);padding:26px 16px 18px;display:flex;flex-direction:column;gap:26px}.brand{display:flex;align-items:center;gap:12px;padding:0 8px}.brand-mark{width:44px;height:44px;border:2px solid var(--accent-2);display:grid;place-items:center;color:var(--accent);border-radius:12px}.brand strong{display:block;font-size:18px;letter-spacing:.4px}.brand span{font-size:10px;letter-spacing:2px;color:#999}.sidebar nav{display:flex;flex-direction:column;gap:5px}.nav-item{border:0;background:transparent;text-align:left;padding:12px 13px;border-radius:10px;display:flex;gap:12px;align-items:center;color:#4b535c;cursor:pointer}.nav-item.active{background:#f6efe7;color:#70461f;font-weight:700;box-shadow:inset 3px 0 var(--accent)}.sidebar-note{margin-top:auto;border:1px solid #eddcc9;background:#fbf7f1;border-radius:12px;padding:12px;display:flex;gap:10px}.sidebar-note .note-icon{color:#a86c31}.sidebar-note b{display:block;font-size:12px;margin-bottom:4px}.sidebar-note span{display:block;color:#7b6d61;font-size:11px;line-height:1.4}.main{min-width:0}.topbar{height:78px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 24px;gap:20px}.stepper{display:flex;align-items:center;gap:7px}.step{border:0;background:transparent;display:flex;align-items:center;gap:7px;color:#8a929a;padding:8px 10px;border-radius:9px;cursor:pointer}.step span{width:28px;height:28px;border:1px solid #d9dde1;border-radius:50%;display:grid;place-items:center;font-size:12px}.step b{font-size:12px}.step.current{color:#6c431e;background:#faf5ef}.step.current span{background:var(--accent);color:#fff;border-color:var(--accent)}.step.done{color:#4d8e55}.step.done span{border-color:#8ac191}.top-actions{display:flex;align-items:center;gap:8px}.icon-btn,.secondary{border:1px solid var(--line);background:#fff;border-radius:9px;height:38px;padding:0 12px;display:flex;align-items:center;gap:7px}.icon-btn{width:38px;justify-content:center;padding:0}.saved{font-size:12px;color:#3e7f47;display:flex;align-items:center;gap:6px;padding:0 8px}.workspace{padding:18px;display:grid;grid-template-columns:minmax(620px,1fr) 330px;gap:18px}.viewer-card,.config-panel,.stat{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 1px 2px #00000006}.viewer-card{overflow:hidden}.viewer-header{height:104px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.eyebrow{font-size:10px;letter-spacing:1.5px;color:#a6794f;font-weight:800}.viewer-header h1{margin:3px 0 4px;font-size:23px}.viewer-header p{margin:0;color:var(--muted);font-size:12px}.view-tabs{background:#f4f5f6;padding:4px;border-radius:9px;display:flex;gap:3px}.view-tabs button{border:0;background:transparent;padding:7px 11px;border-radius:7px;color:#777;cursor:pointer;font-size:12px}.view-tabs button.active{background:#fff;color:#272b30;box-shadow:0 1px 3px #00000014;font-weight:700}.viewer{height:calc(100vh - 300px);min-height:500px;position:relative;background:#f6f7f8}.dimension-chip{position:absolute;background:#fffffff0;border:1px solid #e4e5e7;border-radius:7px;padding:7px 10px;font-size:11px;box-shadow:0 3px 12px #0000000d}.width-chip{left:18px;bottom:18px}.length-chip{right:18px;bottom:18px}.viewer-footer{height:45px;display:flex;align-items:center;gap:22px;padding:0 18px;border-top:1px solid var(--line);font-size:11px;color:#737b84}.viewer-footer div{display:flex;gap:7px;align-items:center}.temp-dot{width:8px;height:8px;background:#d99a45;border-radius:50%}.config-panel{padding:16px;height:calc(100vh - 114px);overflow:auto}.panel-title{display:flex;gap:10px;padding-bottom:12px;border-bottom:1px solid var(--line);margin-bottom:10px}.panel-title h2{font-size:16px;margin:0 0 3px}.panel-title span{font-size:10px;color:#858c94}.section-title{margin:15px 0 9px;font-size:12px;font-weight:800;display:flex;align-items:center;gap:7px;color:#5f4836}.field{display:block;margin:10px 0}.field-label{display:block;font-size:11px;color:#626a72;margin-bottom:6px}.number-control{height:38px;border:1px solid #dfe2e5;border-radius:8px;display:grid;grid-template-columns:38px 1fr 38px;overflow:hidden}.number-control button{border:0;background:#fafafa;color:#5c6268;display:grid;place-items:center;cursor:pointer}.number-control button:first-child{border-right:1px solid #e8e9eb}.number-control button:last-child{border-left:1px solid #e8e9eb}.number-value{display:flex;align-items:center;justify-content:center;gap:4px}.number-value input{border:0;outline:0;width:72px;text-align:right;background:transparent;font-weight:700;color:#30363b}.number-value span{font-size:11px;color:#7d848b}select{width:100%;height:38px;border:1px solid #dfe2e5;border-radius:8px;background:#fff;padding:0 10px;color:#343a40}.segmented{display:grid;grid-template-columns:1fr 1fr;background:#f2f3f4;padding:4px;border-radius:9px}.segmented button{border:0;background:transparent;padding:8px;border-radius:7px;color:#6e757d;cursor:pointer}.segmented button.active{background:#fff;color:#744a25;box-shadow:0 1px 3px #00000014;font-weight:700}.toggle-row{display:flex;align-items:center;justify-content:space-between;border:1px solid #e5e6e8;border-radius:10px;padding:10px 11px;margin:14px 0}.toggle-row b{display:block;font-size:12px}.toggle-row span{display:block;font-size:9px;color:#8b9299;margin-top:2px;max-width:230px}.toggle-row input{width:18px;height:18px;accent-color:var(--accent)}.primary{width:100%;height:42px;border:0;background:linear-gradient(180deg,#c58c50,#ad7137);color:#fff;border-radius:9px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;margin-top:10px}.stats-row{padding:0 18px 18px;display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.stat{padding:13px 14px;min-height:82px}.stat span{font-size:10px;color:#7e858c}.stat strong{display:block;margin:5px 0 2px;font-size:16px}.stat small{font-size:9px;color:#8c939a}.stat.warn{background:#fffaf3;border-color:#ead8bd}.stat.warn strong{font-size:13px;color:#9d6229}@media(max-width:1320px){.step b{display:none}.sidebar{width:205px}.app-shell{grid-template-columns:205px 1fr}.workspace{grid-template-columns:minmax(590px,1fr) 315px}.stats-row{grid-template-columns:repeat(3,1fr)}}.roof-badge{display:flex;align-items:center;gap:7px;border:1px solid #e7d4bf;background:#fbf6ef;color:#815228;border-radius:9px;padding:9px 11px;font-size:11px;font-weight:800}.step-workspace{min-height:calc(100vh - 78px)}.plan-wrap{height:calc(100vh - 205px);min-height:560px;background:#f7f8f9;padding:18px;display:grid;place-items:center}.plan-svg{width:100%;height:100%;max-height:680px;background:#fff;border:1px solid #e1e4e7;border-radius:12px}.dim-text{font:700 14px Inter,sans-serif;fill:#626a72}.outline-action{width:100%;height:40px;border:1px solid #dedfe2;background:#fff;border-radius:9px;display:flex;align-items:center;justify-content:center;gap:8px;margin:8px 0;cursor:pointer;color:#424a52}.outline-action:hover{background:#faf7f2;border-color:#d4b38f}.mini-list{margin:12px 0;display:flex;flex-direction:column;gap:7px;max-height:260px;overflow:auto}.mini-row{border:1px solid #e6e7e9;border-radius:8px;padding:9px 10px;display:flex;align-items:center;justify-content:space-between;font-size:11px}.mini-row button{width:30px;height:30px;border:0;background:#fff5f3;color:#b95044;border-radius:7px;display:grid;place-items:center;cursor:pointer}.summary-lines{display:flex;flex-direction:column;border:1px solid #e5e6e8;border-radius:10px;overflow:hidden;margin-top:10px}.summary-lines>div{display:flex;justify-content:space-between;gap:15px;padding:10px 11px;border-bottom:1px solid #eceef0;font-size:11px}.summary-lines>div:last-child{border-bottom:0}.summary-lines span{color:#747c84}.production-page{padding:22px}.production-head{display:flex;justify-content:space-between;align-items:flex-end;background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px;margin-bottom:16px}.production-head h1{margin:4px 0 5px;font-size:24px}.production-head p{margin:0;color:var(--muted);font-size:12px}.production-actions{display:flex;gap:8px}.production-grid{display:grid;grid-template-columns:minmax(650px,1fr) 330px;gap:16px}.table-card,.status-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px}.table-title{display:flex;align-items:center;gap:8px;margin-bottom:14px}.table-card table{width:100%;border-collapse:collapse;font-size:12px}.table-card th{text-align:left;color:#707880;font-weight:700;background:#f7f8f9;padding:10px;border-bottom:1px solid #e5e7e9}.table-card td{padding:11px 10px;border-bottom:1px solid #eceef0}.status-card>svg{color:#4e9b58}.status-card h3{margin:10px 0 4px}.status-card p{font-size:11px;color:#78808a;line-height:1.5}.blocked{margin-top:18px;border:1px solid #ead6bd;background:#fff8ef;border-radius:10px;padding:12px;display:flex;gap:10px;color:#8a5d2f}.blocked span{display:block}.blocked b{display:block;font-size:11px}.blocked small{display:block;font-size:9px;margin-top:3px;line-height:1.4;color:#8a7764}.drag-help{border:1px solid #dbe8ef;background:#f5fbfe;border-radius:10px;padding:10px 11px;display:flex;gap:9px;align-items:flex-start;color:#4d6b7a;font-size:10px;line-height:1.45;margin:10px 0 14px}.drag-help svg{flex:0 0 auto;color:#4aa3df}.selected-opening-card{border:1px solid #d9e8f0;background:#f7fcff;border-radius:10px;padding:10px;margin:12px 0}.selected-opening-card>b{display:block;font-size:11px;color:#34586a}.selected-opening-card>span{display:block;font-size:9px;color:#718691;margin:4px 0 8px}.mini-row.selectable{cursor:pointer}.mini-row.selectable.selected{border-color:#79b8d7;background:#f2faff}.mini-row.selectable:hover{background:#fafcff}.plan-svg.drawing-mode{cursor:crosshair;touch-action:none}.opening-label{font:700 10px Inter,sans-serif;fill:#30363b;paint-order:stroke;stroke:#fff;stroke-width:3px;stroke-linejoin:round}.opening-label.small{font-size:9px;font-weight:600;fill:#65707a}.gap-dim-label{font:700 9px Inter,sans-serif;fill:#8a633e;paint-order:stroke;stroke:#fff;stroke-width:3px;stroke-linejoin:round}.wall-dim-label{font:800 10px Inter,sans-serif;fill:#7b522d;paint-order:stroke;stroke:#fff;stroke-width:4px;stroke-linejoin:round}.outline-action.active-tool{background:#f4e7d7;border-color:#bd8046;color:#74461e;font-weight:800;box-shadow:inset 0 0 0 1px #bd8046}.text-input{width:100%;height:38px;border:1px solid #dfe2e5;border-radius:8px;background:#fff;padding:0 10px;color:#343a40;outline:none}.text-input:focus{border-color:#c58c50;box-shadow:0 0 0 3px #c58c501f}.compact-field{margin:8px 0}.opening-gap-summary{display:flex;justify-content:space-between;gap:12px;border-top:1px solid #dfeaf0;padding-top:9px;margin-top:8px;font-size:10px}.opening-gap-summary span{color:#6f818b!important;margin:0!important}.opening-gap-summary b{color:#34586a}.mini-row.selectable span{display:flex;flex-direction:column;gap:2px}.mini-row.selectable span small{font-size:9px;color:#818991;font-weight:500}.empty-note{border:1px dashed #d9dde1;background:#fafafa;border-radius:9px;padding:12px;color:#7b838b;font-size:10px;line-height:1.5;margin:10px 0}.editable-dim{cursor:text;-webkit-user-select:none;user-select:none}.editable-dim:hover{fill:#b06f31}.dim-line{stroke:#a77749;stroke-width:1.25;fill:none}.dim-ext{stroke:#c3a17f;stroke-width:1;stroke-dasharray:2 2}.dim-ext.internal{stroke:#b9a792}.dim-tick{stroke:#a77749;stroke-width:1.25}.svg-dim-editor{height:36px;display:flex;align-items:center;background:#fff;border:1px solid #c99560;border-radius:7px;box-shadow:0 4px 16px #00000024;overflow:hidden;font:700 11px Inter,sans-serif}.svg-dim-editor input{width:86px;height:100%;border:0;outline:0;padding:0 8px;text-align:right;font-weight:800;color:#5d3b20;background:#fff}.svg-dim-editor span{font-size:9px;color:#8b6c4d;padding-right:8px}.draw-hint{font:700 10px Inter,sans-serif;fill:#7d5b38}.outline-action:disabled{opacity:.45;cursor:not-allowed;background:#f5f5f5}.plan-svg:not(.drawing-mode){touch-action:none}.plan-toolbox{width:48px;background:#fffffff7;border:1px solid #dfe2e5;border-radius:11px;padding:5px;display:flex;flex-direction:column;gap:4px;box-shadow:0 5px 18px #00000017}.plan-toolbox button{width:38px;height:38px;border:0;border-radius:8px;background:transparent;color:#5d6670;display:grid;place-items:center;cursor:pointer}.plan-toolbox button:hover{background:#f6efe7;color:#8b572d}.plan-toolbox button.active{background:#b8793d;color:#fff;box-shadow:0 2px 7px #8f592938}.tool-mode-card{border:1px solid #e5d3bf;background:#fcf8f3;border-radius:10px;padding:10px 11px;margin:8px 0 10px}.tool-mode-card b{display:block;font-size:10px;color:#86613e}.tool-mode-card span{display:block;font-size:12px;font-weight:800;color:#4f3b2a;margin-top:3px}.plan-svg.tool-delete{cursor:not-allowed}.plan-svg.tool-measure{cursor:crosshair}.plan-svg.tool-move{cursor:default}.measure-line line{stroke:#4b83b6;stroke-width:2.2;stroke-dasharray:6 4}.measure-line circle{fill:#fff;stroke:#4b83b6;stroke-width:2}.measure-line.preview line{opacity:.72}.measure-label-bg{fill:#fffffff5;stroke:#b7ccdf;stroke-width:1}.measure-label{font:800 9px Inter,sans-serif;fill:#315d83}.plan-canvas-shell{width:100%;height:100%;max-height:720px;display:grid;grid-template-rows:minmax(0,1fr) 30px;gap:5px;min-height:0}.plan-canvas-shell .plan-svg{width:100%;height:100%;max-height:none;min-height:0}.plan-status-bar{height:30px;border:1px solid transparent;border-radius:8px;padding:6px 10px;font-size:10px;color:#7a6652;background:transparent;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.plan-status-bar.has-message{border-color:#ead4b6;background:#fff8ef;color:#79522d}.plan-canvas-shell,.plan-canvas-shell *{-webkit-user-select:none;user-select:none}.plan-canvas-shell input{-webkit-user-select:text;user-select:text}.opening-label{pointer-events:none;-webkit-user-select:none;user-select:none}.plan-svg.dragging-opening,.plan-svg.dragging-opening *{cursor:grabbing!important}.plan-toolbox{transform:none}.sidebar-tool-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin:10px 0 12px}.sidebar-tool-grid button{min-width:0;height:58px;border:1px solid #e1e3e5;background:#fff;border-radius:10px;color:#5b6570;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer;font-size:10px;font-weight:700}.sidebar-tool-grid button:hover{background:#faf6f1;border-color:#d7b58f;color:#845327}.sidebar-tool-grid button.active{background:#b8793d;border-color:#b8793d;color:#fff;box-shadow:0 3px 9px #8f59292e}.side-subtitle{font-size:10px;font-weight:800;color:#6b737b;margin-top:8px}.drag-help.compact{margin-top:8px}.parallel-dim{opacity:.62;pointer-events:auto}.parallel-dim-line{stroke:#b27b47;stroke-width:1.25;stroke-dasharray:5 4;fill:none}.parallel-dim-tick{stroke:#a96e39;stroke-width:1.2}.parallel-dim-label{font:800 9px Inter,sans-serif;fill:#805329;paint-order:stroke;stroke:#fff;stroke-width:4px;stroke-linejoin:round;cursor:text;-webkit-user-select:none;user-select:none}.parallel-dim-label:hover{fill:#b06f31}.parallel-dim{opacity:.95;pointer-events:auto}.parallel-dim.selected{opacity:1}.parallel-dim-label{font-size:10px;font-weight:800;fill:#7b4c24;stroke:#fff;stroke-width:4px;paint-order:stroke;user-select:none;-webkit-user-select:none}.plan-svg,.plan-svg text{user-select:none;-webkit-user-select:none}.opening-warning{border:1px solid #e6aaa3;background:#fff5f4;color:#913a31;border-radius:10px;padding:10px 11px;margin:10px 0 12px;display:flex;flex-direction:column;gap:3px;font-size:10px;line-height:1.4}.opening-warning b{font-size:11px;color:#8a3028}.opening-warning span{color:#9a514a}.opening-clearance-note{display:flex;gap:8px;align-items:flex-start;border:1px solid #e7dfd4;background:#fbf8f3;border-radius:9px;padding:8px 9px;margin:9px 0 12px;color:#6d5a47;font-size:9px;line-height:1.4}.opening-clearance-note svg{flex:0 0 auto;margin-top:1px}.opening-clearance-note b{color:#7b4b24}
