:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0b1020;color:#eef2ff}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,#25315f 0,#10131f 42%,#070a12)}button,input,select{font:inherit}button{border:0;border-radius:12px;padding:12px 16px;cursor:pointer;background:#7c5cfc;color:#fff;font-weight:800}button:disabled{opacity:.45;cursor:not-allowed}button.secondary{background:#26324d;color:#d6defa}button.danger{background:#bc3450}button.tiny{padding:7px 10px;border-radius:9px;font-size:12px}a{color:#90cdf4}.app{min-height:100vh;display:grid;grid-template-rows:auto auto 1fr auto}.header{padding:22px clamp(16px,4vw,34px) 10px;display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.header h1{margin:0;font-size:clamp(28px,6vw,44px);letter-spacing:-.04em;color:#dbe5ff}.header p{margin:6px 0 0;color:#aeb8d6;font-size:14px}.small{color:#8895b8;font-size:12px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:8px clamp(16px,4vw,34px)}.step{background:#26324da6;color:#9da9c8;border:1px solid #33415f;text-align:left;display:flex;align-items:center;gap:8px}.step span{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:999px;background:#182238;color:#aeb8d6}.step.active{background:#7c5cfc40;border-color:#7c5cfc;color:#eef2ff}.step.active span{background:#7c5cfc;color:#fff}.screens{min-height:0;padding:6px clamp(16px,4vw,34px) 14px}.screen{display:none;max-width:1040px;margin:0 auto}.screen.active{display:block}.hero-card,.advanced,.status,.player-shell{border:1px solid #33415f;background:#0e1423e0;border-radius:22px;box-shadow:0 18px 55px #00000040}.hero-card{padding:clamp(22px,6vw,48px);text-align:center}.hero-card h2{margin:0;font-size:clamp(28px,7vw,52px);letter-spacing:-.05em}.hero-card p{max-width:620px;margin:12px auto 0;color:#aeb8d6;line-height:1.5}.eyebrow{margin:0 0 8px!important;color:#4ecdc4!important;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900}.choice-row{display:flex;justify-content:center;gap:10px;margin-top:24px}.toggle{display:inline-flex;align-items:center;gap:10px;color:#dbe5ff;font-weight:700}.actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:24px}.center-actions{margin:14px 0}.drop-card{cursor:pointer;border-style:dashed}.drop-card:hover,.drop-card.dragover{border-color:#7c5cfc;background:#7c5cfc1f}.file-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.file,input[type=file]{width:100%;color:#dbe5ff;font-size:13px}.file-info{color:#4ecdc4!important;font-weight:800;overflow-wrap:anywhere}.advanced{margin-top:14px;padding:0}.advanced summary,.log-details summary{cursor:pointer;padding:14px 16px;color:#c7d2fe;font-weight:800}.advanced-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:0 16px 16px}.span-all{grid-column:1 / -1}.danger-zone{border:1px solid rgba(188,52,80,.45);border-radius:12px;padding:12px;background:#bc345014}.danger-zone p{margin:8px 0 0}.stack{display:grid;gap:5px;color:#aeb8d6;font-size:12px;text-align:left}.stack input,.stack select{width:100%;padding:9px 10px;border-radius:10px;border:1px solid #425174;background:#0b1020;color:#eef2ff}.status{margin:0 clamp(16px,4vw,34px) 16px;padding:12px 14px}.progress{height:18px;background:#1b2740;border-radius:999px;overflow:hidden}.progress>div{height:100%;width:0%;min-width:34px;background:linear-gradient(90deg,#7c5cfc,#4ecdc4);transition:width .15s;color:#06111f;font-size:11px;font-weight:900;text-align:center;line-height:18px}.status-row{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:8px}.log-details{margin-top:6px}.log-details summary{padding:6px 0;font-size:12px}.log{white-space:pre-wrap;color:#b8c7e8;font:12px/1.45 ui-monospace,SFMono-Regular,Menlo,monospace;max-height:150px;overflow:auto}.player-screen{max-width:none;height:calc(100vh - 178px)}.player-shell{height:100%;display:grid;grid-template-rows:auto 1fr auto;overflow:hidden}.audio-bar{padding:14px 16px;background:#16213ee6;border-bottom:1px solid #33415f}audio{width:100%}.player-meta{display:flex;justify-content:space-between;gap:10px;margin-top:8px;color:#dbe5ff;font-weight:800}.transcript{overflow:auto;min-height:260px;padding:12px}.line{display:grid;grid-template-columns:96px 100px 1fr;gap:12px;padding:10px 12px;border-radius:12px;cursor:pointer;border:1px solid transparent}.line:hover{background:#ffffff0d}.line.active{background:#7c5cfc2e;border-color:#7c5cfc73}.time{color:#7f8ba8;font:12px ui-monospace,SFMono-Regular,Menlo,monospace}.speaker{font-weight:900;font-size:13px;background:transparent;padding:0;border-radius:0;text-align:left;color:inherit}.speaker:hover{text-decoration:underline}.text{line-height:1.5}.speaker-0{color:#ff6b6b}.speaker-1{color:#4ecdc4}.speaker-2{color:#95e86b}.speaker-3{color:#ffd93d}.speaker-4{color:#f8a5c2}.speaker-unknown{color:#9ca3af}.footer{padding:10px 16px;display:flex;justify-content:flex-end;gap:10px;background:#16213ee6;border-top:1px solid #33415f}@media(max-width:760px){.app{grid-template-rows:auto auto 1fr auto}.header{align-items:flex-start;flex-direction:column;padding-top:16px}.steps{grid-template-columns:1fr}.step{padding:10px 12px}.hero-card{border-radius:18px}.actions button{width:100%}.advanced-grid{grid-template-columns:1fr}.status-row,.player-meta{align-items:flex-start;flex-direction:column}.player-screen{height:calc(100vh - 220px)}.line{grid-template-columns:1fr;gap:4px;padding:12px}.time{font-size:11px}.footer{flex-wrap:wrap}.footer button{flex:1;min-width:120px}}
