/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-k7r9clz362] {
    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-k7r9clz362] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-89k2bf0a2o],
.components-reconnect-repeated-attempt-visible[b-89k2bf0a2o],
.components-reconnect-failed-visible[b-89k2bf0a2o],
.components-pause-visible[b-89k2bf0a2o],
.components-resume-failed-visible[b-89k2bf0a2o],
.components-rejoining-animation[b-89k2bf0a2o] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-89k2bf0a2o {
    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 */
.hb-header[b-e8kkw3vxbe] {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #2a2f3a;
    background: #12151c;
    color: #e8ebf1;
}

.hb-header h1[b-e8kkw3vxbe] {
    font-size: 1.15rem;
    margin: 0;
}

.hb-sub[b-e8kkw3vxbe] {
    color: #8a93a6;
    font-size: 0.8rem;
}

.hb-layout[b-e8kkw3vxbe] {
    display: grid;
    grid-template-columns: 300px 1fr;
    height: calc(100vh - 52px);
}

.hb-tree[b-e8kkw3vxbe] {
    overflow-y: auto;
    border-right: 1px solid #2a2f3a;
    background: #0f1218;
    padding: 0.5rem 0;
}

.hb-tree-node[b-e8kkw3vxbe], .hb-tree-child[b-e8kkw3vxbe] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.75rem;
    cursor: pointer;
    color: #d4d9e3;
    font-size: 0.9rem;
    user-select: none;
}

.hb-tree-node:hover[b-e8kkw3vxbe], .hb-tree-child:hover[b-e8kkw3vxbe] {
    background: #1a1f29;
}

.hb-tree-child[b-e8kkw3vxbe] {
    padding-left: 2.1rem;
    color: #aab2c2;
    font-size: 0.85rem;
}

.hb-active[b-e8kkw3vxbe] {
    background: #1f6feb33 !important;
    color: #fff;
    box-shadow: inset 3px 0 0 #1f6feb;
}

.hb-caret[b-e8kkw3vxbe] {
    width: 1rem;
    text-align: center;
    color: #8a93a6;
    flex: none;
}

.hb-sport[b-e8kkw3vxbe] {
    flex: 1;
}

.hb-count[b-e8kkw3vxbe] {
    color: #6b7280;
    font-size: 0.75rem;
    background: #1a1f29;
    border-radius: 8px;
    padding: 0 0.4rem;
}

.hb-events[b-e8kkw3vxbe] {
    overflow-y: auto;
    padding: 0.75rem 1rem;
    background: #0b0d12;
}

.hb-muted[b-e8kkw3vxbe] {
    color: #6b7280;
    font-style: italic;
}

.hb-event[b-e8kkw3vxbe] {
    border: 1px solid #232833;
    border-radius: 8px;
    margin-bottom: 0.5rem;
    background: #12151c;
    overflow: hidden;
}

.hb-event-head[b-e8kkw3vxbe] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 0.8rem;
    cursor: pointer;
    color: #e8ebf1;
}

.hb-event-head:hover[b-e8kkw3vxbe] {
    background: #171b24;
}

.hb-event-name[b-e8kkw3vxbe] {
    flex: 1;
    font-weight: 500;
}

.hb-badge[b-e8kkw3vxbe] {
    font-size: 0.72rem;
    color: #9ca3af;
    background: #1a1f29;
    padding: 0.1rem 0.45rem;
    border-radius: 6px;
}

.hb-time[b-e8kkw3vxbe] {
    font-size: 0.78rem;
    color: #8a93a6;
    min-width: 8rem;
    text-align: right;
}

.hb-status[b-e8kkw3vxbe] {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.1rem 0.4rem;
    border-radius: 6px;
    background: #2a2f3a;
    color: #cbd5e1;
}

.hb-status-live[b-e8kkw3vxbe], .hb-status-active[b-e8kkw3vxbe] { background: #16653433; color: #4ade80; }
.hb-status-finished[b-e8kkw3vxbe] { background: #37415133; color: #9ca3af; }
.hb-status-prematch[b-e8kkw3vxbe] { background: #1e3a5f33; color: #60a5fa; }
.hb-status-canceled[b-e8kkw3vxbe], .hb-status-suspended[b-e8kkw3vxbe] { background: #7f1d1d33; color: #f87171; }

.hb-markets[b-e8kkw3vxbe] {
    border-top: 1px solid #232833;
    padding: 0.5rem 0.8rem 0.8rem;
    background: #0d0f15;
}

.hb-market-summary[b-e8kkw3vxbe] {
    color: #6b7280;
    font-size: 0.75rem;
    margin-bottom: 0.4rem;
}

.hb-cat[b-e8kkw3vxbe] {
    margin: 0.6rem 0 0.3rem;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #7c88a1;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.hb-market[b-e8kkw3vxbe] {
    border: 1px solid #1c2029;
    border-radius: 6px;
    padding: 0.4rem 0.55rem;
    margin-bottom: 0.35rem;
    background: #12151c;
}

.hb-market-head[b-e8kkw3vxbe] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.3rem;
}

.hb-market-type[b-e8kkw3vxbe] {
    font-size: 0.82rem;
    color: #d4d9e3;
    font-family: ui-monospace, monospace;
}

.hb-selections[b-e8kkw3vxbe] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.hb-sel[b-e8kkw3vxbe] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: #1a1f29;
    border-radius: 5px;
    padding: 0.15rem 0.45rem;
    font-size: 0.78rem;
}

.hb-sel-code[b-e8kkw3vxbe] {
    color: #9ca3af;
    font-family: ui-monospace, monospace;
}

.hb-sel-price[b-e8kkw3vxbe] {
    color: #4ade80;
    font-weight: 600;
}
