/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-vqeoi2ey0n] {
    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-vqeoi2ey0n] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/PublicLayout.razor.rz.scp.css */
.public-shell[b-741s7qiozt] {
    min-height: 100vh;
    background: #080a0c;
}

#blazor-error-ui[b-741s7qiozt] {
    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-741s7qiozt] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-tuaagkyls2],
.components-reconnect-repeated-attempt-visible[b-tuaagkyls2],
.components-reconnect-failed-visible[b-tuaagkyls2],
.components-pause-visible[b-tuaagkyls2],
.components-resume-failed-visible[b-tuaagkyls2],
.components-rejoining-animation[b-tuaagkyls2] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-tuaagkyls2],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-tuaagkyls2],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-tuaagkyls2],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-tuaagkyls2],
#components-reconnect-modal.components-reconnect-retrying[b-tuaagkyls2],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-tuaagkyls2],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-tuaagkyls2],
#components-reconnect-modal.components-reconnect-failed[b-tuaagkyls2],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-tuaagkyls2] {
    display: block;
}


#components-reconnect-modal[b-tuaagkyls2] {
    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-tuaagkyls2 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-tuaagkyls2 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-tuaagkyls2 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-tuaagkyls2]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-tuaagkyls2 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-tuaagkyls2 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-tuaagkyls2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-tuaagkyls2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-tuaagkyls2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-tuaagkyls2] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-tuaagkyls2] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-tuaagkyls2] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-tuaagkyls2] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-tuaagkyls2] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-tuaagkyls2] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-tuaagkyls2 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-tuaagkyls2] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-tuaagkyls2 {
    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/Login.razor.rz.scp.css */
.landing-page[b-d2f4ksfr26] {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    padding: 1.5rem clamp(1.25rem, 4vw, 4.5rem) 1.25rem;
    box-sizing: border-box;
    background:
        radial-gradient(circle at 18% 18%, rgba(184, 139, 62, 0.12), transparent 34%),
        linear-gradient(135deg, #0a0c0f 0%, #101419 52%, #090b0d 100%);
    color: #f4f1ea;
}

.landing-background[b-d2f4ksfr26],
.background-grid[b-d2f4ksfr26],
.background-glow[b-d2f4ksfr26] {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.background-grid[b-d2f4ksfr26] {
    opacity: 0.12;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 62px 62px;
    mask-image: linear-gradient(to bottom, black, transparent 84%);
}

.background-glow[b-d2f4ksfr26] {
    filter: blur(80px);
    opacity: 0.23;
}

.background-glow-left[b-d2f4ksfr26] {
    inset: 20% auto auto -10%;
    width: 36rem;
    height: 36rem;
    border-radius: 50%;
    background: #9c702c;
}

.background-glow-right[b-d2f4ksfr26] {
    inset: auto -10% -25% auto;
    width: 42rem;
    height: 42rem;
    border-radius: 50%;
    background: #173a2d;
}

.landing-header[b-d2f4ksfr26],
.hero-section[b-d2f4ksfr26],
.landing-footer[b-d2f4ksfr26] {
    position: relative;
    z-index: 2;
}

.landing-header[b-d2f4ksfr26] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.brand-block[b-d2f4ksfr26] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.brand-mark[b-d2f4ksfr26] {
    display: grid;
    width: 2.8rem;
    height: 2.8rem;
    place-items: center;
    border: 1px solid rgba(214, 166, 80, 0.62);
    border-radius: 0.7rem;
    background: linear-gradient(145deg, #b98b3e, #6d4c1e);
    box-shadow: 0 0 28px rgba(185, 139, 62, 0.22);
    color: #0c0d0f;
    font-weight: 900;
    letter-spacing: -0.06em;
}

.brand-name[b-d2f4ksfr26] {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.brand-product[b-d2f4ksfr26] {
    margin-top: 0.18rem;
    color: #a89b87;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.system-state[b-d2f4ksfr26] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.8rem;
    border: 1px solid rgba(36, 169, 91, 0.25);
    border-radius: 999px;
    background: rgba(13, 42, 27, 0.64);
    color: #67dd93;
    font-size: 0.72rem;
    font-weight: 700;
}

.system-state-dot[b-d2f4ksfr26],
.secure-dot[b-d2f4ksfr26] {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    background: #31d36a;
    box-shadow: 0 0 10px rgba(49, 211, 106, 0.8);
}

.hero-section[b-d2f4ksfr26] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 6.5rem);
    min-height: calc(100vh - 9rem);
    padding: 3.5rem 0 4.5rem;
}

.hero-content[b-d2f4ksfr26] {
    max-width: 48rem;
}

.hero-eyebrow[b-d2f4ksfr26],
.login-kicker[b-d2f4ksfr26] {
    color: #d8a958;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.2em;
}

.hero-content h1[b-d2f4ksfr26] {
    margin: 1rem 0 1.25rem;
    padding: 0;
    border: 0;
    color: #f5f2eb;
    font-size: clamp(2.7rem, 5.1vw, 5.6rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
    text-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

.hero-content p[b-d2f4ksfr26] {
    max-width: 41rem;
    margin: 0;
    color: #b2bac2;
    font-size: clamp(1rem, 1.35vw, 1.22rem);
    line-height: 1.75;
}

.hero-features[b-d2f4ksfr26] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 2rem;
}

.hero-features span[b-d2f4ksfr26] {
    padding: 0.48rem 0.72rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.4rem;
    background: rgba(19, 23, 28, 0.72);
    color: #c4cbd1;
    font-size: 0.76rem;
    font-weight: 650;
}

.media-stage[b-d2f4ksfr26] {
    position: relative;
    min-height: 31rem;
    overflow: hidden;
    border: 1px solid rgba(213, 164, 78, 0.25);
    border-radius: 1.6rem;
    background:
        linear-gradient(180deg, rgba(7, 9, 11, 0.1), rgba(7, 9, 11, 0.9)),
        radial-gradient(circle at 50% 35%, rgba(184, 139, 62, 0.25), transparent 35%),
        linear-gradient(145deg, #202832, #101419 55%, #090b0e);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
}

.media-stage[b-d2f4ksfr26]::before,
.media-stage[b-d2f4ksfr26]::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(214, 166, 80, 0.18);
}

.media-stage[b-d2f4ksfr26]::before {
    inset: 1.2rem;
    border-radius: 1rem;
}

.media-stage[b-d2f4ksfr26]::after {
    inset: 3.2rem;
    border-radius: 50%;
}

.media-stage-overlay[b-d2f4ksfr26] {
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.018) 0,
        rgba(255, 255, 255, 0.018) 1px,
        transparent 1px,
        transparent 4px
    );
}

.media-stage-content[b-d2f4ksfr26] {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.media-icon[b-d2f4ksfr26] {
    display: grid;
    width: 4.8rem;
    height: 4.8rem;
    margin-bottom: 1.35rem;
    place-items: center;
    border: 1px solid rgba(224, 179, 96, 0.58);
    border-radius: 50%;
    background: rgba(12, 15, 18, 0.74);
    color: #deb15f;
    font-size: 1.35rem;
    box-shadow: 0 0 40px rgba(190, 142, 61, 0.2);
}

.media-stage-content strong[b-d2f4ksfr26] {
    color: #e6ddd0;
    font-size: 0.78rem;
    letter-spacing: 0.22em;
}

.media-stage-content span[b-d2f4ksfr26] {
    margin-top: 0.55rem;
    color: #87919a;
    font-size: 0.78rem;
}

.login-overlay[b-d2f4ksfr26] {
    position: fixed;
    inset: 0;
    z-index: 10;
    display: grid;
    place-items: center;
    padding: 1.25rem;
    background: rgba(4, 6, 8, 0.48);
    backdrop-filter: blur(5px);
}

.login-dialog[b-d2f4ksfr26] {
    width: min(100%, 28rem);
    padding: 2rem;
    border: 1px solid rgba(216, 169, 88, 0.3);
    border-radius: 1.2rem;
    background: rgba(16, 20, 24, 0.96);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.68);
}

.login-dialog-header h2[b-d2f4ksfr26] {
    margin: 0.45rem 0 0.45rem;
    color: #f4f0e8;
    font-size: 2rem;
}

.login-dialog-header p[b-d2f4ksfr26] {
    margin: 0;
    color: #98a2ad;
    font-size: 0.9rem;
}

.login-error[b-d2f4ksfr26] {
    margin-top: 1.25rem;
    padding: 0.8rem 0.9rem;
    border: 1px solid #73343a;
    border-radius: 0.55rem;
    background: #35191d;
    color: #ffcdd1;
    font-size: 0.86rem;
}

.login-form[b-d2f4ksfr26] {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.form-field[b-d2f4ksfr26] {
    display: grid;
    gap: 0.45rem;
}

.form-field label[b-d2f4ksfr26] {
    color: #d5d8dc;
    font-size: 0.8rem;
    font-weight: 700;
}

.form-field input[b-d2f4ksfr26] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.82rem 0.9rem;
    border: 1px solid #39424c;
    border-radius: 0.58rem;
    outline: none;
    background: #0b0e11;
    color: #ffffff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.form-field input:focus[b-d2f4ksfr26] {
    border-color: #c39649;
    box-shadow: 0 0 0 3px rgba(195, 150, 73, 0.14);
}

.login-button[b-d2f4ksfr26] {
    width: 100%;
    margin-top: 0.35rem;
    padding: 0.88rem 1rem;
    border: 1px solid #d4a451;
    border-radius: 0.58rem;
    background: linear-gradient(135deg, #d0a04e, #8f6629);
    color: #0b0c0d;
    font-weight: 850;
    letter-spacing: 0.01em;
}

.login-button:hover[b-d2f4ksfr26] {
    filter: brightness(1.08);
}

.login-footer[b-d2f4ksfr26] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.2rem;
    color: #76818b;
    font-size: 0.72rem;
}

.secure-dot[b-d2f4ksfr26] {
    width: 0.38rem;
    height: 0.38rem;
}

.landing-footer[b-d2f4ksfr26] {
    position: absolute;
    right: clamp(1.25rem, 4vw, 4.5rem);
    bottom: 1.25rem;
    left: clamp(1.25rem, 4vw, 4.5rem);
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: #606a73;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media (max-width: 980px) {
    .hero-section[b-d2f4ksfr26] {
        grid-template-columns: 1fr;
    }

    .media-stage[b-d2f4ksfr26] {
        display: none;
    }
}

@media (max-width: 620px) {
    .landing-page[b-d2f4ksfr26] {
        padding: 1rem;
    }

    .system-state[b-d2f4ksfr26],
    .landing-footer[b-d2f4ksfr26] {
        display: none;
    }

    .hero-section[b-d2f4ksfr26] {
        min-height: calc(100vh - 5rem);
        padding: 2.5rem 0;
    }

    .hero-content h1[b-d2f4ksfr26] {
        font-size: 2.75rem;
    }

    .login-dialog[b-d2f4ksfr26] {
        padding: 1.45rem;
    }
}
