/* /Components/HomeContentComponents.razor.rz.scp.css */
.home-content[b-tt6ogalbsx] {
    padding: 0px;
    margin: 0 auto;
    justify-content: center;
    margin-top: 2.5rem;
    max-width: 1280px;
    width: 100%;
    min-height: calc(100vh - 240px);
    display: flex;
    align-items: center;
    gap: 26px;
    flex-wrap: wrap;
    overflow: hidden;
}

.left-col[b-tt6ogalbsx],
.right-col[b-tt6ogalbsx] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; 
}


.cta-button[b-tt6ogalbsx] {
    display: inline-flex; 
    align-items: center;
    justify-content: center;
    width: auto; /* ensure it doesn't expand to parent width */
    white-space: nowrap; /* prevent wrapping which could expand background */
    background: linear-gradient(90deg,var(--purple),var(--blue));
    color: var(--white);
    padding: 8px 12px; 
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px; 
}

.hero-title[b-tt6ogalbsx] {
    font-size: 40px;
    line-height: 1.05;
    margin: 6px 0 12px 0;
    color: var(--text-strong);
    font-weight: 600;
}

.subtitle[b-tt6ogalbsx] {
    color: var(--muted);
    max-width: 520px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.3;
}

.features-list[b-tt6ogalbsx] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 17px;
    flex-wrap: wrap;
}

.features-list li[b-tt6ogalbsx] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-strong);
    font-weight: 600;
    font-size: 16px;
}

.feature-icon[b-tt6ogalbsx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: var(--yellow);
}

.image-card[b-tt6ogalbsx] {
    position: relative;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    height: 515px;
    max-height: 515px;
    overflow: hidden;
    border-radius: 28px;
}

    .image-card img[b-tt6ogalbsx] {
        width: auto;
        max-width: 100%;
        height: 100%;
        max-height: none;
        border-radius: 28px;
        display: block;
        object-fit: contain;
        margin-top: 0;
    }

@media (max-width: 360px) {
    .home-content[b-tt6ogalbsx] {
        padding: 6px 4px;
        margin-top: 0.2rem;
        gap: 0;
        height: 85%;
        overflow: hidden;
    }

    .cta-button[b-tt6ogalbsx] {
        padding: 5px 8px;
        font-size: 9px;
        margin-bottom: 6px;
    }

    .hero-title[b-tt6ogalbsx] {
        font-size: 16px;
        margin: 3px 0 5px 0;
        line-height: 1.1;
    }

    .subtitle[b-tt6ogalbsx] {
        font-size: 10px;
        margin-bottom: 6px;
        line-height: 1.2;
    }

    .features-list[b-tt6ogalbsx] {
        gap: 5px;
    }

    .features-list li[b-tt6ogalbsx] {
        font-size: 9px;
        gap: 3px;
    }

    .feature-icon[b-tt6ogalbsx] {
        width: 13px;
        height: 13px;
    }

    .image-card[b-tt6ogalbsx] {
        height: 210px;
        max-height: 210px;
        border-radius: 18px;
    }

    .image-card img[b-tt6ogalbsx] {
        border-radius: 18px;
    }
}

@media (min-width: 361px) and (max-width: 390px) {
    .home-content[b-tt6ogalbsx] {
        padding: 3px 2px;
        margin-top: 0.05rem;
        gap: 0;
        height: 92%;
        overflow: hidden;
    }

    .cta-button[b-tt6ogalbsx] {
        padding: 3px 6px;
        font-size: 7px;
        margin-bottom: 3px;
    }

    .hero-title[b-tt6ogalbsx] {
        font-size: 12px;
        margin: 2px 0 3px 0;
        line-height: 1.05;
    }

    .subtitle[b-tt6ogalbsx] {
        font-size: 10px;
        margin-bottom: 3px;
        line-height: 1.15;
    }

    .features-list[b-tt6ogalbsx] {
        gap: 3px;
    }

    .features-list li[b-tt6ogalbsx] {
        font-size: 7px;
        gap: 2px;
    }

    .feature-icon[b-tt6ogalbsx] {
        width: 10px;
        height: 10px;
    }

    .image-card[b-tt6ogalbsx] {
        height: 280px;
        max-height: 280px;
        border-radius: 16px;
    }

    .image-card img[b-tt6ogalbsx] {
        border-radius: 16px;
    }
}

@media (min-width: 391px) and (max-width: 430px) {
    .home-content[b-tt6ogalbsx] {
        padding: 8px 6px;
        margin-top: 0.3rem;
        overflow: hidden;
        height: 85%;
        gap: 0;
    }

    .cta-button[b-tt6ogalbsx] {
        padding: 6px 10px;
        font-size: 10px;
        margin-bottom: 8px;
    }

    .hero-title[b-tt6ogalbsx] {
        font-size: 19px;
        margin: 4px 0 6px 0;
        line-height: 1.1;
    }

    .subtitle[b-tt6ogalbsx] {
        font-size: 11px;
        margin-bottom: 8px;
        line-height: 1.2;
    }

    .features-list[b-tt6ogalbsx] {
        gap: 6px;
    }

    .features-list li[b-tt6ogalbsx] {
        font-size: 10px;
        gap: 4px;
    }

    .feature-icon[b-tt6ogalbsx] {
        width: 14px;
        height: 14px;
    }

    .image-card[b-tt6ogalbsx] {
        height: 240px;
        max-height: 240px;
        border-radius: 20px;
    }

    .image-card img[b-tt6ogalbsx] {
        border-radius: 20px;
    }
}
@media (min-width: 431px) and (max-width: 540px) {
    .home-content[b-tt6ogalbsx] {
        padding: 5px 4px;
        margin-top: 0.2rem;
        overflow: hidden;
        height: 90%;
    }

    .cta-button[b-tt6ogalbsx] {
        padding: 4px 8px;
        font-size: 8px;
        margin-bottom: 5px;
    }

    .hero-title[b-tt6ogalbsx] {
        font-size: 14px;
        margin: 3px 0 4px 0;
        line-height: 1.1;
    }

    .subtitle[b-tt6ogalbsx] {
        font-size: 9px;
        margin-bottom: 5px;
        line-height: 1.2;
    }

    .features-list[b-tt6ogalbsx] {
        gap: 4px;
    }

    .features-list li[b-tt6ogalbsx] {
        font-size: 8px;
        gap: 3px;
    }

    .feature-icon[b-tt6ogalbsx] {
        width: 12px;
        height: 12px;
    }

    .image-card[b-tt6ogalbsx] {
        height: 280px;
        max-height: 280px;
        border-radius: 18px;
    }

    .image-card img[b-tt6ogalbsx] {
        border-radius: 18px;
    }
}


@media (min-width: 541px) and (max-width: 767.98px) {
    .home-content[b-tt6ogalbsx] {
        padding: 14px;
        margin-top: 0.8rem;
            overflow: hidden;
        }
   

    .cta-button[b-tt6ogalbsx] {
        padding: 10px 14px;
        font-size: 13px;
        margin-bottom: 16px;
    }

    .hero-title[b-tt6ogalbsx] {
        font-size: 30px;
        margin: 6px 0 10px 0;
    }

    .subtitle[b-tt6ogalbsx] {
        font-size: 17px;
        margin-bottom: 16px;
    }

    .features-list[b-tt6ogalbsx] {
        gap: 12px;
    }

    .features-list li[b-tt6ogalbsx] {
        font-size: 14px;
        gap: 7px;
    }

    .feature-icon[b-tt6ogalbsx] {
        width: 18px;
        height: 18px;
    }

    .image-card[b-tt6ogalbsx] {
        height: 280px;
        max-height: 280px;
        border-radius: 26px;
    }

    .image-card img[b-tt6ogalbsx] {
        border-radius: 26px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-content[b-tt6ogalbsx] {
        padding: 15px;
        margin-top: -1.2rem;
        height:75%;
        overflow: hidden;
    }

    .cta-button[b-tt6ogalbsx] {
        padding: 10px 14px;
        font-size: 13px;
        margin-bottom: 4px;
    }

    .hero-title[b-tt6ogalbsx] {
        font-size: 24px;
        margin: 6px 0 10px 0;
    }

    .subtitle[b-tt6ogalbsx] {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .features-list[b-tt6ogalbsx] {
        gap: 6px;
    }

    .features-list li[b-tt6ogalbsx] {
        font-size: 14px;
        gap: 7px;
    }

    .feature-icon[b-tt6ogalbsx] {
        width: 18px;
        height: 18px;
    }

    .image-card[b-tt6ogalbsx] {
        height: 340px;
        max-height: 340px;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .home-content[b-tt6ogalbsx] {
        padding: 18px;
        margin-top: -2.5rem;
        min-height: calc(100vh - 185px);
        gap: 20px;
    }

    .cta-button[b-tt6ogalbsx] {
        padding: 10px 14px;
        font-size: 12px;
        margin-bottom: 14px;
    }

    .hero-title[b-tt6ogalbsx] {
        font-size: 27px;
        margin: 4px 0 10px 0;
    }

    .subtitle[b-tt6ogalbsx] {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .features-list[b-tt6ogalbsx] {
        gap: 12px;
    }

    .features-list li[b-tt6ogalbsx] {
        font-size: 14px;
        gap: 7px;
    }

    .feature-icon[b-tt6ogalbsx] {
        width: 18px;
        height: 18px;
    }

    .image-card[b-tt6ogalbsx] {
        height: 320px;
        max-height: 320px;
        border-radius: 24px;
    }

    .image-card img[b-tt6ogalbsx] {
        border-radius: 24px;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {

    .home-content[b-tt6ogalbsx] {
        padding: 18px 22px;
        margin-top: 0.75rem;
        min-height: calc(100vh - 240px);
        gap: 80px;
    }

    .cta-button[b-tt6ogalbsx] {
        padding: 11px 14px;
        font-size: 13px;
        margin-bottom: 16px;
    }

    .hero-title[b-tt6ogalbsx] {
        font-size: 36px;
        margin: 6px 0 12px 0;
    }

    .subtitle[b-tt6ogalbsx] {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .features-list[b-tt6ogalbsx] {
        gap: 14px;
    }

    .features-list li[b-tt6ogalbsx] {
        font-size: 15px;
        gap: 7px;
    }

    .feature-icon[b-tt6ogalbsx] {
        width: 19px;
        height: 19px;
    }

    .image-card[b-tt6ogalbsx] {
        height: 360px;
        max-height: 360px;
        border-radius: 34px;
    }

    .image-card img[b-tt6ogalbsx] {
        border-radius: 34px;
    }
}

@media (min-width: 1440px) {
    .home-content[b-tt6ogalbsx] {
        padding: 15px;
        margin-top: 1rem;
        overflow: hidden;
    }

    .image-card[b-tt6ogalbsx] {
        height: 460px;
        max-height: 460px;
    }
}

@media (max-height: 500px) and (orientation: landscape) {
    .home-content[b-tt6ogalbsx] {
        padding: 6px 8px;
        margin-top: 0.2rem;
        overflow: hidden;
    }

    .cta-button[b-tt6ogalbsx] {
        padding: 5px 8px;
        font-size: 10px;
        margin-bottom: 6px;
    }

    .hero-title[b-tt6ogalbsx] {
        font-size: 16px;
        margin: 3px 0 5px 0;
        line-height: 1.1;
    }

    .subtitle[b-tt6ogalbsx] {
        font-size: 10px;
        margin-bottom: 6px;
        line-height: 1.2;
    }

    .features-list[b-tt6ogalbsx] {
        gap: 5px;
    }

        .features-list li[b-tt6ogalbsx] {
            font-size: 9px;
            gap: 3px;
        }

    .feature-icon[b-tt6ogalbsx] {
        width: 12px;
        height: 12px;
    }

    .image-card[b-tt6ogalbsx] {
        height: 140px;
        max-height: 140px;
        border-radius: 16px;
    }

        .image-card img[b-tt6ogalbsx] {
            border-radius: 16px;
        }
}
@media (max-width: 767.98px) {
    .right-col[b-tt6ogalbsx] {
        display: flex;
        justify-content: center !important;
        align-items: center !important;
        width: 100%;
        max-width: 100%;
    }

    .image-card[b-tt6ogalbsx] {
        margin: 0 auto !important;
        width: 100%;
        max-width: 520px; 
    }

    .image-card img[b-tt6ogalbsx] {
        margin: 0 auto !important;
        display: block;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }
}

@media (min-width: 450px) and (max-width: 750px) {
    .home-content[b-tt6ogalbsx] {
        padding: 12px;
        margin-top: 0.6rem;
        min-height: calc(100vh - 262px);
        gap: 18px;
        overflow: visible;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
    }

    .left-col[b-tt6ogalbsx] {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start; 
        text-align: left;
    }

    .right-col[b-tt6ogalbsx] {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .image-card[b-tt6ogalbsx] {
        height: 300px;
        max-height: 300px;
        width: 100%;
        max-width: 520px;
        margin: 0 auto !important;
        border-radius: 22px;
    }

    .image-card img[b-tt6ogalbsx] {
        width: auto;
        max-width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 22px;
        display: block;
        margin: 0 auto !important;
    }

    .hero-title[b-tt6ogalbsx] {
        font-size: 22px;
        line-height: 1.08;
        margin: 6px 0 10px 0;
        text-align: left; 
    }

    .subtitle[b-tt6ogalbsx] {
        font-size: 15px;
        max-width: 620px;
        margin-bottom: 12px;
        text-align: left;
    }

    .cta-button[b-tt6ogalbsx] {
        padding: 8px 12px;
        font-size: 12px;
        margin-bottom: 12px;
    }

    .features-list[b-tt6ogalbsx] {
        gap: 10px;
        justify-content: flex-start; 
    }

    .features-list li[b-tt6ogalbsx] {
        font-size: 13px;
        gap: 6px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-cgolx330d1] {
    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-cgolx330d1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-qqbu211ucc],
.components-reconnect-repeated-attempt-visible[b-qqbu211ucc],
.components-reconnect-failed-visible[b-qqbu211ucc],
.components-pause-visible[b-qqbu211ucc],
.components-resume-failed-visible[b-qqbu211ucc],
.components-rejoining-animation[b-qqbu211ucc] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-qqbu211ucc],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-qqbu211ucc],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-qqbu211ucc],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-qqbu211ucc],
#components-reconnect-modal.components-reconnect-retrying[b-qqbu211ucc],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-qqbu211ucc],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-qqbu211ucc],
#components-reconnect-modal.components-reconnect-failed[b-qqbu211ucc],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-qqbu211ucc] {
    display: block;
}


#components-reconnect-modal[b-qqbu211ucc] {
    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-qqbu211ucc 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-qqbu211ucc 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-qqbu211ucc 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-qqbu211ucc]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-qqbu211ucc 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-qqbu211ucc {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-qqbu211ucc {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-qqbu211ucc {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-qqbu211ucc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-qqbu211ucc] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-qqbu211ucc] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-qqbu211ucc] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-qqbu211ucc] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-qqbu211ucc] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-qqbu211ucc] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-qqbu211ucc 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-qqbu211ucc] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-qqbu211ucc {
    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/Loader.razor.rz.scp.css */

/* Center the loader and text on the page */
.loader-container[b-ttjwwuj16d] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Full viewport height */
    text-align: center;
    flex-direction: column;
}

.loader[b-ttjwwuj16d] {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue color */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin:auto;
    animation: spin-b-ttjwwuj16d 2s linear infinite;
}

/* Animation for the loader */
@keyframes spin-b-ttjwwuj16d {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* /Components/Pages/AgeSlider.razor.rz.scp.css */
main[b-bllzgxfwg0] {
    display: flex;
    margin-top: 30px;
}

.slider-container[b-bllzgxfwg0] {
    padding: clamp(12px, 5vw, 40px);
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(8px, 2vh, 16px);
    min-height: 100%;
}

.image-container[b-bllzgxfwg0] {
    width: 100%;
    max-width: 100%;
    height: clamp(160px, 45vh, 450px);
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    flex: 0 0 auto;
}

.age-image[b-bllzgxfwg0] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.slider-wrapper[b-bllzgxfwg0] {
    position: relative;
    width: 100%;
    flex: 0 0 auto;
    padding-top: clamp(10px, 2vh, 20px);
}

.slider[b-bllzgxfwg0] {
    --age-thumb-size: clamp(12px, 3vw, 13px);
    -webkit-appearance: none;
    width: 100%;
    height: clamp(4px, 1vw, 10px);
    background: var(--linear-gradient);
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    box-sizing: border-box;
}

    .slider[b-bllzgxfwg0]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: var(--age-thumb-size);
        height: var(--age-thumb-size);
        background: var(--white);
        border: clamp(1px, 0.3vw, 2px) solid var(--blue);
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        transition: all 0.2s ease;
        transform: translateY(0);
        box-sizing: border-box;
    }

        .slider[b-bllzgxfwg0]::-webkit-slider-thumb:hover {
            transform: scale(1.05) translateY(0);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
        }

    .slider[b-bllzgxfwg0]::-webkit-slider-runnable-track {
        background: var(--linear-gradient);
        height: clamp(4px, 1vw, 10px);
        border-radius: 5px;
    }

    .slider[b-bllzgxfwg0]::-moz-range-thumb {
        width: var(--age-thumb-size);
        height: var(--age-thumb-size);
        background: var(--linear-gradient);
        border: clamp(1px, 0.3vw, 2px) solid rgba(255,255,255,0.9);
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        transition: all 0.2s ease;
        transform: translateY(0);
        box-sizing: border-box;
    }

        .slider[b-bllzgxfwg0]::-moz-range-thumb:hover {
            transform: scale(1.05) translateY(0);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
        }

    .slider[b-bllzgxfwg0]::-moz-range-track {
        background: transparent;
        border: none;
    }

/* Dots / numbers: center vertically with the slider track and style active/inactive */
.dots-container[b-bllzgxfwg0] {
    position: absolute;
    width: 100%;
    left: 0;
    /* pad left/right by half the thumb so first/last dot lines up with thumb at endpoints */
    padding: 0 calc(var(--age-thumb-size) / 2);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    box-sizing: border-box;
    z-index: 20;
    top: 50%;
    transform: translateY(-50%);
}

    .dots-container > div[b-bllzgxfwg0] {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: auto;
        cursor: pointer;
        flex: 1 0 0;
    }

.dot[b-bllzgxfwg0] {
    position: relative;
    pointer-events: auto;
    cursor: pointer;
}

.dot-value[b-bllzgxfwg0] {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    color: var(--gray-500);
    padding: 4px 6px;
    font-weight: 600;
    min-width: 24px;
    text-align: center;
    font-size: clamp(0.55rem, 1.4vw, 0.75rem);
    pointer-events: auto;
    white-space: nowrap;
    transition: all 0.12s ease;
    opacity: 0.6;
    border-radius: 6px;
    background: transparent;
}

    .dot-value.active[b-bllzgxfwg0] {
        color: var(--purple);
        opacity: 1;
        padding: 0;
        font-size: clamp(0.6rem, 1.6vw, 0.9rem);
    }

@media (max-width: 360px) {
    .slider-container[b-bllzgxfwg0] {
        padding: clamp(10px, 4vw, 16px);
        gap: clamp(6px, 1.5vh, 12px);
    }

    .image-container[b-bllzgxfwg0] {
        height: clamp(140px, 38vh, 280px);
    }

    .slider-wrapper[b-bllzgxfwg0] {
        padding-top: clamp(8px, 1.5vh, 14px);
    }

    .slider[b-bllzgxfwg0] {
        --age-thumb-size: clamp(12px, 3vw, 16px);
        height: clamp(3px, 0.8vw, 6px);
    }

        .slider[b-bllzgxfwg0]::-webkit-slider-thumb {
            transform: translateY(0);
        }

        .slider[b-bllzgxfwg0]::-moz-range-thumb {
            transform: translateY(0);
        }

    .dots-container[b-bllzgxfwg0] {
        padding: 0 calc(var(--age-thumb-size) / 2);
    }

    .dot-value[b-bllzgxfwg0] {
        font-size: clamp(0.6rem, 1.5vw, 0.7rem);
        padding: clamp(1px, 0.3vh, 3px) clamp(3px, 0.6vw, 5px);
        min-width: 24px;
    }
}

@media (min-width: 361px) and (max-width: 480px) {
    .slider[b-bllzgxfwg0] {
        --age-thumb-size: clamp(14px, 3.5vw, 18px);
        height: clamp(4px, 1vw, 8px);
    }

    .dots-container[b-bllzgxfwg0] {
        padding: 0 calc(var(--age-thumb-size) / 2);
    }

    .dot-value[b-bllzgxfwg0] {
        font-size: clamp(0.65rem, 1.6vw, 0.8rem);
        padding: clamp(2px, 0.4vh, 4px) clamp(4px, 0.8vw, 7px);
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .slider[b-bllzgxfwg0] {
        --age-thumb-size: clamp(14px, 3.5vw, 20px);
    }

    .dots-container[b-bllzgxfwg0] {
        padding: 0 calc(var(--age-thumb-size) / 2);
    }

    .dot-value[b-bllzgxfwg0] {
        font-size: clamp(0.7rem, 1.8vw, 0.85rem);
    }

    /* Ensure image container uses the smaller card height across all small screens */
    .image-container[b-bllzgxfwg0],
    .image-container[b-bllzgxfwg0][b-bllzgxfwg0] {
        height: clamp(160px, 26vh, 450px);
    }
}

@media (min-width: 768px) {
    .slider-container[b-bllzgxfwg0] {
        padding: clamp(30px, 8vw, 45px);
        gap: 20px;
    }

    .image-container[b-bllzgxfwg0] {
        height: clamp(300px, 35vh, 600px);
    }

    .slider-wrapper[b-bllzgxfwg0] {
        padding-top: 10px;
    }

    .dots-container[b-bllzgxfwg0] {
        padding: 0 calc(var(--age-thumb-size) / 2);
        top: -25px;
        transform: none;
    }

    .dot-value[b-bllzgxfwg0] {
        top: 35px;
        font-size: 0.7rem;
    }
}

@media (max-height: 500px) {
    .slider-container[b-bllzgxfwg0] {
        padding: clamp(8px, 3vh, 20px);
        gap: clamp(6px, 1.2vh, 12px);
    }

    .image-container[b-bllzgxfwg0] {
        height: clamp(100px, 30vh, 250px);
    }

    .slider-wrapper[b-bllzgxfwg0] {
        padding-top: clamp(6px, 1vh, 12px);
    }

    .slider[b-bllzgxfwg0] {
        --age-thumb-size: clamp(12px, 3vh, 16px);
        height: clamp(3px, 0.8vh, 6px);
    }

    .dots-container[b-bllzgxfwg0] {
        padding: 0 calc(var(--age-thumb-size) / 2);
    }

    .dot-value[b-bllzgxfwg0] {
        font-size: clamp(0.6rem, 1.4vh, 0.75rem);
        padding: clamp(1px, 0.2vh, 3px) clamp(3px, 0.5vh, 5px);
    }
}

/* Laptop screens (1024px and above, tall aspect ratio) */
@media (min-width: 1024px) and (min-aspect-ratio: 3/5) {
    .slider-container[b-bllzgxfwg0] {
        padding: clamp(15px, 5vw, 35px);
        gap: clamp(10px, 2.5vh, 20px);
    }

    .image-container[b-bllzgxfwg0] {
        height: clamp(200px, 37vh, 450px);
        max-height: 300px;
    }
}

/* Desktop/PC screens (1920px and above) */
@media (min-width: 1920px) {
    .slider-container[b-bllzgxfwg0] {
        padding: clamp(15px, 5vw, 35px);
        gap: clamp(10px, 2.5vh, 20px);
    }

    .image-container[b-bllzgxfwg0] {
        height: clamp(200px, 50vh, 450px);
    }
}

/* Standard 1024px resolution with max-height constraint */
@media (min-width: 1024px) and (max-width: 1024px) {
    .slider-container[b-bllzgxfwg0] {
        padding: clamp(15px, 5vw, 35px);
        gap: clamp(10px, 2.5vh, 20px);
    }

    .image-container[b-bllzgxfwg0] {
        height: clamp(200px, 50vh, 450px);
        max-height: 159px;
    }
}

@media (min-width: 540px) and (max-width: 540px) {
    main[b-bllzgxfwg0] {
        margin-top: 30px;
        padding: 8px;
        box-sizing: border-box;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .slider-container[b-bllzgxfwg0] {
        padding: 8px;
        gap: 8px;
        max-width: 100%;
    }

    .image-container[b-bllzgxfwg0] {
        height: 170px;
        min-height: 140px;
        max-height: calc(100vh - 180px);
        border-radius: 12px;
    }

    .slider-wrapper[b-bllzgxfwg0] {
        padding-top: 6px;
    }

    .slider[b-bllzgxfwg0] {
        height: 6px;
    }

        .slider[b-bllzgxfwg0]::-webkit-slider-thumb,
        .slider[b-bllzgxfwg0]::-moz-range-thumb {
            width: 18px;
            height: 18px;
            background: var(--linear-gradient);
            border: 1px solid rgba(255,255,255,0.9);
            box-shadow: 0 2px 6px rgba(0,0,0,0.12);
            transform: translateY(0);
        }

    .dots-container[b-bllzgxfwg0] {
        position: relative;
        top: auto;
        bottom: 8px;
        padding: 0 8px;
        pointer-events: auto;
        z-index: 30;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

        .dots-container > div[b-bllzgxfwg0] {
            display: flex;
            align-items: flex-end;
            justify-content: center;
            padding: 0 2px;
        }

    .dot-value[b-bllzgxfwg0] {
        position: relative;
        left: 0;
        transform: none;
        margin: 0;
        margin-top: 6px;
        color: var(--blue);
        padding: 2px 6px;
        font-size: 0.6rem;
        white-space: nowrap;
        border-radius: 6px;
        opacity: 1;
        background: transparent;
    }
}

@media (min-width: 443px) and (max-width: 443px) {
    main[b-bllzgxfwg0] {
        margin-top: 30px;
        padding: 6px;
        box-sizing: border-box;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .slider-container[b-bllzgxfwg0] {
        padding: 6px;
        gap: 6px;
    }

    .image-container[b-bllzgxfwg0] {
        height: 150px;
        min-height: 120px;
        max-height: calc(100vh - 140px);
        border-radius: 12px;
    }

    .slider-wrapper[b-bllzgxfwg0] {
        padding-top: 6px;
    }

    .slider[b-bllzgxfwg0] {
        height: 5px;
    }

        .slider[b-bllzgxfwg0]::-webkit-slider-thumb,
        .slider[b-bllzgxfwg0]::-moz-range-thumb {
            width: 16px;
            height: 16px;
            background: var(--linear-gradient);
            border: 1px solid rgba(255,255,255,0.9);
            box-shadow: 0 2px 6px rgba(0,0,0,0.12);
            transform: translateY(0);
        }

    .dots-container[b-bllzgxfwg0] {
        position: relative;
        top: auto;
        bottom: 6px;
        padding: 0 6px;
        pointer-events: auto;
        z-index: 30;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

        .dots-container > div[b-bllzgxfwg0] {
            display: flex;
            align-items: flex-end;
            justify-content: center;
            padding: 0 2px;
        }

    .dot-value[b-bllzgxfwg0] {
        position: relative;
        left: 0;
        transform: none;
        margin: 0;
        margin-top: 4px;
        color: var(--blue);
        padding: 1px 5px;
        font-size: 0.55rem;
        white-space: nowrap;
        border-radius: 5px;
        opacity: 1;
        background: transparent;
    }
}

@media (max-width: 767px) {
    .image-container[b-bllzgxfwg0],
    .image-container[b-bllzgxfwg0][b-bllzgxfwg0] {
        height: clamp(160px, 26vh, 450px);
    }
}

.image-container[b-bllzgxfwg0] {
    position: relative;
}

.save-btn[b-bllzgxfwg0] {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 30;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

    .save-btn i[b-bllzgxfwg0] {
        color: #333;
        font-size: 16px;
    }

    .save-btn:hover[b-bllzgxfwg0] {
        transform: scale(1.05);
    }
/* /Components/Pages/CompareImages.razor.rz.scp.css */
iframe[b-bosj0ouryl] {
    aspect-ratio: 16/9;
}

.video-container[b-bosj0ouryl] {
    margin: 2rem;
    max-height: 300px;
}

img[b-bosj0ouryl] {
    display: block;
    max-width: 100%;
}
main[b-bosj0ouryl] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
    align-items: start;
    padding: 1rem;
    overflow: hidden;
    max-height: 100vh;
}
.page-wrapper[b-bosj0ouryl] {
    overflow-y: hidden;
}

@media (min-width: 900px) {
    main[b-bosj0ouryl] {
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }

    .actions[b-bosj0ouryl] {
        justify-self: center;
        align-self: center;
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
        align-items: center;
        justify-content: center;
        padding: 1rem 0;
    }
}

.container[b-bosj0ouryl] {
    display: grid;
    place-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    margin-top:0;
    --position: 50%;
    overflow-y:hidden;
}
.compare-wrapper[b-bosj0ouryl] {
    display: grid;
    place-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 960px; 
    height: auto;
    max-height: calc(100vh - 140px); 
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    --position: 50%;
    padding: 1rem;
    box-sizing: border-box;
}
main.container[b-bosj0ouryl] {
    width: 100%;
    padding: 1rem;
}

.image-container[b-bosj0ouryl] {
    width: 100%;
    max-width: 100%;
    height: clamp(140px, 42vh, 370px);
    max-height: calc(100vh - 220px);
    margin: 0 auto;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.slider-image[b-bosj0ouryl] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.image-before[b-bosj0ouryl] {
    position: absolute;
    inset: 0;
    width: var(--position);
}

.slider[b-bosj0ouryl] {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.slider-line[b-bosj0ouryl] {
    position: absolute;
    top: 0;
    bottom: 0;
    width: .2rem;
    height: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.6));
    left: var(--position);
    transform: translateX(-50%);
    pointer-events: none;
}

.slider-button[b-bosj0ouryl] {
    position: absolute;
    background-color: #fff;
    color: black;
    padding: .45rem;
    border-radius: 100vw;
    display: grid;
    place-items: center;
    top: 50%;
    left: var(--position);
    transform: translate(-50%, -50%);
    pointer-events: none;
    box-shadow: 0 6px 24px rgba(41, 56, 255, 0.12), 0 2px 6px rgba(0,0,0,0.18);
    max-inline-size: calc(100% - 8px);
    transition: left 120ms cubic-bezier(.2,.9,.2,1), transform 120ms cubic-bezier(.2,.9,.2,1), box-shadow 160ms ease;
}

.image-container[b-bosj0ouryl]::after {
    content: ''; 
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.actions[b-bosj0ouryl] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
}

.primary-btn[b-bosj0ouryl] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    width: 345px;
    padding: 14px 22px;
    border-radius: 999px;
    border: none;
    background: var(--grad-blue-start);
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

    .primary-btn i[b-bosj0ouryl] {
        display: inline-grid;
        place-items: center;
        width: 28px;
        height: 28px;
        color: #fff;
        border-radius: 8px;
        font-size: 14px;
    }

    .primary-btn:hover[b-bosj0ouryl] {
        transform: translateY(-3px);
    }

    .primary-btn.outline[b-bosj0ouryl] {
        background: var(--grad-blue-start);
        color: #fff;
        border: none;
    }

@media (max-width: 899px) {
    .actions[b-bosj0ouryl] {
        width: 100%;
        padding: 0;
    }

    .primary-btn[b-bosj0ouryl] {
        width: 100%;
        max-width: none;
        padding: 14px 18px;
    }
}

.label-btn[b-bosj0ouryl] {
    position: absolute;
    bottom: 25px;
    padding: 10px 18px;
    background: #fff;
    color: #5560d6;
    border-radius: 999px;
    box-shadow: 0 6px 20px rgba(84,90,220,0.12);
    border: none;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

    .label-btn.before[b-bosj0ouryl] {
        left: 18px;
        font-size: 10px;
    }

    .label-btn.after[b-bosj0ouryl] {
        right: 18px;
        font-size: 10px;
    }

@media (max-width: 480px) {
    .label-btn[b-bosj0ouryl] {
        padding: 6px 10px;
        bottom: 10px;
        font-size: 12px; 
        border-radius: 28px;
        box-shadow: 0 6px 16px rgba(84,90,220,0.10);
    }

    .label-btn.before[b-bosj0ouryl] {
        left: 10px;
        font-size: 8px;
    }

    .label-btn.after[b-bosj0ouryl] {
        right: 10px;
        font-size: 8px;
    }
}

@media (max-width: 360px) {
    .label-btn[b-bosj0ouryl] {
        padding: 5px 8px;
        bottom: 8px;
        font-size: 11px;
        border-radius: 24px;
        letter-spacing: 0;
    }

    .label-btn.before[b-bosj0ouryl] {
        left: 8px;
        font-size: 8px;
    }

    .label-btn.after[b-bosj0ouryl] {
        right: 8px;
        font-size: 8px;
    }
}

.loading-screen[b-bosj0ouryl] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

    .loading-screen.hidden[b-bosj0ouryl] {
        opacity: 0;
        visibility: hidden;
    }

.logo-container[b-bosj0ouryl] {
    position: relative;
    width: 150px;
    height: 150px;
    margin-bottom: 30px;
}

.logo-icon[b-bosj0ouryl] {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: bounce-b-bosj0ouryl 2s ease-in-out infinite;
    z-index: 2;
}

    .logo-icon img[b-bosj0ouryl] {
        width: 80px;
        height: 80px;
        object-fit: contain;
        filter: drop-shadow(0 0 10px rgba(186, 40, 134, 0.7));
    }

.logo-ring[b-bosj0ouryl] {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid transparent;
    animation: spin-b-bosj0ouryl 1.5s linear infinite;
}

    .logo-ring:nth-child(1)[b-bosj0ouryl] {
        border-top-color: var(--pink);
    }

    .logo-ring:nth-child(2)[b-bosj0ouryl] {
        border-top-color: var(--purple);
        animation-direction: reverse;
        animation-duration: 2s;
        width: 130%;
        height: 130%;
        top: -15%;
        left: -15%;
    }

    .logo-ring:nth-child(3)[b-bosj0ouryl] {
        border-top-color: var(--blue);
        animation-duration: 2.5s;
        width: 80%;
        height: 80%;
        top: 10%;
        left: 10%;
    }

.loading-text[b-bosj0ouryl] {
    color: var(--purple);
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 20px;
    text-align: center;
}

.loading-dots[b-bosj0ouryl] {
    display: inline-block;
    width: 80px;
    text-align: left;
}

.loading-dots span[b-bosj0ouryl] {
    display: inline-block;
    animation: dotPulse-b-bosj0ouryl 1.5s infinite;
    opacity: 0;
}

.loading-dots span:nth-child(2)[b-bosj0ouryl] {
    animation-delay: 0.2s;
}

.loading-dots span:nth-child(3)[b-bosj0ouryl] {
    animation-delay: 0.4s;
}
.progress-container[b-bosj0ouryl] {
    width: 300px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    margin-top: 30px;
    overflow: hidden;
}

.progress-bar[b-bosj0ouryl] {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--pink), var(--purple), var(--blue));
    border-radius: 4px;
    transition: width 0.3s ease;
}
@keyframes bounce-b-bosj0ouryl {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

@keyframes bounce-b-bosj0ouryl {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

@keyframes spin-b-bosj0ouryl {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes dotPulse-b-bosj0ouryl {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
@media (max-width: 768px) {
    .compare-wrapper[b-bosj0ouryl] {
        max-width: 720px;
        max-height: calc(100vh - 165px);
        padding: 8px;
    }

    .image-container[b-bosj0ouryl] {
        height: 275px;
        max-height: calc(100vh - 240px);
    }

    .logo-container[b-bosj0ouryl] {
        width: 120px;
        height: 120px;
    }

    .logo-icon img[b-bosj0ouryl] {
        width: 60px;
        height: 60px;
    }

    .loading-text[b-bosj0ouryl] {
        font-size: 20px;
    }

    h1[b-bosj0ouryl] {
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    .compare-wrapper[b-bosj0ouryl] {
        max-width: 100%;
        max-height: calc(100vh - 130px);
        padding: 6px;
    }

    .image-container[b-bosj0ouryl] {
        height: 165px;
        max-height: calc(100vh - 160px);
    }

    .logo-container[b-bosj0ouryl] {
        width: 100px;
        height: 100px;
    }

    .logo-icon img[b-bosj0ouryl] {
        width: 50px;
        height: 50px;
    }

    .loading-text[b-bosj0ouryl] {
        font-size: 18px;
    }

    .progress-container[b-bosj0ouryl] {
        width: 250px;
    }
}
@media (max-width: 540px) {
    .compare-wrapper[b-bosj0ouryl] {
        max-width: 520px;
        max-height: calc(100vh - 130px);
        padding: 6px;
    }

    .image-container[b-bosj0ouryl] {
        max-height: calc(100vh - 160px);
    }

    .primary-btn[b-bosj0ouryl] {
        width: 100%;
        padding: 12px 16px;
        font-size: 14px;
    }

    .logo-container[b-bosj0ouryl] {
        width: 90px;
        height: 90px;
    }

    .logo-icon img[b-bosj0ouryl] {
        width: 48px;
        height: 48px;
    }

    .loading-text[b-bosj0ouryl] {
        font-size: 18px;
    }
}

@media (max-width: 344px) {
    .compare-wrapper[b-bosj0ouryl] {
        max-width: 100%;
        max-height: calc(100vh - 100px);
        padding: 4px;
    }

    .image-container[b-bosj0ouryl] {
        height: 140px;
        max-height: calc(100vh - 120px);
        border-radius: 8px;
    }

    .slider-button[b-bosj0ouryl] {
        padding: .35rem;
    }

    .primary-btn[b-bosj0ouryl] {
        width: 100%;
        padding: 10px 12px;
        font-size: 13px;
    }

    .label-btn[b-bosj0ouryl] {
        padding: 4px 8px;
        bottom: 6px;
        font-size: 11px;
    }

    .logo-container[b-bosj0ouryl] {
        width: 76px;
        height: 76px;
    }

    .logo-icon img[b-bosj0ouryl] {
        width: 40px;
        height: 40px;
    }

    .loading-text[b-bosj0ouryl] {
        font-size: 16px;
    }
}

@media (max-height: 480px) {
    main[b-bosj0ouryl] {
        grid-template-columns: 1fr !important;
        gap: 0.5rem;
        padding: 0.5rem !important;
        align-items: start;
    }

    .compare-wrapper[b-bosj0ouryl] {
        padding: 6px;
        max-height: calc(100vh - 56px);
        box-sizing: border-box;
    }

    .image-container[b-bosj0ouryl] {
        height: 34vh;
        max-height: calc(100vh - 120px);
        border-radius: 8px;
    }

    .slider-button[b-bosj0ouryl] {
        padding: .3rem;
    }

    .actions[b-bosj0ouryl] {
        gap: 0.5rem;
        padding: 0.25rem;
    }

    .primary-btn[b-bosj0ouryl] {
        width: 100%;
        padding: 8px 10px;
        font-size: 13px;
    }

    .label-btn[b-bosj0ouryl] {
        bottom: 6px;
        padding: 6px 8px;
        font-size: 11px;
    }

    .logo-container[b-bosj0ouryl] {
        width: 64px;
        height: 64px;
        margin-bottom: 10px;
    }

    .logo-icon img[b-bosj0ouryl] {
        width: 36px;
        height: 36px;
    }
    .page-wrapper[b-bosj0ouryl],
    main.container[b-bosj0ouryl],
    .compare-wrapper[b-bosj0ouryl] {
        overflow-y: auto;
    }
}

.page-wrapper.no-actions main.container[b-bosj0ouryl],
.page-wrapper.no-actions main.swapface-container[b-bosj0ouryl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 60px);
}

.page-wrapper.no-actions #compare-container[b-bosj0ouryl] {
    width: 100%;
    margin: 0 auto;
    padding-top: 1rem;
}
.no-actions-main[b-bosj0ouryl] {
    display: grid !important;
    grid-template-columns: 1fr !important;
}

.page-wrapper.no-actions main[b-bosj0ouryl],
.page-wrapper.no-actions main.container[b-bosj0ouryl],
.page-wrapper.no-actions main.swapface-container[b-bosj0ouryl] {
    grid-template-columns: 1fr !important;
}

@media (min-width: 900px) {
    .page-wrapper.no-actions main[b-bosj0ouryl],
    .page-wrapper.no-actions main.container[b-bosj0ouryl],
    .page-wrapper.no-actions main.swapface-container[b-bosj0ouryl] {
        grid-template-columns: 1fr !important;
    }
}

@media (max-height: 520px) {
  
    main[b-bosj0ouryl] {
        grid-template-columns: 1fr !important;
        gap: 0.75rem;
        align-items: start;
    }

    .compare-wrapper[b-bosj0ouryl] {
        max-height: calc(100vh - 80px);
        padding: 6px;
    }

    .image-container[b-bosj0ouryl] {
        height: calc(100vh - 180px);
        max-height: calc(100vh - 120px);
    }

    .actions[b-bosj0ouryl] {
        padding: 0.5rem;
        gap: .6rem;
    }

    .primary-btn[b-bosj0ouryl] {
        width: 100%;
        padding: 10px 12px;
    }

    .label-btn[b-bosj0ouryl] {
        bottom: 8px;
    }

    .page-wrapper[b-bosj0ouryl] {
        overflow-y: auto;
    }

    main.container[b-bosj0ouryl] {
        overflow-y: auto;
        max-height: calc(100vh - 60px);
    }
}

@media (max-width: 1023px) {
    .swapface-container[b-bosj0ouryl] {
        grid-template-columns: -1fr;
        gap: 0rem;
    }

    .swapface-actions[b-bosj0ouryl] {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
        justify-content: center;
    }

        .swapface-actions .primary-btn[b-bosj0ouryl] {
            width: 200px;
        }
}

@media (min-width: 1200px) {
    .compare-wrapper[b-bosj0ouryl] {
        max-width: 1100px;
        padding: 1rem;
    }

    .image-container[b-bosj0ouryl] {
        height: clamp(220px, 40vh, 520px);
        max-height: calc(100vh - 160px);
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    main[b-bosj0ouryl] {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .compare-wrapper[b-bosj0ouryl] {
        max-width: 920px;
        padding: 0.75rem;
        max-height: calc(100vh - 120px);
    }

    .image-container[b-bosj0ouryl] {
        max-height: calc(100vh - 180px);
    }

    .actions[b-bosj0ouryl] {
        align-self: center;
        justify-self: center;
        padding: 0.5rem 0;
    }
}
@media (max-width: 900px) and (min-height: 600px) {
    .compare-wrapper[b-bosj0ouryl] {
        padding: 8px;
        max-height: calc(100vh - 120px);
    }

    .image-container[b-bosj0ouryl] {
        max-height: calc(100vh - 160px);
    }

    .primary-btn[b-bosj0ouryl] {
        width: 75%;
        padding: 7px 0px;
    }
}
@media (orientation: landscape) and (max-height: 600px) {
    main[b-bosj0ouryl] {
        gap: 0.5rem;
        padding: 0.5rem !important;
    }

    .compare-wrapper[b-bosj0ouryl] {
        max-height: calc(100vh - 56px);
        padding: 6px;
        box-sizing: border-box;
    }

    .image-container[b-bosj0ouryl] {
        height: clamp(140px, 40vh, 320px);
        max-height: calc(100vh - 120px);
        border-radius: 8px;
    }

    .actions[b-bosj0ouryl] {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 0.5rem;
        padding: 0.25rem;
        justify-content: center;
    }

    .primary-btn[b-bosj0ouryl] {
        width:220px;
        min-width: 120px;
        padding: 8px 10px;
        font-size: 13px;
    }

    .label-btn[b-bosj0ouryl] {
        bottom: 6px;
        padding: 6px 8px;
        font-size: 11px;
    }
}
@media (max-height: 700px) {
    .compare-wrapper[b-bosj0ouryl] {
        max-height: calc(100vh - 80px);
    }

    .image-container[b-bosj0ouryl] {
        max-height: calc(100vh - 150px);
    }

    main.container[b-bosj0ouryl],
    .page-wrapper[b-bosj0ouryl] {
        overflow-y: auto;
    }
}
@media (min-width: 768px) and (max-width: 820px) {
    .primary-btn[b-bosj0ouryl] {
        width: 55%;
    }
}

@media (min-width: 361px) and (max-width: 480px) {
    .primary-btn[b-bosj0ouryl] {
        width: 70%;
        padding: 6px
    }
}

@media (min-width: 540px) and (max-width: 540px) {
    .primary-btn[b-bosj0ouryl] {
        width: 70%;
    }
}
/* /Components/Pages/HairColorsSlider.razor.rz.scp.css */
.slider-styles-container[b-motgbliz6t] {
    width: 100%;
    margin-bottom: 0;
}

.carousel-wrapper[b-motgbliz6t] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 200px;
    margin: 0 auto;
    max-height: 90px;
}

.carousel[b-motgbliz6t] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
}

.items-container[b-motgbliz6t] {
    width: 200px;
    overflow: hidden;
    position: relative;
}

.items[b-motgbliz6t] {
    display: flex;
    transition: transform 0.3s ease;
    padding: 20px 10px;
    margin: 0 12px;
}

.item[b-motgbliz6t] {
    flex: 0 0 60px;
    width: 60px;
    height: auto;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.7;
    transform: scale(0.9);
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    .item.active[b-motgbliz6t] {
        width: 80px;
        height: auto;
        border-radius: 20px;
        opacity: 1;
        transform: scale(1.05) translateY(-12px);
        z-index: 3;
        position: relative;
        border: solid darkgray 1px;
    }

    .item img[b-motgbliz6t] {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 12px;
        aspect-ratio: 1 / 1;
        display: block;
    }

    .item.active img[b-motgbliz6t] {
        width: 100%;
        height: auto;
        border-radius: 15px;
        aspect-ratio: 1 / 1;
        display: block;
    }

.add-card[b-motgbliz6t] {
    font-size: 32px;
    font-weight: 700;
    color: #666;
    background: rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav[b-motgbliz6t] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    z-index: 0;
    transition: all 0.2s;
    padding: 0;
}

.arrow-style[b-motgbliz6t] {
    height: 30px
}

.addCardBtn[b-motgbliz6t] {
    height: 60px;
}

.nav.prev[b-motgbliz6t] {
    left: -50px;
}

.nav.next[b-motgbliz6t] {
    right: -50px;
}

.nav:hover:not(:disabled)[b-motgbliz6t] {
    background-color: #f0f0f0;
    transform: translateY(-50%) scale(1.1);
}

.nav:disabled[b-motgbliz6t] {
    opacity: 0.4;
    cursor: not-allowed;
}

/* Popup modal styles */
.overlay[b-motgbliz6t] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-modal[b-motgbliz6t] {
    background: white;
    width: 90%;
    max-width: 700px;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    max-height: 80vh;
}

.gallery-header[b-motgbliz6t] {
    background: linear-gradient(90deg, #3A77BC 13%, #8E5CA2 60%, #921B68 100%);
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-name[b-motgbliz6t] {
    color: white;
    font-size: 22px;
    font-weight: 600;
}

.gallery-grid[b-motgbliz6t] {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    overflow-y: auto;
    flex: 1 1 auto;
}

    .gallery-grid img[b-motgbliz6t] {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 12px;
        aspect-ratio: 1 / 1;
        display: block;
    }

@media (max-width: 1024px) {
    .gallery-grid[b-motgbliz6t] {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 820px) {
    .gallery-grid[b-motgbliz6t] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .gallery-grid[b-motgbliz6t] {
        grid-template-columns: repeat(2, 1fr);
    }
}

.gallery-loading[b-motgbliz6t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 20px;
    gap: 12px;
    min-height: 320px;
}

.spinner[b-motgbliz6t] {
    width: 56px;
    height: 56px;
    border: 6px solid rgba(0,0,0,0.08);
    border-top-color: #28438A;
    border-radius: 50%;
    animation: spin-b-motgbliz6t 0.9s linear infinite;
}

@keyframes spin-b-motgbliz6t {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 430px) {
    .slider-styles-container[b-motgbliz6t] {
        margin-bottom: 0;
    }

    .carousel-wrapper[b-motgbliz6t] {
        max-width: 120px;
        max-height: 50px;
    }

    .items-container[b-motgbliz6t] {
        width: 120px;
    }

    .items[b-motgbliz6t] {
        padding: 10px 3px;
        margin: 0 6px;
    }

    .item[b-motgbliz6t] {
        flex: 0 0 35px;
        width: 35px;
        height: 35px;
        border-radius: 10px;
    }

        .item.active[b-motgbliz6t] {
            width: 45px;
            height: 35px;
            border-radius: 15px;
            transform: scale(1.05) translateY(-8px);
        }

        .item img[b-motgbliz6t] {
            border-radius: 8px;
        }

        .item.active img[b-motgbliz6t] {
            border-radius: 10px;
        }

    .nav[b-motgbliz6t] {
        width: 25px;
        height: 25px;
        font-size: 18px;
    }

        .nav.prev[b-motgbliz6t] {
            left: -30px;
        }

        .nav.next[b-motgbliz6t] {
            right: -30px;
        }

    .arrow-style[b-motgbliz6t] {
        height: 18px;
    }

    .addCardBtn[b-motgbliz6t] {
        height: 35px;
    }
}

@media (max-width: 344px) {
    .slider-styles-container[b-motgbliz6t] {
        margin-bottom: 0;
    }
}

@media (min-width: 345px) and (max-width: 360px) {
    .slider-styles-container[b-motgbliz6t] {
        margin-bottom: 0;
    }
}

@media (min-width: 361px) and (max-width: 390px) {
    .slider-styles-container[b-motgbliz6t] {
        margin-bottom: 0;
    }
}

@media (min-width: 391px) and (max-width: 430px) {
    .slider-styles-container[b-motgbliz6t] {
        margin-bottom: 0;
    }
}

@media (min-width: 431px) and (max-width: 520px) {
    .slider-styles-container[b-motgbliz6t] {
        margin-bottom: 0;
    }
}

@media (min-width: 521px) and (max-width: 600px) {
    .slider-styles-container[b-motgbliz6t] {
        margin-bottom: 0;
    }
}

@media (min-width: 601px) and (max-width: 820px) {
    .slider-styles-container[b-motgbliz6t] {
        margin-bottom: 0;
    }
}

@media (min-width: 821px) and (max-width: 1023px) {
    .slider-styles-container[b-motgbliz6t] {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .slider-styles-container[b-motgbliz6t] {
        margin-bottom: 0;
    }

    .carousel-wrapper[b-motgbliz6t] {
        max-width: 150px;
        max-height: 36px;
    }

    .items-container[b-motgbliz6t] {
        width: 150px;
    }

    .items[b-motgbliz6t] {
        padding: 15px 8px;
        margin: 0 10px;
    }

    .item[b-motgbliz6t] {
        flex: 0 0 45px;
        width: 45px;
        height: 45px;
        border-radius: 12px;
    }

        .item.active[b-motgbliz6t] {
            width: 60px;
            height: 45px;
            border-radius: 15px;
            transform: scale(1.05) translateY(-10px);
        }

        .item img[b-motgbliz6t] {
            border-radius: 10px;
        }

        .item.active img[b-motgbliz6t] {
            border-radius: 12px;
        }

    .nav[b-motgbliz6t] {
        width: 25px;
        height: 25px;
        font-size: 20px;
    }

        .nav.prev[b-motgbliz6t] {
            left: -40px;
        }

        .nav.next[b-motgbliz6t] {
            right: -40px;
        }

    .arrow-style[b-motgbliz6t] {
        height: 25px;
    }

    .addCardBtn[b-motgbliz6t] {
        height: 45px;
    }
}

@media (min-width: 1281px) {
    .slider-styles-container[b-motgbliz6t] {
        margin-bottom: 0;
    }

    .carousel-wrapper[b-motgbliz6t] {
        max-height: 57px !important;
    }
}
/* /Components/Pages/ImageGeneratorSlider.razor.rz.scp.css */
.slider-styles-container[b-x4785v2pjy] {
    width: 100%;
    margin-bottom: 0;
}

.carousel-wrapper[b-x4785v2pjy] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 200px;
    margin: 0 auto;
    max-height: 90px;
}

.carousel[b-x4785v2pjy] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
}

.items-container[b-x4785v2pjy] {
    width: 200px;
    overflow: hidden;
    position: relative;
}

.items[b-x4785v2pjy] {
    display: flex;
    transition: transform 0.3s ease;
    padding: 20px 10px;
    margin: 0 12px;
}

.item[b-x4785v2pjy] {
    flex: 0 0 60px;
    width: 60px;
    height: auto;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.7;
    transform: scale(0.9);
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    .item.active[b-x4785v2pjy] {
        width: 80px;
        height: auto;
        border-radius: 20px;
        opacity: 1;
        transform: scale(1.05) translateY(-12px);
        z-index: 3;
        position: relative;
        border: solid darkgray 1px;
        margin-right: 10px;
    }

    .item img[b-x4785v2pjy] {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 12px;
        aspect-ratio: 1 / 1;
        display: block;
    }

    .item.active img[b-x4785v2pjy] {
        width: 70px;
        height: auto;
        border-radius: 15px;
        aspect-ratio: 1 / 1;
        display: block;
    }

.add-card[b-x4785v2pjy] {
    font-size: 32px;
    font-weight: 700;
    color: #666;
    background: rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav[b-x4785v2pjy] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    z-index: 0;
    transition: all 0.2s;
    padding: 0;
}

.arrow-style[b-x4785v2pjy] {
    height: 30px
}

.addCardBtn[b-x4785v2pjy] {
    height: 60px;
}

.nav.prev[b-x4785v2pjy] {
    left: -50px;
}

.nav.next[b-x4785v2pjy] {
    right: -50px;
}

.nav:hover:not(:disabled)[b-x4785v2pjy] {
    background-color: #f0f0f0;
    transform: translateY(-50%) scale(1.1);
}

.nav:disabled[b-x4785v2pjy] {
    opacity: 0.4;
    cursor: not-allowed;
}

/* Popup modal styles */
.overlay[b-x4785v2pjy] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-modal[b-x4785v2pjy] {
    background: white;
    width: 90%;
    max-width: 700px;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    max-height: 80vh;
}

.gallery-header[b-x4785v2pjy] {
    background: linear-gradient(90deg, #3A77BC 13%, #8E5CA2 60%, #921B68 100%);
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-name[b-x4785v2pjy] {
    color: white;
    font-size: 22px;
    font-weight: 600;
}

.gallery-grid[b-x4785v2pjy] {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    overflow-y: auto;
    flex: 1 1 auto;
}

    .gallery-grid img[b-x4785v2pjy] {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 12px;
        aspect-ratio: 1 / 1;
        display: block;
    }

@media (max-width: 1024px) {
    .gallery-grid[b-x4785v2pjy] {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 820px) {
    .gallery-grid[b-x4785v2pjy] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .gallery-grid[b-x4785v2pjy] {
        grid-template-columns: repeat(2, 1fr);
    }
}

.gallery-loading[b-x4785v2pjy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 20px;
    gap: 12px;
    min-height: 320px;
}

.spinner[b-x4785v2pjy] {
    width: 56px;
    height: 56px;
    border: 6px solid rgba(0,0,0,0.08);
    border-top-color: #28438A;
    border-radius: 50%;
    animation: spin-b-x4785v2pjy 0.9s linear infinite;
}

@keyframes spin-b-x4785v2pjy {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 430px) {
    .slider-styles-container[b-x4785v2pjy] {
        margin-bottom: 0;
    }

    .carousel-wrapper[b-x4785v2pjy] {
        max-width: 120px;
        max-height: 50px;
    }

    .items-container[b-x4785v2pjy] {
        width: 120px;
    }

    .items[b-x4785v2pjy] {
        padding: 10px 3px;
        margin: 0 6px;
    }

    .item[b-x4785v2pjy] {
        flex: 0 0 35px;
        width: 35px;
        height: 35px;
        border-radius: 10px;
    }

        .item.active[b-x4785v2pjy] {
            width: 45px;
            height: 35px;
            border-radius: 15px;
            transform: scale(1.05) translateY(-8px);
        }

        .item img[b-x4785v2pjy] {
            border-radius: 8px;
        }

        .item.active img[b-x4785v2pjy] {
            border-radius: 10px;
        }

    .nav[b-x4785v2pjy] {
        width: 25px;
        height: 25px;
        font-size: 18px;
    }

        .nav.prev[b-x4785v2pjy] {
            left: -30px;
        }

        .nav.next[b-x4785v2pjy] {
            right: -30px;
        }

    .arrow-style[b-x4785v2pjy] {
        height: 18px;
    }

    .addCardBtn[b-x4785v2pjy] {
        height: 35px;
    }
}

@media (max-width: 344px) {
    .slider-styles-container[b-x4785v2pjy] {
        margin-bottom: 0;
    }
}

@media (min-width: 345px) and (max-width: 360px) {
    .slider-styles-container[b-x4785v2pjy] {
        margin-bottom: 0;
    }
}

@media (min-width: 361px) and (max-width: 390px) {
    .slider-styles-container[b-x4785v2pjy] {
        margin-bottom: 0;
    }
}

@media (min-width: 391px) and (max-width: 430px) {
    .slider-styles-container[b-x4785v2pjy] {
        margin-bottom: 0;
    }
}

@media (min-width: 431px) and (max-width: 520px) {
    .slider-styles-container[b-x4785v2pjy] {
        margin-bottom: 0;
    }
}

@media (min-width: 521px) and (max-width: 600px) {
    .slider-styles-container[b-x4785v2pjy] {
        margin-bottom: 0;
    }
}

@media (min-width: 601px) and (max-width: 820px) {
    .slider-styles-container[b-x4785v2pjy] {
        margin-bottom: 0;
    }
}

@media (min-width: 821px) and (max-width: 1023px) {
    .slider-styles-container[b-x4785v2pjy] {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .slider-styles-container[b-x4785v2pjy] {
        margin-bottom: 0;
    }

    .carousel-wrapper[b-x4785v2pjy] {
        max-width: 150px;
        max-height: 36px;
    }

    .items-container[b-x4785v2pjy] {
        width: 150px;
    }

    .items[b-x4785v2pjy] {
        padding: 15px 8px;
        margin: 0 10px;
    }

    .item[b-x4785v2pjy] {
        flex: 0 0 45px;
        width: 45px;
        height: 45px;
        border-radius: 12px;
    }

        .item.active[b-x4785v2pjy] {
            width: 60px;
            height: 45px;
            border-radius: 15px;
            transform: scale(1.05) translateY(-10px);
        }

        .item img[b-x4785v2pjy] {
            border-radius: 10px;
        }

        .item.active img[b-x4785v2pjy] {
            border-radius: 12px;
        }

    .nav[b-x4785v2pjy] {
        width: 25px;
        height: 25px;
        font-size: 20px;
    }

        .nav.prev[b-x4785v2pjy] {
            left: -40px;
        }

        .nav.next[b-x4785v2pjy] {
            right: -40px;
        }

    .arrow-style[b-x4785v2pjy] {
        height: 25px;
    }

    .addCardBtn[b-x4785v2pjy] {
        height: 45px;
    }
}

@media (min-width: 1281px) {
    .slider-styles-container[b-x4785v2pjy] {
        margin-bottom: 0;
    }

    .carousel-wrapper[b-x4785v2pjy] {
        max-height: 57px !important;
    }
}
/* /Components/Pages/ImagesToVideoSlider.razor.rz.scp.css */
.slider-styles-container[b-llj21x2u8k] {
    width: 100%;
    margin-bottom: 0;
}

.carousel-wrapper[b-llj21x2u8k] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 200px;
    margin: 0 auto;
    max-height: 90px;
}

.carousel[b-llj21x2u8k] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
}

.items-container[b-llj21x2u8k] {
    width: 200px;
    overflow: hidden;
    position: relative;
}

.items[b-llj21x2u8k] {
    display: flex;
    transition: transform 0.3s ease;
    padding: 20px 10px;
    margin: 0 12px;
}

.item[b-llj21x2u8k] {
    flex: 0 0 60px;
    width: 60px;
    height: auto;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.7;
    transform: scale(0.9);
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    .item.active[b-llj21x2u8k] {
        width: 80px;
        height: auto;
        border-radius: 20px;
        opacity: 1;
        transform: scale(1.05) translateY(-12px);
        z-index: 3;
        position: relative;
        border: solid darkgray 1px;
    }

    .item img[b-llj21x2u8k] {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 12px;
        aspect-ratio: 1 / 1;
        display: block;
    }

    .item.active img[b-llj21x2u8k] {
        width: 100%;
        height: auto;
        border-radius: 15px;
        aspect-ratio: 1 / 1;
        display: block;
    }

.add-card[b-llj21x2u8k] {
    font-size: 32px;
    font-weight: 700;
    color: #666;
    background: rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav[b-llj21x2u8k] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    z-index: 0;
    transition: all 0.2s;
    padding: 0;
}

.arrow-style[b-llj21x2u8k] {
    height: 30px
}

.addCardBtn[b-llj21x2u8k] {
    height: 60px;
}

.nav.prev[b-llj21x2u8k] {
    left: -50px;
}

.nav.next[b-llj21x2u8k] {
    right: -50px;
}

.nav:hover:not(:disabled)[b-llj21x2u8k] {
    background-color: #f0f0f0;
    transform: translateY(-50%) scale(1.1);
}

.nav:disabled[b-llj21x2u8k] {
    opacity: 0.4;
    cursor: not-allowed;
}

/* Popup modal styles */
.overlay[b-llj21x2u8k] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-modal[b-llj21x2u8k] {
    background: white;
    width: 90%;
    max-width: 700px;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    max-height: 80vh;
}

.gallery-header[b-llj21x2u8k] {
    background: linear-gradient(90deg, #3A77BC 13%, #8E5CA2 60%, #921B68 100%);
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-name[b-llj21x2u8k] {
    color: white;
    font-size: 22px;
    font-weight: 600;
}

.gallery-grid[b-llj21x2u8k] {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    overflow-y: auto;
    flex: 1 1 auto;
}

    .gallery-grid img[b-llj21x2u8k] {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 12px;
        aspect-ratio: 1 / 1;
        display: block;
    }

@media (max-width: 1024px) {
    .gallery-grid[b-llj21x2u8k] {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 820px) {
    .gallery-grid[b-llj21x2u8k] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .gallery-grid[b-llj21x2u8k] {
        grid-template-columns: repeat(2, 1fr);
    }
}

.gallery-loading[b-llj21x2u8k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 20px;
    gap: 12px;
    min-height: 320px;
}

.spinner[b-llj21x2u8k] {
    width: 56px;
    height: 56px;
    border: 6px solid rgba(0,0,0,0.08);
    border-top-color: #28438A;
    border-radius: 50%;
    animation: spin-b-llj21x2u8k 0.9s linear infinite;
}

@keyframes spin-b-llj21x2u8k {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 430px) {
    .slider-styles-container[b-llj21x2u8k] {
        margin-bottom: 0;
    }

    .carousel-wrapper[b-llj21x2u8k] {
        max-width: 120px;
        max-height: 50px;
    }

    .items-container[b-llj21x2u8k] {
        width: 120px;
    }

    .items[b-llj21x2u8k] {
        padding: 10px 3px;
        margin: 0 6px;
    }

    .item[b-llj21x2u8k] {
        flex: 0 0 35px;
        width: 35px;
        height: 35px;
        border-radius: 10px;
    }

        .item.active[b-llj21x2u8k] {
            width: 45px;
            height: 35px;
            border-radius: 15px;
            transform: scale(1.05) translateY(-8px);
        }

        .item img[b-llj21x2u8k] {
            border-radius: 8px;
        }

        .item.active img[b-llj21x2u8k] {
            border-radius: 10px;
        }

    .nav[b-llj21x2u8k] {
        width: 25px;
        height: 25px;
        font-size: 18px;
    }

        .nav.prev[b-llj21x2u8k] {
            left: -30px;
        }

        .nav.next[b-llj21x2u8k] {
            right: -30px;
        }

    .arrow-style[b-llj21x2u8k] {
        height: 18px;
    }

    .addCardBtn[b-llj21x2u8k] {
        height: 35px;
    }
}

@media (max-width: 344px) {
    .slider-styles-container[b-llj21x2u8k] {
        margin-bottom: 0;
    }
}

@media (min-width: 345px) and (max-width: 360px) {
    .slider-styles-container[b-llj21x2u8k] {
        margin-bottom: 0;
    }
}

@media (min-width: 361px) and (max-width: 390px) {
    .slider-styles-container[b-llj21x2u8k] {
        margin-bottom: 0;
    }
}

@media (min-width: 391px) and (max-width: 430px) {
    .slider-styles-container[b-llj21x2u8k] {
        margin-bottom: 0;
    }
}

@media (min-width: 431px) and (max-width: 520px) {
    .slider-styles-container[b-llj21x2u8k] {
        margin-bottom: 0;
    }
}

@media (min-width: 521px) and (max-width: 600px) {
    .slider-styles-container[b-llj21x2u8k] {
        margin-bottom: 0;
    }
}

@media (min-width: 601px) and (max-width: 820px) {
    .slider-styles-container[b-llj21x2u8k] {
        margin-bottom: 0;
    }
}

@media (min-width: 821px) and (max-width: 1023px) {
    .slider-styles-container[b-llj21x2u8k] {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .slider-styles-container[b-llj21x2u8k] {
        margin-bottom: 0;
    }

    .carousel-wrapper[b-llj21x2u8k] {
        max-width: 150px;
        max-height: 36px;
    }

    .items-container[b-llj21x2u8k] {
        width: 150px;
    }

    .items[b-llj21x2u8k] {
        padding: 15px 8px;
        margin: 0 10px;
    }

    .item[b-llj21x2u8k] {
        flex: 0 0 45px;
        width: 45px;
        height: 45px;
        border-radius: 12px;
    }

        .item.active[b-llj21x2u8k] {
            width: 60px;
            height: 45px;
            border-radius: 15px;
            transform: scale(1.05) translateY(-10px);
        }

        .item img[b-llj21x2u8k] {
            border-radius: 10px;
        }

        .item.active img[b-llj21x2u8k] {
            border-radius: 12px;
        }

    .nav[b-llj21x2u8k] {
        width: 25px;
        height: 25px;
        font-size: 20px;
    }

        .nav.prev[b-llj21x2u8k] {
            left: -40px;
        }

        .nav.next[b-llj21x2u8k] {
            right: -40px;
        }

    .arrow-style[b-llj21x2u8k] {
        height: 25px;
    }

    .addCardBtn[b-llj21x2u8k] {
        height: 45px;
    }
}

@media (min-width: 1281px) {
    .slider-styles-container[b-llj21x2u8k] {
        margin-bottom: 0;
    }

    .carousel-wrapper[b-llj21x2u8k] {
        max-height: 57px !important;
    }
}
/* /Components/Pages/SliderStyles.razor.rz.scp.css */
.slider-styles-container[b-ds3qkoykbv] {
    width: 100%;
    margin-bottom: 0;
}

.carousel-wrapper[b-ds3qkoykbv] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 200px;
    margin: 0 auto;
    max-height: 90px;
}

.carousel[b-ds3qkoykbv] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
}

.items-container[b-ds3qkoykbv] {
    width: 200px;
    overflow: hidden;
    position: relative;
}

.items[b-ds3qkoykbv] {
    display: flex;
    transition: transform 0.3s ease;
    padding: 20px 10px;
    margin: 0 12px;
}

.item[b-ds3qkoykbv] {
    flex: 0 0 60px;
    width: 60px;
    height: auto;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.7;
    transform: scale(0.9);
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    .item.active[b-ds3qkoykbv] {
        width: 80px;
        height: auto;
        border-radius: 20px;
        opacity: 1;
        transform: scale(1.05) translateY(-12px);
        z-index: 3;
        position: relative;
        border: solid darkgray 1px;
    }

    .item img[b-ds3qkoykbv] {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 12px;
        aspect-ratio: 1 / 1;
        display: block;
    }

    .item.active img[b-ds3qkoykbv] {
        width: 100%;
        height: auto;
        border-radius: 15px;
        aspect-ratio: 1 / 1;
        display: block;
    }

.add-card[b-ds3qkoykbv] {
    font-size: 32px;
    font-weight: 700;
    color: #666;
    background: rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav[b-ds3qkoykbv] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    z-index: 0;
    transition: all 0.2s;
    padding: 0;
}

.arrow-style[b-ds3qkoykbv] {
    height: 30px
}

.addCardBtn[b-ds3qkoykbv] {
    height: 60px;
}

.nav.prev[b-ds3qkoykbv] {
    left: -50px;
}

.nav.next[b-ds3qkoykbv] {
    right: -50px;
}

.nav:hover:not(:disabled)[b-ds3qkoykbv] {
    background-color: #f0f0f0;
    transform: translateY(-50%) scale(1.1);
}

.nav:disabled[b-ds3qkoykbv] {
    opacity: 0.4;
    cursor: not-allowed;
}

/* Popup modal styles */
.overlay[b-ds3qkoykbv] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-modal[b-ds3qkoykbv] {
    background: white;
    width: 90%;
    max-width: 700px;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    max-height: 80vh;
}

.gallery-header[b-ds3qkoykbv] {
    background: linear-gradient(90deg, #3A77BC 13%, #8E5CA2 60%, #921B68 100%);
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-name[b-ds3qkoykbv] {
    color: white;
    font-size: 22px;
    font-weight: 600;
}

.gallery-grid[b-ds3qkoykbv] {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    overflow-y: auto;
    flex: 1 1 auto;
}

    .gallery-grid img[b-ds3qkoykbv] {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 12px;
        aspect-ratio: 1 / 1;
        display: block;
    }

@media (max-width: 1024px) {
    .gallery-grid[b-ds3qkoykbv] {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 820px) {
    .gallery-grid[b-ds3qkoykbv] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .gallery-grid[b-ds3qkoykbv] {
        grid-template-columns: repeat(2, 1fr);
    }
}

.gallery-loading[b-ds3qkoykbv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 20px;
    gap: 12px;
    min-height: 320px;
}

.spinner[b-ds3qkoykbv] {
    width: 56px;
    height: 56px;
    border: 6px solid rgba(0,0,0,0.08);
    border-top-color: #28438A;
    border-radius: 50%;
    animation: spin-b-ds3qkoykbv 0.9s linear infinite;
}

@keyframes spin-b-ds3qkoykbv {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 430px) {
    .slider-styles-container[b-ds3qkoykbv] {
        margin-bottom: 0;
    }

    .carousel-wrapper[b-ds3qkoykbv] {
        max-width: 120px;
        max-height: 50px;
    }

    .items-container[b-ds3qkoykbv] {
        width: 120px;
    }

    .items[b-ds3qkoykbv] {
        padding: 10px 3px;
        margin: 0 6px;
    }

    .item[b-ds3qkoykbv] {
        flex: 0 0 35px;
        width: 35px;
        height: 35px;
        border-radius: 10px;
    }

        .item.active[b-ds3qkoykbv] {
            width: 45px;
            height: 35px;
            border-radius: 15px;
            transform: scale(1.05) translateY(-8px);
        }

        .item img[b-ds3qkoykbv] {
            border-radius: 8px;
        }

        .item.active img[b-ds3qkoykbv] {
            border-radius: 10px;
        }

    .nav[b-ds3qkoykbv] {
        width: 25px;
        height: 25px;
        font-size: 18px;
    }

        .nav.prev[b-ds3qkoykbv] {
            left: -30px;
        }

        .nav.next[b-ds3qkoykbv] {
            right: -30px;
        }

    .arrow-style[b-ds3qkoykbv] {
        height: 18px;
    }

    .addCardBtn[b-ds3qkoykbv] {
        height: 35px;
    }
}

@media (max-width: 344px) {
    .slider-styles-container[b-ds3qkoykbv] {
        margin-bottom: 0;
    }
}

@media (min-width: 345px) and (max-width: 360px) {
    .slider-styles-container[b-ds3qkoykbv] {
        margin-bottom: 0;
    }
}

@media (min-width: 361px) and (max-width: 390px) {
    .slider-styles-container[b-ds3qkoykbv] {
        margin-bottom: 0;
    }
}

@media (min-width: 391px) and (max-width: 430px) {
    .slider-styles-container[b-ds3qkoykbv] {
        margin-bottom: 0;
    }
}

@media (min-width: 431px) and (max-width: 520px) {
    .slider-styles-container[b-ds3qkoykbv] {
        margin-bottom: 0;
    }
}

@media (min-width: 521px) and (max-width: 600px) {
    .slider-styles-container[b-ds3qkoykbv] {
        margin-bottom: 0;
    }
}

@media (min-width: 601px) and (max-width: 820px) {
    .slider-styles-container[b-ds3qkoykbv] {
        margin-bottom: 0;
    }
}

@media (min-width: 821px) and (max-width: 1023px) {
    .slider-styles-container[b-ds3qkoykbv] {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .slider-styles-container[b-ds3qkoykbv] {
        margin-bottom: 0;
    }

    .carousel-wrapper[b-ds3qkoykbv] {
        max-width: 150px;
        max-height: 36px;
    }

    .items-container[b-ds3qkoykbv] {
        width: 150px;
    }

    .items[b-ds3qkoykbv] {
        padding: 15px 8px;
        margin: 0 10px;
    }

    .item[b-ds3qkoykbv] {
        flex: 0 0 45px;
        width: 45px;
        height: 45px;
        border-radius: 12px;
    }

        .item.active[b-ds3qkoykbv] {
            width: 60px;
            height: 45px;
            border-radius: 15px;
            transform: scale(1.05) translateY(-10px);
        }

        .item img[b-ds3qkoykbv] {
            border-radius: 10px;
        }

        .item.active img[b-ds3qkoykbv] {
            border-radius: 12px;
        }

    .nav[b-ds3qkoykbv] {
        width: 25px;
        height: 25px;
        font-size: 20px;
    }

        .nav.prev[b-ds3qkoykbv] {
            left: -40px;
        }

        .nav.next[b-ds3qkoykbv] {
            right: -40px;
        }

    .arrow-style[b-ds3qkoykbv] {
        height: 25px;
    }

    .addCardBtn[b-ds3qkoykbv] {
        height: 45px;
    }
}

@media (min-width: 1281px) {
    .slider-styles-container[b-ds3qkoykbv] {
        margin-bottom: 0;
    }

    .carousel-wrapper[b-ds3qkoykbv] {
        max-height: 57px !important;
    }
}
/* /Components/Pages/Upload.razor.rz.scp.css */
.container[b-54fw2qmt1h] {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    background: white;
    /* ensure container can expand so .content fills available area */
    display: flex;
    flex-direction: column;
    height: 100%;
}

.title-block[b-54fw2qmt1h] {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 30px;
}

    .title-block h1[b-54fw2qmt1h] {
        font-size: 32px;
        font-weight: 800;
        letter-spacing: 0.03em;
        background: linear-gradient(90deg, var(--blue) 20%, var(--purple) 30%, var(--pink) 50%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        margin-bottom: 6px;
    }

    .title-block p[b-54fw2qmt1h] {
        font-size: 13px;
        color: #374151;
    }


    /* When image generator is active keep the content compact instead of stretching */
    .container.image-generator .content[b-54fw2qmt1h] {
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
    }

    .container.image-generator .upload-section[b-54fw2qmt1h],
    .container.image-generator .preview-section[b-54fw2qmt1h] {
        flex: 0 0 auto;
        padding: 12px 20px;
    }

    .container.image-generator .upload-box[b-54fw2qmt1h],
    .container.image-generator .preview-inner[b-54fw2qmt1h] {
        height: auto;
        min-height: 0;
    }

    .container.image-generator .preview-image-container[b-54fw2qmt1h] {
        /* collapse large preview area when image generator is active so it doesn't take top space */
        height: auto !important;
        min-height: 0 !important;
        max-height: 260px;
    }

    /* Completely remove preview area from layout when using image generator so it does not occupy space */
    .container.image-generator .preview-section[b-54fw2qmt1h],
    .container.image-generator .preview-inner[b-54fw2qmt1h] {
        display: none !important;
    }

    /* Ensure content does not stretch to full height in image-generator mode */
    .container.image-generator[b-54fw2qmt1h] {
        height: auto !important;
    }

    /* When in image-generator mode remove the horizontal centering so the panel can sit flush
   with the page/container edges (removes the empty space on the left). */
    .container.image-generator[b-54fw2qmt1h] {
        max-width: none !important;
        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }

        .container.image-generator .image-generator-panel[b-54fw2qmt1h] {
            width: 100%;
            max-width: 1400px;
            margin: 0 auto 24px auto;
            margin-top: 10px !important;
        }

.content[b-54fw2qmt1h] {
    display: flex;
    align-items: stretch;
    padding: 0;
    flex-wrap: nowrap;
    /* take all available vertical space inside container */
    flex: 1 1 auto;
    min-height: 0; /* allow children to scroll correctly */
}

.upload-section[b-54fw2qmt1h],
.preview-section[b-54fw2qmt1h] {
    /* allow sections to expand equally and fill .content */
    flex: 1 1 50%;
    min-width: 280px;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-section[b-54fw2qmt1h] {
    flex-basis: 48%;
}

.preview-section[b-54fw2qmt1h] {
    flex-basis: 52%;
}

.upload-box[b-54fw2qmt1h],
.preview-inner[b-54fw2qmt1h] {
    width: 100%;
    height: 100%;
    /* ensure inner areas can shrink/grow and allow scroll when content overflows */
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
}

.upload-box[b-54fw2qmt1h] {
    border-radius: 18px;
    border: 2px dashed var(--dashed-border);
    margin-bottom: 20px;
    padding: 25px 10px;
    background: var(--white);
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    transition: all 0.3s ease;
    margin-top: 20px;
}

    .upload-box.dragover[b-54fw2qmt1h] {
        border-color: var(--accent-purple-a);
        background: #f2f3ff;
    }

.upload-icon[b-54fw2qmt1h] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 30%, #E0E7FF, #F3E8FF,#FCE7F3);
    color: var(--purple);
    font-size: 34px;
}

.upload-box h3[b-54fw2qmt1h] {
    font-size: 20px;
    color: #1b2553;
    font-weight: 700;
    margin: 4px 0;
}

.upload-box p[b-54fw2qmt1h] {
    font-size: 13px;
    color: #6c7890;
    margin: 2px 0;
}

.browse-btn[b-54fw2qmt1h] {
    display: inline-flex;
    align-items: center;
    background: var(--grad-blue-start);
    gap: 10px;
    border: none;
    padding: 15px 36px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    cursor: pointer;
    margin: 6px auto 0;
    background: linear-gradient(90deg, var(--accent-purple-a), var(--accent-pink-a));
    transition: transform 0.2s ease;
    min-width: 180px;
}

#resetBtn[b-54fw2qmt1h] {
    padding: 8px 90px;
    background: linear-gradient(90deg, var(--accent-purple-a), var(--accent-pink-a));
    font-size: 15px;
}

.text[b-54fw2qmt1h] {
    font-weight: 600;
    color: var(--accent-purple-a);
}

.image_Coin[b-54fw2qmt1h] {
    width: 40px;
    height: 40px;
}

.browse-btn:hover[b-54fw2qmt1h] {
    transform: translateY(-2px);
    opacity: 0.95;
}

.browse-btn img[b-54fw2qmt1h] {
    width: 40px;
    height: 40px;
    display: block;
    object-fit: cover;
}

.image-controls[b-54fw2qmt1h] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.file-info[b-54fw2qmt1h] {
    margin-top: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

    .file-info p[b-54fw2qmt1h] {
        font-size: 12px;
        color: #2a3b5a;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        width: 100%;
    }

    .file-info .formats[b-54fw2qmt1h],
    .file-info .max-size[b-54fw2qmt1h] {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        flex-wrap: wrap;
    }

    .file-info .separator[b-54fw2qmt1h] {
        margin: 0 8px;
        color: #b0b7d0;
        font-weight: 300;
    }

.preview-inner[b-54fw2qmt1h] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    height: 100%;
}

.preview-image-container[b-54fw2qmt1h] {
    width: 100%;
    height: 400px;
    min-height: 400px;
    max-height: 400px;
    border-radius: 28px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.input[b-54fw2qmt1h] {
    display: none;
}

.preview-image[b-54fw2qmt1h] {
    display: none;
}

.preview-image[b-54fw2qmt1h],
.default-image[b-54fw2qmt1h] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.control-btn[b-54fw2qmt1h] {
    width: 100%;
    padding: 12px 24px;
    border-radius: 40px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
    background: linear-gradient(90deg, #6f7bff, #2cc4ff);
    box-shadow: 0 10px 25px rgba(58, 90, 255, 0.45);
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

    .control-btn:hover[b-54fw2qmt1h] {
        transform: translateY(-2px);
        box-shadow: 0 14px 32px rgba(58, 90, 255, 0.55);
        opacity: 0.96;
    }

.loading-screen[b-54fw2qmt1h] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

    .loading-screen.hidden[b-54fw2qmt1h] {
        opacity: 0;
        visibility: hidden;
    }

.logo-container[b-54fw2qmt1h] {
    position: relative;
    width: 150px;
    height: 150px;
    margin-bottom: 30px;
}

.logo-icon[b-54fw2qmt1h] {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: bounce-b-54fw2qmt1h 2s ease-in-out infinite;
    z-index: 2;
}

    .logo-icon img[b-54fw2qmt1h] {
        width: 80px;
        height: 80px;
        object-fit: contain;
        filter: drop-shadow(0 0 10px rgba(186, 40, 134, 0.7));
    }

.logo-ring[b-54fw2qmt1h] {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid transparent;
    animation: spin-b-54fw2qmt1h 1.5s linear infinite;
}

    .logo-ring:nth-child(1)[b-54fw2qmt1h] {
        border-top-color: var(--pink);
    }

    .logo-ring:nth-child(2)[b-54fw2qmt1h] {
        border-top-color: var(--purple);
        animation-direction: reverse;
        animation-duration: 2s;
        width: 130%;
        height: 130%;
        top: -15%;
        left: -15%;
    }

    .logo-ring:nth-child(3)[b-54fw2qmt1h] {
        border-top-color: var(--blue);
        animation-duration: 2.5s;
        width: 80%;
        height: 80%;
        top: 10%;
        left: 10%;
    }

.loading-text[b-54fw2qmt1h] {
    color: var(--purple);
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 20px;
    text-align: center;
}

.loading-dots[b-54fw2qmt1h] {
    display: inline-block;
    width: 80px;
    text-align: left;
}

    .loading-dots span[b-54fw2qmt1h] {
        display: inline-block;
        animation: dotPulse-b-54fw2qmt1h 1.5s infinite;
        opacity: 0;
    }

        .loading-dots span:nth-child(2)[b-54fw2qmt1h] {
            animation-delay: 0.2s;
        }

        .loading-dots span:nth-child(3)[b-54fw2qmt1h] {
            animation-delay: 0.4s;
        }

.progress-container[b-54fw2qmt1h] {
    width: 300px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    margin-top: 30px;
}

.progress-bar[b-54fw2qmt1h] {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--pink), var(--purple), var(--blue));
    border-radius: 4px;
    transition: width 0.3s ease;
}

@keyframes bounce-b-54fw2qmt1h {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

@keyframes spin-b-54fw2qmt1h {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes dotPulse-b-54fw2qmt1h {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media (max-width: 485px) {
    main[b-54fw2qmt1h] {
        margin-top: 25px !important;
    }

    .hair-style main[b-54fw2qmt1h] {
        margin-top: 0 !important;
    }

    .hair-style .content[b-54fw2qmt1h] {
        margin-top: 0 !important;
    }

    .hair-style .upload-box[b-54fw2qmt1h] {
        height: 200px !important;
    }
}

@media (max-width: 344px) {
    .container[b-54fw2qmt1h] {
        overflow: hidden;
        max-height: calc(100vh - 155px);
    }

    .content[b-54fw2qmt1h] {
        flex-direction: column;
        gap: 0;
        overflow-y: hidden;
        max-height: 100%;
        margin-top: 20px;
    }

    .upload-section[b-54fw2qmt1h],
    .preview-section[b-54fw2qmt1h] {
        overflow: visible;
    }

    .upload-box[b-54fw2qmt1h] {
        margin-bottom: 3px;
        margin-top: 0;
        padding: 5px 3px;
        gap: 2px;
        height: 150px;
    }

    .upload-icon[b-54fw2qmt1h] {
        width: 30px;
        height: 30px;
        font-size: 15px;
        margin-bottom: 0;
    }

    .upload-box h3[b-54fw2qmt1h] {
        font-size: 9px;
        margin: 0;
    }

    .upload-box p[b-54fw2qmt1h] {
        font-size: 7px;
        margin: 0;
    }

    .browse-btn[b-54fw2qmt1h] {
        padding: 3px 7px;
        font-size: 8px;
        min-width: 75px;
        margin: 0 auto;
        gap: 2px;
    }

        .browse-btn img[b-54fw2qmt1h] {
            width: 13px;
            height: 13px;
        }

    .file-info[b-54fw2qmt1h] {
        margin-top: 2px;
        gap: 0;
    }

        .file-info p[b-54fw2qmt1h] {
            font-size: 6px;
        }

    .preview-image-container[b-54fw2qmt1h] {
        width: 100%;
        height: 150px;
        min-height: 150px;
        max-height: 150px;
        overflow: hidden;
        margin-top: 0;
        border-radius: 14px;
    }

    .preview-inner[b-54fw2qmt1h] {
        gap: 4px;
        justify-content: flex-start;
    }

    .image_Coin[b-54fw2qmt1h] {
        width: 13px;
        height: 13px;
    }

    .image-controls[b-54fw2qmt1h] {
        margin-top: 15px;
    }

    #resetBtn[b-54fw2qmt1h] {
        padding: 2px 18px;
        font-size: 7px;
        gap: 2px;
    }

    .control-btn[b-54fw2qmt1h] {
        padding: 5px 9px;
        font-size: 7px;
    }

    .hair-style .upload-section[b-54fw2qmt1h],
    .preview-section[b-54fw2qmt1h] {
        padding: 3px;
    }
}

@media (min-width: 345px) and (max-width: 360px) {
    .container[b-54fw2qmt1h] {
        overflow: hidden;
        max-height: calc(100vh - 160px);
    }

    .content[b-54fw2qmt1h] {
        flex-direction: column;
        gap: 0;
        overflow-y: hidden;
        max-height: 100%;
        margin-top: 25px;
    }

    .upload-section[b-54fw2qmt1h],
    .preview-section[b-54fw2qmt1h] {
        overflow: visible;
    }

    .upload-box[b-54fw2qmt1h] {
        margin-bottom: 4px;
        margin-top: 0;
        padding: 6px 4px;
        gap: 3px;
        height: 170px;
    }

    .upload-icon[b-54fw2qmt1h] {
        width: 34px;
        height: 34px;
        font-size: 17px;
        margin-bottom: 0;
    }

    .upload-box h3[b-54fw2qmt1h] {
        font-size: 10px;
        margin: 0;
    }

    .upload-box p[b-54fw2qmt1h] {
        font-size: 7px;
        margin: 0;
    }

    .browse-btn[b-54fw2qmt1h] {
        padding: 4px 9px;
        font-size: 8px;
        min-width: 85px;
        margin: 0 auto;
        gap: 3px;
    }

        .browse-btn img[b-54fw2qmt1h] {
            width: 15px;
            height: 15px;
        }

    .file-info[b-54fw2qmt1h] {
        margin-top: 2px;
        gap: 0;
    }

        .file-info p[b-54fw2qmt1h] {
            font-size: 6px;
        }

    .preview-image-container[b-54fw2qmt1h] {
        width: 100%;
        height: 170px;
        min-height: 170px;
        max-height: 170px;
        overflow: hidden;
        margin-top: 0;
        border-radius: 16px;
    }

    .preview-inner[b-54fw2qmt1h] {
        gap: 4px;
        justify-content: flex-start;
    }

    .image_Coin[b-54fw2qmt1h] {
        width: 15px;
        height: 15px;
    }

    .image-controls[b-54fw2qmt1h] {
        margin-top: 16px;
    }

    #resetBtn[b-54fw2qmt1h] {
        padding: 3px 22px;
        font-size: 8px;
        gap: 3px;
    }

    .control-btn[b-54fw2qmt1h] {
        padding: 6px 11px;
        font-size: 8px;
    }
}

@media (min-width: 361px) and (max-width: 390px) {
    .container[b-54fw2qmt1h] {
        overflow: hidden;
        max-height: calc(100vh - 125px);
    }

    .content[b-54fw2qmt1h] {
        flex-direction: column;
        gap: 0;
        overflow-y: hidden;
        max-height: 100%;
        margin-top: 20px;
    }

    .upload-section[b-54fw2qmt1h],
    .preview-section[b-54fw2qmt1h] {
        padding: 2px 3px;
        overflow: visible;
        flex: 0 0 auto;
        margin-top: 10px;
    }

    .upload-box[b-54fw2qmt1h] {
        margin-bottom: 2px;
        margin-top: 0;
        padding: 4px 3px;
        gap: 1px;
        height: 165px;
    }

    .upload-icon[b-54fw2qmt1h] {
        width: 32px;
        height: 32px;
        font-size: 17px;
        margin-bottom: 0;
    }

    .upload-box h3[b-54fw2qmt1h] {
        font-size: 9px;
        margin: 0;
    }

    .upload-box p[b-54fw2qmt1h] {
        font-size: 7px;
        margin: 0;
    }

    .browse-btn[b-54fw2qmt1h] {
        padding: 3px 12px;
        font-size: 8px;
        min-width: 100px;
        margin: 0 auto;
        gap: 2px;
    }

        .browse-btn img[b-54fw2qmt1h] {
            width: 15px;
            height: 15px;
        }

    .file-info[b-54fw2qmt1h] {
        margin-top: 1px;
        gap: 0;
    }

        .file-info p[b-54fw2qmt1h] {
            font-size: 6px;
        }

    .preview-image-container[b-54fw2qmt1h] {
        width: 100%;
        height: 165px;
        min-height: 165px;
        max-height: 165px;
        overflow: hidden;
        margin-top: 0;
        border-radius: 16px;
    }

    .preview-inner[b-54fw2qmt1h] {
        gap: 2px;
        justify-content: flex-start;
    }

    .image_Coin[b-54fw2qmt1h] {
        width: 15px;
        height: 15px;
    }

    .image-controls[b-54fw2qmt1h] {
        margin-top: 8px;
    }

    #resetBtn[b-54fw2qmt1h] {
        padding: 3px 26px;
        font-size: 8px;
        gap: 2px;
    }

    .control-btn[b-54fw2qmt1h] {
        padding: 5px 11px;
        font-size: 8px;
    }

    .hair-style .content[b-54fw2qmt1h] {
        margin-top: 0;
    }

    .hair-style #resetBtn[b-54fw2qmt1h] {
        margin: 8px;
    }

    .hair-style .upload-box[b-54fw2qmt1h] {
        height: 140px;
    }
}

/* Image Generator Prompt styles */
.prompt-container[b-54fw2qmt1h] {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 8px 32px 24px 32px;
    box-sizing: border-box;
    margin-top: 8px;
    flex-direction: column;
}

.prompt-textarea[b-54fw2qmt1h] {
    width: 100%;
    max-width: 700px;
    min-width: 240px;
    resize: vertical;
    border-radius: 12px;
    border: 1px solid var(--border-light);
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--text-strong);
    background: #fbfcff;
    margin-top: 20px;
    height: 300px !important;
    box-shadow: 0 10px 25px rgba(186, 40, 134, 0.35);
}

.image-generator-panel[b-54fw2qmt1h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding-bottom: 12px;
}

/* Desktop: place prompt on the middle-left and sliders/actions on the right column */
@media (min-width: 900px) {
    .image-generator-panel[b-54fw2qmt1h] {
        display: grid;
        grid-template-columns: 1fr 420px; /* left flexible prompt, right fixed column for sliders/actions */
        grid-template-rows: 1fr auto; /* allow prompt to span both rows vertically centered */
        grid-template-areas: "prompt right" "prompt actions";
        gap: 0px 24px;
        align-items: center;
        justify-items: stretch;
        width: 100%;
        /* left-align the panel so prompt sits at the left edge of the container */
        margin: 0 0 24px 0;
        /* allow the panel to use the full available width (override earlier max-width) */
        max-width: none;
        padding-left: 0;
        padding-bottom: 8px;
    }

    .prompt-container[b-54fw2qmt1h] {
        grid-area: prompt;
        /* vertically center prompt content */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        /* remove left padding so prompt aligns flush with panel left edge */
        padding: 8px 18px 8px 0;
        box-sizing: border-box;
        max-width: 100%;
    }

    .slider-styles-container[b-54fw2qmt1h] {
        grid-area: right;
        justify-self: stretch;
        align-self: center;
        width: 100%;
    }

    .image-generator-actions[b-54fw2qmt1h] {
        grid-area: actions;
        justify-self: end; /* keep actions to the right */
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-right: 24px;
        box-sizing: border-box;
        margin-top: -140px;
    }
}

.image-generator-actions[b-54fw2qmt1h] {
    display: flex;
    justify-content: center;
    width: 100%;
}

.generate-btn[b-54fw2qmt1h] {
    min-width: 260px;
    padding: 12px 28px;
    border-radius: 40px;
}

.prompt-examples[b-54fw2qmt1h] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.example-btn[b-54fw2qmt1h] {
    appearance: none;
    border: 1px solid var(--border-light);
    background: white;
    padding: 6px 10px;
    border-radius: 12px;
    font-size: 13px;
    cursor: pointer;
    color: var(--text-muted);
}

    .example-btn:hover[b-54fw2qmt1h] {
        background: var(--border-light);
    }

.prompt-controls[b-54fw2qmt1h] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.char-count[b-54fw2qmt1h] {
    font-size: 13px;
    color: var(--text-muted);
}

.clear-btn[b-54fw2qmt1h] {
    appearance: none;
    border: none;
    background: linear-gradient(90deg, var(--accent-purple-a), var(--accent-pink-a));
    color: white;
    padding: 6px 12px;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    font-size: 13px;
}

    .clear-btn:disabled[b-54fw2qmt1h] {
        opacity: 0.5;
        cursor: not-allowed;
    }

@media (max-width: 600px) {
    .prompt-container[b-54fw2qmt1h] {
        padding: 6px 12px 12px 12px;
    }

    .prompt-textarea[b-54fw2qmt1h] {
        max-width: 100%;
        min-width: auto;
        font-size: 13px;
    }

    .example-btn[b-54fw2qmt1h] {
        padding: 6px 8px;
        font-size: 12px;
    }
}

@media (min-width: 391px) and (max-width: 430px) {
    .container[b-54fw2qmt1h] {
        overflow: hidden;
        max-height: calc(100vh - 145px);
    }

    .content[b-54fw2qmt1h] {
        flex-direction: column;
        gap: 0;
        overflow-y: hidden;
        max-height: 100%;
    }

    .upload-section[b-54fw2qmt1h],
    .preview-section[b-54fw2qmt1h] {
        overflow: visible;
        flex: 0 0 auto;
    }

    .upload-box[b-54fw2qmt1h] {
        margin-bottom: 4px;
        margin-top: 0;
        padding: 6px 5px;
        gap: 3px;
        height: 205px;
    }

    .upload-icon[b-54fw2qmt1h] {
        width: 38px;
        height: 38px;
        font-size: 20px;
        margin-bottom: 0;
    }

    .upload-box h3[b-54fw2qmt1h] {
        font-size: 11px;
        margin: 0;
    }

    .upload-box p[b-54fw2qmt1h] {
        font-size: 8px;
        margin: 0;
    }

    .browse-btn[b-54fw2qmt1h] {
        padding: 5px 13px;
        font-size: 10px;
        min-width: 105px;
        margin: 0 auto;
        gap: 3px;
    }

        .browse-btn img[b-54fw2qmt1h] {
            width: 18px;
            height: 18px;
        }

    .file-info[b-54fw2qmt1h] {
        margin-top: 3px;
        gap: 0;
    }

        .file-info p[b-54fw2qmt1h] {
            font-size: 7px;
        }

    .preview-image-container[b-54fw2qmt1h] {
        width: 100%;
        height: 205px;
        min-height: 205px;
        max-height: 205px;
        overflow: hidden;
        margin-top: 0;
        border-radius: 19px;
    }

    .preview-inner[b-54fw2qmt1h] {
        gap: 4px;
        justify-content: flex-start;
    }

    .image_Coin[b-54fw2qmt1h] {
        width: 18px;
        height: 18px;
    }

    .image-controls[b-54fw2qmt1h] {
        margin-top: 16px;
    }

    #resetBtn[b-54fw2qmt1h] {
        padding: 4px 30px;
        font-size: 10px;
        gap: 3px;
    }

    .control-btn[b-54fw2qmt1h] {
        padding: 7px 14px;
        font-size: 10px;
    }

    .hair-style .content[b-54fw2qmt1h] {
        margin-top: 0;
    }
}

@media (min-width: 520px) and (max-width: 600px) {
    main[b-54fw2qmt1h] {
        margin-top: 0px !important;
    }

    .container[b-54fw2qmt1h] {
        overflow: hidden;
        max-height: calc(100vh - 105px);
    }

    .content[b-54fw2qmt1h] {
        flex-direction: column;
        gap: 0;
        overflow-y: hidden;
        max-height: 100%;
        margin-top: 10px;
    }

    .upload-section[b-54fw2qmt1h],
    .preview-section[b-54fw2qmt1h] {
        padding: 1px 2px;
        overflow: visible;
        flex: 0 0 auto;
        margin-top: 10px;
        width: 100%;
    }

    .upload-box[b-54fw2qmt1h] {
        margin-bottom: 1px;
        margin-top: 0;
        padding: 3px 2px;
        gap: 1px;
        height: 165px;
        width: 100%;
        max-width: 100%;
    }

    .upload-icon[b-54fw2qmt1h] {
        width: 32px;
        height: 32px;
        font-size: 17px;
        margin-bottom: 0;
    }

    .upload-box h3[b-54fw2qmt1h] {
        font-size: 9px;
        margin: 0;
    }

    .upload-box p[b-54fw2qmt1h] {
        font-size: 7px;
        margin: 0;
    }

    .browse-btn[b-54fw2qmt1h] {
        padding: 3px 11px;
        font-size: 8px;
        min-width: 95px;
        margin: 0 auto;
        gap: 2px;
    }

        .browse-btn img[b-54fw2qmt1h] {
            width: 15px;
            height: 15px;
        }

    .file-info[b-54fw2qmt1h] {
        margin-top: 1px;
        gap: 0;
    }

        .file-info p[b-54fw2qmt1h] {
            font-size: 6px;
        }

    .preview-image-container[b-54fw2qmt1h] {
        width: 100%;
        height: 165px;
        min-height: 165px;
        max-height: 165px;
        overflow: hidden;
        margin-top: 0;
        border-radius: 16px;
    }

    .preview-inner[b-54fw2qmt1h] {
        gap: 1px;
        justify-content: flex-start;
        width: 100%;
    }

    .image_Coin[b-54fw2qmt1h] {
        width: 15px;
        height: 15px;
    }

    .image-controls[b-54fw2qmt1h] {
        margin-top: 3px;
    }

    #resetBtn[b-54fw2qmt1h] {
        padding: 3px 24px;
        font-size: 8px;
        gap: 2px;
    }

    .control-btn[b-54fw2qmt1h] {
        padding: 5px 11px;
        font-size: 8px;
    }

    .hair-style .upload-box[b-54fw2qmt1h] {
        height: 140px;
    }
}

@media (min-width: 601px) and (max-width: 820px) {
    .container[b-54fw2qmt1h] {
        overflow: hidden;
        max-height: calc(100vh - 165px);
        max-width: 720px;
        margin: 0 auto;
    }

    .content[b-54fw2qmt1h] {
        flex-direction: column;
        gap: 0;
        overflow-y: hidden;
        max-height: 100%;
        margin-top: 10px;
    }

    .upload-section[b-54fw2qmt1h],
    .preview-section[b-54fw2qmt1h] {
        flex: 1 1 100%;
        padding: 6px 7px;
    }

    .upload-box[b-54fw2qmt1h] {
        margin-bottom: 6px;
        margin-top: 8px;
        padding: 8px 7px;
        gap: 4px;
        height: 275px;
    }

    .upload-icon[b-54fw2qmt1h] {
        width: 48px;
        height: 48px;
        font-size: 23px;
        margin-bottom: 1px;
    }

    .upload-box h3[b-54fw2qmt1h] {
        font-size: 13px;
        margin: 1px 0;
    }

    .upload-box p[b-54fw2qmt1h] {
        font-size: 9px;
        margin: 0;
    }

    .browse-btn[b-54fw2qmt1h] {
        padding: 7px 15px;
        font-size: 11px;
        min-width: 120px;
        margin: 1px auto 0;
        gap: 5px;
    }

        .browse-btn img[b-54fw2qmt1h] {
            width: 23px;
            height: 23px;
        }

    .file-info[b-54fw2qmt1h] {
        margin-top: 4px;
        gap: 1px;
    }

        .file-info p[b-54fw2qmt1h] {
            font-size: 8px;
        }

    .preview-image-container[b-54fw2qmt1h] {
        width: 100%;
        height: 275px;
        min-height: 275px;
        max-height: 275px;
        overflow: hidden;
        margin-top: 0;
        border-radius: 22px;
    }

    .preview-inner[b-54fw2qmt1h] {
        gap: 6px;
        justify-content: flex-start;
    }

    .image_Coin[b-54fw2qmt1h] {
        width: 23px;
        height: 23px;
    }

    .image-controls[b-54fw2qmt1h] {
        margin-top: 5px;
    }

    #resetBtn[b-54fw2qmt1h] {
        padding: 6px 45px;
        font-size: 11px;
        gap: 5px;
    }

    .control-btn[b-54fw2qmt1h] {
        padding: 9px 17px;
        font-size: 11px;
    }
}

@media (min-width: 821px) and (max-width: 1023px) {
    .container[b-54fw2qmt1h] {
        overflow: hidden;
        max-height: calc(100vh - 190px);
        max-width: 720px;
        margin: 0 auto;
    }

    .content[b-54fw2qmt1h] {
        flex-direction: column;
        gap: 0;
        overflow-y: hidden;
        max-height: 100%;
        margin-top: 30px;
    }

    .upload-section[b-54fw2qmt1h],
    .preview-section[b-54fw2qmt1h] {
        flex: 1 1 100%;
    }

    .upload-box[b-54fw2qmt1h] {
        margin-bottom: 10px;
        margin-top: 15px;
        padding: 13px 10px;
        gap: 6px;
        height: 340px;
    }

    .upload-icon[b-54fw2qmt1h] {
        width: 56px;
        height: 56px;
        font-size: 26px;
        margin-bottom: 2px;
    }

    .upload-box h3[b-54fw2qmt1h] {
        font-size: 15px;
        margin: 2px 0;
    }

    .upload-box p[b-54fw2qmt1h] {
        font-size: 11px;
        margin: 1px 0;
    }

    .browse-btn[b-54fw2qmt1h] {
        padding: 9px 19px;
        font-size: 13px;
        min-width: 135px;
        margin: 2px auto 0;
        gap: 7px;
    }

        .browse-btn img[b-54fw2qmt1h] {
            width: 27px;
            height: 27px;
        }

    .file-info[b-54fw2qmt1h] {
        margin-top: 7px;
        gap: 2px;
    }

        .file-info p[b-54fw2qmt1h] {
            font-size: 10px;
        }

    .preview-image-container[b-54fw2qmt1h] {
        width: 100%;
        height: 340px;
        min-height: 340px;
        max-height: 340px;
        overflow: hidden;
        margin-top: 0;
        border-radius: 24px;
    }

    .preview-inner[b-54fw2qmt1h] {
        gap: 10px;
        justify-content: flex-start;
    }

    #resetBtn[b-54fw2qmt1h] {
        padding: 8px 58px;
        font-size: 13px;
        gap: 7px;
    }

    .image_Coin[b-54fw2qmt1h] {
        width: 27px;
        height: 27px;
    }

    .image-controls[b-54fw2qmt1h] {
        margin-top: 0;
    }

    .control-btn[b-54fw2qmt1h] {
        padding: 11px 21px;
        font-size: 13px;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .container[b-54fw2qmt1h] {
        overflow: hidden;
        max-height: calc(100vh - 195px);
        max-width: 960px;
        margin: 0 auto 0;
    }

    .content[b-54fw2qmt1h] {
        max-height: 100%;
        overflow-y: hidden;
        gap: 0;
    }

    .upload-box[b-54fw2qmt1h] {
        margin-bottom: 11px;
        margin-top: 0;
        padding: 14px 11px;
        gap: 8px;
        height: 265px;
    }

    .upload-icon[b-54fw2qmt1h] {
        width: 63px;
        height: 63px;
        font-size: 29px;
        margin-bottom: 2px;
    }

    .upload-box h3[b-54fw2qmt1h] {
        font-size: 16px;
        margin: 2px 0;
    }

    .upload-box p[b-54fw2qmt1h] {
        font-size: 11px;
        margin: 1px 0;
    }

    .browse-btn[b-54fw2qmt1h] {
        padding: 10px 21px;
        font-size: 14px;
        min-width: 145px;
        margin: 3px auto 0;
        gap: 8px;
    }

        .browse-btn img[b-54fw2qmt1h] {
            width: 29px;
            height: 29px;
        }

    .file-info[b-54fw2qmt1h] {
        margin-top: 8px;
        gap: 2px;
    }

        .file-info p[b-54fw2qmt1h] {
            font-size: 10px;
        }

    .preview-image-container[b-54fw2qmt1h] {
        width: 100%;
        height: 220px;
        min-height: 220px;
        max-height: 220px;
        overflow: hidden;
        margin-top: 0;
        border-radius: 26px;
    }

    .preview-inner[b-54fw2qmt1h] {
        gap: 12px;
        justify-content: flex-start;
    }

    .image_Coin[b-54fw2qmt1h] {
        width: 29px;
        height: 29px;
    }

    .image-controls[b-54fw2qmt1h] {
        margin-top: 0;
    }

    #resetBtn[b-54fw2qmt1h] {
        padding: 6px 68px;
        font-size: 14px;
        gap: 8px;
    }

    .control-btn[b-54fw2qmt1h] {
        padding: 11px 23px;
        font-size: 14px;
    }

    .hair-style .upload-section[b-54fw2qmt1h] {
        padding: 20px;
        padding-bottom: 0;
    }

    .hair-style .preview-section[b-54fw2qmt1h] {
        padding: 20px;
        padding-bottom: 0;
    }
}

.container .hair-style[b-54fw2qmt1h] {
    overflow: hidden;
    max-height: calc(100vh - 195px);
    max-width: 960px;
    margin: 0 auto 0;
    margin-top: 88px;
}

.container.show-all[b-54fw2qmt1h] {
    overflow: visible !important;
    max-height: none !important;
}

    .container.show-all .content[b-54fw2qmt1h] {
        overflow: visible !important;
        max-height: none !important;
        flex-direction: column !important;
    }

    .container.show-all .upload-section[b-54fw2qmt1h],
    .container.show-all .preview-section[b-54fw2qmt1h] {
        flex: 1 1 100% !important;
        min-width: 0 !important;
    }

    .container.show-all .upload-box[b-54fw2qmt1h],
    .container.show-all .preview-inner[b-54fw2qmt1h],
    .container.show-all .preview-image-container[b-54fw2qmt1h] {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }

    .container.show-all .preview-image[b-54fw2qmt1h],
    .container.show-all .default-image[b-54fw2qmt1h] {
        max-height: none !important;
        height: auto !important;
    }

    .container.show-all .input[b-54fw2qmt1h] {
        display: block !important;
    }

@media (min-width: 425px) and (max-width: 520px) {
    .container[b-54fw2qmt1h] {
        overflow: visible;
        max-height: calc(100vh - 140px);
        max-width: 720px;
        margin: 0 auto;
    }

    .content[b-54fw2qmt1h] {
        flex-direction: column;
        gap: 0;
        overflow-y: visible;
        max-height: none;
        /*  margin-top: 18px;*/
    }

    .upload-section[b-54fw2qmt1h],
    .preview-section[b-54fw2qmt1h] {
        flex: 1 1 100%;
        padding: 8px;
        overflow: visible;
        width: 100%;
    }

    .upload-box[b-54fw2qmt1h] {
        margin-bottom: 6px;
        margin-top: 8px;
        padding: 8px 7px;
        gap: 6px;
        height: 220px;
    }

    .upload-icon[b-54fw2qmt1h] {
        width: 44px;
        height: 44px;
        font-size: 22px;
        margin-bottom: 2px;
    }

    .upload-box h3[b-54fw2qmt1h] {
        font-size: 13px;
        margin: 1px 0;
    }

    .upload-box p[b-54fw2qmt1h] {
        font-size: 9px;
        margin: 0;
    }

    .browse-btn[b-54fw2qmt1h] {
        padding: 7px 15px;
        font-size: 11px;
        min-width: 120px;
        margin: 1px auto 0;
        gap: 5px;
    }

    .file-info p[b-54fw2qmt1h] {
        font-size: 8px;
    }

    .preview-image-container[b-54fw2qmt1h] {
        width: 100%;
        height: 220px;
        min-height: 220px;
        max-height: 220px;
        overflow: hidden;
        margin-top: 0;
        border-radius: 18px;
    }

    .preview-inner[b-54fw2qmt1h] {
        gap: 6px;
        justify-content: flex-start;
    }

    #resetBtn[b-54fw2qmt1h] {
        padding: 6px 45px;
        font-size: 11px;
        gap: 5px;
    }

    .control-btn[b-54fw2qmt1h] {
        padding: 9px 17px;
        font-size: 11px;
    }
}

@media (min-width: 590px) and (max-width: 1023px) {
    .container[b-54fw2qmt1h] {
        overflow: visible;
        max-height: calc(100vh - 160px);
        max-width: 960px;
        margin: 0 auto;
    }

    .content[b-54fw2qmt1h] {
        flex-direction: column;
        gap: 6px;
        overflow-y: visible;
        max-height: none;
        margin-top: 16px;
    }

    .upload-section[b-54fw2qmt1h],
    .preview-section[b-54fw2qmt1h] {
        flex: 1 1 100%;
        padding: 12px 14px;
        overflow: visible;
        width: 100%;
    }

    .upload-box[b-54fw2qmt1h] {
        margin-bottom: 10px;
        margin-top: 10px;
        padding: 12px 10px;
        gap: 8px;
        height: 220px;
    }

    .upload-icon[b-54fw2qmt1h] {
        width: 35px;
        height: 35px;
        font-size: 24px;
        margin-bottom: 2px;
    }

    .upload-box h3[b-54fw2qmt1h] {
        font-size: 14px;
        margin: 2px 0;
    }

    .upload-box p[b-54fw2qmt1h] {
        font-size: 10px;
        margin: 0;
    }

    .browse-btn[b-54fw2qmt1h] {
        padding: 8px 18px;
        font-size: 12px;
        min-width: 130px;
        margin: 2px auto 0;
        gap: 6px;
    }

    .file-info p[b-54fw2qmt1h] {
        font-size: 9px;
    }

    .preview-image-container[b-54fw2qmt1h] {
        width: 100%;
        height: 170px;
        min-height: 170px;
        max-height: 170px;
        overflow: hidden;
        margin-top: 0;
        border-radius: 22px;
    }

    .preview-inner[b-54fw2qmt1h] {
        gap: 10px;
        justify-content: flex-start;
    }

    #resetBtn[b-54fw2qmt1h] {
        padding: 8px 50px;
        font-size: 12px;
        gap: 6px;
    }

    .control-btn[b-54fw2qmt1h] {
        padding: 10px 20px;
        font-size: 12px;
    }
}

@media (max-width: 485px) {
    .hair-style main[b-54fw2qmt1h] {
        margin-top: 0 !important;
    }

    .hair-style .content[b-54fw2qmt1h] {
        margin-top: 0 !important;
    }

    .hair-style .upload-box[b-54fw2qmt1h] {
        height: 200px !important;
    }
}

@media (min-width: 425px) and (max-width: 520px) {
    .hair-style #resetBtn[b-54fw2qmt1h] {
        padding: 1px !important;
    }

    .hair-style .image-controls[b-54fw2qmt1h] {
        margin: 10px !important;
    }
}

@media (min-width: 500px) and (max-width: 600px) {
    .hair-style .upload-box[b-54fw2qmt1h] {
        height: 160px !important;
    }
}

@media (min-width: 590px) and (max-width: 1023px) {
    .hair-style .carousel-wrapper[b-54fw2qmt1h] {
        max-height: 60px !important;
    }

    .hair-style .upload-section[b-54fw2qmt1h] {
        padding: 6px 14px !important;
    }
}

@media (min-width: 391px) and (max-width: 430px) {
    .hair-style .upload-section[b-54fw2qmt1h] {
        padding: 20px !important;
    }
}

@media (min-width: 425px) and (max-width: 520px) {
    .hair-style .upload-box[b-54fw2qmt1h] {
        height: 170px !important;
    }

    .hair-style .browse-btn img[b-54fw2qmt1h] {
        width: 35px !important;
        height: 35px !important;
    }

    .hair-style .carousel-wrapper[b-54fw2qmt1h] {
        max-height: 75px !important;
    }
}

/* Status page styles (Coming Soon / Under Construction) */
.status-page[b-54fw2qmt1h] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 40px 20px;
    background: white;
    border-radius: 24px;
}

.status-content[b-54fw2qmt1h] {
    text-align: center;
    max-width: 600px;
    padding: 60px 40px;
}

.status-icon[b-54fw2qmt1h] {
    font-size: 64px;
    margin-bottom: 24px;
    background: linear-gradient(90deg, var(--pink) 0%, var(--purple) 50%, var(--blue) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

    .status-icon i[b-54fw2qmt1h] {
        display: inline-block;
        animation: float-b-54fw2qmt1h 3s ease-in-out infinite;
    }

.status-title[b-54fw2qmt1h] {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 12px;
    background: linear-gradient(90deg, var(--pink) 0%, var(--purple) 50%, var(--blue) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.status-message[b-54fw2qmt1h] {
    font-size: 16px;
    color: #374151;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 1.5;
}

.status-submessage[b-54fw2qmt1h] {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
    line-height: 1.4;
}

@keyframes float-b-54fw2qmt1h {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@media (max-width: 768px) {
    .status-content[b-54fw2qmt1h] {
        padding: 32px 20px;
    }

    .status-icon[b-54fw2qmt1h] {
        font-size: 48px;
        margin-bottom: 18px;
    }

    .status-title[b-54fw2qmt1h] {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .status-message[b-54fw2qmt1h] {
        font-size: 15px;
    }

    .status-submessage[b-54fw2qmt1h] {
        font-size: 13px;
    }
}
/* /Components/Pages/UploadImage.razor.rz.scp.css */
:root[b-2ydytwzq4a] {
    --primary-start: #5b3eff;
    --primary-end: #ff42c0;
    --accent-blue: #00bcd4;
    --card-bg: #ffffff;
    --text-main: #1b1b1f;
    --text-muted: #9fa3b8;
    --upload-border: #e0e4f2;
    --button-radius: 999px;
}

.page-wrapper[b-2ydytwzq4a] {
    margin-top: 40px;
    border: 3px dashed #D1D5DB;
    max-width: 1000px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    height: auto;
    min-height: auto;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: calc(100vh - 200px);
}

    .page-wrapper[b-2ydytwzq4a]::after {
        content: "";
        position: absolute;
        left: -20%;
        right: -20%;
        bottom: -35%;
        height: 260px;
        border-radius: 50%;
        z-index: 0;
    }

.content[b-2ydytwzq4a] {
    position: relative;
    z-index: 1;
}

.title-block[b-2ydytwzq4a] {
    text-align: center;
    margin-bottom: 25px;
    margin-top:30px;
}

    .title-block h1[b-2ydytwzq4a] {
        font-size: 32px;
        font-weight: 800;
        letter-spacing: 0.03em;
        background: linear-gradient(90deg, var(--blue) 20%, var(--purple) 30%, var(--pink) 50%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        margin-bottom: 6px;
    }

    .title-block p[b-2ydytwzq4a] {
        font-size: 13px;
        color: #374151;
    }

.upload-card[b-2ydytwzq4a] {
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 32px;
    border: 2px dashed var(--upload-border);
}

.upload-dropzone[b-2ydytwzq4a] {
    padding: 40px 16px 32px;
    text-align: center;
}


.upload-icon[b-2ydytwzq4a] {
    margin-bottom: 20px;
    margin-top: 30px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 30%, #E0E7FF, #F3E8FF,#FCE7F3);
    color: var(--purple);
    font-size: 34px;
}

.upload-icon-inner[b-2ydytwzq4a] {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--primary-start), var(--primary-end));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 26px;
}

.upload-title[b-2ydytwzq4a] {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 6px;
}

.upload-subtitle[b-2ydytwzq4a] {
    font-size: 13px;
    color: #484848;
    margin-bottom: 18px;
    margin-top: 20px;
}

.choose-photo-btn[b-2ydytwzq4a] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    background: linear-gradient(90deg, var(--accent-purple-a), var(--accent-pink-a));
    color: var(--white);
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.field-error[b-2ydytwzq4a] {
    color: #f94141;
    font-size: 13px;
    text-align: center;
    margin-top: 12px;
}

.choose-photo-btn:hover[b-2ydytwzq4a] {
    transform: translateY(-1px);
    opacity: 0.95;
}

.upload-note[b-2ydytwzq4a] {
    margin-top: 30px;
    font-size: 15px;
    color: #484848;
}

@media(max-width: 1040px) and (height>816px){
    .page-wrapper[b-2ydytwzq4a] {
        margin: 45px;
        margin-inline: 80px;
    }
}
@media(max-width: 1040px) and (height<816px) {
    .page-wrapper[b-2ydytwzq4a] {
        margin-inline:50px;
    }
    .upload-dropzone[b-2ydytwzq4a] {
        padding: 9px 0px 9px;
    }

    .upload-icon[b-2ydytwzq4a] {
        width: 68px;
        height: 68px;
    }

    .upload-title[b-2ydytwzq4a] {
        font-size: 24px;
    }

    .upload-subtitle[b-2ydytwzq4a] {
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .upload-note[b-2ydytwzq4a] {
        font-size: 11px;
    }

    .title-block[b-2ydytwzq4a] {
        font-size: 26px;
        margin-bottom: 2px;
    }

    .title-block[b-2ydytwzq4a] {
        margin-bottom: 5px;
    }
}


@media (max-width: 768px) {
    .page-wrapper[b-2ydytwzq4a] {
        border-radius: 0;
        height: auto;
        max-width: none;
        margin:20px;
    }

    .upload-card[b-2ydytwzq4a] {
        padding: 26px 20px;
    }

    .upload-dropzone[b-2ydytwzq4a] {
        padding: 30px 12px 24px;
    }

    .title-block h1[b-2ydytwzq4a] {
        font-size: 24px;
        margin-top: 20px;
        padding-top: 10px;
    }
    .upload-title[b-2ydytwzq4a]{
        font-size:22px;
    }
    .upload-icon[b-2ydytwzq4a]{
        width:60px;
        height:50px;
    }
    .upload-icon i[b-2ydytwzq4a] {
        font-size:22px
    }
 }

/* Fix scroll issues for 360px screens */
        @media (max-width: 360px) {
            .page-wrapper[b-2ydytwzq4a] {
                margin: 8px;
                margin-top: 10px;
                margin-bottom: 8px;
                height: auto;
                max-height: calc(100vh - 170px);
                overflow: hidden;
            }

            .title-block[b-2ydytwzq4a] {
                margin-top: 8px;
                margin-bottom: 10px;
            }

                .title-block h1[b-2ydytwzq4a] {
                    font-size: 16px;
                    margin-top: 8px;
                    padding-top: 4px;
                    margin-bottom: 4px;
                }

                .title-block p[b-2ydytwzq4a] {
                    font-size: 10px;
                    margin-bottom: 0;
                }

            .upload-card[b-2ydytwzq4a] {
                margin-bottom: 10px;
                padding: 12px 8px;
            }

            .upload-dropzone[b-2ydytwzq4a] {
                padding: 15px 8px 12px;
            }

            .upload-icon[b-2ydytwzq4a] {
                width: 45px;
                height: 45px;
                margin-bottom: 8px;
                margin-top: 12px;
            }

                .upload-icon i[b-2ydytwzq4a] {
                    font-size: 18px;
                }

            .upload-title[b-2ydytwzq4a] {
                font-size: 15px;
                margin-bottom: 4px;
            }

            .upload-subtitle[b-2ydytwzq4a] {
                font-size: 10px;
                margin-bottom: 10px;
                margin-top: 10px;
            }

            .choose-photo-btn[b-2ydytwzq4a] {
                padding: 8px 18px;
                font-size: 12px;
            }

            .upload-note[b-2ydytwzq4a] {
                margin-top: 12px;
                font-size: 10px;
            }
        }
        /* Fix scroll issues for 375px screens - More aggressive */
        @media (min-width: 361px) and (max-width: 390px) {
            .page-wrapper[b-2ydytwzq4a] {
                margin: 8px;
                margin-top: 12px;
                margin-bottom: 8px;
                height: auto;
                max-height: calc(100vh - 175px);
                overflow: hidden;
            }

            .title-block[b-2ydytwzq4a] {
                margin-top: 8px;
                margin-bottom: 12px;
            }

                .title-block h1[b-2ydytwzq4a] {
                    font-size: 17px;
                    margin-top: 8px;
                    padding-top: 4px;
                    margin-bottom: 4px;
                }

                .title-block p[b-2ydytwzq4a] {
                    font-size: 10px;
                    margin-bottom: 0;
                }

            .upload-card[b-2ydytwzq4a] {
                margin-bottom: 45px;
                padding: 14px 10px;
            }

            .upload-dropzone[b-2ydytwzq4a] {
                padding: 16px 10px 14px;
            }

            .upload-icon[b-2ydytwzq4a] {
                width: 48px;
                height: 48px;
                margin-bottom: 10px;
                margin-top: 14px;
            }

                .upload-icon i[b-2ydytwzq4a] {
                    font-size: 20px;
                }

            .upload-title[b-2ydytwzq4a] {
                font-size: 16px;
                margin-bottom: 4px;
            }

            .upload-subtitle[b-2ydytwzq4a] {
                font-size: 11px;
                margin-bottom: 11px;
                margin-top: 11px;
            }

            .choose-photo-btn[b-2ydytwzq4a] {
                padding: 9px 20px;
                font-size: 13px;
            }

            .upload-note[b-2ydytwzq4a] {
                margin-top: 14px;
                font-size: 11px;
            }
        }
        /* Fix scroll issues for 540px screens - More aggressive */
        @media (min-width: 520px) and (max-width: 600px) {
            .page-wrapper[b-2ydytwzq4a] {
                margin: 10px;
                margin-top: 15px;
                margin-bottom: 10px;
                height: auto;
                max-height: calc(100vh - 190px);
                overflow: hidden;
            }

            .title-block[b-2ydytwzq4a] {
                margin-top: 10px;
                margin-bottom: 15px;
            }

                .title-block h1[b-2ydytwzq4a] {
                    font-size: 19px;
                    margin-top: 10px;
                    padding-top: 5px;
                    margin-bottom: 5px;
                }

                .title-block p[b-2ydytwzq4a] {
                    font-size: 11px;
                    margin-bottom: 0;
                }

            .upload-card[b-2ydytwzq4a] {
                margin-bottom: 15px;
                padding: 18px 14px;
            }

            .upload-dropzone[b-2ydytwzq4a] {
                padding: 20px 12px 16px;
            }

            .upload-icon[b-2ydytwzq4a] {
                width: 55px;
                height: 55px;
                margin-bottom: 12px;
                margin-top: 16px;
            }

                .upload-icon i[b-2ydytwzq4a] {
                    font-size: 22px;
                }

            .upload-title[b-2ydytwzq4a] {
                font-size: 18px;
                margin-bottom: 5px;
            }

            .upload-subtitle[b-2ydytwzq4a] {
                font-size: 11px;
                margin-bottom: 13px;
                margin-top: 13px;
            }

            .choose-photo-btn[b-2ydytwzq4a] {
                padding: 11px 24px;
                font-size: 14px;
            }

            .upload-note[b-2ydytwzq4a] {
                margin-top: 16px;
                font-size: 12px;
            }
        }
        /* Laptop-specific layout: fit viewport without scroll while keeping design - covers typical laptop sizes */
        @media (min-width: 992px) and (max-width: 1439px) and (height > 705px) {
            .page-wrapper[b-2ydytwzq4a] {
                height: auto;
                max-height: calc(100vh - 200px);
                max-width: 850px;
                margin: auto;
                overflow: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .content[b-2ydytwzq4a] {
                width: 100%;
                max-width: 900px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                text-align: center;
                overflow: hidden;
                margin: 70px;
            }

            .title-block[b-2ydytwzq4a] {
                margin-bottom: 16px;
                margin-top: 12px;
                width: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                flex-shrink: 0; 
            }

                .title-block h1[b-2ydytwzq4a] {
                    font-size: 32px;
                    margin-bottom: 10px;
                    line-height: 1.2;
                    margin-top: 10px;
                }

                .title-block p[b-2ydytwzq4a] {
                    font-size: 15px;
                    margin-bottom: 0;
                    line-height: 1.2;
                }

            .upload-card[b-2ydytwzq4a] {
                width: 100%;
                max-width: 700px;
                margin: -36px auto -17px auto;
                border: 2px dashed var(--upload-border);
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                flex-shrink: 0; /* prevent shrinking */
            }

            .upload-dropzone[b-2ydytwzq4a] {
                padding: 24px 16px 20px;
                text-align: center;
                width: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                overflow: hidden;
            }

            .upload-icon[b-2ydytwzq4a] {
                width: 60px;
                height: 60px;
                margin-bottom: 8px;
                margin-top: 12px;
                margin-left: auto;
                margin-right: auto;
                flex-shrink: 0; /* prevent shrinking */
            }

            .upload-title[b-2ydytwzq4a] {
                font-size: 22px;
                margin-bottom: 4px;
                line-height: 1.2;
            }

            .upload-subtitle[b-2ydytwzq4a] {
                font-size: 12px;
                margin-bottom: 12px;
                margin-top: 12px;
                max-width: 550px;
                margin-left: auto;
                margin-right: auto;
                line-height: 1.3;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .choose-photo-btn[b-2ydytwzq4a] {
                padding: 12px 24px;
                font-size: 14px;
                margin-left: auto;
                margin-right: auto;
                flex-shrink: 0; /* prevent shrinking */
            }

            .upload-note[b-2ydytwzq4a] {
                margin-top: 12px;
                font-size: 12px;
                max-width: 550px;
                margin-left: auto;
                margin-right: auto;
                line-height: 1.3;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }
        }
        /* Desktop / PC layout: larger spacing and typography for wide screens (>=1440px) */
        @media (min-width: 1440px) {
            .page-wrapper[b-2ydytwzq4a] {
                height: auto;
                max-height: calc(100vh - 200px);
                margin-top: 24px;
                margin-bottom: 16px;
                padding: 35px;
                overflow: hidden;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }

            .content[b-2ydytwzq4a] {
                width: 100%;
                max-width: 900px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                text-align: center;
                overflow: hidden; /* prevent overflow inside content */
            }

            .title-block[b-2ydytwzq4a] {
                margin-bottom: 16px;
                margin-top: 12px;
                width: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                flex-shrink: 0; /* prevent shrinking */
            }

                .title-block h1[b-2ydytwzq4a] {
                    font-size: 28px;
                    margin-bottom: 4px;
                    line-height: 1.2;
                }

                .title-block p[b-2ydytwzq4a] {
                    font-size: 12px;
                    margin-bottom: 0;
                    line-height: 1.2;
                }

            .upload-card[b-2ydytwzq4a] {
                width: 100%;
                max-width: 700px;
                margin: 0 auto 12px auto;
                border: 2px dashed var(--upload-border);
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                flex-shrink: 0; /* prevent shrinking */
            }

            .upload-dropzone[b-2ydytwzq4a] {
                padding: 24px 16px 20px;
                text-align: center;
                width: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                overflow: hidden;
            }

            .upload-icon[b-2ydytwzq4a] {
                width: 60px;
                height: 60px;
                margin-bottom: 8px;
                margin-top: 12px;
                margin-left: auto;
                margin-right: auto;
                flex-shrink: 0; /* prevent shrinking */
            }

            .upload-title[b-2ydytwzq4a] {
                font-size: 22px;
                margin-bottom: 4px;
                line-height: 1.2;
            }

            .upload-subtitle[b-2ydytwzq4a] {
                font-size: 12px;
                margin-bottom: 12px;
                margin-top: 12px;
                max-width: 550px;
                margin-left: auto;
                margin-right: auto;
                line-height: 1.3;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .choose-photo-btn[b-2ydytwzq4a] {
                padding: 12px 24px;
                font-size: 14px;
                margin-left: auto;
                margin-right: auto;
                flex-shrink: 0; /* prevent shrinking */
            }

            .upload-note[b-2ydytwzq4a] {
                margin-top: 12px;
                font-size: 12px;
                max-width: 550px;
                margin-left: auto;
                margin-right: auto;
                line-height: 1.3;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }
            /* fine-tune for very large screens */
            .title-block h1[b-2ydytwzq4a] {
                font-size: 30px;
            }

            .upload-title[b-2ydytwzq4a] {
                font-size: 24px;
            }
        }

        input[type="file"][b-2ydytwzq4a] {
            display: none;
        }
        /* Laptop-specific layout: fit viewport without scroll while keeping design - covers typical laptop sizes */
        @media (min-width: 992px) and (max-width: 1439px) and (height < 705px) {
            .page-wrapper[b-2ydytwzq4a] {
                height: auto;
                max-height: calc(100vh - 200px);
                max-width: 850px;
                margin: auto;
                overflow: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .content[b-2ydytwzq4a] {
                width: 100%;
                max-width: 900px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                text-align: center;
                overflow: hidden;
                margin: 10px;
            }

            .title-block[b-2ydytwzq4a] {
                margin-bottom: 16px;
                margin-top: 12px;
                width: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                flex-shrink: 0; /* prevent shrinking */
            }

                .title-block h1[b-2ydytwzq4a] {
                    font-size: 20px;
                    margin-bottom: 4px;
                    line-height: 1.2;
                }

                .title-block p[b-2ydytwzq4a] {
                    font-size: 11px;
                    margin-bottom: 0;
                    line-height: 1.2;
                }

            .upload-card[b-2ydytwzq4a] {
                width: 100%;
                max-width: 700px;
                margin: -36px auto -17px auto;
                border: 2px dashed var(--upload-border);
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                flex-shrink: 0; /* prevent shrinking */
            }

            .upload-dropzone[b-2ydytwzq4a] {
                padding: 24px 16px 20px;
                text-align: center;
                width: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                overflow: hidden;
            }

            .upload-icon[b-2ydytwzq4a] {
                width: 60px;
                height: 60px;
                margin-bottom: 8px;
                margin-top: 12px;
                margin-left: auto;
                margin-right: auto;
                flex-shrink: 0; /* prevent shrinking */
            }

            .upload-title[b-2ydytwzq4a] {
                font-size: 22px;
                margin-bottom: 4px;
                line-height: 1.2;
            }

            .upload-subtitle[b-2ydytwzq4a] {
                font-size: 12px;
                margin-bottom: 12px;
                margin-top: 12px;
                max-width: 550px;
                margin-left: auto;
                margin-right: auto;
                line-height: 1.3;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .choose-photo-btn[b-2ydytwzq4a] {
                padding: 12px 24px;
                font-size: 14px;
                margin-left: auto;
                margin-right: auto;
                flex-shrink: 0; /* prevent shrinking */
            }

            .upload-note[b-2ydytwzq4a] {
                margin-top: 12px;
                font-size: 12px;
                max-width: 550px;
                margin-left: auto;
                margin-right: auto;
                line-height: 1.3;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }
        }
/* /Components/Popup/Account.razor.rz.scp.css */
.image1[b-ivfg95gks4] {
    width: 40px;
    height: 40px;
}

.image2[b-ivfg95gks4] {
    width: 36px;
    height: 36px;
}

.image3[b-ivfg95gks4] {
    width: 26px;
    height: 26px;
}

.account-popup[b-ivfg95gks4], .account-popup *[b-ivfg95gks4] {
    box-sizing: border-box;
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Make wrapper fluid and rely on .card for sizing so it behaves like LoginRegister popup */
.account-popup[b-ivfg95gks4] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 20px;
    width: 100%;
    min-height: 100vh;
}

.account-popup .card[b-ivfg95gks4] {
    width: 420px;
    max-width: 100%;
    background: var(--white);
    border-radius: 24px;
    padding: 28px 24px 22px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
    border: 2px solid var(--card-border);
    position: relative;
    text-align: center;
}

.account-popup .card-close[b-ivfg95gks4] {
    position: absolute;
    right: 14px;
    top: 12px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: none;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
    color: var(--gray-600);
}

.account-popup .avatar[b-ivfg95gks4] {
    width: 72px;
    height: 72px;
    border-radius: 999px;
    margin: 0 auto 16px;
    background: linear-gradient(135deg,#667EEA 0%,#764BA2 50%,#4A69BD 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 32px;
    font-weight: 600;
    border: none;
}

.account-popup .name[b-ivfg95gks4] {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    margin-bottom: 4px;
}

.account-popup .email[b-ivfg95gks4] {
    font-size: 14px;
    color: #666666;
    margin-bottom: 18px;
}

.account-popup .balance-card[b-ivfg95gks4],
.account-popup .primary-btn[b-ivfg95gks4],
.account-popup .danger-btn[b-ivfg95gks4] {
    border-radius: 18px;
    padding: 14px 16px;
    border: none;
    outline: none;
    width: 100%;
    cursor: pointer;
    margin-bottom: 12px;
}

.account-popup .balance-card[b-ivfg95gks4] {
    background: var(--grdiant2);
    color: var(--white);
    text-align: center;
    margin: 10px auto;
    max-width: 300px;
}

.account-popup .balance-title[b-ivfg95gks4] {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 8px;
}

.account-popup .balance-value[b-ivfg95gks4] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 10px;
}

.account-popup .amount[b-ivfg95gks4] {
    font-size: 20px;
    font-weight: 700;
}

.account-popup .recharge-btn[b-ivfg95gks4] {
    background: var(--white);
    color: #667EEA;
    border-radius: 999px;
    padding: 10px 22px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    border: none;
}

.account-popup .primary-btn[b-ivfg95gks4] {
    background: var(--grdiant2);
    color: var(--white);
    font-size: 15px;
    font-weight: 500;
    margin: 10px auto;
    max-width: 300px;
}

.account-popup .danger-btn[b-ivfg95gks4] {
    background: #e04f5f;
    color: var(--white);
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 10px auto;
    max-width: 300px;
}

.account-popup .danger-icon[b-ivfg95gks4] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.account-popup .danger-btn i[b-ivfg95gks4] {
    font-size: 16px;
    margin-right: 8px;
    color: inherit;
}

.loading[b-ivfg95gks4] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    pointer-events: none;
}

.load[b-ivfg95gks4] {
    background: rgba(255,255,255,0.96);
    padding: 18px 24px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    pointer-events: auto;
}

.loading-text[b-ivfg95gks4] {
    font-weight: 600;
    color: #222;
}

/* Responsive breakpoints adapted from LoginRegister popup */
@media (max-width: 1024px) {
    .account-popup[b-ivfg95gks4] { padding: 16px; min-height: 90vh; }
    .account-popup .card[b-ivfg95gks4] { width: 400px; padding: 26px 22px 20px; border-radius: 18px 18px 8px 8px; box-shadow: 0 12px 30px rgba(0,0,0,0.22); }
    .account-popup .avatar[b-ivfg95gks4] { width: 56px; height: 56px; font-size: 26px; }
    .account-popup .name[b-ivfg95gks4] { font-size: 20px; }
    .account-popup .amount[b-ivfg95gks4] { font-size: 18px; }
}

@media (max-width: 820px) {
    .account-popup[b-ivfg95gks4] { padding: 16px; }
    .account-popup .card[b-ivfg95gks4] { width: 380px; padding: 24px 20px 18px; }
    .account-popup .name[b-ivfg95gks4] { font-size: 18px; }
}

@media (max-width: 768px) {
    .account-popup[b-ivfg95gks4] { align-items: center; padding: 16px; min-height: 100vh; }
    .account-popup .card[b-ivfg95gks4] { width: 100%; max-width: 360px; margin: 0; border-radius: 20px; padding: 22px 18px 16px; box-shadow: 0 12px 30px rgba(0,0,0,0.22); }
    .account-popup .card-close[b-ivfg95gks4] { right: 12px; top: 12px; font-size: 16px; }
    .account-popup .avatar[b-ivfg95gks4] { width: 56px; height: 56px; font-size: 26px; }
    .account-popup .name[b-ivfg95gks4] { font-size: 20px; }
}

@media (max-width: 600px) {
    .account-popup .card[b-ivfg95gks4] { max-width: 340px; padding: 20px 16px 14px; }
    .account-popup .avatar[b-ivfg95gks4] { width: 52px; height: 52px; font-size: 24px; }
    .account-popup .name[b-ivfg95gks4] { font-size: 18px; }
}

@media (max-width: 480px) {
    .account-popup[b-ivfg95gks4] { padding: 12px; }
    .account-popup .card[b-ivfg95gks4] { border-radius: 14px 14px 6px 6px; padding: 16px; }
    .account-popup .avatar[b-ivfg95gks4] { width: 48px; height: 48px; font-size: 22px; margin-bottom: 12px; }
    .account-popup .name[b-ivfg95gks4] { font-size: 16px; }
    .account-popup .email[b-ivfg95gks4] { font-size: 12px; margin-bottom: 12px; }
    .account-popup .balance-title[b-ivfg95gks4] { font-size: 12px; }
    .account-popup .amount[b-ivfg95gks4] { font-size: 18px; }
    .account-popup .recharge-btn[b-ivfg95gks4] { padding: 8px 18px; font-size: 14px; }
    .account-popup .primary-btn[b-ivfg95gks4], .account-popup .danger-btn[b-ivfg95gks4], .account-popup .balance-card[b-ivfg95gks4] { padding: 12px 14px; font-size: 14px; border-radius: 14px; }
    .account-popup .danger-icon[b-ivfg95gks4] { width: 22px; height: 22px; font-size: 12px; }
}

@media (max-width: 390px) {
    .account-popup .card[b-ivfg95gks4] { width: 96%; max-width: 370px; padding: 16px 14px 12px; }
    .account-popup .avatar[b-ivfg95gks4] { width: 44px; height: 44px; font-size: 20px; }
    .account-popup .name[b-ivfg95gks4] { font-size: 15px; }
}

@media (max-width: 360px) {
    .account-popup .card[b-ivfg95gks4] { width: 98%; max-width: 350px; padding: 12px 10px 8px; }
    .account-popup .avatar[b-ivfg95gks4] { width: 40px; height: 40px; font-size: 18px; }
    .image1[b-ivfg95gks4] { width: 32px; height: 32px; }
}

@supports(padding: max(0px)) {
    .account-popup[b-ivfg95gks4] {
        padding-bottom: calc(20px + env(safe-area-inset-bottom));
    }
}
/* /Components/Popup/ForgetPassword.razor.rz.scp.css */
.container[b-y4e4igh8tj] {
    width: 100%;
    max-width: 420px;
    background: var(--white);
    border-radius: 18px;
    padding: 26px;
    position: relative;
    box-shadow: 0 20px 40px rgba(15, 8, 80, 0.12);
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.X[b-y4e4igh8tj] {
    position: absolute;
    right: 14px;
    top: 12px;
    cursor: pointer;
    color: var(--gray-400);
    font-size: 20px;
}

.title[b-y4e4igh8tj] {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 6px;
    color: var(--text-dark);
}

.desc[b-y4e4igh8tj] {
    text-align: center;
    color: var(--text-muted);
    font-size: 13px;
    margin-bottom: 18px;
}

.form-container[b-y4e4igh8tj] {
    margin-top: 6px;
}

.input-wrapper[b-y4e4igh8tj] {
    margin-bottom: 12px;
}

.input-box[b-y4e4igh8tj] {
    width: 100%;
    padding: 12px 14px;
    border-radius: 28px;
    border: none;
    font-size: 14px;
    outline: none;
    color: var(--text-dark);
    background: transparent;
}

.btn[b-y4e4igh8tj] {
    display: block;
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    background: var(--linear-gradient);
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.input-box:focus[b-y4e4igh8tj] {
    box-shadow: 0 6px 20px rgba(106,59,255,0.12);
}

@media (max-width: 480px) {
    .container[b-y4e4igh8tj] {
        padding: 18px;
        border-radius: 14px;
    }

    .title[b-y4e4igh8tj] {
        font-size: 20px;
    }

    .user-desc[b-y4e4igh8tj] {
        font-size: 13px;
    }

    .X[b-y4e4igh8tj] {
        right: 10px;
        top: 10px;
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .overlay[b-y4e4igh8tj] {
        align-items: center;
        padding: 16px;
    }

    .container[b-y4e4igh8tj] {
  
        width: 100%;
        margin: 0;
        border-radius: 18px 18px 8px 8px;
        padding: 20px;
        box-shadow: 0 12px 30px rgba(0,0,0,0.22);
    }

    .X[b-y4e4igh8tj] {
        right: 14px;
        top: 14px;
        font-size: 18px;
    }

    .title[b-y4e4igh8tj] {
        font-size: 22px;
    }

    .input-box[b-y4e4igh8tj] {
        width: 100%;
    }
}
                
/* /Components/Popup/Gallery.razor.rz.scp.css */
.overlay[b-4f0byhyega] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 10060;
    cursor: pointer;
}

.gallery-modal[b-4f0byhyega] {
    background: var(--white);
    width: 88%;
    max-width: 800px;
    margin: 0 10px;
    border-radius: 12px;
    overflow: hidden;
    padding-bottom: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    z-index: 10061;
}

.gallery-header[b-4f0byhyega] {
    background: linear-gradient(90deg, #3A77BC 13%, #8E5CA2 60%,#921B68 100%);
    padding: 12px 14px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.user-info[b-4f0byhyega] {
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 2;
}

.user-avatar[b-4f0byhyega] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid white;
    object-fit: cover;
}

.user-name[b-4f0byhyega] {
    color: var(--white);
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    margin-left: 20px;
}

.close-btn[b-4f0byhyega] {
    position: absolute;
    right: 10px;
    top: 8px;
    background: transparent;
    border: none;
    font-size: 24px;
    color: var(--white);
    cursor: pointer;
    z-index: 3;
}


.gallery-grid[b-4f0byhyega] {
    padding: 12px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1 1 auto;
}

.gallery-item[b-4f0byhyega] {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;
    padding: 6px;
    box-sizing: border-box;
}

    .gallery-item img[b-4f0byhyega] {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 8px;
        box-shadow: 0 6px 16px rgba(0,0,0,0.05);
    }

@media (min-width: 480px) {
    .gallery-grid[b-4f0byhyega] {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        padding: 12px;
    }
}

@media (min-width: 768px) {
    .gallery-grid[b-4f0byhyega] {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        padding: 14px;
    }

    .gallery-modal[b-4f0byhyega] {
        padding-bottom: 14px;
        border-radius: 14px;
    }

    .gallery-grid[b-4f0byhyega] {
        grid-auto-rows: 200px;
    }

    .gallery-item[b-4f0byhyega] {
        height: 100%;
        min-height: 0;
        padding: 6px;
    }

        .gallery-item img[b-4f0byhyega] {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
}

@media (min-width: 1024px) {
    .gallery-grid[b-4f0byhyega] {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
        padding: 16px;
    }

    .gallery-modal[b-4f0byhyega] {
        max-width: 800px;
        width: 80%;
    }

    .gallery-grid[b-4f0byhyega] {
        grid-auto-rows: 220px;
    }
}

@media (min-width: 1600px) {
    .gallery-modal[b-4f0byhyega] {
        max-width: 1000px;
        width: 70%;
    }

    .gallery-grid[b-4f0byhyega] {
        grid-auto-rows: 260px;
    }
}

.gallery-loading[b-4f0byhyega] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 12px;
    gap: 12px;
    min-height: 180px;
}

.spinner[b-4f0byhyega] {
    width: 40px;
    height: 40px;
    border: 5px solid rgba(0,0,0,0.08);
    border-top-color: #28438A;
    border-radius: 50%;
    animation: spin-b-4f0byhyega 0.9s linear infinite;
}

@keyframes spin-b-4f0byhyega {
    to {
        transform: rotate(360deg);
    }
}

.viewer-overlay[b-4f0byhyega] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.6);
    z-index: 10070;
}

.viewer-content[b-4f0byhyega] {
    z-index: 10071;
}

@media (max-width: 600px) {
    .gallery-grid[b-4f0byhyega] {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px;
        padding: 10px;
    }

    .gallery-item[b-4f0byhyega] {
        min-height: 120px;
        padding: 4px;
    }

        .gallery-item img[b-4f0byhyega] {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            border-radius: 8px;
        }
}
.gallery-item[b-4f0byhyega] {
    cursor: pointer;
    transition: transform 0.2s;
    position: relative;
}

    .gallery-item:hover[b-4f0byhyega] {
        transform: scale(1.05);
    }

.thumb-meta[b-4f0byhyega] {
    position: absolute;
    left: 8px;
    bottom: 8px;
    background: rgba(0,0,0,0.45);
    color: white;
    padding: 6px 8px;
    border-radius: 8px;
    font-size: 9px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.image-viewer-info[b-4f0byhyega] {
    color: white;
    padding: 12px 20px;
}

.image-viewer-overlay[b-4f0byhyega] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.2s ease-in;
}

.image-viewer-content[b-4f0byhyega] {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    background: transparent;
}

.image-viewer-header[b-4f0byhyega] {
    position: absolute;
    top: 20px;
    right: 30px;
    display: flex;
    gap: 15px;
    z-index: 10001;
    flex-direction: column;
}

.image-viewer-btn[b-4f0byhyega] {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    font-size: 20px;
    color: #333;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

    .image-viewer-btn:hover[b-4f0byhyega] {
        background: white;
        transform: scale(1.1);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    }

.download-btn:hover[b-4f0byhyega] {
    color: #4CAF50;
}

.delete-btn:hover[b-4f0byhyega] {
    color: #f44336;
}

.close-btn:hover[b-4f0byhyega] {
    color: #f44336;
}

.image-viewer-body[b-4f0byhyega] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
}

    .image-viewer-body img[b-4f0byhyega] {
        max-width: 100%;
        max-height: 70vh;
        object-fit: contain;
        border-radius: 8px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    }

@@keyframes fadeIn {
    from[b-4f0byhyega] {
        opacity: 0;
    }

    to[b-4f0byhyega] {
        opacity: 1;
    }
}
.gallery-footer[b-4f0byhyega] {
    display: flex;
    justify-content: space-between;
    padding: 12px 24px;
    margin-left: auto;
    padding-bottom: 3px;
}
.see-btn[b-4f0byhyega] {
    border-radius: 10px;
    background: var(--linear-gradient);
    color: var(--white);
    border-color: var(--white);
    font-size: 14px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0;
}
.see-btn i[b-4f0byhyega] {
    font-size: 16px;
}
.see-btn:disabled[b-4f0byhyega],
.see-btn[disabled][b-4f0byhyega] {
    background: #e6e6e6;
    color: #9a9a9a;
    border-color: #dcdcdc;
    cursor: not-allowed;
    opacity: 0.9;
    pointer-events: none;
}
.page[b-4f0byhyega] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--gray-600);
    font-weight: 600;
    margin-left: auto;
    padding-right: 28px;
    font-size: 10px;
}
/* /Components/Popup/Login.razor.rz.scp.css */
.card-close[b-nh80vcjhzb] {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 50px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background: transparent;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: var(--gray-600);
}
.btn[b-nh80vcjhzb] {
    display: block;
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    background: var(--linear-gradient);
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.container[b-nh80vcjhzb] {
    width: 100%;
    max-width: 420px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.header[b-nh80vcjhzb] {
    background-color: white;
    padding: 25px 30px 10px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.header h1[b-nh80vcjhzb] {
    font-size: 30px;
    font-weight: 600;
    color: var(--text-strong);
    margin-bottom: 5px;
    text-align: center;
}

.form-container[b-nh80vcjhzb] {
    padding: 25px 30px 30px;
}

.form-group[b-nh80vcjhzb] {
    margin-bottom: 20px;
}

.form-group label[b-nh80vcjhzb] {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--text-strong);
    font-size: 14px;
}

.input-wrapper[b-nh80vcjhzb] {
    margin-bottom: 12px;
}

.input-box[b-nh80vcjhzb] {
    width: 100%;
    padding: 12px 14px;
    border-radius: 28px;
    border: none;
    font-size: 14px;
    outline: none;
    color: var(--text-dark);
    background: transparent;
}

.input-box:focus[b-nh80vcjhzb] {
    box-shadow: 0 6px 20px rgba(106,59,255,0.12);
    border-color: var(--accent-purple-a);
}

.signin-link[b-nh80vcjhzb] {
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: var(--muted);
}

.signin-link a[b-nh80vcjhzb] {
    color: var(--blue-cta);
    text-decoration: none;
    font-weight: 500;
}

.signin-link a:hover[b-nh80vcjhzb] {
    text-decoration: underline;
}
.facebook-icon[b-nh80vcjhzb] {
    font-size: 22px;
}

.form-links[b-nh80vcjhzb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 10px 0 10px;
    gap: 8px;
    flex-wrap: nowrap;      
    white-space: nowrap;    
}
.form-links > *[b-nh80vcjhzb] {
    white-space: nowrap;
    flex: 0 1 auto;
    min-width: 0;
}

.text-link[b-nh80vcjhzb]{
    text-decoration:none;
}
.form-container[b-nh80vcjhzb]{
    max-width:420px;
}
.sign-up-style[b-nh80vcjhzb]{
    text-decoration:none;
    font-size:12px;
}
.error[b-nh80vcjhzb] {
    color: #f94141;
    font-size: 13px;
}
@media (max-width: 768px) {

    .overlay[b-nh80vcjhzb] {
        align-items: center;
        padding: 16px;
    }

    .container[b-nh80vcjhzb] {
        width: 100%;
        margin: 0;
        border-radius: 18px 18px 8px 8px;
        padding: 20px;
        box-shadow: 0 12px 30px rgba(0,0,0,0.22);
    }

    .card-close[b-nh80vcjhzb] {
        right: 14px;
        top: 14px;
        font-size: 18px;
        width: auto;
        height: auto;
    }

    .header h1[b-nh80vcjhzb] {
        font-size: 22px;
    }

    .form-container[b-nh80vcjhzb] {
        padding: 14px;
    }

    .btn[b-nh80vcjhzb] {
        padding: 12px;
        font-size: 15px;
        border-radius: 22px;
    }
}

@media (max-width: 360px) {
    .form-links[b-nh80vcjhzb] {
        margin: 0 6px;
        gap: 6px;
    }

    .form-links a[b-nh80vcjhzb],
    .form-links .text-link[b-nh80vcjhzb],
    .sign-up-style[b-nh80vcjhzb] {
        font-size: 12px; 
    }
}

@media (max-width: 344px) {
    .form-links[b-nh80vcjhzb] {
        margin: 0 4px;
        gap: 4px;
    }

    .form-links a[b-nh80vcjhzb],
    .form-links .text-link[b-nh80vcjhzb],
    .sign-up-style[b-nh80vcjhzb] {
        font-size: 11px;
        line-height: 1;
    }

    .form-container[b-nh80vcjhzb] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 480px) {
    .container[b-nh80vcjhzb] {
        padding: 16px;
        border-radius: 14px 14px 6px 6px;
    }

    .header h1[b-nh80vcjhzb] {
        font-size: 20px;
    }

    .card-close[b-nh80vcjhzb] {
        right: 10px;
        top: 10px;
        font-size: 16px;
    }

    .form-container[b-nh80vcjhzb] {
        padding: 12px;
    }

    .btn[b-nh80vcjhzb] {
        font-size: 14px;
    }
}
/* /Components/Popup/LoginRegister.razor.rz.scp.css */
.image1[b-clu9av28td] {
    width: 40px;
    height: 40px;
}

.card[b-clu9av28td] {
    position: relative;
    width: 420px;
    background: var(--white);
    border-radius: 24px;
    padding: 28px 24px 22px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
    border: 2px solid var(--card-border);
    justify-content:center
}

.card-close[b-clu9av28td] {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: none;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
    color: var(--gray-600);
}

.card-logo[b-clu9av28td] {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,var(--accent-purple-b),var(--accent-purple-c));
    color: var(--white);
    font-size: 30px;
}

.card-title[b-clu9av28td] {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 4px;
    color: #111827;
}

.card-subtitle[b-clu9av28td] {
    text-align: center;
    font-size: 18px;
    color: #6b7280;
    margin-bottom: 18px;
}

.card-panel[b-clu9av28td] {
    background: #f9fafb;
    border-radius: 16px;
    padding: 14px 16px 12px;
    margin-bottom: 20px;
}

.panel-heading[b-clu9av28td] {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 8px;
}

.panel-list[b-clu9av28td] {
    list-style: none;
    font-size: 15px;
    color: #4b5563;
}

.panel-list li[b-clu9av28td] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
}

.check[b-clu9av28td] {
    color: var(--accent-purple-d);
    font-size: 14px;
}

.btn-primary[b-clu9av28td] {
    background-image: linear-gradient(90deg, var(--pink) 0%, var(--purple) 50%, var(--blue) 100%);
    color: var(--white);
    margin-bottom: 10px;
}

.btn-primary:hover[b-clu9av28td] {
    filter: brightness(1.05);
}

.btn-outline[b-clu9av28td] {
    background: var(--white);
    color: var(--blue-600);
    border: 2px solid ;
}

    .btn-outline:hover[b-clu9av28td] {
        background: #eff6ff;
        border-color: var(--blue-600);
        color: var(--blue);
        -webkit-text-fill-color:var(--blue);
    }

/* Large tablets and desktops */
@media (max-width: 1024px) {
    .card[b-clu9av28td] {
        width: 400px;
        padding: 26px 22px 20px;
    }
}

/* Tablets */
@media (max-width: 820px) {
    .overlay[b-clu9av28td] {
        padding: 16px;
    }

    .card[b-clu9av28td] {
        width: 380px;
        padding: 24px 20px 18px;
    }

    .card-title[b-clu9av28td] {
        font-size: 26px;
    }

    .card-subtitle[b-clu9av28td] {
        font-size: 16px;
    }

    .panel-heading[b-clu9av28td] {
        font-size: 16px;
    }

    .panel-list[b-clu9av28td] {
        font-size: 14px;
    }
}

/* Mobile landscape and small tablets */
@media (max-width: 768px) {
    .overlay[b-clu9av28td] {
        align-items: center;
        padding: 16px;
    }

    .card[b-clu9av28td] {
        width: 100%;
        max-width: 360px;
        margin: 0;
        border-radius: 20px;
        padding: 22px 18px 16px;
        box-shadow: 0 12px 30px rgba(0,0,0,0.22);
    }

    .card-close[b-clu9av28td] {
        right: 12px;
        top: 12px;
        font-size: 16px;
    }

    .card-logo[b-clu9av28td] {
        width: 56px;
        height: 56px;
        font-size: 26px;
        margin-bottom: 14px;
    }

    .card-title[b-clu9av28td] {
        font-size: 24px;
    }

    .card-subtitle[b-clu9av28td] {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .card-panel[b-clu9av28td] {
        padding: 12px 14px 10px;
        margin-bottom: 18px;
    }

    .panel-heading[b-clu9av28td] {
        font-size: 15px;
    }

    .panel-list[b-clu9av28td] {
        font-size: 13px;
    }
}

/* Mobile devices */
@media (max-width: 600px) {
    .card[b-clu9av28td] {
        max-width: 340px;
        padding: 20px 16px 14px;
    }

    .card-logo[b-clu9av28td] {
        width: 52px;
        height: 52px;
        font-size: 24px;
    }

    .card-title[b-clu9av28td] {
        font-size: 22px;
    }

    .card-subtitle[b-clu9av28td] {
        font-size: 14px;
    }
}

/* iPhone 14 Pro Max and similar */
@media (max-width: 430px) {
    .card[b-clu9av28td] {
        width: 95%;
        max-width: 400px;
        padding: 18px 15px 12px;
    }

    .card-title[b-clu9av28td] {
        font-size: 20px;
    }

    .card-subtitle[b-clu9av28td] {
        font-size: 13px;
    }
}

/* iPhone 14 Pro, 13 Pro, 12 Pro */
@media (max-width: 414px) {
    .card[b-clu9av28td] {
        width: 96%;
        max-width: 390px;
    }
}

/* Standard mobile */
@media (max-width: 390px) {
    .card[b-clu9av28td] {
        width: 96%;
        max-width: 370px;
        padding: 16px 14px 12px;
    }

    .card-logo[b-clu9av28td] {
        width: 48px;
        height: 48px;
        font-size: 22px;
        margin-bottom: 12px;
    }

    .card-title[b-clu9av28td] {
        font-size: 19px;
    }

    .card-subtitle[b-clu9av28td] {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .card-panel[b-clu9av28td] {
        padding: 10px 12px 8px;
        margin-bottom: 16px;
    }

    .panel-heading[b-clu9av28td] {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .panel-list[b-clu9av28td] {
        font-size: 12px;
    }

    .check[b-clu9av28td] {
        font-size: 12px;
    }

    .image1[b-clu9av28td] {
        width: 36px;
        height: 36px;
    }
}

/* iPhone SE, older small phones */
@media (max-width: 375px) {
    .card[b-clu9av28td] {
        width: 97%;
        max-width: 360px;
        padding: 14px 12px 10px;
    }

    .card-logo[b-clu9av28td] {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }

    .card-title[b-clu9av28td] {
        font-size: 18px;
    }

    .card-subtitle[b-clu9av28td] {
        font-size: 12px;
    }

    .panel-heading[b-clu9av28td] {
        font-size: 13px;
    }

    .panel-list[b-clu9av28td] {
        font-size: 11px;
    }

    .image1[b-clu9av28td] {
        width: 34px;
        height: 34px;
    }
}

/* Galaxy Fold, very small screens */
@media (max-width: 360px) {
    .card[b-clu9av28td] {
        width: 98%;
        max-width: 350px;
        padding: 12px 10px 8px;
    }

    .card-close[b-clu9av28td] {
        font-size: 14px;
        right: 10px;
        top: 10px;
    }

    .card-logo[b-clu9av28td] {
        width: 40px;
        height: 40px;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .card-title[b-clu9av28td] {
        font-size: 17px;
        margin-bottom: 3px;
    }

    .card-subtitle[b-clu9av28td] {
        font-size: 11px;
        margin-bottom: 12px;
    }

    .card-panel[b-clu9av28td] {
        padding: 8px 10px 6px;
        margin-bottom: 14px;
        border-radius: 12px;
    }

    .panel-heading[b-clu9av28td] {
        font-size: 12px;
    }

    .panel-list[b-clu9av28td] {
        font-size: 10px;
    }

        .panel-list li[b-clu9av28td] {
            gap: 4px;
            margin-bottom: 3px;
        }

    .check[b-clu9av28td] {
        font-size: 11px;
    }

    .image1[b-clu9av28td] {
        width: 32px;
        height: 32px;
    }
}

/* Extra small screens */
@media (max-width: 344px) {
    .card[b-clu9av28td] {
        width: 98%;
        max-width: 330px;
        padding: 10px 8px 6px;
        border-radius: 16px;
    }

    .card-logo[b-clu9av28td] {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .card-title[b-clu9av28td] {
        font-size: 16px;
    }

    .card-subtitle[b-clu9av28td] {
        font-size: 10px;
    }

    .card-panel[b-clu9av28td] {
        padding: 6px 8px 4px;
    }

    .panel-heading[b-clu9av28td] {
        font-size: 11px;
    }

    .panel-list[b-clu9av28td] {
        font-size: 9px;
    }

    .image1[b-clu9av28td] {
        width: 30px;
        height: 30px;
    }
}

/* Very small devices */
@media (max-width: 320px) {
    .card[b-clu9av28td] {
        width: 98%;
        max-width: 310px;
        padding: 8px 6px 4px;
        border-radius: 14px;
    }

    .card-close[b-clu9av28td] {
        font-size: 12px;
        right: 8px;
        top: 8px;
    }

    .card-logo[b-clu9av28td] {
        width: 32px;
        height: 32px;
        font-size: 14px;
        margin-bottom: 8px;
    }

    .card-title[b-clu9av28td] {
        font-size: 15px;
    }

    .card-subtitle[b-clu9av28td] {
        font-size: 9px;
        margin-bottom: 10px;
    }

    .card-panel[b-clu9av28td] {
        padding: 5px 6px 3px;
        border-radius: 10px;
    }

    .panel-heading[b-clu9av28td] {
        font-size: 10px;
        margin-bottom: 4px;
    }

    .panel-list[b-clu9av28td] {
        font-size: 8px;
    }

        .panel-list li[b-clu9av28td] {
            gap: 3px;
            margin-bottom: 2px;
        }

    .check[b-clu9av28td] {
        font-size: 9px;
    }

    .image1[b-clu9av28td] {
        width: 28px;
        height: 28px;
    }
}

/* Landscape mode for small devices */
@media (max-height: 600px) and (orientation: landscape) {
    .card[b-clu9av28td] {
        max-height: 90vh;
        overflow-y: auto;
        padding: 16px 14px 12px;
    }

    .card-logo[b-clu9av28td] {
        width: 44px;
        height: 44px;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .card-title[b-clu9av28td] {
        font-size: 20px;
        margin-bottom: 3px;
    }

    .card-subtitle[b-clu9av28td] {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .card-panel[b-clu9av28td] {
        padding: 10px 12px 8px;
        margin-bottom: 14px;
    }

    .panel-heading[b-clu9av28td] {
        font-size: 14px;
    }

    .panel-list[b-clu9av28td] {
        font-size: 12px;
    }
}

/* Very tall and narrow screens */
@media (max-width: 280px) {
    .card[b-clu9av28td] {
        width: 98%;
        max-width: 270px;
        padding: 6px 4px 2px;
        border-radius: 12px;
    }

    .card-logo[b-clu9av28td] {
        width: 28px;
        height: 28px;
        font-size: 12px;
        margin-bottom: 6px;
    }

    .card-title[b-clu9av28td] {
        font-size: 14px;
    }

    .card-subtitle[b-clu9av28td] {
        font-size: 8px;
    }

    .card-panel[b-clu9av28td] {
        padding: 4px 5px 2px;
    }

    .panel-heading[b-clu9av28td] {
        font-size: 9px;
    }

    .panel-list[b-clu9av28td] {
        font-size: 7px;
    }

    .image1[b-clu9av28td] {
        width: 24px;
        height: 24px;
    }
}
/* /Components/Popup/OTP.razor.rz.scp.css */
.container[b-idlbr3jpmw] {
    width: 100%;
    max-width: 420px;
    background: var(--white);
    border-radius: 18px;
    padding: 26px;
    position: relative;
    box-shadow: 0 20px 40px rgba(15, 8, 80, 0.12);
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.X[b-idlbr3jpmw] {
    position: absolute;
    right: 14px;
    top: 12px;
    cursor: pointer;
    color: var(--gray-400);
    font-size: 20px;
}

.title[b-idlbr3jpmw] {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 6px;
    color: var(--text-dark);
}

.desc[b-idlbr3jpmw] {
    text-align: center;
    color: var(--text-muted);
    font-size: 13px;
    margin-bottom: 18px;
}

.btn[b-idlbr3jpmw] {
    display: block;
    width: 100%;
    padding: 12px;
    margin-top: 2px;
    background: var(--linear-gradient);
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 0px;
}

.form-container[b-idlbr3jpmw] {
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
}

.otp-row[b-idlbr3jpmw] {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 6px;
}

.otp-input[b-idlbr3jpmw] {
    width: 44px;
    height: 52px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
    border: 1px solid var(--border-light);
    outline: none;
    color: var(--text-dark);
    background: #fbfbff;
}

.otp-input:focus[b-idlbr3jpmw] {
     box-shadow: 0 6px 20px rgba(106,59,255,0.12);
     border-color: var(--accent-purple-a);
}

@media (max-width: 480px) {
    .container[b-idlbr3jpmw] {
        padding: 18px;
        border-radius: 14px;
    }

    .otp-input[b-idlbr3jpmw] {
        width: 40px;
        height: 48px;
        font-size: 18px;
    }

    .title[b-idlbr3jpmw] {
        font-size: 20px;
    }

    .X[b-idlbr3jpmw] {
        right: 10px;
        top: 10px;
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .overlay[b-idlbr3jpmw] {
        align-items: center;
        padding: 16px;
    }

    .container[b-idlbr3jpmw] {
     
        width: 100%;
        margin: 0;
        border-radius: 18px 18px 8px 8px;
        padding: 20px;
        box-shadow: 0 12px 30px rgba(0,0,0,0.22);
    }

    .X[b-idlbr3jpmw] {
        right: 14px;
        top: 14px;
        font-size: 18px;
    }

    .title[b-idlbr3jpmw] {
        font-size: 22px;
    }

    .otp-input[b-idlbr3jpmw] {
        width: 42px;
        height: 50px;
    }
}
/* /Components/Popup/Prices.razor.rz.scp.css */
.pricing-modal[b-wlpd6xjxuh] {
    background-color: #EFEFEF;
    border-radius: 18px;
    padding: 25px 28px;
    width: 100%;
    max-width: 900px;
    box-sizing: border-box;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.pricing-cards[b-wlpd6xjxuh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 22px;
    padding-top: 25px;
}

.card[b-wlpd6xjxuh] {
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    overflow: hidden;
    background: var(--white);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.card-top[b-wlpd6xjxuh] {
    background: var(--white);
    padding: 35px 12px 20px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

    .card-top[b-wlpd6xjxuh]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 55px;
        background: linear-gradient(135deg,#28438A,#CF1F93);
    }

    .card-top.popular[b-wlpd6xjxuh]::before {
        content: "POPULAR";
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 1.1rem;
        font-weight: 700;
        letter-spacing: .07em;
        height: 55px;
    }

.plan-pill[b-wlpd6xjxuh] {
    width:70%;
    margin-left:35px;
    margin-top: 45px;
    background: #20387E73;
    padding: 6px 20px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 999px;
    color: #fff;
}

.image1[b-wlpd6xjxuh], .image2[b-wlpd6xjxuh], .image3[b-wlpd6xjxuh] {
    width: 70px;
    height: 60px;
}

.coin-display[b-wlpd6xjxuh] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
}

.price[b-wlpd6xjxuh] {
    color: #645757;
    font-size: 38px;
    font-weight: bold;
}

.card-bottom[b-wlpd6xjxuh] {
    background: #1B367C;
    padding: 18px 16px 22px;
    text-align: center;
    color: white;
    margin-top: auto;
}

.price-amount[b-wlpd6xjxuh] {
    font-size: 2.1rem;
    font-weight: 800;
}

.price-note[b-wlpd6xjxuh] {
    font-size: 0.95rem;
    opacity: 0.95;
    margin-bottom: 10px;
}

.price-btn[b-wlpd6xjxuh] {
    width: 100%;
    padding: 12px 14px;
    margin-top: 12px;
    background: white;
    color: black;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s;
}

    .price-btn:hover[b-wlpd6xjxuh] {
        background: #f2f2f2;
    }

.btn-spinner[b-wlpd6xjxuh] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.25);
    border-top-color: #fff;
    border-radius: 50%;
    margin-right: 8px;
    animation: spin-b-wlpd6xjxuh .8s linear infinite;
}

@keyframes spin-b-wlpd6xjxuh {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 900px) {
    .pricing-modal[b-wlpd6xjxuh] {
        padding: 20px 20px;
        margin:15px;
    }

    .price[b-wlpd6xjxuh] {
        font-size: 32px;
    }

    .price-amount[b-wlpd6xjxuh] {
        font-size: 1.9rem;
    }
}

@media (max-width: 600px) {

    .pricing-modal[b-wlpd6xjxuh] {
        padding: 18px 14px;
        margin:20px;
    }

    .pricing-cards[b-wlpd6xjxuh] {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .plan-pill[b-wlpd6xjxuh] {
        margin-top: 28px;
        font-size: 14px;
    }

    .image1[b-wlpd6xjxuh], .image2[b-wlpd6xjxuh], .image3[b-wlpd6xjxuh] {
        width: 55px;
        height: 45px;
    }

    .price[b-wlpd6xjxuh] {
        font-size: 30px;
    }

    .price-amount[b-wlpd6xjxuh] {
        font-size: 1.7rem;
    }

    .card-top[b-wlpd6xjxuh]::before {
        height: 45px;
    }
}

@media (max-width: 380px) {
    .plan-pill[b-wlpd6xjxuh] {
        font-size: 13px;
        padding: 4px 12px;
    }

    .price[b-wlpd6xjxuh] {
        font-size: 26px;
    }

    .price-amount[b-wlpd6xjxuh] {
        font-size: 1.5rem;
    }

    .image1[b-wlpd6xjxuh], .image2[b-wlpd6xjxuh], .image3[b-wlpd6xjxuh] {
        width: 50px;
        height: 40px;
    }
}
/* SLIDER */
.slider-container[b-wlpd6xjxuh] {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: auto;
    padding:25px;
}

.pricing-slider[b-wlpd6xjxuh] {
    display: flex;
    gap: 22px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.slider-arrow[b-wlpd6xjxuh] {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    border: none;
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: 0.25s;
    background: transparent;
    color: var(--purple);
    font-size: 40px;
}

@media (max-width: 600px) {
    .slider-container[b-wlpd6xjxuh] {
        padding-bottom: 50px;
    }

    .slider-arrow[b-wlpd6xjxuh] {
        top: auto;
        bottom: 0;
        transform: none;
        padding: 8px 12px;
    }

        .slider-arrow.left[b-wlpd6xjxuh] {
            left: 30%;
        }

        .slider-arrow.right[b-wlpd6xjxuh] {
            right: 30%;
        }

    .pricing-slider .card[b-wlpd6xjxuh] {
        min-width: 46%;
    }
}

.pricing-slider .card[b-wlpd6xjxuh] {
    min-width: calc(33.33% - 15px);
}

@media (max-width: 900px) {
    .pricing-slider .card[b-wlpd6xjxuh] {
        min-width: calc(50% - 12px);
    }
}

@media (max-width: 600px) {
    .pricing-slider[b-wlpd6xjxuh] {
        gap: 14px;
    }

    .pricing-slider .card[b-wlpd6xjxuh] {
        min-width: 100%;
    }
}

.slider-arrow.left[b-wlpd6xjxuh] {
    left: -20px;
}

.slider-arrow.right[b-wlpd6xjxuh] {
    right: -20px;
}

@media (max-width: 600px) {
    .slider-container[b-wlpd6xjxuh] {
        padding-bottom: 60px;
    }

    .slider-arrow[b-wlpd6xjxuh] {
        top: auto;
        bottom: 0;
        transform: none;
        font-size: 34px;
        padding: 5px 10px;
    }

   .slider-arrow.left[b-wlpd6xjxuh] {
       left: 25%;
   }

   .slider-arrow.right[b-wlpd6xjxuh] {
       right: 25%;
   }
}
/* /Components/Popup/Register.razor.rz.scp.css */
.container[b-g7sgtkgwzd] {
    width: 100%;
    max-width: 420px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.card-close[b-g7sgtkgwzd] {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 50px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background: transparent;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: var(--gray-600);
}

.header[b-g7sgtkgwzd] {
    background-color: white;
    padding: 25px 30px 10px;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.text-link[b-g7sgtkgwzd] {
    text-decoration: none;
}
.header h1[b-g7sgtkgwzd] {
     font-size: 30px;
     font-weight: 600;
     color: var(--text-strong);
     margin-bottom: 5px;
     text-align: center;
}

.form-container[b-g7sgtkgwzd] {
    padding: 25px 30px 30px;
}

.form-group[b-g7sgtkgwzd] {
    margin-bottom: 20px;
}

.form-group label[b-g7sgtkgwzd] {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--text-strong);
    font-size: 14px;
}

.form-control[b-g7sgtkgwzd] {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid transparent;
    border-image: linear-gradient(to right, var(--grad-blue-start), var(--grad-blue-end)) 1;
    border-radius: 10px;
    font-size: 15px;
    transition: border-color 0.3s;
}

.form-control:focus[b-g7sgtkgwzd] {
    outline: none;
    border-color: var(--blue-cta);
}

.field-error[b-g7sgtkgwzd] {
    color: #f94141 ;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
    display: block;
    text-align: left;
    padding-left: 0.25rem;
}
.signin-link[b-g7sgtkgwzd] {
        text-align: center;
        margin-top: 25px;
        font-size: 14px;
        color: var(--muted);
    }

        .signin-link a[b-g7sgtkgwzd] {
            color: var(--blue-cta);
            text-decoration: none;
            font-weight: 500;
        }

            .signin-link a:hover[b-g7sgtkgwzd] {
                text-decoration: underline;
            }
}

/* iPhone SE (portrait) specific rules
   Goal: make popup visually match iPhone XR (proportions/scale).
   414 / 375 ≈ 1.104 -> scale up by ~1.10 so the popup on SE matches XR visual size.
*/
@media (max-width: 375px) and (max-height: 667px) and (orientation: portrait) {
  .container[b-g7sgtkgwzd],
  .registerForm[b-g7sgtkgwzd] {
    max-width: 420px; /* keep XR layout width */
    width: 420px;
    transform-origin: center center;
    transform: scale(1.10); /* scale up so SE looks like XR visually */
    margin: 6px auto; /* keep centered */
    box-shadow: 0 12px 30px rgba(0,0,0,0.22);
  }

  /* Ensure the overlay allows scrolling if scaled content overflows the viewport */
  .overlay[b-g7sgtkgwzd] {
    padding-top: 12px;
    padding-bottom: 12px;
    overflow: auto;
    align-items: center; /* center vertically */
    justify-content: center;
  }

  /* Slightly reduce inner paddings so scaled content fits better */
  .form-container[b-g7sgtkgwzd] {
    padding: 20px 22px 22px;
  }

  .header[b-g7sgtkgwzd] {
    padding: 20px 22px 8px;
  }

  .header h1[b-g7sgtkgwzd] {
    font-size: 28px;
  }
}

/* Generic mobile adjustments */
@media (max-width: 720px) {
    .card-panel[b-g7sgtkgwzd] {
        max-width: 92%;
        margin: 12px;
    }

    .title[b-g7sgtkgwzd] {
        font-size: 26px;
    }

    .form-container[b-g7sgtkgwzd] {
        padding: 16px;
    }

    .input-box[b-g7sgtkgwzd] {
        font-size: 14px;
        padding: 10px;
        height: 40px;
    }

    .btn[b-g7sgtkgwzd], .btn1[b-g7sgtkgwzd] {
        padding: 10px;
        font-size: 15px;
        border-radius: 22px;
    }
}

@media (max-width: 420px) {
    .card-panel[b-g7sgtkgwzd] {
        max-width: 98%;
        margin: 8px;
        border-radius: 8px;
    }

    .title[b-g7sgtkgwzd] {
        font-size: 22px;
    }
}
.registerForm[b-g7sgtkgwzd] {
    max-width: 420px;
    padding: 25px 30px 30px;
    background-color:var(--white);
    border-radius:20px;
}

@media (max-width: 768px) {
    .overlay[b-g7sgtkgwzd] {
        align-items: center;
        padding: 16px;
    }
    .container[b-g7sgtkgwzd],
    .registerForm[b-g7sgtkgwzd] {
      
        width: 100%;
        margin: 0;
        border-radius: 18px 18px 8px 8px;
        padding: 20px;
        box-shadow: 0 12px 30px rgba(0,0,0,0.22);
    }

    .card-close[b-g7sgtkgwzd] {
        right: 14px;
        top: 14px;
        font-size: 18px;
        width: auto;
        height: auto;
    }

    .title[b-g7sgtkgwzd] {
        font-size: 22px;
    }

    .form-container[b-g7sgtkgwzd] {
        padding: 14px;
    }
}

@media (max-width: 480px) {
    .container[b-g7sgtkgwzd],
    .registerForm[b-g7sgtkgwzd] {
        padding: 16px;
        border-radius: 14px 14px 6px 6px;
    }

    .title[b-g7sgtkgwzd] {
        font-size: 20px;
    }

    .card-close[b-g7sgtkgwzd] {
        right: 10px;
        top: 10px;
        font-size: 16px;
    }
}
/* /Components/Popup/ResetPassword.razor.rz.scp.css */
.container[b-hd0006fz5m] {
    width: 100%;
    max-width: 420px;
    background: var(--white);
    border-radius: 18px;
    padding: 26px;
    position: relative;
    box-shadow: 0 20px 40px rgba(15, 8, 80, 0.12);
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.X[b-hd0006fz5m] {
    position: absolute;
    right: 14px;
    top: 12px;
    cursor: pointer;
    color: var(--gray-400);
    font-size: 20px;
}

.title[b-hd0006fz5m] {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 6px;
    color: var(--text-dark);
}

.desc[b-hd0006fz5m] {
    text-align: center;
    color: var(--text-muted);
    font-size: 13px;
    margin-bottom: 18px;
}

.form-container[b-hd0006fz5m] {
    margin-top: 6px;
}

.input-wrapper[b-hd0006fz5m] {
    margin-bottom: 12px;
}

.input-box[b-hd0006fz5m] {
    width: 100%;
    padding: 12px 14px;
    border-radius: 28px;
    border: none;
    font-size: 14px;
    outline: none;
    color: var(--text-dark);
    background: transparent;
}

    .input-box:focus[b-hd0006fz5m] {
        box-shadow: 0 6px 20px rgba(106,59,255,0.12);
        border-color: var(--accent-purple-a);
    }

.error[b-hd0006fz5m] {
    font-size: 0.875rem;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
    display: block;
    text-align: left;
    padding-left: 0.25rem;
}

@media (max-width: 480px) {
    .container[b-hd0006fz5m] {
        padding: 18px;
        border-radius: 14px;
    }

    .title[b-hd0006fz5m] {
        font-size: 20px;
    }

    .X[b-hd0006fz5m] {
        right: 10px;
        top: 10px;
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .overlay[b-hd0006fz5m] {
        align-items: center;
        padding: 16px;
    }

    .container[b-hd0006fz5m] {
       
        width: 100%;
        margin: 0;
        border-radius: 18px 18px 8px 8px;
        padding: 20px;
        box-shadow: 0 12px 30px rgba(0,0,0,0.22);
    }

    .X[b-hd0006fz5m] {
        right: 14px;
        top: 14px;
        font-size: 18px;
    }

    .title[b-hd0006fz5m] {
        font-size: 22px;
    }
}
