/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-zrrwudq2s2] {
    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-zrrwudq2s2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-1bykob9dsr],
.components-reconnect-repeated-attempt-visible[b-1bykob9dsr],
.components-reconnect-failed-visible[b-1bykob9dsr],
.components-pause-visible[b-1bykob9dsr],
.components-resume-failed-visible[b-1bykob9dsr],
.components-rejoining-animation[b-1bykob9dsr] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-1bykob9dsr {
    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 */
.page-shell[b-329166j5lf] {
    position: relative;
    overflow: clip;
    min-height: 100vh;
    padding: 1.5rem clamp(1rem, 2vw, 2rem) 3rem;
}

.ambient[b-329166j5lf] {
    display: none;
}

.ambient-one[b-329166j5lf] {
    display: none;
}

.ambient-two[b-329166j5lf] {
    display: none;
}

.ambient-grid[b-329166j5lf] {
    display: none;
}

.site-header[b-329166j5lf] {
    position: sticky;
    top: 1rem;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: 78rem;
    margin: 0 auto 2rem;
    padding: 1rem 1.2rem;
    border: 1px solid var(--color-line);
    border-radius: 999px;
    background: rgba(20, 23, 27, 0.92);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow-soft);
}

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

.brand-mark[b-329166j5lf] {
    display: block;
    width: 3rem;
    height: 3rem;
    flex: 0 0 auto;
}

.brand-copy[b-329166j5lf] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.brand-copy strong[b-329166j5lf] {
    font-family: var(--font-display);
    font-size: 1rem;
}

.brand-copy span[b-329166j5lf] {
    color: var(--color-muted);
    font-size: 0.82rem;
}

.site-nav[b-329166j5lf] {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.2rem;
}

.site-nav a[b-329166j5lf],
.header-cta[b-329166j5lf],
.primary-action[b-329166j5lf],
.secondary-action[b-329166j5lf] {
    transition:
        transform 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        color 180ms ease;
}

.site-nav a[b-329166j5lf] {
    color: var(--color-muted);
    text-decoration: none;
    font-size: 0.96rem;
}

.site-nav a:hover[b-329166j5lf],
.site-nav a:focus-visible[b-329166j5lf] {
    color: var(--color-surface);
}

.header-cta[b-329166j5lf],
.primary-action[b-329166j5lf],
.secondary-action[b-329166j5lf],
.track-chip[b-329166j5lf],
.product-tab[b-329166j5lf],
.faq-question[b-329166j5lf] {
    border: 0;
    cursor: pointer;
}

.header-cta[b-329166j5lf],
.primary-action[b-329166j5lf],
.secondary-action[b-329166j5lf] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
}

.header-cta[b-329166j5lf],
.primary-action[b-329166j5lf] {
    border: 1px solid rgba(198, 208, 200, 0.2);
    background: var(--color-accent);
    color: var(--color-ink);
    box-shadow: none;
}

.secondary-action[b-329166j5lf] {
    border: 1px solid var(--color-line);
    background: rgba(255, 255, 255, 0.02);
    color: var(--color-surface);
}

.header-cta:hover[b-329166j5lf],
.header-cta:focus-visible[b-329166j5lf],
.primary-action:hover[b-329166j5lf],
.primary-action:focus-visible[b-329166j5lf],
.secondary-action:hover[b-329166j5lf],
.secondary-action:focus-visible[b-329166j5lf] {
    transform: translateY(-1px);
}

.section[b-329166j5lf] {
    position: relative;
    max-width: 78rem;
    margin: 0 auto;
}

.hero[b-329166j5lf] {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(19rem, 0.85fr);
    gap: clamp(1.75rem, 4vw, 4rem);
    align-items: center;
    padding: 4rem 0 2.5rem;
}

.hero-copy > *[b-329166j5lf] {
    opacity: 0;
    transform: translateY(18px);
    animation: rise-in-b-329166j5lf 700ms ease forwards;
}

.hero-copy > :nth-child(2)[b-329166j5lf] {
    animation-delay: 110ms;
}

.hero-copy > :nth-child(3)[b-329166j5lf] {
    animation-delay: 200ms;
}

.hero-copy > :nth-child(4)[b-329166j5lf] {
    animation-delay: 290ms;
}

.hero-copy > :nth-child(5)[b-329166j5lf] {
    animation-delay: 380ms;
}

.eyebrow[b-329166j5lf] {
    margin: 0 0 0.85rem;
    color: var(--color-accent);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero h1[b-329166j5lf],
.section-heading h2[b-329166j5lf],
.contact-panel h2[b-329166j5lf],
.product-detail h3[b-329166j5lf],
.principle-card h3[b-329166j5lf],
.capability-card h3[b-329166j5lf],
.process-card h3[b-329166j5lf] {
    margin: 0;
    font-family: var(--font-display);
    letter-spacing: -0.04em;
}

.hero h1[b-329166j5lf] {
    max-width: 12ch;
    font-size: clamp(3rem, 7vw, 5.8rem);
    line-height: 0.95;
}

.hero-summary[b-329166j5lf],
.section-heading p[b-329166j5lf],
.capability-card p[b-329166j5lf],
.product-summary[b-329166j5lf],
.process-card p[b-329166j5lf],
.principle-card p[b-329166j5lf],
.faq-answer p[b-329166j5lf],
.contact-panel p[b-329166j5lf] {
    color: var(--color-muted);
    line-height: 1.7;
}

.hero-summary[b-329166j5lf] {
    max-width: 38rem;
    margin: 1.35rem 0 0;
    font-size: 1.05rem;
}

.hero-actions[b-329166j5lf] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin: 1.8rem 0 0;
}

.hero-highlights[b-329166j5lf] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 2.2rem 0 0;
    padding: 0;
    list-style: none;
}

.hero-highlights li[b-329166j5lf],
.capability-card[b-329166j5lf],
.process-card[b-329166j5lf],
.principle-card[b-329166j5lf],
.contact-panel[b-329166j5lf],
.product-detail[b-329166j5lf],
.signal-console[b-329166j5lf] {
    border: 1px solid var(--color-line);
    background: var(--color-card);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(14px);
}

.hero-highlights li[b-329166j5lf] {
    padding: 1.25rem;
    border-radius: 1.4rem;
}

.hero-highlights strong[b-329166j5lf] {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--color-surface);
    font-size: 1.1rem;
}

.hero-highlights span[b-329166j5lf] {
    color: var(--color-muted);
    font-size: 0.94rem;
    line-height: 1.6;
}

.hero-panel[b-329166j5lf] {
    position: relative;
}

.signal-console[b-329166j5lf] {
    position: relative;
    border-radius: 2rem;
    padding: 1.4rem;
    overflow: hidden;
}

.signal-console[b-329166j5lf]::before {
    content: none;
}

.console-topline[b-329166j5lf],
.product-meta[b-329166j5lf],
.site-footer[b-329166j5lf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: var(--color-muted);
    font-size: 0.85rem;
}

.footer-logo[b-329166j5lf] {
    display: block;
    width: min(100%, 15rem);
    height: auto;
}

.console-status[b-329166j5lf] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.console-status[b-329166j5lf]::before {
    content: "";
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--color-accent);
    box-shadow: none;
}

.track-switcher[b-329166j5lf],
.stack-list[b-329166j5lf],
.product-tabs[b-329166j5lf],
.product-metrics[b-329166j5lf],
.process-grid[b-329166j5lf],
.principles-grid[b-329166j5lf],
.capability-grid[b-329166j5lf],
.faq-list[b-329166j5lf] {
    display: grid;
}

.track-switcher[b-329166j5lf] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.track-chip[b-329166j5lf],
.product-tab[b-329166j5lf] {
    width: 100%;
    border-radius: 1.1rem;
    border: 1px solid var(--color-line);
    background: rgba(255, 255, 255, 0.02);
    color: var(--color-muted);
}

.track-chip[b-329166j5lf] {
    padding: 0.9rem 1rem;
    font-weight: 700;
}

.track-chip.selected[b-329166j5lf],
.product-tab.selected[b-329166j5lf] {
    border-color: var(--color-accent);
    background: var(--color-accent);
    color: var(--color-ink);
}

.active-track-card[b-329166j5lf] {
    margin-top: 1.1rem;
    padding: 1.6rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.02);
}

.card-kicker[b-329166j5lf],
.capability-tag[b-329166j5lf],
.process-phase[b-329166j5lf] {
    margin: 0 0 0.7rem;
    color: var(--color-highlight);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.active-track-card h2[b-329166j5lf] {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    letter-spacing: -0.04em;
}

.active-track-card > p:last-of-type[b-329166j5lf] {
    margin-top: 0.8rem;
    color: var(--color-muted);
    line-height: 1.7;
}

.track-stats[b-329166j5lf] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.5rem 0 0;
}

.track-stats div[b-329166j5lf],
.product-metrics article[b-329166j5lf] {
    padding: 1rem 1.15rem;
    border-radius: 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.04);
    background: rgba(255, 255, 255, 0.03);
}

.track-stats dt[b-329166j5lf],
.product-metrics span[b-329166j5lf] {
    color: var(--color-muted);
    font-size: 0.86rem;
}

.track-stats dd[b-329166j5lf],
.product-metrics strong[b-329166j5lf] {
    margin: 0.45rem 0 0;
    color: var(--color-surface);
    font-size: 1rem;
    font-weight: 700;
}

.stack-list[b-329166j5lf] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.35rem;
}

.stack-list span[b-329166j5lf],
.product-note span[b-329166j5lf],
.proof-strip span[b-329166j5lf] {
    color: var(--color-muted);
}

.stack-list span[b-329166j5lf] {
    padding: 0.75rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    background: rgba(255, 255, 255, 0.03);
    text-align: center;
    font-size: 0.9rem;
}

.proof-strip[b-329166j5lf] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding: 0 0 1rem;
}

.proof-strip article[b-329166j5lf] {
    padding: 1.2rem 1.35rem;
    border: 1px solid var(--color-line);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.015);
}

.proof-strip strong[b-329166j5lf] {
    display: block;
    margin-top: 0.45rem;
    font-size: 1.05rem;
}

.capabilities-section[b-329166j5lf],
.product-section[b-329166j5lf],
.process-section[b-329166j5lf],
.principles-section[b-329166j5lf],
.faq-section[b-329166j5lf],
.contact-section[b-329166j5lf] {
    padding: 4.5rem 0 0;
}

.section-heading[b-329166j5lf] {
    max-width: 44rem;
    margin-bottom: 1.8rem;
}

.section-heading h2[b-329166j5lf],
.contact-panel h2[b-329166j5lf] {
    font-size: clamp(2.1rem, 4vw, 3.5rem);
    line-height: 1.02;
}

.compact-heading[b-329166j5lf] {
    max-width: 36rem;
}

.capability-grid[b-329166j5lf] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.capability-card[b-329166j5lf],
.process-card[b-329166j5lf],
.principle-card[b-329166j5lf] {
    border-radius: 1.6rem;
    padding: 1.5rem;
}

.capability-card[b-329166j5lf] {
    min-height: 18rem;
}

.capability-outcome[b-329166j5lf] {
    display: block;
    margin-top: 1.2rem;
    color: var(--color-surface);
    font-weight: 700;
    line-height: 1.5;
}

.product-showcase[b-329166j5lf] {
    display: grid;
    grid-template-columns: minmax(16rem, 0.45fr) minmax(0, 0.85fr);
    gap: 1rem;
}

.product-tabs[b-329166j5lf] {
    gap: 0.85rem;
    align-content: start;
}

.product-tab[b-329166j5lf] {
    padding: 1.2rem;
    text-align: left;
}

.product-tab span[b-329166j5lf],
.product-tab small[b-329166j5lf] {
    display: block;
}

.product-tab span[b-329166j5lf] {
    font-family: var(--font-display);
    font-size: 1.15rem;
}

.product-tab small[b-329166j5lf] {
    margin-top: 0.3rem;
    color: currentColor;
    opacity: 0.72;
}

.product-detail[b-329166j5lf] {
    border-radius: 2rem;
    padding: 1.6rem;
}

.product-summary[b-329166j5lf] {
    max-width: 42rem;
    margin-top: 0.9rem;
}

.product-notes[b-329166j5lf] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 1.4rem;
}

.product-metrics[b-329166j5lf] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin: 1.4rem 0;
}

.feature-list[b-329166j5lf] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.feature-list li[b-329166j5lf] {
    padding: 1rem 1.1rem;
    border-radius: 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    line-height: 1.6;
}

.product-note[b-329166j5lf] {
    padding: 1rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.03);
}

.product-note p[b-329166j5lf] {
    margin: 0.6rem 0 0;
    color: var(--color-surface);
    font-size: 1rem;
    line-height: 1.7;
}

.product-actions[b-329166j5lf] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.4rem;
}

.process-grid[b-329166j5lf],
.principles-grid[b-329166j5lf] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.process-card[b-329166j5lf] {
    min-height: 16rem;
}

.principles-grid[b-329166j5lf] {
    position: relative;
}

.principle-card[b-329166j5lf] {
    min-height: 15rem;
    background: var(--color-card);
}

.faq-list[b-329166j5lf] {
    gap: 0.85rem;
}

.faq-item[b-329166j5lf] {
    border: 1px solid var(--color-line);
    border-radius: 1.4rem;
    background: rgba(24, 28, 33, 0.84);
    overflow: hidden;
}

.faq-item.open[b-329166j5lf] {
    border-color: rgba(198, 208, 200, 0.45);
}

.faq-question[b-329166j5lf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 1.25rem 1.35rem;
    background: transparent;
    color: var(--color-surface);
    font-family: var(--font-display);
    font-size: 1.1rem;
    text-align: left;
}

.faq-icon[b-329166j5lf] {
    color: var(--color-accent);
    font-size: 1.35rem;
    line-height: 1;
}

.faq-answer[b-329166j5lf] {
    padding: 0 1.35rem 1.3rem;
}

.faq-answer p[b-329166j5lf] {
    margin: 0;
}

.contact-panel[b-329166j5lf] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.4rem;
    align-items: center;
    padding: 1.8rem;
    border-radius: 2rem;
}

.contact-actions[b-329166j5lf] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: flex-end;
}

.site-footer[b-329166j5lf] {
    margin-top: 1.4rem;
    padding: 0.2rem 0 2rem;
    border-top: 1px solid rgba(159, 176, 201, 0.12);
}

.site-footer p[b-329166j5lf],
.site-footer span[b-329166j5lf] {
    margin: 1rem 0 0;
}

.site-footer p[b-329166j5lf] {
    color: var(--color-surface);
    font-family: var(--font-display);
    font-size: 1.05rem;
}

@media (max-width: 1100px) {
    .hero[b-329166j5lf],
    .product-showcase[b-329166j5lf],
    .contact-panel[b-329166j5lf] {
        grid-template-columns: 1fr;
    }

    .capability-grid[b-329166j5lf],
    .process-grid[b-329166j5lf],
    .principles-grid[b-329166j5lf] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-actions[b-329166j5lf] {
        justify-content: flex-start;
    }
}

@media (max-width: 780px) {
    .page-shell[b-329166j5lf] {
        padding-inline: 0.85rem;
    }

    .site-header[b-329166j5lf] {
        position: static;
        flex-direction: column;
        align-items: stretch;
        border-radius: 1.5rem;
    }

    .site-nav[b-329166j5lf] {
        justify-content: flex-start;
    }

    .hero[b-329166j5lf] {
        padding-top: 2.8rem;
    }

    .hero-highlights[b-329166j5lf],
    .proof-strip[b-329166j5lf],
    .track-switcher[b-329166j5lf],
    .track-stats[b-329166j5lf],
    .product-metrics[b-329166j5lf],
    .product-notes[b-329166j5lf],
    .feature-list[b-329166j5lf],
    .capability-grid[b-329166j5lf],
    .process-grid[b-329166j5lf],
    .principles-grid[b-329166j5lf] {
        grid-template-columns: 1fr;
    }

    .stack-list[b-329166j5lf] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section-heading h2[b-329166j5lf],
    .contact-panel h2[b-329166j5lf] {
        max-width: 14ch;
    }
}

@media (max-width: 520px) {
    .hero h1[b-329166j5lf] {
        max-width: none;
    }

    .stack-list[b-329166j5lf] {
        grid-template-columns: 1fr;
    }

    .track-chip[b-329166j5lf],
    .product-tab[b-329166j5lf],
    .faq-question[b-329166j5lf] {
        font-size: 1rem;
    }
}

@keyframes rise-in-b-329166j5lf {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Pages/ReserveSeat.razor.rz.scp.css */
.reserve-shell[b-bnko6q4pj6] {
    max-width: 78rem;
    margin: 0 auto;
    padding: 4.5rem 1rem 5rem;
}

.reserve-grid[b-bnko6q4pj6] {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.9fr);
    gap: 1.25rem;
}

.reserve-overview[b-bnko6q4pj6],
.reserve-form-panel[b-bnko6q4pj6],
.reserve-missing[b-bnko6q4pj6],
.reserve-success[b-bnko6q4pj6] {
    border: 1px solid rgba(159, 176, 201, 0.16);
    border-radius: 1.8rem;
    background: var(--color-card);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(14px);
}

.reserve-overview[b-bnko6q4pj6],
.reserve-form-panel[b-bnko6q4pj6],
.reserve-missing[b-bnko6q4pj6],
.reserve-success[b-bnko6q4pj6] {
    padding: 1.7rem;
}

.reserve-eyebrow[b-bnko6q4pj6],
.reserve-form-kicker[b-bnko6q4pj6],
.reserve-panel span[b-bnko6q4pj6] {
    margin: 0 0 0.75rem;
    color: var(--color-accent);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.reserve-overview h1[b-bnko6q4pj6],
.reserve-form-panel h2[b-bnko6q4pj6],
.reserve-missing h1[b-bnko6q4pj6],
.reserve-success h2[b-bnko6q4pj6] {
    margin: 0;
    font-family: var(--font-display);
    letter-spacing: -0.04em;
    line-height: 1.02;
}

.reserve-overview h1[b-bnko6q4pj6],
.reserve-missing h1[b-bnko6q4pj6] {
    font-size: clamp(2.8rem, 6vw, 5rem);
}

.reserve-form-panel h2[b-bnko6q4pj6],
.reserve-success h2[b-bnko6q4pj6] {
    font-size: clamp(2rem, 3vw, 2.8rem);
}

.reserve-tagline[b-bnko6q4pj6] {
    margin: 1rem 0 0;
    color: var(--color-surface);
    font-size: 1.15rem;
    line-height: 1.6;
}

.reserve-summary[b-bnko6q4pj6],
.reserve-panel p[b-bnko6q4pj6],
.reserve-form-copy[b-bnko6q4pj6],
.reserve-missing p[b-bnko6q4pj6],
.reserve-success p[b-bnko6q4pj6] {
    color: var(--color-muted);
    line-height: 1.75;
}

.reserve-summary[b-bnko6q4pj6] {
    margin: 1rem 0 0;
    max-width: 44rem;
}

.reserve-panels[b-bnko6q4pj6],
.reserve-highlights[b-bnko6q4pj6] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.reserve-panels[b-bnko6q4pj6] {
    margin-top: 1.5rem;
}

.reserve-panel[b-bnko6q4pj6],
.reserve-highlights div[b-bnko6q4pj6] {
    padding: 1rem 1.1rem;
    border: 1px solid rgba(159, 176, 201, 0.12);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.03);
}

.reserve-panel p[b-bnko6q4pj6],
.reserve-highlights div[b-bnko6q4pj6] {
    margin: 0;
}

.reserve-highlights[b-bnko6q4pj6] {
    margin-top: 1rem;
}

.reserve-form-copy[b-bnko6q4pj6] {
    margin: 0.85rem 0 0;
}

.reserve-form[b-bnko6q4pj6] {
    display: grid;
    gap: 1rem;
    margin-top: 1.35rem;
}

.field-group[b-bnko6q4pj6] {
    display: grid;
    gap: 0.55rem;
    padding: 1rem;
    border: 1px solid var(--color-line);
    border-radius: 1.3rem;
    background: rgba(255, 255, 255, 0.02);
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease,
        background-color 180ms ease;
}

.field-group:hover[b-bnko6q4pj6] {
    border-color: rgba(255, 255, 255, 0.14);
    transform: translateY(-1px);
}

.field-group:focus-within[b-bnko6q4pj6] {
    border-color: rgba(198, 208, 200, 0.45);
    box-shadow:
        0 0 0 4px rgba(198, 208, 200, 0.08),
        0 24px 50px rgba(0, 0, 0, 0.22);
}

.field-header[b-bnko6q4pj6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.field-group label[b-bnko6q4pj6] {
    color: var(--color-surface);
    font-weight: 700;
}

.field-chip[b-bnko6q4pj6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.7rem;
    padding: 0.2rem 0.65rem;
    border: 1px solid rgba(198, 208, 200, 0.2);
    border-radius: 999px;
    background: rgba(198, 208, 200, 0.12);
    color: var(--color-accent);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.field-chip-muted[b-bnko6q4pj6] {
    border-color: var(--color-line);
    background: rgba(255, 255, 255, 0.05);
    color: var(--color-muted);
}

.field-counter[b-bnko6q4pj6] {
    min-width: 5.5rem;
}

.field-hint[b-bnko6q4pj6] {
    margin: 0;
    color: var(--color-muted);
    font-size: 0.92rem;
    line-height: 1.6;
}

.field-shell[b-bnko6q4pj6] {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    background: rgba(14, 17, 20, 0.92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    transition:
        border-color 180ms ease,
        background-color 180ms ease,
        box-shadow 180ms ease;
}

.field-group:focus-within .field-shell[b-bnko6q4pj6] {
    border-color: rgba(198, 208, 200, 0.4);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 0 0 1px rgba(198, 208, 200, 0.08);
}

.field-shell-large[b-bnko6q4pj6] {
    min-height: 11rem;
}

.field-group[b-bnko6q4pj6]  .field-input {
    width: 100%;
    padding: 1rem 1rem 0.95rem;
    border: 0;
    border-radius: 1rem;
    background: transparent;
    color: var(--color-surface);
    outline: none;
    box-shadow: none;
}

.field-group[b-bnko6q4pj6]  .field-input::placeholder {
    color: rgba(159, 176, 201, 0.56);
}

.field-group[b-bnko6q4pj6]  .field-input:hover {
    background: rgba(255, 255, 255, 0.01);
}

.field-group[b-bnko6q4pj6]  .field-input.valid.modified,
.field-group[b-bnko6q4pj6]  .field-input.invalid {
    outline: none;
}

.field-group[b-bnko6q4pj6]  .field-input.invalid {
    box-shadow: inset 0 0 0 1px rgba(255, 146, 140, 0.48);
}

.field-group[b-bnko6q4pj6]  .field-input.valid.modified {
    box-shadow: inset 0 0 0 1px rgba(198, 208, 200, 0.34);
}

.field-group[b-bnko6q4pj6]  .field-input:-webkit-autofill,
.field-group[b-bnko6q4pj6]  .field-input:-webkit-autofill:hover,
.field-group[b-bnko6q4pj6]  .field-input:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--color-surface);
    box-shadow: 0 0 0 1000px rgba(14, 17, 20, 0.92) inset;
    transition: background-color 9999s ease-out 0s;
}

.field-group[b-bnko6q4pj6]  .field-textarea {
    min-height: 11rem;
    resize: vertical;
    line-height: 1.7;
}

.field-group[b-bnko6q4pj6]  .validation-message {
    margin-top: 0.05rem;
    color: #ff928c;
    font-size: 0.88rem;
    line-height: 1.5;
}

.reserve-primary[b-bnko6q4pj6],
.reserve-secondary[b-bnko6q4pj6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    border: 0;
    text-decoration: none;
    font-weight: 700;
}

.reserve-primary[b-bnko6q4pj6] {
    border: 1px solid rgba(198, 208, 200, 0.2);
    background: var(--color-accent);
    color: var(--color-ink);
}

.reserve-secondary[b-bnko6q4pj6] {
    border: 1px solid var(--color-line);
    background: rgba(255, 255, 255, 0.02);
    color: var(--color-surface);
}

.reserve-submit[b-bnko6q4pj6] {
    width: 100%;
    margin-top: 1.2rem;
    cursor: pointer;
}

.reserve-submit:disabled[b-bnko6q4pj6] {
    opacity: 0.7;
    cursor: wait;
}

.reserve-cta-row[b-bnko6q4pj6] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.4rem;
}

.reserve-error[b-bnko6q4pj6] {
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(255, 146, 140, 0.35);
    border-radius: 1rem;
    background: rgba(98, 31, 31, 0.28);
    color: #ffd7d5;
    line-height: 1.6;
}

@media (max-width: 960px) {
    .reserve-grid[b-bnko6q4pj6],
    .reserve-panels[b-bnko6q4pj6],
    .reserve-highlights[b-bnko6q4pj6] {
        grid-template-columns: 1fr;
    }

    .field-header[b-bnko6q4pj6] {
        align-items: flex-start;
        flex-direction: column;
    }
}
