.producer-studio{--primary:#d7fc44;--background:#050505;--surface:#111;--border:#333;--text-muted:#888;--radius:8px;--font-mono:ui-monospace, "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", monospace;color:#fff;isolation:isolate;background:#050505;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;position:relative}.producer-studio:before{content:"";pointer-events:none;z-index:-1;opacity:.03;background-image:url(/producer-tag-studio/noise.svg);position:absolute;inset:0}.producer-studio button:not(:disabled),.producer-studio summary{cursor:pointer}.producer-studio button:focus-visible,.producer-studio a:focus-visible,.producer-studio input:focus-visible,.producer-studio select:focus-visible{outline-offset:3px;outline:2px solid #d7fc44}.producer-studio input[type=range]{accent-color:#d7fc44;width:100%}.studio-panel{background:#1116;border:1px solid #333}.studio-choice{color:#888;background:#050505;border:1px solid #333;transition:color .2s,border-color .2s,background-color .2s}.studio-choice:hover{color:#fff;border-color:#888}.studio-choice[aria-pressed=true],.studio-choice[aria-selected=true]{color:#000;background:#d7fc44;border-color:#d7fc44}.studio-voice{background:#111;border:1px solid #333;border-radius:12px;padding:16px;transition:all .2s}.studio-voice[data-selected=true]{border-color:#d7fc44;box-shadow:0 0 0 2px #d7fc44}.studio-voice:hover{background:#1a1a1a;border-color:#888}.studio-input label{color:#fff;font-family:var(--font-mono);font-size:14px;font-weight:500}.studio-input input{color:#fff;height:50px;box-shadow:none;font-family:var(--font-mono);background:#111;border:1px solid #333;border-radius:8px;padding:12px 65px 12px 16px;font-size:16px}.studio-input input::placeholder{color:#888}.studio-result{width:100%;min-width:0}.studio-result__title{font:600 14px/20px var(--font-mono);color:#fff;margin:0 0 10px}.studio-result__metadata{flex-wrap:wrap;gap:6px;margin-bottom:10px;display:flex}.studio-result__voice{max-width:100%;font:12px/16px var(--font-mono);background:#ffffff0a;border:1px solid #ffffff0f;border-radius:6px;align-items:center;gap:4px;padding:2px 8px;display:inline-flex}.studio-result__voice>span{color:#888888b3}.studio-result__voice strong{overflow-wrap:anywhere;color:#fff;font-weight:500}.studio-result__player{border:1px solid var(--border);background:#1119;border-radius:12px;align-items:center;gap:16px;padding:16px;display:flex}.studio-result audio{display:none}.studio-result__play{background:var(--primary);color:#050505;border:0;border-radius:50%;flex:none;place-items:center;width:48px;height:48px;transition:background-color .2s,transform .2s;display:grid}.studio-result__play:hover{background:#c5e833;transform:scale(1.04)}.studio-result__play svg{width:20px;height:20px}.studio-result__play svg.lucide-play{margin-left:2px}.studio-result__timeline{flex:1;min-width:0}.producer-studio .studio-result__seek{appearance:none;cursor:pointer;background:0 0;border:0;border-radius:999px;width:100%;height:14px;margin:0;padding:0;display:block}.studio-result__seek::-webkit-slider-runnable-track{background:linear-gradient(to right, var(--primary) 0%, var(--primary) var(--audio-progress), #333 var(--audio-progress), #333 100%);border-radius:999px;height:8px}.studio-result__seek::-moz-range-track{background:linear-gradient(to right, var(--primary) 0%, var(--primary) var(--audio-progress), #333 var(--audio-progress), #333 100%);border-radius:999px;height:8px}.studio-result__seek::-webkit-slider-thumb{appearance:none;background:#fff;border:0;border-radius:50%;width:14px;height:14px;margin-top:-3px}.studio-result__seek::-moz-range-thumb{background:#fff;border:0;border-radius:50%;width:14px;height:14px}.studio-result__seek:disabled{cursor:wait}.studio-result__times{color:var(--text-muted);font:12px/16px var(--font-mono);font-variant-numeric:tabular-nums;justify-content:space-between;gap:8px;margin-top:8px;display:flex}.studio-result__actions{flex:none;align-items:center;gap:12px;display:flex}.studio-result__regenerate{width:36px;height:36px;color:var(--text-muted);border-radius:8px;flex:none;place-items:center;transition:color .2s;display:grid}.studio-result__regenerate:hover{color:#fff}.studio-result__regenerate svg{width:18px;height:18px}.studio-result__download{background:var(--primary);color:#000;border-radius:8px;align-items:stretch;display:inline-flex;position:relative}.studio-result__download-main{white-space:nowrap;border-radius:8px 0 0 8px;justify-content:center;align-items:center;gap:8px;min-height:32px;padding:5px 12px;font-size:14px;font-weight:600;line-height:22px;display:inline-flex}.studio-result__download-main svg{width:16px;height:16px}.studio-result__download-toggle{border-left:1px solid #00000026;border-radius:0 8px 8px 0;flex:none;place-items:center;width:36px;display:grid}.studio-result__download-toggle svg{width:14px;height:14px}.studio-result__download-toggle[aria-expanded=true]{outline-offset:3px;outline:2px solid #d7fc44}.studio-result__download-main:hover,.studio-result__download-toggle:hover{background:#c5e833}.studio-result button:disabled{cursor:wait;opacity:.5}.studio-result-download-menu{z-index:30;color:#fff;background:#111;border:1px solid #333;border-radius:8px;width:192px;max-width:calc(100vw - 32px);padding:0;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 24px #0000004d}.studio-result-download-option{color:#fff;text-align:left;cursor:pointer;border-radius:0;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:40px;padding:10px 16px;font-size:14px;line-height:20px;display:flex}.studio-result .studio-result-download-option:focus-visible{outline-offset:-3px}.studio-result-download-option:focus,.studio-result-download-option:hover,.studio-result-download-option[data-highlighted]{color:#fff;background:#252525}.studio-result-download-option .studio-result-download-lock{color:#888;width:14px;height:14px;margin-left:auto}.studio-result__prompt{background:#d7fc440d;border:1px solid #d7fc4440;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:16px;padding:14px 16px;display:flex}.studio-result__prompt-copy{flex:1;align-items:flex-start;gap:10px;min-width:0;display:flex}.studio-result__prompt-copy>svg{width:16px;height:16px;color:var(--primary);flex:none;margin-top:2px}.studio-result__prompt-title{color:#fff;font:400 14px/1.375 var(--font-mono);margin:0}.studio-result__prompt-description{color:var(--text-muted);font:400 12px/1.625 var(--font-mono);margin:4px 0 0}.studio-result__prompt-actions{flex:none;align-items:center;gap:8px;display:flex}.studio-result__preview{color:#000;background:#fff;border-radius:50%;flex:none;place-items:center;width:44px;height:44px;transition:transform .2s;display:grid}.studio-result__preview:hover{transform:scale(1.05)}.studio-result__preview[aria-pressed=true]{background:var(--primary)}.studio-result__preview svg{fill:currentColor;width:16px;height:16px}.studio-result__preview svg.lucide-play{margin-left:2px}.studio-result__prompt-action{color:var(--primary);font:500 14px/20px var(--font-mono);white-space:nowrap;background:#0000002e;border:1px solid #d7fc4466;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:10px 16px;transition:background-color .2s;display:inline-flex}.studio-result__prompt-action:hover{background:#d7fc441f}.studio-result__prompt-action svg{width:14px;height:14px}.studio-result__notice{color:var(--primary);font:12px/1.625 var(--font-mono);flex-basis:100%;margin:0}.studio-result__error{color:#fca5a5;margin-top:12px;font-size:13px;line-height:20px}.studio-pricing-dialog{color:#fff;background:#050505;border:1px solid #333;border-radius:16px;flex-direction:column;gap:0;width:calc(100% - 32px);max-width:880px;max-height:calc(100dvh - 32px);padding:0;display:flex;overflow:hidden}.studio-pricing-dialog__header{border-bottom:1px solid #333;justify-content:space-between;align-items:center;gap:16px;padding:12px 20px;display:flex}.studio-pricing-dialog__header [data-slot=dialog-title]{font-family:ui-monospace,monospace;font-size:14px}.studio-pricing-dialog__close{color:#a3a3a3;cursor:pointer;border-radius:8px;flex:none;place-items:center;width:36px;height:36px;display:grid}.studio-pricing-dialog__close:hover{color:#fff;background:#222}.studio-pricing-dialog__close:focus-visible{outline-offset:2px;outline:2px solid #d7fc44}.studio-pricing-dialog__close svg{width:18px;height:18px}.studio-pricing-dialog__body{overscroll-behavior:contain;min-height:0;overflow-y:auto}.studio-pricing-dialog #pricing{padding-block:28px}.studio-pricing-dialog #pricing h2{font-size:32px;line-height:1.1}@media (width<=639px){.studio-result-download-option{min-height:44px}.studio-pricing-dialog{width:calc(100% - 16px);max-height:calc(100dvh - 16px)}.studio-pricing-dialog__close{width:44px;height:44px}.studio-result__player{grid-template-columns:48px minmax(0,1fr);gap:16px 12px;display:grid}.studio-result__actions{grid-column:1/-1;justify-content:flex-end;gap:12px}.studio-result__regenerate{width:44px;height:44px}.studio-result__download{flex:1}.studio-result__download-main{flex:1;min-height:44px}.studio-result__download-toggle{width:44px}.studio-result__prompt{flex-direction:column;align-items:stretch;gap:12px}.studio-result__prompt-actions{width:100%}.studio-result__prompt-action{flex:1;min-height:44px;padding-inline:10px}}@media (prefers-reduced-motion:reduce){.studio-result button{transition:none}.studio-result__play:hover,.studio-result__preview:hover{transform:none}.studio-result .animate-spin{animation:none}}
