/* /Components/Layout/MainLayout.razor.rz.scp.css */
.mx360-app[b-8m0s4h9b10] {
    min-height: 100vh;
}

.mx360-main[b-8m0s4h9b10] {
    min-width: 0;
}

.content-area[b-8m0s4h9b10] {
    padding: 1rem 1.1rem 1.4rem;
}

#blazor-error-ui[b-8m0s4h9b10] {
    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-8m0s4h9b10] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-shell[b-isa05h2dsu] {
    padding: 1rem 0.85rem;
    color: #d7eecb;
}

.nav-title[b-isa05h2dsu] {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.74rem;
    font-weight: 700;
    color: #9ed38d;
    margin-bottom: 0.65rem;
}

.nav-list[b-isa05h2dsu] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.nav-list[b-isa05h2dsu]  .nav-entry {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: #dff4d5;
    text-decoration: none;
    background: #203821;
    border: 1px solid #3e6540;
    border-radius: 8px;
    font-weight: 600;
    padding: 0.6rem 0.7rem;
}

.nav-list[b-isa05h2dsu]  .nav-entry:hover {
    background: #2a482a;
}

.nav-list[b-isa05h2dsu]  .nav-entry.active {
    background: #3a6437;
    border-color: #86c173;
}

.nav-dot[b-isa05h2dsu] {
    width: 10px;
    height: 10px;
    border-radius: 1px;
    background: #93d975;
    display: inline-block;
}

.nav-footer[b-isa05h2dsu] {
    margin-top: 1rem;
    border-top: 1px solid #335534;
    padding-top: 0.7rem;
}

.nav-footer p[b-isa05h2dsu] {
    margin: 0;
    font-size: 0.83rem;
    font-weight: 700;
}

.nav-footer small[b-isa05h2dsu] {
    color: #b4d8a4;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ks1f6zclj9],
.components-reconnect-repeated-attempt-visible[b-ks1f6zclj9],
.components-reconnect-failed-visible[b-ks1f6zclj9],
.components-pause-visible[b-ks1f6zclj9],
.components-resume-failed-visible[b-ks1f6zclj9],
.components-rejoining-animation[b-ks1f6zclj9] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ks1f6zclj9],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ks1f6zclj9],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ks1f6zclj9],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ks1f6zclj9],
#components-reconnect-modal.components-reconnect-retrying[b-ks1f6zclj9],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ks1f6zclj9],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ks1f6zclj9],
#components-reconnect-modal.components-reconnect-failed[b-ks1f6zclj9],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ks1f6zclj9] {
    display: block;
}


#components-reconnect-modal[b-ks1f6zclj9] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ks1f6zclj9 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ks1f6zclj9 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ks1f6zclj9 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ks1f6zclj9]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ks1f6zclj9 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ks1f6zclj9 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ks1f6zclj9 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ks1f6zclj9 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ks1f6zclj9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ks1f6zclj9] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ks1f6zclj9] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ks1f6zclj9] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ks1f6zclj9] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ks1f6zclj9] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ks1f6zclj9] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ks1f6zclj9 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ks1f6zclj9] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ks1f6zclj9 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/TopNavBar.razor.rz.scp.css */
.mx360-topbar[b-3t1iespll0] {
    position: sticky;
    top: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    padding: 0.7rem 1rem;
    border-bottom: 1px solid #3a5c3a;
    background: linear-gradient(90deg, #233d22, #395f37);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.brand-wrap[b-3t1iespll0] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: #e6f5d5;
}

.brand-block[b-3t1iespll0] {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: #87d766;
    box-shadow: 0 0 0 2px #4f8e3a;
}

.brand-subtitle[b-3t1iespll0] {
    font-size: 0.78rem;
    color: #c7e6b3;
}

.top-nav[b-3t1iespll0] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.top-nav-right[b-3t1iespll0] {
    display: flex;
    align-items: center;
    margin-left: auto;
    flex-shrink: 0;
}

.top-nav-link[b-3t1iespll0] {
    text-decoration: none;
    color: #d8f0cc;
    border: 1px solid #507f43;
    background: rgba(27, 47, 24, 0.55);
    border-radius: 8px;
    font-size: 0.83rem;
    font-weight: 700;
    padding: 0.32rem 0.55rem;
}

.top-nav-link:hover[b-3t1iespll0] {
    background: #365d33;
    color: #effee6;
}

.top-nav-link.active[b-3t1iespll0] {
    background: #6ca95f;
    border-color: #9adf86;
    color: #0d2009;
}

@media (max-width: 900px) {
    .mx360-topbar[b-3t1iespll0] {
        align-items: flex-start;
        flex-direction: column;
    }

    .top-nav[b-3t1iespll0] {
        width: 100%;
        justify-content: flex-start;
    }

    .top-nav-right[b-3t1iespll0] {
        margin-left: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hub-page[b-xv27z3szaj] {
    max-width: 1100px;
    margin: 1rem auto 2rem;
    color: #e5f5dc;
}

.hub-header[b-xv27z3szaj] {
    background: linear-gradient(135deg, #223c1f, #365f2f);
    border: 1px solid #4f8245;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

.hub-header h1[b-xv27z3szaj] {
    margin: 0;
    font-size: 2rem;
}

.hub-header p[b-xv27z3szaj] {
    margin: 0.6rem 0 0;
    color: #d2ebc4;
}

.hub-tabs[b-xv27z3szaj] {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    margin: 1rem 0;
}

.hub-tab-button[b-xv27z3szaj] {
    border: 1px solid #3d6640;
    background: #203722;
    color: #d9efcf;
    border-radius: 10px;
    padding: 0.55rem 1rem;
    font-weight: 600;
}

.hub-tab-button.active[b-xv27z3szaj],
.hub-tab-button:hover[b-xv27z3szaj] {
    background: #4f8648;
    color: #fff;
}

.hub-panel[b-xv27z3szaj] {
    background: #162a17;
    border: 1px solid #3a6438;
    border-radius: 16px;
    padding: 1.1rem;
}

.updates-grid[b-xv27z3szaj] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 0.9rem;
}

.update-card[b-xv27z3szaj] {
    text-align: left;
    border: 1px solid #3d6640;
    border-radius: 12px;
    background: #203722;
    padding: 1rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.update-card:hover[b-xv27z3szaj] {
    border-color: #8ed07d;
}

.update-title[b-xv27z3szaj] {
    font-size: 1.1rem;
    font-weight: 700;
}

.update-date[b-xv27z3szaj] {
    color: #b7dca8;
}

.update-open[b-xv27z3szaj] {
    color: #a7e58e;
    font-weight: 600;
}

.auth-grid[b-xv27z3szaj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
}

.auth-card[b-xv27z3szaj] {
    background: #203722;
    border: 1px solid #3f6b41;
    border-radius: 12px;
    padding: 1rem;
}

.auth-card h2[b-xv27z3szaj] {
    margin-top: 0;
}

.auth-card form[b-xv27z3szaj] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.auth-card input[b-xv27z3szaj] {
    border: 1px solid #4a7a4e;
    border-radius: 8px;
    background: #162a17;
    color: #fff;
    padding: 0.5rem 0.6rem;
}

.cta-button[b-xv27z3szaj] {
    margin-top: 0.4rem;
    border: 1px solid #6aa95d;
    background: #4d8342;
    color: #fff;
    border-radius: 8px;
    padding: 0.5rem;
    font-weight: 600;
}

.credits-card[b-xv27z3szaj],
.empty-card[b-xv27z3szaj] {
    background: #203722;
    border: 1px solid #3f6b41;
    border-radius: 12px;
    padding: 1rem;
}

.update-modal-backdrop[b-xv27z3szaj] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2000;
}

.update-modal[b-xv27z3szaj] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(520px, 90vw);
    background: #172b17;
    border: 1px solid #5a9151;
    border-radius: 16px;
    z-index: 2100;
    padding: 0.85rem 0.95rem;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.4);
}

.update-modal-header[b-xv27z3szaj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.update-modal-header h2[b-xv27z3szaj] {
    margin: 0;
    font-size: 1.15rem;
}

.close-button[b-xv27z3szaj] {
    border: 1px solid #6aa95d;
    background: #355f2f;
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 8px;
}

.release-date[b-xv27z3szaj] {
    margin: 0.8rem 0 0.6rem;
}

.patch-notes[b-xv27z3szaj] {
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
    padding-left: 1.1rem;
    font-size: 0.92rem;
}

.download-buttons[b-xv27z3szaj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1rem;
}

.download-button[b-xv27z3szaj] {
    text-decoration: none;
    padding: 0.55rem 0.85rem;
    border-radius: 8px;
    font-weight: 600;
    border: 1px solid transparent;
}

.download-button.is-disabled[b-xv27z3szaj] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.download-button.primary[b-xv27z3szaj] {
    background: #4f8844;
    border-color: #8ed07d;
    color: #fff;
}

.download-button.secondary[b-xv27z3szaj] {
    background: #253f25;
    border-color: #6ba95e;
    color: #dff1d5;
}

.auth-error[b-xv27z3szaj] {
    color: #ff8a8a;
    background: rgba(255, 50, 50, 0.1);
    border: 1px solid #a04040;
    border-radius: 6px;
    padding: 0.35rem 0.5rem;
    font-size: 0.88rem;
}

.auth-success[b-xv27z3szaj] {
    color: #94e88a;
    background: rgba(50, 200, 50, 0.1);
    border: 1px solid #407a40;
    border-radius: 6px;
    padding: 0.35rem 0.5rem;
    font-size: 0.88rem;
}

.account-header[b-xv27z3szaj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.account-header h2[b-xv27z3szaj] {
    margin: 0;
}

.logout-button[b-xv27z3szaj] {
    background: #6b3232;
    border-color: #a04040;
}

.credits-section[b-xv27z3szaj] {
    margin-top: 1rem;
    padding-top: 0.8rem;
    border-top: 1px solid #3a5c3a;
}

.credits-section:first-of-type[b-xv27z3szaj] {
    margin-top: 0.6rem;
    padding-top: 0;
    border-top: none;
}

.credits-section h3[b-xv27z3szaj] {
    margin: 0 0 0.4rem;
    font-size: 1rem;
    color: #a7e58e;
}

.credits-sign[b-xv27z3szaj] {
    font-style: italic;
    color: #b7dca8;
}

.credits-link[b-xv27z3szaj] {
    color: #9adf86;
    text-decoration: underline;
    font-weight: 600;
}

.discord-invite[b-xv27z3szaj] {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #3a5c3a;
}

.discord-invite h3[b-xv27z3szaj] {
    margin: 0 0 0.6rem;
    font-size: 1rem;
    color: #a7e58e;
}

.discord-button[b-xv27z3szaj] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.2rem;
    background: #5865F2;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s, transform 0.1s;
}

.discord-button:hover[b-xv27z3szaj] {
    background: #4752C4;
    transform: translateY(-1px);
}

.discord-button:active[b-xv27z3szaj] {
    transform: translateY(0);
}
