:root{color-scheme:light;--surface-1: #fcfcfb;--page: #f9f9f7;--text-primary: #0b0b0b;--text-secondary: #52514e;--text-muted: #898781;--gridline: #e1e0d9;--baseline: #c3c2b7;--border: rgba(11, 11, 11, .1);--speed-1: #86b6ef;--speed-2: #5598e7;--speed-3: #2a78d6;--speed-4: #1c5cab;--speed-5: #0d366b;--seq-1: #86b6ef;--seq-2: #5598e7;--seq-3: #2a78d6;--seq-4: #1c5cab;--seq-5: #0d366b;--status-good: #0ca30c;--status-warning: #fab219;--status-critical: #d03b3b;--accent: #2a78d6;--shadow: 0 1px 2px rgba(11, 11, 11, .06), 0 4px 12px rgba(11, 11, 11, .04)}@media(prefers-color-scheme:dark){:root:where(:not([data-theme=light])){color-scheme:dark;--surface-1: #1a1a19;--page: #0d0d0d;--text-primary: #ffffff;--text-secondary: #c3c2b7;--text-muted: #898781;--gridline: #2c2c2a;--baseline: #383835;--border: rgba(255, 255, 255, .1);--seq-1: #3a6aa5;--seq-2: #4079bd;--seq-3: #5595dc;--seq-4: #7fb3ea;--seq-5: #aed1f5;--status-good: #3fbf3f;--status-warning: #fab219;--status-critical: #e8635f;--accent: #3987e5;--shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 4px 12px rgba(0, 0, 0, .3)}}:root[data-theme=dark]{color-scheme:dark;--surface-1: #1a1a19;--page: #0d0d0d;--text-primary: #ffffff;--text-secondary: #c3c2b7;--text-muted: #898781;--gridline: #2c2c2a;--baseline: #383835;--border: rgba(255, 255, 255, .1);--seq-1: #3a6aa5;--seq-2: #4079bd;--seq-3: #5595dc;--seq-4: #7fb3ea;--seq-5: #aed1f5;--status-good: #3fbf3f;--status-warning: #fab219;--status-critical: #e8635f;--accent: #3987e5;--shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 4px 12px rgba(0, 0, 0, .3)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--page);color:var(--text-primary);font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;line-height:1.5}.gm-style .gm-style-iw-c{padding:0;border-radius:10px}.gm-style .gm-style-iw-d{overflow:hidden!important}.gm-style .popup{color:#0b0b0b;font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:13px;padding:10px 12px 4px}.gm-style .popup .popup-time{color:#52514e}.gm-style .popup .popup-grid dt{color:#898781}.app{max-width:1400px;margin:0 auto;padding:20px 20px 48px;display:flex;flex-direction:column;gap:16px}.header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:30px;height:30px;border-radius:8px;background:var(--accent);flex:none}.header h1{font-size:18px;margin:0;letter-spacing:-.01em}.brand-sub{margin:0;font-size:12px;color:var(--text-muted)}.device-count{font-size:13px;color:var(--text-secondary)}.controls{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px;padding:14px;background:var(--surface-1);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow)}.field{display:flex;flex-direction:column;gap:5px;min-width:0}.field-label{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.input{font:inherit;color:var(--text-primary);background:var(--page);border:1px solid var(--border);border-radius:8px;padding:8px 10px;min-height:36px}.input:focus-visible,.button:focus-visible,.chip:focus-visible,.panel-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}select.input{min-width:240px}.presets{display:flex;gap:6px;flex-wrap:wrap}.chip{font:inherit;font-size:13px;color:var(--text-secondary);background:var(--page);border:1px solid var(--border);border-radius:999px;padding:7px 12px;cursor:pointer}.chip:hover{color:var(--text-primary);border-color:var(--baseline)}.button{font:inherit;font-weight:600;color:#fff;background:var(--accent);border:none;border-radius:8px;padding:9px 18px;min-height:36px;cursor:pointer;margin-left:auto}.button:disabled{opacity:.5;cursor:not-allowed}.banner{padding:10px 14px;border-radius:10px;font-size:13px;border:1px solid var(--border);background:var(--surface-1);color:var(--text-secondary)}.banner-error{border-color:var(--status-critical);color:var(--text-primary)}.tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.tile{background:var(--surface-1);border:1px solid var(--border);border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:4px;box-shadow:var(--shadow)}.tile-label{font-size:12px;color:var(--text-muted)}.tile-value{font-size:26px;font-weight:600;letter-spacing:-.02em;color:var(--text-primary);display:flex;align-items:baseline;gap:5px}.tile-unit{font-size:13px;font-weight:400;color:var(--text-secondary)}.tile-alert{border-color:var(--status-critical)}.tile-icon{color:var(--status-critical);font-size:18px}.map-wrap{position:relative;border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:var(--shadow)}.map{height:min(62vh,620px);width:100%}.dot{display:block;width:11px;height:11px;border-radius:50%;border:2px solid #ffffff;box-shadow:0 1px 2px #00000059;cursor:pointer}.map-toolbar{position:absolute;top:10px;left:10px;z-index:5;background:var(--surface-1);border:1px solid var(--border);border-radius:8px;padding:7px 11px;box-shadow:var(--shadow)}.toggle{display:inline-flex;align-items:center;gap:7px;font-size:13px;color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none}.toggle input{accent-color:var(--accent);width:15px;height:15px}.popup-link{display:inline-block;margin-top:8px;color:#2a78d6;font-size:12px;text-decoration:none}.popup-link:hover{text-decoration:underline}.legend{position:absolute;left:12px;bottom:22px;z-index:500;background:var(--surface-1);border:1px solid var(--border);border-radius:10px;padding:10px 12px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:6px;max-width:calc(100% - 24px)}.legend-title{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.legend-steps{display:flex;gap:10px;flex-wrap:wrap;font-size:12px;color:var(--text-secondary)}.legend-marks{border-top:1px solid var(--gridline);padding-top:6px}.legend-step{display:inline-flex;align-items:center;gap:5px}.legend-swatch{width:14px;height:8px;border-radius:2px;display:inline-block}.legend-pin-sm{width:16px;height:16px;border-radius:50%;border:1.5px solid var(--text-primary);background:var(--surface-1);color:var(--text-primary);display:inline-grid;place-items:center;font-size:9px;font-weight:700}.legend-pin-end{background:var(--text-primary);color:var(--surface-1)}.legend-alarm{width:16px;height:16px;border-radius:50%;border:1.5px solid var(--status-critical);background:var(--status-critical);color:#fff;display:inline-grid;place-items:center;font-size:10px;font-weight:700}.popup-heading{display:block;font-size:13px}.popup-time{color:var(--text-secondary);margin-bottom:6px;font-size:12px}.popup-alarm{color:var(--status-critical);font-weight:600;margin-bottom:6px}.popup-grid{display:grid;grid-template-columns:auto 1fr;gap:2px 12px;margin:0}.popup-grid dt{color:var(--text-muted)}.popup-grid dd{margin:0;font-variant-numeric:tabular-nums}.panel{background:var(--surface-1);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow)}.panel-toggle{font:inherit;width:100%;text-align:left;background:none;border:none;color:var(--text-primary);padding:13px 16px;cursor:pointer;font-weight:600;display:flex;align-items:baseline;gap:8px}.panel-caret{color:var(--text-muted)}.panel-title{flex:0 0 auto}.panel-meta{margin-left:auto;font-weight:400;font-size:12px;color:var(--text-muted)}.panel-body{padding:0 16px 16px}.panel-body>.table-scroll{padding:0}.panel-note{margin:0;max-width:68ch;font-size:13px;color:var(--text-secondary)}.panel-note-sm{margin-top:10px;font-size:12px;color:var(--text-muted)}.table-scroll{overflow-x:auto;padding:0 16px 16px}.table{width:100%;border-collapse:collapse;font-size:13px}.table th,.table td{text-align:left;padding:7px 10px;border-bottom:1px solid var(--gridline);white-space:nowrap}.table th{color:var(--text-muted);font-weight:500;font-size:12px;position:sticky;top:0;background:var(--surface-1)}.table .num{font-variant-numeric:tabular-nums}.alarm-cell{color:var(--status-critical);font-weight:600}.table-muted td{color:var(--text-secondary)}.table-actions{display:flex;gap:8px;padding:0 16px 4px}.row-stale td{color:var(--text-secondary)}.link-cell{font:inherit;background:none;border:none;padding:0;color:var(--accent);cursor:pointer;text-align:left}.link-cell:hover{text-decoration:underline}.chip-fix{display:inline-block;padding:1px 7px;border-radius:999px;border:1px solid var(--border);font-size:11px;color:var(--text-secondary)}.chip-fix-stale{border-style:dashed;border-color:var(--baseline);background:repeating-linear-gradient(45deg,transparent,transparent 3px,var(--gridline) 3px,var(--gridline) 5px)}.chip-inline{margin-left:6px;padding:1px 6px;border-radius:999px;border:1px dashed var(--baseline);font-size:11px;color:var(--text-muted)}.lag-buffered{color:var(--text-primary)}.course-arrow{display:inline-block;font-size:9px;color:var(--text-muted)}.frame-dump{display:flex;flex-wrap:wrap;gap:4px 14px;padding:8px 2px;white-space:normal}.frame-part{display:flex;flex-direction:column;gap:2px}.frame-label{font-size:10px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.frame-bytes{font-family:ui-monospace,Cascadia Mono,Consolas,monospace;font-size:12px;color:var(--text-primary);word-break:break-all;max-width:60ch}.row-raw td{background:var(--page);white-space:normal}.notices{display:flex;flex-direction:column;gap:8px}.notice{display:flex;gap:10px;padding:11px 14px;background:var(--surface-1);border:1px solid var(--border);border-left-width:3px;border-radius:10px;box-shadow:var(--shadow)}.notice-info{border-left-color:var(--baseline)}.notice-warning{border-left-color:var(--status-warning)}.notice-critical{border-left-color:var(--status-critical)}.notice-icon{font-size:14px;line-height:1.5;color:var(--text-secondary)}.notice-warning .notice-icon{color:var(--status-warning)}.notice-critical .notice-icon{color:var(--status-critical)}.notice-title{display:block;font-size:13px}.notice-detail{margin:3px 0 0;font-size:13px;color:var(--text-secondary);max-width:78ch}.tile-note{font-size:11px;color:var(--text-muted);line-height:1.35}.health{display:flex;flex-direction:column;gap:14px}.health-meters{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.meter{display:flex;flex-direction:column;gap:5px}.meter-label{font-size:12px;color:var(--text-muted)}.meter-track{display:flex;gap:2px}.meter-cell{flex:1;height:12px;border-radius:2px;background:var(--gridline)}.meter-cell-on{background:var(--text-primary)}.meter-readout{display:flex;align-items:center;gap:8px;font-size:12px}.meter-value{color:var(--text-secondary);font-variant-numeric:tabular-nums}.chip-status{display:inline-flex;align-items:center;gap:4px;padding:1px 8px;border-radius:999px;font-size:11px;border:1px solid var(--border);color:var(--text-secondary)}.chip-good{color:var(--status-good);border-color:color-mix(in srgb,var(--status-good) 40%,transparent)}.chip-warning{color:var(--status-warning);border-color:color-mix(in srgb,var(--status-warning) 45%,transparent)}.chip-critical{color:var(--status-critical);border-color:color-mix(in srgb,var(--status-critical) 45%,transparent)}.health-flags{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}.flag-pill{display:inline-flex;align-items:baseline;gap:6px;padding:4px 10px;border:1px solid var(--border);border-radius:999px;font-size:12px}.flag-pill-warning{border-color:color-mix(in srgb,var(--status-warning) 50%,transparent)}.flag-pill-critical{border-color:color-mix(in srgb,var(--status-critical) 55%,transparent)}.flag-pill-warning .flag-icon{color:var(--status-warning)}.flag-pill-critical .flag-icon{color:var(--status-critical)}.flag-label{color:var(--text-muted)}.flag-state{color:var(--text-primary);font-weight:600}.health-alarms{border-top:1px solid var(--gridline);padding-top:12px}.alarm-row{display:flex;gap:12px;font-size:13px;padding:2px 0}.alarm-row-label{color:var(--text-muted);min-width:120px}.alarm-row-raised{color:var(--status-critical);font-weight:600}.chart-holder{width:100%}.chart-svg{display:block;width:100%;touch-action:none}.chart-facet-title{margin:10px 0 2px;font-size:12px;color:var(--text-muted)}.chart-caption{margin:8px 0 0;font-size:12px;color:var(--text-secondary);max-width:78ch}.timeline-band{cursor:pointer}.chart-legend{display:flex;flex-wrap:wrap;gap:6px 14px;list-style:none;margin:10px 0 0;padding:0;font-size:12px;color:var(--text-secondary)}.chart-legend-item{display:inline-flex;align-items:center;gap:6px}.chart-legend-swatch{width:14px;height:10px;border-radius:2px;display:inline-block}.chart-legend-swatch-empty{border:1px dashed var(--baseline);background:none}.chart-legend-swatch-stale{border:1px solid var(--baseline);background:repeating-linear-gradient(45deg,transparent,transparent 2px,var(--text-muted) 2px,var(--text-muted) 4px)}.chart-legend-swatch-unknown{border:1px solid var(--baseline);background:repeating-linear-gradient(135deg,transparent,transparent 3px,var(--text-muted) 3px,var(--text-muted) 4px)}.chart-legend-line{width:16px;height:2px;display:inline-block}.chart-legend-glyph{font-size:12px;line-height:1}.chart-tooltip{position:fixed;z-index:900;pointer-events:none;background:var(--surface-1);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow);padding:8px 10px;font-size:12px;color:var(--text-secondary);max-width:260px}.tooltip-title{color:var(--text-primary);font-weight:600;margin-bottom:2px}.tooltip-row{font-variant-numeric:tabular-nums}.tooltip-alarm{color:var(--status-critical);font-weight:600}.map-layers{display:flex;flex-wrap:wrap;gap:4px 12px;margin-top:6px;padding-top:6px;border-top:1px solid var(--gridline)}.toggle-sm{font-size:12px}.toggle-sm input{width:13px;height:13px}.dot-stale{display:block;width:11px;height:11px;border-radius:50%;border:1.5px dashed #52514e;background:#ffffff8c;cursor:pointer}.stop-marker{position:relative;display:grid;place-items:center;border-radius:50%;background:#fcfcfb;border:2px solid #0b0b0b;color:#0b0b0b;font-size:10px;font-weight:700;cursor:pointer;box-shadow:0 1px 3px #00000059}.stop-marker-unconfirmed{border-style:dashed;background:repeating-linear-gradient(45deg,#fcfcfb,#fcfcfb 3px,#dedcd4 3px,#dedcd4 5px)}.stop-marker-badge{position:absolute;top:-5px;right:-5px;width:14px;height:14px;border-radius:50%;background:#0b0b0b;color:#fff;font-size:9px;display:grid;place-items:center}.legend-stop-sm{width:14px;height:14px;border-radius:50%;border:2px solid var(--text-primary);background:var(--surface-1);display:inline-block}.truck{position:relative;display:grid;place-items:center;width:34px;height:34px;cursor:pointer}.truck-rotor{display:block;line-height:0;transition:transform .12s linear;filter:drop-shadow(0 1px 2px rgba(0,0,0,.4))}.truck-unconfirmed .truck-rotor{opacity:.7}.truck-pulse{position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:50%;border:2px solid #2a78d6;opacity:.35}.truck-pulse-moving{animation:truck-pulse 1.8s ease-out infinite}@keyframes truck-pulse{0%{transform:scale(.75);opacity:.5}to{transform:scale(1.9);opacity:0}}@media(prefers-reduced-motion:reduce){.truck-pulse-moving{animation:none}.truck-rotor{transition:none}}.truck-label{position:absolute;top:32px;padding:1px 6px;border-radius:999px;background:#0b0b0b;color:#fff;font-size:10px;font-variant-numeric:tabular-nums;white-space:nowrap}.legend-truck-sm{width:16px;height:16px;border-radius:3px;background:#2a78d6;color:#fff;display:inline-grid;place-items:center;font-size:8px}.live-bar{display:flex;align-items:center;flex-wrap:wrap;gap:8px 16px;padding:10px 14px;background:var(--surface-1);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow)}.live-bar-on{border-color:color-mix(in srgb,var(--accent) 45%,transparent)}.live-switch{font-weight:600;color:var(--text-primary)}.live-indicator{display:inline-flex;align-items:baseline;gap:6px;font-size:12px}.live-dot{width:8px;height:8px;border-radius:50%;align-self:center;background:var(--text-muted)}.live-good .live-dot{background:var(--status-good)}.live-wait .live-dot{background:var(--status-warning)}.live-bad .live-dot{background:var(--status-critical)}.live-label{color:var(--text-muted)}.live-state{color:var(--text-primary);font-weight:600}.live-count{font-size:12px;color:var(--text-secondary)}.live-ago{color:var(--text-muted);font-variant-numeric:tabular-nums}.live-alarm{font-size:12px;font-weight:600;color:var(--status-critical)}.sound-toggle{display:inline-flex;align-items:center;gap:6px;margin-left:auto;padding:4px 10px;font:inherit;font-size:12px;background:none;border:1px solid var(--border);border-radius:999px;color:var(--text-muted);cursor:pointer}.sound-toggle-on{color:var(--text-primary);border-color:var(--baseline)}.sound-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.sound-header{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 14px;margin-bottom:12px}.sound-hint{font-size:12px;color:var(--status-warning)}.sound-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.sound-row{display:grid;grid-template-columns:34px minmax(150px,auto) 1fr;align-items:center;gap:10px;padding:5px 0;border-bottom:1px solid var(--gridline)}.sound-row:last-child{border-bottom:none}.sound-play{width:28px;height:28px;display:grid;place-items:center;font:inherit;font-size:11px;background:none;border:1px solid var(--border);border-radius:50%;color:var(--text-primary);cursor:pointer}.sound-play:hover{border-color:var(--baseline)}.sound-play-active{background:var(--text-primary);color:var(--surface-1);border-color:var(--text-primary)}.sound-play:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.sound-name{font-size:13px;color:var(--text-primary)}.sound-icon{color:var(--status-critical)}.sound-code{margin-left:8px;font-size:11px;color:var(--text-muted)}.sound-desc{font-size:12px;color:var(--text-secondary)}.sound-history{margin-top:14px;padding-top:10px;border-top:1px solid var(--gridline)}.sound-history-title{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.sound-history ul{list-style:none;margin:4px 0 0;padding:0;font-size:13px;color:var(--text-secondary)}.sound-history li{padding:2px 0}@media(max-width:720px){.sound-row{grid-template-columns:34px 1fr}.sound-desc{grid-column:2}}.playback{display:flex;flex-direction:column;gap:8px;padding:12px 14px;background:var(--surface-1);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow)}.playback-disabled{padding:12px 14px}.playback-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.playback-button{font:inherit;font-size:14px;line-height:1;width:32px;height:32px;display:grid;place-items:center;background:none;border:1px solid var(--border);border-radius:8px;color:var(--text-primary);cursor:pointer}.playback-button:hover{border-color:var(--baseline)}.playback-play{background:var(--text-primary);color:var(--surface-1);border-color:var(--text-primary)}.playback-scrub{flex:1 1 220px;min-width:160px;accent-color:var(--accent);height:20px}.playback-clock{font-variant-numeric:tabular-nums;font-size:13px;color:var(--text-primary);min-width:8ch}.playback-speed select.input{min-width:0;width:auto;padding:5px 8px}.playback-readout{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 14px;font-size:12px;color:var(--text-secondary)}.playback-speed-value{font-variant-numeric:tabular-nums;font-size:15px;font-weight:600;color:var(--text-primary);min-width:7ch}.playback-range{margin-left:auto;color:var(--text-muted);font-variant-numeric:tabular-nums}.playback-button:focus-visible,.playback-scrub:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.legend-stale-sm{width:12px;height:12px;border-radius:50%;border:1.5px dashed var(--text-secondary);display:inline-block}.popup-lock{font-size:12px;margin-bottom:6px;color:#0b0b0b}.popup-lock-stale{color:#8a6d1a;font-weight:600}.verdict{margin:0 0 12px;font-size:13px;color:var(--text-secondary);max-width:78ch}.verdict-warning{color:var(--text-primary)}.cell-country{color:var(--text-muted);font-size:11px}.glossary-group+.glossary-group{margin-top:18px}.glossary-heading{margin:0 0 6px;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-weight:500}.glossary{display:grid;grid-template-columns:minmax(140px,200px) 1fr;gap:6px 18px;margin:0;font-size:13px}.glossary-term{color:var(--text-primary);font-weight:600}.glossary-spec{display:block;font-weight:400;font-size:11px;color:var(--text-muted)}.glossary-def{margin:0;color:var(--text-secondary);max-width:72ch}.empty{background:var(--surface-1);border:1px dashed var(--baseline);border-radius:12px;padding:48px 24px;text-align:center;color:var(--text-secondary)}.empty p{margin:8px auto 0;max-width:52ch;font-size:13px}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@media(max-width:720px){.button{margin-left:0;width:100%}select.input{min-width:0}.field{flex:1 1 100%}.glossary{grid-template-columns:1fr;gap:2px}.glossary-def{margin-bottom:10px}.panel-meta{margin-left:0;flex-basis:100%}.panel-toggle{flex-wrap:wrap}}
