/* /Components/ContactForm.razor.rz.scp.css */
/* Honeypot wrapper — visually removed and pulled off-screen so real users never
   see or focus it, while still being present in the DOM for bots to trip on.
   (display:none is avoided because some bots skip non-rendered fields.) */
.honeypot[b-qpqvhckcth] {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-4eob7dwu2c],
.components-reconnect-repeated-attempt-visible[b-4eob7dwu2c],
.components-reconnect-failed-visible[b-4eob7dwu2c],
.components-pause-visible[b-4eob7dwu2c],
.components-resume-failed-visible[b-4eob7dwu2c],
.components-rejoining-animation[b-4eob7dwu2c] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-4eob7dwu2c],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-4eob7dwu2c],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-4eob7dwu2c],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-4eob7dwu2c],
#components-reconnect-modal.components-reconnect-retrying[b-4eob7dwu2c],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-4eob7dwu2c],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-4eob7dwu2c],
#components-reconnect-modal.components-reconnect-failed[b-4eob7dwu2c],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-4eob7dwu2c] {
    display: block;
}


#components-reconnect-modal[b-4eob7dwu2c] {
    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-4eob7dwu2c 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-4eob7dwu2c 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-4eob7dwu2c 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-4eob7dwu2c]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-4eob7dwu2c 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-4eob7dwu2c {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-4eob7dwu2c {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-4eob7dwu2c {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-4eob7dwu2c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-4eob7dwu2c] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-4eob7dwu2c] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-4eob7dwu2c] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-4eob7dwu2c] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-4eob7dwu2c] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-4eob7dwu2c] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-4eob7dwu2c 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-4eob7dwu2c] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-4eob7dwu2c {
    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/Cookies.razor.rz.scp.css */
/* Scoped styling for the Cookie Policy page.
   Mirrors the Terms / Acceptable Usage Policy layout: clear numbered
   sections, highlighted refs and definitions, with two additions for
   this page: a titled list of Cookie types (3.3) and a set of
   browser-control links (4.3). */

.legal[b-5vw8d9bgdm] {
    color: var(--color-primary);
    line-height: 1.75;
}

.legal p[b-5vw8d9bgdm] {
    color: var(--color-primary);
}

/* "Last updated" note */
.last-updated[b-5vw8d9bgdm] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--color-accent-dark);
    background: color-mix(in srgb, var(--color-accent) 10%, white);
    border: 1px solid color-mix(in srgb, var(--color-accent) 22%, white);
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
    margin-bottom: 1.75rem;
}

/* Opening statement */
.lead-heading[b-5vw8d9bgdm] {
    color: var(--color-dark);
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 1.1rem;
}

.legal > p[b-5vw8d9bgdm] {
    margin-top: 1.05rem;
}

/* Each numbered top-level section */
.legal-section[b-5vw8d9bgdm] {
    margin-top: 2.75rem;
    padding-top: 2.25rem;
    border-top: 1px solid var(--color-light);
}

.legal-section h3[b-5vw8d9bgdm] {
    display: flex;
    gap: 0.55rem;
    align-items: baseline;
    color: var(--color-dark);
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    margin-bottom: 1rem;
}

.legal-section h3 .num[b-5vw8d9bgdm] {
    color: var(--color-accent);
    font-variant-numeric: tabular-nums;
}

/* Numbered clause (1.1, 2.3, …): hanging indent with a highlighted ref */
.clause[b-5vw8d9bgdm] {
    display: grid;
    grid-template-columns: 2.9rem 1fr;
    align-items: start;
    margin-top: 0.9rem;
}

.clause .ref[b-5vw8d9bgdm] {
    color: var(--color-accent-dark);
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

/* Definitions block in Part 1 */
.defs[b-5vw8d9bgdm] {
    margin-top: 1rem;
    padding-left: 2.9rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.defs .term[b-5vw8d9bgdm] {
    color: var(--color-accent-dark);
    font-weight: 600;
}

/* Cookie types (3.3.1 – 3.3.6): a titled sub-clause with a description */
.cookie-types[b-5vw8d9bgdm] {
    margin: 1.1rem 0 0;
    margin-left: 2.9rem;
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
}

.cookie-type-name[b-5vw8d9bgdm] {
    color: var(--color-dark);
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.cookie-type-name .sub[b-5vw8d9bgdm] {
    color: var(--color-accent-dark);
    font-variant-numeric: tabular-nums;
    margin-right: 0.5rem;
}

/* Browser-control links (4.3): a clean, tappable list */
.browser-links[b-5vw8d9bgdm] {
    list-style: none;
    margin: 1.1rem 0 0;
    margin-left: 2.9rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.browser-links li[b-5vw8d9bgdm] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.browser-links .note[b-5vw8d9bgdm] {
    font-size: 0.85rem;
    color: color-mix(in srgb, var(--color-primary) 80%, white);
}

/* Links inside the policy */
.legal a[b-5vw8d9bgdm] {
    color: var(--color-accent);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.legal a:hover[b-5vw8d9bgdm] {
    color: var(--color-accent-dark);
}

/* Comfortable reading on small screens */
@media (max-width: 640px) {
    .clause[b-5vw8d9bgdm] {
        grid-template-columns: 2.4rem 1fr;
    }

    .defs[b-5vw8d9bgdm],
    .cookie-types[b-5vw8d9bgdm],
    .browser-links[b-5vw8d9bgdm],
    .lettered[b-5vw8d9bgdm] {
        margin-left: 0;
        padding-left: 0;
    }
}
/* /Components/Pages/Policy.razor.rz.scp.css */
/* Scoped styling for the Privacy Policy page.
   Shares the on-brand legal look used by the Terms page: clear numbered
   sections, lettered rights (a, b, c…), tidy bullet points and highlighted
   refs, all kept comfortably readable. */

.legal[b-gbznb03zy6] {
    color: var(--color-primary);
    line-height: 1.75;
}

.legal p[b-gbznb03zy6] {
    color: var(--color-primary);
}

/* "Last updated" note */
.last-updated[b-gbznb03zy6] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--color-accent-dark);
    background: color-mix(in srgb, var(--color-accent) 10%, white);
    border: 1px solid color-mix(in srgb, var(--color-accent) 22%, white);
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
    margin-bottom: 1.75rem;
}

/* Opening statement */
.lead-heading[b-gbznb03zy6] {
    color: var(--color-dark);
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 1.1rem;
}

.legal > p[b-gbznb03zy6] {
    margin-top: 1.05rem;
}

/* Each numbered top-level section */
.legal-section[b-gbznb03zy6] {
    margin-top: 2.75rem;
    padding-top: 2.25rem;
    border-top: 1px solid var(--color-light);
}

.legal-section h3[b-gbznb03zy6] {
    display: flex;
    gap: 0.55rem;
    align-items: baseline;
    color: var(--color-dark);
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    margin-bottom: 1rem;
}

.legal-section h3 .num[b-gbznb03zy6] {
    color: var(--color-accent);
    font-variant-numeric: tabular-nums;
}

/* Running paragraphs within a section */
.legal-section p[b-gbznb03zy6] {
    margin-top: 0.95rem;
}

.legal-section p:first-of-type[b-gbznb03zy6] {
    margin-top: 0;
}

/* Lettered rights: a) b) c) … via a CSS counter */
.lettered[b-gbznb03zy6] {
    list-style: none;
    counter-reset: clause;
    margin: 1.1rem 0 0.4rem;
    padding: 0;
    margin-left: 2.9rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.lettered li[b-gbznb03zy6] {
    counter-increment: clause;
    position: relative;
    padding-left: 2rem;
    color: var(--color-primary);
}

.lettered li[b-gbznb03zy6]::before {
    content: counter(clause, lower-alpha) ")";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-accent-dark);
    font-weight: 600;
}

/* Simple bullet list (e.g. the security measures in Part 7) */
.bullets[b-gbznb03zy6] {
    list-style: none;
    margin: 1.1rem 0 0.4rem;
    padding: 0;
    margin-left: 2.9rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.bullets li[b-gbznb03zy6] {
    position: relative;
    padding-left: 1.4rem;
    color: var(--color-primary);
}

.bullets li[b-gbznb03zy6]::before {
    content: "";
    position: absolute;
    left: 0.15rem;
    top: 0.62rem;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--color-accent);
}

/* Links inside the policy */
.legal a[b-gbznb03zy6] {
    color: var(--color-accent);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.legal a:hover[b-gbznb03zy6] {
    color: var(--color-accent-dark);
}

/* Comfortable reading on small screens */
@media (max-width: 640px) {
    .lettered[b-gbznb03zy6],
    .bullets[b-gbznb03zy6] {
        margin-left: 0;
    }
}
/* /Components/Pages/Terms.razor.rz.scp.css */
/* Scoped styling for the Terms / Acceptable Usage Policy page.
   Keeps the legal document readable and on-brand: clear numbered
   sections, lettered sub-clauses (a, b, c…) and highlighted refs. */

.legal[b-zpr3i5f0yc] {
    color: var(--color-primary);
    line-height: 1.75;
}

.legal p[b-zpr3i5f0yc] {
    color: var(--color-primary);
}

/* "Last updated" note */
.last-updated[b-zpr3i5f0yc] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--color-accent-dark);
    background: color-mix(in srgb, var(--color-accent) 10%, white);
    border: 1px solid color-mix(in srgb, var(--color-accent) 22%, white);
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
    margin-bottom: 1.75rem;
}

/* Opening statement */
.lead-heading[b-zpr3i5f0yc] {
    color: var(--color-dark);
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 1.1rem;
}

.legal > p[b-zpr3i5f0yc] {
    margin-top: 1.05rem;
}

/* Each numbered top-level section */
.legal-section[b-zpr3i5f0yc] {
    margin-top: 2.75rem;
    padding-top: 2.25rem;
    border-top: 1px solid var(--color-light);
}

.legal-section h3[b-zpr3i5f0yc] {
    display: flex;
    gap: 0.55rem;
    align-items: baseline;
    color: var(--color-dark);
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    margin-bottom: 1rem;
}

.legal-section h3 .num[b-zpr3i5f0yc] {
    color: var(--color-accent);
    font-variant-numeric: tabular-nums;
}

/* Numbered clause (1.1, 2.3, …): hanging indent with a highlighted ref */
.clause[b-zpr3i5f0yc] {
    display: grid;
    grid-template-columns: 2.9rem 1fr;
    align-items: start;
    margin-top: 0.9rem;
}

.clause .ref[b-zpr3i5f0yc] {
    color: var(--color-accent-dark);
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

/* Definitions block in Part 1 */
.defs[b-zpr3i5f0yc] {
    margin-top: 1rem;
    padding-left: 2.9rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.defs .term[b-zpr3i5f0yc] {
    color: var(--color-accent-dark);
    font-weight: 600;
}

/* Lettered sub-clauses: a) b) c) … via a CSS counter */
.lettered[b-zpr3i5f0yc] {
    list-style: none;
    counter-reset: clause;
    margin: 0.85rem 0 0;
    padding: 0;
    margin-left: 2.9rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.lettered li[b-zpr3i5f0yc] {
    counter-increment: clause;
    position: relative;
    padding-left: 2rem;
    color: var(--color-primary);
}

.lettered li[b-zpr3i5f0yc]::before {
    content: counter(clause, lower-alpha) ")";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-accent-dark);
    font-weight: 600;
}

/* Links inside the policy */
.legal a[b-zpr3i5f0yc] {
    color: var(--color-accent);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.legal a:hover[b-zpr3i5f0yc] {
    color: var(--color-accent-dark);
}

/* Comfortable reading on small screens */
@media (max-width: 640px) {
    .clause[b-zpr3i5f0yc] {
        grid-template-columns: 2.4rem 1fr;
    }

    .defs[b-zpr3i5f0yc],
    .lettered[b-zpr3i5f0yc] {
        margin-left: 0;
        padding-left: 0;
    }
}
