:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#333}#root{width:100%;min-height:100vh;padding:2rem}.app-container{max-width:1200px;margin:0 auto;background-color:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:2rem;text-align:center}h1{color:#2c3e50;margin-bottom:2rem;font-size:2.5rem}.status-container{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;font-size:1.1rem}.status-container p{background-color:#ecf0f1;padding:.5rem 1rem;border-radius:20px}.controls{margin-bottom:2rem}.control-button{font-size:1.2rem;padding:1rem 2rem;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;font-weight:700;min-width:200px}.control-button:disabled{background-color:#bdc3c7;color:#7f8c8d;cursor:not-allowed}.control-button:not(:disabled){background-color:#3498db;color:#fff}.control-button:not(:disabled):hover{background-color:#2980b9;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.control-button.recording{background-color:#e74c3c;animation:pulse 1s infinite}.control-button.recording:hover{background-color:#c0392b}@keyframes pulse{0%{box-shadow:0 0 #e74c3c66}70%{box-shadow:0 0 0 10px #e74c3c00}to{box-shadow:0 0 #e74c3c00}}.transcript-container{text-align:left;background-color:#f8f9fa;border-radius:10px;padding:2rem;height:400px;overflow-y:auto;border:1px solid #e9ecef}.transcript-container h2{margin-bottom:1rem;color:#495057;font-size:1.5rem}.transcript{font-size:1.2rem;line-height:1.6;color:#212529;white-space:pre-wrap;word-break:break-word}@media(max-width:768px){#root,.app-container{padding:1rem}h1{font-size:2rem}.status-container{flex-direction:column;gap:1rem}.control-button{font-size:1rem;padding:.8rem 1.5rem}.transcript-container{padding:1rem;height:300px}.transcript{font-size:1rem}}
