main.content:has(>.editor-root){padding:0;display:flex;flex-direction:column;overflow:hidden}.editor-root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0d0f13;color:#eceef2;flex:1;height:100%;min-height:0;min-width:0;display:flex;flex-direction:column;overflow:hidden;-webkit-user-select:none;user-select:none;position:relative}.editor-root *{box-sizing:border-box}.editor-banner{display:flex;align-items:center;gap:12px;padding:6px 16px;background:#2a1215;border-bottom:1px solid #e8912f;color:#f6b4ae;font-size:13px;flex-shrink:0}.editor-banner button{margin-left:auto;padding:2px 10px;background:transparent;color:#f6b4ae;border:1px solid #e8912f;border-radius:4px;cursor:pointer;font-size:12px}.editor-loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:9500;background:#0d0f13;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;font-size:14px;color:#a6aebb}.editor-loading .editor-load-actions{display:flex;gap:10px}.editor-loading .editor-load-error{color:#e8912f;max-width:480px;text-align:center;line-height:1.5}.editor-root #toolbar{display:flex;align-items:center;gap:12px;padding:6px 16px;background:#101216;border-bottom:1px solid #191c22;min-height:44px;flex-shrink:0;flex-wrap:wrap}.editor-root .toolbar-title{font-weight:700;font-size:15px;color:#e8912f;white-space:nowrap}.editor-root .toolbar-group{display:flex;gap:4px;align-items:center}.editor-root .toolbar-group+.toolbar-group{border-left:1px solid #191c22;padding-left:12px}.editor-root #toolbar button{padding:5px 10px;background:#191c22;color:#eceef2;border:1px solid #262b34;border-radius:4px;cursor:pointer;font-size:13px;white-space:nowrap;transition:background .15s}.editor-root #toolbar button:hover{background:#262b34}.editor-root #toolbar button.active{background:#e8912f;border-color:#e8912f;color:#fff}.editor-root #toolbar button:disabled{opacity:.6;cursor:default}.editor-root #toolbar button.toolbar-disabled,.editor-root .dropdown-menu button.toolbar-disabled{opacity:.35;cursor:not-allowed}.editor-root #toolbar button.toolbar-disabled:hover,.editor-root .dropdown-menu button.toolbar-disabled:hover{background:#191c22}.editor-root .dropdown-menu button.toolbar-disabled:hover{background:transparent}.editor-root .mode-toggle{display:flex;border:1px solid #262b34;border-radius:5px;overflow:hidden}.editor-root #toolbar .mode-toggle button{border:none;border-radius:0;background:#191c22;padding:5px 12px}.editor-root #toolbar .mode-toggle button+button{border-left:1px solid #262b34}.editor-root #toolbar .mode-toggle button.active{background:#e8912f;color:#fff}.editor-root .toolbar-group.toolbar-right{margin-left:auto;border-left:none}.editor-root .status-chip{padding:3px 10px;border-radius:999px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.editor-root .status-chip.draft{background:#e8912f1f;border:1px solid rgba(232,145,47,.55);color:#e8912f}.editor-root .status-chip.published{background:#3ecf8e1f;border:1px solid rgba(62,207,142,.55);color:#3ecf8e}.editor-root .toolbar-dropdown{position:relative}.editor-root .dropdown-trigger{padding:5px 10px;background:#191c22;color:#eceef2;border:1px solid #262b34;border-radius:4px;cursor:pointer;font-size:13px;white-space:nowrap;transition:background .15s}.editor-root .dropdown-trigger:hover{background:#262b34}.editor-root .toolbar-dropdown.open .dropdown-trigger{background:#262b34;border-color:#e8912f}.editor-root .dropdown-menu{display:none;position:absolute;top:100%;left:0;margin-top:4px;background:#101216;border:1px solid #191c22;border-radius:6px;padding:4px 0;min-width:180px;z-index:9000;box-shadow:0 6px 20px #00000080}.editor-root .toolbar-dropdown.open .dropdown-menu{display:block}.editor-root .dropdown-menu button{display:block;width:100%;text-align:left;padding:6px 14px;background:transparent;color:#eceef2;border:none;cursor:pointer;font-size:13px;white-space:nowrap;transition:background .1s}.editor-root .dropdown-menu button:hover{background:#191c22}.editor-root .dropdown-menu button.active{background:#e8912f;color:#fff}.editor-root #main-content{display:flex;flex:1;overflow:hidden;min-height:0}.editor-root #sidebar{width:280px;min-width:280px;background:#101216;border-right:1px solid #191c22;padding:12px;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.editor-root #sidebar h3{font-size:13px;text-transform:uppercase;letter-spacing:1px;color:#e8912f;margin:8px 0 0;padding-bottom:4px;border-bottom:1px solid #191c22}.editor-root .workflow-toggle{cursor:pointer;-webkit-user-select:none;user-select:none}.editor-root .workflow-collapse{font-size:10px;float:right;margin-top:2px}.editor-root #workflow-guide{display:flex;flex-direction:column;gap:4px;margin-bottom:4px}.editor-root #workflow-guide.collapsed{display:none}.editor-root .wf-step{display:flex;align-items:center;gap:8px;padding:5px 8px;border-radius:4px;cursor:pointer;font-size:12px;color:#a6aebb;transition:background .15s,color .15s;-webkit-user-select:none;user-select:none}.editor-root .wf-step:hover{background:#191c22cc;color:#eceef2}.editor-root .wf-step.active{background:#e8912f26;color:#e8912f;border-left:2px solid #e8912f}.editor-root .wf-step.done{color:#3ecf8e}.editor-root .wf-step .wf-num{width:18px;height:18px;border-radius:50%;border:1.5px solid currentColor;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0}.editor-root .wf-step.done .wf-num{background:#3ecf8e;border-color:#3ecf8e;color:#101216}.editor-root .wf-step .wf-label{flex:1;line-height:1.2}.editor-root .wf-step .wf-hint{font-size:10px;color:#4a525e;font-style:italic}.editor-root .wf-field{display:flex;flex-direction:column;gap:2px;padding:0}.editor-root .wf-field-label{font-size:10px;color:#6c7789;text-transform:uppercase;letter-spacing:.5px}.editor-root .wf-field-input{width:100%;padding:5px 8px;background:#191c22;color:#eceef2;border:1px solid #262b34;border-radius:4px;font-size:12px;font-family:inherit}.editor-root .wf-field-input:focus{outline:none;border-color:#e8912f}.editor-root .wf-divider{border-top:1px solid #191c22;margin:6px 0 2px}.editor-root .wf-section-header{display:flex;align-items:center;justify-content:space-between;margin-top:4px;padding:3px 8px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#a6aebb;cursor:pointer;-webkit-user-select:none;user-select:none}.editor-root .wf-section-header:hover{color:#eceef2}.editor-root .wf-section-header.static{cursor:default}.editor-root .wf-section-header.static:hover{color:#a6aebb}.editor-root .sidebar-btn{float:right;padding:1px 8px;background:#191c22;color:#eceef2;border:1px solid #262b34;border-radius:3px;cursor:pointer;font-size:11px;font-weight:600;line-height:1.4}.editor-root .sidebar-btn:hover{background:#e8912f;border-color:#e8912f;color:#fff}.editor-root .category-header{display:flex;align-items:center;gap:6px;padding:6px 8px;margin-top:4px;background:#191c2299;border-left:3px solid #a6aebb;border-radius:4px;cursor:pointer;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#d7dbe2;-webkit-user-select:none;user-select:none}.editor-root .category-header:hover{background:#191c22e6}.editor-root .category-toggle{font-size:10px;width:12px;text-align:center}.editor-root .category-count{margin-left:auto;font-size:10px;color:#6c7789;font-weight:400}.editor-root .category-group{display:flex;flex-direction:column;gap:3px;padding:3px 0}.editor-root .category-group.collapsed{display:none}.editor-root .equipment-card{background:#191c22;border:1px solid #262b34;border-left:3px solid #a6aebb;border-radius:4px;padding:6px 8px;cursor:grab;transition:transform .1s,box-shadow .15s}.editor-root .equipment-card:hover{transform:translateY(-1px);box-shadow:0 3px 10px #0006}.editor-root .equipment-card:active{cursor:grabbing}.editor-root .equipment-card.armed{border-color:#e8912f;background:#e8912f24;box-shadow:0 0 0 1px #e8912f}.editor-root .equipment-card .card-row{display:flex;justify-content:space-between;align-items:center}.editor-root .equipment-card .card-name{font-weight:600;font-size:12px;margin-bottom:2px}.editor-root .equipment-card .card-qty{font-size:11px;font-weight:700;color:#3ecf8e;min-width:20px;text-align:right}.editor-root .equipment-card .card-dims{font-size:11px;color:#6c7789}.editor-root .equipment-card .card-delete{background:transparent;border:none;color:#6c7789;cursor:pointer;font-size:12px;padding:0 4px;line-height:1;transition:color .15s}.editor-root .equipment-card .card-delete:hover{color:#e8912f}.editor-root .equipment-card.placed{background:#191c22cc;border-color:#3ecf8e4d}.editor-root .equipment-card.palette-disabled{opacity:.4;cursor:default}.editor-root .equipment-card.palette-disabled:hover{transform:none;box-shadow:none}.editor-root .equipment-card.palette-disabled:active{cursor:default}.editor-root .tmpl-btn-bar{display:flex;gap:6px;padding:6px 0}.editor-root .tmpl-btn{flex:1;padding:4px 8px;background:#191c22;color:#eceef2;border:1px solid #262b34;border-radius:3px;cursor:pointer;font-size:11px}.editor-root .tmpl-btn.full{width:100%;flex:none;margin:4px 0}.editor-root #properties-panel{background:#191c22;border-radius:6px;padding:10px;font-size:13px}.editor-root #properties-panel .placeholder{color:#6c7789;font-style:italic;font-size:12px;margin:0}.editor-root #properties-panel .prop-row{display:flex;justify-content:space-between;padding:3px 0;border-bottom:1px solid rgba(255,255,255,.05)}.editor-root #properties-panel .prop-label{color:#a6aebb}.editor-root #properties-panel .prop-value{color:#eceef2;font-family:var(--font-mono);font-size:12px}.editor-root #properties-panel .prop-input{background:#0d0f13;color:#eceef2;border:1px solid #191c22;border-radius:3px;padding:2px 4px;font-size:11px;font-family:var(--font-mono);margin-left:auto;width:130px}.editor-root #properties-panel .prop-input:focus{outline:1px solid #e8912f;border-color:#e8912f}.editor-root #properties-panel .prop-select{background:#0d0f13;color:#eceef2;border:1px solid #191c22;border-radius:3px;padding:2px 4px;font-size:11px;cursor:pointer;margin-left:auto}.editor-root #properties-panel .prop-row-flags{flex-direction:column;gap:4px}.editor-root #properties-panel .prop-flags{display:flex;flex-wrap:wrap;gap:2px 10px;margin-top:2px}.editor-root #properties-panel .prop-flag-label{color:#d7dbe2;font-size:11px;cursor:pointer;display:flex;align-items:center;gap:3px}.editor-root #properties-panel .prop-flag-label input[type=checkbox]{accent-color:#e8912f;cursor:pointer}.editor-root .survey-panel{display:flex;flex-direction:column;gap:6px;background:#191c2259;border:1px solid #191c22;border-radius:6px;padding:8px;font-size:12px}.editor-root .survey-tabs{display:flex;border:1px solid #262b34;border-radius:5px;overflow:hidden}.editor-root .survey-tabs button{flex:1;padding:4px 6px;background:#191c22;color:#eceef2;border:none;cursor:pointer;font-size:11px;transition:background .15s}.editor-root .survey-tabs button+button{border-left:1px solid #262b34}.editor-root .survey-tabs button:hover{background:#262b34}.editor-root .survey-tabs button.active{background:#e8912f;color:#fff}.editor-root .survey-field-row{display:flex;align-items:center;gap:6px}.editor-root .survey-field-label{font-size:10px;color:#6c7789;text-transform:uppercase;letter-spacing:.5px;width:38px;flex-shrink:0}.editor-root .survey-unit{font-size:11px;color:#6c7789}.editor-root .survey-input{flex:1;min-width:0;width:100%;padding:4px 6px;background:#191c22;color:#eceef2;border:1px solid #262b34;border-radius:4px;font-size:11px;font-family:var(--font-mono)}.editor-root .survey-input:focus{outline:none;border-color:#e8912f}.editor-root .survey-input.invalid{border-color:#e8912f;background:#e8912f1f}.editor-root .survey-table{width:100%;border-collapse:collapse;table-layout:fixed}.editor-root .survey-table th{font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#6c7789;text-align:left;padding:2px}.editor-root .survey-table th:first-child,.editor-root .survey-table td.survey-num{width:18px}.editor-root .survey-table th:nth-child(2){width:62px}.editor-root .survey-table th:last-child{width:20px}.editor-root .survey-table td{padding:2px;vertical-align:middle}.editor-root .survey-table td.survey-num{font-size:10px;color:#6c7789;text-align:right;padding-right:4px}.editor-root .survey-del{background:transparent;border:none;color:#6c7789;cursor:pointer;font-size:12px;padding:0 2px;line-height:1;transition:color .15s}.editor-root .survey-del:hover{color:#e8912f}.editor-root .survey-row-error td{font-size:10px;color:#e8912f;padding:0 2px 4px}.editor-root .survey-add-row{display:flex;align-items:center;gap:4px;padding-top:2px;border-top:1px solid rgba(255,255,255,.05)}.editor-root .survey-add-row .survey-add-dist{flex:0 0 62px}.editor-root .survey-add-btn{flex-shrink:0;padding:4px 8px;background:#191c22;color:#eceef2;border:1px solid #262b34;border-radius:4px;cursor:pointer;font-size:11px;white-space:nowrap}.editor-root .survey-add-btn:hover{background:#e8912f;border-color:#e8912f;color:#fff}.editor-root .survey-error{font-size:10px;color:#e8912f;line-height:1.4}.editor-root .survey-empty{font-size:11px;color:#6c7789;font-style:italic;margin:2px 0;line-height:1.4}.editor-root .survey-stats{display:flex;flex-direction:column;gap:2px;padding:4px 0;border-top:1px solid rgba(255,255,255,.05)}.editor-root .survey-stat{display:flex;justify-content:space-between;align-items:center}.editor-root .survey-stat-label{font-size:10px;color:#6c7789;text-transform:uppercase;letter-spacing:.5px}.editor-root .survey-stat-value{font-size:11px;color:#eceef2;font-family:var(--font-mono)}.editor-root .survey-stat-value.survey-ok{color:#3ecf8e}.editor-root .survey-stat-value.survey-warn{color:#e8912f}.editor-root .survey-hint{font-size:10px;color:#4a525e;font-style:italic;margin:0;line-height:1.4}.editor-root .survey-apply{padding:6px 10px;background:#e8912f;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:12px;font-weight:600}.editor-root .survey-apply:hover{background:#f2a44e}.editor-root .survey-apply:disabled{opacity:.4;cursor:default}.editor-root #legend{display:flex;flex-direction:column;gap:6px}.editor-root .legend-item{display:flex;align-items:center;gap:8px;font-size:12px}.editor-root .legend-swatch{width:20px;height:14px;border-radius:2px;flex-shrink:0}.editor-root #canvas-container{flex:1;position:relative;overflow:hidden;background:#0d0f13;min-width:0}.editor-root #canvas-container canvas{display:block}.editor-root #canvas-container.drag-over{outline:2px dashed #e8912f;outline-offset:-2px}.editor-root #canvas-container.arming{outline:2px solid #e8912f;outline-offset:-2px;cursor:crosshair}.editor-root #canvas-container .arming-hint{position:absolute;left:50%;bottom:16px;transform:translate(-50%);background:#0a0b0deb;border:1px solid #e8912f;border-radius:999px;padding:7px 16px;font-size:13px;color:#eceef2;white-space:nowrap;pointer-events:none;z-index:5}.editor-root #canvas-container .arming-hint strong{color:#e8912f}.editor-root #status-bar{display:flex;align-items:center;gap:24px;padding:4px 16px;background:#101216;border-top:1px solid #191c22;font-size:12px;font-family:var(--font-mono);color:#a6aebb;min-height:28px;flex-shrink:0}.editor-root #status-bar span{white-space:nowrap}.editor-root #status-info{margin-left:auto;color:#6c7789}.editor-root .save-indicator{color:#3ecf8e}.editor-root .save-indicator.saving{color:#a6aebb}.measure-mode,.measure-mode .canvas-container{cursor:crosshair!important}.editor-root #sidebar::-webkit-scrollbar{width:6px}.editor-root #sidebar::-webkit-scrollbar-track{background:transparent}.editor-root #sidebar::-webkit-scrollbar-thumb{background:#191c22;border-radius:3px}.editor-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10000}.editor-dialog{background:#101216;border:1px solid #191c22;border-radius:8px;padding:20px;min-width:320px;max-width:550px;width:auto;color:#eceef2;max-height:85vh;overflow-y:auto;font-size:13px;line-height:1.5}.editor-dialog h3.dlg-title{margin:0 0 12px;font-size:14px;color:#e8912f}.editor-dialog h3.dlg-title.ok{font-size:16px;color:#3ecf8e}.editor-dialog h3.dlg-title.bad{font-size:16px;color:#f47067}.editor-dialog .dlg-label{font-size:11px;color:#a6aebb;display:block}.editor-dialog .dlg-label-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.editor-dialog .unit-toggle{display:inline-flex;border:1px solid #262b34;border-radius:5px;overflow:hidden}.editor-dialog .unit-toggle button{background:#14171c;color:#a6aebb;border:none;padding:2px 9px;font-size:11px;font-family:inherit;cursor:pointer}.editor-dialog .unit-toggle button+button{border-left:1px solid #262b34}.editor-dialog .unit-toggle button:hover{color:#eceef2}.editor-dialog .unit-toggle button.active{background:#e8912f;color:#14171c;font-weight:700}.editor-dialog .dlg-hint{font-size:11px;color:#e8912f;margin-top:4px}.editor-dialog .dlg-input,.editor-dialog .dlg-select{width:100%;padding:5px 8px;margin:4px 0 10px;background:#191c22;color:#eceef2;border:1px solid #262b34;border-radius:4px;font-size:12px;font-family:inherit}.editor-dialog .dlg-color{width:60px;height:30px;margin:4px 0 10px;border:1px solid #262b34;border-radius:4px;cursor:pointer;background:#191c22;display:block}.editor-dialog .dlg-row{display:flex;gap:4%;margin:4px 0 10px}.editor-dialog .dlg-row .dlg-input{width:48%;margin:0}.editor-dialog .dlg-check-row{display:flex;align-items:center;gap:8px;margin:8px 0;font-size:11px;color:#a6aebb}.editor-dialog .dlg-check-row input[type=checkbox],.editor-dialog .dlg-flag-label input[type=checkbox]{accent-color:#e8912f;cursor:pointer}.editor-dialog .dlg-flag-row{display:flex;flex-wrap:wrap;gap:4px 16px;margin:0 0 14px}.editor-dialog .dlg-flag-label{color:#d7dbe2;font-size:12px;cursor:pointer;display:flex;align-items:center;gap:4px}.editor-dialog .dlg-validation{font-size:11px;color:#e8912f;min-height:16px;margin-top:4px}.editor-dialog .dlg-buttons{display:flex;gap:8px;margin-top:14px;justify-content:flex-end}.editor-dialog .dlg-btn{padding:6px 14px;background:#191c22;color:#eceef2;border:1px solid #262b34;border-radius:4px;cursor:pointer;font-size:12px}.editor-dialog .dlg-btn-primary{padding:6px 14px;background:#e8912f;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:12px;font-weight:600}.editor-dialog .dlg-btn-danger{padding:6px 14px;background:#5c2b2e;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:12px;font-weight:600;margin-right:auto}.editor-dialog .violation-row{padding:8px;margin:4px 0;background:#17100f;border:1px solid #2a1215;border-radius:4px}.editor-dialog .violation-names{font-weight:600;color:#f47067}.editor-dialog .violation-detail{font-size:11px;color:#c98079;margin-top:2px}.editor-dialog .violation-ref{color:#6c7789}.editor-dialog .dlg-muted{color:#a6aebb;font-size:12px;margin:8px 0}.editor-dialog.spacing{max-width:620px;width:92%}.editor-dialog .spacing-sub{margin:-6px 0 12px;font-size:11px;color:#a6aebb}.editor-dialog .rule-row{padding:7px 9px;margin:4px 0;background:#0d0f13;border:1px solid #15181e;border-radius:4px}.editor-dialog .rule-row.fail{background:#17100f;border-color:#2a1215}.editor-dialog .rule-row.na{opacity:.75}.editor-dialog .rule-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;cursor:pointer;-webkit-user-select:none;user-select:none}.editor-dialog .rule-head.static{cursor:default}.editor-dialog .rule-expand{color:#6c7789;font-size:10px;width:10px}.editor-dialog .rule-pairing{font-weight:600;color:#eceef2}.editor-dialog .rule-req{color:#d7dbe2;font-size:12px}.editor-dialog .rule-ref{color:#6c7789;font-size:11px}.editor-dialog .rule-verdict{margin-left:auto;font-weight:700;font-size:11px;letter-spacing:.5px}.editor-dialog .rule-verdict.ok{color:#3ecf8e}.editor-dialog .rule-verdict.bad{color:#f47067}.editor-dialog .rule-badge{padding:1px 7px;border-radius:999px;font-size:9px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap}.editor-dialog .rule-badge.regulatory{background:#e8912f1f;border:1px solid rgba(232,145,47,.55);color:#e8912f}.editor-dialog .rule-badge.industry{background:#58a6ff1f;border:1px solid rgba(88,166,255,.55);color:#58a6ff}.editor-dialog .rule-worst{margin:4px 0 0 18px;font-size:11px;color:#a6aebb}.editor-dialog .rule-row.fail .rule-worst{color:#c98079}.editor-dialog .rule-pairs{margin:6px 0 0 18px}.editor-dialog .pair-row{display:flex;justify-content:space-between;gap:12px;font-size:11px;color:#a6aebb;padding:2px 0;border-bottom:1px dotted #242a33}.editor-dialog .pair-row.fail{color:#f47067}.editor-dialog .pair-dist{white-space:nowrap}.editor-dialog .rule-note{margin-top:6px;font-size:10px;color:#6c7789;font-style:italic}.editor-dialog .rules-na{margin:10px 0 4px}.editor-dialog .rules-na summary{cursor:pointer;font-size:12px;color:#a6aebb}.editor-dialog .spacing-history{margin-top:12px;border-top:1px solid #15181e;padding-top:10px}.editor-dialog .history-toggle{font-size:11px}.editor-dialog .history-list{margin-top:8px;max-height:160px;overflow-y:auto}.editor-dialog .history-row{display:flex;align-items:center;gap:10px;padding:4px 6px;font-size:11px;border-bottom:1px solid #15181e}.editor-dialog .history-date{color:#d7dbe2}.editor-dialog .history-jur{color:#a6aebb;font-weight:600}.editor-dialog .history-verdict{margin-left:auto;font-weight:700}.editor-dialog .history-verdict.ok{color:#3ecf8e}.editor-dialog .history-verdict.bad{color:#f47067}.editor-dialog .history-parse-error,.editor-dialog .history-error{color:#e8912f;font-size:11px}.editor-dialog .spacing-disclaimer{margin:12px 0 0;font-size:10px;color:#6c7789;font-style:italic}.editor-dialog.howto{max-width:600px;width:90%;padding:24px;line-height:1.6}.editor-dialog.howto h2{margin:0 0 16px;color:#e8912f;font-size:18px}.editor-dialog.howto h3{color:#3ecf8e;font-size:14px;margin:16px 0 6px}.editor-dialog.howto ul,.editor-dialog.howto ol{margin:0 0 0 18px;padding:0}.editor-dialog.howto b{color:#e8912f}.editor-dialog.howto table{width:100%;border-collapse:collapse;margin-top:4px}.editor-dialog.howto td{padding:2px 8px}.editor-dialog.howto td:first-child{color:#a6aebb}.editor-dialog.walk{max-width:480px;width:90%}.editor-dialog .walk-delta{display:flex;justify-content:space-between;align-items:baseline;gap:8px;flex-wrap:wrap;margin:0 0 12px;padding:6px 10px;background:#191c22;border:1px solid #262b34;border-radius:4px;font-size:12px}.editor-dialog .walk-delta-wells{font-weight:600;color:#eceef2}.editor-dialog .walk-delta-nums{color:#a6aebb;font-size:11px}.editor-dialog .walk-section{margin:0 0 10px;border:1px solid #262b34;border-radius:4px;overflow:hidden}.editor-dialog .walk-section-head{display:flex;justify-content:space-between;align-items:baseline;gap:8px;padding:5px 10px;background:#191c22;font-size:11px;font-weight:600;color:#eceef2;text-transform:uppercase;letter-spacing:.4px}.editor-dialog .walk-section-hint{font-weight:400;text-transform:none;letter-spacing:0;color:#a6aebb}.editor-dialog .walk-piece-row{display:flex;align-items:center;gap:8px;padding:4px 10px;font-size:12px;color:#d7dbe2;cursor:pointer;border-top:1px solid #12141a}.editor-dialog .walk-piece-row:hover{background:#191c22}.editor-dialog .walk-piece-row input[type=checkbox]{accent-color:#e8912f;cursor:pointer}.editor-dialog .walk-piece-name{flex:1}.editor-dialog .walk-override{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#e8912f;border:1px solid #e8912f;border-radius:3px;padding:0 4px}.editor-dialog.move-list{max-width:560px;width:92%}.editor-dialog .ml-table{width:100%;border-collapse:collapse;margin:4px 0 8px;font-size:12px}.editor-dialog .ml-table th{text-align:left;padding:3px 8px;font-size:10px;color:#a6aebb;text-transform:uppercase;letter-spacing:.4px;border-bottom:1px solid #262b34}.editor-dialog .ml-table td{padding:4px 8px;border-bottom:1px solid #12141a}.editor-dialog .ml-name{color:#eceef2}.editor-dialog .ml-dist{color:#d7dbe2;white-space:nowrap}.editor-dialog .ml-behavior{color:#6c7789;font-size:11px}.editor-dialog .ml-badge{display:inline-block;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:3px;padding:1px 6px}.editor-dialog .ml-badge.moves{color:#e8912f;border:1px solid #e8912f;background:#e8912f1f}.editor-dialog .ml-badge.stays{color:#a6aebb;border:1px solid #3a414d;background:#ffffff08}.editor-dialog .ml-badge.added{color:#58a6ff;border:1px solid #58a6ff;background:#58a6ff1f}.editor-dialog .ml-badge.removed{color:#f47067;border:1px solid #5c2b2e;background:#5c2b2e2e}.editor-dialog .ml-totals{margin:8px 0 0;font-size:12px;color:#d7dbe2}.editor-dialog .ml-totals b{color:#e8912f}.editor-dialog.load-list{max-width:720px;width:94%}.editor-dialog .ml-badge.nodata{color:#f47067;border:1px solid #5c2b2e;background:#5c2b2e2e}.editor-dialog .ll-totals-row td{border-top:1px solid #262b34;border-bottom:none;font-weight:700;color:#eceef2}.editor-dialog .dlg-fieldset{margin:10px 0 4px;padding:6px 10px 10px;border:1px solid #191c22;border-radius:6px}.editor-dialog .dlg-fieldset legend{padding:0 6px;font-size:11px;color:#a6aebb;text-transform:uppercase;letter-spacing:.4px}.editor-dialog .dlg-transport-src{margin:6px 0 0;font-size:11px;color:#6c7789;font-style:italic}.editor-dialog.import-survey{max-width:640px;width:92%}.editor-dialog .imp-header{display:flex;align-items:center;gap:12px;margin:-4px 0 10px}.editor-dialog .imp-page-label{display:flex;align-items:center;gap:6px;font-size:11px;color:#a6aebb}.editor-dialog .imp-page-select{width:auto;margin:0}.editor-dialog .imp-scale{margin-left:auto;font-size:11px;color:#a6aebb}.editor-dialog .imp-notes{margin:0 0 10px}.editor-dialog .imp-notes-toggle{background:none;border:none;color:#a6aebb;font-size:11px;cursor:pointer;padding:0}.editor-dialog .imp-notes-list{margin:6px 0 0;padding:6px 10px 6px 26px;background:#0d0f13;border:1px solid #15181e;border-radius:4px;font-size:11px;color:#a6aebb}.editor-dialog .imp-section{margin:10px 0;padding-top:8px;border-top:1px solid #15181e}.editor-dialog .imp-section-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.editor-dialog .imp-section-title,.editor-dialog .imp-apply-label{font-weight:600;font-size:12px;color:#eceef2}.editor-dialog .imp-apply-label{display:flex;align-items:center;gap:6px;cursor:pointer}.editor-dialog .imp-apply-label input[type=checkbox],.editor-dialog .imp-check-list input[type=checkbox],.editor-dialog .imp-leg-table input[type=checkbox]{accent-color:#e8912f;cursor:pointer}.editor-dialog .imp-badge{padding:2px 8px;border-radius:10px;font-size:11px;font-weight:700;letter-spacing:.3px}.editor-dialog .imp-badge.ok{background:#3ecf8e1f;border:1px solid #1d5238;color:#3ecf8e}.editor-dialog .imp-badge.bad{background:#f470671f;border:1px solid #2a1215;color:#f47067}.editor-dialog .imp-area{font-size:11px;color:#a6aebb}.editor-dialog .imp-leg-table{width:100%;border-collapse:collapse;font-size:12px;margin:8px 0 2px}.editor-dialog .imp-leg-table th{text-align:left;font-size:10px;color:#a6aebb;text-transform:uppercase;letter-spacing:.4px;padding:2px 6px}.editor-dialog .imp-leg-table td{padding:3px 6px;border-bottom:1px solid #0d0f13;color:#d7dbe2}.editor-dialog .imp-leg-table tr.excluded td{color:#4a525e;text-decoration:line-through}.editor-dialog .imp-leg-table tr.excluded td:first-child{text-decoration:none}.editor-dialog .imp-num{color:#6c7789}.editor-dialog .imp-list,.editor-dialog .imp-check-list{margin:6px 0 2px;padding-left:18px;font-size:12px;color:#d7dbe2}.editor-dialog .imp-check-list{list-style:none;padding-left:4px}.editor-dialog .imp-check-list label{display:flex;align-items:center;gap:6px;cursor:pointer;padding:1px 0}.editor-dialog .imp-coords{color:#6c7789;font-size:11px}.editor-dialog .imp-width-label{display:flex;align-items:center;gap:6px;font-size:11px;color:#a6aebb}.editor-dialog .imp-width-input{width:64px;margin:0}.editor-dialog .imp-width-input.invalid{border-color:#e8912f}.editor-dialog .imp-error{font-size:11px;color:#e8912f;margin:4px 0}.editor-dialog .imp-hint{font-size:11px;color:#6c7789;font-style:italic;margin:4px 0 0}.editor-root .toolbar-title,.editor-root #sidebar h3,.editor-root .wf-section-header,.editor-root .category-header,.editor-dialog h3.dlg-title,.editor-dialog .walk-section-head,.editor-dialog .imp-section-title,.editor-dialog .ml-table th{font-family:var(--font-display);font-weight:700;text-transform:uppercase}.editor-root .toolbar-title{font-size:19px;letter-spacing:.06em}.editor-root #sidebar h3{font-size:15px;letter-spacing:.1em}.editor-dialog h3.dlg-title{font-size:21px;letter-spacing:.04em}.editor-root .survey-table td.survey-num,.editor-dialog .ml-dist,.editor-dialog .ll-totals-row td,.editor-dialog .pair-dist,.editor-dialog .rule-worst,.editor-dialog .rule-req,.editor-dialog .walk-delta-nums,.editor-dialog .imp-num,.editor-dialog .imp-coords,.editor-dialog .imp-area,.editor-dialog .imp-scale,.editor-dialog .imp-width-input{font-family:var(--font-mono);font-variant-numeric:tabular-nums}@font-face{font-family:Saira Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/saira-condensed-400-latin.woff2) format("woff2")}@font-face{font-family:Saira Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/saira-condensed-700-latin.woff2) format("woff2")}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/fonts/jetbrains-mono-latin.woff2) format("woff2")}:root{--bg: #0a0b0d;--bg-raised: #101216;--bg-hover: #191c22;--border: #30353f;--text: #eceef2;--text-dim: #a6aebb;--text-faint: #6c7789;--accent: #e8912f;--accent-hover: #f2a44e;--accent-ink: #141414;--danger: #f47067;--info: #58a6ff;--success: #3ecf8e;--radius: 8px;--font-display: "Saira Condensed", "Segoe UI Condensed", sans-serif;--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace}*{box-sizing:border-box}html,body,#root{margin:0;height:100%}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px}.app-shell{display:flex;height:100vh}.sidebar{width:200px;flex-shrink:0;display:flex;flex-direction:column;gap:2px;padding:16px 10px;background:var(--bg-raised);border-right:1px solid var(--border)}.sidebar .brand{font-family:var(--font-display);font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:22px;color:var(--accent);padding:4px 10px 14px}.sidebar a{color:var(--text-dim);text-decoration:none;padding:8px 10px;border-radius:var(--radius)}.sidebar a:hover{background:var(--bg-hover);color:var(--text)}.sidebar a.active{background:var(--bg-hover);color:var(--accent);font-weight:600}.sidebar-footer{margin-top:auto;padding:10px;display:flex;flex-direction:column;gap:6px}main.content{flex:1;overflow:auto;padding:24px 28px}.page{max-width:900px}h1{font-family:var(--font-display);font-weight:700;text-transform:uppercase;letter-spacing:.02em;font-size:30px;line-height:1.05;margin:0 0 12px}h2{font-family:var(--font-display);font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:20px;margin:0 0 10px}.mono,.num{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.num{font-size:.94em}.card{background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius);padding:16px;margin:16px 0}.page-status{color:var(--text-dim);padding:40px;text-align:center}.dim{color:var(--text-dim)}.small{font-size:13px}.row{display:flex;align-items:center}.row.gap{gap:10px}.row.space-between{justify-content:space-between}input,textarea,select{background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:var(--radius);padding:8px 10px;font:inherit}input:focus,textarea:focus{outline:1px solid var(--accent)}button{background:var(--accent);color:var(--accent-ink);border:none;border-radius:var(--radius);padding:8px 14px;font:inherit;font-weight:600;cursor:pointer}button:hover:not(:disabled){background:var(--accent-hover)}button:disabled{opacity:.5;cursor:default}button.danger{background:var(--danger);color:#fff}.link-button{background:none;border:none;color:var(--info);padding:0;font-weight:400;cursor:pointer}.link-button.danger{color:var(--danger);background:none}button.danger.btn-small{padding:4px 12px;font-size:13px}.link-button:hover:not(:disabled){background:none;text-decoration:underline}.inline-form{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:12px 0}.form-grid{display:flex;flex-direction:column;gap:10px}.form-grid label,.login-card label{display:flex;flex-direction:column;gap:4px;color:var(--text-dim);font-size:13px}.form-error{color:var(--danger);font-size:13px}.form-info{color:var(--info);font-size:13px}.rule-badge{padding:1px 8px;border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap}.rule-badge.regulatory{background:#e8912f1f;border:1px solid rgba(232,145,47,.55);color:var(--accent)}.rule-badge.industry{background:#58a6ff1f;border:1px solid rgba(88,166,255,.55);color:var(--info)}.history-list{margin-top:8px}.history-row{display:flex;align-items:center;gap:10px;padding:5px 6px;font-size:13px;border-bottom:1px solid var(--border)}.history-row .history-verdict{margin-left:auto;font-weight:700}.history-row .history-verdict.ok{color:var(--success)}.history-row .history-verdict.bad{color:var(--danger)}.data-table{width:100%;border-collapse:collapse;margin-top:10px}.data-table th{text-align:left;font-family:var(--font-display);text-transform:uppercase;letter-spacing:.09em;color:var(--text-dim);font-weight:700;font-size:14px;padding:6px 10px;border-bottom:1px solid var(--border)}.data-table td{padding:8px 10px;border-bottom:1px solid var(--border)}.data-table a{color:var(--info);text-decoration:none}.data-table a:hover{text-decoration:underline}.status-pill{display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:600}.status-pill.draft{background:#e8912f2e;color:var(--accent)}.status-pill.published{background:#3ecf8e29;color:var(--success)}.login-shell{height:100vh;display:flex;align-items:center;justify-content:center}.login-card{background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius);padding:28px;width:340px;display:flex;flex-direction:column;gap:12px}.login-card h1{color:var(--accent);margin:0}.login-sub{color:var(--text-dim);margin:0 0 8px;font-size:14px}
