/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-3zrffuk8m2] {
    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-3zrffuk8m2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-lf4x6kxcnz],
.components-reconnect-repeated-attempt-visible[b-lf4x6kxcnz],
.components-reconnect-failed-visible[b-lf4x6kxcnz],
.components-pause-visible[b-lf4x6kxcnz],
.components-resume-failed-visible[b-lf4x6kxcnz],
.components-rejoining-animation[b-lf4x6kxcnz] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-lf4x6kxcnz],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-lf4x6kxcnz],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-lf4x6kxcnz],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-lf4x6kxcnz],
#components-reconnect-modal.components-reconnect-retrying[b-lf4x6kxcnz],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-lf4x6kxcnz],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-lf4x6kxcnz],
#components-reconnect-modal.components-reconnect-failed[b-lf4x6kxcnz],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-lf4x6kxcnz] {
    display: block;
}


#components-reconnect-modal[b-lf4x6kxcnz] {
    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-lf4x6kxcnz 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-lf4x6kxcnz 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-lf4x6kxcnz 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-lf4x6kxcnz]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-lf4x6kxcnz 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-lf4x6kxcnz {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-lf4x6kxcnz {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-lf4x6kxcnz {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-lf4x6kxcnz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-lf4x6kxcnz] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-lf4x6kxcnz] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-lf4x6kxcnz] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-lf4x6kxcnz] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-lf4x6kxcnz] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-lf4x6kxcnz] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-lf4x6kxcnz 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-lf4x6kxcnz] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-lf4x6kxcnz {
    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/Public/Mailbox.razor.rz.scp.css */

.mail-shell[b-51bdldl3yi] {
    background: linear-gradient(135deg,#f7fbff 0%,#fff8f3 52%,#f5fffb 100%);
    border: 1px solid rgba(95,132,166,.12);
    border-radius: 28px;
    padding: 22px;
    box-shadow: 0 18px 40px rgba(31,64,94,.08)
}

.mail-hero[b-51bdldl3yi] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 18px
}

    .mail-hero h2[b-51bdldl3yi] {
        margin: 0;
        font-weight: 900;
        color: #18324b
    }

    .mail-hero p[b-51bdldl3yi] {
        margin: 6px 0 0;
        color: #5c7489;
        max-width: 760px
    }

.mail-column-card[b-51bdldl3yi] {
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 14px 28px rgba(18,50,76,.08)
}

    .mail-column-card .card-header[b-51bdldl3yi] {
        padding: 1rem 1.1rem;
        border-bottom: 0;
        font-weight: 800
    }

.mail-pane[b-51bdldl3yi] {
    max-height: 62vh;
    overflow: auto;
    padding-right: 4px
}

.account-item[b-51bdldl3yi], .mail-item[b-51bdldl3yi] {
    padding: 13px 15px;
    margin-bottom: 8px;
    border-radius: 18px;
    cursor: pointer;
    transition: all .2s;
    border: 1px solid rgba(95,132,166,.1);
    background: #fff;
    text-decoration: none;
    display: block;
    color: inherit
}

    .account-item:hover[b-51bdldl3yi], .mail-item:hover[b-51bdldl3yi] {
        background: #eef7ff;
        transform: translateY(-1px)
    }

    .account-item.active[b-51bdldl3yi], .mail-item.active[b-51bdldl3yi] {
        background: linear-gradient(135deg,#00a68b,#ebae36e6);
        color: #fff;
        border-color: transparent;
        box-shadow: 0 10px 22px rgba(79,134,198,.22)
    }

        .account-item.active .text-muted[b-51bdldl3yi], .mail-item.active .text-muted[b-51bdldl3yi], .mail-item.active .mail-snippet[b-51bdldl3yi], .mail-item.active .mail-meta[b-51bdldl3yi] {
            color: rgba(255,255,255,.88) !important
        }

.mail-meta[b-51bdldl3yi] {
    font-size: .78rem;
    color: #6c7c8c
}

.mail-snippet[b-51bdldl3yi] {
    font-size: .86rem;
    color: #718293;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.viewer-frame[b-51bdldl3yi] {
    width: 100%;
    min-height: 520px;
    border: 1px solid #dee2e6;
    border-radius: 16px;
    background: #fff
}

.viewer-text[b-51bdldl3yi] {
    white-space: pre-wrap;
    background: #fff;
    border: 1px solid rgba(95,132,166,.12);
    border-radius: 16px;
    padding: 16px
}

.stat-chip[b-51bdldl3yi] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(95,132,166,.12);
    font-size: .9rem;
    font-weight: 600;
    color: #38556c
}

.toolbar-line[b-51bdldl3yi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap
}

.toolbar-actions[b-51bdldl3yi] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.mini-status[b-51bdldl3yi] {
    font-size: .85rem;
    color: #4a6178
}

.mail-empty[b-51bdldl3yi] {
    padding: 2.5rem 1rem;
    text-align: center;
    color: #7a8d9f
}

.loading-line[b-51bdldl3yi] {
    padding: 1rem;
    color: #718293;
    text-align: center
}

@media(max-width:1199.98px) {
    .mail-pane[b-51bdldl3yi] {
        max-height: none
    }

    .viewer-frame[b-51bdldl3yi] {
        min-height: 420px
    }
}


.note-card[b-51bdldl3yi] {
    border: 1px solid rgba(95,132,166,.12);
    border-radius: 20px;
    background: #fff;
    padding: 16px;
}

.note-toolbar[b-51bdldl3yi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.note-row:hover[b-51bdldl3yi] {
    background: #f8fbff;
}

.account-item.toast-target:not(.active)[b-51bdldl3yi] {
    border-color: rgba(255,193,7,.75);
    box-shadow: 0 0 0 3px rgba(255,193,7,.18), 0 10px 22px rgba(31,64,94,.08);
    background: linear-gradient(135deg,#fffdf3,#ffffff);
}

.account-item.toast-target:not(.active)[b-51bdldl3yi]::before {
    content: "";
    position: absolute;
    inset: auto auto auto 0;
}
/* /Components/Pages/Public/MinecraftPublic.razor.rz.scp.css */

.rcon-shell[b-8acyxnb9pl] {
    background: linear-gradient(135deg,#f7fbff 0%,#fff8f3 52%,#f5fffb 100%);
    border: 1px solid rgba(95,132,166,.12);
    border-radius: 28px;
    padding: 22px;
    box-shadow: 0 18px 40px rgba(31,64,94,.08)
}

.rcon-hero[b-8acyxnb9pl] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 18px
}

    .rcon-hero h2[b-8acyxnb9pl] {
        margin: 0;
        font-weight: 900;
        color: #18324b
    }

    .rcon-hero p[b-8acyxnb9pl] {
        margin: 6px 0 0;
        color: #5c7489;
        max-width: 760px
    }

.rcon-column-card[b-8acyxnb9pl] {
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 14px 28px rgba(18,50,76,.08)
}

    .rcon-column-card .card-header[b-8acyxnb9pl] {
        padding: 1rem 1.1rem;
        border-bottom: 0;
        font-weight: 800
    }

    .rcon-column-card .card-body[b-8acyxnb9pl] {
        padding: 1rem
    }

.rcon-pane[b-8acyxnb9pl] {
    max-height: 62vh;
    overflow: auto;
    padding-right: 4px
}

    .rcon-pane[b-8acyxnb9pl]::-webkit-scrollbar {
        width: 7px
    }

    .rcon-pane[b-8acyxnb9pl]::-webkit-scrollbar-thumb {
        background: rgba(108,117,125,.4);
        border-radius: 999px
    }

.server-item[b-8acyxnb9pl], .preset-item[b-8acyxnb9pl] {
    padding: 13px 15px;
    margin-bottom: 8px;
    border-radius: 18px;
    cursor: pointer;
    transition: all .2s;
    border: 1px solid rgba(95,132,166,.1);
    background: #fff;
    text-decoration: none;
    display: block;
    color: inherit
}

    .server-item:hover[b-8acyxnb9pl], .preset-item:hover[b-8acyxnb9pl] {
        background: #eef7ff;
        transform: translateY(-1px)
    }

    .server-item.active[b-8acyxnb9pl] {
        background: linear-gradient(135deg,#4f86c6,#6ca9c9);
        color: #fff;
        border-color: transparent;
        box-shadow: 0 10px 22px rgba(79,134,198,.22)
    }

        .server-item.active .text-muted[b-8acyxnb9pl] {
            color: rgba(255,255,255,.88) !important
        }

.status-box[b-8acyxnb9pl] {
    border-radius: 18px;
    border: 1px solid rgba(95,132,166,.12);
    background: #fff;
    padding: 16px;
    margin-bottom: 14px
}

.status-grid[b-8acyxnb9pl] {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px
}

.console-box[b-8acyxnb9pl] {
    min-height: 420px;
    background: linear-gradient(180deg,#111827 0%,#0f172a 100%);
    color: #86efac;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.08);
    white-space: pre-wrap;
    font-family: Consolas,monospace;
    padding: 16px
}

.stat-chip[b-8acyxnb9pl] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(95,132,166,.12);
    font-size: .9rem;
    font-weight: 600;
    color: #38556c
}

.player-badge[b-8acyxnb9pl] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #eef7ff;
    color: #2f5d86;
    margin: 0 8px 8px 0;
    font-weight: 600
}

.log-line[b-8acyxnb9pl] {
    border: 1px solid rgba(95,132,166,.12);
    border-radius: 16px;
    padding: 12px 14px;
    background: #fff;
    margin-bottom: 10px
}

.quick-modal .modal-content[b-8acyxnb9pl] {
    border: 0;
    border-radius: 24px;
    overflow: hidden
}

.quick-modal .modal-header[b-8acyxnb9pl] {
    background: linear-gradient(135deg,#16344b,#2a618f,#4f8cc9);
    color: #fff
}

.toolbar-actions[b-8acyxnb9pl] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

    .toolbar-actions .btn[b-8acyxnb9pl] {
        border-radius: 999px
    }

.mini-status[b-8acyxnb9pl] {
    font-size: .85rem;
    color: #4a6178
}

@media(max-width:1199.98px) {
    .rcon-pane[b-8acyxnb9pl] {
        max-height: none
    }

    .console-box[b-8acyxnb9pl] {
        min-height: 280px
    }

    .status-grid[b-8acyxnb9pl] {
        grid-template-columns: 1fr
    }
}

