.pc-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.pc-group{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.pc-pop-anchor{position:relative}.pc-btn{display:inline-flex;align-items:center;gap:6px;background:#ffffff0a;border:1px solid rgba(230,236,241,.08);color:#e6ecf1c7;font:inherit;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:7px 11px;border-radius:8px;cursor:pointer;transition:all .15s;white-space:nowrap}.pc-btn:hover{background:#e6ecf114;border-color:#e6ecf12e;color:#fff}.pc-btn.active{background:#e2c78d29;border-color:#e2c78d80;color:var(--warm-bright)}.pc-btn.recording{color:#ef4444;border-color:#ef444480;background:#ef44441f}.pc-btn.pulse{animation:pcPulse 1s infinite}@keyframes pcPulse{0%,to{box-shadow:0 0 #e2c78d99}50%{box-shadow:0 0 0 4px #e2c78d00}}.pc-btn-label{display:inline-flex;align-items:center;gap:4px}.pc-btn-sm{padding:7px}.pc-num{font-variant-numeric:tabular-nums;opacity:.85}.pc-badge{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;background:var(--warm-bright);color:#0b1f31;border-radius:8px;font-size:9px;font-weight:800}.pc-dot-on{width:6px;height:6px;border-radius:50%;background:#22c55e;box-shadow:0 0 6px #22c55e;display:inline-block}.pc-rec-dot{width:8px;height:8px;border-radius:50%;background:#ef4444;display:inline-block}.pc-rec-dot-inline{width:7px;height:7px}.pc-btn.recording .pc-rec-dot-inline{animation:pcBlink .9s infinite}@keyframes pcBlink{50%{opacity:.3}}.pc-popover{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);min-width:240px;background:#fff;color:#0b1f31;border-radius:12px;padding:14px;box-shadow:0 12px 32px #00000073;z-index:50;text-transform:none;letter-spacing:0}.pc-pop-title{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin-bottom:10px}.pc-pop-label{font-size:12px;color:#4b5563;margin:8px 0 4px}.pc-pop-hint{font-size:12px;color:#4b5563;margin:6px 0;line-height:1.5}.pc-empty{font-style:italic;padding:8px 0}.pc-pop-cta{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:10px;background:#0b1f31;color:#fff;border:none;border-radius:8px;font:inherit;font-weight:700;font-size:13px;cursor:pointer;margin-top:8px}.pc-pop-cta:hover{background:#050f18}.pc-pop-cta.on{background:var(--warm-bright);color:#0b1f31}.pc-pop-cta.record{background:#ef4444}.pc-pop-cta.record.on{background:#0b1f31}.pc-bpm-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:6px 0 10px}.pc-bpm-btn{width:32px;height:32px;border-radius:50%;background:#e8ecf0;border:1px solid rgb(223,223,219);font-size:18px;font-weight:700;color:#0b1f31;cursor:pointer}.pc-bpm-btn:hover{background:#0b1f31;color:#fff}.pc-bpm-display{text-align:center}.pc-bpm-num{font-size:30px;font-weight:900;line-height:1;color:#0b1f31;font-variant-numeric:tabular-nums}.pc-bpm-unit{font-size:10px;font-weight:800;letter-spacing:.16em;color:#4b5563;text-transform:uppercase}.pc-slider{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:4px;border-radius:2px;background:#dfdfdb;cursor:pointer}.pc-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#0b1f31;border:2px solid #fff}.pc-slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#0b1f31;border:2px solid #fff}.pc-slider:disabled{opacity:.4}.pc-toggle-row{display:flex;align-items:center;justify-content:space-between;margin:6px 0 10px;font-size:13px;font-weight:600}.pc-switch{position:relative;display:inline-block;width:36px;height:20px;background:#dfdfdb;border:0;border-radius:10px;cursor:pointer}.pc-switch.on{background:#0b1f31}.pc-switch-knob{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .15s}.pc-switch.on .pc-switch-knob{transform:translate(16px)}.pc-size-row{display:flex;gap:6px;margin:6px 0 10px}.pc-size-btn{flex:1;padding:8px 0;border-radius:8px;border:1px solid rgb(223,223,219);background:#fff;font:inherit;font-size:13px;font-weight:800;color:#0b1f31;cursor:pointer}.pc-size-btn:hover{border-color:#0b1f31}.pc-size-btn.active{background:#0b1f31;border-color:#0b1f31;color:#fff}.pc-takes{margin-top:10px;max-height:180px;overflow-y:auto}.pc-take-row{display:flex;align-items:center;gap:8px;padding:6px 0;border-top:1px solid rgb(223,223,219);font-size:12px}.pc-take-row:first-child{border-top:none}.pc-take-name{font-weight:700;flex:1}.pc-take-meta{color:#4b5563;font-size:11px;font-variant-numeric:tabular-nums}.pc-take-btn{width:24px;height:24px;border-radius:50%;background:#e8ecf0;border:1px solid rgb(223,223,219);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.pc-octave-row{margin:4px 0 12px}.pc-octave-range{flex:1;text-align:center;font-size:12px;font-weight:700;color:#0b1f31}.pc-bpm-btn:disabled{opacity:.35;cursor:default}.pc-mode-list{display:grid;gap:6px;margin:6px 0 4px}
