:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#182128;background:#171d24;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden}body{margin:0;min-width:320px;min-height:100vh;overscroll-behavior:none}button{min-height:36px;border:1px solid #cfd7d2;border-radius:7px;background:#fff;color:#172026;cursor:pointer;font:inherit}button:disabled{cursor:not-allowed;opacity:.48}.app-shell{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:minmax(300px,340px) 1fr;width:100%;height:100%;overflow:hidden}.panel{display:flex;flex-direction:column;gap:16px;overflow:auto;padding:18px;border-right:1px solid #d7ddd8;background:#f8faf7;box-shadow:1px 0 #0d1d190a;z-index:20}.section{display:flex;flex-direction:column;gap:10px}.section-title{color:#42504b;font-size:12px;font-weight:700;letter-spacing:0;text-transform:uppercase}.floor-grid,.tool-grid{display:grid;gap:8px}.floor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tool-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.floor-grid button.active{border-color:#07805f;background:#e3f4ee;color:#055f49;font-weight:700}.floor-grid button.primary{box-shadow:inset 0 0 0 2px #07805f38}.layer-toggle{display:flex;align-items:center;gap:8px;color:#42504b;font-size:13px;line-height:1.3;-webkit-user-select:none;user-select:none}.layer-toggle input{width:16px;height:16px;margin:0;accent-color:#07805f}.tool-grid button,.measure-mode-grid button,.measure-actions button,.map-toggle,.download-button{display:flex;align-items:center;justify-content:center;gap:7px}.map-toggle{width:100%}.measure-mode-grid,.measure-actions{display:grid;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr))}.measure-mode-grid button.active,.map-toggle.active{border-color:#07805f;background:#e3f4ee;color:#055f49}.measure-card{display:grid;gap:8px;padding:10px;border:1px solid #dce2de;border-radius:7px;background:#fff}.measure-card div{display:flex;align-items:center;justify-content:space-between;gap:12px}.measure-card span{color:#65756e;font-size:12px}.measure-card strong{color:#172026;font-size:13px;font-variant-numeric:tabular-nums;text-align:right}.hint{display:flex;align-items:center;gap:7px;color:#5f6f68;font-size:12px;line-height:1.35}.source-card{display:flex;flex-direction:column;gap:4px;padding:10px;border:1px solid #dce2de;border-radius:7px;background:#fff}.source-card span{color:#65756e;font-size:12px;overflow-wrap:anywhere}.error{padding:10px;border:1px solid #e0a9a9;border-radius:7px;background:#fff0f0;color:#8a2020;font-size:13px}.image-stage{position:relative;display:block;min-width:0;min-height:0;overflow:hidden;background:#171d24;cursor:grab;touch-action:none;contain:paint;isolation:isolate;overscroll-behavior:none;z-index:1}.image-stage.map-mode{background:#182129}.image-stage.dragging{cursor:grabbing}.image-stage.measuring{cursor:crosshair}.scheme-canvas{display:block;position:absolute;top:0;left:50%;transform:translate(-50%);max-width:100%;max-height:100%;-webkit-user-select:none;user-select:none;box-shadow:0 18px 52px #0000006b;background:#fff}.scheme-canvas.map-mode{background:#dfe7e2}.scheme-canvas.map-mode .dxf-background{display:none}.scheme-layer{pointer-events:none}.scheme-layer.multi-layer{opacity:.74}.scheme-layer.primary-layer{opacity:1}.map-tile{pointer-events:none}.measure-line{fill:none;stroke:#07805f;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.measure-closing-line{stroke:#07805f;stroke-dasharray:7 5;stroke-linecap:round;vector-effect:non-scaling-stroke}.measure-fill{fill:#07805f2e;stroke:#07805f;stroke-linejoin:round;vector-effect:non-scaling-stroke}.measure-crosshair{pointer-events:none}.measure-crosshair line{stroke:#07805f;stroke-dasharray:4 6;opacity:.42;vector-effect:non-scaling-stroke}.measure-target{fill:#07805f1a;stroke:#07805f;opacity:.88;vector-effect:non-scaling-stroke}.measure-point-marker{pointer-events:none}.measure-point-ring{fill:#fff;stroke:#07805f;vector-effect:non-scaling-stroke}.measure-point-core{fill:#07805f}.measure-point-index{fill:#055f49;stroke:#fff;stroke-width:.16;paint-order:stroke;font-weight:800;dominant-baseline:middle;text-anchor:middle;pointer-events:none}.measure-label{fill:#055f49;stroke:#fff;stroke-width:.18;paint-order:stroke;font-weight:700;pointer-events:none;dominant-baseline:middle;text-anchor:middle}.measure-perimeter-label{fill:#172026}.empty-state{color:#d9e2df}@media(max-width:780px){.app-shell{grid-template-columns:1fr;grid-template-rows:auto 1fr}.panel{max-height:42vh;border-right:0;border-bottom:1px solid #d7ddd8;padding:14px}.scheme-canvas{max-width:100%;max-height:100%}}
