:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.page{max-width:1440px;min-height:100vh;margin:0 auto;padding:32px 24px;transition:background .25s,color .25s}.page.dark{color:#f9fafb;background:#111827}.page.light{color:#111827;background:#f3f4f6}.topbar{justify-content:flex-end;margin-bottom:12px;display:flex}.theme-toggle{cursor:pointer;border:none;border-radius:10px;padding:10px 14px;font-weight:600}.page.dark .theme-toggle{color:#f9fafb;background:#374151}.page.light .theme-toggle{color:#111827;background:#e5e7eb}.page.dark .panel{background:#1f2937;border:1px solid #374151}.page.light .panel{background:#fff;border:1px solid #d1d5db}.page.dark .card{background:#111827;border:1px solid #374151}.page.light .card{background:#f9fafb;border:1px solid #d1d5db}.page.dark .chart{color:#93c5fd;background:#0f172a;border:1px solid #334155}.page.light .chart{color:#2563eb;background:#fff;border:1px solid #cbd5e1}.page.dark .notes,.page.dark .hero p,.page.dark .chart-labels,.page.dark .card span{color:#cbd5e1}.page.light .notes,.page.light .hero p,.page.light .chart-labels,.page.light .card span{color:#4b5563}.page.light .ad-slot{color:#6b7280;border:1px dashed #9ca3af}.page.dark .ad-slot{color:#94a3b8;border:1px dashed #64748b}.page.dark .hero h1,.page.dark .panel h2{color:#f9fafb}.page.light .hero h1,.page.light .panel h2{color:#111827}.hero{margin-bottom:24px}.hero h1{margin:0 0 8px;font-size:30px}.hero p{color:#cbd5e1;margin:0}.panel{background:#1f2937;border:1px solid #374151;border-radius:16px;margin-bottom:18px;padding:20px}.controls{flex-wrap:wrap;align-items:end;gap:14px;margin-bottom:20px;display:flex}label{color:#cbd5e1;flex-direction:column;gap:6px;font-size:14px;display:flex}select,button{border:1px solid #4b5563;border-radius:10px;height:42px;padding:0 14px;font-size:15px}button{color:#fff;cursor:pointer;background:#2563eb;border:none;font-weight:600}button.stop{background:#dc2626}.error{background:#7f1d1d;border:1px solid #ef4444;border-radius:10px;margin-bottom:16px;padding:12px}.meters{grid-template-columns:repeat(6,minmax(150px,1fr));gap:12px;display:grid}.card{background:#111827;border:1px solid #374151;border-radius:14px;padding:16px}.card span{color:#94a3b8;margin-bottom:8px;font-size:13px;display:block}.card strong{font-size:24px}.chart{color:#93c5fd;background:#0f172a;border:1px solid #334155;border-radius:12px;width:100%;height:auto}.gauge-card{border-radius:14px;padding:12px}.gauge-svg{width:100%;height:auto}.chart-labels{color:#94a3b8;justify-content:space-between;margin-top:6px;font-size:13px;display:flex}.chart-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;margin-top:20px;display:grid}.switch-control{align-items:center;gap:10px;height:42px;font-size:14px;font-weight:600;display:flex}.switch{cursor:pointer;background:#64748b;border:none;border-radius:999px;width:54px;height:30px;padding:0;transition:background .2s;position:relative}.switch.on{background:#2563eb}.switch-knob{background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .2s;position:absolute;top:4px;left:4px}.switch.on .switch-knob{transform:translate(24px)}.mode-badge{border-radius:999px;margin-left:8px;padding:3px 8px;font-size:12px;font-weight:700;display:inline-block}.page.dark .mode-badge{color:#bfdbfe;background:#374151}.page.light .mode-badge{color:#1d4ed8;background:#e5e7eb}.gauge-title{letter-spacing:.04em;font-size:13px;font-weight:800}.page.dark .gauge-title{fill:#f9fafb}.page.light .gauge-title{fill:#111827}.page.dark .notes h2{color:#f9fafb}.page.light .notes h2{color:#111827}.gauge-grid{grid-template-columns:repeat(2,minmax(320px,1fr));gap:16px;margin-top:20px;display:grid}.gauge-card{border-radius:14px;padding:10px;overflow:hidden}.page.dark .gauge-card{background:#111827;border:1px solid #374151}.page.light .gauge-card{background:#f9fafb;border:1px solid #d1d5db}.gauge-svg{width:100%;height:auto;display:block}.gauge-arc{stroke:currentColor;stroke-width:4px;opacity:.85}.gauge-major-tick{stroke:currentColor;stroke-width:2.5px}.gauge-minor-tick{stroke:currentColor;stroke-width:1.2px;opacity:.65}.gauge-tick-label{fill:currentColor;font-size:12px;font-weight:700}.gauge-title{letter-spacing:.04em;fill:currentColor;font-size:14px;font-weight:900}.gauge-value{font-size:26px;font-weight:900}.gauge-needle{stroke:#ef4444;stroke-width:4px;stroke-linecap:round}.gauge-needle-center{fill:#ef4444}.range-control{align-items:center;gap:8px;height:42px;font-size:14px;font-weight:600;display:flex}.range-control>span{margin-right:2px}.range-button{cursor:pointer;background:0 0;border:1px solid;border-radius:999px;height:32px;padding:0 10px;font-size:13px;font-weight:700}.page.dark .range-button{color:#f9fafb;border-color:#4b5563}.page.light .range-button{color:#111827;border-color:#cbd5e1}.range-button.active{border-color:#0000}.page.dark .range-button.active{color:#111827;background:#fbbf24}.page.light .range-button.active{color:#fff;background:#2563eb}.page.dark .gauge-title,.page.dark .gauge-tick-label,.page.dark .gauge-arc,.page.dark .gauge-major-tick,.page.dark .gauge-minor-tick{color:#f9fafb}.page.light .gauge-title,.page.light .gauge-tick-label,.page.light .gauge-arc,.page.light .gauge-major-tick,.page.light .gauge-minor-tick{color:#111827}.page.dark .gauge-value{fill:#fbbf24}.page.light .gauge-value{fill:#1d4ed8}.gauge-value.out-of-range{fill:#ef4444}.gauge-heading{text-align:center;letter-spacing:.04em;margin-top:8px;margin-bottom:6px;font-size:14px;font-weight:900}.page.dark .gauge-heading{color:#f9fafb}.page.light .gauge-heading{color:#111827}@media (width<=900px){.gauge-grid{grid-template-columns:1fr}}.ad-slot{text-align:center;color:#94a3b8;border:1px dashed #64748b;border-radius:14px;margin-bottom:18px;padding:22px;display:none}.notes{color:#cbd5e1;line-height:1.6}@media (width<=1200px){.meters{grid-template-columns:repeat(3,minmax(160px,1fr))}}@media (width<=720px){.meters{grid-template-columns:repeat(2,minmax(150px,1fr))}}.chart-panel{margin-bottom:0}.chart-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;display:flex}.chart-header h2{margin:0;font-size:18px}.fullscreen-button{white-space:nowrap;border-radius:999px;height:34px;padding:0 12px;font-size:13px;font-weight:800}.chart-range-controls{border-radius:12px;flex-wrap:wrap;align-items:end;gap:12px;margin-bottom:12px;padding:12px;display:flex}.page.dark .chart-range-controls{background:#0f172a;border:1px solid #334155}.page.light .chart-range-controls{background:#f9fafb;border:1px solid #d1d5db}.chart-range-controls label{min-width:110px}.chart-range-controls input[type=number]{border:1px solid #94a3b8;border-radius:8px;width:110px;height:34px;padding:0 8px}.page.dark .chart-range-controls input[type=number]{color:#f9fafb;background:#111827}.page.light .chart-range-controls input[type=number]{color:#111827;background:#fff}.chart-range-controls input[type=number]:disabled{opacity:.55;cursor:not-allowed}.checkbox-label{flex-direction:row;align-items:center;gap:6px;height:34px}.checkbox-label input{width:16px;height:16px}.chart-panel:fullscreen{border-radius:0;flex-direction:column;width:100vw;height:100vh;margin:0;padding:22px;display:flex;overflow:auto}.chart-panel:fullscreen .chart{flex:1;width:100%;height:calc(100vh - 180px);min-height:0}.chart-panel:fullscreen .chart-labels{margin-top:10px}.page.dark .chart-panel:fullscreen{color:#f9fafb;background:#111827}.page.light .chart-panel:fullscreen{color:#111827;background:#f3f4f6}@media (width<=900px){.chart-header{flex-direction:column;align-items:flex-start}}
