*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f8f9fa;color:#333;min-height:100vh}.app{max-width:1200px;margin:0 auto;padding:0 16px 48px}.header{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:2.5px solid #C8102E;margin-bottom:12px}.header-left{display:flex;align-items:center;gap:10px}.badge{background:#c8102e;color:#fff;border-radius:6px;padding:3px 11px;font-size:11px;font-weight:600;letter-spacing:.4px}.subtitle{font-size:13px;color:#888}.steps{display:flex;align-items:center;gap:4px}.step-wrap{display:flex;align-items:center;gap:5px;margin-right:8px}.step-dot{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:500;flex-shrink:0}.step-wrap.active .step-dot{background:#c8102e;color:#fff}.step-wrap.done .step-dot{background:#e8f5e9;color:#2e7d32}.step-wrap.todo .step-dot{background:#eee;color:#aaa}.step-label{font-size:12px;color:#888}.step-wrap.active .step-label{color:#c8102e;font-weight:500}.upload-wrap{max-width:540px;margin:0 auto;padding:28px 0;display:flex;flex-direction:column;gap:18px}.upload-hero{text-align:center}.upload-title{font-size:24px;font-weight:600;margin-bottom:6px;color:#222}.upload-sub{font-size:13px;color:#666;line-height:1.5}.dropzone{border:2px dashed #ccc;border-radius:12px;padding:36px;text-align:center;cursor:pointer;transition:all .2s;background:#fff}.dropzone:hover,.dropzone.over{border-color:#c8102e;background:#fff5f5}.drop-icon{font-size:38px;margin-bottom:10px}.drop-title{font-size:15px;font-weight:500;color:#333}.drop-sub{font-size:12px;color:#888;margin-top:4px}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.info-card{background:#fff;border:1px solid #eee;border-radius:8px;padding:12px 14px}.info-title{font-size:13px;font-weight:600;color:#333;margin-bottom:4px}.info-desc{font-size:11px;color:#777;line-height:1.5}.btn-primary{padding:12px;background:#c8102e;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;width:100%}.btn-primary:hover{background:#9b0a22}.btn-primary:disabled{background:#ccc;cursor:not-allowed}.proc-wrap{max-width:680px;margin:0 auto;padding:20px 0}.proc-title{font-size:18px;font-weight:500;margin-bottom:14px}.file-list{margin-bottom:14px}.file-item{display:flex;align-items:center;gap:12px;padding:11px 14px;background:#fff;border:1px solid #eee;border-radius:8px;margin-bottom:6px}.file-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0}.file-info{flex:1}.file-name{font-size:13px;font-weight:500;color:#333}.file-meta{font-size:11px;color:#888}.file-status{font-size:12px;font-weight:500}.log-box{background:#1e1e1e;border-radius:8px;padding:12px 14px;font-family:monospace;font-size:11px;color:#a8c7a8;max-height:200px;overflow-y:auto;margin-bottom:16px;line-height:1.6}@keyframes spin{to{transform:rotate(360deg)}}.spinner{display:inline-block;width:13px;height:13px;border:2px solid rgba(21,101,192,.2);border-top-color:#1565c0;border-radius:50%;animation:spin .7s linear infinite}.review-wrap{padding:12px 0}.stats-bar{display:flex;gap:10px;align-items:center;padding:12px 16px;background:#fff;border:1px solid #eee;border-radius:8px;margin-bottom:12px}.stat{flex:1;text-align:center}.stat-n{font-size:22px;font-weight:600}.stat-n.green{color:#2e7d32}.stat-n.orange{color:#e65100}.stat-n.red{color:#c8102e}.stat-l{font-size:10px;color:#888}.btn-export{padding:9px 20px;background:#c8102e;color:#fff;border:none;border-radius:7px;font-size:13px;font-weight:500;cursor:pointer}.btn-export:hover{background:#9b0a22}.file-tabs{display:flex;gap:5px;overflow-x:auto;margin-bottom:12px;padding-bottom:6px;border-bottom:2px solid #eee}.file-tab{padding:5px 13px;border-radius:6px;cursor:pointer;font-size:12px;border:1px solid #ddd;background:#f5f5f5;color:#666;white-space:nowrap;display:flex;align-items:center;gap:6px}.file-tab.active{background:#c8102e;color:#fff;border-color:#c8102e;font-weight:500}.tab-count{font-size:10px;opacity:.8}.cols{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.col{border-radius:10px;padding:10px;min-height:300px}.col-a{background:#f1f8e9;border:1.5px solid #81C784}.col-k{background:#fff8e1;border:1.5px solid #FFB74D}.col-p{background:#f5f5f5;border:1.5px solid #BDBDBD}.col-head{font-size:12px;font-weight:600;padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid;display:flex;justify-content:space-between;align-items:center}.col-a .col-head{color:#2e7d32;border-color:#a5d6a7}.col-k .col-head{color:#e65100;border-color:#ffcc80}.col-p .col-head{color:#666;border-color:#ccc}.count-pill{background:#fff;padding:0 7px;border-radius:9px;font-size:11px;border:1px solid currentColor}.empty{text-align:center;color:#aaa;font-size:12px;padding:24px 0}.card{background:#fff;border:1px solid #eee;border-radius:7px;padding:10px 12px;margin-bottom:7px;transition:box-shadow .15s}.card:hover{box-shadow:0 2px 8px #00000012}.card-jab{font-size:11px;font-weight:600;color:#1565c0;margin-bottom:3px;display:flex;align-items:center;gap:5px;flex-wrap:wrap}.flag{background:#fff3e0;color:#e65100;font-size:9px;padding:1px 5px;border-radius:3px;font-weight:600}.card-act{font-size:12px;font-weight:500;color:#222;margin-bottom:5px;line-height:1.4}.tags{display:flex;flex-wrap:wrap;gap:3px;margin-bottom:5px}.tag{font-size:10px;padding:1px 6px;border-radius:3px}.t-f{background:#e3f2fd;color:#0d47a1}.t-s{background:#f3e5f5;color:#4a148c}.t-d{background:#e8f5e9;color:#1b5e20}.t-b{background:#ffebee;color:#b71c1c;font-weight:600}.t-q{background:#fff9c4;color:#f57f17}.card-reason{font-size:10px;color:#999;margin-bottom:5px;font-style:italic}.card-src{font-size:10px;color:#aaa;margin-bottom:7px}.card-actions{display:flex;justify-content:space-between;align-items:center}.abtn{padding:3px 8px;border-radius:4px;border:1px solid;font-size:11px;cursor:pointer;background:#fff}.abtn-left{border-color:#81c784;color:#2e7d32}.abtn-left:hover{background:#e8f5e9}.abtn-right{border-color:#ccc;color:#888}.abtn-right:hover{background:#f5f5f5}.abtn-edit{border-color:#64b5f6;color:#1565c0}.abtn-edit:hover{background:#e3f2fd}.overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:#fff;border-radius:12px;padding:20px;width:460px;max-width:95vw;max-height:85vh;overflow-y:auto;box-shadow:0 8px 32px #0000002e}.modal h3{font-size:16px;font-weight:600;margin-bottom:14px}.fg{margin-bottom:11px}.fg label{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:#666;margin-bottom:3px}.fg input,.fg select,.fg textarea{width:100%;padding:7px 10px;border:1px solid #ddd;border-radius:6px;font-size:13px;font-family:inherit}.fg textarea{min-height:54px;resize:vertical}.modal-btns{display:flex;gap:8px;justify-content:flex-end;margin-top:14px}.btn-sec{padding:7px 16px;border:1px solid #ddd;border-radius:6px;background:#fff;cursor:pointer;font-size:13px}.btn-save{padding:7px 16px;background:#c8102e;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500}
