@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Inter:wght@400;500;600&display=swap";
.team-section{color:#000;background:#fff;min-height:100vh;padding:3.5rem 1rem 2.5rem;font-family:Inter,sans-serif;overflow-x:hidden}.team-heading{background:linear-gradient(90deg,#e0f2ff,#bae6fd);border-radius:1rem;align-items:center;gap:.7rem;margin-bottom:1.8rem;padding:1rem 1.2rem;display:flex;box-shadow:0 0 8px rgba(59,130,246,.15)}.team-icon{color:#0ea5e9;font-size:1.8rem}.team-title{color:#000;font-family:Poppins,sans-serif;font-size:1.3rem;font-weight:600}.team-underline{background-color:#0ea5e9;border-radius:3px;width:4rem;height:2px;margin-top:.2rem}.team-table-container{scrollbar-width:thin;background:#f9f9f9;border-radius:1rem;padding:.5rem;overflow-x:auto;box-shadow:0 4px 20px rgba(0,0,0,.08)}.team-table-container::-webkit-scrollbar{height:6px}.team-table-container::-webkit-scrollbar-track{background:0 0}.team-table-container::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#38bdf8,#0ea5e9,#22d3ee);border-radius:10px;animation:2s linear infinite shine}@keyframes shine{0%{background-position:0%}to{background-position:100%}}.team-table{border-collapse:collapse;color:#000;width:100%;min-width:900px;font-size:.8rem}.team-table thead{color:#fff;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;background:linear-gradient(90deg,#0ea5e9,#38bdf8);font-size:.72rem;font-weight:600}.team-table th,.team-table td{text-align:left;vertical-align:middle;padding:.5rem .8rem}.team-table tbody tr{border-top:1px solid #e5e7eb;transition:background .25s,transform .2s}.team-table tbody tr:hover{background-color:#f0f9ff;transform:translateY(-1px)}.team-photo{object-fit:cover;border:none;border-radius:50%;width:2.7rem;height:2.7rem}.active-status{color:#22c55e;font-weight:600}.completed-status{color:#6b7280;font-weight:600}.leave-status{color:#ca8a04;font-weight:600}.terminated-status{color:#ef4444;font-weight:600}.team-pagination{justify-content:center;align-items:center;gap:.7rem;margin-top:1.3rem;display:flex}.team-pagination button{color:#000;cursor:pointer;background:linear-gradient(90deg,#f1f5f9,#e2e8f0);border:none;border-radius:6px;padding:.4rem .8rem;font-size:.75rem;font-weight:500;transition:all .25s}.team-pagination button:hover{color:#fff;background:linear-gradient(90deg,#0ea5e9,#0284c7);transform:translateY(-2px);box-shadow:0 3px 8px rgba(14,165,233,.4)}.team-pagination span{color:#6b7280;font-size:.75rem}.team-table th:first-child,.team-table td:first-child{text-align:center;width:45px}.team-table th:nth-child(7),.team-table td:nth-child(7){width:200px}@media (max-width:600px){.team-table thead th:first-child,.team-table tbody td:first-child,.team-table thead th:nth-child(4),.team-table tbody td:nth-child(4){display:none}.team-table thead th:nth-child(5),.team-table tbody td:nth-child(5){order:4}.team-table{min-width:600px;font-size:.6rem}.team-table th,.team-table td{padding:.3rem .5rem}.team-photo{width:1.8rem;height:1.8rem}}
