/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ro90st71ss] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-ro90st71ss] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/*
.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}
*/
/* /Components/Shared/hiden/Modal.razor.rz.scp.css */
.modal.show[b-htdj3h5inn] {
    display: block;
}

.modal[b-htdj3h5inn] {
    background: rgba(0,0,0,.15);
}

.modal-backdrop.show[b-htdj3h5inn] {
    opacity: .45;
}

.modal-content[b-htdj3h5inn] {
    animation: modalFade-b-htdj3h5inn .18s ease-out;
}

@keyframes modalFade-b-htdj3h5inn {

    from {
        transform: translateY(-12px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}
/* /Components/Shared/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-oy3aqrqpsl],
.components-reconnect-repeated-attempt-visible[b-oy3aqrqpsl],
.components-reconnect-failed-visible[b-oy3aqrqpsl],
.components-pause-visible[b-oy3aqrqpsl],
.components-resume-failed-visible[b-oy3aqrqpsl],
.components-rejoining-animation[b-oy3aqrqpsl] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-oy3aqrqpsl],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-oy3aqrqpsl],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-oy3aqrqpsl],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-oy3aqrqpsl],
#components-reconnect-modal.components-reconnect-retrying[b-oy3aqrqpsl],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-oy3aqrqpsl],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-oy3aqrqpsl],
#components-reconnect-modal.components-reconnect-failed[b-oy3aqrqpsl],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-oy3aqrqpsl] {
    display: block;
}


#components-reconnect-modal[b-oy3aqrqpsl] {
    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-oy3aqrqpsl 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-oy3aqrqpsl 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-oy3aqrqpsl 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-oy3aqrqpsl]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-oy3aqrqpsl 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-oy3aqrqpsl {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-oy3aqrqpsl {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-oy3aqrqpsl {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-oy3aqrqpsl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-oy3aqrqpsl] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-oy3aqrqpsl] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-oy3aqrqpsl] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-oy3aqrqpsl] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-oy3aqrqpsl] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-oy3aqrqpsl] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-oy3aqrqpsl 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-oy3aqrqpsl] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-oy3aqrqpsl {
    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;
    }
}
/* /Pages/Public/Home.razor.rz.scp.css */
.hero-section[b-h0gdxcxfg2] {
    background: linear-gradient(160deg,#0f172a 0%,#1e293b 50%,#0f2a1e 100%);
}

.hero-card[b-h0gdxcxfg2] {
    background: rgba(15,23,42,.85);
    backdrop-filter: blur(18px);
}

.hero-badge[b-h0gdxcxfg2] {
    background: rgba(0,186,148,.12);
    border-color: rgba(0,186,148,.3) !important;
    color: #00BA94;
}

.hero-gradient-text[b-h0gdxcxfg2] {
    background: linear-gradient(135deg,#00BA94,#34d399,#00BA94);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-grid[b-h0gdxcxfg2] {
    opacity: .04;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
}

.hero-blob[b-h0gdxcxfg2] {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: .18;
}

.hero-blob-1[b-h0gdxcxfg2] {
    width: 600px;
    height: 600px;
    top: -180px;
    left: -180px;
    background: #00BA94;
}

.hero-blob-2[b-h0gdxcxfg2] {
    width: 500px;
    height: 500px;
    right: -200px;
    top: 40%;
    background: #2563eb;
}

.hero-blob-3[b-h0gdxcxfg2] {
    width: 400px;
    height: 400px;
    bottom: -120px;
    left: 35%;
    background: #00BA94;
    opacity: .08;
}


.feature-card[b-h0gdxcxfg2] {
    border-radius: 1rem;
    transition: all .25s ease;
}

    .feature-card:hover[b-h0gdxcxfg2] {
        transform: translateY(-6px);
        box-shadow: 0 .75rem 2rem rgba(0,0,0,.12) !important;
    }

.feature-icon[b-h0gdxcxfg2] {
    width: 56px;
    height: 56px;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient( 135deg, rgba(25,135,84,.15), rgba(25,135,84,.05) );
}

.why-section[b-h0gdxcxfg2] {
    background: linear-gradient(135deg,#0f172a 0%,#1a2744 50%,#0f2a1e 100%);
}

.why-card[b-h0gdxcxfg2] {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    backdrop-filter: blur(10px);
    transition: all .25s ease;
}

    .why-card:hover[b-h0gdxcxfg2] {
        background: rgba(255,255,255,.10);
        transform: translateY(-4px);
    }




/* ===========================
   Developers Section
===========================*/

.developer-section[b-h0gdxcxfg2] {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.developer-code[b-h0gdxcxfg2] {
    background: #0d1117;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #1f2937;
}

.developer-code-header[b-h0gdxcxfg2] {
    padding: 16px 24px;
    border-bottom: 1px solid #1f2937;
}

.developer-code-body[b-h0gdxcxfg2] {
    padding: 28px;
    overflow: auto;
}

.developer-code pre[b-h0gdxcxfg2] {
    color: #fff;
    font-size: .92rem;
    line-height: 1.9;
    font-family: Consolas,Monaco,monospace;
}

.terminal-dot[b-h0gdxcxfg2] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 6px;
    display: inline-block;
}

.developer-feature-icon[b-h0gdxcxfg2] {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(0,186,148,.10);
}

    .developer-feature-icon i[b-h0gdxcxfg2] {
        font-size: 1.4rem;
        color: #00BA94;
    }

.btn-primary[b-h0gdxcxfg2] {
    background: #1d4ed8;
    border-color: #1d4ed8;
}

    .btn-primary:hover[b-h0gdxcxfg2] {
        background: #1e40af;
        border-color: #1e40af;
        transform: translateY(-2px);
    }

.btn-outline-secondary:hover[b-h0gdxcxfg2] {
    transform: translateY(-2px);
}

.developer-section .btn[b-h0gdxcxfg2] {
    transition: .3s;
}

@media (max-width:991px) {

    .developer-section[b-h0gdxcxfg2] {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}


/* ===========================
   Final CTA
===========================*/

.cta-section[b-h0gdxcxfg2] {
    background: linear-gradient(135deg,#00BA94 0%,#00967a 50%,#007a62 100%);
    padding: 7rem 0;
}

.cta-pattern[b-h0gdxcxfg2] {
    position: absolute;
    inset: 0;
    opacity: .06;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='white' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
}

.cta-icon[b-h0gdxcxfg2] {
    font-size: 4rem;
    color: rgba(255,255,255,.65);
    margin-bottom: 1.75rem;
}

.cta-section h2[b-h0gdxcxfg2] {
    line-height: 1.15;
}

.cta-primary-btn[b-h0gdxcxfg2] {
    color: #00BA94;
    font-weight: 700;
    border-radius: 1rem;
    transition: .3s;
}

    .cta-primary-btn:hover[b-h0gdxcxfg2] {
        color: #00967a;
        transform: translateY(-4px);
        box-shadow: 0 20px 40px rgba(0,0,0,.20);
    }

.cta-secondary-btn[b-h0gdxcxfg2] {
    border-width: 2px;
    border-color: rgba(255,255,255,.45);
    border-radius: 1rem;
    font-weight: 700;
    transition: .3s;
}

    .cta-secondary-btn:hover[b-h0gdxcxfg2] {
        background: rgba(255,255,255,.10);
        border-color: #fff;
        transform: translateY(-4px);
    }

.cta-primary-btn i[b-h0gdxcxfg2] {
    transition: transform .3s;
}

.cta-primary-btn:hover i[b-h0gdxcxfg2] {
    transform: translateX(4px);
}

@media (max-width:991px) {

    .cta-section[b-h0gdxcxfg2] {
        padding: 5rem 0;
    }

        .cta-section h2[b-h0gdxcxfg2] {
            font-size: 2.5rem;
        }
}



/*=========================================
    Footer
=========================================*/

.footer-section[b-h0gdxcxfg2] {
    background: #020617;
    color: #fff;
    padding-top: 5rem;
}

.footer-top[b-h0gdxcxfg2] {
    padding-bottom: 4rem;
}

.footer-logo[b-h0gdxcxfg2] {
    font-size: 2rem;
    font-weight: 900;
    color: #00BA94;
}

.footer-description[b-h0gdxcxfg2] {
    color: #94a3b8;
    line-height: 1.8;
    max-width: 320px;
    margin-bottom: 2rem;
}

.footer-heading[b-h0gdxcxfg2] {
    color: #64748b;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .15rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.footer-link[b-h0gdxcxfg2] {
    color: #94a3b8;
    text-decoration: none;
    transition: .25s;
    font-weight: 500;
}

    .footer-link:hover[b-h0gdxcxfg2] {
        color: #fff;
    }

.footer-social[b-h0gdxcxfg2] {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    text-decoration: none;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    transition: .3s;
}

    .footer-social:hover[b-h0gdxcxfg2] {
        background: rgba(255,255,255,.12);
        color: #fff;
        transform: translateY(-3px);
    }

    .footer-social i[b-h0gdxcxfg2] {
        font-size: 1.1rem;
    }

.footer-divider[b-h0gdxcxfg2] {
    border-color: rgba(255,255,255,.08);
    margin-bottom: 2rem;
}

.footer-copyright[b-h0gdxcxfg2] {
    color: #64748b;
    font-size: .9rem;
}

.footer-badge[b-h0gdxcxfg2] {
    display: flex;
    align-items: center;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .08rem;
    color: #64748b;
    font-weight: 700;
}

    .footer-badge i[b-h0gdxcxfg2] {
        color: #00BA94;
    }

@media (max-width:768px) {

    .footer-section[b-h0gdxcxfg2] {
        text-align: center;
    }

    .footer-description[b-h0gdxcxfg2] {
        margin-inline: auto;
    }

    .footer-social[b-h0gdxcxfg2] {
        margin: auto;
    }
}
