:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#1b1e23;background:#f5f6f8;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body{min-height:100vh;margin:0}.page{gap:1rem;width:min(1100px,100% - 2rem);margin:2rem auto 3rem;display:grid}.hero{color:#fff;background:linear-gradient(120deg,#0f172a,#27374d 55%,#9f1239);border-radius:8px;padding:1.25rem 1.5rem}.hero h1{letter-spacing:0;margin:0;font-size:clamp(1.7rem,3vw,2.4rem)}.hero p{color:#e6e9ef;margin:.6rem 0 0}.panel{background:#fff;border:1px solid #dfe4ea;border-radius:8px;padding:1rem}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.form-grid label{color:#445163;gap:.35rem;font-size:.9rem;display:grid}.form-grid input,.form-grid select,.form-grid textarea,.submit{width:100%;font:inherit;border:1px solid #c7ced8;border-radius:8px}.form-grid input,.form-grid select,.form-grid textarea{color:#1b1e23;background:#fff;padding:.62rem .72rem}.form-grid textarea{resize:vertical}.form-grid .span-2{grid-column:1/-1}.submit{color:#fff;cursor:pointer;background:#111827;grid-column:1/-1;padding:.76rem 1rem;font-weight:600}.submit:disabled{opacity:.65;cursor:wait}.output{gap:.7rem;display:grid}.row{border-bottom:1px solid #eef1f4;justify-content:space-between;align-items:center;gap:.7rem;padding-bottom:.55rem;display:flex}.key{color:#5b6470;font-size:.92rem}.value{text-align:right;overflow-wrap:anywhere;font-size:.92rem}.badge{border-radius:999px;padding:.28rem .55rem;font-size:.82rem;font-weight:600}.badge-idle{color:#344054;background:#eaecf0}.badge-queued,.badge-processing{color:#7a2e0c;background:#fde4d3}.badge-completed{color:#0f5132;background:#d1f2df}.badge-failed{color:#7f1d1d;background:#fee2e2}.error{color:#b42318;background:#ffefef;border:1px solid #ffd1d1;border-radius:8px;margin:0;padding:.6rem .7rem}.script h2,.audio h2{margin:0 0 .45rem;font-size:1rem}.script p{color:#2b3440;margin:0;line-height:1.45}.audio audio{width:100%}@media (max-width:860px){.page{width:min(1100px,100% - 1rem);margin-top:1rem}.form-grid{grid-template-columns:1fr}.form-grid .span-2,.submit{grid-column:1}.row{flex-direction:column;align-items:flex-start}.value{text-align:left}}
