.microphone-test-panel{display:flex;flex-direction:column;gap:18px;min-width:0}.microphone-test-panel__header,.microphone-test-panel__heading,.microphone-test-panel__playback,.microphone-test-panel__playback-copy,.microphone-test-panel__recording-actions,.microphone-test-panel__recording-head,.microphone-test-panel__visualizer-head{align-items:center;display:flex}.microphone-test-panel__header,.microphone-test-panel__playback,.microphone-test-panel__recording-head,.microphone-test-panel__visualizer-head{gap:14px;justify-content:space-between}.microphone-test-panel__heading{gap:12px;min-width:0}.microphone-test-panel__heading-icon{background:#ea55551f;border-radius:15px;color:var(--danger-color);display:grid;flex:0 0 46px;height:46px;place-items:center;width:46px}.microphone-test-panel__heading-icon svg{height:26px;width:26px}.microphone-test-panel__section-title,.microphone-test-panel__title{color:#111827;font-weight:800;margin:0}.microphone-test-panel__title{font-size:20px}.microphone-test-panel__section-title{font-size:17px}.microphone-test-panel__recording-error,.microphone-test-panel__recording-head p,.microphone-test-panel__signal-copy,.microphone-test-panel__subtitle{color:#6b7280;font-size:13px;line-height:1.5;margin:0}.microphone-test-panel__status{background:#f3f4f6;border-radius:999px;color:#4b5563;flex:0 0 auto;font-size:11px;font-weight:800;padding:6px 9px}.microphone-test-panel__status--requesting{background:#fff7ed;color:#c2410c}.microphone-test-panel__status--active{background:#ecfdf3;color:#15803d}.microphone-test-panel__status--error{background:#fef2f2;color:#b91c1c}.microphone-test-panel__workspace{align-items:stretch;background:#fff;border:1px solid rgba(17,24,39,.08);border-radius:18px;display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr);min-width:0;overflow:hidden}.microphone-test-panel__controls,.microphone-test-panel__result{display:flex;flex-direction:column;min-width:0}.microphone-test-panel__controls{background:#fbfcfe;border-right:1px solid rgba(17,24,39,.08);gap:14px;padding:18px}.microphone-test-panel__result{gap:12px;padding:18px}.microphone-test-panel__error{background:#fef2f2;border-radius:11px;color:#b91c1c;display:grid;font-size:12px;gap:8px;grid-template-columns:auto minmax(0,1fr);line-height:1.5;padding:11px}.microphone-test-panel__error svg{height:19px;width:19px}.microphone-test-panel__error p{margin:0}.microphone-test-panel__checks{display:flex;flex-direction:column;gap:9px;list-style:none;margin:0;padding:4px 0 0}.microphone-test-panel__check{align-items:center;color:#4b5563;display:flex;font-size:13px;font-weight:700;gap:8px}.microphone-test-panel__check svg{color:#9ca3af;flex:0 0 19px;height:19px;width:19px}.microphone-test-panel__check .microphone-test-panel__check-icon--complete{color:#16a34a}.microphone-test-panel__level-value{color:var(--danger-color);font-size:24px;font-variant-numeric:tabular-nums}.microphone-test-panel__canvas-wrap{background:#fbfcfe;border:1px solid #e5e7eb;border-radius:14px;min-height:190px;overflow:hidden;position:relative}.microphone-test-panel__canvas{display:block;height:190px;width:100%}.microphone-test-panel__canvas-placeholder{align-items:center;background:#fbfcfed1;color:#6b7280;display:flex;flex-direction:column;font-size:13px;font-weight:700;gap:8px;inset:0;justify-content:center;padding:20px;position:absolute;text-align:center}.microphone-test-panel__canvas-placeholder svg{color:#9ca3af;height:30px;width:30px}.microphone-test-panel__meter{background:#e5e7eb;border-radius:999px;height:10px;overflow:hidden}.microphone-test-panel__meter-value{background:linear-gradient(90deg,#22c55e,#eab308 72%,#ef4444);border-radius:inherit;display:block;height:100%;transition:width .14s ease-out}.microphone-test-panel__meter-labels{color:#9ca3af;display:flex;font-size:10px;font-weight:700;justify-content:space-between}.microphone-test-panel__recording{border-top:1px solid rgba(17,24,39,.08);display:flex;flex-direction:column;gap:12px;margin-top:6px;min-width:0;padding-top:16px}.microphone-test-panel__recording-time{color:#b91c1c;flex:0 0 auto;font-size:12px;font-variant-numeric:tabular-nums;font-weight:800}.microphone-test-panel__recording-actions{flex-wrap:wrap;gap:8px}.microphone-test-panel__recording-progress{background:#fee2e2;border-radius:999px;height:5px;overflow:hidden}.microphone-test-panel__recording-progress span{background:var(--danger-color);border-radius:inherit;display:block;height:100%}.microphone-test-panel__recording-error{color:#b91c1c}.microphone-test-panel__playback{background:#f0fdf4;border:1px solid rgba(21,128,61,.16);border-radius:13px;min-width:0;padding:12px}.microphone-test-panel__playback-copy{color:#166534;gap:9px;min-width:0}.microphone-test-panel__playback-copy svg{flex:0 0 24px;height:24px;width:24px}.microphone-test-panel__playback-copy div{display:flex;flex-direction:column;min-width:0}.microphone-test-panel__playback-copy span{font-size:12px}.microphone-test-panel__playback audio{height:42px;min-width:220px;width:min(100%,360px)}.microphone-test-panel__live-status{height:1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);white-space:nowrap}@media(max-width:860px){.microphone-test-panel__workspace{grid-template-columns:minmax(0,1fr)}.microphone-test-panel__controls{border-bottom:1px solid rgba(17,24,39,.08);border-right:0}}@media(max-width:620px){.microphone-test-panel__header,.microphone-test-panel__playback,.microphone-test-panel__recording-head,.microphone-test-panel__visualizer-head{align-items:flex-start;flex-direction:column}.microphone-test-panel__controls,.microphone-test-panel__result{padding:14px}.microphone-test-panel__canvas,.microphone-test-panel__canvas-wrap{height:160px;min-height:160px}.microphone-test-panel__playback audio,.microphone-test-panel__recording-actions,.microphone-test-panel__recording-actions .UiButton{width:100%}.microphone-test-panel__playback audio{min-width:0}}
