*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#f0f2f5}#root{height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.board-column{background:#f4f5f7;border-radius:8px;padding:8px;min-height:200px}.proc-col{min-width:210px;max-width:246px;flex-shrink:0;background:#fbfcfd;border:1px solid #eef0f3;border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #00000008}.proc-col-head{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;font-weight:600;font-size:14px;background:#fff;border-bottom:1px solid #f0f0f0;border-left:3px solid var(--proc-color, #1677ff)}.proc-section{padding:8px}.proc-section+.proc-section{border-top:1px dashed #eee}.proc-section-label{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;font-size:12px;font-weight:500}.board-card{background:#fff;border:1px solid #f0f1f3;border-radius:10px;padding:12px;margin-bottom:8px;box-shadow:0 1px 2px #0000000a;transition:box-shadow .18s ease,transform .18s ease,border-color .18s ease;cursor:default}.board-card:hover{box-shadow:0 6px 16px #0000001a;transform:translateY(-2px);border-color:#e3e6ea}.card-actions{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px;padding-top:8px;border-top:1px dashed #f0f0f0}.thumb-empty{width:48px;height:48px;border-radius:8px;background:linear-gradient(135deg,#f7f8fa,#eef0f3);display:flex;align-items:center;justify-content:center;color:#c4c9d0;font-size:18px;flex-shrink:0}@keyframes pulse-red{0%,to{opacity:1}50%{opacity:.6}}.pulse-red{animation:pulse-red 1.5s ease-in-out infinite;color:#ff4d4f}.page-container{padding:24px;min-height:calc(100vh - 64px)}.stat-card{text-align:center;padding:16px}.stat-card .stat-num{font-size:32px;font-weight:700;line-height:1.2}.stat-card .stat-label{color:#666;font-size:13px;margin-top:4px}.process-step{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500}
