:root{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;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}}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f4f6f9;display:flex;justify-content:center;align-items:center;min-height:100vh;margin:0;line-height:1.6}.app-container{background-color:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a;padding:30px;width:100%;max-width:500px;text-align:center}h1{color:#2c3e50;margin-bottom:20px}.subheading{margin-top:-10px;margin-bottom:20px;color:#666;font-size:.9em}.subheading a{color:#007bff;text-decoration:none;transition:color .3s ease}.subheading a:hover{color:#0056b3;text-decoration:underline}textarea{width:100%;padding:10px;margin-bottom:15px;border:1px solid #e0e4e8;border-radius:6px;resize:vertical;min-height:100px}.controls{display:flex;gap:10px;margin-bottom:15px}select,button{flex:1;padding:10px;border-radius:6px;border:1px solid #e0e4e8}button{background-color:#3498db;color:#fff;border:none;cursor:pointer;transition:background-color .3s ease}button:hover{background-color:#2980b9}button:disabled{background-color:#bdc3c7;cursor:not-allowed}.audio-player{display:flex;flex-direction:column;align-items:center;gap:10px}.loading-screen{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;text-align:center}.spinner{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin-bottom:20px}.error-message{background-color:#fdd;color:red;border:1px solid #ff0000;border-radius:6px;padding:10px;margin-bottom:15px;text-align:center}.debug-info{margin-top:20px;padding:10px;background-color:#f8f9fa;border-radius:6px;font-size:12px;color:#666;text-align:center}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.header h1{margin:0}.author-link{color:#000;text-decoration:none;font-size:.9em;transition:color .3s ease;display:flex;align-items:center;gap:5px}.author-link:hover{color:#007bff;text-decoration:underline}.loading-button{display:inline-flex;align-items:center;justify-content:center;cursor:wait;opacity:.7}.loading-button:before{content:"";width:16px;height:16px;border:3px solid rgba(255,255,255,.3);border-top:3px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite;margin-right:10px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.install-button{position:fixed;bottom:20px;right:20px;padding:12px 24px;background-color:#000;color:#fff;border:none;border-radius:25px;cursor:pointer;font-size:16px;font-weight:500;box-shadow:0 4px 12px #00000026;transition:all .3s ease;z-index:1000}.install-button:hover{background-color:#333;transform:translateY(-2px)}.install-button:active{transform:translateY(0)}
