.live-view-dialog{width:min(92vw,720px);max-height:90vh;overflow:auto;border:1px solid #b6c7cc;border-radius:14px;padding:24px;background:#fff;color:#17343c;font-size:1rem}
.live-view-dialog::backdrop{background:#071b24aa}
.live-view-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}
.live-view-heading h2{font-size:1.35rem;margin:0}
.live-view-actions{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}
.live-view-dialog button{min-height:42px;padding:8px 16px;border:1px solid #607c87;border-radius:7px;background:#f2f7f8;color:#12303a;font:inherit;cursor:pointer}
.live-view-dialog button:disabled{opacity:.5;cursor:default}
.live-view-dialog label{display:block;line-height:1.7}
.live-view-dialog small{font-size:.875rem}
#liveViewImage{display:block;max-width:100%;max-height:52vh;margin:12px auto;background:#071b24}
#liveViewImage[hidden]{display:none}
.live-head-controls{border:1px solid #b6c7cc;border-radius:8px;padding:16px;margin:16px 0;min-width:0}
.live-head-controls legend{font-weight:700;padding:0 8px}
#liveHeadAngle{width:100%;min-height:44px;accent-color:#176378}
#liveHeadHold{border-color:#9b3a2c;color:#7b2118;background:#fff4f0}
