.workforce-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:22px}.employee-card{display:block;transition:.2s}.employee-card:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(22,47,36,.12)}.employee-head{display:flex;justify-content:space-between;align-items:center}.ai-avatar{width:44px;height:44px;border-radius:14px;background:linear-gradient(145deg,#17392c,#2c5947);color:#f2d58f;display:grid;place-items:center;font-size:18px;font-weight:850}.employee-card h2{margin:18px 0 2px}.employee-card>p{margin:0 0 15px}.employee-meta{display:flex;flex-wrap:wrap;gap:6px}.employee-meta span,.skill-list span{background:#eff3ef;color:#56665e;padding:5px 7px;border-radius:7px;font-size:10px}.capacity{margin:20px 0 12px}.capacity>div:first-child{display:flex;justify-content:space-between;font-size:11px}.skill-list{display:flex;flex-wrap:wrap;gap:5px}.skill-matrix{display:grid;margin-top:18px}.skill-matrix>div{display:grid;grid-template-columns:1fr 120px 30px;align-items:center;gap:12px;padding:11px 0;border-top:1px solid var(--line);font-size:12px}.skill-level{display:flex;gap:4px}.skill-level i{width:18px;height:6px;border-radius:5px;background:#e3e9e4}.skill-level i.filled{background:var(--brand)}.pill.paused{background:#edf0ed;color:#69756f}.inline-form select{max-width:320px}.inline-form input[type=number]{width:90px}@media(max-width:1150px){.workforce-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.workforce-grid{grid-template-columns:1fr}.skill-matrix>div{grid-template-columns:1fr 100px 25px}}
