/* Styles same as your previous tool, adjusted title only */
body { font-family: sans-serif; background: #f5f5f5; margin: 0; padding: 20px; }
.container { max-width: 800px; margin: auto; background: white; padding: 30px; border-radius: 8px; box-shadow: 0 0 20px rgba(0,0,0,0.1); }
h1 { text-align: center; color: #2c3e50; }
.upload-area { border: 2px dashed #3498db; padding: 40px; text-align: center; margin-bottom: 20px; cursor: pointer; }
.upload-area:hover { background-color: #f0f8ff; }
button { width: 100%; padding: 12px; background: #3498db; color: white; font-weight: bold; cursor: pointer; }
.progress-container { margin-top: 20px; }
.progress-bar { height: 20px; background-color: #ecf0f1; margin-bottom: 5px; position: relative; }
.progress-bar::after { content: ''; background-color: #2ecc71; height: 100%; width: 0%; display: block; transition: width 0.3s ease; }
.result { margin-top: 20px; }
.download-link { display: inline-block; margin-top: 10px; padding: 10px 20px; background-color: #2ecc71; color: white; text-decoration: none; border-radius: 4px; font-weight: bold; }
