/* =============================================================================
   Version: 1.0.0 | Date: 2026-01-17 12:00:00 UTC | File: backend/src/core/static/core/css/features/app-subnav.css | by Codex
   ============================================================================= */

.app-subnav {
    margin: 0.75rem 0 0.35rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.app-subnav__inner {
    display: flex;
    gap: 0.6rem;
    overflow-x: auto;
    padding-bottom: 0.6rem;
}

.app-subnav__link {
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 600;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: var(--ea-primary-dark);
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease;
}

.app-subnav__link:hover {
    background: rgba(18, 63, 105, 0.16);
    color: var(--ea-primary-dark);
}

.app-subnav__link.is-active {
    background: rgba(15, 118, 110, 0.18);
    color: #0f766e;
}

.app-subnav__link.is-disabled {
    opacity: 0.45;
    pointer-events: none;
}

.app-subnav__hint {
    margin-bottom: 1.2rem;
}
