/* /Components/Account/SignedOut.razor.rz.scp.css */
.signed-out-content[b-hta19sj3ek] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 420px;
    margin: 4rem auto;
    padding: 2rem;
    font-family: 'Lato', sans-serif;
}

.signed-out-icon[b-hta19sj3ek] {
    margin-bottom: 1.5rem;
}

.signed-out-heading[b-hta19sj3ek] {
    font-size: 1.5rem;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 0.75rem;
}

.signed-out-text[b-hta19sj3ek] {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 2rem;
    line-height: 1.6;
}

.signed-out-actions[b-hta19sj3ek] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

.signed-out-link[b-hta19sj3ek] {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    padding: 0.5rem;
    transition: color 0.15s;
}

.signed-out-link:hover[b-hta19sj3ek] {
    color: #ffffff;
    text-decoration: none;
}

.signed-out-link-muted[b-hta19sj3ek] {
    color: rgba(255, 255, 255, 0.6);
}

.signed-out-link-muted:hover[b-hta19sj3ek] {
    color: rgba(255, 255, 255, 0.85);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ljiuonle41] {
    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-ljiuonle41] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/OnboardingLayout.razor.rz.scp.css */
.onboarding-layout[b-k4nym2aqt5] {
    display: flex;
    min-height: 100vh;
    font-family: 'Lato', sans-serif;
    color: #1e293b;
}

/* Left branded panel */
.onboarding-brand-panel[b-k4nym2aqt5] {
    width: 45%;
    background: linear-gradient(135deg, #104862 0%, #0a2d3e 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    position: relative;
    overflow: hidden;
}

.onboarding-brand-panel[b-k4nym2aqt5]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -30%;
    width: 80%;
    height: 200%;
    background: radial-gradient(ellipse, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.brand-content[b-k4nym2aqt5] {
    position: relative;
    z-index: 1;
    max-width: 420px;
    color: white;
}

.brand-logo-text[b-k4nym2aqt5] {
    display: inline-block;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #ff841f;
    margin-bottom: 2.5rem;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}

.brand-title[b-k4nym2aqt5] {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 2rem;
    color: rgba(255, 255, 255, 0.9);
}

.brand-features[b-k4nym2aqt5] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.brand-features li[b-k4nym2aqt5] {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 1.5rem;
    position: relative;
}

.brand-features li[b-k4nym2aqt5]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3b82f6;
}

/* Right form panel */
.onboarding-form-panel[b-k4nym2aqt5] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    background: #ffffff;
    color: #1e293b;
}

.form-panel-content[b-k4nym2aqt5] {
    width: 100%;
    max-width: 420px;
}

@media (max-width: 768px) {
    .onboarding-layout[b-k4nym2aqt5] { flex-direction: column; }
    .onboarding-brand-panel[b-k4nym2aqt5] { width: 100%; padding: 2rem; min-height: auto; }
    .brand-title[b-k4nym2aqt5] { font-size: 1.2rem; }
    .onboarding-form-panel[b-k4nym2aqt5] { padding: 2rem; }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ivadui15wb],
.components-reconnect-repeated-attempt-visible[b-ivadui15wb],
.components-reconnect-failed-visible[b-ivadui15wb],
.components-pause-visible[b-ivadui15wb],
.components-resume-failed-visible[b-ivadui15wb],
.components-rejoining-animation[b-ivadui15wb] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-retrying[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-failed[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ivadui15wb] {
    display: block;
}


#components-reconnect-modal[b-ivadui15wb] {
    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-ivadui15wb 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ivadui15wb 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ivadui15wb 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ivadui15wb]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ivadui15wb 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ivadui15wb {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ivadui15wb {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ivadui15wb {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ivadui15wb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ivadui15wb] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ivadui15wb] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ivadui15wb] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ivadui15wb] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ivadui15wb] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ivadui15wb] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ivadui15wb 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ivadui15wb] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ivadui15wb {
    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/Layout/WebsiteLayout.razor.rz.scp.css */
.website-layout[b-q0d35jr3xh] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #104862 0%, #0a2d3e 50%, #061b27 100%);
    font-family: 'Lato', sans-serif;
    color: #ffffff;
}

.website-header[b-q0d35jr3xh] {
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
}

.website-header-inner[b-q0d35jr3xh] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.25rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.website-brand[b-q0d35jr3xh] {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #ff841f;
    text-decoration: none;
}

.website-brand:hover[b-q0d35jr3xh] {
    color: #ffac5f;
}

.website-nav[b-q0d35jr3xh] {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.website-nav-link[b-q0d35jr3xh] {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 300;
    transition: color 0.15s;
}

.website-nav-link:hover[b-q0d35jr3xh] {
    color: rgba(255, 255, 255, 0.7);
}

.website-main[b-q0d35jr3xh] {
    flex: 1;
    display: flex;
}

.website-footer[b-q0d35jr3xh] {
    border-top: 0.5px solid rgba(255, 255, 255, 0.1);
    padding: 2rem;
    text-align: center;
}

.website-footer p[b-q0d35jr3xh] {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.3);
}
/* /Components/Pages/Features.razor.rz.scp.css */
.features-page[b-brpuz9pv8v] {
    flex: 1;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 4.5rem 2rem 3rem;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

/* Hero */
.features-hero[b-brpuz9pv8v] {
    max-width: 760px;
    margin-bottom: 4rem;
}

.features-title[b-brpuz9pv8v] {
    font-size: 3rem;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.15;
    margin: 0 0 1.25rem;
}

.features-title .accent[b-brpuz9pv8v] { color: #ff841f; }

.features-lead[b-brpuz9pv8v] {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin: 0;
}

/* Sections */
.feature-section[b-brpuz9pv8v] {
    margin-bottom: 3.5rem;
}

.feature-section-title[b-brpuz9pv8v] {
    font-size: 1.6rem;
    font-weight: 300;
    color: #ff841f;
    margin: 0 0 0.35rem;
}

.feature-section-sub[b-brpuz9pv8v] {
    font-size: 1.02rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 1.5rem;
    max-width: 680px;
    line-height: 1.5;
}

/* Cards */
.feature-grid[b-brpuz9pv8v] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15.5rem, 1fr));
    gap: 1rem;
}

.feature-card[b-brpuz9pv8v] {
    background: rgba(255, 255, 255, 0.04);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 1.5rem 1.4rem;
    transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.feature-card:hover[b-brpuz9pv8v] {
    transform: translateY(-3px);
    border-color: rgba(255, 132, 31, 0.5);
    background: rgba(255, 255, 255, 0.06);
}

.feature-icon[b-brpuz9pv8v] {
    display: inline-flex;
    color: #ff841f;
    margin-bottom: 0.9rem;
}

.feature-icon svg[b-brpuz9pv8v] { width: 26px; height: 26px; }

.feature-name[b-brpuz9pv8v] {
    font-size: 1.12rem;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 0.4rem;
}

.feature-desc[b-brpuz9pv8v] {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.55;
    margin: 0;
}

/* CTA */
.features-cta[b-brpuz9pv8v] {
    margin-top: 1rem;
    padding: 3rem 2rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
}

.features-cta-title[b-brpuz9pv8v] {
    font-size: 1.8rem;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 1.5rem;
}

.features-cta-actions[b-brpuz9pv8v] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.features-btn[b-brpuz9pv8v] {
    display: inline-block;
    padding: 0.7rem 1.8rem;
    border-radius: 10px;
    font-size: 1.05rem;
    font-weight: 300;
    text-decoration: none;
    color: #ffffff;
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    transition: all 0.15s ease;
}

.features-btn:hover[b-brpuz9pv8v] { border-color: #ffffff; }

.features-btn-primary[b-brpuz9pv8v] {
    background: #ff841f;
    border-color: #ff841f;
    color: #061b27;
    font-weight: 400;
}

.features-btn-primary:hover[b-brpuz9pv8v] { background: #ffac5f; border-color: #ffac5f; }

@media (max-width: 640px) {
    .features-title[b-brpuz9pv8v] { font-size: 2.2rem; }
    .features-page[b-brpuz9pv8v] { padding: 3rem 1.25rem 2rem; }
}
/* /Components/Pages/MarketingHome.razor.rz.scp.css */
.hero[b-ydtnki982y] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6rem 2rem 4rem;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.strapline[b-ydtnki982y] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rotating-word[b-ydtnki982y] {
    font-size: 3rem;
    font-weight: 300;
    color: #ff841f;
    height: 4rem;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    min-width: 300px;
}

.word-slot[b-ydtnki982y] {
    position: absolute;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    white-space: nowrap;
}

.word-slot.active[b-ydtnki982y] { opacity: 1; transform: translateY(0); }
.word-slot.exiting[b-ydtnki982y] { opacity: 0; transform: translateY(-20px); }

.main-line[b-ydtnki982y] {
    display: flex;
    align-items: baseline;
    gap: 14px;
    font-size: 3rem;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.1;
}

.struck[b-ydtnki982y] {
    position: relative;
    color: rgba(255, 255, 255, 0.4);
}

.struck[b-ydtnki982y]::after {
    content: '';
    position: absolute;
    left: -2px;
    right: -2px;
    top: 50%;
    height: 3px;
    background: #E24B4A;
    transform: translateY(-50%) rotate(-4deg);
}

.sub[b-ydtnki982y] {
    margin-top: 2rem;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
    line-height: 1.6;
    max-width: 600px;
}
/* /Components/Pages/Technology.razor.rz.scp.css */
/* Shared marketing layout (mirrors Features.razor.css — scoped CSS isn't shared across components). */
.features-page[b-i8jmjq36kh] {
    flex: 1;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 4.5rem 2rem 3rem;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.features-hero[b-i8jmjq36kh] { max-width: 820px; margin-bottom: 3.5rem; }

.features-title[b-i8jmjq36kh] { font-size: 3rem; font-weight: 300; color: #ffffff; line-height: 1.15; margin: 0 0 1.25rem; }
.features-title .accent[b-i8jmjq36kh], .accent[b-i8jmjq36kh] { color: #ff841f; }

.features-lead[b-i8jmjq36kh] { font-size: 1.2rem; color: rgba(255, 255, 255, 0.6); line-height: 1.6; margin: 0; }

/* Stack pills */
.tech-pills[b-i8jmjq36kh] { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.75rem; }
.tech-pill[b-i8jmjq36kh] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.05);
    border: 0.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    padding: 0.3rem 0.85rem;
}

/* Sections + cards */
.feature-section[b-i8jmjq36kh] { margin-bottom: 3.5rem; }
.feature-section-title[b-i8jmjq36kh] { font-size: 1.6rem; font-weight: 300; color: #ff841f; margin: 0 0 0.35rem; }
.feature-section-sub[b-i8jmjq36kh] { font-size: 1.02rem; color: rgba(255, 255, 255, 0.5); margin: 0 0 1.5rem; max-width: 700px; line-height: 1.5; }

.feature-grid[b-i8jmjq36kh] { display: grid; grid-template-columns: repeat(auto-fill, minmax(15.5rem, 1fr)); gap: 1rem; }

.feature-card[b-i8jmjq36kh] {
    background: rgba(255, 255, 255, 0.04);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 1.5rem 1.4rem;
    transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.feature-card:hover[b-i8jmjq36kh] { transform: translateY(-3px); border-color: rgba(255, 132, 31, 0.5); background: rgba(255, 255, 255, 0.06); }

.feature-icon[b-i8jmjq36kh] { display: inline-flex; color: #ff841f; margin-bottom: 0.9rem; }
.feature-icon svg[b-i8jmjq36kh] { width: 26px; height: 26px; }

.feature-name[b-i8jmjq36kh] { font-size: 1.12rem; font-weight: 400; color: #ffffff; margin: 0 0 0.4rem; }
.feature-desc[b-i8jmjq36kh] { font-size: 0.95rem; color: rgba(255, 255, 255, 0.6); line-height: 1.55; margin: 0; }

/* Closing principle band */
.tech-principle[b-i8jmjq36kh] {
    margin-top: 1rem;
    padding: 3rem 2.5rem;
    background: rgba(255, 255, 255, 0.03);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
}
.tech-principle-title[b-i8jmjq36kh] { font-size: 1.8rem; font-weight: 300; color: #ffffff; margin: 0 0 1rem; }
.tech-principle-body[b-i8jmjq36kh] { font-size: 1.1rem; color: rgba(255, 255, 255, 0.65); line-height: 1.65; margin: 0 0 1.75rem; max-width: 760px; }

.features-cta-actions[b-i8jmjq36kh] { display: flex; gap: 1rem; flex-wrap: wrap; }

.features-btn[b-i8jmjq36kh] {
    display: inline-block;
    padding: 0.7rem 1.8rem;
    border-radius: 10px;
    font-size: 1.05rem;
    font-weight: 300;
    text-decoration: none;
    color: #ffffff;
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    transition: all 0.15s ease;
}
.features-btn:hover[b-i8jmjq36kh] { border-color: #ffffff; }
.features-btn-primary[b-i8jmjq36kh] { background: #ff841f; border-color: #ff841f; color: #061b27; font-weight: 400; }
.features-btn-primary:hover[b-i8jmjq36kh] { background: #ffac5f; border-color: #ffac5f; }

@media (max-width: 640px) {
    .features-title[b-i8jmjq36kh] { font-size: 2.2rem; }
    .features-page[b-i8jmjq36kh] { padding: 3rem 1.25rem 2rem; }
}
