/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-hfltst0ihu] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.rg-top-shell[b-hfltst0ihu] {
    position: relative;
    z-index: 200;
}

.rg-main-shell[b-hfltst0ihu] {
    flex: 1;
    min-width: 0;
}

.content[b-hfltst0ihu],
.rg-content[b-hfltst0ihu] {
    width: min(100%, 1760px);
    margin: 0 auto;
    padding: clamp(1rem, 2.4vw, 2.25rem);
    padding-top: clamp(1rem, 2.2vw, 1.8rem);
    padding-bottom: clamp(2rem, 4vw, 3.5rem);
}

#blazor-error-ui[b-hfltst0ihu] {
    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-hfltst0ihu] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.rg-topnav[b-o23me0wvrt] {
    position: sticky;
    top: 0;
    z-index: 200;
    padding: 0.8rem clamp(1rem, 2.4vw, 2rem) 0.9rem;
    border-bottom: 1px solid rgba(126, 231, 255, 0.18);
    background:
        linear-gradient(180deg, rgba(5, 8, 13, 0.96), rgba(9, 15, 24, 0.9)),
        linear-gradient(90deg, rgba(110, 231, 255, 0.1), transparent 32%, rgba(255, 184, 108, 0.08));
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(16px);
}

.rg-topnav[b-o23me0wvrt]::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(110, 231, 255, 0.54), rgba(255, 184, 108, 0.42), transparent);
    pointer-events: none;
}

.rg-topnav-header[b-o23me0wvrt],
.rg-topnav-panel[b-o23me0wvrt] {
    width: min(100%, 1760px);
    margin: 0 auto;
}

.rg-topnav-header[b-o23me0wvrt] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 0.85rem;
}

.rg-topnav-brand-block[b-o23me0wvrt] {
    display: grid;
    gap: 0.18rem;
    min-width: 0;
}

.rg-topnav-brand[b-o23me0wvrt] {
    color: #ffffff;
    font-size: clamp(0.95rem, 2.2vw, 1.2rem);
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.05;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 0 18px rgba(110, 231, 255, 0.24);
}

.rg-topnav-brand:hover[b-o23me0wvrt] {
    color: #ffffff;
}

.rg-topnav-tag[b-o23me0wvrt] {
    color: rgba(168, 183, 199, 0.76);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.rg-topnav-elite[b-o23me0wvrt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    min-height: 2.45rem;
    padding: 0.38rem 0.58rem;
    border: 1px solid rgba(168, 183, 199, 0.18);
    border-radius: 8px;
    background: rgba(7, 12, 19, 0.72);
    transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.rg-topnav-elite img[b-o23me0wvrt] {
    display: block;
    width: auto;
    height: 1.35rem;
}

.rg-topnav-elite:hover[b-o23me0wvrt] {
    border-color: rgba(110, 231, 255, 0.42);
    box-shadow: 0 12px 28px rgba(110, 231, 255, 0.12);
    transform: translateY(-1px);
}

.rg-topnav-toggle-label[b-o23me0wvrt] {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 0.58rem;
    min-height: 2.45rem;
    padding: 0.55rem 0.72rem;
    border: 1px solid rgba(126, 231, 255, 0.24);
    border-radius: 8px;
    background: rgba(7, 12, 19, 0.76);
    color: rgba(232, 241, 250, 0.88);
    cursor: pointer;
}

.rg-topnav-burger[b-o23me0wvrt] {
    display: grid;
    gap: 0.22rem;
    width: 1.1rem;
}

.rg-topnav-burger span[b-o23me0wvrt] {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background: currentColor;
}

.rg-topnav-toggle-text[b-o23me0wvrt] {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.rg-topnav-panel[b-o23me0wvrt] {
    margin-top: 0.8rem;
}

.rg-topnav-links[b-o23me0wvrt] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.rg-topnav-links[b-o23me0wvrt]  .rg-topnav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.48rem;
    min-height: 2.55rem;
    padding: 0.68rem 0.82rem;
    border: 1px solid rgba(168, 183, 199, 0.14);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(18, 29, 41, 0.72), rgba(7, 12, 19, 0.78)),
        linear-gradient(90deg, rgba(110, 231, 255, 0.08), transparent);
    color: rgba(238, 244, 251, 0.9);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease, background-color 0.16s ease, color 0.16s ease;
}

.rg-topnav-links[b-o23me0wvrt]  .rg-topnav-link::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 2px;
    background: linear-gradient(90deg, var(--rg-accent, #6ee7ff), var(--rg-accent-warm, #ffb86c));
    opacity: 0;
    transform: scaleX(0.35);
    transform-origin: left center;
    transition: opacity 0.16s ease, transform 0.16s ease;
}

.rg-topnav-links[b-o23me0wvrt]  .rg-topnav-link:hover,
.rg-topnav-links[b-o23me0wvrt]  .rg-topnav-link.active {
    color: #ffffff;
    border-color: rgba(110, 231, 255, 0.42);
    background: linear-gradient(180deg, rgba(23, 46, 62, 0.86), rgba(9, 17, 27, 0.9));
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22), 0 0 22px rgba(110, 231, 255, 0.1);
    transform: translateY(-1px);
}

.rg-topnav-links[b-o23me0wvrt]  .rg-topnav-link:hover::after,
.rg-topnav-links[b-o23me0wvrt]  .rg-topnav-link.active::after {
    opacity: 1;
    transform: scaleX(1);
}

.rg-topnav-link-auth[b-o23me0wvrt] {
    margin-left: auto;
}

.rg-topnav-user[b-o23me0wvrt] {
    pointer-events: none;
    color: rgba(255, 184, 108, 0.95) !important;
}

.rg-topnav-icon[b-o23me0wvrt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
}

.rg-topnav-icon svg[b-o23me0wvrt] {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.rg-topnav-dropdown[b-o23me0wvrt] {
    position: relative;
    display: inline-flex;
}

.rg-topnav-dropdown-toggle[b-o23me0wvrt] {
    cursor: pointer;
}

.rg-topnav-caret[b-o23me0wvrt] {
    margin-left: 0.16rem;
    color: var(--rg-accent-warm, #ffb86c);
    font-size: 0.58rem;
}

.rg-topnav-dropdown-menu[b-o23me0wvrt] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    z-index: 40;
    display: none;
    min-width: 230px;
    padding: 0.5rem;
    border: 1px solid rgba(126, 231, 255, 0.2);
    border-radius: 8px;
    background: rgba(7, 12, 19, 0.96);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.44);
}

.rg-topnav-dropdown-menu.open[b-o23me0wvrt] {
    display: grid;
    gap: 0.45rem;
}

.rg-topnav-dropdown-menu[b-o23me0wvrt]  .rg-topnav-link {
    width: 100%;
    justify-content: flex-start;
}

@media (max-width: 980px) {
    .rg-topnav[b-o23me0wvrt] {
        padding: 0.72rem 0.9rem 0.82rem;
    }

    .rg-topnav-header[b-o23me0wvrt] {
        grid-template-columns: minmax(0, 1fr) auto auto;
    }

    .rg-topnav-panel[b-o23me0wvrt] {
        display: none;
        margin-top: 0.72rem;
    }

    .rg-topnav-panel.open[b-o23me0wvrt] {
        display: block;
    }

    .rg-topnav-links[b-o23me0wvrt] {
        display: grid;
        gap: 0.5rem;
    }

    .rg-topnav-links[b-o23me0wvrt]  .rg-topnav-link,
    .rg-topnav-dropdown[b-o23me0wvrt],
    .rg-topnav-dropdown-toggle[b-o23me0wvrt] {
        width: 100%;
        justify-content: flex-start;
    }

    .rg-topnav-link-auth[b-o23me0wvrt] {
        margin-left: 0;
    }

    .rg-topnav-dropdown[b-o23me0wvrt] {
        display: block;
    }

    .rg-topnav-dropdown-menu[b-o23me0wvrt] {
        position: static;
        width: 100%;
        min-width: 0;
        margin-top: 0.45rem;
    }
}

@media (min-width: 981px) {
    .rg-topnav-toggle-label[b-o23me0wvrt] {
        display: none;
    }
}

@media (max-width: 560px) {
    .rg-topnav-tag[b-o23me0wvrt] {
        display: none;
    }

    .rg-topnav-elite[b-o23me0wvrt] {
        max-width: 4.2rem;
        padding-inline: 0.45rem;
        overflow: hidden;
    }

    .rg-topnav-elite img[b-o23me0wvrt] {
        max-width: 100%;
        object-fit: contain;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-0zoltqsia5],
.components-reconnect-repeated-attempt-visible[b-0zoltqsia5],
.components-reconnect-failed-visible[b-0zoltqsia5],
.components-pause-visible[b-0zoltqsia5],
.components-resume-failed-visible[b-0zoltqsia5],
.components-rejoining-animation[b-0zoltqsia5] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-0zoltqsia5],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-0zoltqsia5],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-0zoltqsia5],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-0zoltqsia5],
#components-reconnect-modal.components-reconnect-retrying[b-0zoltqsia5],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-0zoltqsia5],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-0zoltqsia5],
#components-reconnect-modal.components-reconnect-failed[b-0zoltqsia5],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-0zoltqsia5] {
    display: block;
}


#components-reconnect-modal[b-0zoltqsia5] {
    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-0zoltqsia5 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-0zoltqsia5 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-0zoltqsia5 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-0zoltqsia5]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-0zoltqsia5 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-0zoltqsia5 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-0zoltqsia5 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-0zoltqsia5 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-0zoltqsia5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-0zoltqsia5] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-0zoltqsia5] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-0zoltqsia5] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-0zoltqsia5] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-0zoltqsia5] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-0zoltqsia5] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-0zoltqsia5 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-0zoltqsia5] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-0zoltqsia5 {
    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/Pages/WorldsEditor.razor.rz.scp.css */
.worlds-editor-page[b-t9xi740t1v] {
    width: min(1100px, 100%);
    margin: 0 auto;
}

.worlds-editor-topbar[b-t9xi740t1v] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.status[b-t9xi740t1v] {
    color: rgba(220, 230, 245, 0.85);
    font-size: 0.9rem;
}

.status[data-status="warn"][b-t9xi740t1v] {
    color: #ffd27f;
}

.status[data-status="error"][b-t9xi740t1v] {
    color: #ff9e9e;
}

.worlds-editor-hero p[b-t9xi740t1v] {
    margin: 0;
    color: rgba(220, 230, 245, 0.82);
}

.split[b-t9xi740t1v] {
    display: grid;
    gap: 0.75rem;
}

.worlds-editor-panel[b-t9xi740t1v] {
    margin-top: 0.9rem;
}

.field[b-t9xi740t1v] {
    display: block;
    margin-bottom: 0.55rem;
    font-size: 0.9rem;
}

.field input[b-t9xi740t1v] {
    width: 100%;
    margin-top: 0.35rem;
}

.row-actions[b-t9xi740t1v] {
    display: flex;
    gap: 0.5rem;
}

[b-t9xi740t1v] .server-list {
    overflow: auto;
}

.worlds-editor-list[b-t9xi740t1v] {
    max-height: 300px;
}

.worlds-editor-form-grid[b-t9xi740t1v] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.worlds-editor-span-2[b-t9xi740t1v] {
    grid-column: span 2;
}

@media (max-width: 980px) {
    .worlds-editor-topbar[b-t9xi740t1v] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.35rem;
    }

    .worlds-editor-form-grid[b-t9xi740t1v] {
        grid-template-columns: 1fr;
    }

    .worlds-editor-span-2[b-t9xi740t1v] {
        grid-column: span 1;
    }
}
