.job-node-custom{width:180px;min-height:80px;padding:10px 12px;border-radius:12px;background:#f8fafc;border:1.5px solid #e2e8f0;box-shadow:0 2px 8px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transition:all .2s ease;cursor:pointer;display:flex;flex-direction:column;gap:6px}.job-node-custom:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.12),0 4px 8px rgba(0,0,0,.08);border-color:#cbd5e1}.job-node-custom.selected{border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.2),0 8px 24px rgba(59,130,246,.15)}.job-node-custom.read{background:#f1f5f9;border-color:#e2e8f0;opacity:.75}.job-node-custom.read:hover{opacity:1}.job-node-custom.interested{background:linear-gradient(135deg,#f3e8ff,#ede9fe);border-color:#a78bfa;box-shadow:0 2px 8px rgba(167,139,250,.2),0 1px 2px rgba(167,139,250,.1)}.job-node-custom.interested:hover{border-color:#8b5cf6;box-shadow:0 8px 24px rgba(139,92,246,.25),0 4px 8px rgba(139,92,246,.15)}.job-node-custom.interested.selected{border-color:#8b5cf6;box-shadow:0 0 0 2px rgba(139,92,246,.3),0 8px 24px rgba(139,92,246,.2)}.job-node-custom .node-header{display:flex;align-items:center;gap:8px}.job-node-custom .favicon-wrapper{flex-shrink:0;width:24px;height:24px;border-radius:6px;overflow:hidden;background:white;box-shadow:0 1px 3px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center}.job-node-custom .favicon{width:18px;height:18px;-o-object-fit:contain;object-fit:contain}.job-node-custom .favicon-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:white;background:linear-gradient(135deg,#6366f1,#8b5cf6)}.job-node-custom .company-info{flex:1;min-width:0;display:flex;align-items:center;gap:6px}.job-node-custom .company-name{font-size:10px;font-weight:600;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;letter-spacing:.3px}.job-node-custom .remote-badge{flex-shrink:0;font-size:8px;font-weight:600;color:#059669;background:#d1fae5;padding:2px 5px;border-radius:4px;text-transform:uppercase;letter-spacing:.3px}.job-node-custom .job-title{font-size:12px;font-weight:600;color:#1e293b;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.job-node-custom .node-footer{display:flex;align-items:center;gap:6px;margin-top:auto}.job-node-custom .salary-badge{display:flex;align-items:center;gap:3px;font-size:10px;font-weight:600;color:#0369a1;background:rgba(14,165,233,.1);padding:3px 6px;border-radius:4px}.job-node-custom .salary-icon{font-size:9px}.job-node-custom .salary-text{display:flex;flex-direction:column;gap:1px;line-height:1.2}.job-node-custom .salary-normalized{font-weight:600}.job-node-custom .salary-original{font-size:8px;font-weight:400;color:#64748b;opacity:.8}.job-node-custom .type-badge{font-size:9px;font-weight:500;color:#6b7280;background:rgba(107,114,128,.1);padding:2px 6px;border-radius:4px}.resume-node-custom{width:120px;height:60px;padding:10px 16px;border-radius:16px;background:#fef08a;border:2px solid #fde047;box-shadow:0 4px 20px rgba(253,224,71,.4),0 2px 8px rgba(253,224,71,.2);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;transition:all .2s ease;animation:pulse-glow 2s ease-in-out infinite}.resume-node-custom:hover{transform:scale(1.05);box-shadow:0 8px 32px rgba(253,224,71,.5),0 4px 12px rgba(253,224,71,.3)}.resume-node-custom .resume-icon{font-size:18px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.resume-node-custom .resume-label{font-size:11px;font-weight:700;color:#713f12;letter-spacing:.5px}@keyframes pulse-glow{0%,to{box-shadow:0 4px 20px rgba(253,224,71,.4),0 2px 8px rgba(253,224,71,.2)}50%{box-shadow:0 4px 30px rgba(253,224,71,.6),0 2px 12px rgba(253,224,71,.3)}}.job-node-custom .react-flow__handle,.resume-node-custom .react-flow__handle{width:8px;height:8px;background:#94a3b8;border:2px solid white;opacity:0;transition:opacity .2s ease}.job-node-custom:hover .react-flow__handle,.resume-node-custom:hover .react-flow__handle{opacity:1}.child-count-badge{position:absolute;top:-8px;right:-8px;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#6366f1;color:white;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(99,102,241,.3)}.job-node-custom,.resume-node-custom{position:relative}.resume-child-count{background:#713f12;box-shadow:0 2px 4px rgba(113,63,18,.3)}