/* /Components/Layout/CookieBanner.razor.rz.scp.css */
.cookie-banner[b-teoq9vyjhu] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1200;
    padding: 24px;
    transform: translateY(calc(100% + 32px));
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.4s ease-in-out;
}

.cookie-banner.slide-in[b-teoq9vyjhu] {
    transform: translateY(0);
    opacity: 1;
}

.cookie-banner-content[b-teoq9vyjhu] {
    max-width: 1200px;
    margin: 0 auto;
    border: 2px solid var(--mud-palette-primary);
    border-radius: 12px;
    box-shadow: 0px 8px 24px rgba(104, 48, 186, 0.3);
}

/* Mobile responsive */
@media (max-width: 768px) {
    .cookie-banner[b-teoq9vyjhu] {
        padding: 12px;
    }

    .cookie-banner-content[b-teoq9vyjhu] {
        border-radius: 8px;
    }

    /* Force vertical stacking on mobile */
    .cookie-banner .mud-stack[b-teoq9vyjhu] {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    /* Full width button on mobile */
    .cookie-banner .mud-button-root[b-teoq9vyjhu] {
        width: 100%;
        margin-top: 8px;
    }

    /* Adjust icon size on mobile */
    .cookie-banner .mud-icon-root[b-teoq9vyjhu] {
        font-size: 1.75rem;
    }
}

/* Tablet */
@media (min-width: 769px) and (max-width: 1024px) {
    .cookie-banner-content[b-teoq9vyjhu] {
        max-width: 95%;
    }

    .cookie-banner[b-teoq9vyjhu] {
        padding: 20px;
    }
}

/* Desktop */
@media (min-width: 1025px) {
    .cookie-banner[b-teoq9vyjhu] {
        padding: 24px;
    }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    .cookie-banner[b-teoq9vyjhu] {
        transition: opacity 0.2s ease-in-out;
    }

    .cookie-banner.slide-in[b-teoq9vyjhu] {
        transform: translateY(0);
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-1j3lwy0km8],
.components-reconnect-repeated-attempt-visible[b-1j3lwy0km8],
.components-reconnect-failed-visible[b-1j3lwy0km8],
.components-pause-visible[b-1j3lwy0km8],
.components-resume-failed-visible[b-1j3lwy0km8],
.components-rejoining-animation[b-1j3lwy0km8] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-1j3lwy0km8],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-1j3lwy0km8],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-1j3lwy0km8],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-1j3lwy0km8],
#components-reconnect-modal.components-reconnect-retrying[b-1j3lwy0km8],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-1j3lwy0km8],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-1j3lwy0km8],
#components-reconnect-modal.components-reconnect-failed[b-1j3lwy0km8],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-1j3lwy0km8] {
    display: block;
}


#components-reconnect-modal[b-1j3lwy0km8] {
    background-color: white;
    width: 24rem;
    max-width: 90vw;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 4px;
    box-shadow: 0px 11px 15px -7px rgba(0,0,0,0.2), 0px 24px 38px 3px rgba(0,0,0,0.14), 0px 9px 46px 8px rgba(0,0,0,0.12);
    opacity: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-1j3lwy0km8 0.5s both;
}

    #components-reconnect-modal[open][b-1j3lwy0km8] {
        animation: components-reconnect-modal-slideUp-b-1j3lwy0km8 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-1j3lwy0km8 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }

#components-reconnect-modal[b-1j3lwy0km8]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-1j3lwy0km8 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-1j3lwy0km8 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-1j3lwy0km8 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-1j3lwy0km8 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-1j3lwy0km8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

#components-reconnect-modal p[b-1j3lwy0km8] {
    margin: 0;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    color: rgba(0, 0, 0, 0.87);
}

#components-reconnect-modal a[b-1j3lwy0km8] {
    color: #594ae2;
    text-decoration: none;
    font-weight: 500;
}

    #components-reconnect-modal a:hover[b-1j3lwy0km8] {
        text-decoration: underline;
    }

#components-reconnect-modal button[b-1j3lwy0km8] {
    border: 0;
    background-color: #594ae2;
    color: white;
    padding: 8px 22px;
    border-radius: 4px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
}

    #components-reconnect-modal button:hover[b-1j3lwy0km8] {
        background-color: #7b5def;
        box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
    }

    #components-reconnect-modal button:active[b-1j3lwy0km8] {
        background-color: #4839c0;
        box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2), 0px 8px 10px 1px rgba(0,0,0,0.14), 0px 3px 14px 2px rgba(0,0,0,0.12);
    }

.components-rejoining-animation[b-1j3lwy0km8] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-1j3lwy0km8] {
        position: absolute;
        border: 3px solid #594ae2;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-1j3lwy0km8 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-1j3lwy0km8] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-1j3lwy0km8 {
    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;
    }
}
