/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7pxtnsse9d] {
    position: relative;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main[b-7pxtnsse9d] {
    min-width: 0;
    flex: 1;
}

.sidebar[b-7pxtnsse9d] {
    background:
        linear-gradient(180deg, rgba(244, 241, 232, 0.06), transparent 24%),
        linear-gradient(180deg, rgba(7, 17, 13, 0.98), rgba(2, 6, 4, 0.98));
    border-right: 1px solid rgba(244, 241, 232, 0.1);
    box-shadow: 16px 0 46px rgba(0, 0, 0, 0.22);
}

.top-row[b-7pxtnsse9d] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 4rem;
    background:
        linear-gradient(90deg, rgba(24, 165, 88, 0.1), transparent 42%),
        rgba(3, 8, 5, 0.72);
    border-bottom: 1px solid rgba(244, 241, 232, 0.09);
    backdrop-filter: blur(18px);
}

.market-status[b-7pxtnsse9d] {
    display: inline-flex;
    align-items: center;
    gap: 0.62rem;
    color: var(--stadium-chalk);
    font-family: var(--stadium-condensed);
    font-size: 1.02rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.status-dot[b-7pxtnsse9d] {
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 999px;
    background: var(--stadium-green);
    box-shadow: 0 0 0 5px rgba(24, 165, 88, 0.13), 0 0 24px rgba(24, 165, 88, 0.78);
}

.top-row-meta[b-7pxtnsse9d] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.55rem;
    color: var(--stadium-muted);
    font-family: var(--stadium-mono);
    font-size: 0.76rem;
}

.top-row-meta span[b-7pxtnsse9d] {
    padding: 0.32rem 0.56rem;
    border: 1px solid rgba(244, 241, 232, 0.1);
    border-radius: 999px;
    background: rgba(244, 241, 232, 0.035);
}

.content[b-7pxtnsse9d] {
    min-height: calc(100vh - 4rem);
}

@media (max-width: 640.98px) {
    .top-row[b-7pxtnsse9d] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.5rem;
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
    }
}

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

    .sidebar[b-7pxtnsse9d] {
        position: sticky;
        top: 0;
        width: 238px;
        height: 100vh;
    }

    .top-row[b-7pxtnsse9d] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

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

#blazor-error-ui[b-7pxtnsse9d] {
    color-scheme: dark;
    background: #2b100f;
    border-top: 1px solid rgba(255, 109, 105, 0.5);
    bottom: 0;
    box-shadow: 0 -1px 18px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    color: var(--stadium-chalk);
    display: none;
    left: 0;
    padding: 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-7pxtnsse9d] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-sk33fbh0fr] {
    appearance: none;
    cursor: pointer;
    width: 3.2rem;
    height: 2.45rem;
    position: absolute;
    top: 0.74rem;
    right: 1rem;
    border: 1px solid rgba(244, 241, 232, 0.14);
    border-radius: 6px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28244, 241, 232, 0.74%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.6rem rgba(244, 241, 232, 0.06);
}

.navbar-toggler:checked[b-sk33fbh0fr] {
    background-color: rgba(255, 194, 71, 0.18);
}

.top-row[b-sk33fbh0fr] {
    min-height: 4rem;
    background: transparent;
    border-bottom: 1px solid rgba(244, 241, 232, 0.08);
}

.navbar-brand[b-sk33fbh0fr] {
    display: inline-flex;
    align-items: center;
    gap: 0.72rem;
    color: var(--stadium-chalk);
    font-family: var(--stadium-condensed);
    text-decoration: none;
    text-transform: uppercase;
}

.navbar-brand:hover[b-sk33fbh0fr] {
    color: var(--stadium-chalk);
}

.brand-mark[b-sk33fbh0fr] {
    display: grid;
    width: 2.25rem;
    height: 2.25rem;
    place-items: center;
    color: #06100b;
    background:
        linear-gradient(135deg, rgba(255, 194, 71, 0.95), rgba(24, 165, 88, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 7px;
    box-shadow: 0 12px 24px rgba(24, 165, 88, 0.18);
    font-family: var(--stadium-mono);
    font-size: 0.8rem;
    font-weight: 950;
}

.brand-copy[b-sk33fbh0fr] {
    display: grid;
    line-height: 0.92;
}

.brand-copy span[b-sk33fbh0fr] {
    color: var(--stadium-muted);
    font-size: 0.74rem;
    letter-spacing: 0.12em;
}

.brand-copy strong[b-sk33fbh0fr] {
    color: var(--stadium-chalk);
    font-size: 1.28rem;
    font-weight: 950;
}

.bi[b-sk33fbh0fr] {
    display: inline-block;
    position: relative;
    width: 1.08rem;
    height: 1.08rem;
    margin-right: 0.72rem;
    top: -1px;
    background-size: cover;
    opacity: 0.82;
}

.bi-house-door-fill-nav-menu[b-sk33fbh0fr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23f4f1e8' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-graph-up-arrow-nav-menu[b-sk33fbh0fr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23f4f1e8' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M0 0h1v15h15v1H0V0Zm14.817 3.113a.5.5 0 0 1 .07.704l-4.5 5.5a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61 4.15-5.073a.5.5 0 0 1 .704-.07Z'/%3E%3C/svg%3E");
}

.bi-arrow-down-circle-nav-menu[b-sk33fbh0fr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23f4f1e8' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14Zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16Z'/%3E%3Cpath d='M4.646 8.646a.5.5 0 0 1 .708 0L7.5 10.793V4.5a.5.5 0 0 1 1 0v6.293l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708Z'/%3E%3C/svg%3E");
}

.bi-wallet2-nav-menu[b-sk33fbh0fr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23f4f1e8' viewBox='0 0 16 16'%3E%3Cpath d='M12.136.326A1.5 1.5 0 0 1 14 1.78V3h.5A1.5 1.5 0 0 1 16 4.5v9A1.5 1.5 0 0 1 14.5 15h-13A1.5 1.5 0 0 1 0 13.5v-11A1.5 1.5 0 0 1 1.5 1h9.898l.738-.674ZM1.5 2A.5.5 0 0 0 1 2.5v11a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5H1.5A.5.5 0 0 1 1 3.5v-1a.5.5 0 0 0 .5.5h11.5V1.78a.5.5 0 0 0-.62-.485L10.58 2H1.5Z'/%3E%3C/svg%3E");
}

.bi-cash-coin-nav-menu[b-sk33fbh0fr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23f4f1e8' viewBox='0 0 16 16'%3E%3Cpath d='M11 15a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0 1a5 5 0 1 1 0-10 5 5 0 0 1 0 10Z'/%3E%3Cpath d='M9.438 11.944c.047.596.518 1.06 1.363 1.116v.44h.375v-.443c.875-.061 1.386-.529 1.386-1.207 0-.618-.39-.936-1.09-1.1l-.296-.07v-1.2c.376.043.614.248.671.532h.658c-.047-.575-.54-1.024-1.329-1.073V8.5h-.375v.45c-.747.073-1.255.522-1.255 1.158 0 .562.378.92 1.007 1.066l.248.061v1.272c-.384-.058-.639-.27-.696-.563h-.668Z'/%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1.5a.5.5 0 0 1-1 0V4a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h4.5a.5.5 0 0 1 0 1H2a2 2 0 0 1-2-2V4Z'/%3E%3C/svg%3E");
}

.bi-trophy-nav-menu[b-sk33fbh0fr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23f4f1e8' viewBox='0 0 16 16'%3E%3Cpath d='M2.5.5A.5.5 0 0 1 3 0h10a.5.5 0 0 1 .5.5c0 .538-.012 1.05-.034 1.536a3 3 0 1 1-1.133 5.89c-.79 1.865-2.003 3.04-3.333 3.32V13h2.5a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1H7v-1.754c-1.33-.28-2.543-1.455-3.333-3.32a3 3 0 1 1-1.133-5.89A26.02 26.02 0 0 1 2.5.5Z'/%3E%3C/svg%3E");
}

.bi-gear-nav-menu[b-sk33fbh0fr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23f4f1e8' viewBox='0 0 16 16'%3E%3Cpath d='M8 4.754a3.246 3.246 0 1 0 0 6.492 3.246 3.246 0 0 0 0-6.492ZM5.754 8a2.246 2.246 0 1 1 4.492 0 2.246 2.246 0 0 1-4.492 0Z'/%3E%3Cpath d='M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a1.873 1.873 0 0 1-2.725 1.117l-.291-.168c-1.616-.932-3.409.861-2.477 2.477l.168.291A1.873 1.873 0 0 1-.332 8.105l-.32.094c-1.789.527-1.789 3.065 0 3.592l.32.094a1.873 1.873 0 0 1 1.117 2.725l-.168.291c-.932 1.616.861 3.409 2.477 2.477l.291-.168a1.873 1.873 0 0 1 2.725 1.117l.094.32c.527 1.789 3.065 1.789 3.592 0l.094-.32a1.873 1.873 0 0 1 2.725-1.117l.291.168c1.616.932 3.409-.861 2.477-2.477l-.168-.291a1.873 1.873 0 0 1 1.117-2.725l.32-.094c1.789-.527 1.789-3.065 0-3.592l-.32-.094a1.873 1.873 0 0 1-1.117-2.725l.168-.291c.932-1.616-.861-3.409-2.477-2.477l-.291.168A1.873 1.873 0 0 1 9.89 1.663l-.094-.32Z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-sk33fbh0fr],
.bi-person-badge-nav-menu[b-sk33fbh0fr],
.bi-person-fill-nav-menu[b-sk33fbh0fr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23f4f1e8' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-sk33fbh0fr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23f4f1e8' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-section-label[b-sk33fbh0fr] {
    padding: 1rem 1.35rem 0.42rem;
    color: rgba(244, 241, 232, 0.42);
    font-family: var(--stadium-mono);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.nav-item[b-sk33fbh0fr] {
    padding-bottom: 0.32rem;
    font-size: 0.9rem;
}

.nav-item[b-sk33fbh0fr]  .nav-link {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 2.72rem;
    color: rgba(244, 241, 232, 0.72);
    background: transparent;
    border: 1px solid transparent;
    border-radius: 7px;
    line-height: 1.15;
    text-decoration: none;
}

.nav-item[b-sk33fbh0fr]  a.active {
    color: var(--stadium-chalk);
    background:
        linear-gradient(90deg, rgba(24, 165, 88, 0.22), rgba(255, 194, 71, 0.06));
    border-color: rgba(24, 165, 88, 0.24);
    box-shadow: inset 3px 0 0 var(--stadium-green);
}

.nav-item[b-sk33fbh0fr]  .nav-link:hover {
    color: var(--stadium-chalk);
    background-color: rgba(244, 241, 232, 0.055);
}

.nav-item[b-sk33fbh0fr]  .nav-link:hover .bi,
.nav-item[b-sk33fbh0fr]  a.active .bi {
    opacity: 1;
}

.nav-scrollable[b-sk33fbh0fr] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-sk33fbh0fr] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-sk33fbh0fr] {
        display: none;
    }

    .nav-scrollable[b-sk33fbh0fr] {
        display: block;
        height: calc(100vh - 4rem);
        overflow-y: auto;
        padding-top: 0.35rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-3bozxpmv9w],
.components-reconnect-repeated-attempt-visible[b-3bozxpmv9w],
.components-reconnect-failed-visible[b-3bozxpmv9w],
.components-pause-visible[b-3bozxpmv9w],
.components-resume-failed-visible[b-3bozxpmv9w],
.components-rejoining-animation[b-3bozxpmv9w] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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