/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ig2z23kuz4],
.components-reconnect-repeated-attempt-visible[b-ig2z23kuz4],
.components-reconnect-failed-visible[b-ig2z23kuz4],
.components-pause-visible[b-ig2z23kuz4],
.components-resume-failed-visible[b-ig2z23kuz4],
.components-rejoining-animation[b-ig2z23kuz4] {
    display: none;
}

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


#components-reconnect-modal[b-ig2z23kuz4] {
    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-ig2z23kuz4 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

#components-reconnect-modal p[b-ig2z23kuz4] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ig2z23kuz4] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ig2z23kuz4] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ig2z23kuz4] {
        background-color: #6b9ed2;
    }

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

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

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

@keyframes components-rejoining-animation-b-ig2z23kuz4 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Upload.razor.rz.scp.css */
.mace-tip-reel[b-8t5tirf2jb] {
    position: relative;
    isolation: isolate;
    box-sizing: border-box;
    width: 100%;
    max-width: 640px;
    margin-bottom: 1.5rem;
    padding: 1.25rem 1.5rem 1rem;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background:
        radial-gradient(circle at 12% 10%, rgba(255, 213, 79, 0.24), transparent 30%),
        linear-gradient(135deg, rgba(88, 101, 242, 0.42), rgba(235, 69, 158, 0.35) 55%, rgba(255, 193, 7, 0.2));
    border: 1px solid rgba(255, 213, 79, 0.72);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(235, 69, 158, 0.18), inset 0 0 24px rgba(255, 255, 255, 0.04);
}

.mace-tip-reel[b-8t5tirf2jb]::before {
    position: absolute;
    z-index: -1;
    inset: -120% -45%;
    content: "";
    background: linear-gradient(100deg, transparent 42%, rgba(255, 255, 255, 0.16) 50%, transparent 58%);
    transform: translateX(-45%) rotate(8deg);
    animation: mace-tip-shimmer-b-8t5tirf2jb 8s ease-in-out infinite;
    pointer-events: none;
}

.mace-tip-heading[b-8t5tirf2jb] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 0 2rem;
}

.mace-tip-heading h2[b-8t5tirf2jb] {
    margin: 0;
    color: #ffe082;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 14px rgba(255, 193, 7, 0.35);
}

.mace-tip-star[b-8t5tirf2jb] {
    color: #ffd54f;
    font-size: 1.15rem;
    filter: drop-shadow(0 0 6px rgba(255, 213, 79, 0.7));
    animation: mace-tip-star-pulse-b-8t5tirf2jb 2.4s ease-in-out infinite;
}

.mace-tip-star:last-child[b-8t5tirf2jb] {
    animation-delay: 1.2s;
}

.mace-tip-close[b-8t5tirf2jb],
.mace-tip-nav[b-8t5tirf2jb] {
    display: grid;
    color: rgba(255, 255, 255, 0.82);
    font: inherit;
    line-height: 1;
    background: rgba(24, 26, 29, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    place-items: center;
    cursor: pointer;
    transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.mace-tip-close:hover[b-8t5tirf2jb],
.mace-tip-nav:hover[b-8t5tirf2jb] {
    color: #fff;
    background: rgba(235, 69, 158, 0.34);
    border-color: rgba(255, 213, 79, 0.72);
    transform: scale(1.08);
}

.mace-tip-close:focus-visible[b-8t5tirf2jb],
.mace-tip-nav:focus-visible[b-8t5tirf2jb] {
    outline: 3px solid rgba(255, 224, 130, 0.75);
    outline-offset: 2px;
}

.mace-tip-close[b-8t5tirf2jb] {
    position: absolute;
    z-index: 1;
    top: 0.65rem;
    right: 0.65rem;
    width: 2rem;
    height: 2rem;
    font-size: 1.3rem;
}

.mace-tip-content[b-8t5tirf2jb] {
    display: grid;
    grid-template-columns: 2.5rem minmax(0, 1fr) 2.5rem;
    align-items: center;
    gap: 0.5rem;
}

.mace-tip-nav[b-8t5tirf2jb] {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2rem;
}

.mace-tip-stage[b-8t5tirf2jb] {
    display: grid;
    min-height: 3.25rem;
    place-items: center;
}

.mace-tip[b-8t5tirf2jb] {
    margin: 0;
    font-size: 1rem;
    font-weight: 650;
    line-height: 1.35;
    text-wrap: balance;
    animation: mace-tip-arrive-b-8t5tirf2jb 420ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.mace-tip-progress[b-8t5tirf2jb] {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
}

.mace-tip-dot[b-8t5tirf2jb] {
    width: 0.38rem;
    height: 0.38rem;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    transition: width 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.mace-tip-dot.is-active[b-8t5tirf2jb] {
    width: 1rem;
    background: #ffd54f;
    box-shadow: 0 0 8px rgba(255, 213, 79, 0.72);
}

@keyframes mace-tip-arrive-b-8t5tirf2jb {
    from {
        opacity: 0;
        transform: translateY(0.45rem) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes mace-tip-star-pulse-b-8t5tirf2jb {
    0%, 100% {
        transform: scale(0.9) rotate(-8deg);
    }

    50% {
        transform: scale(1.18) rotate(8deg);
    }
}

@keyframes mace-tip-shimmer-b-8t5tirf2jb {
    0%, 55% {
        transform: translateX(-45%) rotate(8deg);
    }

    85%, 100% {
        transform: translateX(45%) rotate(8deg);
    }
}

@media (max-width: 600px) {
    .mace-tip-reel[b-8t5tirf2jb] {
        padding: 1rem 0.85rem 0.85rem;
    }

    .mace-tip-heading[b-8t5tirf2jb] {
        gap: 0.4rem;
        padding: 0 1.75rem;
    }

    .mace-tip-heading h2[b-8t5tirf2jb] {
        font-size: 1.05rem;
    }

    .mace-tip-star[b-8t5tirf2jb] {
        font-size: 0.95rem;
    }

    .mace-tip-stage[b-8t5tirf2jb] {
        min-height: 4rem;
    }

    .mace-tip-content[b-8t5tirf2jb] {
        grid-template-columns: 2.25rem minmax(0, 1fr) 2.25rem;
        gap: 0.25rem;
    }

    .mace-tip-nav[b-8t5tirf2jb] {
        width: 2.25rem;
        height: 2.25rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mace-tip-reel[b-8t5tirf2jb]::before,
    .mace-tip-star[b-8t5tirf2jb],
    .mace-tip[b-8t5tirf2jb] {
        animation: none;
    }

    .mace-tip-dot[b-8t5tirf2jb] {
        transition: none;
    }

    .mace-tip-close[b-8t5tirf2jb],
    .mace-tip-nav[b-8t5tirf2jb] {
        transition: none;
    }
}
