:root{color-scheme:dark;--bg:#090f18;--panel:#111b29;--edge:#253246;--text:#e8eff8;--muted:#91a1b7;--accent:#67e6bb;font-family:Inter,"Segoe UI","Microsoft YaHei",sans-serif;font-synthesis:none}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-size:14px}button,input{font:inherit}button,a,input{outline-offset:4px}button{border:1px solid var(--edge);background:#1a2739;color:var(--text);border-radius:8px;padding:11px 17px;cursor:pointer;font-weight:600;white-space:nowrap}button:hover:not(:disabled){background:#263a4f}button:disabled{opacity:.4;cursor:default}button.primary{background:var(--accent);color:#0b2720;border-color:var(--accent)}button.primary:hover:not(:disabled){background:#98f4d3}button.primary span{margin-left:20px}.quiet{padding:6px 10px;background:transparent;font-weight:400}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}main{max-width:1580px;padding:25px 32px 20px;margin:auto}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.brand{display:flex;align-items:center;gap:13px}h1{font-size:20px;letter-spacing:.02em;margin:0;font-weight:650}h1 span{font-size:11px;letter-spacing:.13em;color:var(--muted);margin-left:13px}.brand p{font-size:12px;color:var(--muted);margin:6px 0 0}.status{display:flex;gap:9px;align-items:center;color:var(--muted);font-size:12px}.status i,.live-dot{width:7px;height:7px;border-radius:50%;background:#627188;display:inline-block}.status.live{color:var(--accent)}.status.live i{background:var(--accent);box-shadow:0 0 12px #67e6bb44}.connect-panel{display:flex;gap:16px;flex-wrap:wrap;align-items:flex-end;background:var(--panel);border:1px solid var(--edge);padding:17px 20px;border-radius:12px;margin-bottom:18px}.connection-fields{flex:1;min-width:260px;max-width:670px}label{display:block;font-size:13px;margin-bottom:9px}label span{color:var(--muted);margin-left:12px;font-size:11px}.input-row{display:flex;border:1px solid #344158;border-radius:8px;background:#0b1421;overflow:hidden}input{background:transparent;color:var(--text);padding:11px 13px;border:0;min-width:0;width:100%;letter-spacing:1px}.input-row button{border:0;border-left:1px solid var(--edge);border-radius:0;min-width:60px}.connect-actions{display:flex;gap:9px}.connect-panel>p{flex-basis:100%;color:var(--muted);font-size:11px;margin:0}.notice{border:1px solid #755538;background:#2b241b;border-radius:8px;color:#ffd6a3;padding:12px 16px;margin-bottom:16px;line-height:1.7}.monitor-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(330px,1fr);gap:18px}section.video-card,.latency-card,.pipeline-card,.health-card,.notes-card,.samples-card{background:var(--panel);border:1px solid var(--edge);border-radius:12px;overflow:hidden}.section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px 19px;border-bottom:1px solid #233045}.section-head h2{font-size:13px;font-weight:600;margin:0;white-space:nowrap}.section-head h2 .live-dot{margin-right:9px;background:var(--accent)}.section-head>div{display:flex;gap:7px;align-items:center}.chip{font-size:10px;color:#aebbd0;border:1px solid #30405a;border-radius:5px;padding:4px 7px;white-space:nowrap}.section-note{font-size:11px;color:var(--muted)}.viewport{aspect-ratio:16/9;position:relative;background:#050a11;overflow:hidden}#video{display:block;width:100%;height:100%;object-fit:contain}.empty{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:radial-gradient(ellipse at center,#11232c66,transparent 66%)}.empty[hidden]{display:none}.empty-icon{width:56px;height:56px;border:1px solid #355052;border-radius:15px;display:grid;place-items:center;color:var(--accent);font-size:28px;background:#142a3055}.empty h3{font-size:17px;margin:18px 0 10px;font-weight:500}.empty p{font-size:12px;color:#9cacbf;margin:0 0 9px}.empty>span{font-size:10px;color:#647892}.video-overlay{position:absolute;left:16px;right:16px;top:14px;display:flex;justify-content:space-between;pointer-events:none;font:10px ui-monospace,Consolas,monospace;letter-spacing:.08em;color:#aebfd1}.video-overlay span{background:#070d16bb;padding:5px 8px;border-radius:4px}.stream-stats{display:grid;grid-template-columns:repeat(4,1fr);padding:19px 8px;gap:0}.stream-stats>div{padding:0 14px;border-right:1px solid var(--edge)}.stream-stats>div:last-child{border:0}.stream-stats span,.percentiles span,.health-values span{font-size:11px;color:var(--muted);display:block;margin-bottom:8px}.stream-stats strong{font-size:20px;font-weight:500;white-space:nowrap;font-variant-numeric:tabular-nums}small{font-size:10px;color:var(--muted);font-weight:400}.video-footer{display:flex;justify-content:space-between;gap:10px;padding:11px 18px;border-top:1px solid var(--edge);font-size:10px;color:var(--muted);flex-wrap:wrap}.latency-hero{padding:24px 23px 15px}.latency-hero>span{font-size:12px;color:#bcc8d8}.latency-hero>div{display:flex;align-items:baseline;gap:9px;margin:12px 0 8px}.latency-hero strong{font-size:58px;line-height:1.05;font-weight:500;letter-spacing:-2px;color:var(--accent);font-variant-numeric:tabular-nums}.latency-hero div>span{font-size:19px;color:var(--muted)}.latency-hero b{font-size:11px;color:var(--accent);background:#19362f;padding:4px 6px;border-radius:4px;margin-left:5px}.latency-hero p{font-size:10px;color:var(--muted);margin:0}.percentiles{display:grid;grid-template-columns:repeat(3,1fr);padding:10px 23px 20px;gap:16px}.percentiles strong{font-size:20px;font-weight:500}.chart-head{display:flex;justify-content:space-between;padding:0 23px;font-size:10px;color:var(--muted)}#trend{width:calc(100% - 38px);height:83px;margin:5px 19px 10px;display:block}.clock{border-top:1px solid var(--edge);padding:14px 23px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}.clock>div{display:flex;flex-direction:column;gap:7px}.clock span{font-size:10px;color:var(--muted)}.clock strong{font:15px ui-monospace,Consolas,monospace;color:#b9ccef}.clock p{flex-basis:100%;margin:0;font-size:10px;line-height:1.6;color:var(--muted)}.pipeline-card{margin-top:18px}.pipeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.pipeline article{padding:20px 22px;border-right:1px solid var(--edge)}.pipeline article:last-child{border:0}.step{font-size:9px;letter-spacing:.15em;color:var(--stage)}.pipeline h3{font-size:12px;font-weight:500;margin:12px 0 17px}.pipeline strong{font-size:27px;font-weight:500;font-variant-numeric:tabular-nums}.pipeline strong small{font-size:12px}.bar{height:4px;background:#223045;border-radius:5px;margin:16px 0 12px;overflow:hidden}.bar i{height:100%;width:0;display:block;background:var(--stage);border-radius:5px;transition:width .3s}.pipeline p{font-size:10px;line-height:1.8;color:var(--muted);margin:0}.queue-note{border-top:1px solid var(--edge);padding:12px 22px;font-size:11px;color:var(--muted)}.queue-note b{color:#c2cfdf;margin-left:10px;font-weight:500}.queue-note span{margin-left:18px;color:#7e91aa}.bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}.health-values{display:grid;grid-template-columns:repeat(4,1fr);padding:20px;gap:12px}.health-values strong{font-size:22px;font-weight:500}.health-card dl{padding:0 20px;margin:0 0 17px}.health-card dl>div{display:flex;gap:16px;border-top:1px solid #233045;padding:9px 0;font-size:10px;line-height:1.6}.health-card dt{color:var(--muted);min-width:110px}.health-card dd{margin:0;overflow-wrap:anywhere}.notes-card ul{padding:0 25px 5px 36px;font-size:11px;line-height:1.9;color:var(--muted)}.notes-card li{padding:7px 0}.notes-card b{color:#cbd7e7;font-weight:500}.notes-card .section-head a{font-size:11px}.samples-card{margin-top:18px}.table-scroll{overflow:auto}table{border-collapse:collapse;width:100%;font-size:11px;white-space:nowrap}th,td{text-align:right;padding:10px 17px;border-bottom:1px solid #202e41;font-variant-numeric:tabular-nums}th{font-size:10px;color:var(--muted);font-weight:400;background:#142033}th:first-child,td:first-child{text-align:left}tbody tr:last-child td{border:0}.table-empty{text-align:center!important;color:#7f92aa;padding:28px}footer{display:flex;justify-content:space-between;gap:20px;padding-top:23px;color:#6f829b;font-size:10px;line-height:1.7}footer>span:first-child{letter-spacing:.1em}.viewport:fullscreen{display:grid;place-items:center;background:black}.viewport:fullscreen #video{object-fit:contain;height:100vh;width:100vw}
@media(min-width:1500px){.latency-hero{padding-top:32px}.latency-hero strong{font-size:68px}#trend{height:105px}.clock{padding-top:20px}}
@media(max-width:1100px){main{padding:20px}.monitor-grid{grid-template-columns:minmax(0,1.45fr) minmax(300px,1fr)}.stream-stats{grid-template-columns:1fr 1fr;row-gap:18px}.stream-stats>div:nth-child(2){border:0}.pipeline article{padding:17px}.pipeline h3{font-size:11px}.latency-hero strong{font-size:50px}.clock{padding:12px 18px}.latency-hero{padding:20px 18px 12px}.percentiles{padding:8px 18px 16px}.health-values{grid-template-columns:1fr 1fr}}
@media(max-width:800px){main{padding:16px}.monitor-grid{grid-template-columns:1fr}.pipeline{grid-template-columns:1fr 1fr}.pipeline article:nth-child(2){border-right:0}.pipeline article:nth-child(-n+2){border-bottom:1px solid var(--edge)}.bottom-grid{grid-template-columns:1fr}.stream-stats{grid-template-columns:repeat(4,1fr);row-gap:0}.stream-stats>div:nth-child(2){border-right:1px solid var(--edge)}.stream-stats strong{font-size:17px}.health-values{grid-template-columns:repeat(4,1fr)}.latency-card{display:block}.connect-actions{flex:1}.connect-actions button{flex:1}.connection-fields{max-width:none}.brand h1 span{display:none}.section-head{padding:15px}footer{flex-direction:column;gap:7px}}
@media(max-width:480px){main{padding:12px}.brand{gap:9px}.brand h1{font-size:18px}.brand p{font-size:9px}.status{font-size:10px;max-width:110px}.connect-panel{padding:14px;gap:12px}.connection-fields{min-width:0;flex-basis:100%}label span{font-size:10px}.connect-actions{gap:6px}.connect-actions button{font-size:11px;padding:10px 9px}.primary span{margin-left:6px!important}.connect-panel>p{line-height:1.7}.stream-stats{grid-template-columns:1fr 1fr;row-gap:17px}.stream-stats>div:nth-child(2){border:0}.stream-stats strong{font-size:22px}.section-head{flex-wrap:wrap}.section-head>div{gap:4px}.chip{font-size:9px;padding:4px}.section-head .quiet{font-size:11px}.section-note{font-size:10px}.empty h3{font-size:14px;margin-top:12px}.empty p{font-size:10px}.empty-icon{width:38px;height:38px;font-size:23px}.empty>span{font-size:9px}.pipeline article{padding:16px 14px}.pipeline h3{font-size:11px;line-height:1.6;min-height:36px}.queue-note{padding:12px 14px;line-height:1.8}.queue-note span{display:block;margin:0}.health-values{grid-template-columns:1fr 1fr}.latency-hero strong{font-size:58px}footer{font-size:9px}}
