/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-v2oz55ij4z] {
    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-v2oz55ij4z] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-17t5x0uymx],
.components-reconnect-repeated-attempt-visible[b-17t5x0uymx],
.components-reconnect-failed-visible[b-17t5x0uymx],
.components-pause-visible[b-17t5x0uymx],
.components-resume-failed-visible[b-17t5x0uymx],
.components-rejoining-animation[b-17t5x0uymx] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-17t5x0uymx],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-17t5x0uymx],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-17t5x0uymx],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-17t5x0uymx],
#components-reconnect-modal.components-reconnect-retrying[b-17t5x0uymx],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-17t5x0uymx],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-17t5x0uymx],
#components-reconnect-modal.components-reconnect-failed[b-17t5x0uymx],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-17t5x0uymx] {
    display: block;
}


#components-reconnect-modal[b-17t5x0uymx] {
    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-17t5x0uymx 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-17t5x0uymx 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-17t5x0uymx 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-17t5x0uymx]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-17t5x0uymx 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-17t5x0uymx {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-17t5x0uymx {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-17t5x0uymx {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-17t5x0uymx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-17t5x0uymx] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-17t5x0uymx] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-17t5x0uymx] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-17t5x0uymx] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-17t5x0uymx] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-17t5x0uymx] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-17t5x0uymx 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-17t5x0uymx] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-17t5x0uymx {
    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 */
.home-page[b-iln037yu0q] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: linear-gradient(135deg, #fff6f0 0%, #fde7d8 100%);
    font-family: 'Roboto', sans-serif;
}

.hero-card[b-iln037yu0q] {
    width: min(100%, 40rem);
    padding: 2.5rem;
    border-radius: 1.5rem;
    background-color: #ffffff;
    box-shadow: 0 1.5rem 3rem rgba(15, 23, 42, 0.12);
}

.hero-header[b-iln037yu0q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f0e6de;
}

.hero-copy[b-iln037yu0q] {
    flex: 1;
}

.hero-logo[b-iln037yu0q] {
    width: 9rem;
    max-width: 35%;
    height: auto;
}

.eyebrow[b-iln037yu0q] {
    margin: 0 0 0.5rem;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #E87724;
}

h1[b-iln037yu0q] {
    margin: 0;
    font-size: 1.75rem;
    line-height: 1.3;
    color: #0f172a;
}

.subtitle[b-iln037yu0q] {
    margin: 0.5rem 0 0;
    font-size: 0.95rem;
    color: #475569;
}

.form-panel[b-iln037yu0q] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.field-group[b-iln037yu0q] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.field-group + .field-group[b-iln037yu0q] {
    margin-top: 1rem;
}

.field-group label[b-iln037yu0q] {
    font-weight: 400;
    font-size: 0.9rem;
    color: #64748b;
}

.input[b-iln037yu0q] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.75rem;
    font-size: 1rem;
    color: #0f172a;
    background-color: #fff;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.code-input[b-iln037yu0q] {
    width: min(100%, 14rem);
}

.input:focus[b-iln037yu0q] {
    outline: none;
    border-color: #E87724;
    box-shadow: 0 0 0 0.2rem rgba(232, 119, 36, 0.18);
}

.button-row[b-iln037yu0q] {
    margin-top: 1em;
}

.submit-button[b-iln037yu0q] {
    border: none;
    border-radius: 0.75rem;
    padding: 0.8rem 2.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #E87724 0%, #c95f14 100%);
    cursor: pointer;
    transition: filter 0.15s;
}

.submit-button:hover[b-iln037yu0q] {
    filter: brightness(1.08);
}

.validation-summary[b-iln037yu0q],
.field-validation-error[b-iln037yu0q] {
    color: #b91c1c;
}

.confirmation-message[b-iln037yu0q] {
    margin-top: 1.5rem;
    padding: 1rem;
    border-radius: 1rem;
    background-color: #ecfdf5;
    color: #166534;
}

.error-message[b-iln037yu0q] {
    margin-top: 1.5rem;
    padding: 1rem;
    border-radius: 1rem;
    background-color: #fef2f2;
    color: #991b1b;
}

.confirm-message[b-iln037yu0q] {
    margin-top: 1.5rem;
    padding: 1rem;
    border-radius: 1rem;
    background-color: #fffbeb;
    color: #92400e;
}

.confirm-message p[b-iln037yu0q] {
    margin: 0 0 1rem;
}

.confirm-buttons[b-iln037yu0q] {
    display: flex;
    gap: 0.75rem;
}

.cancel-button[b-iln037yu0q] {
    border: 1px solid #cbd5e1;
    border-radius: 0.75rem;
    padding: 0.8rem 2.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #475569;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.15s;
}

.cancel-button:hover[b-iln037yu0q] {
    background-color: #f1f5f9;
}

.privacy-link[b-iln037yu0q] {
    margin-top: 1.5rem;
    text-align: right;
}

.privacy-link a[b-iln037yu0q] {
    color: #94a3b8;
    font-size: 0.85rem;
    text-decoration: none;
}

.privacy-link a:hover[b-iln037yu0q] {
    color: #E87724;
    text-decoration: underline;
}

@media (max-width: 640px) {
    .home-page[b-iln037yu0q] {
        padding: 1rem;
    }

    .hero-card[b-iln037yu0q] {
        padding: 1.5rem;
    }

    .hero-header[b-iln037yu0q] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        margin-bottom: 1.5rem;
        padding-bottom: 1rem;
    }

    .hero-logo[b-iln037yu0q] {
        width: 6rem;
        max-width: 100%;
    }

    h1[b-iln037yu0q] {
        font-size: 1.5rem;
    }

    .form-panel[b-iln037yu0q] {
        gap: 1.5rem;
    }
}
/* /Components/Pages/Privacy.razor.rz.scp.css */
.privacy-page[b-tvvzvwpmq9] {
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 2rem;
    background: linear-gradient(135deg, #fff6f0 0%, #fde7d8 100%);
    font-family: 'Roboto', sans-serif;
}

.privacy-card[b-tvvzvwpmq9] {
    width: min(100%, 48rem);
    padding: 2.5rem;
    border-radius: 1.5rem;
    background-color: #ffffff;
    box-shadow: 0 1.5rem 3rem rgba(15, 23, 42, 0.12);
    margin-top: 2rem;
}

.privacy-header[b-tvvzvwpmq9] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 0.25rem;
}

.privacy-logo[b-tvvzvwpmq9] {
    width: 5rem;
    height: auto;
}

.privacy-card h1[b-tvvzvwpmq9] {
    margin: 0;
    font-size: 1.75rem;
    color: #0f172a;
}

.last-updated[b-tvvzvwpmq9] {
    margin: 0 0 2rem;
    font-size: 0.85rem;
    color: #94a3b8;
}

.privacy-card section[b-tvvzvwpmq9] {
    margin-bottom: 1.5rem;
}

.privacy-card h2[b-tvvzvwpmq9] {
    margin: 0 0 0.5rem;
    font-size: 1.15rem;
    color: #E87724;
}

.privacy-card p[b-tvvzvwpmq9] {
    margin: 0 0 0.5rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #475569;
}

.privacy-card ul[b-tvvzvwpmq9] {
    margin: 0.25rem 0 0.5rem 1.25rem;
    padding: 0;
    font-size: 0.95rem;
    line-height: 1.8;
    color: #475569;
}

.back-link[b-tvvzvwpmq9] {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #f0e6de;
}

.back-link a[b-tvvzvwpmq9] {
    color: #E87724;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
}

.back-link a:hover[b-tvvzvwpmq9] {
    text-decoration: underline;
}

@media (max-width: 640px) {
    .privacy-page[b-tvvzvwpmq9] {
        padding: 1rem;
    }

    .privacy-card[b-tvvzvwpmq9] {
        padding: 1.5rem;
        margin-top: 1rem;
    }
}
