:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:Inter,system-ui,sans-serif}body{color:#e2e8f0;background:#0f172a;margin:0}.editor-shell{flex-direction:column;width:100%;max-width:1440px;min-height:100vh;margin:0 auto;display:flex}.editor-header{border-bottom:1px solid #334155;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.cockpit-layout{grid-template-columns:minmax(280px,350px) 1fr}@media (max-width:900px){.cockpit-layout{grid-template-columns:1fr!important;padding:16px!important}.editor-header{padding:12px}}@media (max-width:480px){.editor-shell{max-width:100%}}.editor-layout{flex:1;gap:12px;padding:12px;transition:grid-template-columns .3s;display:grid}.editor-layout[data-panels=LR]{grid-template-columns:300px 1fr 360px}.editor-layout[data-panels=L]{grid-template-columns:300px 1fr}.editor-layout[data-panels=R]{grid-template-columns:1fr 360px}.editor-layout[data-panels=""]{grid-template-columns:1fr}.panel-toggle-btn{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #334155;border-radius:8px;padding:6px 10px}.panel-toggle-btn:hover{color:#e2e8f0;background:#334155}.panel{background:#111827;border:1px solid #334155;border-radius:12px;padding:12px}.node-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:8px;display:grid}.node-card{color:inherit;cursor:pointer;text-align:left;background:#0b1220;border:1px solid #334155;border-radius:8px;flex-direction:column;gap:4px;padding:10px;display:flex}.node-card.selected{border-color:#38bdf8;box-shadow:0 0 0 1px #38bdf8}.node-card.node-agent{border-left:4px solid #a855f7}.node-card.node-gate{border-left:4px solid #f59e0b}.node-card.node-rule{border-left:4px solid #3b82f6}.node-card.node-transfer{border-left:4px solid #10b981}.node-card.node-voicemail{border-left:4px solid #ef4444}.node-card.invalid{border-color:#ef4444;box-shadow:0 0 0 1px #ef4444}.node-port{z-index:10;background:#1e293b;border:2px solid #64748b;border-radius:50%;width:12px;height:12px;transition:all .2s;position:absolute;top:50%;transform:translateY(-50%)}.node-port:hover{cursor:crosshair;background:#38bdf8;border-color:#38bdf8}.node-port-in{left:-7px}.node-port-out{right:-7px}@keyframes shake{0%{transform:translate(0)}25%{transform:translate(-5px)}50%{transform:translate(5px)}75%{transform:translate(-5px)}to{transform:translate(0)}}.node-card.connection-error{border-color:#ef4444;animation:.3s ease-in-out shake}.node-data{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.node-header{justify-content:space-between;align-items:center;display:flex}.node-kind{text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-size:10px;font-weight:600}.warning-icon{color:#ef4444;font-size:14px;line-height:1}.graph-surface{background:#020617;border:1px dashed #334155;border-radius:10px;min-height:560px;position:relative;overflow:auto}.graph-edges{width:100%;min-width:100%;height:100%;min-height:560px;position:absolute;top:0;left:0}.edge-path{fill:none;stroke:#64748b;stroke-width:2px}.edge-path.temp-edge{stroke:#38bdf8;stroke-dasharray:5 5;animation:1s linear infinite march}@keyframes march{to{stroke-dashoffset:-10px}}.edge-label{fill:#94a3b8;cursor:pointer;font-size:11px}.floating-node{-webkit-user-select:none;user-select:none}.context-menu-item{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px}.context-menu-item:hover{background:#334155}.add-node-btn{color:#e2e8f0;cursor:pointer;text-transform:capitalize;background:#1e293b;border:1px solid #334155;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:500;transition:all .2s;display:flex}.add-node-btn:hover{border-color:var(--node-color,#64748b);box-shadow:0 0 0 1px var(--node-color,#64748b) inset;background:#334155}.add-node-controls::-webkit-scrollbar{height:6px}.add-node-controls::-webkit-scrollbar-track{background:0 0}.add-node-controls::-webkit-scrollbar-thumb{background:0 0;border-radius:4px}.add-node-controls:hover::-webkit-scrollbar-thumb{background:#334155}.node-fab{z-index:100;background:#1e293b;border:1px solid #334155;border-radius:8px;gap:4px;padding:4px;display:flex;position:absolute;top:-40px;left:50%;transform:translate(-50%);box-shadow:0 4px 6px #0000004d}.node-fab-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:4px;display:flex}.node-fab-btn-danger{color:#ef4444}.deploy-bar{align-items:center;gap:8px;display:flex}.edge-list{color:#94a3b8;padding-left:16px;font-size:12px}.context-hint{color:#94a3b8;border-top:1px solid #334155;padding:8px 16px;font-size:13px}label{margin-bottom:10px;font-size:13px;display:block}input,textarea,select{color:inherit;background:#020617;border:1px solid #334155;border-radius:8px;width:100%;margin-top:6px;padding:8px;display:block}textarea{min-height:90px}.checkbox-row{align-items:center;gap:8px;display:flex}.checkbox-row input{width:auto}.field-with-error input,.field-with-error textarea,.field-with-error select{border-color:#ef4444}.field-error-message{color:#f87171;margin-top:4px;font-size:11px}.ok{color:#22c55e}.error,.error-banner{color:#f87171}.error-banner{margin:0 12px}.hint{color:#94a3b8;font-size:12px}.simulating{outline:3px solid #22c55e!important;box-shadow:0 0 15px #22c55e80!important}
