:root{--primary: #4f46e5;--primary-hover: #4338ca;--danger: #ef4444;--success: #22c55e;--warning: #f59e0b;--bg: #f8fafc;--surface: #ffffff;--text: #1e293b;--text-muted: #64748b;--border: #e2e8f0;--radius: 8px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}.navbar{background:var(--surface);border-bottom:1px solid var(--border);padding:0 2rem;height:56px;display:flex;align-items:center;gap:2rem}.nav-brand{font-weight:700;font-size:1.1rem;color:var(--primary)}.nav-links{display:flex;gap:1rem}.nav-links a{text-decoration:none;color:var(--text-muted);padding:.4rem .8rem;border-radius:var(--radius);font-size:.9rem;transition:all .15s}.nav-links a:hover,.nav-links a.active{color:var(--primary);background:#eef2ff}.container{max-width:800px;margin:0 auto;padding:2rem 1rem}.page h1{font-size:1.5rem;margin-bottom:.5rem}.page-wide{max-width:960px;margin:0 auto}.subtitle{color:var(--text-muted);margin-bottom:2rem}.upload-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-weight:600;font-size:.9rem}.form-group input,.form-group textarea{padding:.6rem .8rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.95rem;font-family:inherit;transition:border-color .15s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51a}.file-drop{border:2px dashed var(--border);border-radius:var(--radius);padding:2rem;text-align:center;cursor:pointer;color:var(--text-muted);transition:all .15s}.file-drop:hover{border-color:var(--primary);background:#f8f7ff}.file-drop.has-file{border-color:var(--success);background:#f0fdf4;color:var(--text)}.btn-primary{background:var(--primary);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:var(--radius);font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:var(--surface);color:var(--primary);border:1px solid var(--primary);padding:.5rem 1rem;border-radius:var(--radius);font-size:.9rem;cursor:pointer;text-decoration:none;display:inline-block}.btn-copy{background:none;border:1px solid var(--border);padding:.3rem .8rem;border-radius:var(--radius);font-size:.85rem;cursor:pointer;color:var(--text-muted)}.btn-copy:hover{border-color:var(--primary);color:var(--primary)}.btn-small{background:var(--primary);color:#fff;border:none;padding:.3rem .8rem;border-radius:var(--radius);font-size:.8rem;cursor:pointer}.error-msg{background:#fef2f2;color:var(--danger);padding:.75rem 1rem;border-radius:var(--radius);border:1px solid #fecaca}.processing{display:flex;align-items:center;gap:.75rem;padding:1rem;color:var(--primary)}.spinner{width:20px;height:20px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.result-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.student-tag{background:#eef2ff;color:var(--primary);padding:.2rem .6rem;border-radius:999px;font-size:.85rem;font-weight:500}.result-section{margin-bottom:1.5rem}.result-section h2{font-size:1.1rem;margin-bottom:.5rem}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.section-header h2{margin-bottom:0}.text-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;white-space:pre-wrap;font-size:.95rem;line-height:1.7}.diff-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;line-height:1.8;font-size:.95rem}.diff-deleted{background:#fecaca;color:#991b1b;padding:.1rem .3rem;border-radius:3px}.diff-added{background:#bbf7d0;color:#166534;padding:.1rem .3rem;border-radius:3px}.diff-changed{background:#fef08a;color:#854d0e;padding:.1rem .3rem;border-radius:3px}.feedback-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;line-height:1.8}.feedback-box p{margin-bottom:.25rem}.audio-section{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.tts-description{color:var(--text-muted);font-size:.9rem;margin-bottom:.75rem}.tts-unavailable{background:#fffbeb;color:#92400e;border:1px solid #fde68a;border-radius:var(--radius);padding:1rem;font-size:.9rem}.result-actions{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.history-table{width:100%;border-collapse:collapse;background:var(--surface);border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);table-layout:auto}.history-table th,.history-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap}.history-table th{background:#f8fafc;font-weight:600;font-size:.85rem;color:var(--text-muted)}.status-badge{padding:.2rem .5rem;border-radius:999px;font-size:.8rem;font-weight:500}.status-completed{background:#dcfce7;color:#166534}.status-processing,.status-pending{background:#e0e7ff;color:#3730a3}.status-failed{background:#fecaca;color:#991b1b}.settings-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;margin-bottom:1.5rem}.settings-panel h3{font-size:.95rem;margin-bottom:1rem;color:var(--text)}.settings-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.settings-row:last-child{margin-bottom:0}.settings-label{font-size:.85rem;font-weight:600;color:var(--text-muted);min-width:80px}.toggle-group{display:flex;gap:.35rem;flex-wrap:wrap}.toggle-btn{background:var(--surface);border:1px solid var(--border);padding:.35rem .75rem;border-radius:999px;font-size:.82rem;cursor:pointer;color:var(--text-muted);transition:all .15s}.toggle-btn:hover{border-color:var(--primary);color:var(--primary)}.toggle-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.toggle-btn-disabled{opacity:.45;cursor:not-allowed!important}.login-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg)}.login-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem 2rem;width:100%;max-width:360px;display:flex;flex-direction:column;gap:1rem}.login-form h1{font-size:1.4rem;text-align:center;margin-bottom:0}.login-subtitle{text-align:center;color:var(--text-muted);font-size:.9rem;margin-bottom:.5rem}.login-btn{width:100%;margin-top:.5rem}.score-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.6rem}.score-bar-row{display:flex;align-items:center;gap:.75rem}.score-bar-label{font-size:.85rem;font-weight:600;color:var(--text-muted);min-width:50px}.score-bar-track{flex:1;height:10px;background:var(--border);border-radius:999px;overflow:hidden}.score-bar-fill{height:100%;border-radius:999px;transition:width .5s ease}.score-bar-value{font-size:.9rem;font-weight:700;min-width:28px;text-align:right}.word-highlight-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;line-height:2.2;display:flex;flex-wrap:wrap;gap:.3rem}.word-chip{padding:.15rem .5rem;border-radius:4px;font-size:.95rem;cursor:default}.word-ok{background:#dcfce7;color:#166534}.word-weak{background:#fef9c3;color:#854d0e}.word-error{background:#fecaca;color:#991b1b;font-weight:600}.word-omission{background:#e2e8f0;color:#64748b;text-decoration:line-through}.word-insertion{background:#fef08a;color:#854d0e;font-style:italic}.word-legend{display:flex;gap:.5rem;margin-top:.5rem;flex-wrap:wrap}.word-legend .word-chip{font-size:.75rem;opacity:.8}.bulk-file-list{display:flex;flex-direction:column;gap:.35rem;max-height:300px;overflow-y:auto;border:1px solid var(--border);border-radius:var(--radius);padding:.5rem;background:var(--surface)}.bulk-file-item{display:flex;align-items:center;gap:.75rem;padding:.4rem .6rem;border-radius:4px;background:#f8fafc}.bulk-file-name{flex:1;font-size:.9rem;font-weight:500}.bulk-file-size{font-size:.8rem;color:var(--text-muted)}.bulk-file-remove{background:none;border:none;color:var(--danger);cursor:pointer;font-size:.8rem;font-weight:700;padding:.2rem .4rem;border-radius:4px}.bulk-file-remove:hover{background:#fef2f2}.bulk-progress-section{margin-bottom:1.5rem}.bulk-progress-text{font-size:.95rem;font-weight:600;margin-bottom:.5rem}.bulk-progress-bar{width:100%;height:12px;background:var(--border);border-radius:999px;overflow:hidden}.bulk-progress-fill{height:100%;background:var(--primary);border-radius:999px;transition:width .4s ease}.bulk-result-table td:nth-child(3){font-weight:600;text-align:center}.bulk-result-table td:nth-child(4){text-align:center;width:60px}.error-hint{display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;background:#fecaca;color:#991b1b;border-radius:50%;font-size:.75rem;font-weight:700;cursor:help}.demo-banner{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe;border-radius:var(--radius);padding:.75rem 1rem;font-size:.9rem;margin-bottom:1.5rem;line-height:1.5}.ai-report{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.5rem;overflow:hidden}.ai-report-header{background:#f0f4ff;padding:.6rem 1rem;font-weight:700;font-size:.9rem;color:var(--primary);border-bottom:1px solid var(--border)}.ai-report-body{padding:1rem 1.25rem;line-height:1.8;font-size:.92rem;color:var(--text)}.ai-report-body p{margin-bottom:.15rem}.progress-controls{display:flex;gap:1rem;margin-bottom:1.5rem}.progress-select-group{display:flex;flex-direction:column;gap:.3rem}.progress-select-group label{font-size:.85rem;font-weight:600;color:var(--text-muted)}.progress-select-group select{padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.95rem;font-family:inherit;background:var(--surface);min-width:160px}.progress-summary{display:flex;gap:1rem;margin-bottom:1.5rem}.progress-stat{flex:1;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;text-align:center}.progress-stat-label{display:block;font-size:.8rem;color:var(--text-muted);margin-bottom:.3rem}.progress-stat-value{font-size:1.4rem;font-weight:700}.progress-chart-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.progress-chart-section h3{font-size:.95rem;margin-bottom:1rem}.progress-chart{display:flex;align-items:flex-end;gap:4px;height:220px;padding-bottom:.5rem}.progress-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%}.progress-bar-value{font-size:.65rem;color:var(--text-muted);margin-bottom:4px;font-weight:600}.progress-bar-track{flex:1;width:100%;max-width:40px;display:flex;align-items:flex-end;background:#f1f5f9;border-radius:4px 4px 0 0;overflow:hidden}.progress-bar-fill{width:100%;border-radius:4px 4px 0 0;transition:height .4s ease;min-height:4px}.progress-bar-label{font-size:.7rem;color:var(--text-muted);margin-top:4px;white-space:nowrap}.progress-legend{display:flex;gap:1rem;margin-top:1rem;justify-content:center}.progress-legend-item{display:flex;align-items:center;gap:.3rem;font-size:.8rem;color:var(--text-muted)}.progress-legend-dot{width:10px;height:10px;border-radius:2px;display:inline-block}
