*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background:#f5f7fa}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:#2563eb;color:#fff;padding:1rem;box-shadow:0 2px 4px #0000001a}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.25rem;font-weight:700;color:#fff;text-decoration:none}.main-nav a{color:#fff;text-decoration:none;margin-left:1rem}.app-main{flex:1;max-width:1200px;margin:0 auto;padding:2rem 1rem;width:100%}.hero{text-align:center;padding:3rem 1rem}.hero h1{font-size:2.5rem;margin-bottom:1rem;color:#1e40af}.hero p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.tab-switcher{display:flex;gap:1rem;margin-bottom:2rem;justify-content:center}.tab{padding:.75rem 2rem;background:#fff;border:2px solid #e5e7eb;border-radius:.5rem;cursor:pointer;font-size:1rem;transition:all .3s}.tab.active{background:#2563eb;color:#fff;border-color:#2563eb}.upload-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.upload-column h2{margin-bottom:1rem;color:#1e40af}.file-uploader{margin-bottom:1.5rem}.drop-zone{border:2px dashed #cbd5e1;border-radius:1rem;padding:2rem;text-align:center;cursor:pointer;transition:all .3s;background:#fff}.drop-zone.active{border-color:#2563eb;background:#eff6ff}.upload-icon{width:48px;height:48px;margin-bottom:1rem;color:#94a3b8}.upload-text{font-size:1.1rem;margin-bottom:.5rem;color:#475569}.upload-hint{font-size:.9rem;color:#94a3b8}.preview-container{text-align:center}.preview-image{max-width:200px;max-height:200px;border-radius:.5rem;margin-bottom:.5rem}.exam-selector{margin:2rem 0}.selector-title{margin-bottom:1.5rem;color:#1e40af}.category-section{margin-bottom:2rem}.category-title{font-size:1.3rem;margin-bottom:1rem;color:#475569;border-bottom:2px solid #e5e7eb;padding-bottom:.5rem}.exam-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.exam-card{background:#fff;border:2px solid #e5e7eb;border-radius:.75rem;padding:1.25rem;cursor:pointer;transition:all .3s;position:relative}.exam-card:hover{border-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.exam-card.selected{border-color:#2563eb;background:#eff6ff}.exam-name{font-size:1.1rem;margin-bottom:.75rem;color:#1e40af}.exam-details{font-size:.9rem}.spec-info{margin-bottom:.5rem}.spec-label{font-weight:600;color:#475569;margin-right:.5rem}.spec-value{color:#64748b;margin-right:.75rem}.checkbox{position:absolute;top:1rem;right:1rem;width:24px;height:24px;border:2px solid #cbd5e1;border-radius:4px;display:flex;align-items:center;justify-content:center}.checkbox.checked{background:#2563eb;border-color:#2563eb;color:#fff}.custom-resizer{background:#fff;border-radius:1rem;padding:2rem;margin:2rem 0}.form-title{margin-bottom:1.5rem;color:#1e40af}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:.5rem;font-weight:600;color:#475569}.form-group input,.form-group select{padding:.75rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem}.form-group input:focus,.form-group select:focus{outline:none;border-color:#2563eb}.error{color:#ef4444;font-size:.85rem;margin-top:.25rem}.btn-primary{background:#2563eb;color:#fff;border:none;padding:.75rem 2rem;border-radius:.5rem;font-size:1rem;cursor:pointer;text-decoration:none;display:inline-block;transition:background .3s}.btn-primary:hover{background:#1d4ed8}.btn-primary:disabled{background:#94a3b8;cursor:not-allowed}.btn-secondary{background:#fff;color:#2563eb;border:2px solid #2563eb;padding:.75rem 2rem;border-radius:.5rem;font-size:1rem;cursor:pointer;text-decoration:none;transition:all .3s}.btn-download{display:inline-block;background:#10b981;color:#fff;padding:.5rem 1.5rem;border-radius:.5rem;text-decoration:none;transition:background .3s}.btn-download:hover{background:#059669}.result-page{text-align:center}.page-title{font-size:2rem;margin-bottom:2rem;color:#1e40af}.results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin:2rem 0}.result-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 2px 4px #0000001a}.result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.status-badge{padding:.25rem .75rem;border-radius:1rem;font-size:.85rem;font-weight:600}.status-badge.success{background:#d1fae5;color:#065f46}.status-badge.warning{background:#fef3c7;color:#92400e}.result-image-container{margin-bottom:1rem}.result-image{max-width:100%;border-radius:.5rem}.result-details{margin-bottom:1rem}.detail-item{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #e5e7eb}.result-actions{margin-top:1rem}.blog-list-page,.blog-detail-page{max-width:800px;margin:0 auto}.blog-grid{display:grid;gap:1.5rem;margin-top:2rem}.blog-card{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 2px 4px #0000001a}.blog-card-full{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 2px 4px #0000001a}.blog-category{display:inline-block;background:#eff6ff;color:#2563eb;padding:.25rem .75rem;border-radius:1rem;font-size:.85rem;margin-bottom:.75rem}.blog-meta{margin:1rem 0;color:#94a3b8;font-size:.9rem}.blog-meta span{margin-right:1rem}.read-more{color:#2563eb;text-decoration:none;font-weight:600}.app-footer{background:#1e293b;color:#fff;padding:3rem 1rem 1rem;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{margin-bottom:1rem}.footer-section a{display:block;color:#cbd5e1;text-decoration:none;margin-bottom:.5rem}.footer-bottom{text-align:center;padding-top:1rem;border-top:1px solid #334155}@media(max-width:768px){.hero h1{font-size:1.8rem}.upload-section{grid-template-columns:1fr}.tab-switcher{flex-direction:column}.header-content{flex-direction:column;gap:1rem}}
