*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f5f5f5}#root{min-height:100vh}.app-container{max-width:1400px;margin:0 auto;padding:24px}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 24px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f}.header-title{font-size:24px;font-weight:600;color:#1890ff}.header-subtitle{color:#666;margin-top:4px;font-size:14px}.header-right{display:flex;align-items:center;gap:16px}.season-badge{display:flex;align-items:center;gap:6px;background:#fff7e6;color:#fa8c16;padding:6px 14px;border-radius:20px;font-size:13px;border:1px solid #ffd591;white-space:nowrap}.season-count{font-weight:600;color:#d46b08;margin-left:2px}.stats-strip{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;padding:20px 32px;margin-bottom:24px;box-shadow:0 2px 8px #0000000f}.stat-item{display:flex;flex-direction:column;align-items:center;padding:0 48px}.stat-number{font-size:30px;font-weight:700;color:#1890ff;line-height:1.2;letter-spacing:-.5px}.stat-label{font-size:12px;color:#999;margin-top:4px}.stat-divider{width:1px;height:44px;background:#f0f0f0;flex-shrink:0}.upload-batch-hint{margin-top:8px;font-size:13px;color:#aaa}.bottom-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:24px}.home-panel{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px #0000000f}.panel-heading{font-size:15px;font-weight:600;color:#222;margin-bottom:16px;display:flex;align-items:center;gap:8px}.recent-list{display:flex;flex-direction:column;gap:8px}.recent-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:6px;cursor:pointer;transition:background .15s,border-color .15s;border:1px solid #f0f0f0;outline:none}.recent-item:hover{background:#f0f7ff;border-color:#91caff}.recent-item-info{display:flex;flex-direction:column;min-width:0;flex:1}.recent-filename{font-size:13px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-date{font-size:11px;color:#bbb;margin-top:2px}.skill-steps{display:flex;flex-direction:column;gap:14px}.skill-step{display:flex;align-items:flex-start;gap:12px}.step-num{width:22px;height:22px;border-radius:50%;background:#1890ff;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.step-body{display:flex;flex-direction:column}.step-title{font-size:13px;font-weight:500;color:#333}.claude-panel-wide{grid-column:1 / -1}.claude-desc{font-size:14px;color:#555;margin-bottom:16px;line-height:1.65}.code-block{display:flex;align-items:center;gap:10px;background:#0d1117;border-radius:6px;padding:12px 16px;margin-bottom:12px}.code-prompt{color:#58a6ff;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:13px;-webkit-user-select:none;user-select:none}.code-block code{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:13px;color:#7ee787}.install-cmd{position:relative;overflow-x:auto;white-space:nowrap;padding-right:36px}.install-cmd code{white-space:nowrap}.copy-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;color:#58a6ff;cursor:pointer;font-size:15px;padding:0 2px;line-height:1;opacity:.7;transition:opacity .15s}.copy-btn:hover{opacity:1}.upload-section{background:#fff;padding:48px;border-radius:8px;box-shadow:0 2px 8px #0000000f;text-align:center}.analysis-container{display:grid;grid-template-columns:300px 1fr;gap:24px;min-height:calc(100vh - 200px)}.rule-list-panel{background:#fff;border-radius:8px;padding:16px;box-shadow:0 2px 8px #0000000f;max-height:calc(100vh - 200px);overflow-y:auto}.results-panel{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px #0000000f}.rule-item{padding:12px;border-radius:6px;margin-bottom:8px;cursor:pointer;transition:background .2s}.rule-item:hover{background:#f5f5f5}.rule-item.active{background:#e6f7ff;border-left:3px solid #1890ff}.rule-item.completed{border-left:3px solid #52c41a}.rule-item.failed{border-left:3px solid #ff4d4f}.rule-item.running{border-left:3px solid #1890ff;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.result-card{margin-bottom:16px;border-radius:8px}.risk-badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.risk-low{background:#f6ffed;color:#52c41a}.risk-medium{background:#fffbe6;color:#faad14}.risk-high{background:#fff2f0;color:#ff4d4f}.summary-section{padding:24px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;margin-bottom:24px}.live-feed{max-height:300px;overflow-y:auto;padding:16px;background:#fafafa;border-radius:8px;margin-bottom:24px}.feed-item{padding:8px 12px;margin-bottom:8px;border-radius:4px;font-size:14px}.feed-item.info{background:#e6f7ff;color:#1890ff}.feed-item.success{background:#f6ffed;color:#52c41a}.feed-item.error{background:#fff2f0;color:#ff4d4f}
