/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-wgzzs5acl7] {
    color-scheme: light;
    position: fixed;
    inset-inline: 0;
    bottom: 0;
    z-index: 1000;
    display: none;
    padding: 0.75rem 3rem 0.75rem 1rem;
    background: #fff7cc;
    color: #2b2200;
    border-top: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 -6px 18px rgba(0,0,0,.12);

    & .dismiss {
        position: absolute;
        inset-inline-end: .75rem;
        top: .5rem;
        cursor: pointer;
        border: 0;
        background: transparent;
        color: inherit;
        font: inherit;
        line-height: 1;
        padding: .25rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-xp1qrm9jqa],
.components-reconnect-repeated-attempt-visible[b-xp1qrm9jqa],
.components-reconnect-failed-visible[b-xp1qrm9jqa],
.components-pause-visible[b-xp1qrm9jqa],
.components-resume-failed-visible[b-xp1qrm9jqa],
.components-rejoining-animation[b-xp1qrm9jqa] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-xp1qrm9jqa],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-xp1qrm9jqa],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-xp1qrm9jqa],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-xp1qrm9jqa],
#components-reconnect-modal.components-reconnect-retrying[b-xp1qrm9jqa],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-xp1qrm9jqa],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-xp1qrm9jqa],
#components-reconnect-modal.components-reconnect-failed[b-xp1qrm9jqa],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-xp1qrm9jqa] {
    display: block;
}


#components-reconnect-modal[b-xp1qrm9jqa] {
    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-xp1qrm9jqa 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-xp1qrm9jqa 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-xp1qrm9jqa 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-xp1qrm9jqa]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-xp1qrm9jqa 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-xp1qrm9jqa {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-xp1qrm9jqa {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-xp1qrm9jqa {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-xp1qrm9jqa] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-xp1qrm9jqa] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-xp1qrm9jqa] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-xp1qrm9jqa] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-xp1qrm9jqa] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-xp1qrm9jqa] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-xp1qrm9jqa] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-xp1qrm9jqa 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-xp1qrm9jqa] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-xp1qrm9jqa {
    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/PreEntry.razor.rz.scp.css */
#pre-entry-ui[b-g2uoxokw5p] {
    height: 100vh;
    width: 100vw;
    position: relative;
    display: flex;
    background-color: black;
    cursor: default;
}

#pre-entry-ui > #pre-entry-divider[b-g2uoxokw5p] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

#pre-entry-ui > .logo[b-g2uoxokw5p] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    filter: drop-shadow(0 0 4px black);
}

#pre-entry-ui > .logo > .bg[b-g2uoxokw5p], 
#pre-entry-ui > .logo > .fg[b-g2uoxokw5p] {
    width: clamp(150px, 18vw, 260px);
    height: clamp(150px, 18vw, 260px);
    position: absolute;
}

#pre-entry-ui > .logo > .bg > img[b-g2uoxokw5p],
#pre-entry-ui > .logo > .fg > img[b-g2uoxokw5p] {
    object-fit: contain;
    object-position: center;
}

@media (max-width: 768px) {
    #pre-entry-ui[b-g2uoxokw5p] {
        flex-direction: column;
    }

    #pre-entry-ui > .logo[b-g2uoxokw5p] {
        width: clamp(120px, 25vw, 150px);
        height: clamp(120px, 25vw, 150px);
    }

    #pre-entry-ui > .logo > .bg[b-g2uoxokw5p],
    #pre-entry-ui > .logo > .fg[b-g2uoxokw5p] {
        width: 100%;
        height: 100%;
    }
}

/* /Components/Pages/ServerCard.razor.rz.scp.css */
.left[b-ge2ogaa8rb], .right[b-ge2ogaa8rb] {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.left > canvas[b-ge2ogaa8rb], .right > canvas[b-ge2ogaa8rb] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.left > .img[b-ge2ogaa8rb], .right > .img[b-ge2ogaa8rb] {
    width: 100%;
    height: 100%;
}

.left > a[b-ge2ogaa8rb], .right > a[b-ge2ogaa8rb] {
    z-index: 2;
    position: absolute;
    inset: 0;
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 0 4px black);
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
    text-decoration: none;
    color: white;
    padding: 2rem;
}

.left > a:hover[b-ge2ogaa8rb], .right > a:hover[b-ge2ogaa8rb] {
    opacity: 1;
}

.left > a > .img[b-ge2ogaa8rb], .right > a > .img[b-ge2ogaa8rb] {
    height: 4em;
}

.server-card[b-ge2ogaa8rb] {
    justify-content: center;
    padding: 3rem 2rem 3rem;
    gap: 1.8rem;
}

.server-card .card-header[b-ge2ogaa8rb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

.server-card .card-header h2[b-ge2ogaa8rb] {
    margin: 0;
    font-size: clamp(3rem, 6vw, 4.5rem);
    font-weight: 900;
    background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none;
    filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.7));
    letter-spacing: 2px;
}

.server-card .card-header .region-badge[b-ge2ogaa8rb] {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15), rgba(201, 151, 47, 0.15));
    backdrop-filter: blur(10px);
    padding: 0.35rem 1rem;
    border-radius: 20px;
    font-size: clamp(0.65rem, 1.1vw, 0.75rem);
    font-weight: 700;
    color: #d4af37;
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border: 1px solid rgba(212, 175, 55, 0.4);
    transition: all 0.3s ease;
}

.server-card .card-header .region-badge:hover[b-ge2ogaa8rb] {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.25), rgba(201, 151, 47, 0.25));
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.5);
}

.server-card .card-header .region-badge.europe[b-ge2ogaa8rb] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(37, 99, 235, 0.15));
    color: #3b82f6;
    box-shadow: 0 2px 10px rgba(59, 130, 246, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.4);
}

.server-card .card-header .region-badge.europe:hover[b-ge2ogaa8rb] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.25), rgba(37, 99, 235, 0.25));
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.5);
}

.server-card .logo-img[b-ge2ogaa8rb] {
    height: clamp(4rem, 10vw, 7rem);
    width: auto;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.8));
    margin: 0;
}

.server-card .status-indicator[b-ge2ogaa8rb] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.6rem 1.5rem;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(74, 222, 128, 0.3);
}

.server-card .status-indicator.coming-soon[b-ge2ogaa8rb] {
    border: 1px solid rgba(251, 191, 36, 0.3);
}

.server-card .status-indicator .status-dot[b-ge2ogaa8rb] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #4ade80;
    box-shadow: 0 0 15px #4ade80, 0 0 30px rgba(74, 222, 128, 0.5);
    animation: pulse-b-ge2ogaa8rb 2s infinite;
}

.server-card .status-indicator .status-dot.coming-soon-dot[b-ge2ogaa8rb] {
    background-color: #fbbf24;
    box-shadow: 0 0 15px #fbbf24, 0 0 30px rgba(251, 191, 36, 0.5);
}

.server-card .status-indicator .status-since[b-ge2ogaa8rb] {
    font-weight: 500;
    font-size: clamp(0.72rem, 1.1vw, 0.82rem);
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 0.5px;
    font-style: italic;
}

@keyframes pulse-b-ge2ogaa8rb {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

@media (max-width: 768px) {
    .left[b-ge2ogaa8rb], .right[b-ge2ogaa8rb] {
        width: 100%;
        height: 50%;
    }

    .left > a[b-ge2ogaa8rb], .right > a[b-ge2ogaa8rb] {
        opacity: 1 !important;
        backdrop-filter: none !important;
    }

    .server-card[b-ge2ogaa8rb] {
        padding: 1.5rem 1rem;
        gap: 0.9rem;
    }

    .server-card .card-header[b-ge2ogaa8rb] {
        gap: 0.5rem;
    }

    .server-card .card-header h2[b-ge2ogaa8rb] {
        font-size: 2rem;
        letter-spacing: 1.5px;
    }

    .server-card .card-header .region-badge[b-ge2ogaa8rb] {
        font-size: 0.58rem;
        padding: 0.28rem 0.75rem;
        letter-spacing: 0.8px;
        align-self: flex-end;
    }

    .server-card .logo-img[b-ge2ogaa8rb] {
        height: 3rem;
    }

    .server-card .status-indicator[b-ge2ogaa8rb] {
        padding: 0.4rem 1rem;
        gap: 0.5rem;
        background: rgba(0, 0, 0, 0.15);
        border: 1px solid rgba(74, 222, 128, 0.25);
    }

    .server-card .status-indicator.coming-soon[b-ge2ogaa8rb] {
        border: 1px solid rgba(251, 191, 36, 0.25);
    }

    .server-card .status-indicator .status-dot[b-ge2ogaa8rb] {
        width: 6px;
        height: 6px;
    }

    .server-card .status-indicator .status-since[b-ge2ogaa8rb] {
        font-size: 0.65rem;
        font-weight: 500;
    }
}
/* /Components/Pages/ServerFeatures.razor.rz.scp.css */
.features-container[b-dy7uw4213d] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    width: 100%;
    max-width: 400px;
}

.feature-item[b-dy7uw4213d] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.2rem;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.feature-item:hover[b-dy7uw4213d] {
    background: rgba(0, 0, 0, 0.35);
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}

.feature-icon[b-dy7uw4213d] {
    font-size: clamp(1.8rem, 3vw, 2.2rem);
    width: clamp(2.5rem, 4vw, 3rem);
    height: clamp(2.5rem, 4vw, 3rem);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    flex-shrink: 0;
}

.feature-icon.gold[b-dy7uw4213d] {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.2), rgba(201, 151, 47, 0.2));
    box-shadow: 0 0 25px rgba(212, 175, 55, 0.4);
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.feature-icon.fairplay[b-dy7uw4213d] {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 193, 7, 0.2));
    box-shadow: 0 0 25px rgba(255, 215, 0, 0.4);
    border: 1px solid rgba(255, 215, 0, 0.3);
}

.feature-icon.balanced[b-dy7uw4213d] {
    background: linear-gradient(135deg, rgba(156, 163, 175, 0.2), rgba(107, 114, 128, 0.2));
    box-shadow: 0 0 25px rgba(156, 163, 175, 0.4);
    border: 1px solid rgba(156, 163, 175, 0.3);
}

.feature-icon.unique[b-dy7uw4213d] {
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.2), rgba(139, 92, 246, 0.2));
    box-shadow: 0 0 25px rgba(168, 85, 247, 0.4);
    border: 1px solid rgba(168, 85, 247, 0.3);
}

.feature-icon.advanced[b-dy7uw4213d] {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.2), rgba(220, 38, 38, 0.2));
    box-shadow: 0 0 25px rgba(239, 68, 68, 0.4);
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.feature-icon.pvp[b-dy7uw4213d] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(37, 99, 235, 0.2));
    box-shadow: 0 0 25px rgba(59, 130, 246, 0.4);
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.feature-icon.items[b-dy7uw4213d] {
    background: linear-gradient(135deg, rgba(147, 51, 234, 0.2), rgba(126, 34, 206, 0.2));
    box-shadow: 0 0 25px rgba(147, 51, 234, 0.4);
    border: 1px solid rgba(147, 51, 234, 0.3);
}

.feature-icon.community[b-dy7uw4213d] {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.2), rgba(22, 163, 74, 0.2));
    box-shadow: 0 0 25px rgba(34, 197, 94, 0.4);
    border: 1px solid rgba(34, 197, 94, 0.3);
}

.feature-icon.rates[b-dy7uw4213d] {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.2), rgba(22, 163, 74, 0.2));
    box-shadow: 0 0 25px rgba(34, 197, 94, 0.4);
    border: 1px solid rgba(34, 197, 94, 0.3);
}

.feature-content[b-dy7uw4213d] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    flex: 1;
}

.feature-title[b-dy7uw4213d] {
    font-weight: 700;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: 0.5px;
}

.feature-desc[b-dy7uw4213d] {
    font-weight: 500;
    font-size: clamp(0.75rem, 1.2vw, 0.85rem);
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.3px;
}

.carousel-indicators[b-dy7uw4213d] {
    display: none;
    justify-content: center;
    gap: 0.5rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.carousel-indicators .indicator[b-dy7uw4213d] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-indicators .indicator.active[b-dy7uw4213d] {
    background: rgba(255, 255, 255, 0.9);
    width: 24px;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .features-container[b-dy7uw4213d] {
        display: block;
        max-width: 100%;
        position: relative;
        overflow: visible;
        padding-bottom: 2.5rem;
        min-height: 110px;
        display: flex;
        justify-content: center;
    }

    .feature-item[b-dy7uw4213d] {
        min-width: auto;
        width: fit-content;
        max-width: 90%;
        flex-shrink: 0;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        transition: opacity 0.5s ease, visibility 0.5s ease;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        text-align: left;
        gap: 0.6rem;
        padding: 0.5rem 0.75rem;
        background: rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .feature-item.active[b-dy7uw4213d] {
        opacity: 1;
        visibility: visible;
        position: relative;
        left: 0;
        transform: none;
    }

    .feature-icon[b-dy7uw4213d] {
        font-size: 1.5rem;
        width: 2.2rem;
        height: 2.2rem;
    }

    .feature-title[b-dy7uw4213d] {
        font-size: 0.85rem;
    }

    .feature-desc[b-dy7uw4213d] {
        font-size: 0.7rem;
    }

    .feature-desc br[b-dy7uw4213d] {
        display: none;
    }

    .carousel-indicators[b-dy7uw4213d] {
        display: flex;
    }
}
