.home{max-width:none;margin:0;padding:var(--v3-page-pad-y,16px) var(--v3-page-pad-x,var(--dfx-page-gutter-x,2.5%)) var(--v3-page-pad-bottom,32px);display:flex;flex-direction:column;gap:22px}html[data-theme=light] .home .attn-card,html[data-theme=light] .home .home-chart,html[data-theme=light] .home .insights,html[data-theme=light] .home .mod-tile,html[data-theme=light] .home .posture,html[data-theme=light] .home .site-map{box-shadow:0 12px 32px -28px rgba(30,64,175,.45)}html[data-theme=light] .home .hc-pill,html[data-theme=light] .home .ins-badge,html[data-theme=light] .home .mod-ico{background:#dbeafe;border-color:#bfdbfe}.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 var(--dfx-page-gutter-mobile,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-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:var(--t4)}.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:440px;border-radius:9px;overflow:hidden;border:1px solid var(--line);background:var(--bg);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);box-shadow:0 10px 24px rgba(0,0,0,.18);transition:background .16s ease,border-color .16s ease,box-shadow .16s ease}.home .sm-themes-light{background:rgba(255,255,255,.88);border-color:rgba(148,163,184,.62);box-shadow:0 12px 28px rgba(15,23,42,.16)}.home .sm-theme{display:grid;place-items:center;width:44px;height:44px;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 .sm-themes-light .sm-theme{color:#64748b}.home .sm-themes-light .sm-theme:hover{color:#0f172a;background:rgba(37,99,235,.08)}.home .sm-themes-light .sm-theme.active{color:#2563eb;border-color:#2563eb;background:rgba(37,99,235,.12)}.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:var(--red)}.home .sp-amber{background:var(--amber)}.home .sp-green{background:var(--green)}.home .sp-none{background:var(--t4)}.home .sm-mapfail{position:absolute;inset:0;z-index:4;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;background:var(--bg);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:var(--bg)}.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:var(--red);background:var(--red-soft);border-color:color-mix(in srgb,var(--red) 30%,transparent)}.home .sp-tag.mon{color:var(--amber);background:var(--amber-soft);border-color:color-mix(in srgb,var(--amber) 30%,transparent)}.home .sp-tag.work{color:var(--blue);background:var(--blue-soft);border-color:color-mix(in srgb,var(--blue) 30%,transparent)}.home .sp-tag.ok{color:var(--green);background:var(--green-soft);border-color:color-mix(in srgb,var(--green) 30%,transparent)}.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:var(--surface);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:var(--surface)}.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:var(--surface)}.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:var(--blue)}.home .ins-anom .ins-col-ico{color:var(--amber)}.home .ins-sugg .ins-col-ico{color:var(--green)}.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:var(--red)}.home .ins-sev.medium{background:var(--amber)}.home .ins-sev.low{background:var(--blue)}@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}}.home-loading{min-height:320px;display:grid;place-items:center;grid-auto-flow:column;align-content:center;justify-content:center;grid-gap:0;gap:0}.home-loading span{width:8px;height:8px;border-radius:999px;background:var(--blue);display:inline-block;margin:0 3px;animation:home-pulse 1s ease-in-out infinite}.home-loading span:nth-child(2){animation-delay:.12s}.home-loading span:nth-child(3){animation-delay:.24s}@keyframes home-pulse{0%,to{opacity:.28;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}@media (prefers-reduced-motion:reduce){.home-loading span{animation:none;opacity:.6}}.home .home-digest-list{display:grid;grid-gap:6px;gap:6px;list-style:none;margin:0;padding:0}.home .home-digest-item{display:grid;grid-template-columns:4px 1fr auto;align-items:center;grid-gap:12px;gap:12px;padding:11px 14px 11px 0;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--t1);text-decoration:none;overflow:hidden}.home .home-digest-item:hover{border-color:var(--border-strong)}.home .home-digest-stripe{align-self:stretch;border-radius:10px 0 0 10px}.home .home-digest-item.sev-action .home-digest-stripe{background:var(--bad)}.home .home-digest-item.sev-warn .home-digest-stripe{background:var(--warn)}.home .home-digest-reason{font-size:13.5px;line-height:1.4}.home .home-digest-item svg{color:var(--t4)}.home .home-digest-clear{margin:0;color:var(--t3);font-size:13px}.home .home-landscape-row{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,1fr);grid-gap:var(--fleet-analytics-gap,14px);gap:var(--fleet-analytics-gap,14px);align-items:start}.home .home-map-col{display:grid;grid-gap:8px;gap:8px;min-width:0}.home .home-map-legend{display:flex;flex-wrap:wrap;gap:14px;margin:0;color:var(--t3);font-size:12px}.home .home-leg{display:inline-flex;align-items:center;gap:6px}.home .home-leg i{width:8px;height:8px;border-radius:99px;display:inline-block}.home .home-leg.red i{background:var(--bad)}.home .home-leg.amber i{background:var(--warn)}.home .home-leg.green i{background:var(--ok)}.home .home-rail{display:grid;grid-gap:4px;gap:4px;align-content:start}.home .home-rail-item{display:grid;grid-template-columns:10px 1fr auto;align-items:center;grid-gap:11px;gap:11px;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--t1);text-decoration:none}.home .home-rail-item:hover{border-color:var(--border-strong)}.home .home-rail-dot{width:9px;height:9px;border-radius:99px;background:var(--ok)}.home .home-rail-dot.sev-action{background:var(--bad)}.home .home-rail-dot.sev-warn{background:var(--warn)}.home .home-rail-body{display:grid;grid-gap:2px;gap:2px;min-width:0}.home .home-rail-name{font-size:13px;font-weight:650}.home .home-rail-line{font-size:12px;color:var(--t3);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home .home-rail-item svg{color:var(--t4)}.home .home-rail-empty{margin:0;color:var(--t4);font-size:12.5px}@media (max-width:900px){.home .home-landscape-row{grid-template-columns:1fr}}.home .hr{display:grid;grid-gap:14px;gap:14px}.home .hr-brief{display:grid;grid-template-columns:3fr 2fr;grid-gap:14px;gap:14px;align-items:start}.home .hr-hero{padding:2px 0}.home .hr-hero .home-h1{margin:2px 0 6px}.home .hr-lede{margin:0}.home .hr-hero-ai{min-width:0}.home .hr-hero-ai .home-brief{height:100%}.home .hr-band-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.home .hr-band-title{margin:0;color:var(--text);font-size:14px;font-weight:660}.home .hr-band-count{color:var(--muted);font:600 11px/1 var(--mono,ui-monospace,monospace);padding:3px 8px;border-radius:99px;background:var(--chip);border:1px solid var(--line)}.home .hr-attn-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.home .hr-attn-card{display:grid;grid-template-columns:40px 1fr;grid-template-areas:"chip num" "chip line";align-items:center;grid-column-gap:12px;column-gap:12px;grid-row-gap:2px;row-gap:2px;padding:14px 16px;border:1px solid var(--line);border-radius:11px;background:var(--panel);text-decoration:none;color:var(--text);transition:border-color .16s ease,transform .16s ease}.home .hr-attn-card:hover{border-color:var(--border-h);transform:translateY(-1px)}.home .hr-attn-chip{grid-area:chip;width:38px;height:38px;border-radius:10px;display:grid;place-items:center}.home .hr-attn-card.sev-action .hr-attn-chip{color:var(--bad);background:color-mix(in srgb,var(--bad) 14%,transparent);border:1px solid color-mix(in srgb,var(--bad) 30%,transparent)}.home .hr-attn-card.sev-warn .hr-attn-chip{color:var(--warn);background:color-mix(in srgb,var(--warn) 14%,transparent);border:1px solid color-mix(in srgb,var(--warn) 30%,transparent)}.home .hr-attn-num{grid-area:num;font-size:30px;font-weight:720;line-height:1;color:var(--text);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.home .hr-attn-card.sev-action .hr-attn-num{color:var(--bad)}.home .hr-attn-line{grid-area:line;font-size:12.5px;color:var(--muted);line-height:1.35;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.home .hr-attn-viewall{margin-top:10px;font-size:12px;font-weight:600;color:var(--accent);background:none;border:0;padding:4px 2px;cursor:pointer}.home .hr-landscape{display:grid;grid-template-columns:63fr 37fr;grid-gap:14px;gap:14px;align-items:stretch}.home .hr-map{min-width:0}.home .hr-map .site-map{height:100%}.home .hr-rail{display:grid;align-content:start;background:var(--panel);border:1px solid var(--line);border-radius:10px;overflow:hidden}.home .hr-rail-row{display:grid;grid-template-columns:10px 1fr auto;align-items:center;grid-gap:11px;gap:11px;height:46px;padding:0 14px;border-bottom:1px solid var(--line);text-decoration:none;color:var(--text)}.home .hr-rail-row:last-child{border-bottom:0}.home .hr-rail-row:hover{background:var(--panel-h)}.home .hr-rail-dot{width:9px;height:9px;border-radius:50%;background:var(--ok)}.home .hr-rail-dot.sev-action{background:var(--bad)}.home .hr-rail-dot.sev-warn{background:var(--warn)}.home .hr-rail-body{min-width:0;display:grid;grid-gap:1px;gap:1px}.home .hr-rail-name{font-size:13px;font-weight:640}.home .hr-rail-line{font-size:11.5px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home .hr-rail svg{color:var(--muted)}.home .hr-rail-empty{margin:0;padding:14px;color:var(--muted);font-size:12.5px}.home .hr-glance{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.home .hr-tile{display:grid;grid-gap:4px;gap:4px;align-content:start;padding:14px 16px;border:1px solid var(--line);border-radius:10px;background:var(--panel);text-decoration:none;color:var(--text);transition:border-color .16s ease}.home .hr-tile:hover{border-color:var(--border-h)}.home .hr-tile-label{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-weight:600}.home .hr-tile-value{font-size:26px;font-weight:720;line-height:1.05;color:var(--text);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.home .hr-tile-sub{font-size:11.5px;color:var(--muted)}.home .hr-tile-link{font-size:11px;font-weight:600;color:var(--accent);margin-top:2px}.home .hr-warbar{display:flex;height:24px;border-radius:6px;overflow:hidden;gap:2px;margin:3px 0 1px}.home .hr-warbar .seg{display:block;min-width:3px}.home .hr-warbar .seg.bad{background:var(--bad)}.home .hr-warbar .seg.warn{background:var(--warn)}.home .hr-warbar .seg.ok{background:var(--ok)}.home .hr-warbar .seg.none{background:var(--t4)}@media (max-width:720px){.home .hr-attn-grid,.home .hr-brief,.home .hr-landscape{grid-template-columns:1fr}.home .hr-glance{grid-template-columns:1fr 1fr}}.home .hr-landscape-head{margin-bottom:-6px}.home .hm{display:grid;grid-gap:14px;gap:14px}.home .hm-hero{display:grid;grid-gap:10px;gap:10px;align-items:start;min-width:0}.home .hm-greeting .home-h1{margin:2px 0 4px}.home .hm-greeting .home-lede{margin:0}.home .hm-ai{min-width:0}.home .hm-ai .home-brief{margin:0}.home .hm-action-band{min-width:0;display:grid;grid-gap:10px;gap:10px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:var(--panel)}.home .hm-action-head{display:flex;align-items:center;gap:8px;min-width:0}.home .hm-action-count{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:var(--chip);font-size:11px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.home .hm-action-count,.home .hm-action-tag{border:1px solid var(--line);color:var(--muted)}.home .hm-action-tag{font-size:9.5px;font-weight:650;letter-spacing:.05em;text-transform:uppercase;border-radius:99px;padding:2px 7px}.home .hm-action-body{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px;align-items:stretch}.home .hm-action-band.has-suggestions .hm-action-body{grid-template-columns:minmax(0,1.45fr) minmax(300px,.95fr)}.home .hm-action-attention{min-width:0}.home .hm-action-chip-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:10px;gap:10px}.home .hm-action-chip-grid.count-1{grid-template-columns:minmax(0,1fr)}.home .hm-action-chip-grid.count-2{grid-template-columns:repeat(2,minmax(0,1fr))}.home .hm-action-chip-grid.count-3{grid-template-columns:repeat(3,minmax(0,1fr))}.home .hm-action-chip{min-width:0;display:grid;grid-template-columns:5px auto 1fr;align-items:center;grid-gap:10px;gap:10px;padding:10px 12px 10px 0;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--text);text-decoration:none;overflow:hidden;transition:border-color .16s ease,background .16s ease,transform .16s ease}.home .hm-action-chip:hover{border-color:var(--border-h);background:var(--panel-h);transform:translateY(-1px);text-decoration:none}.home .hm-action-sev{align-self:stretch;width:5px;border-radius:10px 0 0 10px;background:var(--warn)}.home .hm-action-chip.sev-action .hm-action-sev{background:var(--bad)}.home .hm-action-num{font-size:24px;font-weight:760;line-height:1;color:var(--text);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.home .hm-action-chip.sev-action .hm-action-num{color:var(--bad)}.home .hm-action-chip.sev-warn .hm-action-num{color:var(--warn)}.home .hm-action-line{min-width:0;color:var(--muted);font-size:12px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.home .hm-action-clear{min-height:44px;display:grid;place-items:center;border:1px dashed var(--line);border-radius:10px;color:var(--muted);font-size:13px;text-align:center;padding:12px}.home .hm-action-suggest{min-width:0;display:grid;grid-gap:7px;gap:7px;align-content:start;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.home .hm-action-subhead{display:flex;align-items:center;gap:8px;min-width:0}.home .hm-action-subtitle{font-size:11px;font-weight:620;color:var(--text);text-transform:uppercase;letter-spacing:.06em}.home .hm-action-suggest-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:7px;gap:7px}.home .hm-action-suggest-item{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.home .hm-action-suggest-text{font-size:12px;color:var(--text);line-height:1.35;min-width:0}.home .hm-band-head{display:flex;align-items:baseline;gap:10px;margin:4px 0 -4px}.home .hm-band-title{margin:0;color:var(--text);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.home .hm-command{display:grid;grid-template-columns:2fr 1fr;grid-gap:14px;gap:14px;align-items:stretch}.home .hm-map-block{display:flex;flex-direction:column;min-width:0;border-radius:12px;overflow:hidden;border:1px solid var(--line);background:var(--panel)}.home .hm-pulse{display:flex;gap:2px;height:62px}.home .hm-pulse-seg{position:relative;display:flex;flex-direction:column;justify-content:center;gap:1px;padding:0 16px;min-width:96px;text-decoration:none;overflow:hidden;transition:filter .16s ease}.home .hm-pulse-seg:hover{filter:brightness(1.08)}.home .hm-pulse-seg:focus-visible{outline:2px solid var(--text);outline-offset:-3px}.home .hm-pulse-seg.red{background:color-mix(in srgb,var(--bad) 88%,black 4%);color:#fff}.home .hm-pulse-seg.amber{background:color-mix(in srgb,var(--warn) 86%,black 6%);color:#1a1205}.home .hm-pulse-seg.green{background:color-mix(in srgb,var(--ok) 80%,black 8%);color:#04140a}.home .hm-pulse.mode-chips .hm-pulse-seg{align-items:flex-start;border-right:1px solid color-mix(in srgb,var(--bg) 36%,transparent);flex-basis:0;min-width:0}.home .hm-pulse.mode-chips .hm-pulse-seg:last-child{border-right:0}.home .hm-pulse-seg.is-zero{color:var(--muted);background:var(--chip)}.home .hm-pulse-num{font-size:24px;font-weight:760;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.home .hm-pulse-label{font-size:10.5px;font-weight:650;text-transform:uppercase;letter-spacing:.06em;opacity:.92}.home .hm-map-block .site-map{grid-template-columns:1fr;border:0;border-radius:0;padding:0}.home .hm-map-block .sm-key{display:none}.home .hm-map-block .sm-mapwrap{min-height:420px}.home .hm-map-block .sm-canvas{height:420px;border:0;border-radius:0}.home .hm-map{min-width:0}.home .hm-card{min-width:0;display:grid;grid-template-rows:auto auto minmax(0,1fr);grid-gap:8px;gap:8px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:var(--panel);text-decoration:none;color:var(--text);overflow:hidden;transition:border-color .16s ease,transform .16s ease}.home .hm-card:hover{border-color:var(--border-h);transform:translateY(-1px)}.home .hm-card-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;min-width:0}.home .hm-card-title{font-size:12px;font-weight:620;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home .hm-card-sub{font-size:11px;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.home .hm-card-value{font-size:clamp(26px,2.1vw,34px);font-weight:760;line-height:.98;color:var(--text);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:0}.home .hm-chart-wrap{position:relative;min-width:0;min-height:0}.home .hm-chart{width:100%}.home .hm-chart-state{position:absolute;inset:0;display:grid;place-items:center;padding:12px;color:var(--muted);text-align:center;font-size:12px;font-weight:600;line-height:1.35;border:1px dashed var(--line);border-radius:9px;background:color-mix(in srgb,var(--panel) 72%,transparent);pointer-events:none}.home .hm-kpi .hm-chart{height:88px}.home .hm-fleet .hm-chart{height:248px}.home .hm-trends .hm-chart{height:180px}.home .hm-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.home .hm-fleet{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);grid-gap:14px;gap:14px}.home .hm-trends{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}@media (prefers-reduced-motion:no-preference){.home .hm-pulse-seg.stage{animation:home-pulse-in .5s cubic-bezier(.2,.7,.3,1) both;animation-delay:calc(var(--d, 1) * 55ms)}@keyframes home-pulse-in{0%{transform:scaleX(.6);transform-origin:left;opacity:0}to{transform:scaleX(1);opacity:1}}}@media (max-width:900px){.home .hm-action-band.has-suggestions .hm-action-body,.home .hm-action-chip-grid,.home .hm-action-chip-grid.count-1,.home .hm-action-chip-grid.count-2,.home .hm-action-chip-grid.count-3,.home .hm-command{grid-template-columns:1fr}.home .hm-kpis{grid-template-columns:1fr 1fr}.home .hm-fleet,.home .hm-trends{grid-template-columns:1fr}}@media (max-width:640px){.home .hm-pulse{height:auto;min-height:62px}.home .hm-pulse-seg{min-width:0;padding:12px 10px}.home .hm-pulse-label{font-size:9.5px}.home .hm-card-head{align-items:flex-start;flex-direction:column;gap:3px}.home .hm-card-sub{white-space:normal}.home .hm-kpis{grid-template-columns:1fr}.home .hm-map-block .sm-canvas,.home .hm-map-block .sm-mapwrap{min-height:320px;height:320px}}.home .hm-suggest{margin-top:0;border:1px solid var(--line);border-radius:12px;background:var(--panel);padding:10px 12px}.home .hm-suggest-head{display:flex;align-items:center;gap:8px;margin-bottom:6px}.home .hm-suggest-title{font-size:11px;font-weight:620;color:var(--text);text-transform:uppercase;letter-spacing:.06em}.home .hm-suggest-tag{font-size:9.5px;font-weight:650;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);border:1px solid var(--line);border-radius:99px;padding:1px 6px}.home .hm-suggest-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:7px;gap:7px}.home .hm-suggest-item{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.home .hm-suggest-text{font-size:12px;color:var(--text);line-height:1.35;min-width:0}.home .hm-attention,.home .hm-attention-list{display:grid;grid-gap:8px;gap:8px}.home .hm-attention-list{list-style:none;margin:0;padding:0}.home .hm-attention-item{display:flex;align-items:center;gap:12px;padding:11px 14px;border:1px solid var(--line);border-radius:12px;background:var(--panel)}.home .hm-attention-dot{flex:0 0 auto;width:8px;height:8px;border-radius:50%;background:var(--muted)}.home .hm-attention-item.sev-action .hm-attention-dot{background:var(--bad)}.home .hm-attention-item.sev-warn .hm-attention-dot{background:var(--warn)}.home .hm-attention-reason{flex:1 1;min-width:0;font-size:13px;color:var(--text);line-height:1.4}.home .hm-resolve-actions{display:flex;gap:7px;flex:0 0 auto;flex-wrap:wrap;justify-content:flex-end}.home .hm-resolve-btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;font:inherit;font-size:12px;font-weight:600;line-height:1;cursor:pointer;border-radius:99px;padding:6px 14px;text-decoration:none;white-space:nowrap;border:1px solid var(--line);transition:border-color .16s ease,background .16s ease,transform .16s ease}.home .hm-resolve-btn.primary{background:var(--btn-pri);color:var(--on-accent);border-color:transparent}.home .hm-resolve-btn.secondary{background:transparent;color:var(--text)}.home .hm-resolve-btn:hover{transform:translateY(-1px)}.home .hm-resolve-btn.primary:hover{filter:brightness(1.06)}.home .hm-resolve-btn.secondary:hover{border-color:var(--border-h);background:var(--panel-h)}.home .hm-resolve-btn:focus-visible{outline:2px solid var(--text);outline-offset:2px}@media (max-width:640px){.home .hm-suggest-item{align-items:flex-start;flex-direction:column;gap:6px}.home .hm-suggest-text{width:100%}.home .hm-action-suggest-item{align-items:flex-start;flex-direction:column;gap:6px}.home .hm-action-suggest-text{width:100%}.home .hm-attention-item{flex-wrap:wrap}.home .hm-resolve-actions{justify-content:flex-start;width:100%}}