.z-dropdown { z-index: var(--z-dropdown); }
.dropdown-menu { z-index: var(--z-dropdown); }
.dropdown-menu.visible { opacity: 1; visibility: visible; transform: scale(1); }
.dropdown-item-default:hover { background: var(--color-muted); }
.dropdown-item-danger:hover { background: rgba(239,68,68,0.1); }
.badge-count { background: hsla(250,85%,65%,0.2); color: var(--color-primary); }
