*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f7fa;color:#1a1a2e;line-height:1.5}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:#1a1a2e;color:#fff;padding:0 24px;height:56px;display:flex;align-items:center}.header-inner{max-width:1200px;width:100%;margin:0 auto;display:flex;align-items:center;gap:32px}.logo{font-size:20px;font-weight:700;color:#fff;text-decoration:none;letter-spacing:1px}.nav{display:flex;gap:8px}.nav-link{color:#ffffffb3;text-decoration:none;padding:6px 14px;border-radius:6px;font-size:14px;transition:all .2s}.nav-link:hover{color:#fff;background:#ffffff1a}.nav-link.active{color:#fff;background:#ffffff26}.main{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:24px}.card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #00000014;margin-bottom:16px}.card h2{font-size:18px;margin-bottom:16px;color:#1a1a2e}.card h3{font-size:15px;margin-bottom:12px;color:#444}.upload-zone{border:2px dashed #ccc;border-radius:12px;padding:48px;text-align:center;cursor:pointer;transition:all .2s;background:#fff}.upload-zone:hover,.upload-zone.dragover{border-color:#4361ee;background:#f0f4ff}.upload-zone p{color:#666;margin-bottom:12px}.upload-zone .formats{font-size:13px;color:#999}.btn{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary{background:#4361ee;color:#fff}.btn-primary:hover{background:#3a56d4}.btn-primary:disabled{background:#a0aec0;cursor:not-allowed}.btn-secondary{background:#e2e8f0;color:#4a5568}.btn-secondary:hover{background:#cbd5e0}.btn-success{background:#38a169;color:#fff}.btn-success:hover{background:#2f855a}.btn-danger{background:#e53e3e;color:#fff;padding:8px 16px;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:500}.btn-danger:hover{background:#c53030}.btn-delete-small{width:24px;height:24px;border:none;border-radius:50%;background:transparent;color:#a0aec0;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0}.btn-delete-small:hover{background:#fed7d7;color:#e53e3e}.spinner-container{display:flex;flex-direction:column;align-items:center;gap:16px;padding:48px}.spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#4361ee;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.entity-table{width:100%;border-collapse:collapse;font-size:14px}.entity-table th,.entity-table td{padding:10px 12px;text-align:left;border-bottom:1px solid #e2e8f0}.entity-table th{background:#f7fafc;font-weight:600;color:#4a5568;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.entity-table tr:hover td{background:#f7fafc}.badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase}.badge-critical{background:#fed7d7;color:#c53030}.badge-important{background:#fefcbf;color:#975a16}.badge-secondary{background:#e2e8f0;color:#4a5568}.id-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.id-item{padding:12px;background:#f7fafc;border-radius:8px}.id-item label{display:block;font-size:12px;color:#718096;margin-bottom:4px;text-transform:uppercase}.id-item span{font-weight:500;color:#2d3748}.section-block{padding:16px;background:#f7fafc;border-radius:8px;margin-bottom:12px;white-space:pre-wrap;font-size:14px;line-height:1.6}.form-group{margin-bottom:20px}.form-group label{display:block;font-weight:500;margin-bottom:6px;font-size:14px}.form-group input[type=text],.form-group textarea,.form-group select{width:100%;padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:14px;font-family:inherit}.form-group textarea{min-height:80px;resize:vertical}.checkbox-group{display:flex;flex-direction:column;gap:8px}.checkbox-item{display:flex;align-items:center;gap:8px;font-size:14px}.checkbox-item input[type=checkbox]{width:18px;height:18px;accent-color:#4361ee}.slider-container{display:flex;align-items:center;gap:12px}.slider-container input[type=range]{flex:1;accent-color:#4361ee}.slider-value{font-size:24px;font-weight:700;color:#4361ee;min-width:40px;text-align:center}.status-select{padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;font-size:13px;background:#fff}.status-select.correct{border-color:#38a169;background:#f0fff4}.status-select.partial{border-color:#d69e2e;background:ivory}.status-select.incorrect{border-color:#e53e3e;background:#fff5f5}.status-select.omitted{border-color:#718096;background:#f7fafc}.submission-card{background:#fff;border-radius:12px;padding:16px 20px;box-shadow:0 1px 3px #00000014;cursor:pointer;transition:all .2s;margin-bottom:8px}.submission-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-1px)}.submission-card .file-name{font-weight:500;flex:1;word-break:break-word}.submission-card .date{font-size:13px;color:#718096}.submission-card .status-badge{padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500;white-space:nowrap}.status-badge.completed{background:#c6f6d5;color:#22543d}.status-badge.processing{background:#bee3f8;color:#2a4365}.status-badge.error{background:#fed7d7;color:#742a2a}.feedback-tag{display:inline-block;padding:2px 8px;border-radius:10px;font-size:12px;font-weight:500}.feedback-tag.tag-ok{background:#c6f6d5;color:#22543d}.feedback-tag.tag-err{background:#fed7d7;color:#742a2a}.feedback-tag.tag-warn{background:#fefcbf;color:#744210}.feedback-tag.tag-correct{background:#c6f6d5;color:#22543d}.feedback-tag.tag-partial{background:#fefcbf;color:#744210}.feedback-tag.tag-incorrect{background:#fed7d7;color:#742a2a}.feedback-tag.tag-omitted{background:#e9d8fd;color:#44337a}.feedback-detail .fb-section{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #edf2f7}.feedback-detail .fb-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.feedback-detail h3{font-size:14px;color:#4a5568;margin-bottom:10px}.fb-list{padding-left:20px;margin:0}.fb-list li{margin-bottom:4px;font-size:14px}.fb-list-critical li{color:#e53e3e}.rating-bar{flex:1;max-width:200px;height:10px;background:#edf2f7;border-radius:5px;overflow:hidden}.rating-bar-fill{height:100%;background:linear-gradient(90deg,#e53e3e,#ecc94b,#38a169);border-radius:5px;transition:width .3s}.success-message{text-align:center;padding:32px}.success-message h3{color:#38a169;font-size:20px;margin-bottom:12px}.questions-list{list-style:decimal;padding-left:20px}.questions-list li{margin-bottom:8px;line-height:1.5}.error-message{background:#fff5f5;border:1px solid #fed7d7;border-radius:8px;padding:16px;color:#c53030;text-align:center}.tags-input{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.tag{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:#edf2f7;border-radius:16px;font-size:13px}.tag button{background:none;border:none;cursor:pointer;font-size:16px;color:#a0aec0;line-height:1}.detail-back{display:inline-flex;align-items:center;gap:4px;color:#4361ee;text-decoration:none;font-size:14px;margin-bottom:16px}.corrected-section{border-left:3px solid #38a169;padding-left:16px}.delta-section{border-left:3px solid #d69e2e;padding-left:16px}
