/**
 * Fal Hub admin chrome: teal-forward sidebar, rounded rows, light section rhythm (not a clone of the legacy stack).
 */
.fi-sidebar-nav-groups {
    gap: 1.25rem;
}

.fi-sidebar-group .fi-sidebar-group-button {
    border-radius: 0.65rem;
}

.fi-sidebar-item-button {
    border-radius: 0.65rem;
}

.fi-sidebar-item.fi-active .fi-sidebar-item-button {
    box-shadow: inset 3px 0 0 0 rgb(13 148 136);
    background-color: rgba(13, 148, 136, 0.08);
}

.fi-sidebar-group-label {
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.78;
}
