:root{font-family:Segoe UI,system-ui,sans-serif;line-height:1.45;font-weight:400;--vtz-bg: #121212;--vtz-bg-elevated: #1a1a1a;--vtz-panel: #2c2c2c;--vtz-panel-border: #404040;--vtz-orange: #ff6b00;--vtz-orange-dim: #cc5500;--vtz-orange-glow: rgba(255, 107, 0, .35);--vtz-red: #e63946;--vtz-red-dim: #b82d38;--vtz-text: #f0f0f0;--vtz-text-muted: #b0b0b0;--vtz-text-dim: #8a8a8a;--vtz-canvas: #141414;--vtz-grid-line: #333333;color:var(--vtz-text);background-color:var(--vtz-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--vtz-bg)}#root{min-height:100vh}button,input,select{font:inherit;color:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}.app{min-height:100vh;display:flex;flex-direction:column;background:var(--vtz-bg)}.app-header{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.5rem .85rem;padding:.55rem 1rem;background:linear-gradient(180deg,#1e1e1e 0%,var(--vtz-panel) 100%);border-bottom:3px solid var(--vtz-orange);box-shadow:0 4px 20px #00000073}.header-brand{display:flex;align-items:center;gap:.45rem;margin-right:.25rem}.brand-mark{font-weight:800;font-size:1.05rem;letter-spacing:.08em;color:var(--vtz-text);padding:.2rem .45rem;background:var(--vtz-bg);border-radius:4px;border:1px solid var(--vtz-panel-border)}.brand-orange-stripes{display:flex;gap:3px;align-self:stretch;min-height:1.55rem}.brand-orange-stripes:before,.brand-orange-stripes:after{content:"";width:5px;border-radius:1px;background:linear-gradient(180deg,var(--vtz-orange) 0%,var(--vtz-orange-dim) 100%);box-shadow:0 0 10px var(--vtz-orange-glow)}.header-field{display:flex;flex-direction:column;gap:.15rem;min-width:0}.header-field label{font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:var(--vtz-text-muted)}.header-field--select{width:9.5rem}.header-field--grow{flex:1;min-width:10rem;max-width:22rem}.header-field input,.header-field select{padding:.35rem .45rem;border-radius:4px;border:1px solid var(--vtz-panel-border);background:var(--vtz-bg);color:var(--vtz-text)}.header-field--grow input{width:100%}.header-run{display:flex;gap:.35rem;align-items:center}.btn-run,.btn-stop{padding:.4rem .85rem;border-radius:4px;font-weight:600;font-size:.82rem;border:1px solid var(--vtz-panel-border);background:var(--vtz-bg-elevated);color:var(--vtz-text-muted)}.btn-run[data-active=true]{background:var(--vtz-orange);border-color:var(--vtz-orange);color:#1a0a00;box-shadow:0 0 14px var(--vtz-orange-glow)}.btn-stop[data-active=true]{background:var(--vtz-red);border-color:var(--vtz-red);color:#fff}.header-spacer{flex:1;min-width:.5rem}.mode-toggle{display:flex;gap:.35rem;align-items:center}.mode-toggle button{padding:.4rem .75rem;border-radius:4px;border:1px solid var(--vtz-panel-border);background:var(--vtz-bg-elevated);color:var(--vtz-text-muted);font-weight:600}.mode-toggle button[data-on=true]{background:var(--vtz-orange);border-color:var(--vtz-orange);color:#1a0a00}.mode-toggle .btn-editor-enter[data-on=true]{box-shadow:0 0 12px var(--vtz-orange-glow)}.btn-ghost{background:transparent;border-color:var(--vtz-panel-border);color:var(--vtz-text-muted)}.btn-ghost:hover{border-color:var(--vtz-orange);color:var(--vtz-orange)}.carrier-field input{width:9rem}.app-main{flex:1;display:grid;grid-template-columns:1fr minmax(17rem,20rem);min-height:0;position:relative}.app-main.sim-panel-collapsed{grid-template-columns:1fr}.side-panel-toggle{position:absolute;right:8px;top:10px;z-index:8;width:30px;height:30px;border-radius:6px;border:1px solid var(--vtz-panel-border);background:#141414e0;color:var(--vtz-orange);font-weight:700;line-height:1}.side-panel-toggle:hover{border-color:var(--vtz-orange);box-shadow:0 0 10px var(--vtz-orange-glow)}@media (max-width: 900px){.app-main{grid-template-columns:1fr;grid-template-rows:1fr auto}}.canvas-column{min-height:0;display:flex;flex-direction:column}.canvas-stack{position:relative;flex:1;min-height:360px;display:flex;flex-direction:column}.telemetry-dock{position:absolute;left:12px;bottom:12px;max-width:min(22rem,calc(100% - 24px));z-index:3;padding:.65rem .85rem;background:#121212eb;border:1px solid var(--vtz-red);border-radius:6px;box-shadow:0 8px 28px #00000080;font-size:.78rem;line-height:1.35;color:var(--vtz-text)}.telemetry-dock-title{font-weight:700;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--vtz-red);margin-bottom:.4rem}.telemetry-dock p{margin:.25rem 0}.telemetry-label{color:var(--vtz-text-muted)}.telemetry-input{display:block;width:100%;max-width:8rem;margin-top:.2rem;padding:.25rem .4rem;font-size:inherit;border-radius:4px;border:1px solid var(--vtz-panel-border);background:var(--vtz-panel);color:var(--vtz-text)}.telemetry-value{color:var(--vtz-orange);font-weight:600}.telemetry-note{margin-top:.35rem!important;font-size:.72rem}.side-panel{border-left:1px solid var(--vtz-panel-border);background:var(--vtz-panel);padding:.75rem .85rem;overflow:auto;max-height:42vh}@media (min-width: 901px){.side-panel{max-height:none}}.side-panel h2{margin:0 0 .5rem;font-size:.92rem;font-weight:600;color:var(--vtz-text)}.panel-accent{color:var(--vtz-orange);border-bottom:2px solid var(--vtz-orange);padding-bottom:.35rem;margin-bottom:.5rem!important}.side-panel section{margin-bottom:1rem}.editor-panel{margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--vtz-panel-border)}.editor-flow-explainer{font-size:.78rem;color:var(--vtz-text-muted);margin:0 0 .65rem;line-height:1.4}.flow-arrow{color:var(--vtz-orange);font-weight:700}.editor-rail{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.75rem}.editor-rail-item{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;text-align:left;padding:.45rem .55rem;border-radius:4px;border:1px solid var(--vtz-panel-border);background:var(--vtz-bg-elevated);color:var(--vtz-text);width:100%}.editor-rail-item:hover{border-color:var(--vtz-orange)}.editor-rail-item.is-active{border-color:var(--vtz-orange);box-shadow:inset 0 0 0 1px var(--vtz-orange-glow);background:#252525}.editor-rail-item.is-tool-active{border-color:var(--vtz-orange);background:linear-gradient(180deg,#2b2622,#25201d);box-shadow:inset 0 0 0 1px var(--vtz-orange-glow),0 0 10px #ff7a002e}.editor-rail-label{font-weight:600;font-size:.82rem}.editor-rail-hint{font-size:.7rem;color:var(--vtz-text-dim);line-height:1.3}.editor-rail-group{display:flex;flex-direction:column;gap:0}.editor-rail-section{display:flex;flex-direction:column;gap:.3rem}.editor-rail-section-title{margin:.2rem 0 0;font-size:.69rem;letter-spacing:.06em;text-transform:uppercase;color:var(--vtz-text-dim)}.editor-rail-row{width:100%;display:flex;align-items:flex-start;gap:.5rem}.editor-rail-texts{display:flex;flex-direction:column;gap:.15rem}.editor-rail-status{margin-top:.2rem;font-size:.66rem;color:var(--vtz-text-dim)}.editor-rail-status--on{color:var(--vtz-orange)}.editor-rail-group.is-open-active{margin-bottom:.1rem}.editor-rail-item--parent{padding-bottom:.4rem}.editor-rail-parent-row{display:flex;align-items:center;gap:.45rem;width:100%}.editor-rail-folder{flex-shrink:0;color:var(--vtz-orange);opacity:.95}.editor-rail-chevron{margin-left:auto;font-size:.65rem;color:var(--vtz-text-dim)}.editor-rail-flyout{display:grid;grid-template-columns:1fr 1fr;gap:.4rem;padding:.2rem 0 .55rem .65rem;margin:0 0 .35rem .25rem;border-left:2px solid var(--vtz-orange)}.editor-rail-flyout:has(.editor-rail-sub-btn:nth-child(3)){grid-template-columns:1fr 1fr 1fr}.editor-rail-sub-btn{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.3rem;padding:.4rem .3rem;border-radius:6px;border:1px solid var(--vtz-panel-border);background:#00000038;color:var(--vtz-text);cursor:pointer;font-size:.68rem;line-height:1.25;text-align:center}.editor-rail-sub-btn:hover{border-color:var(--vtz-orange)}.editor-rail-sub-btn.is-active{border-color:var(--vtz-orange);box-shadow:inset 0 0 0 1px var(--vtz-orange-glow);background:#252525}.editor-rail-sub-btn.is-tool-active{border-color:var(--vtz-orange);background:linear-gradient(180deg,#2b2622,#25201d)}.editor-rail-icon{display:block;color:var(--vtz-orange);opacity:.92}.editor-actions-block{margin-top:.5rem}.editor-subtitle{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--vtz-text-muted);margin:.65rem 0 .35rem;font-weight:600}.footer-tools{margin-top:.65rem}.side-panel label{display:block;font-size:.8rem;color:var(--vtz-text-muted);margin-bottom:.2rem}.side-panel input[type=number],.side-panel input[type=text],.side-panel select{width:100%;padding:.35rem .45rem;border-radius:4px;border:1px solid var(--vtz-panel-border);background:var(--vtz-bg);color:var(--vtz-text);margin-bottom:.45rem}.muted{color:var(--vtz-text-muted);font-size:.85rem;margin:0}.help-btn{padding:.4rem .65rem;border-radius:4px;border:1px solid var(--vtz-panel-border);background:var(--vtz-bg-elevated);color:var(--vtz-text)}.header-checks{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1rem;font-size:.78rem;color:var(--vtz-text-muted)}.check-label{display:flex;align-items:center;gap:.35rem;cursor:pointer;-webkit-user-select:none;user-select:none}.check-label input{width:auto;accent-color:var(--vtz-orange)}.side-panel-title{font-size:.92rem;margin:0 0 .5rem}.compact-hint{font-size:.82rem;margin:0 0 .6rem}.node-rotation-controls{margin:.35rem 0 .55rem}.node-rotation-row{display:flex;gap:.35rem}.constructor-dock{margin-top:1rem;padding-top:.85rem;border-top:1px solid var(--vtz-panel-border)}.constructor-tools{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.5rem}.ctor-btn[data-on=true]{background:var(--vtz-orange);border-color:var(--vtz-orange);color:#1a0a00}.ctor-btn.full-width{width:100%;margin-bottom:.35rem}.btn-danger-outline{border-color:var(--vtz-red)!important;color:var(--vtz-red)!important;background:transparent!important}.btn-danger-outline:hover:not(:disabled){background:#e6394626!important}.login-password-wrap{position:relative;display:flex;align-items:stretch}.login-password-wrap input{flex:1;padding-right:2.5rem}.login-eye{position:absolute;right:.2rem;top:50%;transform:translateY(-50%);width:2.25rem;height:2.25rem;padding:0;display:flex;align-items:center;justify-content:center;border:none;border-radius:6px;background:transparent;color:var(--vtz-text-muted);cursor:pointer}.login-eye:hover{background:#ffffff14;color:var(--vtz-text)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.modal{background:var(--vtz-panel);border:1px solid var(--vtz-orange);border-radius:8px;max-width:34rem;width:100%;max-height:min(86vh,640px);overflow:auto;padding:1.15rem 1.25rem;box-shadow:0 16px 48px #0000008c;color:var(--vtz-text)}.modal h2{margin:0 0 .75rem;font-size:1.1rem;color:var(--vtz-orange)}.modal ol,.modal ul{margin:.4rem 0 .9rem;padding-left:1.2rem}.modal li{margin-bottom:.35rem}.modal-close{margin-top:.75rem;padding:.45rem .85rem;border-radius:8px;border:1px solid var(--vtz-panel-border);background:var(--vtz-bg-elevated)}.error-text{color:#ff8a8a;font-size:.85rem;margin:.35rem 0 0}.login-panel{display:flex;flex-direction:column;gap:.45rem;max-width:16rem}.login-panel input{padding:.45rem .55rem;border-radius:8px;border:1px solid var(--vtz-panel-border);background:var(--vtz-bg);color:var(--vtz-text)}.flow-legend{display:flex;flex-wrap:wrap;gap:.65rem;font-size:.8rem;margin-top:.35rem}.legend-item{display:flex;align-items:center;gap:.35rem}.legend-swatch{width:1.1rem;height:.35rem;border-radius:2px}.canvas-wrap{position:relative;flex:1;min-height:320px;touch-action:none}.vtz-gate-tooltip{position:fixed;z-index:80;max-width:min(280px,calc(100vw - 2rem));padding:.65rem .75rem;border-radius:6px;background:#101620f5;border:1px solid var(--vtz-panel-border);box-shadow:0 8px 28px #00000073;font-size:.82rem;line-height:1.45;color:#dbe4ee;pointer-events:none}.vtz-gate-tooltip-title{font-weight:700;margin-bottom:.35rem;color:var(--vtz-orange)}.scheme-svg{width:100%;height:100%;min-height:360px;display:block;background:var(--vtz-canvas);cursor:default}.world-hit{stroke:transparent;stroke-width:18;pointer-events:stroke}.help-in-panel{margin-top:1rem;padding-top:.85rem;border-top:1px solid var(--vtz-panel-border)}.help-summary{cursor:pointer;font-size:.92rem;font-weight:600;list-style:none;color:var(--vtz-orange)}.help-summary::-webkit-details-marker{display:none}.help-panel-body{margin-top:.5rem}.help-list{font-size:.82rem;padding-left:1.1rem;margin:0;color:var(--vtz-text-muted)}.help-list li{margin-bottom:.45rem}.help-list code{background:var(--vtz-bg);padding:.05rem .25rem;border-radius:3px;font-size:.85em}.part-group{margin-bottom:.55rem}.part-group-title{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--vtz-text-dim);margin:0 0 .3rem;font-weight:600}.nudge-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.35rem;margin-bottom:.5rem}
