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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#667eea,#764ba2);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.App,body{min-height:100vh}.App{display:flex;flex-direction:column}.header{background:#fffffffa;box-shadow:0 2px 10px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.logo{color:#667eea;font-size:1.5rem;font-weight:700;margin:0}.nav{align-items:center;display:flex;gap:2rem}.nav a{color:#333;font-weight:500;text-decoration:none;transition:color .3s}.nav a:hover{color:#667eea}.language-select{background:#fff;border:2px solid #667eea;border-radius:8px;cursor:pointer;font-size:.9rem;padding:.5rem}.hero{color:#fff;padding:3rem 2rem;text-align:center}.hero-title{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px #0003}.hero-description{font-size:1.2rem;margin-bottom:2rem;opacity:.95}.hero-features{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.hero-features span{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:20px;font-size:1rem;padding:.5rem 1rem}.ad-container{align-items:center;display:flex;justify-content:center;margin:2rem auto;max-width:1200px;min-height:100px;padding:0 2rem}.main-container{margin:0 auto;max-width:1200px;padding:2rem;width:100%}.upload-wrapper{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;padding:2rem}.upload-options{margin-bottom:2rem}.ocr-options{display:flex;flex-wrap:wrap;gap:2rem}.ocr-options label{color:#333;display:flex;flex-direction:column;font-weight:600;gap:.5rem}.option-select{border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;font-size:1rem;padding:.75rem;transition:border-color .3s}.option-select:focus{border-color:#667eea;outline:none}.upload-box{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border:3px dashed #667eea;border-radius:15px;padding:3rem 2rem;text-align:center;transition:all .3s}.upload-box:hover{border-color:#764ba2;box-shadow:0 5px 20px #667eea33;transform:translateY(-2px)}.upload-icon{font-size:4rem;margin-bottom:1rem}.upload-box h2{color:#333;margin-bottom:.5rem}.upload-subtitle{color:#666;margin-bottom:1.5rem}.browse-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s}.browse-btn:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.upload-divider{margin:2rem 0;position:relative;text-align:center}.upload-divider:after,.upload-divider:before{background:#ddd;content:"";height:1px;position:absolute;top:50%;width:40%}.upload-divider:before{left:0}.upload-divider:after{right:0}.upload-divider span{background:#fff;color:#999;padding:0 1rem}.url-upload{display:flex;gap:1rem;margin:0 auto;max-width:500px}.url-input{border:2px solid #e0e0e0;border-radius:8px;flex:1 1;font-size:1rem;padding:.75rem}.url-input:focus{border-color:#667eea;outline:none}.url-btn{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s}.url-btn:hover{background:#764ba2}.privacy-note{color:#28a745;font-size:.9rem;font-weight:600;margin-top:1.5rem}.uploaded-section{margin-top:2rem}.uploaded-section h3{color:#333;margin-bottom:1rem}.uploaded-files{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-bottom:1.5rem}.uploaded-file-card{background:#f9f9f9;border:2px solid #e0e0e0;border-radius:12px;padding:1rem;position:relative;transition:all .3s}.uploaded-file-card:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-2px)}.remove-btn{background:#dc3545;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1.2rem;height:25px;line-height:1;position:absolute;right:.5rem;top:.5rem;transition:all .3s;width:25px}.remove-btn:hover{background:#c82333;transform:rotate(90deg)}.uploaded-file-card img{border-radius:8px;height:150px;margin-bottom:.5rem;object-fit:cover;width:100%}.file-info{text-align:left}.file-name{color:#333;font-size:.9rem;font-weight:600;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-size{color:#666;font-size:.8rem}.progress-bar{background:#e0e0e0;border-radius:10px;height:20px;margin-top:.5rem;overflow:hidden;position:relative}.progress-fill{background:linear-gradient(90deg,#667eea,#764ba2);height:100%;transition:width .3s}.progress-text{color:#333;font-size:.75rem;font-weight:600;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.action-buttons{display:flex;gap:1rem;justify-content:center}.clear-btn{background:#dc3545;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s}.clear-btn:hover{background:#c82333;transform:translateY(-2px)}.convert-btn{background:linear-gradient(135deg,#28a745,#20c997);border:none;border-radius:10px;box-shadow:0 4px 15px #28a7454d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s}.convert-btn:hover:not(:disabled){box-shadow:0 6px 20px #28a74566;transform:translateY(-2px)}.convert-btn:disabled{cursor:not-allowed;opacity:.6}.results-section{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;margin-top:2rem;padding:2rem}.results-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.results-header h2{color:#333}.results-actions{display:flex;gap:1rem}.start-over-btn{background:#6c757d;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s}.start-over-btn:hover{background:#5a6268}.download-all-btn{background:#007bff;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s}.download-all-btn:hover{background:#0056b3}.result-card{background:#f9f9f9;border:2px solid #e0e0e0;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.result-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1rem}.result-header h3{color:#333}.result-actions{display:flex;gap:.5rem}.copy-btn,.download-btn{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .3s}.copy-btn:hover,.download-btn:hover{background:#764ba2}.result-text{background:#fff;border-radius:8px;max-height:300px;overflow-y:auto;padding:1.5rem}.result-text pre{word-wrap:break-word;color:#333;font-family:Courier New,monospace;font-size:.95rem;line-height:1.6;white-space:pre-wrap}.features-section{margin:4rem auto;max-width:1200px;padding:0 2rem;text-align:center}.features-section h2{color:#fff;font-size:2.5rem;margin-bottom:3rem;text-shadow:2px 2px 4px #0003}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:2rem;transition:all .3s}.feature-card:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#333;margin-bottom:1rem}.feature-card p{color:#666;line-height:1.6}.how-it-works-section{margin:4rem auto;max-width:1200px;padding:0 2rem;text-align:center}.how-it-works-section h2{color:#fff;font-size:2.5rem;margin-bottom:3rem;text-shadow:2px 2px 4px #0003}.steps-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.step{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:2rem}.step-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin:0 auto 1rem;width:60px}.step h3{color:#333;margin-bottom:1rem}.step p{color:#666;line-height:1.6}.faq-section{margin:4rem auto;max-width:900px;padding:0 2rem}.faq-section h2{color:#fff;font-size:2.5rem;margin-bottom:2rem;text-align:center;text-shadow:2px 2px 4px #0003}.faq-container{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:2rem}.faq-item{border-bottom:1px solid #e0e0e0;padding:1.5rem 0}.faq-item:last-child{border-bottom:none}.faq-item summary{align-items:center;color:#333;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;justify-content:space-between;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{color:#667eea;content:"+";font-size:1.5rem}.faq-item[open] summary:after{content:"-"}.faq-item p{color:#666;line-height:1.6;margin-top:1rem}.footer{background:#000c;color:#fff;margin-top:4rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px;padding:3rem 2rem}.footer-section h4{color:#667eea;margin-bottom:1rem}.footer-section p{line-height:1.6;opacity:.9}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#fff;opacity:.9;text-decoration:none;transition:opacity .3s}.footer-section ul li a:hover{color:#667eea;opacity:1}.footer-bottom{background:#000000e6;padding:1.5rem;text-align:center}.footer-bottom p{margin:0;opacity:.8}@media (max-width:768px){.header-content,.nav{flex-direction:column;gap:1rem}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.hero-features{gap:1rem}.hero-features,.ocr-options,.results-header,.url-upload{flex-direction:column}.uploaded-files{grid-template-columns:1fr}.translate-options{flex-direction:column}.translate-arrow{padding:.5rem 0;transform:rotate(90deg)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.converting{animation:spin 1s linear infinite}
/*# sourceMappingURL=main.29b7b4f4.css.map*/