*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#0f172a;color:#e2e8f0;min-height:100vh}.app{max-width:960px;margin:0 auto;padding:1.5rem}.app-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #1e293b}.app-header h1{font-size:1.5rem;font-weight:700;color:#f8fafc}.model-selector{display:flex;align-items:center;gap:.5rem}.model-selector label{font-size:.875rem;color:#94a3b8}.model-selector select{background:#1e293b;color:#e2e8f0;border:1px solid #334155;border-radius:6px;padding:.4rem .75rem;font-size:.875rem;cursor:pointer}.model-selector select:focus{outline:none;border-color:#6366f1}.upload-panel{border:2px dashed #334155;border-radius:12px;padding:3rem 2rem;text-align:center;cursor:pointer;transition:all .2s}.upload-panel:hover,.upload-panel.dragging{border-color:#6366f1;background:#1e293b}.upload-icon{color:#6366f1;margin-bottom:1rem}.upload-text{font-size:1.1rem;font-weight:500;margin-bottom:.5rem}.upload-hint{font-size:.8rem;color:#64748b}.processing-status{text-align:center;padding:3rem 1rem}.spinner{width:40px;height:40px;border:3px solid #1e293b;border-top-color:#6366f1;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1.5rem}@keyframes spin{to{transform:rotate(360deg)}}.steps{display:flex;justify-content:center;gap:2rem}.step{display:flex;align-items:center;gap:.5rem;color:#475569;font-size:.9rem}.step.active{color:#6366f1;font-weight:600}.step.completed{color:#22c55e}.step-dot{width:10px;height:10px;border-radius:50%;background:currentColor}.error-panel{text-align:center;padding:2rem}.error-message{color:#ef4444;margin-bottom:1rem;font-size:.95rem}.btn-primary{background:#6366f1;color:#fff;border:none;border-radius:8px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s}.btn-primary:hover{background:#4f46e5}.btn-secondary{background:transparent;color:#94a3b8;border:1px solid #334155;border-radius:8px;padding:.5rem 1.2rem;font-size:.85rem;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#1e293b;color:#e2e8f0}.reset-btn{margin-bottom:1.5rem}button:disabled{opacity:.5;cursor:not-allowed}.summary-view{background:#1e293b;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.summary-view h2{font-size:1.2rem;margin-bottom:1rem;color:#f8fafc}.summary-content p{margin-bottom:.75rem;line-height:1.7;color:#cbd5e1;font-size:.95rem}.summary-sentence{cursor:pointer;padding:2px 3px;border-radius:3px;transition:background-color .15s ease;display:inline}.summary-sentence:hover{background-color:#6366f133}.summary-sentence.selected{background-color:#6366f159;box-shadow:inset 3px 0 #6366f1;padding-left:6px}.summary-selection-controls{margin-top:1rem;padding-top:1rem;border-top:1px solid #334155;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.summary-selection-hint{font-size:.85rem;color:#6366f1;font-style:italic}.summary-images h3{font-size:1rem;margin:1.5rem 0 .75rem;color:#f8fafc}.image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.image-grid figure{background:#0f172a;border-radius:8px;overflow:hidden}.image-grid img{width:100%;height:auto;display:block}.image-grid figcaption{padding:.4rem .6rem;font-size:.75rem;color:#64748b}.tab-container{background:#1e293b;border-radius:12px;overflow:hidden}.tab-bar{display:flex;border-bottom:1px solid #334155;overflow-x:auto}.tab-btn{background:none;border:none;padding:.75rem 1.2rem;color:#94a3b8;font-size:.85rem;font-weight:500;cursor:pointer;white-space:nowrap;border-bottom:2px solid transparent;transition:all .2s}.tab-btn:hover{color:#e2e8f0}.tab-btn.active{color:#6366f1;border-bottom-color:#6366f1}.tab-content{padding:1.5rem}.data-table{width:100%;border-collapse:collapse;font-size:.9rem}.data-table th{text-align:left;padding:.6rem .75rem;color:#94a3b8;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #334155}.data-table td{padding:.6rem .75rem;border-bottom:1px solid #1e293b;color:#cbd5e1;line-height:1.5}.data-table tbody tr:hover{background:#0f172a}.term-cell{font-weight:600;color:#e2e8f0;white-space:nowrap}.search-input{width:100%;max-width:320px;background:#0f172a;border:1px solid #334155;border-radius:8px;padding:.5rem .75rem;color:#e2e8f0;font-size:.9rem;margin-bottom:1rem}.search-input:focus{outline:none;border-color:#6366f1}.empty-tab,.no-results{color:#64748b;font-size:.9rem;padding:1rem 0}.process-tab{display:grid;gap:1rem}.process-card{background:#0f172a;border-radius:8px;padding:1.25rem;border-left:3px solid #6366f1}.process-name{font-size:1rem;font-weight:600;margin-bottom:.75rem;color:#f8fafc}.process-steps{padding-left:1.25rem}.process-steps li{margin-bottom:.4rem;line-height:1.5;color:#cbd5e1;font-size:.9rem}.quiz-tab{display:flex;flex-direction:column;gap:1rem}.quiz-section h3{font-size:1rem;color:#f8fafc;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #334155}.quiz-question{background:#0f172a;border-radius:8px;padding:1rem;margin-bottom:.75rem;border-left:3px solid #334155}.quiz-question.correct{border-left-color:#22c55e}.quiz-question.incorrect{border-left-color:#ef4444}.quiz-question.show-answer{border-left-color:#f59e0b}.q-text{font-weight:500;margin-bottom:.75rem;line-height:1.5}.q-options{display:flex;flex-direction:column;gap:.4rem}.q-option{display:flex;align-items:flex-start;gap:.5rem;padding:.4rem .6rem;border-radius:6px;cursor:pointer;font-size:.9rem;line-height:1.4}.q-option:hover{background:#1e293b}.q-option.correct-answer{background:#22c55e26}.opt-label{font-weight:600;color:#94a3b8}.q-correct{margin-top:.5rem;font-size:.85rem;color:#22c55e;font-weight:500}.matching-grid{display:flex;flex-direction:column;gap:.5rem}.matching-row{display:flex;align-items:center;gap:1rem;padding:.5rem;border-radius:6px}.matching-row.correct{background:#22c55e1a}.matching-row.incorrect{background:#ef44441a}.match-left{flex:1;font-weight:500;font-size:.9rem}.matching-row select{flex:1;background:#1e293b;color:#e2e8f0;border:1px solid #334155;border-radius:6px;padding:.4rem;font-size:.85rem}.matching-row select:focus{outline:none;border-color:#6366f1}.direct-input{width:100%;background:#1e293b;color:#e2e8f0;border:1px solid #334155;border-radius:8px;padding:.6rem;font-size:.9rem;font-family:inherit;resize:vertical}.direct-input:focus{outline:none;border-color:#6366f1}.ordering-steps{display:flex;flex-direction:column;gap:.4rem}.ordering-step{display:flex;align-items:center;gap:.75rem;background:#1e293b;border:1px solid #334155;border-radius:8px;padding:.6rem .75rem;transition:all .15s ease}.ordering-step.step-correct{border-color:#22c55e;background:#22c55e1a}.ordering-step.step-wrong{border-color:#ef4444;background:#ef44441a}.step-number{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#334155;border-radius:50%;font-size:.75rem;font-weight:700;color:#e2e8f0;flex-shrink:0}.step-text{flex:1;font-size:.9rem;color:#cbd5e1;line-height:1.4}.step-arrows{display:flex;flex-direction:column;gap:2px;flex-shrink:0}.arrow-btn{background:#0f172a;border:1px solid #475569;color:#94a3b8;width:24px;height:20px;font-size:.6rem;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .15s;padding:0}.arrow-btn:hover:not(:disabled){background:#334155;color:#e2e8f0;border-color:#6366f1}.arrow-btn:disabled{opacity:.3;cursor:not-allowed}.step-correct-pos{font-size:.75rem;color:#f59e0b;white-space:nowrap}.ordering-answer{margin-top:.75rem}.correct-order-list{padding-left:1.5rem;margin-top:.25rem;font-size:.85rem;color:#22c55e}.correct-order-list li{margin-bottom:.2rem}.quiz-download-row{display:flex;justify-content:flex-end;margin-bottom:1rem}.download-btn{display:flex;align-items:center;gap:.4rem}.quiz-actions{margin-top:1rem;padding-top:1rem;border-top:1px solid #334155}.score-panel{display:flex;align-items:center;gap:1rem}.score-text{font-size:1.1rem;font-weight:600;color:#22c55e}@media(max-width:640px){.app{padding:1rem}.app-header,.steps{flex-direction:column;gap:.75rem;align-items:flex-start}.data-table{display:block;overflow-x:auto}.matching-row{flex-direction:column;align-items:flex-start;gap:.4rem}.matching-row select{width:100%}.score-panel{flex-direction:column;align-items:flex-start}}.ocr-text-view{background:#1e293b;border-radius:12px;padding:1.5rem;margin-bottom:1rem}.ocr-text-view h2{font-size:1.2rem;margin-bottom:1rem;color:#f8fafc}.ocr-paragraphs{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:1.25rem;max-height:500px;overflow-y:auto;line-height:1.8;font-size:.95rem;color:#cbd5e1}.ocr-paragraph{margin-bottom:1rem}.ocr-paragraph:last-child{margin-bottom:0}.sentence{cursor:default;padding:1px 0;border-radius:3px;transition:background-color .15s ease}.selection-mode .sentence{cursor:pointer}.selection-mode .sentence:hover{background-color:#6366f133}.sentence.selected{background-color:#6366f14d;border-left:3px solid #6366f1;padding-left:6px;margin-left:-3px}.ocr-images{margin-top:1.5rem}.ocr-images h3{font-size:1rem;margin-bottom:.75rem;color:#f8fafc}.summarise-controls{background:#1e293b;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.75rem}.control-row{display:flex;align-items:center;gap:.75rem}.control-row label{font-size:.9rem;color:#94a3b8;white-space:nowrap}.mode-select{background:#0f172a;color:#e2e8f0;border:1px solid #334155;border-radius:6px;padding:.4rem .75rem;font-size:.875rem;cursor:pointer}.mode-select:focus{outline:none;border-color:#6366f1}.selection-hint{font-size:.85rem;color:#6366f1;font-style:italic;padding:.5rem .75rem;background:#6366f11a;border-radius:6px;border-left:3px solid #6366f1}.selected-count{font-weight:600;font-style:normal}.analyse-btn{min-width:140px}.ocr-paragraphs::-webkit-scrollbar{width:6px}.ocr-paragraphs::-webkit-scrollbar-track{background:#1e293b;border-radius:3px}.ocr-paragraphs::-webkit-scrollbar-thumb{background:#475569;border-radius:3px}.ocr-paragraphs::-webkit-scrollbar-thumb:hover{background:#64748b}.noun-filter-view{background:#0f172a;border-radius:8px;padding:1rem}.noun-filter-view h3{font-size:1rem;color:#f8fafc;margin-bottom:.5rem}.noun-hint{font-size:.85rem;color:#94a3b8;margin-bottom:.75rem}.noun-chips{display:flex;flex-wrap:wrap;gap:.4rem;max-height:300px;overflow-y:auto;padding:.25rem}.noun-chip{background:#1e293b;color:#cbd5e1;border:1px solid #334155;border-radius:16px;padding:.3rem .75rem;font-size:.8rem;cursor:pointer;transition:all .15s ease;white-space:nowrap}.noun-chip:hover{border-color:#6366f1;color:#e2e8f0}.noun-chip.selected{background:#6366f140;border-color:#6366f1;color:#a5b4fc;font-weight:600}.noun-chips::-webkit-scrollbar{width:6px}.noun-chips::-webkit-scrollbar-track{background:#0f172a;border-radius:3px}.noun-chips::-webkit-scrollbar-thumb{background:#475569;border-radius:3px}.noun-chips::-webkit-scrollbar-thumb:hover{background:#64748b}
