/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-9wis7dkdk7] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-9wis7dkdk7] {
    min-height: 100vh;
    flex: 1;
}

#blazor-error-ui[b-9wis7dkdk7] {
    color-scheme: light only;
    background: #ffe066;
    bottom: 0;
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-9wis7dkdk7] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.site-nav[b-kfn5hhko7x] {
    align-items: center;
    backdrop-filter: blur(18px);
    background: rgba(8, 9, 12, 0.82);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    min-height: 72px;
    padding: 0 5vw;
    position: sticky;
    top: 0;
    z-index: 20;
}

.brand[b-kfn5hhko7x] {
    align-items: center;
    color: #f8f4ec;
    display: inline-flex;
    gap: 0.8rem;
    text-decoration: none;
}

.brand:hover[b-kfn5hhko7x] {
    color: #ffffff;
}

.brand-mark[b-kfn5hhko7x] {
    align-items: center;
    background: #f2c14e;
    border-radius: 8px;
    color: #111111;
    display: inline-flex;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    width: 48px;
}

.brand strong[b-kfn5hhko7x],
.brand small[b-kfn5hhko7x] {
    display: block;
    line-height: 1.1;
}

.brand small[b-kfn5hhko7x] {
    color: #b8b0a1;
    font-size: 0.72rem;
    margin-top: 0.2rem;
}

.nav-toggle[b-kfn5hhko7x] {
    appearance: none;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    display: none;
    height: 42px;
    position: relative;
    width: 46px;
}

.nav-toggle[b-kfn5hhko7x]::before {
    color: #f8f4ec;
    content: "Menu";
    font-size: 0.72rem;
    left: 8px;
    position: absolute;
    top: 12px;
}

.nav-links[b-kfn5hhko7x] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    justify-content: flex-end;
}

.nav-links[b-kfn5hhko7x]  a,
.nav-links button[b-kfn5hhko7x] {
    background: transparent;
    border: 0;
    border-radius: 8px;
    color: #d8d2c8;
    font: inherit;
    padding: 0.65rem 0.8rem;
    text-decoration: none;
}

.nav-links[b-kfn5hhko7x]  a.active,
.nav-links[b-kfn5hhko7x]  a:hover,
.nav-links button:hover[b-kfn5hhko7x] {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.nav-links form[b-kfn5hhko7x] {
    margin: 0;
}

@media (max-width: 920px) {
    .site-nav[b-kfn5hhko7x] {
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 0.9rem 1rem;
    }

    .nav-toggle[b-kfn5hhko7x] {
        display: block;
    }

    .nav-links[b-kfn5hhko7x] {
        display: none;
        flex-basis: 100%;
        justify-content: flex-start;
        padding-top: 0.75rem;
    }

    .nav-toggle:checked ~ .nav-links[b-kfn5hhko7x] {
        display: flex;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ig2i88mmyf],
.components-reconnect-repeated-attempt-visible[b-ig2i88mmyf],
.components-reconnect-failed-visible[b-ig2i88mmyf],
.components-pause-visible[b-ig2i88mmyf],
.components-resume-failed-visible[b-ig2i88mmyf],
.components-rejoining-animation[b-ig2i88mmyf] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ig2i88mmyf],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ig2i88mmyf],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ig2i88mmyf],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ig2i88mmyf],
#components-reconnect-modal.components-reconnect-retrying[b-ig2i88mmyf],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ig2i88mmyf],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ig2i88mmyf],
#components-reconnect-modal.components-reconnect-failed[b-ig2i88mmyf],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ig2i88mmyf] {
    display: block;
}


#components-reconnect-modal[b-ig2i88mmyf] {
    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-ig2i88mmyf 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ig2i88mmyf 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ig2i88mmyf 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ig2i88mmyf]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ig2i88mmyf 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ig2i88mmyf {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ig2i88mmyf {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ig2i88mmyf {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ig2i88mmyf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ig2i88mmyf] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ig2i88mmyf] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ig2i88mmyf] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ig2i88mmyf] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ig2i88mmyf] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ig2i88mmyf] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ig2i88mmyf 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ig2i88mmyf] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ig2i88mmyf {
    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/K100.razor.rz.scp.css */
.is-hidden[b-za2wl3ltsp] {
    display: none !important;
}

.menu-backdrop[b-za2wl3ltsp] {
    position: fixed;
    inset: 0;
    z-index: 999;
}

.col-menu[b-za2wl3ltsp] {
    position: fixed;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    padding: 6px 0;
    min-width: 180px;
}

.col-menu-title[b-za2wl3ltsp] {
    padding: 4px 12px;
    font-weight: 600;
    color: #666;
}

.col-menu-item[b-za2wl3ltsp] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    cursor: pointer;
}

.col-menu-item:hover[b-za2wl3ltsp] {
    background: #f0f4ff;
}

.trend-toolbar[b-za2wl3ltsp] {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
}

.trend-filter-row[b-za2wl3ltsp] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem 0.9rem;
    width: 100%;
}

.trend-search[b-za2wl3ltsp] {
    flex: 1 1 280px;
    max-width: 430px;
    min-width: 220px;
}

.trend-year-filter[b-za2wl3ltsp] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    font-weight: 600;
    white-space: nowrap;
}

.trend-year-filter select[b-za2wl3ltsp] {
    min-width: 5.75rem;
    width: auto;
    height: auto;
    align-self: center;
}

.trend-options[b-za2wl3ltsp] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 1.15rem;
    align-items: center;
    max-width: 100%;
}

.trend-option[b-za2wl3ltsp] {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 0.55rem;
    min-height: 1.8rem;
    margin: 0;
    cursor: pointer;
    font-weight: 600;
    line-height: 1.2;
    white-space: normal;
    width: auto;
    max-width: 100%;
}

.trend-option .form-check-input[b-za2wl3ltsp] {
    flex: 0 0 auto;
    margin: 0;
}

@media (max-width: 720px) {
    .trend-options[b-za2wl3ltsp] {
        width: 100%;
    }
}
    
.table-wrap[b-za2wl3ltsp] {
    max-height: 70vh;
    overflow-y: scroll;
}

.table-wrap table thead th[b-za2wl3ltsp] {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: var(--bs-body-bg, #fff);
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
}

/* Prediction columns */
th.predict-col[b-za2wl3ltsp] {
    background-color: #1a2340;
    color: #7dd3fc;
    font-style: italic;
    border-left: 2px solid #3b82f6;
}

td.predict-cell[b-za2wl3ltsp] {
    font-style: italic;
    color: #94a3b8;
    border-left: 1px dashed #334155;
}

td.predict-active[b-za2wl3ltsp] {
    color: #4ade80;
    font-weight: 600;
}

td.predict-stopped[b-za2wl3ltsp] {
    color: #f87171;
}

/* Prediction panel */
.prediction-panel[b-za2wl3ltsp] {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-top: 2px solid #3b82f6;
    border-bottom: 2px solid #1e40af;
    margin-bottom: 0;
}

.prediction-params-grid[b-za2wl3ltsp] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin: 1rem 0;
}

.prediction-params-grid label[b-za2wl3ltsp] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: 0.82rem;
    color: #94a3b8;
    font-weight: 500;
    min-width: 170px;
}

.prediction-params-grid input[b-za2wl3ltsp],
.prediction-params-grid select[b-za2wl3ltsp] {
    background: #1e293b;
    border: 1px solid #334155;
    border-radius: 6px;
    color: #e2e8f0;
    padding: 0.35rem 0.6rem;
    font-size: 0.9rem;
    width: 100%;
}

.prediction-params-grid input:focus[b-za2wl3ltsp],
.prediction-params-grid select:focus[b-za2wl3ltsp] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

.prediction-actions[b-za2wl3ltsp] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 0.75rem;
}

.help-text[b-za2wl3ltsp] {
    color: #64748b;
    font-size: 0.82rem;
    margin-bottom: 0.5rem;
}

.btn-icon[b-za2wl3ltsp] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    transition: background 0.15s;
}

.btn-icon:hover[b-za2wl3ltsp] {
    background: rgba(59, 130, 246, 0.15);
}
/* /Components/Pages/K300.razor.rz.scp.css */
/* CSS for K300 component */
.is-hidden[b-ti3co5qsyt] {
    display: none !important;
}

.menu-backdrop[b-ti3co5qsyt] {
    position: fixed;
    inset: 0;
    z-index: 999;
}

.col-menu[b-ti3co5qsyt] {
    position: fixed;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    padding: 6px 0;
    min-width: 180px;
}

.col-menu-title[b-ti3co5qsyt] {
    padding: 4px 12px;
    font-weight: 600;
    color: #666;
}

.col-menu-item[b-ti3co5qsyt] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    cursor: pointer;
}

.col-menu-item:hover[b-ti3co5qsyt] {
    background: #f0f4ff;
}

.trend-toolbar[b-ti3co5qsyt] {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
}

.trend-filter-row[b-ti3co5qsyt] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem 0.9rem;
    width: 100%;
}

.trend-search[b-ti3co5qsyt] {
    flex: 1 1 280px;
    max-width: 430px;
    min-width: 220px;
}

.trend-year-filter[b-ti3co5qsyt] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    font-weight: 600;
    white-space: nowrap;
}

.trend-year-filter select[b-ti3co5qsyt] {
    min-width: 5.75rem;
    width: auto;
    height: auto;
    align-self: center;
}

.trend-options[b-ti3co5qsyt] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 1.15rem;
    align-items: center;
    max-width: 100%;
}

.trend-option[b-ti3co5qsyt] {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 0.55rem;
    min-height: 1.8rem;
    margin: 0;
    cursor: pointer;
    font-weight: 600;
    line-height: 1.2;
    white-space: normal;
    width: auto;
    max-width: 100%;
}

.trend-option .form-check-input[b-ti3co5qsyt] {
    flex: 0 0 auto;
    margin: 0;
}

@media (max-width: 720px) {
    .trend-options[b-ti3co5qsyt] {
        width: 100%;
    }
}

.table-wrap[b-ti3co5qsyt] {
    max-height: 70vh;
    overflow-y: scroll;
}

.table-wrap table thead th[b-ti3co5qsyt] {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: var(--bs-body-bg, #fff);
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
}

/* Prediction columns */
th.predict-col[b-ti3co5qsyt] {
    background-color: #1a2340;
    color: #7dd3fc;
    font-style: italic;
    border-left: 2px solid #3b82f6;
}

td.predict-cell[b-ti3co5qsyt] {
    font-style: italic;
    color: #94a3b8;
    border-left: 1px dashed #334155;
}

td.predict-active[b-ti3co5qsyt] {
    color: #4ade80;
    font-weight: 600;
}

td.predict-stopped[b-ti3co5qsyt] {
    color: #f87171;
}

/* Prediction panel */
.prediction-panel[b-ti3co5qsyt] {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-top: 2px solid #3b82f6;
    border-bottom: 2px solid #1e40af;
    margin-bottom: 0;
}

.prediction-params-grid[b-ti3co5qsyt] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin: 1rem 0;
}

.prediction-params-grid label[b-ti3co5qsyt] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: 0.82rem;
    color: #94a3b8;
    font-weight: 500;
    min-width: 170px;
}

.prediction-params-grid input[b-ti3co5qsyt],
.prediction-params-grid select[b-ti3co5qsyt] {
    background: #1e293b;
    border: 1px solid #334155;
    border-radius: 6px;
    color: #e2e8f0;
    padding: 0.35rem 0.6rem;
    font-size: 0.9rem;
    width: 100%;
}

.prediction-params-grid input:focus[b-ti3co5qsyt],
.prediction-params-grid select:focus[b-ti3co5qsyt] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

.prediction-actions[b-ti3co5qsyt] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 0.75rem;
}

.help-text[b-ti3co5qsyt] {
    color: #64748b;
    font-size: 0.82rem;
    margin-bottom: 0.5rem;
}

.btn-icon[b-ti3co5qsyt] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    transition: background 0.15s;
}

.btn-icon:hover[b-ti3co5qsyt] {
    background: rgba(59, 130, 246, 0.15);
}
   
/* /Components/Pages/Marathons.razor.rz.scp.css */
.menu-backdrop[b-h1tr02jpdn] {
    position: fixed;
    inset: 0;
    z-index: 999;
}

.col-menu[b-h1tr02jpdn] {
    position: fixed;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    padding: 6px 0;
    min-width: 180px;
}

.col-menu-title[b-h1tr02jpdn] {
    padding: 4px 12px;
    font-weight: 600;
    color: #666;
}
/* /Components/Pages/Members.razor.rz.scp.css */
/* CSS for Members component */
.is-hidden[b-s47nqj8cig] {
    display: none !important;
}

.menu-backdrop[b-s47nqj8cig] {
    position: fixed;
    inset: 0;
    z-index: 999;
}

.col-menu[b-s47nqj8cig] {
    position: fixed;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    padding: 6px 0;
    min-width: 180px;
}

.col-menu-title[b-s47nqj8cig] {
    padding: 4px 12px;
    font-weight: 600;
    color: #666;
}

.col-menu-item[b-s47nqj8cig] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    cursor: pointer;
}

.col-menu-item:hover[b-s47nqj8cig] {
    background: #f0f4ff;
}


.table-wrap[b-s47nqj8cig] {
    max-height: 70vh;
    overflow-x: auto;
    overflow-y: scroll;
}

.table-wrap table thead th[b-s47nqj8cig] {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: var(--bs-body-bg, #fff);
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
}

.actions-cell[b-s47nqj8cig] {
    white-space: nowrap;
}

/* Prediction columns */
th.predict-col[b-s47nqj8cig] {
    background-color: #1a2340;
    color: #7dd3fc;
    font-style: italic;
    border-left: 2px solid #3b82f6;
}

td.predict-cell[b-s47nqj8cig] {
    font-style: italic;
    color: #94a3b8;
    border-left: 1px dashed #334155;
}

td.predict-active[b-s47nqj8cig] {
    color: #4ade80;
    font-weight: 600;
}

td.predict-stopped[b-s47nqj8cig] {
    color: #f87171;
}

/* Prediction panel */
.prediction-panel[b-s47nqj8cig] {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-top: 2px solid #3b82f6;
    border-bottom: 2px solid #1e40af;
    margin-bottom: 0;
}

.prediction-params-grid[b-s47nqj8cig] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin: 1rem 0;
}

.prediction-params-grid label[b-s47nqj8cig] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: 0.82rem;
    color: #94a3b8;
    font-weight: 500;
    min-width: 170px;
}

.prediction-params-grid input[b-s47nqj8cig],
.prediction-params-grid select[b-s47nqj8cig] {
    background: #1e293b;
    border: 1px solid #334155;
    border-radius: 6px;
    color: #e2e8f0;
    padding: 0.35rem 0.6rem;
    font-size: 0.9rem;
    width: 100%;
}

.prediction-params-grid input:focus[b-s47nqj8cig],
.prediction-params-grid select:focus[b-s47nqj8cig] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

.prediction-actions[b-s47nqj8cig] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 0.75rem;
}

.help-text[b-s47nqj8cig] {
    color: #64748b;
    font-size: 0.82rem;
    margin-bottom: 0.5rem;
}

.btn-icon[b-s47nqj8cig] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    transition: background 0.15s;
}

.btn-icon:hover[b-s47nqj8cig] {
    background: rgba(59, 130, 246, 0.15);
}

/* /Components/Pages/WorldList.razor.rz.scp.css */
/* CSS for WorldList component */
.is-hidden[b-kgyb5pn9af] {
    display: none !important;
}

.menu-backdrop[b-kgyb5pn9af] {
    position: fixed;
    inset: 0;
    z-index: 999;
}

.col-menu[b-kgyb5pn9af] {
    position: fixed;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    padding: 6px 0;
    min-width: 180px;
}

.col-menu-title[b-kgyb5pn9af] {
    padding: 4px 12px;
    font-weight: 600;
    color: #666;
}

.col-menu-item[b-kgyb5pn9af] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    cursor: pointer;
}

.col-menu-item:hover[b-kgyb5pn9af] {
    background: #f0f4ff;
}


.table-wrap[b-kgyb5pn9af] {
    max-height: 70vh;
    overflow-x: auto;
    overflow-y: scroll;
}

.table-wrap table thead th[b-kgyb5pn9af] {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: var(--bs-body-bg, #fff);
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
}

/* Prediction columns */
th.predict-col[b-kgyb5pn9af] {
    background-color: #1a2340;
    color: #7dd3fc;
    font-style: italic;
    border-left: 2px solid #3b82f6;
}

td.predict-cell[b-kgyb5pn9af] {
    font-style: italic;
    color: #94a3b8;
    border-left: 1px dashed #334155;
}

td.predict-active[b-kgyb5pn9af] {
    color: #4ade80;
    font-weight: 600;
}

td.predict-stopped[b-kgyb5pn9af] {
    color: #f87171;
}

/* Prediction panel */
.prediction-panel[b-kgyb5pn9af] {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-top: 2px solid #3b82f6;
    border-bottom: 2px solid #1e40af;
    margin-bottom: 0;
}

.prediction-params-grid[b-kgyb5pn9af] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin: 1rem 0;
}

.prediction-params-grid label[b-kgyb5pn9af] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: 0.82rem;
    color: #94a3b8;
    font-weight: 500;
    min-width: 170px;
}

.prediction-params-grid input[b-kgyb5pn9af],
.prediction-params-grid select[b-kgyb5pn9af] {
    background: #1e293b;
    border: 1px solid #334155;
    border-radius: 6px;
    color: #e2e8f0;
    padding: 0.35rem 0.6rem;
    font-size: 0.9rem;
    width: 100%;
}

.prediction-params-grid input:focus[b-kgyb5pn9af],
.prediction-params-grid select:focus[b-kgyb5pn9af] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

.prediction-actions[b-kgyb5pn9af] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 0.75rem;
}

.help-text[b-kgyb5pn9af] {
    color: #64748b;
    font-size: 0.82rem;
    margin-bottom: 0.5rem;
}

.btn-icon[b-kgyb5pn9af] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    transition: background 0.15s;
}

.btn-icon:hover[b-kgyb5pn9af] {
    background: rgba(59, 130, 246, 0.15);
}


