.voice-workflow{border:1px solid #dfe7df;background:#fbfdfb;border-radius:16px;padding:20px;margin:0 0 18px}
.voice-workflow [hidden]{display:none}
.voice-intro{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}.voice-intro h3{margin:3px 0 4px}.voice-intro p{margin:0}.voice-selected{font-size:12px;color:#687585;background:#fff;border:1px solid #dfe5ec;border-radius:9px;padding:10px 12px;white-space:nowrap}.voice-selected strong{color:#22354d}
.voice-job{padding:11px 13px;border-radius:9px;background:#eef8e9;color:#2d6d2b;font-size:13px;margin-bottom:14px}.voice-job .dot{display:inline-block;margin-right:8px}
.voice-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.voice-card{background:#fff;border:1px solid #dfe5ec;border-radius:11px;padding:13px;min-width:0}.voice-card.selected{border-color:#62bd65;box-shadow:0 0 0 2px #e3f4e1}.voice-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.voice-card-head strong{display:block;overflow-wrap:anywhere}.voice-card code{display:block;color:#687585;font:11px ui-monospace,monospace;overflow:hidden;text-overflow:ellipsis;margin-top:5px}.voice-card button{padding:7px 10px;font-size:12px;white-space:nowrap}.voice-card audio{width:100%;height:34px;margin-top:12px}.voice-sample{background:#edf3fa;border:1px solid #cedceb;border-radius:7px;color:#2d65c8;margin-top:12px}
.voice-custom{display:grid;grid-template-columns:minmax(180px,1fr) minmax(150px,.7fr) auto;align-items:end;gap:10px;margin-top:18px;padding-top:16px;border-top:1px solid #e6ebef}.voice-custom label{font-size:12px;color:#687585}.voice-custom input{display:block;width:100%;margin-top:6px;padding:9px 10px;border:1px solid #d9e1e8;border-radius:8px;background:#fff}.voice-custom button{padding:10px 13px}.voice-custom .editor-error{grid-column:1/-1;margin:0}.voice-actions{display:flex;align-items:center;gap:12px;margin-top:18px}.voice-actions .green-action{padding:10px 15px}.voice-history{margin-top:22px;padding-top:16px;border-top:1px solid #e6ebef}.voice-history h4{margin:0 0 8px}.voice-history-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #edf0f2}.voice-history-row strong,.voice-history-row span{display:block}.voice-history-row audio{width:260px;height:34px;max-width:48%}
@media(max-width:650px){.voice-workflow{padding:14px}.voice-intro{display:block}.voice-selected{display:inline-block;margin-top:12px;white-space:normal}.voice-list{grid-template-columns:1fr}.voice-custom{grid-template-columns:1fr}.voice-custom button{width:100%}.voice-history-row{align-items:flex-start;flex-direction:column}.voice-history-row audio{max-width:100%;width:100%}.voice-actions{align-items:flex-start;flex-direction:column}}
.key-check{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:end}.key-check .remove-secret,.key-check .key-check-result{grid-column:1/-1}.key-check>button{padding:9px 11px;font-size:12px}.key-check-result{font-size:12px;color:var(--muted);margin:2px 0 0}.key-check-result.valid{color:#26733b}.key-check-result.invalid,.key-check-result.error{color:#a4352f}.key-check-result.pending{color:#496fa7}
@media(max-width:650px){.key-check{grid-template-columns:1fr}.key-check>button{width:100%}}
.voice-settings{margin-top:20px;border-top:1px solid #e6ebef;padding-top:18px}.voice-settings h4{margin:0 0 5px}.voice-settings-heading p{margin:0 0 15px}.voice-settings-fields{border:0;padding:0;margin:0;min-width:0}.voice-settings-fields:disabled{opacity:.65}.voice-settings-fields legend{font-size:12px;color:#687585;margin-bottom:12px}.voice-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.voice-setting{padding:14px;background:#fff;border:1px solid #dfe5ec;border-radius:10px}.voice-setting-label{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px;font-weight:600}.voice-setting output{color:#286132;background:#edf7eb;border-radius:6px;padding:4px 8px;font-variant-numeric:tabular-nums}.voice-setting input[type=range]{display:block;accent-color:#429553;width:100%;height:24px;margin:10px 0 1px;padding:0;cursor:pointer}.voice-setting-scale{display:flex;justify-content:space-between;color:#687585;font-size:11px}.voice-setting p{margin:10px 0 0;line-height:1.5}.voice-boost{display:flex;align-items:center;gap:12px;padding:16px 0;font-size:13px;cursor:pointer}.voice-boost input{accent-color:#429553;width:20px;height:20px;flex:0 0 auto}.voice-boost small{display:block;font-size:12px;margin-top:5px}.voice-settings-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.voice-settings-actions button{padding:9px 12px;font-size:12px}.voice-settings-status{flex:1;min-width:160px}.voice-next-help{line-height:1.6;margin-top:14px}
.words-source{background:#f5f8f5;border:1px solid #dfe7df;border-radius:12px;padding:16px;margin-bottom:18px}.words-source h3{margin:0 0 10px}.words-source audio{display:block;width:100%;max-width:540px}.words-source details{margin-top:14px}.words-source pre{white-space:pre-wrap;font-family:inherit;line-height:1.6;max-height:240px;overflow:auto}.words-source p{line-height:1.6}.words-outdated{border-left:3px solid #cb9346;background:#fff9ef;padding:14px;margin-bottom:14px}.words-outdated p{margin:8px 0 0}
@media(max-width:650px){.voice-settings-grid{grid-template-columns:1fr}.voice-settings-actions{align-items:stretch}.voice-settings-status{flex-basis:100%}}
.voice-settings .voice-boost{display:flex;font-weight:400}.voice-settings .voice-boost input{appearance:none;width:36px;height:22px;border:0;border-radius:12px;background:#bac5ce;position:relative;margin:0;cursor:pointer}.voice-settings .voice-boost input:before{content:"";position:absolute;width:16px;height:16px;border-radius:50%;background:#fff;top:3px;left:3px}.voice-settings .voice-boost input:checked{background:#429553}.voice-settings .voice-boost input:checked:before{left:17px}.voice-settings .voice-boost input:focus-visible{outline:2px solid #286132;outline-offset:3px}.voice-settings-fields>legend{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.voice-edit{margin-top:20px;padding:18px;border:1px solid #d5e2d4;border-radius:12px;background:#fff}.voice-edit-heading{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.voice-edit h4{margin:0}.voice-free{font-size:11px;color:#286132;background:#edf7eb;padding:5px 8px;border-radius:6px}.voice-edit-metrics{display:flex;gap:30px;margin-top:16px}.voice-edit-metrics span,.voice-edit-metrics strong{display:block}.voice-edit-metrics strong{font-size:24px;font-variant-numeric:tabular-nums;margin-top:4px}.voice-edit-budget,.voice-edit-result-budget{font-size:13px;color:#286132;font-weight:600}.voice-edit .over-limit{color:#a03926}.voice-edit p{line-height:1.6}.voice-edit button{padding:9px 12px;font-size:13px}.voice-edit-result{border-top:1px solid #e6ebef;margin-top:18px;padding-top:16px}.voice-edit-result audio{width:100%;max-width:520px}.voice-edit-comparison{font-variant-numeric:tabular-nums;font-size:14px}@media(max-width:650px){.voice-edit{padding:13px}.voice-edit-metrics{gap:20px}}
.voice-catalog-tools{display:flex;align-items:end;gap:12px}.voice-catalog-tools label{flex:1;margin:0;font-size:12px;color:#687585}.voice-catalog-tools input{display:block;margin-top:6px;width:100%;border:1px solid #d9e1e8;border-radius:8px;padding:9px 11px;background:#fff}.voice-catalog-tools button{padding:10px 12px;font-size:12px;white-space:nowrap}.voice-sync-status{min-height:18px;margin:10px 0 14px}.voice-origin{font-size:11px;color:#387c43;margin:9px 0 0}.voice-description{font-size:12px;color:#687585;line-height:1.5;margin:8px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.voice-list-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:12px}.voice-list-footer button{padding:8px 12px;font-size:12px}@media(max-width:650px){.voice-catalog-tools{align-items:stretch;flex-direction:column}.voice-catalog-tools button{width:100%}}
.voice-recording-settings,.voice-recording-date{display:block;margin-top:5px;line-height:1.5}
