/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-tiyrdehg3i] {
    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-tiyrdehg3i] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-jsost9nt8g],
.components-reconnect-repeated-attempt-visible[b-jsost9nt8g],
.components-reconnect-failed-visible[b-jsost9nt8g],
.components-pause-visible[b-jsost9nt8g],
.components-resume-failed-visible[b-jsost9nt8g],
.components-rejoining-animation[b-jsost9nt8g] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-jsost9nt8g],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-jsost9nt8g],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-jsost9nt8g],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-jsost9nt8g],
#components-reconnect-modal.components-reconnect-retrying[b-jsost9nt8g],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-jsost9nt8g],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-jsost9nt8g],
#components-reconnect-modal.components-reconnect-failed[b-jsost9nt8g],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-jsost9nt8g] {
    display: block;
}


#components-reconnect-modal[b-jsost9nt8g] {
    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-jsost9nt8g 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-jsost9nt8g 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-jsost9nt8g 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-jsost9nt8g]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-jsost9nt8g 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-jsost9nt8g {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-jsost9nt8g {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-jsost9nt8g {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-jsost9nt8g] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-jsost9nt8g] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-jsost9nt8g] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-jsost9nt8g] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-jsost9nt8g] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-jsost9nt8g] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-jsost9nt8g] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-jsost9nt8g 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-jsost9nt8g] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-jsost9nt8g {
    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 */
.landing[b-s2r1g8xxjz] {
    --brand: #0d3b66;
    --brand-light: #1d70b8;
    --accent: #2ec4b6;
    --ink: #1b2733;
    --muted: #5a6b7b;
    --bg-alt: #f2f6fa;
    --highlight: #0d3b66;
    --font-heading: 'Space Grotesk', 'Inter', sans-serif;
    color: var(--ink);
    line-height: 1.65;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.landing h1[b-s2r1g8xxjz],
.landing h2[b-s2r1g8xxjz],
.landing h3[b-s2r1g8xxjz] {
    font-family: var(--font-heading);
    letter-spacing: -0.01em;
}

.landing .eyebrow[b-s2r1g8xxjz] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--accent);
    margin: 0 0 0.5rem;
}

.landing h1[b-s2r1g8xxjz] {
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.15;
    margin: 0 0 1.25rem;
    font-weight: 800;
}

.landing h2[b-s2r1g8xxjz] {
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    margin: 0 0 1.5rem;
    color: var(--brand);
    font-weight: 700;
}

.landing h3[b-s2r1g8xxjz] {
    font-size: 1.2rem;
    margin: 0 0 0.6rem;
    color: var(--brand);
}

/* ===== HERO ===== */
.hero[b-s2r1g8xxjz] {
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-light) 100%);
    color: #fff;
    padding: clamp(3rem, 8vw, 6rem) 1.5rem;
}

.hero-content[b-s2r1g8xxjz] {
    max-width: 900px;
    margin: 0 auto;
}

/* ===== BRAND / LOGO ===== */
.brand[b-s2r1g8xxjz] {
    display: inline-flex;
    align-items: baseline;
    gap: 0.35rem;
    margin-bottom: 1.75rem;
}

.brand-name[b-s2r1g8xxjz] {
    position: relative;
    font-size: clamp(1.9rem, 4vw, 2.9rem);
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--font-heading);
    background: linear-gradient(90deg, #ffffff 0%, #d7f7f3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}

.brand-accent[b-s2r1g8xxjz] {
    -webkit-text-fill-color: initial;
    color: var(--accent);
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
}

.brand-dot[b-s2r1g8xxjz] {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 0 rgba(46, 196, 182, 0.7);
    animation: brand-pulse-b-s2r1g8xxjz 2.2s ease-out infinite;
    align-self: flex-end;
    margin-bottom: 0.35rem;
}

@keyframes brand-pulse-b-s2r1g8xxjz {
    0% {
        box-shadow: 0 0 0 0 rgba(46, 196, 182, 0.6);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(46, 196, 182, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(46, 196, 182, 0);
    }
}

.hero .eyebrow[b-s2r1g8xxjz] {
    color: var(--accent);
}

.hero .lead[b-s2r1g8xxjz] {
    font-size: 1.25rem;
    font-weight: 500;
}

.hero .tagline[b-s2r1g8xxjz] {
    font-weight: 700;
    font-size: 1.1rem;
    margin-top: 1.5rem;
    color: var(--accent);
}

.hero-actions[b-s2r1g8xxjz] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

/* ===== BUTTONS ===== */
.btn[b-s2r1g8xxjz] {
    display: inline-block;
    padding: 0.85rem 1.8rem;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.btn:hover[b-s2r1g8xxjz] {
    transform: translateY(-2px);
}

.btn-primary[b-s2r1g8xxjz] {
    background: var(--accent);
    color: #06373a;
    box-shadow: 0 6px 20px rgba(46, 196, 182, 0.35);
}

.btn-outline[b-s2r1g8xxjz] {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.7);
}

.btn-outline:hover[b-s2r1g8xxjz] {
    background: rgba(255, 255, 255, 0.12);
}

/* ===== SECTIONS ===== */
.section[b-s2r1g8xxjz] {
    max-width: 1100px;
    margin: 0 auto;
    padding: clamp(3rem, 6vw, 5rem) 1.5rem;
}

.section-alt[b-s2r1g8xxjz] {
    background: var(--bg-alt);
    max-width: none;
}

.section-alt > *[b-s2r1g8xxjz] {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.section-highlight[b-s2r1g8xxjz] {
    background: var(--highlight);
    color: #fff;
    max-width: none;
}

.section-highlight h2[b-s2r1g8xxjz] {
    color: #fff;
}

.section-highlight > *[b-s2r1g8xxjz] {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.prose[b-s2r1g8xxjz] {
    max-width: 800px;
}

.prose p[b-s2r1g8xxjz] {
    margin: 0 0 1rem;
    color: inherit;
}

.section .muted[b-s2r1g8xxjz],
.prose[b-s2r1g8xxjz] {
    color: var(--muted);
}

.section-highlight .prose[b-s2r1g8xxjz] {
    color: rgba(255, 255, 255, 0.9);
}

/* ===== CARDS ===== */
.cards[b-s2r1g8xxjz] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.card[b-s2r1g8xxjz] {
    background: #fff;
    border: 1px solid #e2e9f0;
    border-radius: 16px;
    padding: 1.8rem;
    box-shadow: 0 4px 18px rgba(13, 59, 102, 0.06);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.card:hover[b-s2r1g8xxjz] {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(13, 59, 102, 0.12);
}

.card p[b-s2r1g8xxjz] {
    color: var(--muted);
    margin: 0;
}

.card-icon[b-s2r1g8xxjz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    margin-bottom: 1.1rem;
    border-radius: 14px;
    color: var(--brand-light);
    background: rgba(46, 196, 182, 0.12);
}

.card-icon svg[b-s2r1g8xxjz] {
    width: 1.7rem;
    height: 1.7rem;
}

.card:hover .card-icon[b-s2r1g8xxjz] {
    color: #fff;
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-light) 100%);
}

/* ===== FEATURES ===== */
.features[b-s2r1g8xxjz] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.feature[b-s2r1g8xxjz] {
    padding: 1.4rem;
    border-left: 4px solid var(--accent);
    background: rgba(46, 196, 182, 0.05);
    border-radius: 0 12px 12px 0;
}

.feature p[b-s2r1g8xxjz] {
    margin: 0;
    color: var(--muted);
}

/* ===== TAGS ===== */
.tags[b-s2r1g8xxjz] {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.tags li[b-s2r1g8xxjz] {
    background: var(--brand);
    color: #fff;
    padding: 0.55rem 1.1rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
}

/* ===== CONTACT ===== */
.section-contact[b-s2r1g8xxjz] {
    text-align: center;
}

.section-contact .prose[b-s2r1g8xxjz] {
    margin-left: auto;
    margin-right: auto;
}

.contact-card[b-s2r1g8xxjz] {
    display: inline-flex;
    flex-direction: column;
    gap: 0.25rem;
    font-style: normal;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 2rem 3rem;
    margin: 0 auto 2rem;
    text-align: left;
    color: rgba(255, 255, 255, 0.9);
}

.contact-card strong[b-s2r1g8xxjz] {
    color: #fff;
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
}

.contact-card .nif[b-s2r1g8xxjz] {
    margin-top: 0.5rem;
    color: rgba(255, 255, 255, 0.6);
}

/* ===== FOOTER ===== */
.landing-footer[b-s2r1g8xxjz] {
    background: #06222f;
    color: rgba(255, 255, 255, 0.85);
    padding: 3rem 1.5rem;
    text-align: center;
}

.landing-footer p[b-s2r1g8xxjz] {
    max-width: 800px;
    margin: 0 auto 1rem;
}

.landing-footer .copyright[b-s2r1g8xxjz] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.55);
}
