body{margin:0;min-width:320px;min-height:100vh;background-color:#f9f9f9;display:flex;justify-content:center;align-items:center;font-family:Poppins,sans-serif;line-height:1.5;font-weight:400}.upload{text-align:center;padding:40px;max-width:700px;width:100%}h1{font-size:3.2em;line-height:1.1;color:#000;text-align:center}.subtitle{color:#a9a9a9;font-size:1rem;margin-bottom:2rem}.upload-box{background-color:#2e2e2e;border-radius:16px;padding:40px 20px;max-width:600px;margin:0 auto}.upload-box h2{font-size:1.5rem;margin-bottom:10px;color:#fff}.upload-box p{color:#f5f5f5;margin-bottom:20px}.custom-file-upload{display:inline-block;padding:.6em 1.5em;background-color:#2563eb;color:#fff;font-weight:700;font-size:1rem;border-radius:9999px;cursor:pointer;transition:background-color .3s ease;text-align:center}.custom-file-upload:hover{background-color:#1e40af}.upload-btn{background-color:#2563eb;color:#fff;margin:20px;padding:12px 28px;border-radius:99px;text-decoration:none;font-weight:700;cursor:pointer;transition:background-color .3s ease;display:inline-block}.upload-btn:hover{background-color:#1e40af}.result-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f9f9f9;padding:20px}.result-box{background-color:#fff;padding:30px 40px;border-radius:12px;box-shadow:0 4px 16px #0000001a;text-align:center;max-width:600px;width:100%}.result-box h2{margin-bottom:15px;font-size:26px;color:#333}.result-box h4{margin-bottom:10px;font-size:18px;color:#666}.result-box p{font-size:16px;margin-bottom:20px;color:#444;word-wrap:break-word}.result-box button{padding:10px 20px;font-size:16px;background-color:#007bff;border:none;color:#fff;border-radius:8px;cursor:pointer}.result-box button:hover{background-color:#0056b3}.scroll{max-height:250px;overflow-y:auto;padding:10px;border:1px solid #ccc;border-radius:8px;background-color:#fff;margin-bottom:20px;text-align:left}.scroll::-webkit-scrollbar{width:4px}.scroll::-webkit-scrollbar-thumb{background:#000;border-radius:4px}.voice-recorder{font-weight:700;display:flex;align-items:center;gap:10px}.start-btn{background-color:#4caf50;color:#fff;padding:10px 20px;border:none;border-radius:99px;cursor:pointer;font-size:1rem;font-weight:700}.stop-btn{background-color:red;color:#fff;padding:10px 20px;border:none;border-radius:99px;cursor:pointer;font-size:1rem;font-weight:700}.file-recorder-container{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px;margin:20px 0}.choose-file,.voice-recorder{flex:1;text-align:center}.footer{background-color:#f9f9f9;color:#000;display:flex;justify-content:center;align-items:center;padding:10px 20px;margin-top:auto;font-family:Poppins,sans-serif;height:50px}.footer-content{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px}.social-icons{display:flex;gap:15px}.social-icons a{color:#000;font-size:1.2rem;transition:color .3s}.social-icons a:hover{color:#00bfff}@media (max-width: 768px){h1{font-size:2rem}.upload-box,.result-box{padding:20px 15px}.footer-content{flex-direction:column;gap:10px}.upload{padding:20px 10px}.start-btn,.stop-btn,.upload-btn{width:100%;max-width:280px}.file-recorder-container{flex-direction:column;gap:15px}}
