/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-89g5j2j6ku] {
    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-89g5j2j6ku] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-4fidr9er4x],
.components-reconnect-repeated-attempt-visible[b-4fidr9er4x],
.components-reconnect-failed-visible[b-4fidr9er4x],
.components-pause-visible[b-4fidr9er4x],
.components-resume-failed-visible[b-4fidr9er4x],
.components-rejoining-animation[b-4fidr9er4x] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-4fidr9er4x],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-4fidr9er4x],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-4fidr9er4x],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-4fidr9er4x],
#components-reconnect-modal.components-reconnect-retrying[b-4fidr9er4x],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-4fidr9er4x],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-4fidr9er4x],
#components-reconnect-modal.components-reconnect-failed[b-4fidr9er4x],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-4fidr9er4x] {
    display: block;
}


#components-reconnect-modal[b-4fidr9er4x] {
    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-4fidr9er4x 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-4fidr9er4x 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-4fidr9er4x 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-4fidr9er4x]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-4fidr9er4x 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-4fidr9er4x {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-4fidr9er4x {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-4fidr9er4x {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-4fidr9er4x] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-4fidr9er4x] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-4fidr9er4x] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-4fidr9er4x] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-4fidr9er4x] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-4fidr9er4x] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-4fidr9er4x] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-4fidr9er4x 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-4fidr9er4x] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-4fidr9er4x {
    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 */
/* -- Keyframes -- */
@keyframes fadeInUp-b-fq7lta1zo8   { from { opacity: 0; transform: translateY(28px); }  to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInDown-b-fq7lta1zo8 { from { opacity: 0; transform: translateY(-16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn-b-fq7lta1zo8     { from { opacity: 0; }                               to { opacity: 1; } }
@keyframes subtleFloat-b-fq7lta1zo8 { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

/* -- Hero entrance (staggered on load) -- */
.anim-fade[b-fq7lta1zo8] { opacity: 0; animation: fadeInUp-b-fq7lta1zo8 0.8s cubic-bezier(0.16, 1, 0.3, 1) both; }
.anim-d1[b-fq7lta1zo8] { animation-delay: 0.15s; }
.anim-d2[b-fq7lta1zo8] { animation-delay: 0.3s; }
.anim-d3[b-fq7lta1zo8] { animation-delay: 0.45s; }
.anim-d4[b-fq7lta1zo8] { animation-delay: 0.6s; }

/* -- Scroll-reveal system -- */
.reveal .section-head[b-fq7lta1zo8],
.reveal .grid-2[b-fq7lta1zo8],
.reveal .grid-3[b-fq7lta1zo8],
.reveal .grid-4[b-fq7lta1zo8],
.reveal .cta[b-fq7lta1zo8] {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible .section-head[b-fq7lta1zo8],
.reveal.visible .grid-2[b-fq7lta1zo8],
.reveal.visible .grid-3[b-fq7lta1zo8],
.reveal.visible .grid-4[b-fq7lta1zo8],
.reveal.visible .cta[b-fq7lta1zo8] {
    opacity: 1;
    transform: translateY(0);
}
.reveal.visible .section-head[b-fq7lta1zo8] { transition-delay: 0s; }
.reveal.visible .grid-2[b-fq7lta1zo8],
.reveal.visible .grid-3[b-fq7lta1zo8],
.reveal.visible .grid-4[b-fq7lta1zo8] { transition-delay: 0.15s; }
.reveal.visible .cta[b-fq7lta1zo8] { transition-delay: 0.1s; }

/* -- Top bar -- */
.topbar[b-fq7lta1zo8] {
    position: sticky; top: 0; z-index: 100;
    background: rgba(255,255,255,0.82);
    backdrop-filter: blur(16px) saturate(1.8);
    -webkit-backdrop-filter: blur(16px) saturate(1.8);
    border-bottom: 1px solid rgba(0,0,0,0.06);
    animation: fadeInDown-b-fq7lta1zo8 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.topbar-inner[b-fq7lta1zo8] { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; }
.logo[b-fq7lta1zo8] { height: 44px; width: auto; animation: fadeIn-b-fq7lta1zo8 0.8s ease-out 0.1s both; transition: opacity 0.25s ease; }
.logo:hover[b-fq7lta1zo8] { opacity: 0.78; }
.btn-nav[b-fq7lta1zo8] { padding: 10px 20px; font-size: 15px; border-radius: 12px; animation: fadeIn-b-fq7lta1zo8 0.6s ease-out 0.35s both; }

/* -- Footer -- */
footer[b-fq7lta1zo8] { padding: 30px 0 50px; color: var(--muted); font-size: 15px; }
.footer-inner[b-fq7lta1zo8] { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.footer-logo[b-fq7lta1zo8] { height: 38px; width: auto; opacity: 0.6; transition: opacity 0.3s ease; }
.footer-logo:hover[b-fq7lta1zo8] { opacity: 1; }
.footer-inner[b-fq7lta1zo8]  p { margin: 0; }

/* -- Layout -- */
.container[b-fq7lta1zo8] { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }

/* -- Hero -- */
.hero[b-fq7lta1zo8] { background: linear-gradient(135deg, var(--primary) 0%, #155c97 55%, var(--accent) 100%); color: var(--white); padding: 80px 0 72px; }
.hero-grid[b-fq7lta1zo8] { display: grid; grid-template-columns: 1.3fr 0.9fr; gap: 32px; align-items: center; }
.eyebrow[b-fq7lta1zo8] { display: inline-block; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.25); padding: 8px 14px; border-radius: 999px; font-size: 14px; margin-bottom: 18px; }
h1[b-fq7lta1zo8] { font-size: clamp(36px, 5vw, 62px); line-height: 1.05; margin: 0 0 18px; letter-spacing: -0.03em; outline: none; }
.hero[b-fq7lta1zo8]  p { font-size: 20px; max-width: 700px; margin: 0 0 28px; color: rgba(255,255,255,0.92); }
.cta-row[b-fq7lta1zo8] { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }

/* -- Buttons -- */
.btn[b-fq7lta1zo8] {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 14px 22px; border-radius: 14px; font-weight: 700; cursor: pointer;
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.25s ease, background 0.2s ease;
}
.btn:hover[b-fq7lta1zo8] { transform: translateY(-2px); }
.btn:active[b-fq7lta1zo8] { transform: translateY(0) scale(0.98); }
.btn-primary[b-fq7lta1zo8] { background: var(--white); color: var(--primary); box-shadow: 0 10px 24px rgba(0,0,0,0.12); }
.btn-primary:hover[b-fq7lta1zo8] { box-shadow: 0 16px 36px rgba(0,0,0,0.18); }
.btn-secondary[b-fq7lta1zo8] { border: 1px solid rgba(255,255,255,0.35); color: var(--white); background: rgba(255,255,255,0.08); }
.btn-secondary:hover[b-fq7lta1zo8] { background: rgba(255,255,255,0.16); border-color: rgba(255,255,255,0.5); }

/* -- Hero card -- */
.hero-card[b-fq7lta1zo8] {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 24px; padding: 26px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.14);
    opacity: 0;
    animation: fadeInUp-b-fq7lta1zo8 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.45s both,
               subtleFloat-b-fq7lta1zo8 6s ease-in-out 2s infinite;
}
.hero-card[b-fq7lta1zo8]  h3 { margin: 0 0 18px; font-size: 22px; }
.stat[b-fq7lta1zo8] {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 18px; padding: 16px; margin-bottom: 12px;
    transition: background 0.3s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.stat:hover[b-fq7lta1zo8] { background: rgba(255,255,255,0.18); transform: translateX(4px); }
.stat[b-fq7lta1zo8]  strong { display: block; font-size: 26px; margin-bottom: 4px; }

/* -- Sections -- */
section[b-fq7lta1zo8] { padding: 72px 0; }
.section-head[b-fq7lta1zo8] { max-width: 760px; margin-bottom: 28px; }
.section-head[b-fq7lta1zo8]  h2 { font-size: clamp(28px, 4vw, 44px); line-height: 1.08; margin: 0 0 12px; letter-spacing: -0.03em; }
.section-head[b-fq7lta1zo8]  p { margin: 0; color: var(--muted); font-size: 18px; }

/* -- Grids -- */
.grid-3[b-fq7lta1zo8], .grid-4[b-fq7lta1zo8], .grid-2[b-fq7lta1zo8] { display: grid; gap: 20px; }
.grid-2[b-fq7lta1zo8] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3[b-fq7lta1zo8] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4[b-fq7lta1zo8] { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* -- Cards -- */
.card[b-fq7lta1zo8] {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: var(--shadow);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.35s ease, border-color 0.3s ease;
}
.card:hover[b-fq7lta1zo8] { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(15,76,129,0.18); border-color: rgba(29,78,216,0.2); }
.card[b-fq7lta1zo8]  h3, .card[b-fq7lta1zo8]  h4 { margin: 0 0 10px; font-size: 22px; }
.card[b-fq7lta1zo8]  p, .card[b-fq7lta1zo8]  li { color: var(--muted); font-size: 16px; }
.card[b-fq7lta1zo8]  ul { margin: 0; padding-left: 20px; }

/* -- Timeline -- */
.timeline[b-fq7lta1zo8] { position: relative; padding-left: 22px; border-left: 3px solid var(--accent); }
.timeline-item[b-fq7lta1zo8] { margin-bottom: 24px; position: relative; }
.timeline-item[b-fq7lta1zo8]::before {
    content: ""; width: 14px; height: 14px; border-radius: 50%;
    background: var(--accent); position: absolute; left: -31px; top: 5px;
    box-shadow: 0 0 0 6px rgba(0,168,150,0.12);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.timeline-item:hover[b-fq7lta1zo8]::before { box-shadow: 0 0 0 10px rgba(0,168,150,0.2); transform: scale(1.25); }
.label[b-fq7lta1zo8] { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--accent); margin-bottom: 6px; }
.band[b-fq7lta1zo8] { background: linear-gradient(180deg, #ffffff 0%, #f2f7fa 100%); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.checklist[b-fq7lta1zo8]  li { margin-bottom: 10px; }

/* -- CTA -- */
.cta[b-fq7lta1zo8] {
    background: linear-gradient(135deg, var(--primary) 0%, #114f87 40%, var(--accent) 100%);
    color: var(--white); border-radius: 28px; padding: 42px;
    box-shadow: 0 24px 50px rgba(15,76,129,0.18);
    transition: box-shadow 0.4s ease, transform 0.4s ease;
}
.cta:hover[b-fq7lta1zo8] { box-shadow: 0 28px 64px rgba(15,76,129,0.26); transform: translateY(-2px); }
.cta[b-fq7lta1zo8]  h2 { margin-top: 0; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; }
.cta[b-fq7lta1zo8]  p { color: rgba(255,255,255,0.9); font-size: 18px; }

/* -- Responsive -- */
@media (max-width: 960px) {
    .hero-grid[b-fq7lta1zo8], .grid-4[b-fq7lta1zo8], .grid-3[b-fq7lta1zo8], .grid-2[b-fq7lta1zo8] { grid-template-columns: 1fr; }
    .hero[b-fq7lta1zo8] { padding-top: 56px; }
    .cta[b-fq7lta1zo8] { padding: 28px; }
    .logo[b-fq7lta1zo8] { height: 34px; }
    .btn-nav[b-fq7lta1zo8] { padding: 8px 14px; font-size: 14px; }
    .hero-card[b-fq7lta1zo8] { animation-name: none; }
}
