*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;background:#f0f2f5;color:#1a1a2e;height:100vh;overflow:hidden}#root{height:100vh;display:flex;flex-direction:column}.header{background:#1a1a2e;color:#fff;padding:0 24px;height:52px;display:flex;align-items:center;gap:12px;flex-shrink:0;box-shadow:0 2px 8px #0000004d}.header-logo{font-size:16px;font-weight:700;letter-spacing:.5px;color:#e8c14f}.header-sub{font-size:13px;color:#89a}.upload-zone{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.upload-card{background:#fff;border-radius:12px;padding:48px 64px;text-align:center;box-shadow:0 4px 24px #00000014;max-width:520px;width:90%}.upload-card h2{font-size:20px;font-weight:600;margin-bottom:8px;color:#1a1a2e}.upload-card p{color:#6b7280;font-size:14px;margin-bottom:28px}.upload-btn{display:inline-block;background:#1a1a2e;color:#fff;padding:12px 32px;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;border:none;transition:background .2s}.upload-btn:hover{background:#2d2d4e}.upload-btn:disabled{background:#9ca3af;cursor:not-allowed}.file-input{display:none}.analyzing-card{background:#fff;border-radius:12px;padding:40px 48px;text-align:center;box-shadow:0 4px 24px #00000014;max-width:440px;width:90%}.analyzing-card h3{font-size:17px;font-weight:600;margin-bottom:8px}.analyzing-card .file-name{color:#6b7280;font-size:13px;margin-bottom:20px;word-break:break-all}.spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#1a1a2e;border-radius:50%;animation:spin .9s linear infinite;margin:0 auto 16px}@keyframes spin{to{transform:rotate(360deg)}}.analyzing-hint{color:#9ca3af;font-size:13px}.report-layout{flex:1;display:grid;grid-template-columns:220px 1fr 360px;overflow:hidden}.sidebar{background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden}.sidebar-header{padding:16px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.sidebar-header h4{font-size:13px;font-weight:600;color:#374151;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.sidebar-stats{display:flex;flex-direction:column;gap:6px}.stat-row{display:flex;align-items:center;justify-content:space-between;font-size:13px}.stat-label{color:#6b7280}.stat-badge{font-weight:700;font-size:13px;padding:1px 8px;border-radius:10px}.stat-badge.high{background:#fee2e2;color:#dc2626}.stat-badge.medium{background:#ffedd5;color:#ea580c}.stat-badge.low{background:#f3f4f6;color:#6b7280}.sidebar-file{padding:14px 16px;flex:1;overflow-y:auto}.file-tree-item{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:6px;background:#eff6ff;border:1px solid #bfdbfe}.file-icon{font-size:18px;flex-shrink:0}.file-info{flex:1;min-width:0}.file-info .name{font-size:12px;font-weight:600;color:#1d4ed8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-info .meta{font-size:11px;color:#6b7280;margin-top:2px}.sidebar-footer{padding:12px 16px;border-top:1px solid #e5e7eb}.new-audit-btn{width:100%;background:transparent;border:1px dashed #d1d5db;border-radius:6px;padding:8px;font-size:12px;color:#6b7280;cursor:pointer;transition:all .2s}.new-audit-btn:hover{border-color:#1a1a2e;color:#1a1a2e}.risk-panel{display:flex;flex-direction:column;overflow:hidden;background:#f9fafb}.risk-panel-header{padding:16px 20px;border-bottom:1px solid #e5e7eb;background:#fff;flex-shrink:0}.risk-panel-header h3{font-size:15px;font-weight:700;color:#1a1a2e;margin-bottom:12px}.risk-summary-bar{display:flex;gap:10px;flex-wrap:wrap}.summary-chip{display:flex;align-items:center;gap:6px;padding:5px 12px;border-radius:20px;font-size:13px;font-weight:600}.summary-chip.high{background:#fee2e2;color:#dc2626}.summary-chip.medium{background:#ffedd5;color:#ea580c}.summary-chip.low{background:#f3f4f6;color:#4b5563}.summary-chip .count{font-size:16px;font-weight:800}.filter-bar{padding:10px 20px;border-bottom:1px solid #e5e7eb;background:#fff;display:flex;gap:8px;flex-shrink:0}.filter-btn{padding:4px 14px;border-radius:16px;font-size:12px;font-weight:500;border:1px solid #e5e7eb;background:#fff;color:#6b7280;cursor:pointer;transition:all .15s}.filter-btn:hover{border-color:#1a1a2e;color:#1a1a2e}.filter-btn.active{background:#1a1a2e;color:#fff;border-color:#1a1a2e}.risk-list{flex:1;overflow-y:auto;padding:12px 16px}.risk-card{background:#fff;border-radius:8px;border:1px solid #e5e7eb;padding:14px 16px;margin-bottom:10px;cursor:pointer;transition:all .15s;border-left:4px solid transparent}.risk-card:hover{box-shadow:0 2px 8px #00000014;border-color:#d1d5db}.risk-card.selected{box-shadow:0 2px 12px #1a1a2e1f;border-color:#1a1a2e}.risk-card.level-high{border-left-color:#dc2626}.risk-card.level-medium{border-left-color:#ea580c}.risk-card.level-low{border-left-color:#9ca3af}.risk-card-top{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px}.level-tag{font-size:11px;font-weight:700;padding:2px 8px;border-radius:4px;white-space:nowrap;flex-shrink:0;margin-top:1px}.level-tag.high{background:#fee2e2;color:#dc2626}.level-tag.medium{background:#ffedd5;color:#ea580c}.level-tag.low{background:#f3f4f6;color:#6b7280}.risk-title{font-size:13px;font-weight:600;color:#1a1a2e;line-height:1.5}.risk-card-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.meta-tag{font-size:11px;color:#9ca3af;background:#f3f4f6;padding:2px 8px;border-radius:4px}.meta-tag.rule{color:#1d4ed8;background:#eff6ff}.detail-panel{background:#fff;border-left:1px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden}.detail-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#9ca3af;gap:10px}.detail-empty .icon{font-size:40px;opacity:.4}.detail-empty p{font-size:13px}.detail-header{padding:16px 20px;border-bottom:1px solid #e5e7eb;background:#f9fafb;flex-shrink:0}.detail-header h4{font-size:14px;font-weight:700;color:#1a1a2e;margin-bottom:6px;line-height:1.5}.detail-level-row{display:flex;align-items:center;gap:8px}.detail-body{flex:1;overflow-y:auto;padding:0}.detail-section{padding:16px 20px;border-bottom:1px solid #f3f4f6}.detail-section:last-child{border-bottom:none}.detail-section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#9ca3af;margin-bottom:8px}.detail-section-content{font-size:13px;color:#374151;line-height:1.7}.source-text-box{background:#fefce8;border:1px solid #fde68a;border-left:3px solid #f59e0b;border-radius:6px;padding:12px 14px;font-size:12px;color:#78350f;line-height:1.8;font-family:Consolas,Courier New,monospace;word-break:break-all}.page-badge{display:inline-flex;align-items:center;gap:4px;background:#f0f9ff;border:1px solid #bae6fd;color:#0369a1;font-size:12px;font-weight:600;padding:4px 12px;border-radius:20px}.rule-box{background:#f0f9ff;border:1px solid #bfdbfe;border-radius:6px;padding:10px 14px;font-size:12px;color:#1d4ed8;line-height:1.7}.detail-footer{padding:12px 20px;border-top:1px solid #e5e7eb;background:#f9fafb;flex-shrink:0}.disclaimer{font-size:11px;color:#9ca3af;text-align:center;line-height:1.6}.error-card{background:#fff;border-radius:12px;padding:32px 40px;text-align:center;box-shadow:0 4px 24px #00000014;max-width:440px;width:90%;border-top:4px solid #dc2626}.error-card h3{color:#dc2626;font-size:16px;font-weight:700;margin-bottom:10px}.error-card p{color:#6b7280;font-size:13px;line-height:1.7;margin-bottom:20px}.retry-btn{background:#1a1a2e;color:#fff;border:none;padding:10px 28px;border-radius:8px;font-size:14px;cursor:pointer;transition:background .2s}.retry-btn:hover{background:#2d2d4e}.header-nav-btn{background:transparent;border:1px solid rgba(255,255,255,.25);color:#cbd5e1;font-size:13px;padding:5px 14px;border-radius:6px;cursor:pointer;transition:all .15s}.header-nav-btn:hover{border-color:#e8c14f;color:#e8c14f}.history-page{flex:1;overflow-y:auto;padding:28px 40px;max-width:960px;margin:0 auto;width:100%}.history-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.history-header h2{font-size:18px;font-weight:700;color:#1a1a2e}.history-empty{text-align:center;padding:80px 0;color:#9ca3af;font-size:14px}.history-list{display:flex;flex-direction:column;gap:10px}.history-card{background:#fff;border-radius:10px;border:1px solid #e5e7eb;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .15s}.history-card:hover{border-color:#1a1a2e;box-shadow:0 2px 10px #00000014}.history-card-left{display:flex;align-items:center;gap:12px}.history-file-icon{font-size:24px}.history-filename{font-size:14px;font-weight:600;color:#1a1a2e;margin-bottom:3px}.history-time{font-size:12px;color:#9ca3af}.history-card-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.history-status{font-size:11px;font-weight:600;padding:3px 8px;border-radius:4px}.history-status.completed{background:#dcfce7;color:#16a34a}.history-status.failed{background:#fee2e2;color:#dc2626}.history-arrow{font-size:18px;color:#d1d5db;margin-left:4px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}
