/* /Components/Layout/Footer.razor.rz.scp.css */
.site-footer[b-s1yhf3u9ne] {
    border-top: 1px solid #eceef1;
    margin-top: 3rem;
    background: #fff;
}

.footer-inner[b-s1yhf3u9ne] {
    max-width: 900px;
    margin: 0 auto;
    padding: 2.25rem 1.25rem 2.75rem;
    text-align: center;
}

.disclaimer[b-s1yhf3u9ne] {
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.65;
    max-width: 820px;
    margin: 0 auto;
}

    /* ::deep: the Terms link arrives inside a translated MarkupString, so CSS isolation never
       stamps its scope attribute on it — a plain `a` selector would compile to `a[b-...]` and
       never match. ::deep puts the attribute on .disclaimer instead. */
    .disclaimer[b-s1yhf3u9ne]  a {
        color: #374151;
        font-weight: 600;
        text-decoration: underline;
    }

.footer-links[b-s1yhf3u9ne] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.75rem;
    margin: 1.5rem 0;
}

    .footer-links a[b-s1yhf3u9ne] {
        color: #4b5563;
        text-decoration: none;
        font-size: 0.95rem;
    }

        .footer-links a:hover[b-s1yhf3u9ne] {
            color: #111827;
            text-decoration: underline;
        }

.age-badge[b-s1yhf3u9ne] {
    color: #6b7280;
    font-size: 0.85rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
}

.copyright[b-s1yhf3u9ne] {
    color: #9ca3af;
    font-size: 0.85rem;
    margin: 0;
}

    .copyright strong[b-s1yhf3u9ne] {
        color: #6b7280;
        font-weight: 700;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-wl8s1ewuf7] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #fff;
}

main[b-wl8s1ewuf7] {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.content[b-wl8s1ewuf7] {
    max-width: 1080px;
    width: 100%;
    /* Auto margins center the content vertically when the page is short, and
       collapse to top-aligned (with normal scrolling) when content is tall. */
    margin: auto;
    padding: 2rem 1.25rem;
}

#blazor-error-ui[b-wl8s1ewuf7] {
    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-wl8s1ewuf7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.topbar[b-ydtyxn4fxq] {
    background: #fff;
    border-bottom: 1px solid #eceef1;
    position: sticky;
    top: 0;
    z-index: 20;
}

.topbar-inner[b-ydtyxn4fxq] {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 1.25rem;
    height: 64px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.brand[b-ydtyxn4fxq] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 1.4rem;
    font-weight: 800;
    color: #111827;
    text-decoration: none;
    letter-spacing: -0.02em;
}

    .brand-mark[b-ydtyxn4fxq] {
        width: 30px;
        height: 30px;
        display: block;
    }

    .brand-accent[b-ydtyxn4fxq] {
        color: var(--accent);
    }

/* Links: pushed to the right, inline on desktop */
.nav-links[b-ydtyxn4fxq] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.nav-links[b-ydtyxn4fxq]  .nav-link {
    color: #4b5563;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.97rem;
    padding: 0.5rem 0.9rem;
    border-radius: 8px;
    white-space: nowrap;
    background: none;
    border: none;
    cursor: pointer;
}

    .nav-links[b-ydtyxn4fxq]  .nav-link:hover {
        color: #111827;
        background: #f3f4f6;
    }

    .nav-links[b-ydtyxn4fxq]  .nav-link.active {
        color: var(--accent);
    }

.nav-logout[b-ydtyxn4fxq] {
    display: inline;
    margin: 0;
}

/* Hamburger (hidden on desktop) */
.nav-toggle[b-ydtyxn4fxq] {
    display: none;
}

.nav-toggle-label[b-ydtyxn4fxq] {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    margin-left: auto;
    padding: 8px;
}

    .nav-toggle-label span[b-ydtyxn4fxq] {
        display: block;
        width: 24px;
        height: 2px;
        background: #111827;
        border-radius: 2px;
    }

@media (max-width: 767.98px) {
    .nav-toggle-label[b-ydtyxn4fxq] {
        display: flex;
    }

    .nav-links[b-ydtyxn4fxq] {
        position: absolute;
        top: 64px;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        margin: 0;
        padding: 0.5rem 1rem 1rem;
        background: #fff;
        border-bottom: 1px solid #eceef1;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
        display: none;
    }

    .nav-toggle:checked ~ .nav-links[b-ydtyxn4fxq] {
        display: flex;
    }

    .nav-links[b-ydtyxn4fxq]  .nav-link {
        padding: 0.75rem 0.5rem;
        border-radius: 6px;
        width: 100%;
        text-align: left;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-bdt6750h5u],
.components-reconnect-repeated-attempt-visible[b-bdt6750h5u],
.components-reconnect-failed-visible[b-bdt6750h5u],
.components-pause-visible[b-bdt6750h5u],
.components-resume-failed-visible[b-bdt6750h5u],
.components-rejoining-animation[b-bdt6750h5u] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-bdt6750h5u {
    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 */
.hero[b-w92vm9qlcz] {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    padding: 4.5rem 1rem 2rem;
}

.hero-title[b-w92vm9qlcz] {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.08;
    color: #111827;
    margin: 0;
}

    /* ::deep is required wherever the element comes from a translated MarkupString: CSS isolation
       only stamps its scope attribute on compiler-emitted markup, so a plain descendant selector
       would compile to `span[b-...]` and never match. ::deep moves the attribute to the parent. */
    .hero-title[b-w92vm9qlcz]  span {
        color: var(--accent);
    }

.hero-sub[b-w92vm9qlcz] {
    margin: 1.1rem auto 0;
    max-width: 560px;
    font-size: 1.15rem;
    color: #6b7280;
}

    /* MarkupString (the supported-sites link is a translated placeholder) — see ::deep above. */
    .hero-sub[b-w92vm9qlcz]  a {
        color: #6b7280;
        text-decoration: underline;
    }

.hero-form[b-w92vm9qlcz] {
    display: flex;
    gap: 0.6rem;
    max-width: 640px;
    margin: 2rem auto 0;
}

.hero-input[b-w92vm9qlcz] {
    flex: 1;
    padding: 0.85rem 1.1rem;
    font-size: 1rem;
    color: #111827;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    outline: none;
    transition: border-color .15s, box-shadow .15s;
}

    .hero-input:focus[b-w92vm9qlcz] {
        border-color: var(--accent);
        box-shadow: 0 0 0 3px var(--accent-ring);
    }

.hero-btn[b-w92vm9qlcz] {
    padding: 0.85rem 1.9rem;
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: background .15s, opacity .15s;
}

    .hero-btn:hover:not(:disabled)[b-w92vm9qlcz] {
        background: var(--accent-hover);
    }

    .hero-btn:disabled[b-w92vm9qlcz] {
        opacity: 0.45;
        cursor: not-allowed;
    }

.hero-note[b-w92vm9qlcz] {
    margin-top: 0.85rem;
    font-size: 0.85rem;
    color: #9ca3af;
}

.hero-error[b-w92vm9qlcz] {
    margin: 1.5rem auto 0;
    max-width: 640px;
    text-align: left;
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
    border-radius: 10px;
    padding: 0.8rem 1rem;
}

.result-card[b-w92vm9qlcz] {
    margin: 2rem auto 0;
    max-width: 640px;
    text-align: left;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 1.5rem;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
}

.result-title[b-w92vm9qlcz] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.result-sub[b-w92vm9qlcz] {
    color: #6b7280;
    font-size: 0.9rem;
    margin: 0.25rem 0 1.25rem;
}

.field-label[b-w92vm9qlcz] {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.35rem;
}

.reset-btn[b-w92vm9qlcz] {
    display: block;
    margin: 1rem auto 0;
    background: none;
    border: none;
    color: #6b7280;
    font-size: 0.9rem;
    cursor: pointer;
    text-decoration: underline;
}

    .reset-btn:hover[b-w92vm9qlcz] {
        color: #111827;
    }

@media (max-width: 600px) {
    .hero[b-w92vm9qlcz] {
        padding-top: 2.75rem;
    }

    .hero-title[b-w92vm9qlcz] {
        font-size: 2.1rem;
    }

    .hero-form[b-w92vm9qlcz] {
        flex-direction: column;
    }

    .hero-btn[b-w92vm9qlcz] {
        width: 100%;
    }
}
/* /Components/Pages/SupportedSites.razor.rz.scp.css */
.sites[b-iqd93e1xzc] {
    max-width: 820px;
    margin: 0 auto;
    padding: 1.5rem 0 2rem;
}

.sites-title[b-iqd93e1xzc] {
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #111827;
    margin: 0;
}

.sites-lead[b-iqd93e1xzc] {
    color: #6b7280;
    font-size: 1.05rem;
    margin: 0.85rem 0 0;
    max-width: 680px;
}

    .sites-lead strong[b-iqd93e1xzc] {
        color: #111827;
    }

.sites-group[b-iqd93e1xzc] {
    margin-top: 2rem;
}

.sites-group-title[b-iqd93e1xzc] {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #9ca3af;
    margin: 0 0 0.85rem;
}

.sites-chips[b-iqd93e1xzc] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.site-chip[b-iqd93e1xzc] {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.95rem;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 500;
    color: #374151;
}

.sites-all[b-iqd93e1xzc] {
    margin-top: 2.75rem;
    padding-top: 1.75rem;
    border-top: 1px solid #eceef1;
}

.sites-filter[b-iqd93e1xzc] {
    width: 100%;
    max-width: 360px;
    padding: 0.6rem 0.9rem;
    font-size: 0.95rem;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    outline: none;
    margin-bottom: 1.25rem;
}

    .sites-filter:focus[b-iqd93e1xzc] {
        border-color: var(--accent);
        box-shadow: 0 0 0 3px var(--accent-ring);
    }

.sites-list[b-iqd93e1xzc] {
    list-style: none;
    margin: 0;
    padding: 0;
    column-width: 180px;
    column-gap: 1.5rem;
}

    .sites-list li[b-iqd93e1xzc] {
        padding: 0.3rem 0;
        color: #4b5563;
        font-size: 0.92rem;
        break-inside: avoid;
    }

.sites-loading[b-iqd93e1xzc] {
    color: #9ca3af;
    font-size: 0.95rem;
}
