/* /Components/Layout/MainLayout.razor.rz.scp.css */
.shell[b-alxlfpnunm] {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.site-header[b-alxlfpnunm] {
    position: sticky;
    top: 0;
    z-index: 10;
    backdrop-filter: blur(16px);
    background: rgba(244, 239, 230, 0.82);
    border-bottom: 1px solid var(--panel-border);
}

.site-main[b-alxlfpnunm] {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 2rem 0 4rem;
}

.content[b-alxlfpnunm] {
    display: block;
}

.site-footer[b-alxlfpnunm] {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto 1.5rem;
    padding: 1.5rem 1.75rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    border: 1px solid var(--panel-border);
    border-radius: 28px;
    background: rgba(255, 252, 246, 0.85);
    box-shadow: var(--shadow-soft);
}

.footer-brand[b-alxlfpnunm] {
    max-width: 36rem;
}

.footer-kicker[b-alxlfpnunm] {
    display: inline-block;
    margin-bottom: 0.35rem;
    font-size: 0.82rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.footer-brand p[b-alxlfpnunm] {
    margin: 0;
    color: var(--text-muted);
}

.footer-links[b-alxlfpnunm] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer-links a[b-alxlfpnunm] {
    text-decoration: none;
    color: var(--text-strong);
    font-weight: 600;
}

.footer-links a:hover[b-alxlfpnunm] {
    color: var(--accent-dark);
}

#blazor-error-ui[b-alxlfpnunm] {
    color-scheme: light only;
    background: #fff0c5;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-alxlfpnunm] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 720px) {
    .site-main[b-alxlfpnunm] {
        width: min(100% - 1rem, 1180px);
        padding-top: 1.25rem;
    }

    .site-footer[b-alxlfpnunm] {
        width: min(100% - 1rem, 1180px);
        margin-bottom: 0.75rem;
        padding: 1.25rem;
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-shell[b-pbjk2bzp0s] {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    min-height: 4.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.brand[b-pbjk2bzp0s] {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    text-decoration: none;
    color: var(--text-strong);
}

.brand-mark[b-pbjk2bzp0s] {
    width: 2.75rem;
    height: 2.75rem;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
    color: #fffaf3;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    letter-spacing: 0.06em;
    box-shadow: 0 12px 30px rgba(123, 65, 40, 0.22);
}

.brand-copy[b-pbjk2bzp0s] {
    display: flex;
    flex-direction: column;
}

.brand-copy strong[b-pbjk2bzp0s] {
    font-size: 1rem;
    line-height: 1.1;
}

.brand-copy small[b-pbjk2bzp0s] {
    color: var(--text-muted);
    font-size: 0.85rem;
}

.nav-links[b-pbjk2bzp0s] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.nav-links a[b-pbjk2bzp0s] {
    padding: 0.7rem 1rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    color: var(--text-strong);
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nav-links a:hover[b-pbjk2bzp0s] {
    background: rgba(201, 109, 68, 0.12);
    color: var(--accent-dark);
    transform: translateY(-1px);
}

@media (max-width: 720px) {
    .nav-shell[b-pbjk2bzp0s] {
        width: min(100% - 1rem, 1180px);
        padding: 0.85rem 0;
        align-items: flex-start;
        flex-direction: column;
    }

    .nav-links[b-pbjk2bzp0s] {
        width: 100%;
        gap: 0.35rem;
    }

    .nav-links a[b-pbjk2bzp0s] {
        padding-left: 0;
        padding-right: 0;
        border-radius: 0;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-4p2g03gp8v],
.components-reconnect-repeated-attempt-visible[b-4p2g03gp8v],
.components-reconnect-failed-visible[b-4p2g03gp8v],
.components-pause-visible[b-4p2g03gp8v],
.components-resume-failed-visible[b-4p2g03gp8v],
.components-rejoining-animation[b-4p2g03gp8v] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-4p2g03gp8v {
    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-e709xuopvo] {
    display: grid;
    gap: 1.5rem;
}

.hero-section[b-e709xuopvo] {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.9fr);
    gap: 1.25rem;
    align-items: stretch;
}

.hero-copy[b-e709xuopvo],
.hero-panel[b-e709xuopvo],
.content-section[b-e709xuopvo],
.contact-section[b-e709xuopvo] {
    border: 1px solid var(--panel-border);
    border-radius: 32px;
    background: var(--panel-bg);
    box-shadow: var(--shadow-soft);
}

.hero-copy[b-e709xuopvo] {
    padding: 3rem;
}

.hero-copy h1[b-e709xuopvo] {
    margin: 0 0 1rem;
    font-size: clamp(2.5rem, 5vw, 4.8rem);
    line-height: 0.95;
    max-width: 12ch;
}

.lead[b-e709xuopvo] {
    max-width: 42rem;
    font-size: 1.08rem;
    color: var(--text-muted);
}

.eyebrow[b-e709xuopvo] {
    margin: 0 0 0.85rem;
    font-size: 0.82rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent-dark);
}

.hero-actions[b-e709xuopvo] {
    margin-top: 2rem;
    display: flex;
    gap: 0.9rem;
    flex-wrap: wrap;
}

.action-primary[b-e709xuopvo],
.action-secondary[b-e709xuopvo] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 1.35rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
}

.action-primary[b-e709xuopvo] {
    color: #fff8ef;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
}

.action-secondary[b-e709xuopvo] {
    color: var(--text-strong);
    background: rgba(31, 60, 69, 0.08);
}

.hero-panel[b-e709xuopvo] {
    padding: 2rem;
    background:
        radial-gradient(circle at top right, rgba(201, 109, 68, 0.18), transparent 42%),
        linear-gradient(180deg, rgba(255, 250, 242, 0.96) 0%, rgba(246, 237, 223, 0.9) 100%);
}

.hero-panel h2[b-e709xuopvo] {
    margin: 0.25rem 0 0.75rem;
}

.panel-kicker[b-e709xuopvo] {
    display: inline-flex;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent-dark);
    background: rgba(201, 109, 68, 0.16);
}

.hero-metrics[b-e709xuopvo] {
    margin: 1.5rem 0 0;
    display: grid;
    gap: 0.85rem;
}

.hero-metrics div[b-e709xuopvo] {
    padding: 0.95rem 1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(31, 41, 55, 0.06);
}

.hero-metrics dt[b-e709xuopvo] {
    margin: 0 0 0.2rem;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
}

.hero-metrics dd[b-e709xuopvo] {
    margin: 0;
    font-weight: 700;
}

.content-section[b-e709xuopvo] {
    padding: 2rem;
}

.section-heading[b-e709xuopvo] {
    margin-bottom: 1.5rem;
    max-width: 48rem;
}

.section-heading h2[b-e709xuopvo],
.contact-section h2[b-e709xuopvo] {
    margin: 0 0 0.75rem;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.section-heading p[b-e709xuopvo],
.contact-section p[b-e709xuopvo] {
    margin: 0;
    color: var(--text-muted);
}

.card-grid[b-e709xuopvo] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.info-card[b-e709xuopvo] {
    padding: 1.35rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(31, 41, 55, 0.06);
}

.info-card h3[b-e709xuopvo],
.split-panel h3[b-e709xuopvo] {
    margin-top: 0;
    margin-bottom: 0.65rem;
}

.info-card p[b-e709xuopvo],
.split-panel li[b-e709xuopvo],
.callout p[b-e709xuopvo] {
    margin: 0;
    color: var(--text-muted);
}

.split-panel[b-e709xuopvo] {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 1rem;
    align-items: stretch;
}

.split-panel > div:first-child[b-e709xuopvo],
.callout[b-e709xuopvo] {
    padding: 1.4rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(31, 41, 55, 0.06);
}

.split-panel ul[b-e709xuopvo] {
    margin: 0;
    padding-left: 1.25rem;
    display: grid;
    gap: 0.65rem;
}

.contact-section[b-e709xuopvo] {
    padding: 2.25rem;
    text-align: left;
}

.contact-section .action-primary[b-e709xuopvo] {
    margin-top: 1.5rem;
}

@media (max-width: 900px) {
    .hero-section[b-e709xuopvo],
    .split-panel[b-e709xuopvo],
    .card-grid[b-e709xuopvo] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .hero-copy[b-e709xuopvo],
    .hero-panel[b-e709xuopvo],
    .content-section[b-e709xuopvo],
    .contact-section[b-e709xuopvo] {
        padding: 1.35rem;
        border-radius: 24px;
    }

    .hero-copy h1[b-e709xuopvo] {
        max-width: none;
    }
}
