.preset-btn background: #f8f9fa; border: 1px solid #e0e0e0; padding: 8px 15px; margin: 5px; border-radius: 20px; cursor: pointer; font-size: 14px; transition: all 0.3s;
.subtitle text-align: center; color: #666; margin-bottom: 30px; eric tts
loadSettings() const saved = localStorage.getItem('ericTTS_settings'); if (saved) const settings = JSON.parse(saved); document.getElementById('rate').value = settings.rate; document.getElementById('pitch').value = settings.pitch; document.getElementById('voiceSelect').value = settings.voice; .preset-btn background: #f8f9fa
@keyframes slideOutRight from transform: translateX(0); opacity: 1; border: 1px solid #e0e0e0