:root{color:#e5eefc;background:#0b1120;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.screen{min-height:100vh;min-height:100dvh;background:linear-gradient(145deg,rgba(14,165,233,.14),transparent 42%),linear-gradient(24deg,rgba(34,197,94,.12),transparent 48%),#0b1120;padding:max(18px,env(safe-area-inset-top)) 18px max(24px,env(safe-area-inset-bottom))}.loading-screen,.login-screen{display:grid;place-items:center}.login-panel{width:min(100%,420px)}.brand-mark{display:grid;width:62px;height:62px;place-items:center;margin-bottom:22px;border-radius:18px;color:#fff;background:linear-gradient(135deg,#0ea5e9,#22c55e);box-shadow:0 18px 50px #0ea5e947}h1,h2,p{margin:0}.login-panel h1,.app-header h1{font-size:clamp(2.2rem,12vw,4rem);line-height:.9;letter-spacing:0}.login-panel p{margin:12px 0 28px;color:#9fb0c6}.form-stack,.form-grid{display:grid;gap:14px}label{display:grid;gap:7px;color:#b7c6d9;font-size:.88rem;font-weight:700}input,textarea{width:100%;border:1px solid rgba(148,163,184,.22);border-radius:8px;color:#f8fafc;background:#0f172ad1;outline:none}input{min-height:48px;padding:0 14px}textarea{min-height:84px;padding:13px 14px;resize:vertical}input:focus,textarea:focus{border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf82e}.primary-button,.upload-button,.icon-button{border:0;color:#fff}.primary-button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;border-radius:8px;padding:0 20px;background:linear-gradient(135deg,#0284c7,#16a34a);font-weight:900;box-shadow:0 16px 34px #0284c740}.app-screen{display:grid;align-content:start;gap:22px;max-width:720px;margin:0 auto}.app-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-top:8px}.eyebrow{display:block;margin-bottom:8px;color:#76e4f7;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.icon-button{display:grid;flex:0 0 auto;width:44px;height:44px;place-items:center;border-radius:8px;background:#0f172ae6}.upload-surface{display:grid;gap:16px;padding:18px;border:1px solid rgba(148,163,184,.2);border-radius:8px;background:#0f172ab8}.upload-button{display:grid;min-height:178px;place-items:center;gap:12px;border:2px dashed rgba(125,211,252,.7);border-radius:8px;background:#082f4980;font-size:1.45rem;font-weight:950}.file-chip{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;min-width:0;padding:12px;border-radius:8px;background:#0284c738}.file-chip span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notes-field{grid-column:1 / -1}.progress-wrap{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;color:#bae6fd;font-weight:800}.progress-track{height:10px;overflow:hidden;border-radius:999px;background:#94a3b833}.progress-bar{height:100%;border-radius:inherit;background:linear-gradient(90deg,#38bdf8,#22c55e)}.status{display:flex;gap:8px;align-items:center;padding:10px 12px;border-radius:8px;font-weight:800}.ok{color:#bbf7d0;background:#16a34a2e}.bad,.error{color:#fecaca;background:#dc26262e}.error{padding:10px 12px;border-radius:8px;font-weight:800}.history-section{display:grid;gap:12px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.section-heading h2{font-size:1.15rem}.storage-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border-radius:999px;color:#cbd5e1;background:#0f172acc;font-size:.8rem;font-weight:900}.storage-pill.cloud{color:#bbf7d0}.upload-list{display:grid;gap:10px}.upload-row{display:grid;gap:10px;padding:14px;border:1px solid rgba(148,163,184,.16);border-radius:8px;background:#0f172a9e}.upload-row div{min-width:0}.upload-row strong,.upload-row span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-row strong{color:#f8fafc}.upload-row span,.row-meta{color:#93a4b8;font-size:.84rem}.transcript-line{display:flex;align-items:center;justify-content:space-between;gap:10px}.transcript-pill,.retry-button{display:inline-flex;align-items:center;gap:6px;min-height:30px;border-radius:999px;font-size:.76rem;font-weight:900}.transcript-pill{padding:0 10px;color:#cbd5e1;background:#94a3b81f}.transcript-pill.done{color:#bbf7d0;background:#16a34a33}.transcript-pill.working{color:#bae6fd;background:#0ea5e933}.transcript-pill.failed{color:#fecaca;background:#dc26262e}.retry-button{flex:0 0 auto;border:0;padding:0 10px;color:#f8fafc;background:#0f172ae6}.spin{animation:spin .9s linear infinite}.transcript-preview{display:-webkit-box;overflow:hidden;color:#dbeafe;font-size:.86rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:3}.row-meta{display:flex;justify-content:space-between;gap:12px}.empty{color:#93a4b8}@media(min-width:640px){.form-grid{grid-template-columns:1fr .45fr}}@keyframes spin{to{transform:rotate(360deg)}}
