.recording-review{display:grid;grid-template-columns:auto auto minmax(120px,1fr) auto;gap:10px;align-items:center;padding:10px 16px;border-top:1px solid var(--line);background:#fff}
.recording-review button,.mic-test-row button{border:1px solid #b9ddd0;background:#fff;color:var(--mint-dark);border-radius:7px;padding:8px 12px;cursor:pointer}
.recording-review input{width:100%;accent-color:var(--mint)}
.device-settings{display:grid;gap:12px}
.device-settings label{display:grid;grid-template-columns:82px 1fr;align-items:center;gap:10px;color:var(--muted);font-size:13px}
.device-settings select{min-width:0;padding:9px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--ink)}
.device-settings small{color:var(--muted)}
.mic-test-row{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:center}
.mic-test-row meter{width:100%;height:18px;accent-color:var(--mint)}
.assessment-marker circle{stroke:#fff;stroke-width:2}
.assessment-marker text{fill:#fff;font-size:9px;font-weight:700;text-anchor:middle}
.note-group.rhythm-warning .note-head{stroke:#e39b16;stroke-width:3}
.note-group.reviewing .note-head{filter:drop-shadow(0 0 7px rgba(49,134,216,.9));stroke:#3186d8;stroke-width:3}
.scan-note-zone{fill:transparent}
.note-group.correct .scan-note-zone{fill:rgba(12,167,105,.18);stroke:#0ca769;stroke-width:2}
.note-group.wrong .scan-note-zone{fill:rgba(240,93,94,.16);stroke:#f05d5e;stroke-width:2}
.note-group.rhythm-warning .scan-note-zone{stroke:#e39b16;stroke-width:3}
.note-group.reviewing .scan-note-zone{fill:rgba(49,134,216,.16);stroke:#3186d8;stroke-width:3}
.karaoke-coach{margin-top:10px}.karaoke-readout{display:grid;grid-template-columns:1fr auto 1fr;gap:8px;align-items:center;font-size:12px;color:var(--muted)}.karaoke-readout strong{text-align:center;color:var(--ink);font-size:15px}.karaoke-readout span:last-child{text-align:right}.pitch-lane{height:32px;margin-top:9px;border-radius:6px;background:linear-gradient(90deg,#f9d8d8 0 30%,#e4f4ed 42% 58%,#f9d8d8 70%);position:relative;overflow:hidden}.pitch-center{position:absolute;left:50%;top:0;bottom:0;width:2px;background:#0ca769}.pitch-indicator{position:absolute;left:50%;top:5px;width:22px;height:22px;border-radius:50%;background:#8a948f;border:3px solid #fff;box-shadow:0 1px 6px rgba(0,0,0,.25);transform:translateX(-50%);transition:left .06s linear,background .12s}.beat-progress{height:5px;margin-top:8px;background:#dce5e1;border-radius:4px;overflow:hidden}.beat-progress span{display:block;width:0;height:100%;background:#3186d8;transition:width .05s linear}
@media(max-width:650px){.recording-review{grid-template-columns:auto 1fr auto}.recording-review button{grid-column:1/-1}.device-settings label{grid-template-columns:1fr}#scoreSvg{height:auto!important}}
