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}.App{color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.hero{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:4rem 0;text-align:center}.hero-content{margin:0 auto;max-width:800px}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-title .highlight{color:#34d399;text-shadow:0 2px 4px #0000004d}.hero-subtitle{font-size:1.3rem;line-height:1.6;margin-bottom:2.5rem;opacity:.95}.hero-features{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:2.5rem}.hero-feature{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:25px;display:flex;gap:.5rem;padding:.8rem 1.2rem}.feature-icon{font-size:1.2rem}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-button{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-button.primary{background:#34d399;color:#1f2937}.cta-button.primary:hover{background:#6ee7b7;box-shadow:0 8px 25px #34d3994d;transform:translateY(-2px)}.cta-button.secondary{background:#0000;border:2px solid #fff;color:#fff}.cta-button.secondary:hover{background:#fff;color:#10b981}.converter-main{background:#f8fafc;padding:4rem 0}.converter-section{text-align:center}.converter-section h2{color:#1a202c;font-size:2.5rem;margin-bottom:1rem}.converter-subtitle{color:#4a5568;font-size:1.2rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px}.features{background:#fff;padding:5rem 0}.section-header{margin-bottom:4rem;text-align:center}.section-header h2{color:#1a202c;font-size:2.5rem;margin-bottom:1rem}.section-header p{color:#4a5568;font-size:1.2rem;margin:0 auto;max-width:600px}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.feature-card{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.feature-card .feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{color:#2d3748;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.feature-description{color:#4a5568;line-height:1.6}.how-it-works{background:#f8fafc;padding:5rem 0}.steps-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:4rem}.step-card{background:#fff;box-shadow:0 4px 6px #0000000d;max-width:300px;padding:2rem;text-align:center}.step-number{background:#667eea;height:30px;left:50%;transform:translateX(-50%);width:30px}.step-icon{font-size:2.5rem;margin:1rem 0}.step-title{color:#2d3748;font-size:1.2rem}.step-description{color:#4a5568}.step-arrow{color:#667eea;font-size:2rem;position:absolute;right:-2rem;top:50%;transform:translateY(-50%);z-index:10}.demo-section{background:#fff;border-radius:12px;padding:2rem;text-align:center}.demo-section h3{color:#2d3748;font-size:1.5rem;margin-bottom:2rem}.conversion-examples{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.conversion-item{align-items:center;background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:1rem;padding:1rem 1.5rem}.format-badge{border-radius:4px;font-size:.9rem;font-weight:600;padding:.3rem .8rem}.format-badge.pdf{background:#fed7d7;color:#c53030}.format-badge.word{background:#c6f6d5;color:#2f855a}.format-badge.excel{background:#bee3f8;color:#2b6cb0}.format-badge.markdown{background:#e2e8f0;color:#2d3748}.arrow{color:#667eea;font-weight:700}.use-case{color:#718096;font-size:.8rem;font-style:italic}.file-uploader{margin-bottom:2rem}.dropzone{align-items:center;background:#fff;border:3px dashed #d2d6dc;border-radius:12px;box-shadow:0 4px 6px #0000000d;color:#4a5568;cursor:pointer;display:flex;justify-content:center;min-height:200px;padding:3rem 2rem;text-align:center;transition:all .3s ease}.dropzone.active,.dropzone:hover{background:#f7fafc;border-color:#667eea;box-shadow:0 8px 25px #667eea26;transform:translateY(-2px)}.dropzone.loading{background:#f0fff4;border-color:#48bb78;cursor:default}.upload-content .upload-icon{font-size:4rem;margin-bottom:1rem}.upload-content h3{font-size:1.5rem;margin-bottom:.5rem}.upload-content p{font-size:1rem;margin-bottom:.5rem;opacity:.9}.upload-content small{font-size:.9rem;opacity:.7}.loading-content{align-items:center;display:flex;flex-direction:column;gap:1rem}.spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-left-color:#667eea;border-radius:50%;height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.preview-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px #0000000d;margin-top:2rem;padding:1.5rem}.preview-container.error{background:#fef2f2;border-left:4px solid #f56565}.preview-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.file-info{flex:1 1}.file-info h3{color:#2e7d32;font-size:1.3rem;margin-bottom:.5rem}.file-info p{color:#666;font-size:.9rem;margin-bottom:.3rem}.action-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.action-buttons button{border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.copy-btn{background:#2196f3;color:#fff}.copy-btn:hover{background:#1976d2}.copy-btn.copied{background:#4caf50}.download-btn{background:#ff9800;color:#fff}.download-btn:hover{background:#f57c00}.reset-btn{background:#9e9e9e;color:#fff}.reset-btn:hover{background:#757575}.preview-content{margin-top:1rem}.markdown-tabs h4{color:#333;font-size:1.1rem;margin-bottom:1rem}.markdown-output{word-wrap:break-word;background:#f5f5f5;border:1px solid #ddd;border-radius:6px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;line-height:1.5;max-height:400px;overflow-y:auto;padding:1rem;white-space:pre-wrap}.error-content{color:#d32f2f}.error-content p{margin-bottom:.5rem}.formats-section{background:#fff;padding:5rem 0}.formats-section h2{color:#1a202c;font-size:2.5rem;margin-bottom:1rem;text-align:center}.formats-section p{color:#4a5568;font-size:1.2rem;margin-bottom:3rem;text-align:center}.formats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));text-align:left}.format-category{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem}.format-category h4{border-bottom:2px solid #667eea;color:#2d3748;font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.format-category ul{list-style:none}.format-category li{color:#4a5568;font-size:.95rem;padding:.3rem 0 .3rem 1.5rem;position:relative}.format-category li:before{color:#48bb78;content:"✓";font-weight:700;left:0;position:absolute;top:.3rem}.faq{background:#f8fafc;padding:5rem 0}.faq-list{margin:0 auto;max-width:800px}.faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1rem;overflow:hidden}.faq-question{align-items:center;background:none;border:none;color:#2d3748;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;justify-content:space-between;padding:1.5rem;text-align:left;transition:background-color .3s ease;width:100%}.faq-question:hover{background:#f7fafc}.faq-toggle{color:#667eea;font-size:1.5rem;transition:transform .3s ease}.faq-item.open .faq-toggle{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.open .faq-answer{max-height:500px}.faq-answer-content{color:#4a5568;line-height:1.6;padding:0 1.5rem 1.5rem}.app-footer{background:#2d3748;color:#e2e8f0;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr 1fr;margin-bottom:2rem}.footer-main h3{color:#fff;font-size:1.3rem;margin-bottom:1rem}.footer-main p{color:#a0aec0;line-height:1.6}.footer-column h4{color:#fff;font-size:1.1rem;margin-bottom:1rem}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.5rem}.footer-column a{color:#a0aec0;text-decoration:none;transition:color .3s ease}.footer-column a:hover{color:#667eea}.footer-bottom{border-top:1px solid #4a5568;color:#a0aec0;font-size:.9rem;padding-top:1rem;text-align:center}.footer-bottom p{margin-bottom:.5rem}.footer-bottom a{color:#667eea;text-decoration:none}.footer-bottom a:hover{text-decoration:underline}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-features{gap:1rem}.hero-cta,.hero-features{align-items:center;flex-direction:column}.cta-button{max-width:300px;text-align:center;width:100%}.converter-section h2,.section-header h2{font-size:2rem}.features-grid{gap:1.5rem;grid-template-columns:1fr}.steps-container{align-items:center;flex-direction:column}.step-arrow{display:none}.conversion-examples{flex-direction:column;gap:1rem}.dropzone{min-height:150px;padding:2rem 1rem}.upload-content .upload-icon{font-size:3rem}.upload-content h3{font-size:1.3rem}.preview-header{align-items:stretch;flex-direction:column}.action-buttons{flex-wrap:wrap;justify-content:center}.footer-content,.formats-grid{grid-template-columns:1fr}.footer-content{gap:2rem;text-align:center}.faq-question{font-size:1rem;padding:1rem}.faq-answer-content{padding:0 1rem 1rem}}.navigation{background:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.nav-container{height:70px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1rem}.nav-brand,.nav-container{align-items:center;display:flex}.nav-brand{gap:.5rem}.nav-logo{font-size:2rem}.nav-title{display:flex;flex-direction:column}.brand-name{color:#10b981;font-size:1.5rem;font-weight:700}.brand-tagline{color:#6b7280;font-size:.8rem}.nav-links{align-items:center;display:flex;gap:2rem}.nav-link{background:none;border:none;color:#4b5563;cursor:pointer;font-weight:500;padding:.5rem 0;transition:color .3s ease}.nav-link:hover{color:#10b981}.nav-cta{background:#10b981;border-radius:25px;color:#fff;padding:.75rem 1.5rem}.nav-cta:hover{background:#059669;color:#fff}.mobile-menu-btn{background:none;border:none;cursor:pointer;display:none;flex-direction:column;padding:.5rem}.mobile-menu-btn span{background:#4b5563;height:3px;margin:3px 0;transition:.3s;width:25px}.mobile-menu{background:#fff;box-shadow:0 2px 10px #0000001a;left:0;padding:1rem;position:absolute;right:0;top:100%}.mobile-nav-link{background:none;border:none;border-bottom:1px solid #e5e7eb;color:#4b5563;cursor:pointer;display:block;font-weight:500;padding:1rem;text-align:left;width:100%}.mobile-nav-link:hover{background:#f9fafb;color:#10b981}.ranking-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:25px;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;padding:.5rem 1rem}.hero-subtitle-en{color:#d1fae5;display:block;font-size:1.2rem;font-weight:400;margin-top:.5rem}.hero-description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:700px}.tutorial{background:#fff;padding:5rem 0}.tutorial-steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:3rem}.step-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:2.5rem;position:relative;transition:transform .3s ease,box-shadow .3s ease}.step-card:hover{box-shadow:0 10px 30px #10b9811a;transform:translateY(-5px)}.step-number{align-items:center;background:#10b981;border-radius:50%;color:#fff;display:flex;font-size:1.2rem;font-weight:700;height:40px;justify-content:center;left:30px;position:absolute;top:-15px;width:40px}.step-title{color:#1f2937;font-size:1.4rem;font-weight:600;margin-bottom:1rem}.step-description{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.step-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:#d1fae5;border-radius:20px;color:#065f46;font-size:.8rem;font-weight:500;padding:.3rem .8rem}.advanced-tips{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-top:3rem}.tips-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem}.tips-section h3{color:#1f2937;font-size:1.3rem;margin-bottom:1.5rem}.tips-section ul{list-style:none;padding:0}.tips-section li{border-bottom:1px solid #f3f4f6;color:#6b7280;line-height:1.5;padding:.75rem 0}.tips-section strong{color:#1f2937}.main-features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:4rem}.main-feature-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:2.5rem;text-align:center;transition:all .3s ease}.main-feature-card:hover{border-color:#10b981;box-shadow:0 10px 30px #10b98126;transform:translateY(-5px)}.feature-list{list-style:none;margin-top:1rem;padding:0}.feature-list li{color:#10b981;font-weight:500;padding:.5rem 0}.advanced-features{margin-top:4rem}.advanced-title{color:#1f2937;font-size:2rem;margin-bottom:2rem;text-align:center}.advanced-features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.advanced-feature-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;text-align:center;transition:transform .3s ease}.advanced-feature-card:hover{transform:translateY(-3px)}.advantages{background:#f8fafc;padding:5rem 0}.advantages-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.performance-data,.tech-advantages{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2.5rem}.advantages-list{display:flex;flex-direction:column;gap:1rem}.advantage-item{color:#10b981;font-size:1.1rem;font-weight:500}.performance-metrics{display:flex;flex-direction:column;gap:1.5rem}.metric-item{align-items:center;display:flex;gap:1rem}.metric-label{color:#4b5563;font-weight:500;min-width:120px}.metric-bar{background:#e5e7eb;border-radius:4px;flex:1 1;height:8px;overflow:hidden}.metric-fill{border-radius:4px;height:100%;transition:width 1s ease}.metric-value{color:#1f2937;min-width:50px}.testimonials{margin-top:3rem}.testimonials h3{color:#1f2937;font-size:1.8rem;margin-bottom:2rem;text-align:center}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.testimonial-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem}.testimonial-header{justify-content:space-between;margin-bottom:1rem}.testimonial-header,.user-info{align-items:center;display:flex}.user-info{gap:1rem}.user-avatar{align-items:center;background:#10b981;border-radius:50%;color:#fff;display:flex;font-weight:600;height:40px;justify-content:center;width:40px}.user-name{color:#1f2937;font-weight:600}.user-role{color:#6b7280;font-size:.9rem}.rating{display:flex;gap:.2rem}.star{font-size:1.2rem}.testimonial-content{color:#4b5563;font-style:italic;line-height:1.6}.use-cases{background:#fff;padding:5rem 0}.use-cases-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:4rem}.use-case-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.use-case-card:hover{border-color:#10b981;box-shadow:0 10px 30px #10b9811a;transform:translateY(-5px)}.use-case-icon{font-size:3rem;margin-bottom:1rem}.use-case-title{color:#1f2937;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.use-case-description{color:#6b7280;line-height:1.6}.success-cases{margin-top:3rem}.success-cases h3{color:#1f2937;font-size:1.8rem;margin-bottom:2rem;text-align:center}.success-cases-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.success-case-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:2.5rem;transition:border-color .3s ease}.success-case-card:hover{border-color:#10b981}.case-title{color:#1f2937;font-size:1.4rem;font-weight:600;margin-bottom:1rem}.case-description{color:#6b7280;line-height:1.6;margin-bottom:2rem}.case-metrics{display:flex;justify-content:space-around;text-align:center}.metric{align-items:center;display:flex;flex-direction:column}.metric-value{color:#10b981;font-size:1.5rem;font-weight:700}.metric-label{color:#6b7280;font-size:.9rem;margin-top:.5rem}.faq-categories{margin:0 auto;max-width:900px}.faq-category{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1.5rem;overflow:hidden}.category-header{align-items:center;background:none;border:none;color:#1f2937;cursor:pointer;display:flex;font-size:1.2rem;font-weight:600;gap:1rem;padding:1.5rem;text-align:left;transition:background-color .3s ease;width:100%}.category-header.active,.category-header:hover{background:#f8fafc}.category-icon{font-size:1.5rem}.category-title{flex:1 1}.category-count{color:#6b7280;font-size:.9rem;font-weight:400}.category-toggle{color:#10b981;font-size:1.5rem;transition:transform .3s ease}.category-questions{border-top:1px solid #e2e8f0}.cta-section{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:5rem 0;text-align:center}.cta-content{margin-bottom:4rem}.cta-content h2{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:2rem}.cta-content p{font-size:1.2rem;line-height:1.6;margin:0 auto 3rem;max-width:800px;opacity:.95}.cta-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.cta-button.large{font-size:1.2rem;padding:1.2rem 2.5rem}.cta-statistics{margin-bottom:3rem}.cta-statistics h3{font-size:1.8rem;margin-bottom:2rem;opacity:.9}.statistics-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:800px}.statistic-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;padding:2rem}.stat-icon{font-size:2.5rem;margin-bottom:1rem}.stat-value{font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:.9rem;opacity:.9}.service-guarantees{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.guarantee-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:25px;display:flex;gap:.5rem;padding:1rem 1.5rem}.guarantee-icon{font-size:1.2rem}.guarantee-text{font-weight:500}.format-examples{margin-top:3rem;text-align:center}.format-examples h3{color:#1f2937;font-size:1.8rem;margin-bottom:2rem}.examples-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.example-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;transition:all .3s ease}.example-card:hover{border-color:#10b981;box-shadow:0 10px 30px #10b9811a;transform:translateY(-3px)}.example-icon{font-size:2.5rem;margin-bottom:1rem}.example-card h4{color:#1f2937;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.example-card p{color:#6b7280;margin-bottom:1.5rem}.example-code{background:#f3f4f6;border-radius:6px;color:#374151;display:block;font-family:Monaco,Menlo,monospace;font-size:.8rem;line-height:1.4;padding:1rem;text-align:left;white-space:pre-line}@media (max-width:768px){.nav-links{display:none}.mobile-menu-btn{display:flex}.hero-title{font-size:2.5rem}.hero-subtitle-en{font-size:1rem}.advanced-features-grid,.advanced-tips,.advantages-content,.main-features-grid,.tutorial-steps{grid-template-columns:1fr}.cta-content h2{font-size:2rem}.cta-buttons{align-items:center;flex-direction:column}.cta-button.large{max-width:300px;width:100%}.service-guarantees{align-items:center;flex-direction:column}}@media (max-width:480px){.hero{padding:2rem 0}.hero-title{font-size:2rem}.hero-subtitle-en{font-size:.9rem}.advantages,.converter-main,.cta-section,.faq,.features,.formats-section,.tutorial,.use-cases{padding:3rem 0}.container{padding:0 .5rem}.advanced-feature-card,.main-feature-card,.step-card{padding:1.5rem}.examples-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.419bd5ff.css.map*/