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

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-auijnkhgwr {
    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/Home.razor.rz.scp.css */
.reveal-section[b-b5wf3qkphw] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 700ms ease, transform 700ms ease;
    will-change: opacity, transform;
}

.reveal-section.visible[b-b5wf3qkphw] {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1[b-b5wf3qkphw] { transition-delay: 0ms; }
.reveal-delay-2[b-b5wf3qkphw] { transition-delay: 120ms; }
.reveal-delay-3[b-b5wf3qkphw] { transition-delay: 240ms; }
.reveal-delay-4[b-b5wf3qkphw] { transition-delay: 360ms; }
.reveal-delay-5[b-b5wf3qkphw] { transition-delay: 480ms; }
.reveal-delay-6[b-b5wf3qkphw] { transition-delay: 600ms; }
/* /Components/Pages/Preview/PetPreviewPopover.razor.rz.scp.css */
.pet-preview-popover[b-n1l270orwg] {
    position: fixed;
    z-index: 9999;
    background: rgba(15, 23, 42, 0.98);
    border: 1px solid #1e293b;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 14px 40px rgba(0,0,0,0.32);
    min-width: 260px;
    max-width: 400px;
    width: 350px;
}
/* /Components/SkillsMarquee.razor.rz.scp.css */
.skills-marquee[b-eo6rdlt6wm] {
    display: flex;
    width: max-content;
    gap: 0.75rem;
    white-space: nowrap;
    animation: marquee-b-eo6rdlt6wm 60s linear infinite;
}

.skills-marquee:hover[b-eo6rdlt6wm] {
  animation-play-state: paused;
}

@keyframes marquee-b-eo6rdlt6wm {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}
