:root{font-family:Inter,system-ui,sans-serif;color:#e5eef8;background:#0f1720}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,rgba(68,122,255,.22),transparent 30%),#0f1720}.app{width:min(960px,calc(100% - 32px));margin:0 auto;padding:32px 0 48px}.hero h1{margin:0 0 8px;font-size:clamp(2rem,5vw,3rem)}.hero p{margin:0;color:#9fb1c5}.card{margin-top:24px;padding:20px;border:1px solid rgba(159,177,197,.18);border-radius:18px;background:#0f1720cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.controls{display:grid;gap:16px}label{display:grid;gap:8px;color:#c9d7e5;font-weight:600}label.field{max-width:320px}input,select{width:100%;padding:12px 14px;border:1px solid #2e4157;border-radius:12px;color:#e5eef8;background:#13202d;font:inherit}select{cursor:pointer}select:disabled{opacity:.55;cursor:not-allowed}button{border:0;border-radius:12px;padding:12px 18px;color:#fff;background:#3867ff;cursor:pointer;font-weight:700}button:disabled{opacity:.5;cursor:not-allowed}.button-row{display:flex;gap:12px;flex-wrap:wrap}.status{margin:0;font-weight:700}.status.idle{color:#9fb1c5}.status.pending{color:#ffd166}.status.live{color:#67e8a5}.status.error{color:#ff7b7b}.transcript-header{display:flex;justify-content:space-between;align-items:center;gap:16px}.transcript-header h2{margin:0}.meta{color:#9fb1c5;font-size:.95rem}.transcript-output,.partial-output{margin:16px 0 0;padding:16px;border-radius:12px;background:#0a1118;border:1px solid rgba(159,177,197,.12);color:#eef6ff;white-space:pre-wrap;min-height:200px}.partial-wrap{margin-top:16px}.partial-label{color:#9fb1c5;font-size:.9rem}.partial-output{min-height:72px;color:#8ab4ff}@media(max-width:640px){.app{width:min(100% - 20px,960px);padding-top:20px}.transcript-header{align-items:flex-start;flex-direction:column}}
