.educational-content{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:60px 0;margin:40px 0}.education-card{background:white;border-radius:12px;padding:30px;margin-bottom:30px;box-shadow:0 4px 20px rgba(0,0,0,0.1);display:flex;align-items:flex-start;gap:20px;transition:transform 0.3s ease,box-shadow 0.3s ease}.education-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,0.15)}.education-icon{background:linear-gradient(135deg,#dc3545,#c82333);color:white;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.education-content h3{color:#2c3e50;margin-bottom:15px;font-size:1.4em}.education-content ul{list-style:none;padding:0}.education-content li{padding:8px 0;border-bottom:1px solid #eee}.education-content li:last-child{border-bottom:none}.pdf-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:20px}.pdf-type{background:#f8f9fa;padding:20px;border-radius:8px;text-align:center;border:2px solid transparent;transition:border-color 0.3s ease}.pdf-type:hover{border-color:#dc3545}.pdf-type h4{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:10px}.pdf-type i{color:#dc3545}.best-practices-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:20px}.practice-item h4{display:flex;align-items:center;gap:10px;margin-bottom:15px}.practice-item h4 i.fa-check-circle{color:#28a745}.practice-item h4 i.fa-times-circle{color:#dc3545}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:20px}.use-case{background:#f8f9fa;padding:20px;border-radius:8px;text-align:center;border:2px solid transparent;transition:border-color 0.3s ease}.use-case:hover{border-color:#dc3545}.use-case i{font-size:2em;color:#dc3545;margin-bottom:10px}.troubleshooting-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:20px}.issue-solution{background:#fff3cd;padding:20px;border-radius:8px;border-left:4px solid #ffc107}.issue-solution h4{color:#856404;margin-bottom:10px}.batch-info{color:#28a745;font-size:0.9em;margin-top:10px}.batch-controls{margin-top:20px;padding:15px;background:#f8f9fa;border-radius:8px}.batch-info-panel{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.progress-bar{width:100%;height:8px;background:#e9ecef;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#dc3545,#c82333);width:0%;transition:width 0.3s ease}.progress-text{font-size:0.9em;color:#6c757d;margin-top:5px}.file-list{margin:20px 0;padding:20px;background:white;border-radius:8px;border:1px solid #dee2e6}.file-items{display:grid;gap:10px}.file-item{display:flex;align-items:center;justify-content:space-between;padding:10px;background:#f8f9fa;border-radius:6px;border:1px solid #dee2e6}.file-info{display:flex;align-items:center;gap:10px}.file-status{padding:4px 8px;border-radius:4px;font-size:0.8em;font-weight:bold}.file-status.pending{background:#fff3cd;color:#856404}.file-status.processing{background:#cce5ff;color:#004085}.file-status.completed{background:#d4edda;color:#155724}.file-status.error{background:#f8d7da;color:#721c24}.options-section{margin-bottom:30px;padding:20px;background:white;border-radius:8px;border:1px solid #dee2e6}.options-section h4{color:#495057;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #dc3545}.checkbox-label{margin-left:10px;font-size:0.9em;color:#6c757d}.template-controls{display:grid;gap:20px}.template-item{display:flex;align-items:center;gap:10px}.template-item input[type="text"]{flex:1;padding:8px 12px;border:1px solid #ced4da;border-radius:4px}.template-item select{flex:1;padding:8px 12px;border:1px solid #ced4da;border-radius:4px}.visual-page-selector{margin:20px 0;padding:20px;background:white;border-radius:8px;border:1px solid #dee2e6}.page-thumbnails{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:15px;margin:20px 0}.page-thumbnail{position:relative;border:2px solid #dee2e6;border-radius:8px;overflow:hidden;cursor:pointer;transition:border-color 0.3s ease}.page-thumbnail.selected{border-color:#dc3545;box-shadow:0 0 10px rgba(220,53,69,0.3)}.page-thumbnail img{width:100%;height:auto;display:block}.page-number{position:absolute;bottom:5px;left:5px;background:rgba(0,0,0,0.7);color:white;padding:2px 6px;border-radius:4px;font-size:0.8em}.selection-controls{display:flex;gap:10px;justify-content:center}.spinner-container{text-align:center;padding:40px 20px}.progress-details{margin-top:20px}.progress-step{font-size:1.1em;color:#495057;margin-bottom:15px;font-weight:bold}.progress-bar-detailed{width:100%;height:12px;background:#e9ecef;border-radius:6px;overflow:hidden;margin-bottom:15px}.progress-fill-detailed{height:100%;background:linear-gradient(90deg,#28a745,#20c997);width:0%;transition:width 0.3s ease}.progress-stats{display:flex;justify-content:space-between;font-size:0.9em;color:#6c757d;margin-bottom:20px}.conversion-stages{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-top:20px}.stage{background:white;padding:15px;border-radius:8px;border:2px solid #e9ecef;text-align:center;transition:all 0.3s ease}.stage.active{border-color:#007bff;background:#f8f9fa}.stage.completed{border-color:#28a745;background:#d4edda}.stage i{font-size:1.5em;margin-bottom:8px;color:#6c757d}.stage.active i{color:#007bff;animation:pulse 1.5s infinite}.stage.completed i{color:#28a745}.stage span{display:block;font-weight:bold;margin-bottom:5px;color:#495057}.stage-status{font-size:0.8em;padding:3px 8px;border-radius:12px;font-weight:bold}.stage-status.pending{background:#f8f9fa;color:#6c757d}.stage-status.active{background:#cce5ff;color:#004085}.stage-status.completed{background:#d4edda;color:#155724}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #dc3545}.result-stats{display:flex;gap:20px}.stat-item{display:flex;align-items:center;gap:5px;font-size:0.9em;color:#6c757d}.stat-item i{color:#dc3545}.text-analysis{margin-bottom:20px;padding:15px;background:#f8f9fa;border-radius:8px}.analysis-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.analysis-item{display:flex;justify-content:space-between;align-items:center;padding:10px;background:white;border-radius:6px}.analysis-item label{font-weight:bold;color:#495057}.text-search{margin-bottom:20px;padding:15px;background:#f8f9fa;border-radius:8px}.search-controls{display:flex;gap:10px;margin-bottom:10px}.search-controls input{flex:1;padding:8px 12px;border:1px solid #ced4da;border-radius:4px}.search-results{display:flex;justify-content:space-between;align-items:center;padding:10px;background:white;border-radius:6px}.search-navigation{display:flex;gap:5px}.export-section{margin-top:30px;padding:20px;background:#f8f9fa;border-radius:8px}.export-controls{display:grid;gap:20px}.export-format-group,.export-options-group{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.export-format-group label,.export-options-group label{font-weight:bold;color:#495057;min-width:120px}.metadata-section{margin-top:20px;padding:20px;background:#fff3cd;border-radius:8px;border-left:4px solid #ffc107}.metadata-content{margin-top:15px}.metadata-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #e9ecef}.metadata-item:last-child{border-bottom:none}.metadata-item label{font-weight:bold;color:#495057}.text-editor-container{border:1px solid #dee2e6;border-radius:8px;overflow:hidden;margin-bottom:20px}.editor-toolbar{background:#f8f9fa;padding:10px;border-bottom:1px solid #dee2e6;display:flex;align-items:center;gap:5px;flex-wrap:wrap}.editor-toolbar .btn{padding:6px 10px;border:1px solid #ced4da;background:white;color:#495057;border-radius:4px;cursor:pointer;transition:all 0.2s ease}.editor-toolbar .btn:hover{background:#e9ecef;border-color:#adb5bd}.editor-toolbar .btn.active{background:#007bff;color:white;border-color:#007bff}.toolbar-separator{width:1px;height:20px;background:#dee2e6;margin:0 5px}.result-content[contenteditable="true"]{min-height:300px;max-height:600px;overflow-y:auto;padding:20px;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;font-size:14px;line-height:1.6;color:#495057;background:white;border:none;outline:none;white-space:pre-wrap;word-wrap:break-word}.result-content[contenteditable="true"]:focus{box-shadow:inset 0 0 0 2px rgba(0,123,255,0.25)}.result-content .placeholder-text{color:#6c757d;font-style:italic;margin:0}.result-content:focus .placeholder-text{display:none}.result-content strong,.result-content b{font-weight:bold}.result-content em,.result-content i{font-style:italic}.result-content u{text-decoration:underline}.result-content p{margin:0 0 1em 0}.result-content h1,.result-content h2,.result-content h3{margin:1.5em 0 0.5em 0;font-weight:bold}.result-content h1{font-size:1.5em}.result-content h2{font-size:1.3em}.result-content h3{font-size:1.1em}.result-content::selection{background:rgba(0,123,255,0.3)}.result-content::-moz-selection{background:rgba(0,123,255,0.3)}@media (max-width:768px){.best-practices-grid{grid-template-columns:1fr}.use-cases-grid{grid-template-columns:1fr}.troubleshooting-grid{grid-template-columns:1fr}.result-header{flex-direction:column;align-items:flex-start;gap:15px}.result-stats{flex-direction:column;gap:10px}.export-format-group,.export-options-group{flex-direction:column;align-items:flex-start}.analysis-grid{grid-template-columns:1fr}.page-thumbnails{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.conversion-stages{grid-template-columns:1fr}.editor-toolbar{justify-content:center}.result-content[contenteditable="true"]{min-height:200px;font-size:16px}}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.step-card{background:white;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,0.1);text-align:center;transition:transform 0.3s ease,box-shadow 0.3s ease}.step-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.step-icon{width:60px;height:60px;background:linear-gradient(135deg,#007bff,#0056b3);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:bold;margin:0 auto 1rem}.step-card h3{color:#2c3e50;margin-bottom:1rem;font-size:1.25rem}.step-card p{color:#6c757d;line-height:1.6;margin:0 0 1rem 0}.info-section{padding:4rem 0}.faq-section{padding:4rem 0}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.info-card{background:white;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,0.1);text-align:center;transition:transform 0.3s ease}.info-card:hover{transform:translateY(-3px)}.info-icon{font-size:3rem;margin-bottom:1rem;display:block}.info-card h3{color:#2c3e50;margin-bottom:1rem;font-size:1.25rem}.info-card p{color:#6c757d;line-height:1.6;margin:0 0 1rem 0}.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.tip-card{background:white;padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,0.1);text-align:center;transition:transform 0.3s ease}.tip-card:hover{transform:translateY(-3px)}.tip-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.tip-card h4{color:#2c3e50;margin-bottom:0.75rem;font-size:1.1rem}.tip-card p{color:#6c757d;line-height:1.5;margin:0 0 1rem 0;font-size:0.9rem}.card-features{display:flex;flex-wrap:wrap;gap:0.5rem;margin-top:1rem;justify-content:center}.feature{background:linear-gradient(135deg,#e3f2fd 0%,#bbdefb 100%);color:#1976d2;padding:0.25rem 0.75rem;border-radius:15px;font-size:0.75rem;font-weight:500;border:1px solid #90caf9}.card-stats{display:flex;justify-content:space-around;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e9ecef}.stat-item{text-align:center}.stat-item strong{display:block;font-size:1.5rem;color:#007bff;font-weight:700;margin-bottom:0.25rem}.stat-item span{font-size:0.8rem;color:#6c757d;text-transform:uppercase;letter-spacing:0.5px}.tip-checklist{margin-top:1rem;padding-top:1rem;border-top:1px solid #e9ecef}.check-item{color:#28a745;font-size:0.85rem;margin-bottom:0.5rem;font-weight:500}.check-item:last-child{margin-bottom:0}@media (max-width:1024px){.steps-grid,.info-grid,.tips-grid{grid-template-columns:1fr;gap:2rem}}@media (max-width:768px){.steps-grid,.info-grid,.tips-grid{grid-template-columns:1fr;gap:1.5rem}.info-section,.faq-section{padding:3rem 0}.step-card,.info-card,.tip-card{padding:1.5rem}.step-icon{width:50px;height:50px;font-size:1.25rem}.info-icon{font-size:2.5rem}.tip-icon{font-size:2rem}.card-features{justify-content:flex-start}.card-stats{flex-direction:column;gap:1rem;align-items:center}.stat-item{display:flex;align-items:center;gap:1rem}.stat-item strong{margin-bottom:0}}@media (max-width:576px){.steps-grid,.info-grid,.tips-grid{gap:1rem}.step-card,.info-card,.tip-card{padding:1.25rem}.section-title{font-size:1.5rem}.feature{font-size:0.7rem;padding:0.2rem 0.6rem}.stat-item strong{font-size:1.25rem}.check-item{font-size:0.8rem}}