/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-bedzen1w3u],
.components-reconnect-repeated-attempt-visible[b-bedzen1w3u],
.components-reconnect-failed-visible[b-bedzen1w3u],
.components-pause-visible[b-bedzen1w3u],
.components-resume-failed-visible[b-bedzen1w3u],
.components-rejoining-animation[b-bedzen1w3u] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-bedzen1w3u],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-bedzen1w3u],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-bedzen1w3u],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-bedzen1w3u],
#components-reconnect-modal.components-reconnect-retrying[b-bedzen1w3u],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-bedzen1w3u],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-bedzen1w3u],
#components-reconnect-modal.components-reconnect-failed[b-bedzen1w3u],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-bedzen1w3u] {
    display: block;
}


#components-reconnect-modal[b-bedzen1w3u] {
    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-bedzen1w3u 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-bedzen1w3u 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-bedzen1w3u 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-bedzen1w3u]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-bedzen1w3u 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-bedzen1w3u {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-bedzen1w3u {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-bedzen1w3u {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-bedzen1w3u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-bedzen1w3u] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-bedzen1w3u] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-bedzen1w3u] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-bedzen1w3u] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-bedzen1w3u] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-bedzen1w3u] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-bedzen1w3u 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-bedzen1w3u] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-bedzen1w3u {
    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/Auth/LandingPage.razor.rz.scp.css */

:root[b-ll6i55th7p] {
    --login-background: #ffffff;
    --login-title-color: #111827;
    --login-subtitle-color: #4b5563;
    --login-button-bg: #f97316;
    --login-button-hover-bg: #111827;
    --login-button-text: #ffffff;
    --login-button-focus-shadow: 0 0 0 2px #f97316, 0 0 0 4px rgba(249,115,22,.2);
    --marketing-gradient: linear-gradient(135deg,#fb923c 0%,#ea580c 100%);
    --mobile-marketing-gradient: linear-gradient(90deg,#fb923c 0%,#ea580c 100%);
    --background-shape-color: rgba(255,255,255,.1);
}

/* ── Layout ─────────────────────────────────────────────── */
.Partner[b-ll6i55th7p] {
    display: flex;
    position: relative;
    gap: 15px;
    margin-top: 30%;
}

.pageContainer[b-ll6i55th7p] {
    width: 100%;
    min-height: 100vh;
    display: flex;
    background-color: white;
    flex-direction: row;
    z-index: 100;
    overflow: hidden;
    position: relative;
}

/* ── Login side ──────────────────────────────────────────── */
.loginDivContainer[b-ll6i55th7p] {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    background-color: white;
    position: relative;
}

.logincontentContainer[b-ll6i55th7p] {
    width: 100%;
    margin-top: 25%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 2rem;
    background-color: white;
    position: relative;
}

.TopLogo[b-ll6i55th7p] {
    padding-left: 1%;
}

.logoContainer[b-ll6i55th7p] {
    display: flex;
    align-items: start;
    justify-content: start;
    margin-bottom: 2rem;
}

.logoTitle[b-ll6i55th7p] {
    font-weight: 600;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}

.loginTitle[b-ll6i55th7p] {
    font-weight: 700;
    color: #111827;
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 0 0 1rem 0;
}

.loginSubtitle[b-ll6i55th7p] {
    background: linear-gradient(135deg, #4CB749 0%, #BAD640 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    font-weight: 800;
    font-size: 50px;
    line-height: 1.4;
    margin: 0 0 1.5rem 0;
}

.loginButton[b-ll6i55th7p] {
    background: linear-gradient(135deg, #4CB749 0%, #BAD640 100%);
    color: white;
    font-weight: 600;
    padding: 12px 48px;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: all .3s ease;
    outline: none;
}

    .loginButton:hover[b-ll6i55th7p] {
        background-color: #111827;
        transform: scale(.9);
    }

    .loginButton:focus[b-ll6i55th7p] {
        box-shadow: 0 0 0 2px #88400c, 0 0 0 4px rgba(249,115,22,.2);
    }

/* ── Marketing panel (desktop) ───────────────────────────── */
.marketingPanel[b-ll6i55th7p] {
    display: none;
    width: 50%;
    background: linear-gradient(135deg, #4CB749 0%, #BAD640 100%);
    align-items: center;
    justify-content: center;
    padding: 3rem;
    position: relative;
    overflow: hidden;
}

.devices[b-ll6i55th7p] {
    position: relative;
    z-index: 20;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}

/* Desktop screenshot */
.screenContainer[b-ll6i55th7p] {
    position: relative;
    z-index: 10;
    display: flex;
    padding-left: 2%;
    padding-top: 3%;
    justify-content: start;
    align-items: start;
    width: auto;
    height: auto;
}

.screenFrame[b-ll6i55th7p] {
    background: #1a1a1a;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0 25px 50px rgba(0,0,0,.4), 0 15px 30px rgba(0,0,0,.3), inset 0 2px 4px rgba(255,255,255,.1);
    position: relative;
}

.screenImage[b-ll6i55th7p] {
    max-width: 1200px;
    min-width: 600px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 30px rgba(0,0,0,.3);
}

/* Phone screenshot */
.screenContainerPhone[b-ll6i55th7p] {
    position: relative;
    z-index: 20;
    display: flex;
    justify-content: start;
    align-items: end;
    margin-top: 280px;
    margin-left: -150px;
    width: auto;
    height: auto;
}

.screenFramePhone[b-ll6i55th7p] {
    background: #1a1a1a;
    border-radius: 30px;
    padding: 15px;
    padding-top: 30px;
    box-shadow: 0 25px 50px rgba(0,0,0,.4), 0 15px 30px rgba(0,0,0,.3), inset 0 2px 4px rgba(255,255,255,.1);
    position: relative;
}

.screenImagePhone[b-ll6i55th7p] {
    max-width: 350px;
    min-width: 250px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 30px rgba(0,0,0,.3);
}

/* ── Background shapes ───────────────────────────────────── */
.backgroundShapes[b-ll6i55th7p] {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.shape[b-ll6i55th7p] {
    position: absolute;
    background-color: rgba(255,255,255,.1);
}

.shape1[b-ll6i55th7p] {
    top: 5rem;
    right: 5rem;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
}

.shape2[b-ll6i55th7p] {
    bottom: 8rem;
    left: 4rem;
    width: 6rem;
    height: 6rem;
    transform: rotate(45deg);
}

.shape3[b-ll6i55th7p] {
    top: 12%;
    left: 33%;
    width: 4rem;
    height: 4rem;
    transform: rotate(12deg);
}

.shape4[b-ll6i55th7p] {
    top: 80%;
    left: 33%;
    width: 4rem;
    height: 4rem;
    transform: rotate(12deg);
}

.shape5[b-ll6i55th7p] {
    top: 40%;
    left: 60%;
    width: 4rem;
    height: 4rem;
    transform: rotate(12deg);
}

.shape6[b-ll6i55th7p] {
    top: 6%;
    left: 3%;
    width: 4rem;
    height: 4rem;
    transform: rotate(12deg);
}

/* ── Mobile marketing banner ─────────────────────────────── */
.mobileMarketing[b-ll6i55th7p] {
    display: block;
    background: linear-gradient(90deg,#fb923c 0%,#ea580c 100%);
    color: white;
    padding: 1rem;
    text-align: center;
    flex-shrink: 0;
}

    .mobileMarketing p[b-ll6i55th7p] {
        font-size: .875rem;
        font-weight: 500;
        margin: 0;
    }

/* ── Breakpoints ─────────────────────────────────────────── */

/* Desktop ≥ 1024 px */
@media (min-width: 1024px) {
    .pageContainer[b-ll6i55th7p] {
        flex-direction: row;
    }

    .loginDivContainer[b-ll6i55th7p] {
        width: 50%;
        padding: 4rem;
    }

    .marketingPanel[b-ll6i55th7p] {
        display: flex;
    }

    .screenContainer[b-ll6i55th7p] {
        display: flex;
    }

    .mobileMarketing[b-ll6i55th7p] {
        display: none;
    }

    .loginTitle[b-ll6i55th7p] {
        font-size: 3rem;
    }

    .loginSubtitle[b-ll6i55th7p] {
    }
}

/* Tablet 768 – 1023 px */
@media (min-width: 768px) and (max-width: 1023px) {
    .pageContainer[b-ll6i55th7p] {
        flex-direction: column;
    }

    .loginDivContainer[b-ll6i55th7p] {
        padding: 3rem 2rem;
        max-width: 500px;
        margin: 0 auto;
        flex: 1;
    }

    .loginTitle[b-ll6i55th7p] {
        font-size: 2.75rem;
    }

    .screenContainer[b-ll6i55th7p] {
        display: none;
    }

    .mobileMarketing[b-ll6i55th7p] {
        position: static;
        margin-top: 0;
    }
}

/* Mobile ≤ 767 px */
@media (max-width: 767px) {
    .pageContainer[b-ll6i55th7p] {
        flex-direction: column;
        min-height: 100vh;
    }

    .loginDivContainer[b-ll6i55th7p] {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 2rem 1rem;
    }

    .loginTitle[b-ll6i55th7p] {
        font-size: 2rem;
    }

    .loginSubtitle[b-ll6i55th7p] {
        font-size: 1.125rem;
    }

    .loginButton[b-ll6i55th7p] {
        width: 100%;
        max-width: 300px;
        padding: 14px 20px;
    }

        .loginButton:hover[b-ll6i55th7p] {
            padding: 14px 20px;
            transform: none;
            width: 100%;
        }

    .screenContainer[b-ll6i55th7p] {
        display: none;
    }

    .mobileMarketing[b-ll6i55th7p] {
        position: static;
        margin-top: auto;
    }
}
