.text-area{min-height:200px;resize:vertical;font-family:monospace}.controls-container{background:#f8f9fa;border-radius:8px;padding:20px;margin-bottom:20px}.mic-button{width:80px;height:80px;border-radius:50%;border:none;background:var(--primary-color);color:#fff;font-size:24px;cursor:pointer;transition:all .3s ease;margin:20px auto;display:block}.mic-button:hover{transform:scale(1.1);background:var(--primary-color-dark)}.mic-button.recording{background:#dc3545;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.status-indicator{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:5px}.status-indicator.listening{background:#28a745;animation:pulse 1s infinite}.status-indicator.paused{background:#ffc107}.status-indicator.stopped{background:#dc3545}.interim-text{color:#6c757d;font-style:italic;margin-top:10px}.confidence-meter{height:4px;background:#e9ecef;border-radius:2px;margin-top:10px;overflow:hidden}.confidence-bar{height:100%;background:var(--primary-color);width:0%;transition:width .3s ease}
/*# sourceMappingURL=speech-to-text-converter-content.css.map */