.bulk-actions-bar{z-index:10;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;margin-bottom:1.5rem;animation:.3s ease-out slideDown;position:sticky;top:0;box-shadow:0 4px 6px #0000001a}.bulk-actions-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.bulk-actions-info{color:#fff;align-items:center;gap:.75rem;display:flex}.bulk-icon{flex-shrink:0;width:24px;height:24px}.bulk-count{font-size:1rem;font-weight:600}.bulk-actions-buttons{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.bulk-action-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.bulk-action-btn svg{flex-shrink:0;width:18px;height:18px}.bulk-action-btn.edit-btn{color:#667eea;background:#fff}.bulk-action-btn.edit-btn:hover{background:#f3f4f6;transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.bulk-action-btn.delete-btn{color:#fff;background:#ef4444}.bulk-action-btn.delete-btn:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 6px #0003}.bulk-action-btn.clear-btn{color:#fff;background:#fff3;border:1px solid #ffffff4d}.bulk-action-btn.clear-btn:hover{background:#ffffff4d}.bulk-divider{background:#ffffff4d;width:1px;height:24px}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.bulk-actions-content{flex-direction:column;align-items:stretch}.bulk-actions-info,.bulk-actions-buttons{justify-content:center}}@media (max-width:768px){.bulk-actions-bar{margin-bottom:1rem}.bulk-actions-content{padding:.875rem 1rem}.bulk-actions-buttons{width:100%}.bulk-action-btn{flex:1;justify-content:center;padding:.625rem .75rem;font-size:.8rem}.bulk-action-btn svg{width:16px;height:16px}.bulk-divider{display:none}}
