/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-9ws8h9ginb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9ws8h9ginb] {
    flex: 1;
}

.sidebar[b-9ws8h9ginb] {
    background:
        radial-gradient(circle at 100% 0%, rgba(63, 143, 209, 0.18), transparent 34%),
        linear-gradient(180deg, #0b2343 0%, #101d37 58%, #17233a 100%);
}

.top-row[b-9ws8h9ginb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9ws8h9ginb]  a, .top-row[b-9ws8h9ginb]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-9ws8h9ginb]  a:hover, .top-row[b-9ws8h9ginb]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-9ws8h9ginb]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-9ws8h9ginb] {
        justify-content: space-between;
    }

    .top-row[b-9ws8h9ginb]  a, .top-row[b-9ws8h9ginb]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9ws8h9ginb] {
        flex-direction: row;
    }

    .sidebar[b-9ws8h9ginb] {
        width: 272px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9ws8h9ginb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-9ws8h9ginb]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-9ws8h9ginb], article[b-9ws8h9ginb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.top-row[b-gdcmatecsk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 5.25rem;
    padding: 1rem 1.25rem;
    background: rgba(8, 24, 50, 0.82);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.brand-block[b-gdcmatecsk] {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0.7rem;
    color: #fff;
    text-decoration: none;
}

.brand-block:hover[b-gdcmatecsk] {
    color: #fff;
}

.brand-text[b-gdcmatecsk] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    line-height: 1.15;
}

.brand-zh[b-gdcmatecsk] {
    overflow: hidden;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.brand-icon[b-gdcmatecsk] {
    width: 2.5rem;
    height: 2.5rem;
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.75rem;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}

.brand-en[b-gdcmatecsk] {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.58rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.brand-en em[b-gdcmatecsk] {
    font-style: normal;
    color: #f4b942;
}

.navbar-toggler[b-gdcmatecsk] {
    display: inline-flex;
    width: 2.75rem;
    height: 2.75rem;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 0.65rem;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.navbar-toggler:hover[b-gdcmatecsk],
.navbar-toggler:focus-visible[b-gdcmatecsk] {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.62);
}

.menu-toggle-icon[b-gdcmatecsk] {
    display: grid;
    width: 1.1rem;
    gap: 0.22rem;
}

.menu-toggle-icon span[b-gdcmatecsk] {
    display: block;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
}

.nav-scrollable[b-gdcmatecsk] {
    background: transparent;
}

.nav-content[b-gdcmatecsk] {
    display: flex;
    min-height: calc(100vh - 5.25rem);
    flex-direction: column;
    padding: 1.25rem 1rem 1rem;
}

.nav-list[b-gdcmatecsk] {
    display: grid;
    gap: 0.45rem;
}

.nav-list[b-gdcmatecsk]  .nav-entry {
    display: flex;
    min-height: 3.2rem;
    align-items: center;
    gap: 0.8rem;
    padding: 0.65rem 0.75rem;
    border: 1px solid transparent;
    border-radius: 0.7rem;
    color: rgba(244, 248, 255, 0.76);
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.nav-list[b-gdcmatecsk]  .nav-entry:hover {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    transform: translateX(2px);
}

.nav-list[b-gdcmatecsk]  .nav-entry.active {
    border-color: rgba(244, 185, 66, 0.26);
    background: linear-gradient(90deg, rgba(244, 185, 66, 0.2), rgba(244, 185, 66, 0.08));
    color: #fff;
    box-shadow: inset 3px 0 0 #f4b942;
}

.nav-icon[b-gdcmatecsk] {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.55rem;
    background: rgba(255, 255, 255, 0.08);
    color: #f4b942;
    font-family: Georgia, serif;
    font-size: 1.05rem;
    line-height: 1;
}

.nav-list[b-gdcmatecsk]  .nav-entry.active .nav-icon {
    border-color: rgba(244, 185, 66, 0.32);
    background: rgba(244, 185, 66, 0.2);
}

.account-panel[b-gdcmatecsk] {
    display: grid;
    gap: 0.7rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.account-card[b-gdcmatecsk] {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0.7rem;
    padding: 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.8rem;
    background: rgba(4, 15, 34, 0.28);
}

.account-avatar[b-gdcmatecsk] {
    width: 2.4rem;
    height: 2.4rem;
    flex: 0 0 2.4rem;
    border: 2px solid rgba(244, 185, 66, 0.72);
    border-radius: 50%;
    object-fit: cover;
}

.account-avatar-fallback[b-gdcmatecsk] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f4b942;
    color: #17243a;
    font-size: 1rem;
    font-weight: 800;
}

.account-details[b-gdcmatecsk] {
    display: grid;
    min-width: 0;
    gap: 0.14rem;
}

.account-details strong[b-gdcmatecsk],
.account-details small[b-gdcmatecsk] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-details strong[b-gdcmatecsk] {
    color: #fff;
    font-size: 0.83rem;
    font-weight: 700;
}

.account-details small[b-gdcmatecsk] {
    color: rgba(244, 248, 255, 0.54);
    font-size: 0.67rem;
}

.account-status[b-gdcmatecsk] {
    width: 0.48rem;
    height: 0.48rem;
    margin-left: auto;
    flex: 0 0 0.48rem;
    border-radius: 50%;
    background: #7bd88f;
    box-shadow: 0 0 0 3px rgba(123, 216, 143, 0.12);
}

@media (max-width: 640.98px) {
    .top-row[b-gdcmatecsk] {
        min-height: 4.75rem;
        padding: 0.85rem 1rem;
    }

    .nav-content[b-gdcmatecsk] {
        min-height: auto;
        padding: 1rem;
    }

    .nav-scrollable[b-gdcmatecsk] {
        max-height: calc(100vh - 4.75rem);
        overflow-y: auto;
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-gdcmatecsk] {
        display: none;
    }

    .collapse[b-gdcmatecsk] {
        display: block;
    }

    .nav-scrollable[b-gdcmatecsk] {
        height: calc(100vh - 5.25rem);
        overflow-y: auto;
    }
}
