/* Whole-panel motion replaces staggered children, keeping controls responsive. */
.panel-motion-host { position: relative; }
.tab.active, .tab.active > *, #tab-clan .clan-panel.active,
.shop-theme-panel.active, .trade-panel.active { animation: none !important; }
[data-panel-leaving] {
    display: var(--panel-display) !important;
    pointer-events: none !important;
    animation: none !important;
    z-index: 1;
}
[data-panel-entering] { animation: none !important; }
.nav-btn, .clan-tab-btn, .filter-pill {
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}
@media (prefers-reduced-motion: reduce) {
    .nav-btn, .clan-tab-btn, .filter-pill { transition: none !important; }
}
