body{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;margin:0;min-height:100vh;display:flex;place-items:center;justify-content:center}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}body{color:#213547;background-color:#fff}}.container{width:100%;max-width:600px;text-align:left}form{display:flex;gap:10px;margin-bottom:20px}input{flex:1;padding:10px;font-size:16px;border-radius:4px;border:1px solid #ccc}button{padding:10px 20px;font-size:16px;cursor:pointer;background-color:#646cff;color:#fff;border:none;border-radius:4px}button:hover{background-color:#535bf2}button:disabled{background-color:#ccc;cursor:not-allowed}.error{color:red;margin-bottom:10px}.result-card{border:1px solid #ccc;padding:20px;border-radius:8px;background:#0000000d}.result-card h3{margin-top:0}.transcript-box{background:#fff;color:#333;padding:10px;border:1px solid #eee;border-radius:4px;white-space:pre-wrap;margin-top:10px;max-height:300px;overflow-y:auto}
