*{margin:0;padding:0;box-sizing:border-box}body{font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#191022 0% 50%,#191022);min-height:100vh;color:#fff}#root{min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#191022 0% 50%,#191022)}.loading-content{text-align:center;max-width:400px;padding:40px}.loading-logo{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:10px}.loading-logo .logo-icon{font-size:3em;animation:pulse 2s ease-in-out infinite}.loading-logo h1{font-size:2.5em;font-weight:700;background:linear-gradient(135deg,#7f13ec,#9333ea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.loading-subtitle{color:#ffffff80;font-size:.5em;margin-bottom:50px}.loading-progress-container{margin-bottom:30px}.loading-progress-bar{height:8px;background:#ffffff1a;border-radius:10px;overflow:hidden;margin-bottom:15px}.loading-progress-fill{height:100%;background:linear-gradient(90deg,#7f13ec,#9333ea);border-radius:10px;transition:width .3s ease}.loading-percent{color:#7f13ec;font-weight:600;font-size:.9em}.loading-message{color:#ffffff80;font-size:.95em;min-height:24px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.output-screen{min-height:100vh;display:flex;flex-direction:column;padding:20px;background:linear-gradient(135deg,#191022 0% 50%,#191022)}.output-header{display:flex;align-items:center;gap:20px;padding:20px 0}.output-header .back-btn{padding:10px 20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:10px;color:#fff;cursor:pointer;transition:all .3s ease}.output-header .back-btn:hover{background:#ffffff26;border-color:#7f13ec}.output-header h1{font-size:1.5em;background:linear-gradient(135deg,#7f13ec,#9333ea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.output-main{flex:1;display:flex;align-items:center;justify-content:center;max-width:600px;margin:0 auto;width:100%}.output-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:30px;width:100%}.text-preview{background:#ffffff0d;border-radius:16px;padding:20px;margin-bottom:25px}.text-preview label{display:block;font-size:.8em;text-transform:uppercase;letter-spacing:.5px;color:#7f13ec;font-weight:600;margin-bottom:10px}.text-preview p{color:#fff;line-height:1.6;font-size:.95em}.audio-player-section{margin-bottom:20px}.waveform-placeholder{display:flex;align-items:center;justify-content:center;gap:4px;height:60px;margin-bottom:15px}.wave-bar{width:4px;background:linear-gradient(180deg,#7f13ec,#9333ea);border-radius:2px;animation:wave 1s ease-in-out infinite}.wave-bar:nth-child(1){height:20px;animation-delay:0s}.wave-bar:nth-child(2){height:35px;animation-delay:.1s}.wave-bar:nth-child(3){height:25px;animation-delay:.2s}.wave-bar:nth-child(4){height:45px;animation-delay:.3s}.wave-bar:nth-child(5){height:30px;animation-delay:.4s}.wave-bar:nth-child(6){height:50px;animation-delay:.5s}.wave-bar:nth-child(7){height:35px;animation-delay:.6s}.wave-bar:nth-child(8){height:40px;animation-delay:.7s}.wave-bar:nth-child(9){height:25px;animation-delay:.8s}.wave-bar:nth-child(10){height:45px;animation-delay:.9s}.wave-bar:nth-child(11){height:30px;animation-delay:1s}.wave-bar:nth-child(12){height:35px;animation-delay:1.1s}.wave-bar:nth-child(13){height:20px;animation-delay:1.2s}.wave-bar:nth-child(14){height:40px;animation-delay:1.3s}.wave-bar:nth-child(15){height:25px;animation-delay:1.4s}@keyframes wave{0%,to{transform:scaleY(.5);opacity:.5}50%{transform:scaleY(1);opacity:1}}.audio-element{width:100%;height:50px;border-radius:8px;outline:none}.audio-meta{display:flex;justify-content:center;margin-bottom:25px}.meta-item{display:flex;align-items:center;gap:8px;background:#ffffff0d;padding:10px 20px;border-radius:25px}.meta-icon{font-size:1em}.meta-label{color:#ffffff80;font-size:.85em}.meta-value{color:#7f13ec;font-weight:600;font-size:.9em}.output-actions{display:flex;gap:15px}.play-btn,.output-actions .download-btn{flex:1;padding:15px 20px;border:none;border-radius:12px;font-size:1em;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease}.play-btn{background:linear-gradient(135deg,#7f13ec,#9333ea);color:#fff}.play-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #7f13ec66}.output-actions .download-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff}.output-actions .download-btn:hover{background:#ffffff26;border-color:#7f13ec}.output-empty{text-align:center;padding:60px 20px}.output-empty .empty-icon{font-size:4em;margin-bottom:20px;opacity:.5}.output-empty p{color:#ffffff80;font-size:1.1em;margin-bottom:30px}.output-empty .back-btn{padding:15px 40px;background:linear-gradient(135deg,#7f13ec,#9333ea);border:none;border-radius:12px;color:#fff;font-size:1em;font-weight:600;cursor:pointer}.error-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#191022 0% 50%,#191022)}.error-content{text-align:center;max-width:400px;padding:40px}.error-icon{font-size:4em;margin-bottom:20px}.error-content h2{font-size:1.8em;margin-bottom:15px;color:#fff}.error-content p{color:#ffffff80;margin-bottom:30px;font-size:1em}.error-content button{padding:15px 40px;background:linear-gradient(135deg,#7f13ec,#9333ea);border:none;border-radius:12px;color:#fff;font-size:1em;font-weight:600;cursor:pointer;transition:all .3s ease}.error-content button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #7f13ec66}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff80}
