:root{--audio-bar-h: 52px}body.has-audio-top-bar{padding-top:var(--audio-bar-h)}.app-audio-top-bar{position:fixed;top:0;left:0;right:0;z-index:9998;display:flex;align-items:center;justify-content:space-between;gap:12px;height:var(--audio-bar-h);padding:0 14px;background:#12151f;border-bottom:1px solid #2a2f40;box-sizing:border-box}.app-audio-top-bar__home{color:#93c5fd;text-decoration:none;font-size:.88rem;white-space:nowrap}.app-audio-top-bar__home:hover{text-decoration:underline}.app-audio-top-bar__home[hidden]{display:none!important}.app-audio-top-bar__title{flex:1;min-width:0;margin:0;font-size:.82rem;font-weight:600;color:#94a3b8;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-audio-top-bar__btn{flex-shrink:0;padding:8px 14px;border-radius:10px;border:1px solid #334155;background:#1e293b;color:#e2e8f0;font-size:.82rem;font-weight:600;cursor:pointer;white-space:nowrap}.app-audio-top-bar__btn:hover{border-color:#475569;background:#273549}.app-audio-top-bar__btn--live{background:#14532d;border-color:#22c55e;color:#ecfdf5}.app-audio-top-bar__btn--live:hover{background:#166534;border-color:#4ade80}.audio-settings-dialog{width:min(440px,calc(100vw - 24px));max-width:100%;margin:auto;padding:0;border:1px solid #334155;border-radius:14px;background:#181b27;color:#e2e8f0;box-shadow:0 20px 50px #0000008c}.audio-settings-dialog::backdrop{background:#0000008c}.audio-settings-dialog__head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 16px;border-bottom:1px solid #2a2f40}.audio-settings-dialog__head h2{margin:0;font-size:1rem;font-weight:700}.audio-settings-dialog__close{width:36px;height:36px;border-radius:8px;border:1px solid #334155;background:#252a36;color:#e2e8f0;font-size:1.2rem;line-height:1;cursor:pointer}.audio-settings-dialog__refresh{width:auto!important;min-width:40px;padding:8px 12px!important;font-size:1rem!important}.audio-settings-dialog__body{padding:16px}.audio-settings-dialog__body .row{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end;margin-bottom:12px}.audio-settings-dialog__body label{display:grid;gap:4px;font-size:.82rem;color:#94a3b8}.audio-settings-dialog__body select{min-width:180px;padding:8px 10px;border-radius:8px;border:1px solid #2a2f40;background:#0f1419;color:#e2e8f0}.audio-settings-dialog__primary{width:100%;margin-bottom:14px;padding:11px 14px;border-radius:10px;border:1px solid #eab308;background:#ca8a04;color:#0f1119;font-weight:700;font-size:.95rem;cursor:pointer}.audio-settings-dialog__primary:hover{filter:brightness(1.06)}.audio-settings-dialog__primary--stop{background:#334155;border-color:#475569;color:#f1f5f9}.audio-settings-dialog .input-meter{display:flex;align-items:center;gap:8px;margin-top:4px;font-size:.82rem;color:#94a3b8}.audio-settings-dialog .input-meter__bar{flex:1;height:8px;background:#0f1419;border-radius:4px;overflow:hidden;border:1px solid #2a2f40}.audio-settings-dialog .input-meter__fill{height:100%;width:0%;background:linear-gradient(90deg,#22c55e,#86efac);transition:width .06s linear}.audio-settings-dialog .detected{margin-top:10px;font-size:.82rem;color:#94a3b8}
