
#edr-sync{color:var(--foreground);display:grid;gap:18px}#edr-sync .heading{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap}#edr-sync h2,#edr-sync h3{margin:0}#edr-sync .main{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;align-items:center}#edr-sync .settings{display:grid;gap:16px}#edr-sync .control{display:grid;gap:5px}#edr-sync .labels{display:flex;justify-content:space-between;gap:10px}#edr-sync .scope{width:100%;height:260px;display:block}#edr-sync svg text{fill:var(--foreground);font-family:inherit}#edr-sync .checks{display:flex;flex-wrap:wrap;gap:12px}#edr-sync .check{display:flex;align-items:center;gap:6px}#edr-sync .dot{width:8px;height:8px;border-radius:50%;background:var(--muted-foreground)}#edr-sync .pass .dot{background:var(--green)}#edr-sync .power{height:22px;display:flex;background:var(--muted);overflow:hidden}#edr-sync .power span:first-child{background:var(--viz-series-1)}#edr-sync .power span:last-child{background:var(--viz-series-2)}#edr-sync .line{stroke:var(--border);fill:none;stroke-width:2}#edr-sync .g1{stroke:var(--viz-series-1);fill:none;stroke-width:3}#edr-sync .g2{stroke:var(--viz-series-2);fill:none;stroke-width:3}#edr-sync #edr-event{min-height:2.5em}#edr-sync [hidden]{display:none!important}@media(max-width:560px){#edr-sync .main{grid-template-columns:1fr}#edr-sync .scope{height:240px}}
#edr-sync .settings{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 20px}#edr-sync .settings h3{grid-column:1/-1}#edr-sync .settings .control{justify-items:center}#edr-sync .settings .labels{flex-direction:column;gap:2px;text-align:center}#edr-sync .pot{width:112px;height:112px;position:relative;border-radius:50%;background:repeating-conic-gradient(from -135deg,var(--border) 0deg 2deg,transparent 2deg 27deg);touch-action:none}#edr-sync .pot:before{content:'';position:absolute;inset:9px;border-radius:50%;background:var(--background)}#edr-sync .pot-face{position:absolute;inset:16px;border-radius:50%;background:radial-gradient(circle at 35% 25%,var(--secondary),var(--muted));border:2px solid var(--border);pointer-events:none;transform:rotate(var(--rotation,0deg))}#edr-sync .pot-face:after{content:'';position:absolute;width:4px;height:24px;left:calc(50% - 2px);top:6px;border-radius:3px;background:var(--foreground)}#edr-sync .pot-input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;touch-action:none}#edr-sync .pot:focus-within{outline:2px solid var(--ring);outline-offset:4px}#edr-sync .pot[data-disabled="true"]{opacity:.45}#edr-sync .pot-limits{display:flex;justify-content:space-between;width:112px}
#edr-sync .scope{width:100%;max-width:360px;height:auto;display:block;margin:0 auto 16px}#edr-sync .scope text{font-size:14px;font-weight:400}#edr-sync .scope .readout{font-size:26px;font-weight:500;font-variant-numeric:tabular-nums}#edr-sync .scope .engraved{fill:var(--muted-foreground);letter-spacing:2px;font-size:11px}#edr-sync .scope .dial-tick{stroke:var(--muted-foreground)}#edr-sync .scope .sync-light{opacity:.3}#edr-sync .scope[data-ready="true"] .sync-light{opacity:1;filter:url(#edr-led-glow)}#edr-sync .checks{justify-content:center}#edr-sync .scope .bezel{stroke:var(--border);stroke-width:1}
#edr-sync .switchboard{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center}#edr-sync .single-line{width:100%;max-width:440px;height:auto;display:block}#edr-sync .single-line text{font-size:14px;font-family:inherit}#edr-sync .switch-controls{display:grid;gap:10px;text-align:center;justify-items:center}#edr-sync .breaker-face{width:92px;height:124px;border:1px solid var(--border);border-radius:7px;background:linear-gradient(135deg,var(--secondary),var(--background));display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;position:relative;pointer-events:none}#edr-sync .breaker-slot{height:58px;width:40px;border-radius:4px;background:var(--background);border:1px solid var(--border);position:relative}#edr-sync .breaker-handle{position:absolute;width:34px;height:25px;left:2px;top:29px;border-radius:3px;background:linear-gradient(var(--muted-foreground),var(--foreground));transition:top .15s}#edr-sync .breaker-handle:after{content:'';position:absolute;left:6px;right:6px;top:10px;height:2px;background:var(--background);opacity:.6}#edr-sync .breaker-face[data-closed="true"] .breaker-handle{top:2px}#edr-sync .breaker-readout{font-weight:500;letter-spacing:.06em}#edr-sync .breaker-caption{font-size:12px;color:var(--muted-foreground)}@media(max-width:480px){#edr-sync .switchboard{grid-template-columns:1fr}.switch-controls{width:100%}#edr-sync .switch-controls{grid-template-columns:auto 1fr;justify-items:stretch;align-items:center}#edr-sync .breaker-face{width:74px;height:112px}#edr-sync .single-line{max-width:340px;margin:auto}}@media(prefers-reduced-motion:reduce){#edr-sync .breaker-handle{transition:none}}
