/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-er5bpwg8kq] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Header */

.site-header[b-er5bpwg8kq] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 2rem;
    padding: 1.25rem clamp(1rem, 5vw, 3rem);
    background: linear-gradient(135deg, var(--ptc-blue) 0%, var(--ptc-blue-dark) 100%);
    color: #fff;
}

.site-brand[b-er5bpwg8kq] {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: inherit;
    text-decoration: none;
}

/* White badge behind the logo — the bear's outline is the same blue as the
   header, so it needs a light backing to read. Rounded square rather than a
   circle so the ears are not clipped. */
.site-logo[b-er5bpwg8kq] {
    width: 72px;
    height: 72px;
    flex: none;
    border-radius: 14px;
    background: #fff;
    padding: 6px;
    object-fit: contain;
}

.site-title[b-er5bpwg8kq] {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.site-title-main[b-er5bpwg8kq] {
    font-size: clamp(1.15rem, 3.5vw, 1.75rem);
    font-weight: 700;
    letter-spacing: -0.01em;
}

.site-title-sub[b-er5bpwg8kq] {
    font-size: clamp(0.9rem, 2.5vw, 1.2rem);
    font-weight: 400;
    color: var(--ptc-gold);
}

.site-nav[b-er5bpwg8kq] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
}

    .site-nav[b-er5bpwg8kq]  a {
        color: rgba(255, 255, 255, 0.85);
        text-decoration: none;
        font-weight: 600;
        padding: 0.25rem 0;
        border-bottom: 2px solid transparent;
    }

    .site-nav[b-er5bpwg8kq]  a:hover {
        color: #fff;
        border-bottom-color: rgba(255, 255, 255, 0.5);
    }

    .site-nav[b-er5bpwg8kq]  a.active {
        color: #fff;
        border-bottom-color: var(--ptc-gold);
    }

/* Main + footer */

.site-main[b-er5bpwg8kq] {
    flex: 1;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 3rem) clamp(1rem, 5vw, 3rem);
}

.site-footer[b-er5bpwg8kq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 2rem 1.5rem;
    text-align: center;
    font-size: 0.9rem;
    color: var(--ptc-muted);
    border-top: 1px solid var(--ptc-line);
}

    .site-footer p[b-er5bpwg8kq] {
        margin: 0;
    }

.footer-contact[b-er5bpwg8kq] {
    font-weight: 600;
    color: var(--ptc-ink);
}

    .footer-contact a[b-er5bpwg8kq] {
        color: var(--ptc-blue);
    }

.social-link[b-er5bpwg8kq] {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: var(--ptc-blue);
    background: var(--ptc-blue-tint);
    transition: color 0.15s ease, background-color 0.15s ease, transform 0.15s ease;
}

    .social-link:hover[b-er5bpwg8kq], .social-link:focus-visible[b-er5bpwg8kq] {
        color: #fff;
        background: var(--ptc-blue);
        transform: translateY(-2px);
    }

    .social-link:focus-visible[b-er5bpwg8kq] {
        outline: 3px solid var(--ptc-gold);
        outline-offset: 2px;
    }

    .social-link[b-er5bpwg8kq]  .ptc-icon {
        width: 24px;
        height: 24px;
    }

#blazor-error-ui[b-er5bpwg8kq] {
    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-er5bpwg8kq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-znf301s60p],
.components-reconnect-repeated-attempt-visible[b-znf301s60p],
.components-reconnect-failed-visible[b-znf301s60p],
.components-pause-visible[b-znf301s60p],
.components-resume-failed-visible[b-znf301s60p],
.components-rejoining-animation[b-znf301s60p] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-znf301s60p],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-znf301s60p],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-znf301s60p],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-znf301s60p],
#components-reconnect-modal.components-reconnect-retrying[b-znf301s60p],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-znf301s60p],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-znf301s60p],
#components-reconnect-modal.components-reconnect-failed[b-znf301s60p],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-znf301s60p] {
    display: block;
}


#components-reconnect-modal[b-znf301s60p] {
    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-znf301s60p 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-znf301s60p 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-znf301s60p 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-znf301s60p]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-znf301s60p 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-znf301s60p {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-znf301s60p {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-znf301s60p {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-znf301s60p] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-znf301s60p] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-znf301s60p] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-znf301s60p] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-znf301s60p] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-znf301s60p] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-znf301s60p] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-znf301s60p 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-znf301s60p] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-znf301s60p {
    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;
    }
}
