:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;color:#eef2f6;background:#0e1116;font-synthesis:none;--bg:#0e1116;--panel:#141820;--panel2:#1c222c;--line:rgba(238,242,246,.1);--line2:rgba(238,242,246,.18);--text:#eef2f6;--muted:#9ca7b4;--muted2:#697586;--green:#22c55e;--yellow:#eab308;--red:#ef4444;--blue:#55a7ff}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 20% -10%,rgba(50,73,103,.28),transparent 34%),var(--bg)}button,input,select{font:inherit}button{color:var(--text);background:#202630;border:1px solid var(--line2);border-radius:9px;padding:9px 13px;cursor:pointer}button:hover{border-color:#55a7ff99;background:#262e3a}button.primary{background:#e8edf4;color:#111820;border-color:#fff;font-weight:800}.wide{width:100%}.app-shell{min-height:100vh}.topbar{height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid var(--line);background:#0e1116e6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:relative;z-index:10}.brand,.top-actions,.toolbar,.card-top,.card-bottom,.map-title,.node-head{display:flex;align-items:center}.brand{gap:11px}.brand-mark{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:linear-gradient(145deg,#2d72b8,#18395f);font-weight:950;box-shadow:0 8px 22px #1f6bb54d}.brand b,.brand span{display:block}.brand b{font-size:14px}.brand span{font-size:11px;color:var(--muted);margin-top:2px}.back-button{width:36px;height:36px;padding:0;font-size:19px}.top-actions{gap:10px}.saved{color:#87dca9;font-size:11px}.toolbar{min-height:62px;padding:10px 22px;gap:12px;border-bottom:1px solid var(--line);background:#12161d}.segmented{display:flex;background:#0c0f14;border:1px solid var(--line);border-radius:10px;padding:3px}.segmented button{border:0;background:transparent;padding:7px 13px;color:var(--muted)}.segmented button.active{background:#252b34;color:#fff}.toolbar input{width:min(360px,32vw);padding:10px 13px;margin-left:auto;color:#fff;background:#0e1218;border:1px solid var(--line2);border-radius:9px;outline:none}.toolbar input:focus{border-color:var(--blue)}.live-state{display:flex;align-items:center;gap:7px;color:#9ce4b9;font-size:11px;white-space:nowrap}.live-state i,.status-badge i{width:7px;height:7px;background:var(--green);border-radius:50%;box-shadow:0 0 10px currentColor}.live-state.problem{color:#ff99a7}.live-state.problem i{background:var(--red)}.overview-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;min-height:calc(100vh - 130px)}.overview-main{padding:24px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:17px}.section-head h1{font-size:22px;margin:0 0 5px}.section-head p{color:var(--muted);font-size:12px;margin:0}.section-head>span{font-size:11px;color:var(--muted2)}.complex-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:12px}.complex-card{position:relative;min-height:208px;padding:18px;overflow:hidden;background:linear-gradient(145deg,#1c222cfa,#12161dfa);border:1px solid var(--line);border-radius:14px;box-shadow:0 16px 42px #00000038;cursor:pointer;transition:.2s}.complex-card:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 100% 0,rgba(34,197,94,.14),transparent 42%)}.complex-card.warning:before{background:radial-gradient(circle at 100% 0,rgba(234,179,8,.16),transparent 42%)}.complex-card.problem:before{background:radial-gradient(circle at 100% 0,rgba(239,68,68,.19),transparent 45%)}.complex-card:hover{transform:translateY(-2px);border-color:var(--line2)}.card-top,.card-bottom{position:relative;justify-content:space-between;gap:14px}.location{color:var(--muted2);font-size:10px;text-transform:uppercase;letter-spacing:.1em}.complex-card h2{font-size:17px;margin:4px 0 0}.status-badge{display:inline-flex;align-items:center;gap:7px;padding:6px 8px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.08em}.status-badge.ok{color:#91eab5;background:#22c55e14;border-color:#22c55e38}.status-badge.warning{color:#f4d366;background:#eab30814;border-color:#eab3083d}.status-badge.problem{color:#ff9caa;background:#ef44441a;border-color:#ef444447}.status-badge.warning i{background:var(--yellow)}.status-badge.problem i{background:var(--red)}.health{position:relative;margin:25px 0 11px}.health strong,.health span{display:block}.health strong{font-size:37px;letter-spacing:-.06em}.health span{color:var(--muted);font-size:10px;margin-top:2px}.health-bar{height:4px;background:#252b34;border-radius:6px;overflow:hidden}.health-bar i{display:block;height:100%;background:var(--green)}.warning .health-bar i{background:var(--yellow)}.problem .health-bar i{background:var(--red)}.card-bottom{margin-top:18px;color:var(--muted);font-size:10px}.card-bottom b{color:#dbe2eb;font-weight:700}.add-card{min-height:208px;background:transparent;border-style:dashed;display:grid;place-content:center;gap:8px;text-align:center;color:var(--muted)}.add-card b{font-size:28px}.overview-side,.detail-side{padding:12px;border-left:1px solid var(--line);background:#11141ab8;display:flex;flex-direction:column;gap:10px}.panel{overflow:hidden;background:#1c222cdb;border:1px solid var(--line);border-radius:13px}.panel-head{display:flex;align-items:center;justify-content:space-between;padding:11px 12px;border-bottom:1px solid var(--line)}.panel-head b{font-size:12px}.panel-head span{color:var(--muted2);font-size:9px;text-transform:uppercase}.panel-body{padding:11px}.overall{min-height:110px;display:grid;place-content:center;text-align:center;border:1px solid var(--line);border-radius:11px;background:radial-gradient(circle,rgba(34,197,94,.15),transparent 70%),#11151b}.overall.warning{background:radial-gradient(circle,rgba(234,179,8,.16),transparent 70%),#11151b}.overall.problem{background:radial-gradient(circle,rgba(239,68,68,.17),transparent 70%),#11151b}.overall strong{font-size:39px;letter-spacing:-.06em}.overall span{font-size:9px;color:var(--muted);margin-top:4px}.kpis{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:8px}.kpis>div{padding:8px;background:#13171d;border:1px solid rgba(255,255,255,.05);border-radius:9px}.kpis span,.kpis strong{display:block}.kpis span{color:var(--muted2);font-size:9px}.kpis strong{font-size:15px;margin-top:3px}.weak-list,.editor-list,.problem-list{display:grid;gap:6px}.weak-list button{width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;text-align:left;padding:8px;background:#14191f;border-color:#ffffff0d}.weak-list i,.problem-list i{width:7px;height:7px;border-radius:50%;background:var(--green)}.weak-list i.warning,.problem-list i.warning{background:var(--yellow)}.weak-list i.problem,.problem-list i.problem{background:var(--red)}.weak-list span,.weak-list b,.weak-list small{display:block}.weak-list b{font-size:11px}.weak-list small{color:var(--muted2);font-size:9px;margin-top:2px}.weak-list strong{font-size:12px}.editor-list>div{display:grid;grid-template-columns:1fr auto;gap:5px}.editor-list button:first-child{text-align:left;font-size:10px}.icon-button{padding:5px 9px}.danger{color:#ff9cab}.reset-button{width:100%;margin-top:9px;color:var(--muted);font-size:10px}.complex-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;height:calc(100vh - 68px);overflow:hidden}.map-workspace{min-width:0;display:flex;flex-direction:column}.map-title{height:58px;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--line)}.map-title div span,.map-title div b{display:block}.map-title div span{font-size:9px;letter-spacing:.14em;color:var(--muted2)}.map-title div b{font-size:11px;margin-top:4px}.map-canvas{position:relative;width:100%;height:calc(100% - 92px);min-height:560px;overflow:auto;background-color:#0c1016;background-image:radial-gradient(circle,rgba(148,163,184,.12) 1px,transparent 1px);background-size:20px 20px}.map-canvas.editing{box-shadow:inset 0 0 0 1px #55a7ff3b}.edges{position:absolute;inset:0;width:1150px;height:680px;pointer-events:none}.edges line{stroke:#55a7ff8c;stroke-width:2;stroke-dasharray:7 6}.map-node{position:absolute;width:210px;min-height:110px;padding:12px;background:#1c222cfa;border:1px solid var(--line2);border-radius:10px;box-shadow:0 16px 35px #00000052,inset 3px 0 0 var(--muted2);cursor:pointer;-webkit-user-select:none;user-select:none}.map-node.ok{box-shadow:0 16px 35px #00000052,inset 3px 0 0 var(--green)}.map-node.warning{box-shadow:0 16px 35px #00000052,inset 3px 0 0 var(--yellow)}.map-node.problem{background:linear-gradient(135deg,rgba(239,68,68,.13),transparent 55%),#1c222cfa;box-shadow:0 16px 35px #00000052,inset 3px 0 0 var(--red)}.map-node.draggable{cursor:grab}.map-node.draggable:active{cursor:grabbing}.node-head{gap:9px}.node-head>span{width:30px;height:30px;display:grid;place-items:center;background:#131820;border-radius:8px;font-size:17px}.node-head div{min-width:0;flex:1}.node-head b,.node-head small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.node-head b{font-size:12px}.node-head small{color:var(--muted);font-size:9px;margin-top:3px}.node-head>i{width:7px;height:7px;border-radius:50%;background:var(--muted2)}.ok .node-head>i{background:var(--green)}.warning .node-head>i{background:var(--yellow)}.problem .node-head>i{background:var(--red)}.node-metrics{display:flex;gap:5px;margin-top:10px}.node-metrics span{flex:1;padding:6px;background:#11151b;border-radius:7px}.node-metrics small,.node-metrics b{display:block}.node-metrics small{color:var(--muted2);font-size:8px}.node-metrics b{font-size:10px;margin-top:2px}.node-remove{position:absolute;right:-8px;top:-8px;width:22px;height:22px;padding:0;border-radius:50%;background:#762c39;border-color:#a74454}.legend{height:34px;display:flex;align-items:center;gap:18px;padding:0 16px;border-top:1px solid var(--line);color:var(--muted);font-size:9px}.legend span{display:flex;align-items:center;gap:5px}.legend i{width:7px;height:7px;border-radius:50%}.legend .ok{background:var(--green)}.legend .warning{background:var(--yellow)}.legend .problem{background:var(--red)}.detail-side{overflow:auto}.field-label{display:grid;gap:5px;margin-top:9px;color:var(--muted);font-size:9px}.field-label select{width:100%;padding:8px;color:#fff;background:#11161d;border:1px solid var(--line2);border-radius:7px}.editor-hint{color:var(--muted2);font-size:9px;line-height:1.45;margin:10px 1px 0}.problem-list>div{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:8px;padding:8px;background:#14191f;border-radius:8px}.problem-list b,.problem-list small{display:block}.problem-list b{font-size:10px}.problem-list small{font-size:8px;color:var(--muted2);margin-top:2px}.no-problems{color:#91eab5;font-size:10px}.empty-map{position:absolute;inset:0;display:grid;place-content:center;text-align:center;gap:5px;color:var(--muted)}.empty-map b{color:#fff}.modal-backdrop{position:fixed;inset:0;z-index:20;display:grid;place-items:center;background:#05070abd;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.node-modal{position:relative;width:min(420px,calc(100% - 30px));padding:24px;background:#1c222c;border:1px solid var(--line2);border-radius:15px;box-shadow:0 24px 80px #000}.modal-close{position:absolute;right:12px;top:12px}.modal-icon{font-size:30px}.node-modal h2{margin:11px 0 3px}.node-modal>p{color:var(--muted);margin:0 0 20px}.modal-row{display:flex;justify-content:space-between;padding:10px 0;border-top:1px solid var(--line);font-size:12px}.modal-row span{color:var(--muted)}@media(max-width:980px){.overview-layout,.complex-layout{grid-template-columns:1fr;height:auto}.overview-side,.detail-side{border-left:0;border-top:1px solid var(--line)}.complex-layout{overflow:visible}.map-canvas{height:650px}.toolbar{flex-wrap:wrap}.toolbar input{width:100%;order:3;margin:0}.saved{display:none}}@media(max-width:620px){.topbar{padding:0 12px}.overview-main{padding:14px}.top-actions button{font-size:0}.top-actions button:after{content:"✎";font-size:15px}.complex-grid{grid-template-columns:1fr}.toolbar{padding:9px 12px}.live-state{display:none}.map-title{padding:0 10px}.complex-view .brand span{max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.classification-list{display:grid;gap:5px}.classification-list>div{display:flex;justify-content:space-between;align-items:center;padding:6px 7px;border-radius:7px;background:#14191f;font-size:9px}.classification-list span{color:var(--muted)}.classification-list b{font-size:10px}.sensor-chips{display:flex;flex-wrap:wrap;gap:5px;margin-top:9px}.sensor-chips span{padding:5px 7px;border:1px solid var(--line);border-radius:7px;color:var(--muted);background:#11151b;font-size:8px}.sensor-chips b{color:#dfe7ef;margin-left:3px}.saved.saving{color:#f3cf62}.saved.conflict,.saved.error{color:#ff8598}.builder-layout{grid-template-columns:224px minmax(0,1fr) 310px}.builder-library{min-width:0;overflow-y:auto;border-right:1px solid var(--line);background:#11151b}.library-head{padding:15px 13px 12px;border-bottom:1px solid var(--line)}.library-head b,.library-head span{display:block}.library-head b{font-size:13px}.library-head span{margin-top:3px;color:var(--muted2);font-size:9px;text-transform:uppercase;letter-spacing:.08em}.library-items{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:11px}.library-items button{min-height:86px;display:grid;place-content:center;gap:4px;padding:8px 5px;text-align:center;background:#171c24}.library-items i{font-style:normal;font-size:21px;color:#78b8f5}.library-items span{font-size:9px;font-weight:750}.library-items small{color:var(--muted2);font-size:7px}.library-note{margin:0 11px 12px;padding:11px;border:1px solid rgba(85,167,255,.18);border-radius:10px;background:#55a7ff0f}.library-note b{font-size:10px}.library-note p{margin:5px 0 0;color:var(--muted);font-size:8px;line-height:1.45}.canvas-actions{display:flex!important;flex-direction:row;gap:5px;margin-left:auto;margin-right:12px}.canvas-actions button{padding:6px 8px;font-size:8px}.canvas-actions button:disabled{opacity:.35;cursor:default}.map-node.selected{outline:2px solid #55a7ff;outline-offset:3px}.property-form{display:grid;gap:9px}.property-form label{display:grid;gap:4px;color:var(--muted);font-size:8px}.property-form input,.property-form select{width:100%;min-width:0;padding:8px 9px;color:var(--text);background:#11161d;border:1px solid var(--line2);border-radius:7px;outline:none}.property-form input:focus,.property-form select:focus{border-color:var(--blue)}.property-row{display:grid;grid-template-columns:82px 1fr;gap:7px}.property-form p{margin:1px 0 0;color:var(--muted2);font-size:8px}.empty-properties{min-height:90px;display:grid;place-items:center;color:var(--muted2);font-size:9px;text-align:center}@media(max-width:1180px){.builder-layout{grid-template-columns:180px minmax(0,1fr) 280px}.library-items{grid-template-columns:1fr}}@media(max-width:900px){.builder-layout{grid-template-columns:1fr}.builder-library{border-right:0;border-bottom:1px solid var(--line)}.library-items{grid-template-columns:repeat(3,1fr)}}.overview-app{--overview-bg: #0e1116;--overview-panel: rgba(20, 24, 32, .94);--overview-panel-2: #1c222c;--overview-line: rgba(238, 242, 246, .1);--overview-line-strong: rgba(238, 242, 246, .18);--overview-text: #eef2f6;--overview-muted: #9ca7b4;--overview-muted-2: #697586;width:100vw;height:100vh;padding:12px;display:grid;grid-template-rows:64px minmax(0,1fr);gap:12px;overflow:hidden;color:var(--overview-text);background:radial-gradient(circle at 16% 8%,rgba(34,197,94,.055),transparent 31%),radial-gradient(circle at 84% 12%,rgba(239,68,68,.045),transparent 30%),linear-gradient(135deg,#0e1116,#10141b 58%,#0b0e13)}.overview-app button,.overview-app input{font:inherit}.overview-top,.overview-map-panel,.overview-side-panel{border:1px solid var(--overview-line);background:var(--overview-panel);box-shadow:0 16px 44px #00000042;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.overview-top{border-radius:18px;padding:10px 12px;display:grid;grid-template-columns:minmax(390px,1fr) auto;align-items:center;gap:12px}.overview-brand{display:flex;align-items:center;gap:12px;min-width:0}.overview-logo{width:42px;height:42px;flex:0 0 auto;border-radius:14px;display:grid;place-items:center;background:#22c55e17;border:1px solid rgba(34,197,94,.22);font-size:20px}.overview-brand h1{margin:0;font-size:24px;line-height:1;letter-spacing:-.045em;font-weight:800}.overview-brand p{margin:5px 0 0;color:var(--overview-muted);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.overview-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.overview-app button{min-height:34px;padding:8px 11px;display:inline-flex;align-items:center;justify-content:center;gap:7px;color:var(--overview-text);background:#1c222c;border:1px solid var(--overview-line);border-radius:11px;font-size:12px;font-weight:700;cursor:pointer;transition:.14s ease}.overview-app button:hover:not(:disabled){transform:translateY(-1px);border-color:#eef2f638;background:#232b37}.overview-app button.active,.overview-app button.primary{background:#22c55e1a;border-color:#22c55e4d;color:#ddfbe8}.overview-app button.danger{background:#ef44441a;border-color:#ef444457;color:#ffd6d6}.overview-app button:disabled{opacity:.45;cursor:default}.overview-content{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:12px}.overview-map-panel{min-width:0;border-radius:18px;overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr)}.overview-map-head{min-height:48px;padding:9px 11px;border-bottom:1px solid var(--overview-line);display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;background:#0e111675}.overview-map-head b,.overview-map-head span{display:block}.overview-map-head b{font-size:15px;font-weight:800}.overview-map-head span{margin-top:3px;color:var(--overview-muted);font-size:11px}.overview-map-head input{width:240px;height:34px;padding:0 11px;color:var(--overview-text);background:#0e1116c7;border:1px solid var(--overview-line);border-radius:11px;outline:none;font-size:12px;font-weight:600}.overview-map-head input:focus{border-color:#22c55e73}.overview-map-head input::placeholder{color:var(--overview-muted-2)}.overview-complex-grid{min-height:0;padding:10px;overflow:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(205px,1fr));align-content:start;gap:10px;background:linear-gradient(rgba(238,242,246,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(238,242,246,.035) 1px,transparent 1px),radial-gradient(circle at 30% 20%,rgba(34,197,94,.06),transparent 32%);background-size:18px 18px,18px 18px,100% 100%}.overview-complex-card{--status-color: #697586;--status-glow: rgba(105, 117, 134, .1);position:relative;min-height:138px;overflow:hidden;display:grid;grid-template-rows:1fr auto;background:linear-gradient(180deg,#1c222cfa,#11151cfa);border:1px solid var(--overview-line);border-radius:15px;box-shadow:0 12px 30px #0000003d,inset 5px 0 0 var(--status-color);transition:.16s ease}.overview-complex-card.healthy{--status-color: #22c55e;--status-glow: rgba(34, 197, 94, .12)}.overview-complex-card.notice{--status-color: #eab308;--status-glow: rgba(234, 179, 8, .12);border-color:#eab30847}.overview-complex-card.attention{--status-color: #f97316;--status-glow: rgba(249, 115, 22, .12);border-color:#f9731657}.overview-complex-card.critical{--status-color: #ef4444;--status-glow: rgba(239, 68, 68, .14);background:linear-gradient(180deg,#30191bfa,#11151cfc);border-color:#ef444494;box-shadow:0 0 0 1px #ef44442e,0 18px 42px #00000057,inset 5px 0 0 var(--status-color)}.overview-complex-card:hover,.overview-complex-card:focus-within{transform:translateY(-3px);border-color:#eef2f642;outline:none}.overview-card-info{min-height:138px;display:grid;grid-template-rows:auto 1fr auto;cursor:pointer}.overview-card-info:focus-visible{outline:2px solid rgba(85,167,255,.75);outline-offset:-2px}.overview-card-head{min-height:40px;padding:9px 10px 8px;display:grid;grid-template-columns:1fr auto;align-items:start;gap:10px;background:#0e11167a;border-bottom:1px solid rgba(238,242,246,.08)}.overview-card-title{min-width:0}.overview-card-title b,.overview-card-title span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.overview-card-title b{color:#f7fafc;font-size:14px;font-weight:800}.overview-card-title span{margin-top:2px;color:var(--overview-muted);font-size:9px}.overview-status-dot{width:10px;height:10px;margin-top:3px;border-radius:50%;background:var(--status-color);box-shadow:0 0 0 4px var(--status-glow),0 0 14px var(--status-color)}.overview-card-mid{padding:9px 10px 7px;display:grid;align-content:end;gap:7px}.overview-condition{color:var(--overview-muted);font-size:10px;font-weight:600}.overview-badges{display:flex;flex-wrap:wrap;gap:5px}.overview-badges span{min-height:21px;padding:0 7px;display:inline-flex;align-items:center;color:#c9d2dc;background:#0e1116a3;border:1px solid rgba(238,242,246,.09);border-radius:999px;font-size:9px;font-weight:700}.overview-card-bottom{padding:8px 10px 9px;display:grid;grid-template-columns:1fr auto;align-items:end;gap:8px;background:#0e11168a;border-top:1px solid rgba(238,242,246,.08)}.overview-card-bottom>div:last-child{text-align:right}.overview-card-bottom span,.overview-card-bottom b{display:block}.overview-card-bottom span{margin-bottom:2px;color:var(--overview-muted);font-size:10px}.overview-card-bottom b{color:#f7fafc;font-size:12px;font-weight:800}.overview-app .overview-card-open-map{position:relative;width:100%;min-height:34px;padding:7px 10px;display:flex;align-items:center;justify-content:space-between;color:#b9f6cf;background:#22c55e14;border:0;border-top:1px solid rgba(34,197,94,.18);border-radius:0;font-size:10px;font-weight:800}.overview-app .overview-card-open-map:hover,.overview-app .overview-card-open-map:focus-visible{color:#e8fff0;background:#22c55e29;outline:none}.overview-card-open-map span{font-size:15px;line-height:1}.overview-add-card{min-height:138px;display:grid!important;place-content:center;gap:6px;color:var(--overview-muted)!important;background:#0e111673!important;border-style:dashed!important}.overview-add-card b{font-size:24px}.overview-empty{min-height:138px;display:grid;place-content:center;gap:4px;text-align:center;color:var(--overview-muted)}.overview-empty b{color:var(--overview-text)}.overview-summary{min-height:0;display:flex;flex-direction:column;gap:12px;overflow:auto}.overview-side-panel{flex:0 0 auto;border-radius:18px;overflow:hidden}.overview-side-head{min-height:42px;padding:11px 13px;display:flex;justify-content:space-between;align-items:center;gap:8px;border-bottom:1px solid var(--overview-line);font-size:15px;font-weight:800}.overview-side-head small{color:var(--overview-muted);font-size:11px;font-weight:700}.overview-side-body{padding:12px;display:grid;gap:9px}.overview-score{min-height:116px;display:grid;place-items:center;text-align:center;background:radial-gradient(circle,rgba(34,197,94,.1),transparent 70%),linear-gradient(135deg,#11151c,#1c222c);border:1px solid var(--overview-line);border-radius:15px}.overview-score.problem{background:radial-gradient(circle,rgba(239,68,68,.12),transparent 70%),linear-gradient(135deg,#151015,#1c222c)}.overview-score b,.overview-score span{display:block}.overview-score b{font-size:44px;line-height:1;letter-spacing:-.08em;font-weight:800}.overview-score span{margin-top:8px;color:var(--overview-muted);font-size:11px}.overview-kpis{display:grid;grid-template-columns:1fr 1fr;gap:8px}.overview-kpis>div{padding:8px;background:#0e111694;border:1px solid rgba(238,242,246,.09);border-radius:12px}.overview-kpis span,.overview-kpis strong{display:block}.overview-kpis span{margin-bottom:4px;color:var(--overview-muted-2);font-size:10px}.overview-kpis strong{font-size:15px;font-weight:800}.overview-weak-list{display:grid;gap:8px}.overview-weak-list button{width:100%;padding:9px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;text-align:left;background:#0e111694;border-color:#eef2f617;border-radius:13px}.overview-weak-list i{width:8px;height:8px;background:#22c55e;border-radius:1px}.overview-weak-list i.notice{background:#eab308}.overview-weak-list i.attention{background:#f97316}.overview-weak-list i.critical{background:#ef4444}.overview-weak-list span,.overview-weak-list b,.overview-weak-list small{min-width:0;display:block}.overview-weak-list b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.overview-weak-list small{margin-top:2px;color:var(--overview-muted);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.overview-weak-list strong{font-size:12px}.overview-quick-actions{display:grid;gap:8px}.overview-quick-actions button{width:100%}.overview-save-state{color:var(--overview-muted);font-size:10px;text-align:center}.overview-save-state.saved{color:#87dca9}.overview-save-state.error,.overview-save-state.conflict{color:#ff9caa}.overview-summary>.panel{flex:0 0 auto;background:var(--overview-panel);border-radius:18px}.overview-modal-backdrop{position:fixed;inset:0;z-index:50;padding:24px;display:grid;place-items:center;background:#030508d1;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.overview-complex-modal{width:min(940px,100%);max-height:min(760px,calc(100vh - 48px));overflow:auto;color:var(--overview-text);background:#11161e;border:1px solid var(--overview-line-strong);border-radius:8px;box-shadow:0 28px 90px #000000b8}.overview-modal-head{position:sticky;top:0;z-index:1;min-height:86px;padding:18px 20px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;background:#11161ef7;border-bottom:1px solid var(--overview-line)}.overview-modal-head h2,.overview-modal-head p{margin:0}.overview-modal-head h2{font-size:22px}.overview-modal-head p{margin-top:5px;color:var(--overview-muted);font-size:12px}.overview-app .overview-modal-close{width:36px;height:36px;flex:0 0 36px;padding:0;display:grid;place-items:center;font-size:20px}.overview-modal-grid{padding:16px;display:grid;grid-template-columns:1fr 1fr;gap:16px 28px}.overview-modal-section{min-width:0}.overview-modal-section h3{margin:0;padding-bottom:10px;color:#dce4ed;border-bottom:1px solid var(--overview-line);font-size:14px}.overview-modal-section dl{margin:10px 0 0;display:grid;gap:8px}.overview-modal-section dl>div{display:grid;grid-template-columns:minmax(120px,.8fr) minmax(0,1.2fr);gap:12px;font-size:12px}.overview-modal-section dt{color:var(--overview-muted)}.overview-modal-section dd{min-width:0;margin:0;color:#dce4ed;overflow-wrap:anywhere}.overview-modal-event-list{margin-top:8px;display:grid;gap:6px}.overview-modal-event-list>div{min-height:42px;padding:7px 8px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;background:#080c1194;border-bottom:1px solid rgba(238,242,246,.05)}.overview-modal-event-list i{width:7px;height:7px;border-radius:50%;background:#eab308}.overview-modal-event-list i.problem{background:#ef4444}.overview-modal-event-list b,.overview-modal-event-list small{display:block}.overview-modal-event-list b{font-size:11px}.overview-modal-event-list small,.overview-modal-event-list time,.overview-modal-event-list p{color:var(--overview-muted);font-size:10px}.overview-modal-event-list small{margin-top:2px}.overview-modal-event-list p{margin:8px 0}.overview-modal-legend dd{color:var(--overview-muted)}@media(max-width:1200px){.overview-app{height:auto;min-height:100vh;overflow:visible;grid-template-rows:auto auto}.overview-top,.overview-content{grid-template-columns:1fr}.overview-actions{justify-content:flex-start}.overview-summary{overflow:visible}}@media(max-width:760px){.overview-map-head{grid-template-columns:1fr}.overview-brand h1{font-size:20px}.overview-map-head input{width:100%}.overview-complex-grid{grid-template-columns:1fr}.overview-modal-backdrop{padding:10px}.overview-complex-modal{max-height:calc(100vh - 20px)}.overview-modal-grid{grid-template-columns:1fr;gap:22px}.overview-modal-head{padding:15px}}.complex-topbar{min-height:58px;padding:8px 12px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:#0e1116f5;border-bottom:1px solid var(--line);position:relative;z-index:12}.complex-brand,.complex-actions{display:flex;align-items:center}.complex-brand{min-width:0;gap:10px}.complex-brand b,.complex-brand span{display:block}.complex-brand b{font-size:14px}.complex-brand span{margin-top:3px;color:var(--muted);font-size:9px}.complex-back{width:36px;height:36px;padding:0;font-size:17px}.complex-actions{justify-content:flex-end;gap:7px;flex-wrap:wrap}.complex-actions button{min-height:34px;padding:7px 10px;font-size:10px}.complex-actions .incident-button{color:#ffd6da;background:#ef44441a;border-color:#ef444447}.complex-view .complex-layout{grid-template-columns:minmax(0,1fr) 340px;height:calc(100vh - 58px)}.complex-view .builder-layout{grid-template-columns:224px minmax(0,1fr) 340px}.complex-view .map-workspace{min-width:0;min-height:0;position:relative;background:#0c1016}.complex-view .map-canvas.operator-map{height:calc(100% - 34px);min-height:0;background-image:linear-gradient(rgba(148,163,184,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.06) 1px,transparent 1px),radial-gradient(circle at 50% 25%,rgba(34,197,94,.04),transparent 38%);background-size:20px 20px,20px 20px,100% 100%}.map-stage-shell{position:relative}.map-stage{position:relative;transform-origin:left top}.complex-view .edges{inset:0}.complex-view .edges line{stroke:#22c55e73;stroke-width:2;stroke-dasharray:8 7}.complex-view .edges line.problem-edge{stroke:#ef4444b3}.operator-node{width:220px;min-height:132px;padding:10px;background:linear-gradient(180deg,#1c222cfc,#11151cfc);border-radius:12px;box-shadow:0 13px 34px #0000004d,inset 4px 0 0 var(--muted2)}.operator-node.ok{box-shadow:0 13px 34px #0000004d,inset 4px 0 0 var(--green)}.operator-node.warning{box-shadow:0 13px 34px #0000004d,inset 4px 0 0 var(--yellow)}.operator-node.problem{border-color:#ef44448c;background:linear-gradient(180deg,#31181cfc,#11151cfc);box-shadow:0 0 0 1px #ef444429,0 16px 38px #00000059,inset 4px 0 0 var(--red)}.operator-node .node-head>span{width:34px;height:34px;border:1px solid rgba(238,242,246,.08)}.operator-node .node-head b{font-size:12px}.operator-node .node-head small{color:#8ad6a8;font-size:7px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.operator-node .node-metrics{display:grid;gap:0;margin-top:9px;border-top:1px solid rgba(238,242,246,.07)}.operator-node .node-metrics span{padding:4px 1px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px;background:transparent;border-radius:0}.operator-node .node-metrics small,.operator-node .node-metrics b{margin:0;font-size:8px}.operator-node .node-metrics small{color:var(--muted)}.operator-node .node-metrics b{color:#f4f7fa;text-align:right}.map-controls{position:absolute;left:12px;bottom:45px;z-index:8;display:grid;gap:6px}.map-controls button{width:34px;height:34px;padding:0;background:#1c222cf5;box-shadow:0 8px 18px #00000038}.complex-view .legend{justify-content:center;background:#0e1116f2}.operator-detail-side{padding:10px;gap:10px;background:#10141a}.operator-detail-side .panel{flex:0 0 auto;background:#141820f5}.complex-health-grid{margin-top:8px;display:grid;grid-template-columns:1fr 1fr;gap:7px}.complex-health-grid>div{padding:8px;background:#0e1116a8;border:1px solid rgba(238,242,246,.07);border-radius:9px}.complex-health-grid span,.complex-health-grid b{display:block}.complex-health-grid span{color:var(--muted2);font-size:8px}.complex-health-grid b{margin-top:3px;font-size:13px}.current-incident{padding:10px;background:#ef44440f;border:1px solid rgba(239,68,68,.28);border-radius:10px}.current-incident b{display:block;font-size:11px}.current-incident p{margin:6px 0;color:#dce3eb;font-size:10px;line-height:1.4}.current-incident small{color:var(--muted);font-size:8px}.current-incident>div{margin-top:9px;display:flex;gap:6px}.current-incident button{padding:6px 8px;font-size:8px}.operator-detail-side .problem-list>div{grid-template-columns:auto 1fr auto}.operator-detail-side .problem-list em{color:var(--muted2);font-size:7px;font-style:normal;white-space:nowrap}.detail-error{color:#ff9cab;font-size:9px;line-height:1.45}@media(max-width:1180px){.complex-view .builder-layout{grid-template-columns:180px minmax(0,1fr) 300px}.complex-view .complex-layout:not(.builder-layout){grid-template-columns:minmax(0,1fr) 300px}.complex-actions .saved{display:none}}@media(max-width:900px){.complex-topbar{align-items:flex-start;flex-direction:column}.complex-actions{justify-content:flex-start}.complex-view .complex-layout,.complex-view .complex-layout:not(.builder-layout),.complex-view .builder-layout{grid-template-columns:1fr;height:auto}.complex-view .map-workspace{height:720px}}
