/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-wxzd6oyfuw] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-wxzd6oyfuw] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-wxzd6oyfuw] {
    background-image: linear-gradient(165deg, #08141d 0%, #0d2b39 32%, #127893 68%, #24bfce 100%);
    box-shadow: 0 0 26px rgba(6, 28, 38, 0.34);
}

.content[b-wxzd6oyfuw] {
    padding: 0.65rem 0.9rem 0.35rem;
}

@media (max-width: 640.98px) {
    .sidebar[b-wxzd6oyfuw] {
        height: 0;
        min-height: 0;
        overflow: visible;
    }

    main[b-wxzd6oyfuw] {
        padding-bottom: calc(5rem + env(safe-area-inset-bottom));
    }

    .content[b-wxzd6oyfuw] {
        padding: 0.55rem 0.75rem 0.3rem;
    }
}

@media (min-width: 641px) {
    .page[b-wxzd6oyfuw] {
        flex-direction: row;
    }

    .sidebar[b-wxzd6oyfuw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
        overflow: hidden;
        transition: width 0.26s ease, transform 0.26s ease, opacity 0.2s ease;
        transform: translateX(0);
        opacity: 1;
    }

    .page.sidebar-auto-hidden .sidebar[b-wxzd6oyfuw] {
        width: 0;
        transform: translateX(-100%);
        opacity: 0;
        box-shadow: none;
    }

    .page.sidebar-dragging[b-wxzd6oyfuw],
    .page.sidebar-dragging *[b-wxzd6oyfuw] {
        user-select: none;
        cursor: ew-resize;
    }

    .page.sidebar-dragging .sidebar[b-wxzd6oyfuw] {
        transition: none;
    }
}

#blazor-error-ui[b-wxzd6oyfuw] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-wxzd6oyfuw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-fwi62bbqu9],
.fu-nav-appbar.e-appbar[b-fwi62bbqu9] {
    min-height: 3.2rem;
    background: linear-gradient(120deg, rgba(8, 29, 39, 0.97) 0%, rgba(13, 95, 117, 0.96) 55%, rgba(255, 157, 47, 0.9) 100%);
    border-bottom: 1px solid rgba(180, 244, 249, 0.34);
}

.fu-nav-appbar.e-appbar[b-fwi62bbqu9] {
    padding: 0 0.8rem;
}

.app-brand[b-fwi62bbqu9] {
    font-size: 1.1rem;
    color: #ecfcfe;
    letter-spacing: 0.03em;
    font-weight: 700;
    text-decoration: none;
}

.app-brand:hover[b-fwi62bbqu9] {
    color: #fff8ef;
}

.sidebar-nav[b-fwi62bbqu9] {
    display: flex;
    flex-direction: column;
    padding: 0.65rem 0.55rem 0.75rem;
}

.bi[b-fwi62bbqu9] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-fwi62bbqu9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-fwi62bbqu9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-dash-square-fill-nav-menu[b-fwi62bbqu9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm2.5 7.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-fwi62bbqu9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-fwi62bbqu9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-fwi62bbqu9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-fwi62bbqu9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-fwi62bbqu9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-fwi62bbqu9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.bi-search-nav-menu[b-fwi62bbqu9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0'/%3E%3C/svg%3E");
}

.bi-training-nav-menu[b-fwi62bbqu9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2.2' y='3.2' width='11.6' height='10.2' rx='2'/%3E%3Cpath d='M5 2v2.4M11 2v2.4M2.2 6.6h11.6M5.2 9.7l1.5 1.5 2.7-2.9'/%3E%3C/svg%3E");
}

.bi-program-nav-menu[b-fwi62bbqu9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='2.3' width='10' height='11.4' rx='2'/%3E%3Cpath d='M6 2.3h4v2H6z' fill='white' stroke='none'/%3E%3Cpath d='M5.4 8h5.2M5.4 10.4h3.2M8.2 12.1l1.2 1.2 2-2.1'/%3E%3C/svg%3E");
}

.bi-exercises-nav-menu[b-fwi62bbqu9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 6v4M4 5v6M12 6v4M14 5v6M2 8h2M12 8h2M4 8h8'/%3E%3C/svg%3E");
}

.bi-system-nav-menu[b-fwi62bbqu9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='8' r='2.3'/%3E%3Cpath d='M8 1.8v1.4M8 12.8v1.4M3.2 8H1.8M14.2 8h-1.4M3.9 3.9l1 1M11.1 11.1l1 1M12.1 3.9l-1 1M4.9 11.1l-1 1'/%3E%3C/svg%3E");
}

.bi-demo-nav-menu[b-fwi62bbqu9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.2 13.2h11.6M4.2 11V7.8M8 11V5.8M11.8 11V4.2'/%3E%3C/svg%3E");
}

.bi-weather-nav-menu[b-fwi62bbqu9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5.6 12.2H11a2.8 2.8 0 0 0 0-5.6h-.2a3.6 3.6 0 0 0-6.9 1.2A2.3 2.3 0 0 0 5.6 12.2z'/%3E%3Cpath d='M3 4.2v1.2M1.8 5.4H3M12.4 2.7l.8.8M13.2 5.4h1.1'/%3E%3C/svg%3E");
}

.bi-counter-nav-menu[b-fwi62bbqu9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2.5' y='2.5' width='11' height='11' rx='2'/%3E%3Cpath d='M8 5v6M5 8h6'/%3E%3C/svg%3E");
}

.bi-testing-nav-menu[b-fwi62bbqu9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5.2 2.5h5.6M6.2 2.5v3.2l-2.3 4.1a2.4 2.4 0 0 0 2.1 3.7h4a2.4 2.4 0 0 0 2.1-3.7L9.8 5.7V2.5'/%3E%3Cpath d='M6 9.5h4'/%3E%3C/svg%3E");
}

.bi-dashboard-nav-menu[b-fwi62bbqu9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 12.8h11M4.2 11V8.2M8 11V5.8M11.8 11V7.1'/%3E%3C/svg%3E");
}

.bi-videos-nav-menu[b-fwi62bbqu9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2.2' y='3.5' width='8.8' height='9' rx='1.7'/%3E%3Cpath d='M7 6.5l2.4 1.5L7 9.5z' fill='white' stroke='none'/%3E%3Cpath d='M11 6.3l2.8-1.6v6.6L11 9.7'/%3E%3C/svg%3E");
}

.bi-security-nav-menu[b-fwi62bbqu9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 1.7l4.5 1.8v3.6c0 3-1.9 5.3-4.5 6.9-2.6-1.6-4.5-3.9-4.5-6.9V3.5z'/%3E%3Cpath d='M8 6.7V9.6'/%3E%3Ccircle cx='8' cy='11.5' r='0.7' fill='white' stroke='none'/%3E%3C/svg%3E");
}

.bi-enums-nav-menu[b-fwi62bbqu9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4.5h1.5M3 8h1.5M3 11.5h1.5M6 4.5h7M6 8h7M6 11.5h7'/%3E%3C/svg%3E");
}

.bi-modalities-nav-menu[b-fwi62bbqu9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 8h2.6l1.2-2.6L8 10.6l1.8-3h4.2'/%3E%3C/svg%3E");
}

.bi-equipment-nav-menu[b-fwi62bbqu9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10.1 2.3a2.5 2.5 0 0 0 3 3l-5.8 5.8a1.8 1.8 0 1 1-2.6-2.6l5.8-5.8a2.5 2.5 0 0 0 3-3l-1.7 1.7-1.7-1.7z'/%3E%3C/svg%3E");
}

.bi-bodyparts-nav-menu[b-fwi62bbqu9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='3.7' r='1.7'/%3E%3Cpath d='M8 5.5v3.1M5.4 8.8L8 10l2.6-1.2M6.8 10l-1.6 3.3M9.2 10l1.6 3.3'/%3E%3C/svg%3E");
}

.bi-images-nav-menu[b-fwi62bbqu9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2.1' y='3' width='11.8' height='10' rx='1.8'/%3E%3Ccircle cx='5.2' cy='6.2' r='1'/%3E%3Cpath d='M3.5 11l2.7-2.5 2 1.8 2.6-2.6 2.7 3.3'/%3E%3C/svg%3E");
}

.nav-item[b-fwi62bbqu9] {
    font-size: 0.9rem;
    padding-bottom: 0.35rem;
}

.nav-item .nav-item[b-fwi62bbqu9]  .nav-link {
    padding-left: 1.15rem;
}

.nav-item[b-fwi62bbqu9]  .nav-link {
    color: #d8f9fc;
    background: none;
    border: none;
    border-radius: 12px;
    height: 2.7rem;
    display: flex;
    align-items: center;
    line-height: 2.7rem;
    width: 100%;
    padding: 0 0.72rem;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.nav-item[b-fwi62bbqu9]  a.active {
    background: linear-gradient(120deg, rgba(46, 190, 202, 0.45), rgba(255, 162, 73, 0.43));
    color: #ffffff;
}

.nav-item[b-fwi62bbqu9]  .nav-link:hover {
    background-color: rgba(141, 231, 239, 0.2);
    color: white;
}

.nav-item[b-fwi62bbqu9]  .nav-link.nav-link-expandable {
    cursor: pointer;
}

.nav-item[b-fwi62bbqu9]  .nav-link.nav-link-expandable .expand-indicator {
    margin-left: auto;
    margin-right: 0;
    opacity: 0.9;
}

.nav-scrollable[b-fwi62bbqu9] {
    display: block;
}

.mobile-bottom-bar[b-fwi62bbqu9] {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(4.4rem + env(safe-area-inset-bottom));
    padding: 0.4rem 0.6rem calc(0.4rem + env(safe-area-inset-bottom));
    background: linear-gradient(108deg, #1b0d2a 0%, #053c65 35%, #007f93 68%, #ff7d2b 100%);
    border-top: 1px solid rgba(255, 214, 156, 0.34);
    z-index: 1000;
    box-shadow: 0 -12px 30px rgba(4, 12, 25, 0.52);
    gap: 0.35rem;
    align-items: center;
    justify-content: space-around;
    overflow: visible;
}

.mobile-bottom-bar[b-fwi62bbqu9]  .mobile-bottom-link {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.26rem;
    color: #f5fbff;
    text-decoration: none;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    padding: 0.32rem 0.25rem;
    border-radius: 14px;
    transition: background-color 0.18s ease, transform 0.18s ease, color 0.18s ease;
}

.mobile-system-group[b-fwi62bbqu9] {
    position: relative;
    display: flex;
    flex: 1;
}

.mobile-bottom-bar[b-fwi62bbqu9]  .mobile-system-toggle {
    width: 100%;
    border: none;
    background: none;
    font: inherit;
    cursor: pointer;
}

.mobile-system-submenu[b-fwi62bbqu9] {
    position: absolute;
    right: 0;
    bottom: calc(100% + 0.6rem);
    width: 11.75rem;
    display: grid;
    gap: 0.25rem;
    padding: 0.35rem;
    border-radius: 0.85rem;
    background: linear-gradient(160deg, #02090e 0%, #051924 55%, #0b3444 100%);
    border: 1px solid rgba(129, 224, 233, 0.32);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.5);
    z-index: 1200;
}

.mobile-system-submenu .mobile-system-submenu-link[b-fwi62bbqu9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #f1fdff;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 0.48rem 0.55rem;
    border-radius: 0.6rem;
    line-height: 1.2;
}

.mobile-system-submenu .mobile-system-submenu-link .bi[b-fwi62bbqu9] {
    margin-right: 0;
    width: 1rem;
    height: 1rem;
}

.mobile-system-submenu .mobile-system-submenu-link.active[b-fwi62bbqu9] {
    background: rgba(48, 177, 189, 0.38);
}

.mobile-system-submenu .mobile-system-submenu-link:hover[b-fwi62bbqu9] {
    background: rgba(255, 157, 47, 0.27);
}

.mobile-system-submenu .mobile-system-submenu-button[b-fwi62bbqu9] {
    width: 100%;
    border: none;
    background: none;
    cursor: pointer;
    text-align: left;
}

.mobile-bottom-bar[b-fwi62bbqu9]  .mobile-bottom-link.active {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.1));
    color: #ffffff;
    transform: translateY(-2px);
}

.mobile-bottom-bar[b-fwi62bbqu9]  .mobile-bottom-label {
    line-height: 1;
}

.mobile-bottom-bar[b-fwi62bbqu9]  .mobile-bottom-icon-frame {
    width: 2.08rem;
    height: 2.08rem;
    border-radius: 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.34);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32), 0 6px 16px rgba(6, 15, 31, 0.38);
}

.mobile-bottom-bar[b-fwi62bbqu9]  .mobile-bottom-icon {
    width: 1.35rem;
    height: 1.35rem;
    display: block;
    filter: saturate(1.18) contrast(1.04);
}

.mobile-bottom-bar[b-fwi62bbqu9]  .mobile-bottom-link-training .mobile-bottom-icon-frame {
    background: linear-gradient(145deg, #00a7c2, #57e2ee);
}

.mobile-bottom-bar[b-fwi62bbqu9]  .mobile-bottom-link-program .mobile-bottom-icon-frame {
    background: linear-gradient(145deg, #1f6dff, #42b7ff);
}

.mobile-bottom-bar[b-fwi62bbqu9]  .mobile-bottom-link-home {
    margin-top: -1rem;
}

.mobile-bottom-bar[b-fwi62bbqu9]  .mobile-bottom-link-home .mobile-bottom-icon-frame {
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 28%, #ffe9b8 0%, #ffb347 45%, #ff7a18 100%);
    border-color: rgba(255, 250, 232, 0.72);
    box-shadow: 0 9px 20px rgba(255, 113, 33, 0.48), inset 0 1px 0 rgba(255, 248, 226, 0.52);
}

.mobile-bottom-bar[b-fwi62bbqu9]  .mobile-bottom-link-home.active .mobile-bottom-icon-frame {
    transform: scale(1.04);
    box-shadow: 0 11px 24px rgba(255, 113, 33, 0.56), inset 0 1px 0 rgba(255, 248, 226, 0.62);
}

.mobile-bottom-bar[b-fwi62bbqu9]  .mobile-bottom-link-exercises .mobile-bottom-icon-frame {
    background: linear-gradient(145deg, #ff6f3c, #ffcf59);
}

.mobile-bottom-bar[b-fwi62bbqu9]  .mobile-bottom-link-system .mobile-bottom-icon-frame {
    background: linear-gradient(145deg, #8a2fff, #ec52d0);
    border-color: rgba(255, 229, 255, 0.44);
    box-shadow: inset 0 1px 0 rgba(255, 241, 255, 0.24), 0 7px 16px rgba(87, 17, 102, 0.42);
}

.mobile-bottom-bar[b-fwi62bbqu9]  .mobile-bottom-link-system .mobile-bottom-icon {
    filter: saturate(1.22) contrast(1.08) brightness(1.04);
}

@media (max-width: 640.98px) {
    .nav-top-row[b-fwi62bbqu9] {
        display: none;
    }

    .nav-scrollable[b-fwi62bbqu9] {
        display: none;
    }

    .mobile-bottom-bar[b-fwi62bbqu9] {
        display: flex;
    }
}

@media (min-width: 641px) {
    .nav-scrollable[b-fwi62bbqu9] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.2rem);
        overflow-y: auto;
    }
}
