/* Anchorage panel — desktop command-rail entry (char-panel tab on mobile). */
#anchorage-panel.anchorage-panel--open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
    transition:
        opacity 0.22s ease,
        transform 0.22s ease;
}

#anchorage-panel-root {
    min-width: 0;
}

#anchorage-panel-root .bl-header {
    display: none;
}

@media (min-width: 768px) {
    #char-panel #char-panel-tabs .panel-tab[data-tab='fleet'] {
        display: none;
    }
}
