body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.App{background-color:#fce4ec;min-height:100vh;padding:20px;text-align:center}.App-header{align-items:center;color:#333;display:flex;flex-direction:column;justify-content:center}.button-group{display:flex;gap:10px;margin-bottom:20px}.convert-button,.extract-button{border:none;border-radius:20px;cursor:pointer;font-size:16px;padding:10px 20px;transition:all .3s ease}.convert-button{background-color:#ff4081;color:#fff}.extract-button{background-color:#f8bbd0;color:#333}.drop-zone{align-items:center;background-color:#fff;border:2px dashed #ff4081;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;height:300px;justify-content:center;margin:20px 0;max-width:600px;transition:all .3s ease;width:80%}.dragging{background-color:#fce4ec;border-color:#ff80ab}.upload-icon{font-size:48px;margin-bottom:10px}.info-text{color:#666;font-size:14px;margin-top:20px}.progress-bar{background-color:#f8bbd0;border-radius:2px;height:4px;margin-top:20px;overflow:hidden;width:80%}.progress-fill{background-color:#ff4081;height:100%;transition:width .3s ease}.convert-button:disabled,.extract-button:disabled{cursor:not-allowed;opacity:.6}.drop-zone:hover{background-color:#fff1f6;border-color:#ff80ab}
/*# sourceMappingURL=main.ce526f3c.css.map*/