.kopor-dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:15px;border-bottom:1px solid var(--kopor-border-color)}.kopor-dashboard-header h1{margin:0;font-size:24px;color:var(--kopor-text-color)}.kopor-staff-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-top:20px}.kopor-staff-card{background:var(--kopor-site-bg);border:1px solid var(--kopor-border-color);border-radius:8px;padding:20px;display:flex;justify-content:space-between;align-items:flex-start;box-shadow:var(--kopor-shadow-light)}.kopor-staff-info h4{margin:0 0 5px 0;font-size:16px}.kopor-staff-info p{margin:0;font-size:13px;color:inherit;opacity:.7}.kopor-staff-actions{display:flex;gap:10px}.kopor-bulk-actions{display:flex;align-items:center;gap:10px;margin-bottom:15px;padding:15px;background:var(--kopor-light-bg);border-radius:6px;border:1px solid var(--kopor-border-color)}