@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&display=swap";:root{color-scheme:dark;font-family:Manrope,system-ui,sans-serif;color:#e8eef7;background:#07101c;font-synthesis:none;--bg: #07101c;--sidebar: #081421;--panel: #0c1826;--panel-hover: #0f1e2e;--border: #1a2a3b;--muted: #8090a3;--subtle: #536477;--green: #45e3ad;--green-dim: #102e29;--amber: #f4b85a;--red: #ff6b72;--blue: #60a5fa}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 65% 0%,#10243a 0,transparent 30rem),var(--bg)}button,a{font:inherit}button{color:inherit}button:focus-visible,a:focus-visible{outline:2px solid var(--green);outline-offset:3px}.skip-link{position:fixed;z-index:100;left:1rem;top:-4rem;background:var(--green);color:#06120e;padding:.65rem 1rem;border-radius:8px;font-weight:700}.skip-link:focus{top:1rem}svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:20;width:248px;display:flex;flex-direction:column;padding:28px 18px 20px;border-right:1px solid var(--border);background:color-mix(in srgb,var(--sidebar) 93%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:11px;margin:0 8px 36px;color:#f3f7fc;text-decoration:none;font-size:15px;font-weight:700;letter-spacing:-.03em}.brand-mark{width:32px;height:32px;display:grid;place-items:center;border:1px solid #2eac87;border-radius:9px;color:var(--green);background:linear-gradient(145deg,#17372f,#0c1d1a);box-shadow:0 0 24px #45e3ad17;font:500 22px/1 DM Mono,monospace}.brand-domain{color:var(--muted);font-weight:500}nav{display:grid;gap:5px}.nav-item{display:flex;align-items:center;gap:12px;min-height:43px;padding:0 12px;border-radius:8px;color:#8998aa;text-decoration:none;font-size:13px;font-weight:600;transition:.2s ease}.nav-item:hover{color:#d9e2ec;background:#ffffff08}.nav-item.active{color:#ecfff8;background:#173027}.nav-item.active svg{color:var(--green)}.nav-item svg{width:18px}.nav-count{margin-left:auto;min-width:21px;padding:2px 6px;text-align:center;border-radius:9px;background:#172433;color:#8495a7;font:500 10px DM Mono,monospace}.alert-count{color:var(--amber);background:#372a18}.cost-card{margin-top:auto;padding:15px;border:1px solid var(--border);border-radius:10px;background:#0c1927}.cost-card p,.cost-card span{margin:0;color:var(--muted);font-size:10px}.cost-card strong{display:block;margin:6px 0 1px;font:500 21px DM Mono,monospace}.cost-card span{color:var(--green)}.cost-meter{height:3px;margin-top:12px;overflow:hidden;border-radius:2px;background:#1b2a38}.cost-meter i{display:block;width:27%;height:100%;background:var(--green)}.sidebar-footer{display:flex;gap:10px;align-items:center;margin-top:18px;padding:14px 8px 0;border-top:1px solid var(--border)}.avatar{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:#1c3347;color:#a5c6df;font:500 10px DM Mono,monospace}.sidebar-footer>span:last-child{min-width:0;display:grid}.sidebar-footer strong{max-width:150px;overflow:hidden;color:#c5d0dd;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.sidebar-footer small{margin-top:2px;color:var(--subtle);font:400 9px DM Mono,monospace}main{margin-left:248px;min-height:100vh}.topbar{min-height:94px;display:flex;align-items:center;justify-content:space-between;padding:21px clamp(24px,4vw,56px);border-bottom:1px solid var(--border);background:#08131fa3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.eyebrow{margin:0 0 6px;color:#607185;font:500 9px/1.2 DM Mono,monospace;letter-spacing:.13em}h1,h2{margin:0;letter-spacing:-.035em}h1{font-size:clamp(20px,2.2vw,27px);font-weight:600}h2{font-size:18px;font-weight:600}.topbar-actions{display:flex;align-items:center;gap:13px}.demo-badge,.live-badge,.flow-status{display:flex;align-items:center;gap:7px;color:var(--muted);font:500 10px DM Mono,monospace}.demo-badge i,.live-badge i,.flow-status i{width:6px;height:6px;border-radius:50%;background:var(--amber);box-shadow:0 0 8px #f4b85a80}.live-badge i,.flow-status i{background:var(--green);box-shadow:0 0 8px #45e3ad80}.refresh-button,.mobile-menu,.session-button{height:36px;display:flex;align-items:center;gap:8px;padding:0 13px;border:1px solid #25374a;border-radius:7px;color:#acb8c6;background:#101e2c;cursor:pointer;font-size:11px}.refresh-button:hover,.session-button:hover{border-color:#38516a;color:#e3eaf2}.refresh-button svg{width:15px}.refresh-button:disabled{opacity:.55;cursor:wait}.refresh-button.spinning svg{animation:spin .8s linear infinite}.mobile-menu{display:none}@keyframes spin{to{transform:rotate(360deg)}}.content{width:min(1400px,100%);margin:auto;padding:34px clamp(24px,4vw,56px) 25px}.section-heading,.panel-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.updated{margin:0;color:var(--subtle);font:400 10px DM Mono,monospace}.updated time{color:#8d9cae}.stat-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:12px;margin-top:20px}.stat-card{min-height:133px;padding:19px;border:1px solid var(--border);border-radius:10px;background:linear-gradient(135deg,#0e1c2a,#0b1724);box-shadow:0 12px 35px #00000013}.stat-card>p,.stat-card div>p{margin:0 0 13px;color:#8291a2;font-size:10px;font-weight:600}.stat-card strong{font:500 25px DM Mono,monospace;letter-spacing:-.04em}.stat-card small{display:block;margin-top:10px;color:var(--subtle);font-size:9px}.status-card{display:flex;align-items:flex-start;gap:13px;border-color:#1e4239;background:linear-gradient(135deg,#112a25,#0b1921 70%)}.status-card strong{color:#ddfff3;font-family:Manrope,sans-serif;font-size:20px;font-weight:600}.stat-icon{flex:none;width:35px;height:35px;display:grid;place-items:center;border-radius:9px}.stat-icon.good{color:var(--green);background:#1b4539}.stat-icon svg{width:17px}.stat-value{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.delta{color:var(--green);font:500 9px DM Mono,monospace}.severity-dot{display:flex;align-items:center;gap:6px;color:var(--amber);font-size:9px}.severity-dot:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--amber)}.availability{height:3px;margin-top:12px;overflow:hidden;background:#1d2a38;border-radius:2px}.availability i{display:block;height:100%;background:linear-gradient(90deg,#249d77,var(--green))}.panel{margin-top:14px;padding:21px;border:1px solid var(--border);border-radius:11px;background:linear-gradient(150deg,#0d1a28,#0a1622);box-shadow:0 14px 40px #00000012}.panel-heading{align-items:center;padding-bottom:18px}.panel-heading a{display:flex;align-items:center;gap:5px;color:#7f90a3;text-decoration:none;font-size:10px}.panel-heading a:hover{color:var(--green)}.panel-heading a svg{width:13px}.target-list{margin:0 -21px -21px}.target-row{min-height:72px;display:grid;grid-template-columns:38px minmax(140px,1.3fr) 95px minmax(115px,.8fr) 118px 30px;gap:15px;align-items:center;padding:11px 21px;border-top:1px solid var(--border);transition:background .18s}.target-row:hover{background:#ffffff03}.service-icon{width:34px;height:34px;display:grid;place-items:center;border:1px solid #284257;border-radius:8px;color:#8ec9f6;background:#11273a;font:600 13px DM Mono,monospace}.service-lambda{color:#f5bc68;background:#342719;border-color:#554124}.service-ecs,.service-eks{color:#8abcfb}.service-postgresql{color:#91b4e9}.target-name{display:grid;gap:3px}.target-name strong{color:#dce4ed;font:500 12px DM Mono,monospace}.target-name span,.metric span{color:var(--subtle);font-size:9px}.health-pill{width:fit-content;display:flex;align-items:center;gap:6px;padding:4px 8px;border-radius:12px;text-transform:capitalize;font:500 9px DM Mono,monospace}.health-pill i{width:5px;height:5px;border-radius:50%;background:currentColor}.health-pill.healthy{color:var(--green);background:var(--green-dim)}.health-pill.warning{color:var(--amber);background:#332819}.health-pill.critical{color:var(--red);background:#351b24}.metric{display:grid;gap:3px}.metric strong{color:#bdc8d4;font:500 12px DM Mono,monospace}.sparkline{width:118px;height:36px;overflow:visible}.sparkline polyline{fill:none;stroke:var(--green);stroke-width:2;vector-effect:non-scaling-stroke}.sparkline.warning polyline{stroke:var(--amber)}.sparkline.critical polyline{stroke:var(--red)}.icon-button{width:29px;height:29px;display:grid;place-items:center;border:1px solid transparent;border-radius:6px;color:#617285;background:transparent;cursor:pointer}.icon-button:hover{border-color:var(--border);color:#b3c1cf;background:#132231}.icon-button svg{width:14px}.split-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:14px}.split-grid .panel{min-width:0}.count-badge{min-width:26px;padding:4px 8px;border-radius:10px;color:#8998a8;background:#182635;text-align:center;font:500 10px DM Mono,monospace}.incident-tools{display:flex;align-items:center;gap:9px}.incident-tools input{width:160px;padding:7px 9px;border:1px solid #25374a;border-radius:7px;color:#c9d4df;background:#091522;font-size:10px}.incident-list{margin:0 -21px -21px}.incident{min-height:77px;display:grid;grid-template-columns:47px 1fr auto;gap:13px;align-items:start;padding:14px 21px;border-top:1px solid var(--border)}.incident[hidden]{display:none}.severity{padding:4px 5px;border-radius:4px;text-align:center;font:500 8px DM Mono,monospace}.sev-1{color:#ff8d92;background:#3b1d25}.sev-2{color:var(--amber);background:#382b1a}.sev-3{color:#92baf0;background:#172a40}.incident strong{display:block;color:#cbd5df;font-size:11px;font-weight:600}.incident p{margin:5px 0 0;color:var(--subtle);font:400 9px DM Mono,monospace}.incident .incident-owner{color:#7f91a5}.incident blockquote{margin:10px 0 0;padding:8px 10px;border-left:2px solid #2e5674;color:#9eabba;background:#091522;font-size:9px;line-height:1.5}.incident blockquote small{display:block;margin-top:4px;color:var(--subtle)}.incident-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.incident-actions button{padding:5px 8px;border:1px solid #294056;border-radius:6px;color:#8fb2d3;background:#102131;cursor:pointer;font-size:8px}.incident-actions button:hover{border-color:#3c6382;color:#d8e7f5}.incident-meta{display:grid;justify-items:end;gap:5px}.incident-meta time{color:var(--subtle);font-size:9px}.incident-status{color:var(--amber);font-size:9px}.incident-status.acknowledged{color:var(--blue)}.incident-status.resolved{color:var(--green)}.incident-status.monitoring{color:var(--blue)}dialog{width:min(420px,calc(100% - 32px));padding:0;border:1px solid #294056;border-radius:12px;color:#dbe5ef;background:#0b1927;box-shadow:0 28px 90px #000b}dialog::backdrop{background:#02070dcc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}dialog form{display:grid;gap:17px;padding:24px}dialog label{display:grid;gap:7px;color:#899aab;font-size:10px}dialog input{padding:10px 11px;border:1px solid #294056;border-radius:7px;color:#e1eaf3;background:#07121d}.form-error{min-height:16px;margin:0;color:var(--red);font-size:10px}.dialog-actions{display:flex;justify-content:flex-end;gap:8px}.dialog-actions button{padding:8px 12px;border:1px solid #294056;border-radius:7px;color:#b9c7d5;background:#102131;cursor:pointer}.dialog-actions button[type=submit]{border-color:#2e866c;color:#dffff4;background:#174336}.ai-panel{position:relative;overflow:hidden;border-color:#26364e;background:radial-gradient(circle at 95% 0,#182d49 0,transparent 13rem),linear-gradient(145deg,#0d1b2a,#0b1724)}.ai-panel:after{content:"";position:absolute;width:140px;height:140px;right:-80px;bottom:-100px;border-radius:50%;background:#45e3ad0d;filter:blur(20px)}.ai-orb{width:33px;height:33px;display:grid;place-items:center;border-radius:9px;color:#8daefc;background:#1b2e4c}.ai-orb svg{width:16px}.ai-summary{margin:2px 0 17px;color:#aebbc9;font-size:11px;line-height:1.65}.runbook{padding:13px 14px;border:1px solid #213348;border-radius:8px;background:#09152299}.runbook>p{margin:0 0 10px;color:#74869a;font:500 9px DM Mono,monospace;text-transform:uppercase;letter-spacing:.08em}.runbook ol{display:grid;gap:8px;margin:0;padding:0;list-style:none}.runbook li{display:flex;align-items:flex-start;gap:8px;color:#8f9eae;font-size:9px;line-height:1.45}.runbook li>span{flex:none;width:16px;height:16px;display:grid;place-items:center;border-radius:50%;color:var(--green);background:#123129}.runbook li svg{width:9px}.ai-action{display:flex;align-items:center;gap:6px;margin-top:14px;padding:0;border:0;color:#8caefa;background:none;cursor:pointer;font-size:10px;font-weight:600}.ai-action:hover{color:#bad0ff}.ai-action svg{width:13px}.signal-panel{padding-bottom:25px}.flow-status{padding:6px 9px;border:1px solid #204038;border-radius:12px;background:#112921;color:#85b4a3;font-size:8px}.flow{min-height:132px;display:flex;align-items:center;justify-content:center;padding:22px 14px;border:1px solid #182a3b;border-radius:9px;background:linear-gradient(90deg,#0a1521,#0c1927,#0a1521)}.flow-group{display:flex;gap:8px}.flow-node{min-width:70px;min-height:66px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:1px solid #25384a;border-radius:9px;color:#8ca1b7;background:#0e1c2a;font:500 16px DM Mono,monospace}.flow-node svg{width:18px}.flow-node small{color:#9cabb9;font:600 8px Manrope,sans-serif}.flow-node em{color:#4d6073;font: 7px DM Mono,monospace}.cloudwatch{min-width:102px;color:#f2b456;border-color:#514027;background:#261f16}.maas-node{min-width:104px;border-color:#24614f;background:#102b25}.maas-node b{color:var(--green);font:500 22px DM Mono,monospace}.flow-line{position:relative;flex:1;max-width:73px;height:1px;margin:0 9px;background:#2a3948}.flow-line:after{content:"";position:absolute;right:-1px;top:-3px;width:6px;height:6px;border-top:1px solid #5c6a78;border-right:1px solid #5c6a78;transform:rotate(45deg)}.flow-line i{position:absolute;top:-1px;width:3px;height:3px;border-radius:50%;background:var(--green);box-shadow:0 0 6px var(--green);animation:flow 2.5s linear infinite}@keyframes flow{0%{left:0}to{left:100%}}footer{display:flex;justify-content:space-between;padding:26px 2px 0;color:#3e5062;font:400 8px DM Mono,monospace}.loading{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:10px;color:var(--muted)}.loading p{font-size:11px}@media(max-width:1080px){.stat-grid{grid-template-columns:repeat(2,1fr)}.split-grid{grid-template-columns:1fr}.destination-group,.source-group{flex-wrap:wrap;justify-content:center;max-width:150px}.source-group .flow-node{min-width:66px}}@media(max-width:800px){.sidebar{display:none}body.nav-open{overflow:hidden}body.nav-open .sidebar{display:flex;width:min(300px,86vw);box-shadow:20px 0 60px #000a}body.nav-open:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:19;background:#02070db3}main{margin-left:0}.mobile-menu{display:grid;place-items:center;width:36px;padding:0}.topbar{min-height:80px;gap:14px;padding:16px 20px}.topbar>div:nth-child(2){margin-right:auto}.topbar .eyebrow{display:none}.content{padding:25px 20px}.target-row{grid-template-columns:38px minmax(120px,1fr) auto}.target-row .metric,.target-row .sparkline,.target-row .icon-button{display:none}.flow{overflow-x:auto;justify-content:flex-start}.flow-line{min-width:35px}}@media(max-width:560px){h1{font-size:17px}h2{font-size:16px}.refresh-button span,.demo-badge{display:none}.stat-grid{grid-template-columns:1fr}.stat-card{min-height:118px}.section-heading{align-items:flex-start;flex-direction:column;gap:7px}.target-row{grid-template-columns:34px 1fr}.target-row .health-pill{grid-column:2;margin-top:-8px}.incident{grid-template-columns:44px 1fr}.incident-meta{grid-column:2;display:flex;justify-content:flex-start}.flow{padding-inline:8px}.source-group{min-width:70px;display:grid}.source-group .flow-node{min-width:66px;min-height:48px}.destination-group{min-width:70px}.flow-node{min-width:65px}footer{flex-direction:column;gap:6px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
