.home{--panel:#1f1f1f;--panel-h:#232323;--line:#2a2a2a;--border-h:#363636;--text:#f5f5f5;--muted:#a3a3a3;--faint:#737373;--accent:#63aaff;--accent-dim:rgba(99,170,255,.10);--accent-bd:rgba(99,170,255,.22);--ok:#4ade80;--warn:#fbbf24;--bad:#f87171;--inert:#525252;--chip:#222;--bad-soft:rgba(248,113,113,.16);max-width:none;margin:0;padding:16px 2.5% 32px;display:flex;flex-direction:column;gap:22px}.home .home-top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap}.home .home-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:500;color:var(--muted);letter-spacing:.01em}.home .live-dot{width:7px;height:7px;border-radius:50%;background:var(--ok);box-shadow:0 0 0 0 rgba(74,222,128,.5);animation:home-pulse 2.4s ease-out infinite}.home .home-h1{font-size:26px;font-weight:680;letter-spacing:-.01em;margin:8px 0 4px;color:var(--text)}.home .home-lede{color:var(--muted);font-size:14px;margin:0}.home .posture{display:inline-flex;align-items:center;gap:13px;padding:13px 18px 13px 14px;border-radius:10px;border:1px solid var(--line);background:var(--panel)}.home .posture-ring{width:30px;height:30px;border-radius:50%;border:3px solid var(--line);flex:0 0 auto;position:relative}.home .posture-ring:after{content:"";position:absolute;inset:-3px;border-radius:50%;border:3px solid transparent}.home .posture.action .posture-ring:after{border-top-color:var(--bad);border-right-color:var(--bad);transform:rotate(20deg)}.home .posture.attention .posture-ring:after{border-top-color:var(--warn);transform:rotate(20deg)}.home .posture.clear .posture-ring:after{border-color:var(--ok)}.home .posture-label{font-size:13px;font-weight:600;color:var(--text)}.home .posture.action .posture-label{color:var(--bad)}.home .posture.attention .posture-label{color:var(--warn)}.home .posture.clear .posture-label{color:var(--ok)}.home .posture-sub{font-size:11.5px;color:var(--muted);margin-top:1px}.home .home-section-head{display:flex;align-items:center;gap:10px;margin-bottom:13px}.home .home-h2{font-size:13px;font-weight:600;color:var(--text);margin:0;text-transform:uppercase;letter-spacing:.07em}.home .home-count{display:inline-grid;place-items:center;min-width:19px;height:19px;padding:0 6px;border-radius:99px;background:var(--bad-soft);color:var(--bad);font-size:11px;font-weight:700}.home .home-muted{color:var(--muted);font-size:12px;margin-left:auto}.home .attn-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.home .attn-card{position:relative;display:flex;flex-direction:column;padding:16px 16px 13px 19px;border-radius:10px;background:var(--panel);border:1px solid var(--line);text-decoration:none;overflow:hidden;transition:border-color .16s ease,transform .16s ease,background .16s ease}.home .attn-card:hover{text-decoration:none;transform:translateY(-2px);border-color:var(--border-h);background:var(--panel-h)}.home .attn-stripe{position:absolute;left:0;top:0;bottom:0;width:4px}.home .attn-card.red .attn-stripe{background:var(--bad)}.home .attn-card.amber .attn-stripe{background:var(--warn)}.home .attn-card.blue .attn-stripe{background:var(--accent)}.home .attn-metric{font-size:30px;font-weight:720;line-height:1;color:var(--text)}.home .attn-card.red .attn-metric{color:var(--bad)}.home .attn-card.amber .attn-metric{color:var(--warn)}.home .attn-title{font-size:13.5px;font-weight:600;color:var(--text);margin-top:9px}.home .attn-detail{font-size:12px;color:var(--muted);margin-top:4px;line-height:1.45;flex:1 1}.home .attn-cta{display:inline-flex;align-items:center;gap:4px;margin-top:12px;font-size:12px;font-weight:600;color:var(--accent)}.home .attn-cta svg{transition:transform .16s ease}.home .attn-card:hover .attn-cta svg{transform:translateX(3px)}.home .mod-grid{display:grid;grid-gap:11px;gap:11px;grid-auto-flow:column;grid-auto-columns:minmax(220px,1fr);overflow-x:auto;overflow-y:hidden;padding-bottom:4px;scroll-snap-type:x proximity}.home .mod-grid>*{scroll-snap-align:start}.home .mod-grid::-webkit-scrollbar{height:8px}.home .mod-grid::-webkit-scrollbar-thumb{background:var(--line);border-radius:4px}.home .mod-grid::-webkit-scrollbar-thumb:hover{background:var(--border-h)}.home .mod-grid::-webkit-scrollbar-track{background:transparent}.home .mod-tile{position:relative;display:flex;align-items:center;gap:13px;padding:15px 16px;border-radius:10px;background:var(--panel);border:1px solid var(--line);text-decoration:none;transition:border-color .16s ease,background .16s ease}.home .mod-tile:hover{text-decoration:none;border-color:var(--border-h);background:var(--panel-h)}.home .mod-dot{position:absolute;top:13px;right:14px;width:8px;height:8px;border-radius:50%}.home .mod-dot.ok{background:var(--ok)}.home .mod-dot.warn{background:var(--warn);box-shadow:0 0 0 0 rgba(251,191,36,.5);animation:home-pulse-amber 2.6s ease-out infinite}.home .mod-dot.bad{background:var(--bad);box-shadow:0 0 0 0 rgba(248,113,113,.5);animation:home-pulse-bad 2.2s ease-out infinite}.home .mod-dot.idle{background:var(--inert)}.home .mod-ico{flex:0 0 auto;width:38px;height:38px;border-radius:9px;display:grid;place-items:center;color:var(--accent);background:var(--accent-dim);border:1px solid var(--accent-bd)}.home .mod-ico svg{width:19px;height:19px}.home .mod-meta{min-width:0;flex:1 1}.home .mod-label{font-size:13.5px;font-weight:600;color:var(--text)}.home .mod-sub{font-size:11.5px;color:var(--muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home .mod-metric{font-size:22px;font-weight:680;color:var(--text);padding-right:8px}.home .home-charts{display:flex;flex-direction:column;gap:14px}.home .home-charts-grid{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(3,1fr)}.home .home-charts-grid.two{grid-template-columns:repeat(2,1fr)}.home .home-chart{background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:16px 18px 12px}.home .home-chart.wide{padding-bottom:16px}.home .hc-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:6px}.home .hc-title{font-size:13.5px;font-weight:600;color:var(--text)}.home .hc-sub{font-size:11.5px;color:var(--muted);margin-top:2px}.home .hc-canvas{width:100%}.home .hc-pill{flex:0 0 auto;font-size:11px;font-weight:600;color:var(--accent);padding:3px 9px;border-radius:99px;background:var(--accent-dim);border:1px solid var(--accent-bd)}.home .runway-legend{display:flex;flex-wrap:wrap;gap:16px;margin-top:6px}.home .rl-item{display:inline-flex;align-items:center;gap:7px;font-size:12px;color:var(--muted)}.home .rl-dot{width:9px;height:9px;border-radius:3px}.home .rl-item b{color:var(--text);font-weight:700}@media (max-width:980px){.home .home-charts-grid{grid-template-columns:1fr 1fr}.home .home-charts-grid.two{grid-template-columns:1fr}}@media (max-width:680px){.home{padding:14px 12px 28px;gap:20px}.home .home-charts-grid,.home .home-charts-grid.two{grid-template-columns:1fr}.home .home-h1{font-size:22px}}@keyframes home-pulse{0%{box-shadow:0 0 0 0 rgba(74,222,128,.5)}70%{box-shadow:0 0 0 6px rgba(74,222,128,0)}to{box-shadow:0 0 0 0 rgba(74,222,128,0)}}@keyframes home-pulse-amber{0%{box-shadow:0 0 0 0 rgba(251,191,36,.5)}70%{box-shadow:0 0 0 5px rgba(251,191,36,0)}to{box-shadow:0 0 0 0 rgba(251,191,36,0)}}@keyframes home-pulse-bad{0%{box-shadow:0 0 0 0 rgba(248,113,113,.5)}70%{box-shadow:0 0 0 5px rgba(248,113,113,0)}to{box-shadow:0 0 0 0 rgba(248,113,113,0)}}@media (prefers-reduced-motion:reduce){.home .live-dot,.home .mod-dot.bad,.home .mod-dot.warn{animation:none}.home .attn-card:hover,.home .mod-tile:hover{transform:none}}.home .site-map{display:grid;grid-template-columns:340px 1fr;grid-gap:14px;gap:14px;background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:14px}.home .sm-key{display:flex;flex-direction:column;gap:10px;min-width:0}.home .sm-row{display:flex;align-items:center;gap:14px;text-align:left;padding:15px 16px;border-radius:11px;background:var(--chip);border:1px solid var(--line);border-left:3px solid var(--c);cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease}.home .sm-row:hover:not(:disabled){border-color:var(--border-h);border-left-color:var(--c);background:var(--panel-h);transform:translateY(-1px)}.home .sm-row.active{border-color:var(--c);background:var(--panel-h);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--c) 35%,transparent)}.home .sm-row:disabled{opacity:.5;cursor:default}.home .sm-ico{flex:0 0 auto;width:46px;height:46px;border-radius:11px;display:grid;place-items:center;color:var(--c);background:color-mix(in srgb,var(--c) 14%,transparent);border:1px solid color-mix(in srgb,var(--c) 32%,transparent)}.home .sm-ico svg{width:23px;height:23px}.home .sm-text{min-width:0;flex:1 1;display:flex;flex-direction:column;gap:3px}.home .sm-label{font-size:15px;font-weight:680;color:var(--text);line-height:1.1}.home .sm-desc{font-size:11.5px;color:var(--muted);line-height:1.4}.home .sm-num{flex:0 0 auto;font-size:32px;font-weight:720;line-height:1;color:var(--c);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.home .sm-foot{display:flex;align-items:center;gap:8px;font-size:11.5px;color:var(--muted);padding:4px 2px 0}.home .sm-dot{width:9px;height:9px;border-radius:50%;flex:0 0 auto}.home .sm-dot.none{background:#6b7280}.home .sm-reset{margin-top:2px;align-self:flex-start;background:none;border:0;padding:4px 2px;cursor:pointer}.home .sm-all,.home .sm-reset{font-size:12px;font-weight:600;color:var(--accent)}.home .sm-all{margin-top:auto;padding-top:6px}.home .sm-canvas{height:420px;border-radius:9px;overflow:hidden;border:1px solid var(--line);background:#161616;isolation:isolate}.home .sm-mapwrap{position:relative;min-width:0}.home .sm-themes{position:absolute;top:10px;right:10px;z-index:5;display:flex;gap:4px;padding:3px;border-radius:8px;background:rgba(20,20,20,.82);border:1px solid var(--border-h);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.home .sm-theme{display:grid;place-items:center;width:30px;height:30px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--muted);cursor:pointer;transition:color .16s ease,background .16s ease,border-color .16s ease}.home .sm-theme:hover{color:var(--text);background:rgba(255,255,255,.06)}.home .sm-theme.active{color:var(--accent);border-color:var(--accent);background:var(--accent-dim)}.home .sm-theme svg{width:15px;height:15px}.home .sp-dot{display:block;width:100%;height:100%;border-radius:50%;box-shadow:0 0 0 2px rgba(0,0,0,.45)}.home .sp-red{background:#f87171}.home .sp-amber{background:#fbbf24}.home .sp-green{background:#4ade80}.home .sp-none{background:#6b7280}.home .sm-mapfail{position:absolute;inset:0;z-index:4;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;background:#161616;color:var(--muted);font-size:13px;font-weight:500}.home .sm-mapfail svg{width:26px;height:26px;color:var(--faint)}.home .sp-pop{display:block;width:244px;color:inherit;cursor:pointer}.home .sp-pop,.home .sp-pop:hover{text-decoration:none}.home .sp-pop:hover .sp-pop-link{text-decoration:underline}.home .sp-pop:hover .sp-pop-img img{transform:scale(1.04)}.home .sp-pop-img img{transition:transform .3s ease}.home .sp-pop-img{width:100%;height:116px;overflow:hidden;background:#161616}.home .sp-pop-img img{width:100%;height:100%;object-fit:cover;display:block}.home .sp-pop-body{padding:11px 13px 14px}.home .sp-pop-h{display:flex;align-items:center;gap:7px;font-weight:650;color:var(--text);font-size:13.5px}.home .sp-pop-h .sp-dot{width:9px;height:9px;box-shadow:none;flex:0 0 auto}.home .sp-pop-loc{font-size:11.5px;color:var(--muted);margin-top:2px}.home .sp-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.home .sp-tag{font-size:10.5px;font-weight:600;padding:2px 7px;border-radius:99px;letter-spacing:.01em;border:1px solid transparent}.home .sp-tag.asset{color:#f87171;background:rgba(248,113,113,.12);border-color:rgba(248,113,113,.3)}.home .sp-tag.mon{color:#fbbf24;background:rgba(251,191,36,.12);border-color:rgba(251,191,36,.3)}.home .sp-tag.work{color:#63aaff;background:rgba(99,170,255,.12);border-color:rgba(99,170,255,.3)}.home .sp-tag.ok{color:#4ade80;background:rgba(74,222,128,.12);border-color:rgba(74,222,128,.3)}.home .sp-rows{margin-top:9px;display:flex;flex-direction:column;gap:5px}.home .sp-row{display:flex;align-items:center;gap:7px;font-size:12px}.home .sp-rd{width:7px;height:7px;border-radius:50%;flex:0 0 auto}.home .sp-rl{color:var(--muted);flex:1 1}.home .sp-rv{color:var(--text);font-weight:650;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.home .sp-pop-link{display:inline-block;margin-top:10px;font-size:12px;font-weight:600;color:var(--accent)}@media (max-width:860px){.home .site-map{grid-template-columns:1fr}.home .sm-canvas{height:340px}}.home .gm-style .gm-style-iw-c{max-height:none!important;background:#1f1f1f;border:1px solid var(--border-h);box-shadow:0 8px 28px rgba(0,0,0,.5);border-radius:10px;padding:0}.home .gm-style .gm-style-iw-d{overflow:hidden!important;max-height:none!important;background:#1f1f1f}.home .gm-style .gm-style-iw-c .sp-pop{padding:0;overflow:hidden;border-radius:10px}.home .gm-style .gm-style-iw-tc:after{background:#1f1f1f}.home .gm-style .gm-style-iw-c button.gm-ui-hover-effect{display:none!important}.home .gm-style .gm-style-iw-c .sp-pop-h .sp-dot{box-shadow:none}.home .insights{background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:16px 18px 18px}.home .ins-head{display:flex;align-items:center;gap:10px;margin-bottom:12px}.home .ins-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:650;color:var(--accent);padding:4px 9px;border-radius:99px;background:var(--accent-dim);border:1px solid color-mix(in srgb,var(--accent) 30%,transparent)}.home .ins-badge svg{width:13px;height:13px}.home .ins-spacer{flex:1 1}.home .ins-time{font-size:11.5px;color:var(--faint)}.home .ins-refresh{font-size:12px;font-weight:600;color:var(--muted);background:var(--chip);border:1px solid var(--line);border-radius:7px;padding:5px 11px;cursor:pointer;transition:color .16s ease,border-color .16s ease,background .16s ease}.home .ins-refresh:hover:not(:disabled){color:var(--text);border-color:var(--border-h);background:var(--panel-h)}.home .ins-refresh:disabled{opacity:.6;cursor:default}.home .ins-loading{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:13px;padding:14px 2px}.home .ins-dots{display:inline-flex;gap:5px}.home .ins-dots i{width:7px;height:7px;border-radius:50%;background:var(--accent);opacity:.35;animation:ins-pulse 1.2s ease-in-out infinite}.home .ins-dots i:nth-child(2){animation-delay:.18s}.home .ins-dots i:nth-child(3){animation-delay:.36s}@keyframes ins-pulse{0%,to{opacity:.3;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}.home .ins-error{color:var(--muted);font-size:13px;padding:12px 2px}.home .ins-refresh.ins-retry,.home .ins-retry{background:none;border:0;color:var(--accent);font-weight:600;cursor:pointer;padding:0}.home .ins-lead-text{min-width:0;max-width:110ch}.home .ins-headline{font-size:15px;font-weight:650;color:var(--text);line-height:1.4}.home .ins-summary{font-size:13px;color:var(--muted);line-height:1.6;margin:7px 0 0}.home .ins-metrics{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin-bottom:16px}.home .ins-metric{background:var(--chip);border:1px solid var(--line);border-radius:9px;padding:13px 15px}.home .ins-metric-v{font-size:23px;font-weight:700;color:var(--text);line-height:1.1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.home .ins-metric-l{font-size:11.5px;color:var(--muted);margin-top:4px}.home .ins-detail{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}.home .ins-detail.open{grid-template-rows:1fr}.home .ins-detail-inner{overflow:hidden;min-height:0}.home .ins-detail.open .ins-detail-inner{padding-top:14px}.home .ins-toggle{display:inline-flex;align-items:center;gap:5px;margin-top:12px;font-size:12.5px;font-weight:600;color:var(--accent);background:none;border:0;padding:2px 0;cursor:pointer}.home .ins-toggle svg{width:15px;height:15px;transition:transform .22s ease}.home .ins-toggle.open svg{transform:rotate(180deg)}.home .ins-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.home .ins-col{background:var(--chip);border:1px solid var(--line);border-radius:9px;padding:13px 14px}.home .ins-col-h{display:flex;align-items:center;gap:8px;font-size:12.5px;font-weight:650;color:var(--text);margin-bottom:9px}.home .ins-col-ico{width:24px;height:24px;border-radius:7px;display:grid;place-items:center;background:var(--inset);color:var(--t3)}.home .ins-col-ico svg{width:14px;height:14px}.home .ins-trend .ins-col-ico{color:#63aaff}.home .ins-anom .ins-col-ico{color:#fbbf24}.home .ins-sugg .ins-col-ico{color:#4ade80}.home .ins-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:11px}.home .ins-item-t{display:flex;align-items:center;gap:7px;font-size:12.5px;font-weight:600;color:var(--text);line-height:1.3}.home .ins-item-d{font-size:11.5px;color:var(--muted);line-height:1.45;margin-top:2px}.home .ins-sev{width:7px;height:7px;border-radius:50%;flex:0 0 auto}.home .ins-sev.high{background:#f87171}.home .ins-sev.medium{background:#fbbf24}.home .ins-sev.low{background:#63aaff}@media (max-width:900px){.home .ins-grid{grid-template-columns:1fr}.home .ins-metrics{grid-template-columns:repeat(2,1fr)}}@media (prefers-reduced-motion:reduce){.home .ins-dots i{animation:none;opacity:.7}.home .ins-detail,.home .ins-toggle svg{transition:none}}