/* /Components/Layout/FooterMenu.razor.rz.scp.css */
.hero-wrap[b-u7aunig00f]{ position:relative; height:60vh; min-height:420px; display:flex; align-items:center; justify-content:center; overflow:hidden; }
  .hero-wrap img.bg[b-u7aunig00f]{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; filter:blur(2px); opacity:.4; }
  .hero-overlay[b-u7aunig00f]{ position:absolute; inset:0; background:linear-gradient(to top, #000 0%, transparent 60%), rgba(0,0,0,.4); }
  .text-shadow[b-u7aunig00f]{ text-shadow:2px 2px 4px rgba(0,0,0,.7); }

  .badge-pill-soft[b-u7aunig00f]{ background:rgba(59,130,246,.12); color:#60a5fa; font-size:.75rem; font-weight:700; text-transform:uppercase; letter-spacing:.12em; padding:.35rem .9rem; border-radius:50rem; display:inline-block; }
  .text-primary-custom[b-u7aunig00f]{ color:#60a5fa !important; }

  .stat-number[b-u7aunig00f]{ font-size:2.25rem; font-weight:700; color:#fff; }
  .stat-label[b-u7aunig00f]{ font-size:.8rem; text-transform:uppercase; letter-spacing:.05em; color:#868e96; }

  .about-img-frame[b-u7aunig00f]{ position:relative; }
  .about-img-frame[b-u7aunig00f]::before{ content:""; position:absolute; inset:-8px; background:linear-gradient(90deg,#60a5fa,#9333ea); filter:blur(14px); opacity:.25; border-radius:.75rem; z-index:0; }
  .about-img-frame img[b-u7aunig00f]{ position:relative; z-index:1; height:24rem; object-fit:cover; }
  .about-img-badge[b-u7aunig00f]{ position:absolute; bottom:-1.5rem; right:-1.5rem; z-index:2; width:6rem; height:6rem; background:#171717; border:1px solid #2b2b2b; display:flex; align-items:center; justify-content:center; }

  .value-card[b-u7aunig00f]{ background:#171717; border:1px solid #2b2b2b; transition:box-shadow .2s; }
  .value-card:hover[b-u7aunig00f]{ box-shadow:0 .5rem 1.5rem rgba(0,0,0,.35); }
  .value-icon[b-u7aunig00f]{ width:56px;height:56px; display:flex;align-items:center;justify-content:center; border-radius:.5rem; }

  .team-card[b-u7aunig00f]{ position:relative; overflow:hidden; border-radius:.75rem; aspect-ratio:3/4; }
  .team-card img[b-u7aunig00f]{ width:100%;height:100%;object-fit:cover; transition:transform .5s; }
  .team-card:hover img[b-u7aunig00f]{ transform:scale(1.06); }
  .team-overlay[b-u7aunig00f]{ position:absolute; inset:0; background:linear-gradient(to top, rgba(0,0,0,.92), rgba(0,0,0,.5) 55%, transparent); display:flex; flex-direction:column; justify-content:flex-end; padding:1.25rem; }
  .team-social[b-u7aunig00f]{ opacity:0; transform:translateY(6px); transition:all .25s; }
  .team-card:hover .team-social[b-u7aunig00f]{ opacity:1; transform:translateY(0); }
  .team-social a[b-u7aunig00f]{ color:#fff; font-size:.85rem; margin-right:1rem; text-decoration:none; }
  .team-social a:hover[b-u7aunig00f]{ color:#60a5fa; }

  .cta-band[b-u7aunig00f]{ background:#0d1117; position:relative; overflow:hidden; }
  .cta-glow[b-u7aunig00f]{ position:absolute; top:0; right:0; width:50%; height:100%; background:linear-gradient(to left, rgba(59,130,246,.1), transparent); }
  .cta-blob[b-u7aunig00f]{ position:absolute; bottom:-3rem; left:-3rem; width:16rem; height:16rem; background:rgba(59,130,246,.2); border-radius:50%; filter:blur(60px); }

  .footer-custom[b-u7aunig00f]{ background-color:#0f0f0f; border-top:1px solid #1f1f1f; }
  .footer-custom a[b-u7aunig00f]{ color:#868e96; text-decoration:none; }
  .footer-custom a:hover[b-u7aunig00f]{ color:#60a5fa; }
  .social-btn[b-u7aunig00f]{ width:2rem;height:2rem; display:flex;align-items:center;justify-content:center; border-radius:.375rem; color:#fff; }

  .btn-primary-custom[b-u7aunig00f]{ background-color:#3b82f6; border-color:#3b82f6; color:#fff; font-weight:700; }
  .btn-primary-custom:hover[b-u7aunig00f]{ background-color:#2563eb; border-color:#2563eb; color:#fff; }
  .btn-outline-custom[b-u7aunig00f]{ background:transparent; border:2px solid #fff; color:#fff; font-weight:700; }
  .btn-outline-custom:hover[b-u7aunig00f]{ background:#fff; color:#111; }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-823rnxe25k] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-823rnxe25k] {
    flex: 1;
}

.sidebar[b-823rnxe25k] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-823rnxe25k] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-823rnxe25k]  a, .top-row[b-823rnxe25k]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-823rnxe25k]  a:hover, .top-row[b-823rnxe25k]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-823rnxe25k]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-823rnxe25k] {
        justify-content: space-between;
    }

    .top-row[b-823rnxe25k]  a, .top-row[b-823rnxe25k]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-823rnxe25k] {
        flex-direction: row;
    }

    .sidebar[b-823rnxe25k] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-823rnxe25k] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-823rnxe25k]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-823rnxe25k], article[b-823rnxe25k] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-823rnxe25k] {
    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-823rnxe25k] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-custom[b-31el6ajr6q] {
    background-color: #121212;
    border-bottom: 1px solid #1f1f1f;
}

.nav-link-custom[b-31el6ajr6q] {
    font-size: .85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #adb5bd !important;
    transition: color .2s;
    text-decoration: none;
}

.nav-link-custom:hover[b-31el6ajr6q],
.nav-link-custom.active[b-31el6ajr6q] {
    color: #60a5fa !important;
}

.logo-badge[b-31el6ajr6q] {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 2px solid #212529;
    padding: 4px;
}

.mobile-menu[b-31el6ajr6q] {
    background: #121212;
    border-top: 1px solid #1f1f1f;
    padding: 1rem 1.5rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-hwrude2fno],
.components-reconnect-repeated-attempt-visible[b-hwrude2fno],
.components-reconnect-failed-visible[b-hwrude2fno],
.components-pause-visible[b-hwrude2fno],
.components-resume-failed-visible[b-hwrude2fno],
.components-rejoining-animation[b-hwrude2fno] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-hwrude2fno {
    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;
    }
}
