/* /Layout/BottomNav.razor.rz.scp.css */
/* Hidden on desktop — only visible on mobile */
.bottom-nav-bar[b-2vb0ks8qud],
.drawer-backdrop[b-2vb0ks8qud],
.drawer-panel[b-2vb0ks8qud] {
    display: none;
}

@media (max-width: 1024px) {
    /* ===== Bottom tab bar ===== */
    .bottom-nav-bar[b-2vb0ks8qud] {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
        background: #0d1b2a;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding: 0 env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
        height: calc(4.375rem + env(safe-area-inset-bottom, 0px));
        align-items: flex-start;
        justify-content: space-around;
    }

    .bottom-nav-tab[b-2vb0ks8qud] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        flex: 1;
        gap: 0.15rem;
        padding: 0.55rem 0 0;
        color: #5a6d7a;
        font-size: 0.625rem;
        font-weight: 600;
        letter-spacing: 0.02em;
        text-decoration: none;
        background: none;
        border: none;
        cursor: pointer;
        transition: color 0.15s ease;
        -webkit-tap-highlight-color: transparent;
        user-select: none;
    }

    .bottom-nav-tab svg[b-2vb0ks8qud] {
        transition: color 0.15s ease;
    }

    .bottom-nav-tab:hover[b-2vb0ks8qud],
    .bottom-nav-tab:active[b-2vb0ks8qud] {
        color: #8b9caa;
    }

    .bottom-nav-tab.active[b-2vb0ks8qud] {
        color: #00e676;
    }

    /* ===== Slide-up drawer ===== */
    .drawer-backdrop[b-2vb0ks8qud] {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 150;
        background: rgba(0, 0, 0, 0.55);
        animation: fadeIn-b-2vb0ks8qud 0.2s ease;
    }

    .drawer-panel[b-2vb0ks8qud] {
        display: flex;
        flex-direction: column;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 200;
        background: #1a2736;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        padding: 0.5rem 0 calc(1rem + env(safe-area-inset-bottom, 0px));
        max-height: 70vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.5);
        animation: slideUp-b-2vb0ks8qud 0.25s ease;
    }

    .drawer-handle[b-2vb0ks8qud] {
        width: 2.5rem;
        height: 0.25rem;
        border-radius: 2px;
        background: rgba(255, 255, 255, 0.15);
        margin: 0 auto 0.75rem;
    }

    .drawer-section-label[b-2vb0ks8qud] {
        padding: 0.5rem 1.25rem 0.25rem;
        color: #5a6d7a;
        font-size: 0.7rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.08em;
    }

    .drawer-item[b-2vb0ks8qud] {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        width: 100%;
        padding: 0.875rem 1.25rem;
        color: #c8d6e0;
        font-size: 0.9375rem;
        font-weight: 500;
        text-decoration: none;
        background: none;
        border: none;
        cursor: pointer;
        text-align: left;
        transition: background 0.15s ease;
        -webkit-tap-highlight-color: transparent;
    }

    .drawer-item:hover[b-2vb0ks8qud],
    .drawer-item:active[b-2vb0ks8qud] {
        background: rgba(255, 255, 255, 0.05);
    }

    .drawer-item svg[b-2vb0ks8qud] {
        color: #5a6d7a;
        flex-shrink: 0;
    }

    .drawer-item-danger[b-2vb0ks8qud] {
        color: #ef5350;
    }

    .drawer-item-danger svg[b-2vb0ks8qud] {
        color: #ef5350;
    }

    .drawer-divider[b-2vb0ks8qud] {
        height: 1px;
        background: rgba(255, 255, 255, 0.08);
        margin: 0.25rem 1.25rem;
    }

    /* Animations */
    @keyframes fadeIn-b-2vb0ks8qud {
        from { opacity: 0; }
        to   { opacity: 1; }
    }

    @keyframes slideUp-b-2vb0ks8qud {
        from { transform: translateY(100%); }
        to   { transform: translateY(0); }
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-52ef7r6634] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.top-nav[b-52ef7r6634] {
    background: #0d1b2a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    position: sticky;
    top: 0;
    z-index: 100;
}

main[b-52ef7r6634] {
    flex: 1;
    background-color: #0f1923;
}

article[b-52ef7r6634] {
    max-width: 1600px;
    margin: 0 auto;
    padding: 1.5rem 2rem !important;
}

@media (max-width: 767px) {
    article[b-52ef7r6634] {
        padding: 1rem 0.75rem !important;
    }
}

@media (max-width: 1024px) {
    main[b-52ef7r6634] {
        padding-bottom: calc(4.375rem + env(safe-area-inset-bottom, 0px));
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-top[b-q5ff5lx41e] {
    display: flex;
    align-items: center;
    height: 3.5rem;
    padding: 0 1.5rem;
    gap: 0.5rem;
}

/* Mobile pool sub-bar (hidden on desktop) */
.pool-bar-mobile[b-q5ff5lx41e] {
    display: none;
}

.navbar-brand[b-q5ff5lx41e] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #00e676, #29b6f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
    margin-right: 2rem;
    white-space: nowrap;
}

.navbar-logo[b-q5ff5lx41e] {
    width: 28px;
    height: 28px;
    border-radius: 4px;
}

.navbar-toggler[b-q5ff5lx41e] {
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.25rem 0.5rem;
    margin-left: auto;
    display: none;
}

.navbar-toggler-icon[b-q5ff5lx41e] {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.nav-links[b-q5ff5lx41e] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex: 1;
}

[b-q5ff5lx41e] .nav-link {
    color: #8b9caa;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.5rem 0.875rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s ease;
}

[b-q5ff5lx41e] .nav-link:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

[b-q5ff5lx41e] .nav-link.active {
    background: rgba(0, 230, 118, 0.1);
    color: #00e676;
}

[b-q5ff5lx41e] .nav-link.active .bi {
    opacity: 1;
}

.bi[b-q5ff5lx41e] {
    display: inline-block;
    position: relative;
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.5rem;
    top: -1px;
    background-size: cover;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.bi-house-door-fill-nav-menu[b-q5ff5lx41e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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-plus-square-fill-nav-menu[b-q5ff5lx41e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-receipt-nav-menu[b-q5ff5lx41e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1.92.506a.5.5 0 0 1 .434.14L3 1.293l.646-.647a.5.5 0 0 1 .708 0L5 1.293l.646-.647a.5.5 0 0 1 .708 0L7 1.293l.646-.647a.5.5 0 0 1 .708 0L9 1.293l.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .801.13l.5 1A.5.5 0 0 1 15 2v12a.5.5 0 0 1-.053.224l-.5 1a.5.5 0 0 1-.8.13L13 14.707l-.646.647a.5.5 0 0 1-.708 0L11 14.707l-.646.647a.5.5 0 0 1-.708 0L9 14.707l-.646.647a.5.5 0 0 1-.708 0L7 14.707l-.646.647a.5.5 0 0 1-.708 0L5 14.707l-.646.647a.5.5 0 0 1-.708 0L3 14.707l-.646.647a.5.5 0 0 1-.801-.13l-.5-1A.5.5 0 0 1 1 14V2a.5.5 0 0 1 .053-.224l.5-1a.5.5 0 0 1 .367-.27m.217 1.338L2 2.118v11.764l.137.274.51-.51a.5.5 0 0 1 .707 0l.646.647.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.509.509.137-.274V2.118l-.137-.274-.51.51a.5.5 0 0 1-.707 0L12 1.707l-.646.647a.5.5 0 0 1-.708 0L10 1.707l-.646.647a.5.5 0 0 1-.708 0L8 1.707l-.646.647a.5.5 0 0 1-.708 0L6 1.707l-.646.647a.5.5 0 0 1-.708 0L4 1.707l-.646.647a.5.5 0 0 1-.708 0l-.509-.51zM3 4.5a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5m8-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E");
}

.bi-trophy-fill-nav-menu[b-q5ff5lx41e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M2.5.5A.5.5 0 0 1 3 0h10a.5.5 0 0 1 .5.5q0 .807-.034 1.536a3 3 0 1 1-1.133 5.89c-.79 1.865-1.878 2.777-2.833 3.011v2.173l1.425.356c.194.048.377.135.537.255L13.3 15.1a.5.5 0 0 1-.3.9H3a.5.5 0 0 1-.3-.9l1.838-1.379c.16-.12.343-.207.537-.255L6.5 13.11v-2.173c-.955-.234-2.043-1.146-2.833-3.012a3 3 0 1 1-1.132-5.89A33 33 0 0 1 2.5.5m.099 2.54a2 2 0 0 0 .72 3.935c-.333-1.398-.588-2.797-.72-3.935m10.083 3.935a2 2 0 0 0 .72-3.935c-.133 1.138-.388 2.537-.72 3.935'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-q5ff5lx41e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-book-nav-menu[b-q5ff5lx41e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1 2.828c.885-.37 2.154-.769 3.388-.893 1.33-.134 2.458.063 3.112.752v9.746c-.935-.53-2.12-.603-3.213-.493-1.18.12-2.37.461-3.287.811zm7.5-.141c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783'/%3E%3C/svg%3E");
}

/* Pool context (right-aligned, before avatar) */
.pool-context[b-q5ff5lx41e] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
}

/* Avatar menu */
.avatar-menu[b-q5ff5lx41e] {
    position: relative;
    margin-left: 0.75rem;
}

.avatar-button[b-q5ff5lx41e] {
    background: none;
    border: 2px solid transparent;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s ease;
    overflow: hidden;
}

.avatar-button:hover[b-q5ff5lx41e] {
    border-color: rgba(255, 255, 255, 0.2);
}

.avatar-img[b-q5ff5lx41e] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.avatar-initials[b-q5ff5lx41e] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, #00e676, #29b6f6);
    color: #0d1b2a;
    font-size: 0.8rem;
    font-weight: 700;
    user-select: none;
}

.avatar-dropdown[b-q5ff5lx41e] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    background: #1a2736;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    min-width: 10rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    z-index: 200;
    overflow: hidden;
}

.avatar-dropdown-item[b-q5ff5lx41e] {
    display: block;
    padding: 0.625rem 1rem;
    color: #8b9caa;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all 0.15s ease;
}

.avatar-dropdown-name[b-q5ff5lx41e] {
    padding: 0.625rem 1rem;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    user-select: none;
}

.avatar-dropdown-item:hover[b-q5ff5lx41e] {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

/* Admin Portal dropdown */
.admin-menu[b-q5ff5lx41e] {
    position: relative;
}

.admin-menu-button[b-q5ff5lx41e] {
    background: none;
    border: none;
    cursor: pointer;
    gap: 0.25rem;
}

.admin-caret[b-q5ff5lx41e] {
    font-size: 0.7rem;
    opacity: 0.6;
    margin-left: 0.15rem;
}

.admin-dropdown[b-q5ff5lx41e] {
    position: absolute;
    top: calc(100% + 0.25rem);
    left: 0;
    background: #1a2736;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    min-width: 10rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    z-index: 200;
    overflow: hidden;
}

.admin-dropdown-item[b-q5ff5lx41e] {
    display: block;
    padding: 0.625rem 1rem;
    color: #8b9caa;
    font-size: 0.875rem;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.15s ease;
}

.admin-dropdown-item:hover[b-q5ff5lx41e] {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

/* Pool context switcher */
.pool-menu[b-q5ff5lx41e] {
    position: relative;
}

.pool-menu-button[b-q5ff5lx41e] {
    background: none;
    border: none;
    cursor: pointer;
    color: #8b9caa;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.5rem 0.875rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.pool-menu-button:hover[b-q5ff5lx41e] {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

.pool-label[b-q5ff5lx41e] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pool-name[b-q5ff5lx41e] {
    font-weight: 600;
}

.pool-leagues[b-q5ff5lx41e] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.league-badge[b-q5ff5lx41e] {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    object-fit: contain;
}

.pool-caret[b-q5ff5lx41e] {
    font-size: 0.7rem;
    opacity: 0.6;
    margin-left: 0.15rem;
}

.pool-static[b-q5ff5lx41e] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #8b9caa;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.5rem 0.875rem;
}

.pool-balance[b-q5ff5lx41e] {
    color: #00e676;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0.25rem 0.75rem;
    background: rgba(0, 230, 118, 0.1);
    border-radius: 6px;
    white-space: nowrap;
}

.pool-dropdown[b-q5ff5lx41e] {
    position: absolute;
    top: calc(100% + 0.25rem);
    left: 0;
    background: #1a2736;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    min-width: 14rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    z-index: 200;
    overflow: hidden;
}

.pool-dropdown-item[b-q5ff5lx41e] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.625rem 1rem;
    background: none;
    border: none;
    color: #8b9caa;
    font-size: 0.875rem;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.15s ease;
}

.pool-dropdown-item:hover[b-q5ff5lx41e] {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

.pool-dropdown-item.active[b-q5ff5lx41e] {
    color: #00e676;
    background: rgba(0, 230, 118, 0.08);
}

.pool-item-name[b-q5ff5lx41e] {
    flex: 1;
    font-weight: 500;
}

.pool-item-leagues[b-q5ff5lx41e] {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.pool-check[b-q5ff5lx41e] {
    color: #00e676;
    font-weight: 700;
    margin-left: 0.25rem;
}

.pool-item-balance[b-q5ff5lx41e] {
    color: #00e676;
    font-size: 0.8rem;
    font-weight: 600;
    margin-left: auto;
    padding-left: 0.5rem;
    white-space: nowrap;
}

/* Mobile: two-row header */
@media (max-width: 1024px) {
    /* Hide hamburger and nav links — replaced by bottom tab bar */
    .navbar-toggler[b-q5ff5lx41e] {
        display: none !important;
    }

    .nav-links[b-q5ff5lx41e] {
        display: none !important;
    }

    /* Hide avatar menu — profile/logout now in bottom nav "More" drawer */
    .avatar-menu[b-q5ff5lx41e] {
        display: none !important;
    }

    .navbar-top[b-q5ff5lx41e] {
        flex-wrap: wrap;
        height: auto;
        min-height: 3.5rem;
        padding: 0.5rem 1rem;
    }

    .navbar-brand[b-q5ff5lx41e] {
        margin-right: auto;
    }

    /* Hide desktop pool context on mobile */
    .pool-context-desktop[b-q5ff5lx41e] {
        display: none;
    }

    /* Show mobile pool sub-bar */
    .pool-bar-mobile[b-q5ff5lx41e] {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        padding: 0.35rem 1rem;
        background: rgba(255, 255, 255, 0.03);
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .pool-bar-mobile .pool-menu-button[b-q5ff5lx41e],
    .pool-bar-mobile .pool-static[b-q5ff5lx41e] {
        padding: 0.25rem 0.5rem;
        font-size: 0.8rem;
    }

    .pool-bar-mobile .pool-balance[b-q5ff5lx41e] {
        font-size: 0.8rem;
        padding: 0.2rem 0.5rem;
    }

    /* Constrain dropdown menus on mobile */
    .pool-dropdown[b-q5ff5lx41e],
    .admin-dropdown[b-q5ff5lx41e],
    .avatar-dropdown[b-q5ff5lx41e] {
        max-height: 60vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}
/* /Pages/Admin/BetManagement.razor.rz.scp.css */
.admin-layout[b-gwqqvlv37x] {
    display: flex;
    gap: 1.5rem;
    min-height: calc(100vh - 5rem);
}

/* ── Left Panel ── */

.list-panel[b-gwqqvlv37x] {
    width: 300px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding-right: 1.5rem;
    border-right: 1px solid var(--border-color);
}

.list-panel-header[b-gwqqvlv37x] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.list-panel-header h2[b-gwqqvlv37x] {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
}

.bet-count[b-gwqqvlv37x] {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-secondary);
    background: rgba(255, 255, 255, 0.08);
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
}

/* ── Filters ── */

.filter-section[b-gwqqvlv37x] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--border-color);
}

.filter-btn[b-gwqqvlv37x] {
    align-self: flex-start;
    margin-top: 0.25rem;
}

/* ── Event Typeahead ── */

.typeahead-wrapper[b-gwqqvlv37x] {
    position: relative;
}

.typeahead-wrapper input[b-gwqqvlv37x] {
    padding-right: 1.75rem;
}

.typeahead-clear[b-gwqqvlv37x] {
    position: absolute;
    right: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: var(--text-secondary);
    font-size: 0.75rem;
    cursor: pointer;
    padding: 0.1rem 0.25rem;
    line-height: 1;
    border-radius: 50%;
}

.typeahead-clear:hover[b-gwqqvlv37x] {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

.typeahead-dropdown[b-gwqqvlv37x] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    max-height: 200px;
    overflow-y: auto;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    margin-top: 0.2rem;
}

.typeahead-option[b-gwqqvlv37x] {
    display: block;
    width: 100%;
    padding: 0.4rem 0.6rem;
    font-size: 0.75rem;
    color: var(--text-primary);
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.typeahead-option:hover[b-gwqqvlv37x],
.typeahead-option.highlighted[b-gwqqvlv37x] {
    background: rgba(0, 230, 118, 0.1);
}

/* ── Bet List ── */

.bet-list[b-gwqqvlv37x] {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.bet-list-item[b-gwqqvlv37x] {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0.5rem 0.75rem;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    color: var(--text-primary);
    font-size: 0.8rem;
    cursor: pointer;
    transition: all var(--transition);
    text-align: left;
}

.bet-list-item:hover[b-gwqqvlv37x] {
    background: var(--bg-card-hover);
}

.bet-list-item.active[b-gwqqvlv37x] {
    border-color: var(--accent);
    background: rgba(0, 230, 118, 0.08);
}

.bet-list-item-top[b-gwqqvlv37x] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}

.bet-user[b-gwqqvlv37x] {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bet-list-item-bottom[b-gwqqvlv37x] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--text-secondary);
    font-size: 0.75rem;
}

.bet-event-info[b-gwqqvlv37x] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bet-wager[b-gwqqvlv37x] {
    font-weight: 600;
    flex-shrink: 0;
}

/* ── Status Badges ── */

/* ── Pagination ── */

.pagination[b-gwqqvlv37x] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
    border-top: 1px solid var(--border-color);
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.page-info[b-gwqqvlv37x] {
    font-size: 0.75rem;
    color: var(--text-secondary);
    font-weight: 600;
    min-width: 3rem;
    text-align: center;
}

/* ── Status Badges ── */

.bet-status-badge[b-gwqqvlv37x] {
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    flex-shrink: 0;
}

.status-pending[b-gwqqvlv37x] {
    background: rgba(255, 193, 7, 0.15);
    color: #ffc107;
}

.status-won[b-gwqqvlv37x] {
    background: rgba(0, 230, 118, 0.15);
    color: var(--accent);
}

.status-lost[b-gwqqvlv37x] {
    background: rgba(239, 83, 80, 0.15);
    color: #ef5350;
}

.status-push[b-gwqqvlv37x] {
    background: rgba(139, 156, 170, 0.15);
    color: var(--text-secondary);
}

.status-void[b-gwqqvlv37x] {
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-muted);
}

/* ── Right Panel ── */

.detail-panel[b-gwqqvlv37x] {
    flex: 1;
    min-width: 0;
}

.detail-panel h2[b-gwqqvlv37x] {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.empty-state[b-gwqqvlv37x] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    color: var(--text-muted);
    font-size: 0.95rem;
}

/* ── Detail Grid ── */

.detail-grid[b-gwqqvlv37x] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.detail-item[b-gwqqvlv37x] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.detail-label[b-gwqqvlv37x] {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.detail-value[b-gwqqvlv37x] {
    font-size: 0.9rem;
    color: var(--text-primary);
}

/* ── Sections ── */

.settings-section[b-gwqqvlv37x] {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 1.25rem;
    margin-bottom: 1.25rem;
}

.settings-section h3[b-gwqqvlv37x] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid var(--border-color);
}

/* ── Actions ── */

.action-row[b-gwqqvlv37x] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.settle-group[b-gwqqvlv37x] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.settle-group label[b-gwqqvlv37x] {
    font-size: 0.85rem;
    color: var(--text-secondary);
    white-space: nowrap;
}

.void-event-row[b-gwqqvlv37x] {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

/* ── Form Elements ── */

.form-group[b-gwqqvlv37x] {
    margin-bottom: 0.5rem;
}

.form-group label[b-gwqqvlv37x] {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--text-secondary);
    margin-bottom: 0.2rem;
}

.form-input[b-gwqqvlv37x] {
    width: 100%;
    padding: 0.4rem 0.6rem;
    background: var(--bg-input);
    border: 1px solid var(--border-color-strong);
    border-radius: var(--radius-sm);
    color: var(--text-primary);
    font-size: 0.8rem;
    transition: border-color var(--transition);
}

.form-input:focus[b-gwqqvlv37x] {
    outline: none;
    border-color: var(--accent);
}

.form-input-sm[b-gwqqvlv37x] {
    padding: 0.3rem 0.5rem;
    font-size: 0.8rem;
}

/* ── Buttons ── */

.btn-accent[b-gwqqvlv37x] {
    background: linear-gradient(135deg, var(--accent), var(--accent-secondary));
    color: #000;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.5rem 1.25rem;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.btn-accent:hover:not(:disabled)[b-gwqqvlv37x] {
    transform: translateY(-1px);
    box-shadow: 0 4px 18px rgba(0, 230, 118, 0.3);
}

.btn-accent:disabled[b-gwqqvlv37x] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-secondary[b-gwqqvlv37x] {
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-secondary);
    font-weight: 500;
    font-size: 0.875rem;
    padding: 0.5rem 1.25rem;
    border: 1px solid var(--border-color-strong);
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: all var(--transition);
}

.btn-secondary:hover[b-gwqqvlv37x] {
    background: rgba(255, 255, 255, 0.12);
    color: var(--text-primary);
}

.btn-secondary:disabled[b-gwqqvlv37x] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-danger[b-gwqqvlv37x] {
    background: rgba(239, 83, 80, 0.15);
    color: #ef5350;
    font-weight: 500;
    font-size: 0.8rem;
    padding: 0.3rem 0.75rem;
    border: 1px solid rgba(239, 83, 80, 0.3);
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: all var(--transition);
}

.btn-danger:hover[b-gwqqvlv37x] {
    background: rgba(239, 83, 80, 0.25);
}

.btn-sm[b-gwqqvlv37x] {
    padding: 0.3rem 0.75rem;
    font-size: 0.8rem;
}

.delete-confirm-text[b-gwqqvlv37x] {
    font-size: 0.85rem;
    color: #ff5252;
    font-weight: 500;
}

/* ── Alerts ── */

.alert[b-gwqqvlv37x] {
    padding: 0.625rem 1rem;
    border-radius: var(--radius-sm);
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.alert-success[b-gwqqvlv37x] {
    background: rgba(0, 230, 118, 0.1);
    color: var(--accent);
    border: 1px solid rgba(0, 230, 118, 0.2);
}

.alert-danger[b-gwqqvlv37x] {
    background: rgba(239, 83, 80, 0.1);
    color: #ef5350;
    border: 1px solid rgba(239, 83, 80, 0.2);
}

/* ── Utility ── */

.text-muted[b-gwqqvlv37x] {
    color: var(--text-muted);
    font-size: 0.85rem;
}

/* ── Mobile ── */

@media (max-width: 768px) {
    .admin-layout[b-gwqqvlv37x] {
        flex-direction: column;
    }

    .list-panel[b-gwqqvlv37x] {
        width: 100%;
        padding-right: 0;
        border-right: none;
        padding-bottom: 1rem;
        border-bottom: 1px solid var(--border-color);
        margin-bottom: 1rem;
    }

    .detail-grid[b-gwqqvlv37x] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Admin/EventManagement.razor.rz.scp.css */
.admin-layout[b-euo3fz6jnx] {
    display: flex;
    gap: 1.5rem;
    min-height: calc(100vh - 5rem);
}

/* ── Left Panel ── */

.list-panel[b-euo3fz6jnx] {
    width: 280px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding-right: 1.5rem;
    border-right: 1px solid var(--border-color);
}

.list-panel-header[b-euo3fz6jnx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.list-panel-header h2[b-euo3fz6jnx] {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
}

/* ── Filters ── */

.filter-section[b-euo3fz6jnx] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--border-color);
}

.filter-btn[b-euo3fz6jnx] {
    align-self: flex-start;
    margin-top: 0.25rem;
}

/* ── Pagination ── */

.pagination[b-euo3fz6jnx] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
    border-top: 1px solid var(--border-color);
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.page-info[b-euo3fz6jnx] {
    font-size: 0.75rem;
    color: var(--text-secondary);
    font-weight: 600;
    min-width: 3rem;
    text-align: center;
}

/* ── Search Box ── */

.search-box[b-euo3fz6jnx] {
    position: relative;
    margin-bottom: 0.5rem;
}

.search-box input[b-euo3fz6jnx] {
    padding-right: 1.75rem;
}

.search-clear[b-euo3fz6jnx] {
    position: absolute;
    right: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: var(--text-secondary);
    font-size: 0.75rem;
    cursor: pointer;
    padding: 0.1rem 0.25rem;
    line-height: 1;
    border-radius: 50%;
}

.search-clear:hover[b-euo3fz6jnx] {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

/* ── Event List ── */

.event-list[b-euo3fz6jnx] {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.event-list-item[b-euo3fz6jnx] {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0.5rem 0.75rem;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    color: var(--text-primary);
    font-size: 0.8rem;
    cursor: pointer;
    transition: all var(--transition);
    text-align: left;
}

.event-list-item:hover[b-euo3fz6jnx] {
    background: var(--bg-card-hover);
}

.event-list-item.active[b-euo3fz6jnx] {
    border-color: var(--accent);
    background: rgba(0, 230, 118, 0.08);
}

.event-list-item-top[b-euo3fz6jnx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}

.event-matchup[b-euo3fz6jnx] {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-list-item-bottom[b-euo3fz6jnx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--text-secondary);
    font-size: 0.75rem;
}

.event-league[b-euo3fz6jnx] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-time[b-euo3fz6jnx] {
    flex-shrink: 0;
}

/* ── Status Badges ── */

.event-status-badge[b-euo3fz6jnx] {
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    flex-shrink: 0;
}

.status-scheduled[b-euo3fz6jnx] {
    background: rgba(0, 230, 118, 0.15);
    color: var(--accent);
}

.status-inprogress[b-euo3fz6jnx] {
    background: rgba(255, 193, 7, 0.15);
    color: #ffc107;
}

.status-final[b-euo3fz6jnx] {
    background: rgba(139, 156, 170, 0.15);
    color: var(--text-secondary);
}

.status-cancelled[b-euo3fz6jnx] {
    background: rgba(239, 83, 80, 0.15);
    color: #ef5350;
}

.status-postponed[b-euo3fz6jnx] {
    background: rgba(255, 152, 0, 0.15);
    color: #ff9800;
}

/* ── Right Panel ── */

.detail-panel[b-euo3fz6jnx] {
    flex: 1;
    min-width: 0;
}

.detail-panel h2[b-euo3fz6jnx] {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.empty-state[b-euo3fz6jnx] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    color: var(--text-muted);
    font-size: 0.95rem;
}

/* ── Detail Grid ── */

.detail-grid[b-euo3fz6jnx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.detail-item[b-euo3fz6jnx] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.detail-label[b-euo3fz6jnx] {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.detail-value[b-euo3fz6jnx] {
    font-size: 0.9rem;
    color: var(--text-primary);
}

/* ── Sections ── */

.settings-section[b-euo3fz6jnx] {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 1.25rem;
    margin-bottom: 1.25rem;
}

.settings-section h3[b-euo3fz6jnx] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid var(--border-color);
}

/* ── Form Elements ── */

.form-group[b-euo3fz6jnx] {
    margin-bottom: 0.75rem;
    flex: 1;
}

.form-group label:not(.toggle-switch)[b-euo3fz6jnx] {
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--text-secondary);
    margin-bottom: 0.3rem;
}

.form-input[b-euo3fz6jnx] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    background: var(--bg-input);
    border: 1px solid var(--border-color-strong);
    border-radius: var(--radius-sm);
    color: var(--text-primary);
    font-size: 0.875rem;
    transition: border-color var(--transition);
    box-sizing: border-box;
    height: 2.375rem;
}

.form-input:focus[b-euo3fz6jnx] {
    outline: none;
    border-color: var(--accent);
}

.form-input[type="datetime-local"][b-euo3fz6jnx]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.form-hint[b-euo3fz6jnx] {
    display: block;
    font-size: 0.75rem;
    color: var(--text-secondary);
    margin-top: 0.25rem;
}

.field-error[b-euo3fz6jnx] {
    display: block;
    font-size: 0.75rem;
    color: #ff5252;
    margin-top: 0.2rem;
}

.form-row[b-euo3fz6jnx] {
    display: flex;
    gap: 1rem;
}

.form-actions[b-euo3fz6jnx] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.odds-section-label[b-euo3fz6jnx] {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-secondary);
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
}

.odds-type-badge[b-euo3fz6jnx] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.1rem 0.35rem;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-secondary);
}

/* ── Actions ── */

.action-row[b-euo3fz6jnx] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.action-row-label[b-euo3fz6jnx] {
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-secondary);
    margin-top: 0.75rem;
    margin-bottom: 0.25rem;
}

.action-row-label:first-of-type[b-euo3fz6jnx] {
    margin-top: 0;
}

/* ── Toggle Switch ── */

.toggle-switch[b-euo3fz6jnx] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    user-select: none;
}

.toggle-switch input[b-euo3fz6jnx] {
    display: none;
}

.toggle-track[b-euo3fz6jnx] {
    position: relative;
    width: 40px;
    min-width: 40px;
    height: 22px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 11px;
    transition: background var(--transition);
}

.toggle-track[b-euo3fz6jnx]::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    background: var(--text-secondary);
    border-radius: 50%;
    transition: all var(--transition);
}

.toggle-switch input:checked + .toggle-track[b-euo3fz6jnx] {
    background: rgba(0, 230, 118, 0.3);
}

.toggle-switch input:checked + .toggle-track[b-euo3fz6jnx]::after {
    left: 21px;
    background: var(--accent);
}

.toggle-text[b-euo3fz6jnx] {
    font-size: 0.85rem;
    color: var(--text-primary);
    font-weight: 500;
    white-space: nowrap;
}

/* ── Buttons ── */

.btn-accent[b-euo3fz6jnx] {
    background: linear-gradient(135deg, var(--accent), var(--accent-secondary));
    color: #000;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.5rem 1.25rem;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.btn-accent:hover:not(:disabled)[b-euo3fz6jnx] {
    transform: translateY(-1px);
    box-shadow: 0 4px 18px rgba(0, 230, 118, 0.3);
}

.btn-accent:disabled[b-euo3fz6jnx] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-secondary[b-euo3fz6jnx] {
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-secondary);
    font-weight: 500;
    font-size: 0.875rem;
    padding: 0.5rem 1.25rem;
    border: 1px solid var(--border-color-strong);
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: all var(--transition);
}

.btn-secondary:hover[b-euo3fz6jnx] {
    background: rgba(255, 255, 255, 0.12);
    color: var(--text-primary);
}

.btn-secondary:disabled[b-euo3fz6jnx] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-danger[b-euo3fz6jnx] {
    background: rgba(239, 83, 80, 0.15);
    color: #ef5350;
    font-weight: 500;
    font-size: 0.8rem;
    padding: 0.3rem 0.75rem;
    border: 1px solid rgba(239, 83, 80, 0.3);
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: all var(--transition);
}

.btn-danger:hover[b-euo3fz6jnx] {
    background: rgba(239, 83, 80, 0.25);
}

.btn-sm[b-euo3fz6jnx] {
    padding: 0.3rem 0.75rem;
    font-size: 0.8rem;
}

.delete-confirm-text[b-euo3fz6jnx] {
    font-size: 0.85rem;
    color: #ff5252;
    font-weight: 500;
}

/* ── Data Tables ── */

.data-table[b-euo3fz6jnx] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8rem;
}

.data-table th[b-euo3fz6jnx] {
    text-align: left;
    font-weight: 600;
    color: var(--text-secondary);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.4rem 0.5rem;
    border-bottom: 1px solid var(--border-color);
}

.data-table td[b-euo3fz6jnx] {
    padding: 0.4rem 0.5rem;
    color: var(--text-primary);
    border-bottom: 1px solid var(--border-color);
}

.data-table tr:last-child td[b-euo3fz6jnx] {
    border-bottom: none;
}

/* ── Alerts ── */

.alert[b-euo3fz6jnx] {
    padding: 0.625rem 1rem;
    border-radius: var(--radius-sm);
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.alert-success[b-euo3fz6jnx] {
    background: rgba(0, 230, 118, 0.1);
    color: var(--accent);
    border: 1px solid rgba(0, 230, 118, 0.2);
}

.alert-danger[b-euo3fz6jnx] {
    background: rgba(239, 83, 80, 0.1);
    color: #ef5350;
    border: 1px solid rgba(239, 83, 80, 0.2);
}

/* ── Utility ── */

.text-muted[b-euo3fz6jnx] {
    color: var(--text-muted);
    font-size: 0.85rem;
}

/* ── Mobile ── */

@media (max-width: 768px) {
    .admin-layout[b-euo3fz6jnx] {
        flex-direction: column;
    }

    .list-panel[b-euo3fz6jnx] {
        width: 100%;
        padding-right: 0;
        border-right: none;
        padding-bottom: 1rem;
        border-bottom: 1px solid var(--border-color);
        margin-bottom: 1rem;
    }

    .detail-grid[b-euo3fz6jnx] {
        grid-template-columns: 1fr;
    }

    .form-row[b-euo3fz6jnx] {
        flex-direction: column;
        gap: 0;
    }
}
/* /Pages/Admin/PoolManagement.razor.rz.scp.css */
.admin-layout[b-j3ug5hodyv] {
    display: flex;
    gap: 1.5rem;
    min-height: calc(100vh - 5rem);
}

/* ── Left Panel ── */

.pool-list-panel[b-j3ug5hodyv] {
    width: 260px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding-right: 1.5rem;
    border-right: 1px solid var(--border-color);
}

.pool-list-header[b-j3ug5hodyv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.pool-list-header h2[b-j3ug5hodyv] {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
}

.pool-list-item[b-j3ug5hodyv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.625rem 0.875rem;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    color: var(--text-primary);
    font-size: 0.875rem;
    cursor: pointer;
    transition: all var(--transition);
    text-align: left;
}

.pool-list-item:hover[b-j3ug5hodyv] {
    background: var(--bg-card-hover);
}

.pool-list-item.active[b-j3ug5hodyv] {
    border-color: var(--accent);
    background: rgba(0, 230, 118, 0.08);
}

.pool-name[b-j3ug5hodyv] {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pool-badge[b-j3ug5hodyv] {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    flex-shrink: 0;
}

.badge-active[b-j3ug5hodyv] {
    background: rgba(0, 230, 118, 0.15);
    color: var(--accent);
}

.badge-inactive[b-j3ug5hodyv] {
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-muted);
}

/* ── Right Panel ── */

.pool-detail-panel[b-j3ug5hodyv] {
    flex: 1;
    min-width: 0;
}

.pool-detail-panel h2[b-j3ug5hodyv] {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.empty-state[b-j3ug5hodyv] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    color: var(--text-muted);
    font-size: 0.95rem;
}

/* ── Sections ── */

.settings-section[b-j3ug5hodyv] {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 1.25rem;
    margin-bottom: 1.25rem;
}

.settings-section h3[b-j3ug5hodyv] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid var(--border-color);
}

.section-header[b-j3ug5hodyv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid var(--border-color);
}

.section-header h3[b-j3ug5hodyv] {
    margin: 0;
    padding: 0;
    border: none;
}

/* ── Form Elements ── */

.form-group[b-j3ug5hodyv] {
    margin-bottom: 0.875rem;
    flex: 1;
}

.form-group label[b-j3ug5hodyv] {
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--text-secondary);
    margin-bottom: 0.35rem;
}

.form-input[b-j3ug5hodyv] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    background: var(--bg-input);
    border: 1px solid var(--border-color-strong);
    border-radius: var(--radius-sm);
    color: var(--text-primary);
    font-size: 0.875rem;
    transition: border-color var(--transition);
}

.form-input:focus[b-j3ug5hodyv] {
    outline: none;
    border-color: var(--accent);
}

.form-input:disabled[b-j3ug5hodyv] {
    opacity: 0.5;
    cursor: not-allowed;
}

.form-input[type="date"][b-j3ug5hodyv]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.form-hint[b-j3ug5hodyv] {
    display: block;
    font-size: 0.75rem;
    color: var(--text-secondary);
    margin-top: 0.25rem;
}

.field-error[b-j3ug5hodyv] {
    display: block;
    font-size: 0.75rem;
    color: #ff5252;
    margin-top: 0.2rem;
}

.form-input-sm[b-j3ug5hodyv] {
    padding: 0.3rem 0.5rem;
    font-size: 0.8rem;
}

.form-row[b-j3ug5hodyv] {
    display: flex;
    gap: 1rem;
}

.league-picker[b-j3ug5hodyv] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.league-chip[b-j3ug5hodyv] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.65rem 1.25rem;
    background: var(--bg-card);
    border: 1.5px solid var(--border-color);
    border-radius: var(--radius-sm);
    color: var(--text-secondary);
    font-size: 0.925rem;
    cursor: pointer;
    transition: all var(--transition);
}

.league-chip:hover[b-j3ug5hodyv] {
    border-color: var(--text-secondary);
    background: var(--bg-card-hover);
}

.league-chip.selected[b-j3ug5hodyv] {
    border-color: var(--accent);
    background: rgba(0, 230, 118, 0.08);
    color: var(--text-primary);
}

.league-chip-icon[b-j3ug5hodyv] {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.league-chip-name[b-j3ug5hodyv] {
    font-weight: 600;
}

.league-chip-check[b-j3ug5hodyv] {
    font-size: 0.75rem;
    color: var(--accent);
    margin-left: 0.15rem;
}

.status-row[b-j3ug5hodyv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.status-row h3[b-j3ug5hodyv] {
    margin: 0;
}

.toggle-switch[b-j3ug5hodyv] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    user-select: none;
}

.toggle-switch input[b-j3ug5hodyv] {
    display: none;
}

.toggle-track[b-j3ug5hodyv] {
    position: relative;
    width: 40px;
    min-width: 40px;
    height: 22px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 11px;
    transition: background var(--transition);
}

.toggle-track[b-j3ug5hodyv]::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    background: var(--text-secondary);
    border-radius: 50%;
    transition: all var(--transition);
}

.toggle-switch input:checked + .toggle-track[b-j3ug5hodyv] {
    background: rgba(0, 230, 118, 0.3);
}

.toggle-switch input:checked + .toggle-track[b-j3ug5hodyv]::after {
    left: 21px;
    background: var(--accent);
}

.toggle-text[b-j3ug5hodyv] {
    font-size: 0.85rem;
    color: var(--text-primary);
    font-weight: 500;
    white-space: nowrap;
}

/* ── Buttons ── */

.btn-accent[b-j3ug5hodyv] {
    background: linear-gradient(135deg, var(--accent), var(--accent-secondary));
    color: #000;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.5rem 1.25rem;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.btn-accent:hover:not(:disabled)[b-j3ug5hodyv] {
    transform: translateY(-1px);
    box-shadow: 0 4px 18px rgba(0, 230, 118, 0.3);
}

.btn-accent:disabled[b-j3ug5hodyv] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-secondary[b-j3ug5hodyv] {
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-secondary);
    font-weight: 500;
    font-size: 0.875rem;
    padding: 0.5rem 1.25rem;
    border: 1px solid var(--border-color-strong);
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: all var(--transition);
}

.btn-secondary:hover[b-j3ug5hodyv] {
    background: rgba(255, 255, 255, 0.12);
    color: var(--text-primary);
}

.btn-danger[b-j3ug5hodyv] {
    background: rgba(239, 83, 80, 0.15);
    color: #ef5350;
    font-weight: 500;
    font-size: 0.8rem;
    padding: 0.3rem 0.75rem;
    border: 1px solid rgba(239, 83, 80, 0.3);
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: all var(--transition);
}

.btn-danger:hover[b-j3ug5hodyv] {
    background: rgba(239, 83, 80, 0.25);
}

.btn-sm[b-j3ug5hodyv] {
    padding: 0.3rem 0.75rem;
    font-size: 0.8rem;
}

.btn-xs[b-j3ug5hodyv] {
    padding: 0.15rem 0.5rem;
    font-size: 0.75rem;
}

/* ── Iteration Prize Payouts ── */

.iteration-payouts[b-j3ug5hodyv] {
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
}

.iteration-payouts-header[b-j3ug5hodyv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.35rem;
}

.iteration-payouts-header label[b-j3ug5hodyv] {
    font-size: 0.85rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.iteration-payout-row[b-j3ug5hodyv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.25rem;
}

.iteration-payout-row span[b-j3ug5hodyv] {
    min-width: 5.5rem;
    font-size: 0.8rem;
    color: var(--text-secondary);
}

.iteration-payout-row input[b-j3ug5hodyv] {
    flex: 1;
    max-width: 8rem;
}

.form-actions[b-j3ug5hodyv] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.form-actions-right[b-j3ug5hodyv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
}

.btn-danger[b-j3ug5hodyv] {
    padding: 0.5rem 1rem;
    background: transparent;
    border: 1px solid #ff5252;
    border-radius: var(--radius-sm);
    color: #ff5252;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all var(--transition);
}

.btn-danger:hover[b-j3ug5hodyv] {
    background: rgba(255, 82, 82, 0.12);
}

.delete-confirm-text[b-j3ug5hodyv] {
    font-size: 0.85rem;
    color: #ff5252;
    font-weight: 500;
}

/* ── Data Tables ── */

.data-table[b-j3ug5hodyv] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.data-table th[b-j3ug5hodyv] {
    text-align: left;
    font-weight: 600;
    color: var(--text-secondary);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.5rem 0.625rem;
    border-bottom: 1px solid var(--border-color);
}

.data-table td[b-j3ug5hodyv] {
    padding: 0.5rem 0.625rem;
    color: var(--text-primary);
    border-bottom: 1px solid var(--border-color);
}

.data-table tr:last-child td[b-j3ug5hodyv] {
    border-bottom: none;
}

.btn-remove[b-j3ug5hodyv] {
    background: none;
    border: none;
    color: var(--text-secondary);
    cursor: pointer;
    font-size: 0.9rem;
    padding: 0.2rem 0.4rem;
    border-radius: var(--radius-sm);
    transition: all var(--transition);
}

.btn-remove:hover[b-j3ug5hodyv] {
    color: #ef5350;
    background: rgba(239, 83, 80, 0.15);
}

/* ── Add Member Row ── */

.add-member-row[b-j3ug5hodyv] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.add-member-row select[b-j3ug5hodyv] {
    flex: 1;
}

/* ── Iteration Form ── */

.iteration-form[b-j3ug5hodyv] {
    background: var(--bg-surface);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    padding: 1rem;
    margin-bottom: 1rem;
}

/* ── Iteration Cards ── */

.iteration-list[b-j3ug5hodyv] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.iteration-card[b-j3ug5hodyv] {
    background: var(--bg-surface);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: all var(--transition);
}

.iteration-card:hover:not(.editing)[b-j3ug5hodyv] {
    border-color: var(--accent);
    background: rgba(0, 230, 118, 0.04);
}

.iteration-card.editing[b-j3ug5hodyv] {
    border-color: var(--accent);
    cursor: default;
    padding: 1rem;
}

.iteration-card-header[b-j3ug5hodyv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.35rem;
}

.iteration-label[b-j3ug5hodyv] {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--text-primary);
}

.iteration-status[b-j3ug5hodyv] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
}

.status-open[b-j3ug5hodyv] {
    background: rgba(0, 230, 118, 0.15);
    color: var(--accent);
}

.status-closed[b-j3ug5hodyv] {
    background: rgba(255, 193, 7, 0.15);
    color: #ffc107;
}

.status-settled[b-j3ug5hodyv] {
    background: rgba(139, 156, 170, 0.15);
    color: var(--text-secondary);
}

.iteration-card-details[b-j3ug5hodyv] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 1rem;
    font-size: 0.8rem;
    color: var(--text-secondary);
}

/* ── Alerts ── */

.alert[b-j3ug5hodyv] {
    padding: 0.625rem 1rem;
    border-radius: var(--radius-sm);
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.alert-success[b-j3ug5hodyv] {
    background: rgba(0, 230, 118, 0.1);
    color: var(--accent);
    border: 1px solid rgba(0, 230, 118, 0.2);
}

.alert-danger[b-j3ug5hodyv] {
    background: rgba(239, 83, 80, 0.1);
    color: #ef5350;
    border: 1px solid rgba(239, 83, 80, 0.2);
}

/* ── Utility ── */

.text-muted[b-j3ug5hodyv] {
    color: var(--text-muted);
    font-size: 0.85rem;
}

.text-right[b-j3ug5hodyv] {
    text-align: right;
}

/* ── Mobile ── */

@media (max-width: 768px) {
    .admin-layout[b-j3ug5hodyv] {
        flex-direction: column;
    }

    .pool-list-panel[b-j3ug5hodyv] {
        width: 100%;
        padding-right: 0;
        border-right: none;
        padding-bottom: 1rem;
        border-bottom: 1px solid var(--border-color);
        margin-bottom: 1rem;
    }

    .form-row[b-j3ug5hodyv] {
        flex-direction: column;
        gap: 0;
    }
}

/* ===== Adjustments ===== */
.add-adjustment-form[b-j3ug5hodyv] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.02);
    border-radius: var(--radius-sm);
    border: 1px solid var(--border-color);
}

.text-positive[b-j3ug5hodyv] {
    color: var(--accent) !important;
    font-weight: 600;
}

.text-negative[b-j3ug5hodyv] {
    color: #ef5350 !important;
    font-weight: 600;
}

.editing-row[b-j3ug5hodyv] {
    background: rgba(255, 255, 255, 0.04);
}

.editing-row .form-input-sm[b-j3ug5hodyv] {
    width: 100%;
    min-width: 60px;
}

.action-buttons[b-j3ug5hodyv] {
    display: flex;
    gap: 0.35rem;
    align-items: center;
    flex-wrap: wrap;
}

.field-error[b-j3ug5hodyv] {
    color: #ef5350;
    font-size: 0.75rem;
}
/* /Pages/Components/EventCard.razor.rz.scp.css */
/* ===== Event Card V2 ===== */
.event-card-v2[b-vx2m8vda0d] {
    background: var(--bg-card);
    border-radius: var(--radius-md);
    padding: 1rem;
    border: 1px solid var(--border-color);
    transition: border-color var(--transition);
}

.event-card-v2:hover[b-vx2m8vda0d] {
    border-color: var(--border-color-strong);
}

.event-header[b-vx2m8vda0d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.35rem;
}

.event-header-badges[b-vx2m8vda0d] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.closing-soon-badge[b-vx2m8vda0d] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--warning, #ffa726);
    background: rgba(255, 167, 38, 0.1);
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 167, 38, 0.2);
    white-space: nowrap;
    animation: pulse-badge-b-vx2m8vda0d 2s ease-in-out infinite;
}

@keyframes pulse-badge-b-vx2m8vda0d {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.event-datetime[b-vx2m8vda0d] {
    font-size: 0.8rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.placed-bets-chip[b-vx2m8vda0d] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.68rem;
    font-weight: 600;
    color: var(--accent);
    background: linear-gradient(135deg, rgba(0, 230, 118, 0.1), rgba(41, 182, 246, 0.08));
    padding: 0.2rem 0.65rem;
    border-radius: 20px;
    border: 1px solid rgba(0, 230, 118, 0.15);
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    backdrop-filter: blur(4px);
    position: relative;
    top: -2px;
}

.placed-bets-chip:hover[b-vx2m8vda0d] {
    background: linear-gradient(135deg, rgba(0, 230, 118, 0.18), rgba(41, 182, 246, 0.14));
    border-color: rgba(0, 230, 118, 0.3);
    box-shadow: 0 0 8px rgba(0, 230, 118, 0.12);
}

.chip-caret[b-vx2m8vda0d] {
    font-size: 0.55rem;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    opacity: 0.7;
}

.chip-caret.open[b-vx2m8vda0d] {
    transform: rotate(180deg);
}

.placed-bets-panel[b-vx2m8vda0d] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.55rem 0.7rem;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, rgba(0, 230, 118, 0.03), rgba(41, 182, 246, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    backdrop-filter: blur(4px);
}

.placed-bet-row[b-vx2m8vda0d] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    padding: 0.3rem 0.45rem;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.02);
    transition: background 0.15s ease;
}

.placed-bet-row:hover[b-vx2m8vda0d] {
    background: rgba(255, 255, 255, 0.05);
}

.pb-type[b-vx2m8vda0d] {
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.58rem;
    letter-spacing: 0.05em;
    width: 5.2rem;
    flex-shrink: 0;
    padding: 0.15rem 0.35rem;
    background: rgba(0, 230, 118, 0.15);
    border: 1px solid rgba(0, 230, 118, 0.25);
    border-radius: 4px;
    text-align: center;
}

.pb-detail[b-vx2m8vda0d] {
    flex: 1;
    color: var(--text-primary);
    font-weight: 500;
}

.pb-wager[b-vx2m8vda0d] {
    color: var(--text-primary);
    font-weight: 600;
    white-space: nowrap;
    font-size: 0.73rem;
    text-align: right;
    margin-left: auto;
}

/* ── Game Grid (two-row layout: away row + home row) ── */
.game-grid[b-vx2m8vda0d] {
    display: grid;
    grid-template-columns: 1fr auto auto auto;
    gap: 0.45rem;
    align-items: center;
    margin-bottom: 0.5rem;
}

.grid-header-spacer[b-vx2m8vda0d] {
    /* Empty top-left cell */
}

.grid-col-label[b-vx2m8vda0d] {
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
    text-align: center;
    padding: 0 0.25rem;
}

.grid-team[b-vx2m8vda0d] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    min-width: 0;
    padding: 0.2rem 0;
    container-type: inline-size;
}

.team-logo[b-vx2m8vda0d] {
    width: 44px;
    height: 44px;
    object-fit: contain;
    object-position: center;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    padding: 4px;
}

.team-name-full[b-vx2m8vda0d],
.team-name-short[b-vx2m8vda0d],
.team-name-abbr[b-vx2m8vda0d] {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-primary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.team-record[b-vx2m8vda0d] {
    font-size: 0.7rem;
    font-weight: 500;
    color: var(--text-secondary, #999);
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.06);
    padding: 1px 6px;
    border-radius: 4px;
    letter-spacing: 0.02em;
    flex-shrink: 0;
}

.team-rank[b-vx2m8vda0d] {
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--text-secondary, #888);
    white-space: nowrap;
    margin-right: 0.2rem;
}

/* Default: show full name, hide others */
.team-name-full[b-vx2m8vda0d]  { display: inline; }
.team-name-short[b-vx2m8vda0d] { display: none; }
.team-name-abbr[b-vx2m8vda0d]  { display: none; }

/* < 250px container width: show short name (abbr + short) */
@container (max-width: 250px) {
    .team-name-full[b-vx2m8vda0d]  { display: none; }
    .team-name-short[b-vx2m8vda0d] { display: inline; }
    .team-name-abbr[b-vx2m8vda0d]  { display: none; }
}

/* < 120px container width: show abbreviation only */
@container (max-width: 120px) {
    .team-name-full[b-vx2m8vda0d]  { display: none; }
    .team-name-short[b-vx2m8vda0d] { display: none; }
    .team-name-abbr[b-vx2m8vda0d]  { display: inline; }
    .team-record[b-vx2m8vda0d]     { display: none; }
    .team-rank[b-vx2m8vda0d]       { display: none; }
}

.odd-btn[b-vx2m8vda0d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    padding: 0.45rem 0.6rem;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border-color-strong);
    background: var(--bg-input);
    cursor: pointer;
    transition: all var(--transition);
    min-width: 68px;
    min-height: 48px;
}

.odd-btn:hover:not(.disabled):not(.locked):not(.stale)[b-vx2m8vda0d] {
    background: var(--bg-card-hover);
    border-color: var(--accent-secondary);
}

.odd-btn.selected[b-vx2m8vda0d] {
    background: rgba(0, 230, 118, 0.1);
    border-color: var(--accent);
}

.odd-btn.locked[b-vx2m8vda0d] {
    cursor: not-allowed;
    opacity: 1;
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.06);
    position: relative;
}

.odd-btn.locked .odd-price[b-vx2m8vda0d],
.odd-btn.locked .odd-line[b-vx2m8vda0d] {
    color: var(--text-muted);
}

.odd-btn.locked[b-vx2m8vda0d]::after {
    content: "🔒";
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 0.55rem;
    line-height: 1;
}

.odd-btn.stale[b-vx2m8vda0d] {
    cursor: not-allowed;
    opacity: 0.4;
    background: rgba(255, 255, 255, 0.02);
    border-color: rgba(255, 255, 255, 0.04);
}

.odd-btn.stale .odd-price[b-vx2m8vda0d],
.odd-btn.stale .odd-line[b-vx2m8vda0d] {
    color: var(--text-muted);
}

.odds-stale-banner[b-vx2m8vda0d] {
    text-align: center;
    font-size: 0.7rem;
    color: var(--text-muted);
    padding: 2px 0 0;
    opacity: 0.7;
}

.odd-btn.disabled[b-vx2m8vda0d] {
    cursor: not-allowed;
    opacity: 0.35;
    color: var(--text-muted);
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.odd-line[b-vx2m8vda0d] {
    font-size: 0.85rem;
    color: var(--text-primary);
    font-weight: 600;
    line-height: 1;
}

.odd-price[b-vx2m8vda0d] {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--accent);
    line-height: 1;
}

.odd-btn.selected .odd-price[b-vx2m8vda0d] {
    color: var(--accent);
}

/* Responsive: on mobile/tablet, use fluid sizing to maximize team name space */
@media (max-width: 1024px) {
    .event-card-v2[b-vx2m8vda0d] {
        padding: 0.5rem;
    }

    .placed-bet-row[b-vx2m8vda0d] {
        font-size: clamp(0.55rem, 2.2vw, 0.75rem);
        gap: 0.3rem;
    }

    .pb-type[b-vx2m8vda0d] {
        width: auto;
        font-size: clamp(0.45rem, 1.8vw, 0.58rem);
        padding: 0.1rem 0.25rem;
    }

    .pb-wager[b-vx2m8vda0d] {
        font-size: inherit;
    }

    .game-grid[b-vx2m8vda0d] {
        gap: clamp(0.15rem, 0.8vw, 0.35rem);
    }

    .team-logo[b-vx2m8vda0d] {
        width: clamp(28px, 8vw, 44px);
        height: clamp(28px, 8vw, 44px);
        padding: clamp(2px, 0.5vw, 4px);
    }

    .odd-btn[b-vx2m8vda0d] {
        min-width: 56px;
        min-height: clamp(40px, 10vw, 48px);
        padding: clamp(0.25rem, 1vw, 0.4rem) clamp(0.2rem, 0.8vw, 0.4rem);
    }

    .odd-line[b-vx2m8vda0d] {
        font-size: clamp(0.7rem, 2vw, 0.85rem);
    }

    .odd-price[b-vx2m8vda0d] {
        font-size: clamp(0.7rem, 2vw, 0.85rem);
    }

    .team-record[b-vx2m8vda0d] {
        display: none;
    }
}

/* ── Event Metadata ── */
.event-meta-row[b-vx2m8vda0d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding-top: 0.5rem;
    margin-top: 0.25rem;
    margin-bottom: -0.25rem;
    border-top: 1px solid var(--border-color);
}

.meta-venue[b-vx2m8vda0d],
.meta-weather[b-vx2m8vda0d] {
    font-size: 0.75rem;
    color: var(--text-muted);
    white-space: nowrap;
}

.meta-venue[b-vx2m8vda0d] {
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.meta-weather[b-vx2m8vda0d] {
    margin-left: auto;
    text-align: right;
    flex-shrink: 0;
}

.weather-icon[b-vx2m8vda0d] {
    font-size: 1.1rem;
    vertical-align: middle;
}
/* /Pages/Components/IterationLeaderboard.razor.rz.scp.css */
.iter-lb-header[b-fuyjmryz6d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
    gap: 1rem;
}

.iter-select[b-fuyjmryz6d] {
    padding: 0.4rem 0.75rem;
    border-radius: var(--radius-sm, 6px);
    border: 1px solid var(--border-color);
    background: var(--bg-card);
    color: var(--text-primary);
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
}

/* ===== Shared Leaderboard Table ===== */
.leaderboard-title[b-fuyjmryz6d] {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0;
}

.lb-empty[b-fuyjmryz6d] {
    text-align: center;
    color: var(--text-muted);
    padding: 2rem;
    font-size: 0.9rem;
}

.lb-table-wrap[b-fuyjmryz6d] {
    overflow-x: auto;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    background: var(--bg-card);
}

.lb-table[b-fuyjmryz6d] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.lb-table thead th[b-fuyjmryz6d] {
    padding: 0.65rem 0.75rem;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
    border-bottom: 1px solid var(--border-color);
    white-space: nowrap;
    user-select: none;
}

.lb-table thead th.sortable[b-fuyjmryz6d] {
    cursor: pointer;
}

.lb-table thead th.sortable:hover[b-fuyjmryz6d] {
    color: var(--text-primary);
}

.lb-table thead th.sort-asc[b-fuyjmryz6d]::after {
    content: " \2191";
    color: var(--accent);
}

.lb-table thead th.sort-desc[b-fuyjmryz6d]::after {
    content: " \2193";
    color: var(--accent);
}

.lb-table tbody tr[b-fuyjmryz6d] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    transition: background 0.15s ease;
}

.lb-table tbody tr:hover[b-fuyjmryz6d] {
    background: rgba(255, 255, 255, 0.03);
}

.lb-table tbody tr:last-child[b-fuyjmryz6d] {
    border-bottom: none;
}

.lb-table td[b-fuyjmryz6d] {
    padding: 0.6rem 0.75rem;
    color: var(--text-primary);
    white-space: nowrap;
}

.lb-row-me[b-fuyjmryz6d] {
    background: rgba(0, 230, 118, 0.06) !important;
    border-left: 3px solid var(--accent);
}

.lb-col-rank[b-fuyjmryz6d] {
    width: 48px;
    text-align: center;
}

.rank-badge[b-fuyjmryz6d] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 0.72rem;
    font-weight: 800;
    color: #fff;
}

.rank-1[b-fuyjmryz6d] {
    background: linear-gradient(135deg, #ffd700, #b8860b);
}

.rank-2[b-fuyjmryz6d] {
    background: linear-gradient(135deg, #c0c0c0, #808080);
}

.rank-3[b-fuyjmryz6d] {
    background: linear-gradient(135deg, #cd7f32, #8b4513);
}

.rank-num[b-fuyjmryz6d] {
    color: var(--text-muted);
    font-weight: 600;
}

.lb-col-name[b-fuyjmryz6d] {
    min-width: 150px;
}

.lb-player[b-fuyjmryz6d] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.lb-avatar[b-fuyjmryz6d] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.lb-avatar-initials[b-fuyjmryz6d] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--text-secondary);
    flex-shrink: 0;
}

.lb-name[b-fuyjmryz6d] {
    font-weight: 600;
}

.lb-col-num[b-fuyjmryz6d] {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.lb-col-record[b-fuyjmryz6d] {
    text-align: center;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.lb-balance[b-fuyjmryz6d] {
    font-weight: 700;
}

.lb-payout[b-fuyjmryz6d] {
    color: var(--accent) !important;
    font-weight: 700;
}

@media (max-width: 768px) {
    .lb-table[b-fuyjmryz6d] {
        font-size: 0.78rem;
    }

    .lb-table td[b-fuyjmryz6d],
    .lb-table th[b-fuyjmryz6d] {
        padding: 0.5rem 0.5rem;
    }
}
/* /Pages/Components/SeasonLeaderboard.razor.rz.scp.css */
/* ===== Leaderboard ===== */
.leaderboard-title[b-oxw2s0tqej] {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 1rem 0;
}

.lb-empty[b-oxw2s0tqej] {
    text-align: center;
    color: var(--text-muted);
    padding: 2rem;
    font-size: 0.9rem;
}

.lb-table-wrap[b-oxw2s0tqej] {
    overflow-x: auto;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    background: var(--bg-card);
}

.lb-table[b-oxw2s0tqej] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.lb-table thead th[b-oxw2s0tqej] {
    padding: 0.65rem 0.75rem;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
    border-bottom: 1px solid var(--border-color);
    white-space: nowrap;
    user-select: none;
}

.lb-table thead th.sortable[b-oxw2s0tqej] {
    cursor: pointer;
}

.lb-table thead th.sortable:hover[b-oxw2s0tqej] {
    color: var(--text-primary);
}

.lb-table thead th.sort-asc[b-oxw2s0tqej]::after {
    content: " ↑";
    color: var(--accent);
}

.lb-table thead th.sort-desc[b-oxw2s0tqej]::after {
    content: " ↓";
    color: var(--accent);
}

.lb-table tbody tr[b-oxw2s0tqej] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    transition: background 0.15s ease;
}

.lb-table tbody tr:hover[b-oxw2s0tqej] {
    background: rgba(255, 255, 255, 0.03);
}

.lb-table tbody tr:last-child[b-oxw2s0tqej] {
    border-bottom: none;
}

.lb-table td[b-oxw2s0tqej] {
    padding: 0.6rem 0.75rem;
    color: var(--text-primary);
    white-space: nowrap;
}

.lb-row-me[b-oxw2s0tqej] {
    background: rgba(0, 230, 118, 0.06) !important;
    border-left: 3px solid var(--accent);
}

.lb-col-rank[b-oxw2s0tqej] {
    width: 48px;
    text-align: center;
}

.rank-badge[b-oxw2s0tqej] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 0.72rem;
    font-weight: 800;
    color: #fff;
}

.rank-1[b-oxw2s0tqej] {
    background: linear-gradient(135deg, #ffd700, #b8860b);
}

.rank-2[b-oxw2s0tqej] {
    background: linear-gradient(135deg, #c0c0c0, #808080);
}

.rank-3[b-oxw2s0tqej] {
    background: linear-gradient(135deg, #cd7f32, #8b4513);
}

.rank-num[b-oxw2s0tqej] {
    color: var(--text-muted);
    font-weight: 600;
}

.lb-col-name[b-oxw2s0tqej] {
    min-width: 150px;
}

.lb-player[b-oxw2s0tqej] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.lb-avatar[b-oxw2s0tqej] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.lb-avatar-initials[b-oxw2s0tqej] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--text-secondary);
    flex-shrink: 0;
}

.lb-name[b-oxw2s0tqej] {
    font-weight: 600;
}

.lb-col-num[b-oxw2s0tqej] {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.lb-col-record[b-oxw2s0tqej] {
    text-align: center;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.lb-balance[b-oxw2s0tqej] {
    font-weight: 700;
}

.lb-payout[b-oxw2s0tqej] {
    color: var(--accent) !important;
    font-weight: 700;
}

.lb-positive[b-oxw2s0tqej] {
    color: var(--accent) !important;
}

.lb-negative[b-oxw2s0tqej] {
    color: #ef5350 !important;
}

@media (max-width: 768px) {
    .lb-table[b-oxw2s0tqej] {
        font-size: 0.78rem;
    }

    .lb-table td[b-oxw2s0tqej],
    .lb-table th[b-oxw2s0tqej] {
        padding: 0.5rem 0.5rem;
    }
}
/* /Pages/EditProfile.razor.rz.scp.css */
.edit-profile-page[b-qaeab2713a] {
    max-width: 600px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.edit-profile-page h2[b-qaeab2713a] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.settings-section[b-qaeab2713a] {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.settings-section h3[b-qaeab2713a] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--border-color);
}

.text-muted[b-qaeab2713a] {
    color: var(--text-muted);
    font-size: 0.875rem;
}

.avatar-upload[b-qaeab2713a] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.avatar-preview[b-qaeab2713a] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--border-color-strong);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-input);
    flex-shrink: 0;
}

.avatar-preview img[b-qaeab2713a] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-placeholder[b-qaeab2713a] {
    color: var(--text-muted);
    font-size: 0.75rem;
}

.avatar-upload-actions[b-qaeab2713a] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

[b-qaeab2713a] .avatar-upload-actions input[type="file"] {
    display: none;
}

.btn-upload[b-qaeab2713a] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--border-color-strong);
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: all 0.15s ease;
}

.btn-upload:hover[b-qaeab2713a] {
    background: rgba(0, 230, 118, 0.1);
    border-color: var(--accent);
    color: var(--accent);
}

.upload-status[b-qaeab2713a] {
    font-size: 0.8rem;
    color: var(--accent);
}

.form-actions[b-qaeab2713a] {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.form-actions button[b-qaeab2713a] {
    background: linear-gradient(135deg, var(--accent), var(--accent-secondary));
    color: #000;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.625rem 1.75rem;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.form-actions button:hover:not(:disabled)[b-qaeab2713a] {
    transform: translateY(-1px);
    box-shadow: 0 4px 18px rgba(0, 230, 118, 0.35);
}

.form-actions button:active:not(:disabled)[b-qaeab2713a] {
    transform: translateY(0);
}

.form-actions button:disabled[b-qaeab2713a] {
    opacity: 0.6;
    cursor: not-allowed;
}

[b-qaeab2713a] .alert-success,
[b-qaeab2713a] .alert-danger {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-radius: var(--radius-sm);
    font-size: 0.875rem;
}

[b-qaeab2713a] .validation-message {
    color: #ef5350;
    font-size: 0.8rem;
    margin-top: 0.25rem;
}

@media (max-width: 480px) {
    .avatar-upload[b-qaeab2713a] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Pages/Home.razor.rz.scp.css */
/* ===== Sportsbook Layout ===== */
.sportsbook-layout[b-o6zh8mloav] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    grid-template-areas:
        "filters"
        "events"
        "betslip";
    gap: 1rem;
}

/* ── Tablet: two columns ── */
@media (min-width: 1025px) {
    .sportsbook-layout[b-o6zh8mloav] {
        grid-template-columns: 1fr 320px;
        grid-template-rows: auto 1fr;
        grid-template-areas:
            "filters  betslip"
            "events   betslip";
    }
}

/* ── Desktop: three columns ── */
@media (min-width: 1200px) {
    .sportsbook-layout[b-o6zh8mloav] {
        grid-template-columns: 1fr 2fr 1fr;
        grid-template-rows: 1fr;
        grid-template-areas:
            "filters events betslip";
        height: calc(100vh - 80px - 3rem);
        max-height: calc(100vh - 80px - 3rem);
        overflow: hidden;
    }
}

/* ===== Panel Titles ===== */
.panel-title[b-o6zh8mloav] {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.8rem;
}

/* ===== Filters Panel ===== */
.filters-panel[b-o6zh8mloav] {
    grid-area: filters;
    background: var(--bg-surface);
    border-radius: var(--radius-md);
    border: 1px solid var(--border-color);
    align-self: start;
    overflow: hidden;
}

.filters-toggle[b-o6zh8mloav] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.75rem 1rem;
    background: var(--bg-card);
    border: none;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-primary);
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.filters-toggle:hover[b-o6zh8mloav] {
    background: var(--bg-card-hover);
}

.filters-chevron[b-o6zh8mloav] {
    font-size: 0.6rem;
    color: var(--text-muted);
    transition: transform var(--transition);
}

.filters-chevron.open[b-o6zh8mloav] {
    transform: rotate(90deg);
}

.filters-content[b-o6zh8mloav] {
    padding: 1rem;
}

.filters-content.collapsed[b-o6zh8mloav] {
    display: none;
}

/* Hidden on desktop — only visible on mobile */
.mobile-filters-toggle[b-o6zh8mloav] {
    display: none;
}

/* Desktop: secondary filters always visible */
.secondary-filters.collapsed[b-o6zh8mloav] {
    display: block;
}

/* On mobile/tablet, filters are compact and structured */
@media (max-width: 1024px) {
    .filters-toggle[b-o6zh8mloav] {
        display: none;
    }

    .filters-content.collapsed[b-o6zh8mloav] {
        display: flex;
    }

    .filters-panel[b-o6zh8mloav] {
        position: static;
        border-radius: var(--radius-sm);
        padding: 0;
    }

    .filters-content[b-o6zh8mloav] {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        align-items: flex-end;
        padding: 0.75rem;
    }

    .filter-group[b-o6zh8mloav] {
        margin-bottom: 0 !important;
    }

    /* League pills share the row with More Filters when there's room */
    .filter-group:has(.league-pills)[b-o6zh8mloav] {
        flex: 1 1 auto;
    }

    /* Labels hidden on mobile — selects and buttons are self-describing */
    .filter-label[b-o6zh8mloav] {
        display: none !important;
    }

    /* Dropdowns and sort button share the remaining row equally */
    .filter-group:has(.filter-select)[b-o6zh8mloav],
    .filter-group:has(.sort-toggle)[b-o6zh8mloav] {
        flex: 1 1 0;
        min-width: 0;
    }

    .filter-select[b-o6zh8mloav] {
        width: 100%;
        min-width: 0;
    }

    .sort-toggle[b-o6zh8mloav] {
        width: 100%;
        justify-content: center;
    }

    /* Secondary filters hidden by default on mobile */
    .secondary-filters[b-o6zh8mloav] {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        align-items: flex-end;
        width: 100%;
    }

    .secondary-filters.collapsed[b-o6zh8mloav] {
        display: none;
    }

    .secondary-filters .filter-group:has(.filter-select)[b-o6zh8mloav],
    .secondary-filters .filter-group:has(.sort-toggle)[b-o6zh8mloav] {
        flex: 1 1 0;
        min-width: 0;
    }

    .mobile-filters-toggle[b-o6zh8mloav] {
        display: inline-flex;
        align-items: center;
        gap: 0.3rem;
        padding: 0.3rem 0.7rem;
        border-radius: 20px;
        border: 1px solid var(--border-color-strong);
        background: var(--bg-card);
        color: var(--text-secondary);
        font-size: 0.7rem;
        font-weight: 600;
        cursor: pointer;
        transition: all var(--transition);
        white-space: nowrap;
        align-self: center;
    }

    .mobile-filters-toggle:hover[b-o6zh8mloav] {
        background: var(--bg-card-hover);
        color: var(--text-primary);
    }
}

.filter-group[b-o6zh8mloav] {
    margin-bottom: 1rem;
}

.filter-group:last-child[b-o6zh8mloav] {
    margin-bottom: 0;
}

.filter-label[b-o6zh8mloav] {
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-secondary);
    margin-bottom: 0.4rem;
}

/* ── League Pills ── */
.league-pills[b-o6zh8mloav] {
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.league-pill[b-o6zh8mloav] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    border: 1px solid var(--border-color-strong);
    background: var(--bg-card);
    color: var(--text-secondary);
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition);
    white-space: nowrap;
}

.league-pill:hover[b-o6zh8mloav] {
    background: var(--bg-card-hover);
    color: var(--text-primary);
    border-color: var(--accent-secondary);
}

.league-pill.active[b-o6zh8mloav] {
    background: rgba(0, 230, 118, 0.12);
    color: var(--accent);
    border-color: var(--accent);
}

.league-pill-logo[b-o6zh8mloav] {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

/* ── Filter Select ── */
.filter-select[b-o6zh8mloav] {
    width: 100%;
    font-size: 0.85rem;
    padding: 0.4rem 0.6rem;
}

/* ── Sort Toggle ── */
.sort-toggle[b-o6zh8mloav] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.4rem 0.8rem;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border-color-strong);
    background: var(--bg-card);
    color: var(--text-secondary);
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition);
    white-space: nowrap;
}

.sort-toggle:hover[b-o6zh8mloav] {
    background: var(--bg-card-hover);
    color: var(--text-primary);
}

/* ===== Events Panel ===== */
.events-panel[b-o6zh8mloav] {
    grid-area: events;
    min-width: 0;
    overflow-y: auto;
    padding-right: 0.25rem;
}

/* Hide scrollbar unless hovering (Webkit + Firefox) */
.events-panel[b-o6zh8mloav] {
    scrollbar-width: thin;
    scrollbar-color: var(--border-color-strong) transparent;
}

.events-list[b-o6zh8mloav] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.empty-state[b-o6zh8mloav] {
    text-align: center;
    padding: 3rem 1rem;
    color: var(--text-muted);
}

/* ===== Iteration Group Headers ===== */
.iteration-group[b-o6zh8mloav] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.iteration-header[b-o6zh8mloav] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 0.75rem;
    margin-top: 0.25rem;
    border-left: 3px solid var(--accent);
    background: linear-gradient(90deg, rgba(0, 230, 118, 0.06), transparent);
    border-radius: 0 6px 6px 0;
    border-top: none;
    border-right: none;
    border-bottom: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
    color: inherit;
    font: inherit;
    transition: background 0.15s ease;
}

.iteration-header:hover[b-o6zh8mloav] {
    background: linear-gradient(90deg, rgba(0, 230, 118, 0.1), transparent);
}

.iteration-header.unscheduled[b-o6zh8mloav] {
    border-left-color: var(--text-muted);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent);
}

.iteration-header.unscheduled:hover[b-o6zh8mloav] {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent);
}

.iteration-caret[b-o6zh8mloav] {
    font-size: 0.55rem;
    color: var(--text-muted);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    flex-shrink: 0;
}

.iteration-caret.open[b-o6zh8mloav] {
    transform: rotate(90deg);
}

.iteration-label[b-o6zh8mloav] {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: 0.01em;
}

.iteration-header.unscheduled .iteration-label[b-o6zh8mloav] {
    color: var(--text-muted);
}

.iteration-dates[b-o6zh8mloav] {
    font-size: 0.75rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.iteration-count[b-o6zh8mloav] {
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--text-muted);
    background: rgba(255, 255, 255, 0.06);
    padding: 0.1rem 0.45rem;
    border-radius: 10px;
    margin-left: auto;
}

/* ===== Bet Slip Panel ===== */
.betslip-panel[b-o6zh8mloav] {
    grid-area: betslip;
    background: var(--bg-surface);
    border-radius: var(--radius-md);
    border: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    align-self: start;
    max-height: calc(100vh - 100px);
    overflow: hidden;
}

.betslip-content[b-o6zh8mloav] {
    padding: 1rem;
    overflow-y: auto;
    flex: 1;
}

/* ── Mobile bet slip: fixed bottom drawer ── */
@media (max-width: 1024px) {
    .betslip-panel[b-o6zh8mloav] {
        position: fixed;
        bottom: calc(4.375rem + env(safe-area-inset-bottom, 0px));
        left: 0;
        right: 0;
        top: auto;
        border-radius: var(--radius-lg) var(--radius-lg) 0 0;
        z-index: 99;
        max-height: 60px;
        transition: max-height 0.3s ease;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.5);
    }

    .betslip-panel.open[b-o6zh8mloav] {
        max-height: 75vh;
    }

    .betslip-panel .betslip-content[b-o6zh8mloav] {
        display: none;
    }

    .betslip-panel.open .betslip-content[b-o6zh8mloav] {
        display: block;
    }

    /* Add padding to events panel so content isn't hidden behind drawer */
    .events-panel[b-o6zh8mloav] {
        padding-bottom: 80px;
    }

    /* Expand wager input for easier tapping */
    .betslip-wager-input[b-o6zh8mloav] {
        max-width: none;
    }

    /* Prevent iOS Safari auto-zoom on input focus */
    .betslip-wager-input input[b-o6zh8mloav] {
        font-size: 16px;
    }

    /* Larger tap targets for filter pills */
    .league-pill[b-o6zh8mloav] {
        padding: 0.5rem 0.9rem;
        min-height: 40px;
    }

    .sort-toggle[b-o6zh8mloav] {
        padding: 0.5rem 0.9rem;
        min-height: 40px;
    }
}

/* ── Desktop/tablet: hide toggle bar ── */
@media (min-width: 1025px) {
    .betslip-toggle[b-o6zh8mloav] {
        display: none;
    }
}

/* ── Toggle Bar (mobile only) ── */
.betslip-toggle[b-o6zh8mloav] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    background: var(--bg-card);
    border: none;
    color: var(--text-primary);
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    width: 100%;
    border-bottom: 1px solid var(--border-color);
}

.betslip-badge[b-o6zh8mloav] {
    background: var(--accent);
    color: #000;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.1rem 0.45rem;
    border-radius: 10px;
    margin-left: 0.4rem;
}

.betslip-chevron[b-o6zh8mloav] {
    font-size: 0.7rem;
    color: var(--text-muted);
    margin-left: 0.5rem;
}

/* ── Bet Slip Header ── */
.betslip-header[b-o6zh8mloav] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.betslip-header .panel-title[b-o6zh8mloav] {
    margin-bottom: 0;
}

.betslip-count[b-o6zh8mloav] {
    background: var(--accent);
    color: #000;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.1rem 0.4rem;
    border-radius: 10px;
    margin-left: auto;
}

.betslip-pool-indicator[b-o6zh8mloav] {
    font-size: 0.75rem;
    color: var(--text-muted);
    padding: 0.4rem 0.6rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: var(--radius-sm);
    margin-bottom: 0.75rem;
}

/* ── Empty State ── */
.betslip-empty[b-o6zh8mloav] {
    text-align: center;
    padding: 2rem 0.5rem;
}

.betslip-empty p[b-o6zh8mloav] {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.betslip-empty-hint[b-o6zh8mloav] {
    font-size: 0.8rem !important;
    margin-top: 0.25rem !important;
}

/* ── Success Confirmation ── */
.betslip-success[b-o6zh8mloav] {
    text-align: center;
    padding: 2rem 0.5rem;
    animation: successFadeIn-b-o6zh8mloav 0.4s ease;
}

.success-icon[b-o6zh8mloav] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    animation: successPop-b-o6zh8mloav 0.4s ease;
}

.success-text[b-o6zh8mloav] {
    margin: 0;
    color: var(--accent);
    font-size: 0.95rem;
    font-weight: 600;
}

@keyframes successPop-b-o6zh8mloav {
    0% { transform: scale(0); opacity: 0; }
    60% { transform: scale(1.2); }
    100% { transform: scale(1); opacity: 1; }
}

@keyframes successFadeIn-b-o6zh8mloav {
    0% { opacity: 0; transform: translateY(8px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* ── Bet Slip Items ── */
.betslip-items[b-o6zh8mloav] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.betslip-item[b-o6zh8mloav] {
    background: var(--bg-card);
    border-radius: var(--radius-sm);
    padding: 0.75rem;
    border: 1px solid var(--border-color);
}

.betslip-item-header[b-o6zh8mloav] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.3rem;
}

.betslip-matchup[b-o6zh8mloav] {
    font-size: 0.75rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.betslip-remove[b-o6zh8mloav] {
    background: none;
    border: none;
    color: var(--text-muted);
    cursor: pointer;
    font-size: 0.85rem;
    padding: 0;
    line-height: 1;
    transition: color var(--transition);
}

.betslip-remove:hover[b-o6zh8mloav] {
    color: #ef5350;
}

.betslip-selection[b-o6zh8mloav] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
}

.betslip-sel-label[b-o6zh8mloav] {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-primary);
}

.betslip-sel-odds[b-o6zh8mloav] {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--accent);
}

/* ── Wager Row ── */
.betslip-wager-row[b-o6zh8mloav] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.betslip-wager-label[b-o6zh8mloav] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--text-muted);
    flex-shrink: 0;
}

.betslip-wager-input[b-o6zh8mloav] {
    display: flex;
    align-items: center;
    background: var(--bg-input);
    border: 1px solid var(--border-color-strong);
    border-radius: var(--radius-sm);
    padding: 0 0.4rem;
    flex: 1;
    max-width: 100px;
}

.currency-prefix[b-o6zh8mloav] {
    color: var(--text-muted);
    font-size: 0.8rem;
    font-weight: 600;
}

.betslip-wager-input input[b-o6zh8mloav] {
    background: transparent;
    border: none;
    color: var(--text-primary);
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.3rem 0.25rem;
    width: 100%;
    outline: none;
}

.betslip-wager-input input[b-o6zh8mloav]::-webkit-inner-spin-button,
.betslip-wager-input input[b-o6zh8mloav]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.betslip-wager-input input[type="number"][b-o6zh8mloav] {
    -moz-appearance: textfield;
}

.betslip-wager-input.wager-invalid[b-o6zh8mloav] {
    border-color: #e74c3c;
}

.wager-error[b-o6zh8mloav] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #e74c3c;
    white-space: nowrap;
    margin-left: auto;
}

.betslip-payout[b-o6zh8mloav] {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--accent);
    white-space: nowrap;
    margin-left: auto;
}

/* ── Summary ── */
.betslip-summary[b-o6zh8mloav] {
    padding: 0.75rem 0;
    border-top: 1px solid var(--border-color);
    margin-bottom: 0.5rem;
}

.summary-row[b-o6zh8mloav] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: var(--text-secondary);
    padding: 0.15rem 0;
}

.summary-value[b-o6zh8mloav] {
    font-weight: 700;
    color: var(--text-primary);
}

.summary-value.accent[b-o6zh8mloav] {
    color: var(--accent);
}

/* ── Submit Button ── */
.betslip-submit[b-o6zh8mloav] {
    width: 100%;
    padding: 0.75rem;
    font-size: 0.9rem;
    font-weight: 700;
    margin-top: 0.25rem;
}

.betslip-alert[b-o6zh8mloav] {
    font-size: 0.8rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
/* /Pages/MyActivity.razor.rz.scp.css */
/* ===== Dashboard Header ===== */
.dashboard-header[b-1g03v6a1qq] {
    margin-bottom: 1.5rem;
}

.dashboard-pool-name[b-1g03v6a1qq] {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--text-primary);
    margin: 0;
}

.dashboard-meta[b-1g03v6a1qq] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 0.35rem;
}

.meta-item[b-1g03v6a1qq] {
    font-size: 0.8rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.active-iteration[b-1g03v6a1qq] {
    color: var(--accent);
    font-weight: 600;
}

/* ===== Stats Bar ===== */
.stats-bar[b-1g03v6a1qq] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

.stat-card[b-1g03v6a1qq] {
    flex: 1;
    min-width: 120px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.stat-value[b-1g03v6a1qq] {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--text-primary);
    line-height: 1.2;
}

.stat-label[b-1g03v6a1qq] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-secondary);
}

.stat-label-note[b-1g03v6a1qq] {
    font-size: 0.6rem;
    font-weight: 500;
    text-transform: none;
    color: var(--text-muted);
}

.stat-positive[b-1g03v6a1qq] {
    color: var(--accent) !important;
}

.stat-negative[b-1g03v6a1qq] {
    color: #ef5350 !important;
}

/* ===== Tab Bar ===== */
.bets-tabs[b-1g03v6a1qq] {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 0;
}

.bets-tab[b-1g03v6a1qq] {
    padding: 0.6rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-secondary);
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.bets-tab:hover[b-1g03v6a1qq] {
    color: var(--text-primary);
}

.bets-tab.active[b-1g03v6a1qq] {
    color: var(--accent);
    border-bottom-color: var(--accent);
}

.tab-count[b-1g03v6a1qq] {
    font-size: 0.65rem;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.08);
    padding: 0.1rem 0.45rem;
    border-radius: 10px;
    min-width: 1.4rem;
    text-align: center;
}

.bets-tab.active .tab-count[b-1g03v6a1qq] {
    background: rgba(0, 230, 118, 0.15);
    color: var(--accent);
}

/* ===== Filters ===== */
.bets-filters[b-1g03v6a1qq] {
    display: flex;
    align-items: flex-end;
    gap: 0;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.filter-section[b-1g03v6a1qq] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    padding: 0 0.75rem;
    border-right: 1px solid var(--border-color);
}

.filter-section:first-child[b-1g03v6a1qq] {
    padding-left: 0;
}

.filter-section:last-child[b-1g03v6a1qq],
.filter-section-sort[b-1g03v6a1qq] {
    border-right: none;
}

.filter-section-sort[b-1g03v6a1qq] {
    margin-left: 0;
}

.filter-section-label[b-1g03v6a1qq] {
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
    padding-left: 0.1rem;
}

.filter-pills[b-1g03v6a1qq] {
    display: flex;
    gap: 0.3rem;
    flex-wrap: wrap;
    align-items: center;
}

.filter-pill[b-1g03v6a1qq] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.35rem 0.7rem;
    border-radius: 20px;
    border: 1px solid var(--border-color-strong);
    background: var(--bg-card);
    color: var(--text-secondary);
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.filter-pill:hover[b-1g03v6a1qq] {
    background: var(--bg-card-hover);
    color: var(--text-primary);
    border-color: var(--accent-secondary);
}

.filter-pill.active[b-1g03v6a1qq] {
    background: rgba(0, 230, 118, 0.12);
    color: var(--accent);
    border-color: var(--accent);
}

.filter-pill-logo[b-1g03v6a1qq] {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.filter-select[b-1g03v6a1qq] {
    padding: 0.35rem 0.6rem;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border-color-strong);
    background: var(--bg-card);
    color: var(--text-secondary);
    font-size: 0.8rem;
    font-weight: 500;
}

.sort-toggle[b-1g03v6a1qq] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.35rem 0.7rem;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border-color-strong);
    background: var(--bg-card);
    color: var(--text-secondary);
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.sort-toggle:hover[b-1g03v6a1qq] {
    background: var(--bg-card-hover);
    color: var(--text-primary);
}

/* ===== Bet List ===== */
.bets-list[b-1g03v6a1qq] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

/* ===== Iteration Headers (reuse Home page pattern) ===== */
.iteration-header[b-1g03v6a1qq] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 0.75rem;
    margin-top: 0.25rem;
    border-left: 3px solid var(--accent);
    background: linear-gradient(90deg, rgba(0, 230, 118, 0.06), transparent);
    border-radius: 0 6px 6px 0;
    border-top: none;
    border-right: none;
    border-bottom: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
    color: inherit;
    font: inherit;
    transition: background 0.15s ease;
}

.iteration-header:hover[b-1g03v6a1qq] {
    background: linear-gradient(90deg, rgba(0, 230, 118, 0.1), transparent);
}

.iteration-header.unscheduled[b-1g03v6a1qq] {
    border-left-color: var(--text-muted);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent);
}

.iteration-caret[b-1g03v6a1qq] {
    font-size: 0.55rem;
    color: var(--text-muted);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    flex-shrink: 0;
}

.iteration-caret.open[b-1g03v6a1qq] {
    transform: rotate(90deg);
}

.iteration-label[b-1g03v6a1qq] {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-primary);
}

.iteration-dates[b-1g03v6a1qq] {
    font-size: 0.75rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.iteration-count[b-1g03v6a1qq] {
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--text-muted);
    background: rgba(255, 255, 255, 0.06);
    padding: 0.1rem 0.45rem;
    border-radius: 10px;
    margin-left: auto;
}

/* ===== Bet Card ===== */
.bet-card[b-1g03v6a1qq] {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 0.65rem 0.85rem;
    transition: border-color 0.2s ease;
}

.bet-card:hover[b-1g03v6a1qq] {
    border-color: var(--border-color-strong);
}

.bet-card-header[b-1g03v6a1qq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.bet-matchup[b-1g03v6a1qq] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.bet-league-logo[b-1g03v6a1qq] {
    width: 18px;
    height: 18px;
    object-fit: contain;
    border-radius: 3px;
}

.bet-matchup-text[b-1g03v6a1qq] {
    font-size: 0.8rem;
    color: var(--text-secondary);
    font-weight: 500;
}

/* ── Status Badge ── */
.bet-status[b-1g03v6a1qq] {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.2rem 0.6rem;
    border-radius: 12px;
}

.status-pending[b-1g03v6a1qq] {
    background: rgba(255, 193, 7, 0.15);
    color: #ffc107;
}

.status-won[b-1g03v6a1qq] {
    background: rgba(0, 230, 118, 0.15);
    color: var(--accent);
}

.status-lost[b-1g03v6a1qq] {
    background: rgba(239, 83, 80, 0.15);
    color: #ef5350;
}

.status-push[b-1g03v6a1qq] {
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-secondary);
}

.status-void[b-1g03v6a1qq] {
    background: rgba(255, 255, 255, 0.06);
    color: var(--text-muted);
}

/* ── Bet Detail ── */
.bet-card-body[b-1g03v6a1qq] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.bet-detail-row[b-1g03v6a1qq] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.bet-type-badge[b-1g03v6a1qq] {
    font-size: 0.58rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.15rem 0.45rem;
    background: rgba(0, 230, 118, 0.15);
    border: 1px solid rgba(0, 230, 118, 0.25);
    border-radius: 4px;
    color: #ffffff;
    flex-shrink: 0;
}

.bet-selection[b-1g03v6a1qq] {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-primary);
}

.bet-odds[b-1g03v6a1qq] {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--accent);
}

.bet-wager-row[b-1g03v6a1qq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bet-wager[b-1g03v6a1qq] {
    font-size: 0.8rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.bet-payout-label[b-1g03v6a1qq] {
    font-size: 0.85rem;
    font-weight: 700;
}

.bet-result-amount.positive[b-1g03v6a1qq] {
    color: var(--accent);
}

.bet-result-amount.negative[b-1g03v6a1qq] {
    color: #ef5350;
}

.bet-result-amount.push[b-1g03v6a1qq] {
    color: var(--text-secondary);
}

.bet-potential-win[b-1g03v6a1qq] {
    color: var(--text-secondary);
    font-weight: 600;
    font-size: 0.8rem;
}

/* ── Footer ── */
.bet-card-footer[b-1g03v6a1qq] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.25rem 0.5rem;
    margin-top: 0.4rem;
    padding-top: 0.4rem;
    border-top: 1px solid var(--border-color);
}

.bet-datetime[b-1g03v6a1qq] {
    font-size: 0.7rem;
    color: var(--text-muted);
}

.bet-score[b-1g03v6a1qq] {
    font-size: 0.7rem;
    color: var(--text-muted);
}

.bet-score.live[b-1g03v6a1qq] {
    color: #ffc107;
    font-weight: 700;
}

/* ===== Adjustment Cards ===== */
.adjustment-card[b-1g03v6a1qq] {
    border-left: 3px solid var(--accent-secondary);
}

.adjustment-icon[b-1g03v6a1qq] {
    font-size: 1rem;
    margin-right: 0.4rem;
}

.adjustment-description[b-1g03v6a1qq] {
    font-size: 0.85rem;
    color: var(--text-secondary);
    line-height: 1.4;
}

/* ===== Empty State ===== */
.empty-state[b-1g03v6a1qq] {
    text-align: center;
    padding: 3rem 1rem;
    color: var(--text-muted);
}

/* ===== Performance Dashboard ===== */
.dashboard-section[b-1g03v6a1qq] {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-color);
}

.dashboard-section:first-child[b-1g03v6a1qq] {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.dashboard-title[b-1g03v6a1qq] {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 1rem;
}

.dashboard-grid[b-1g03v6a1qq] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.dashboard-card[b-1g03v6a1qq] {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 1rem;
}

.dashboard-card-title[b-1g03v6a1qq] {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border-color);
}

/* ── Bet Type Breakdown ── */
.breakdown-header[b-1g03v6a1qq] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border-color);
}

.breakdown-header .dashboard-card-title[b-1g03v6a1qq] {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.breakdown-modes[b-1g03v6a1qq] {
    display: flex;
    gap: 0.25rem;
    flex-shrink: 0;
}

.breakdown-mode[b-1g03v6a1qq] {
    font-size: 0.65rem;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    background: transparent;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all 0.15s;
    white-space: nowrap;
}

.breakdown-mode:hover[b-1g03v6a1qq] {
    border-color: var(--accent);
    color: var(--text-primary);
}

.breakdown-mode.active[b-1g03v6a1qq] {
    background: rgba(0, 230, 118, 0.12);
    border-color: var(--accent);
    color: var(--accent);
}

.type-breakdown[b-1g03v6a1qq] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.type-row[b-1g03v6a1qq] {
    display: grid;
    grid-template-columns: 5.5rem 2.5rem 3rem 3rem 1fr;
    gap: 0.5rem;
    align-items: center;
    font-size: 0.8rem;
    padding: 0.35rem 0.5rem;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.02);
}

.type-row:hover[b-1g03v6a1qq] {
    background: rgba(255, 255, 255, 0.04);
}

.odds-mode .type-row[b-1g03v6a1qq] {
    grid-template-columns: 11rem 2.5rem 3rem 3rem 1fr;
}

.type-name[b-1g03v6a1qq] {
    font-weight: 700;
    color: var(--text-primary);
}

.type-count[b-1g03v6a1qq] {
    color: var(--text-muted);
    text-align: center;
}

.type-record[b-1g03v6a1qq] {
    color: var(--text-secondary);
    font-weight: 600;
    text-align: center;
}

.type-winrate[b-1g03v6a1qq] {
    color: var(--text-secondary);
    font-weight: 500;
    text-align: center;
}

.type-pl[b-1g03v6a1qq] {
    font-weight: 700;
    text-align: right;
}

.type-pl.positive[b-1g03v6a1qq] {
    color: var(--accent);
}

.type-pl.negative[b-1g03v6a1qq] {
    color: #ef5350;
}

/* ── Highlights ── */
.highlights-grid[b-1g03v6a1qq] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

.highlight-item[b-1g03v6a1qq] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    padding: 0.5rem;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.02);
}

.highlight-label[b-1g03v6a1qq] {
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-muted);
}

.highlight-value[b-1g03v6a1qq] {
    font-size: 1rem;
    font-weight: 800;
    color: var(--text-primary);
    line-height: 1.2;
}

.highlight-value.streak-hot[b-1g03v6a1qq],
.highlight-value.streak-cold[b-1g03v6a1qq] {
    font-size: 1.5rem;
}

.highlight-value.positive[b-1g03v6a1qq] {
    color: var(--accent);
}

.highlight-value.negative[b-1g03v6a1qq] {
    color: #ef5350;
}

.highlight-value.streak-hot[b-1g03v6a1qq] {
    color: #ff9800;
}

.highlight-value.streak-cold[b-1g03v6a1qq] {
    color: #29b6f6;
}

.highlight-detail[b-1g03v6a1qq] {
    font-size: 0.7rem;
    color: var(--text-muted);
}

/* ── Balance Chart ── */
.balance-chart-card[b-1g03v6a1qq] {
    margin-top: 0.5rem;
}

.balance-chart-container[b-1g03v6a1qq] {
    width: 100%;
    overflow-x: auto;
}

.balance-chart-svg[b-1g03v6a1qq] {
    width: 100%;
    height: auto;
    min-height: 180px;
    display: block;
}

/* ── Load More ── */
.load-more-container[b-1g03v6a1qq] {
    display: flex;
    justify-content: center;
    padding: 1rem 0 0.5rem;
}

.load-more-btn[b-1g03v6a1qq] {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    color: var(--text-primary);
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.6rem 2rem;
    cursor: pointer;
    transition: all 0.15s;
}

.load-more-btn:hover[b-1g03v6a1qq] {
    background: rgba(0, 230, 118, 0.08);
    border-color: var(--accent);
    color: var(--accent);
}

.load-more-count[b-1g03v6a1qq] {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--text-muted);
    margin-left: 0.4rem;
}

/* ===== Responsive ===== */
@media (max-width: 767px) {
    .bets-filters[b-1g03v6a1qq] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }

    .filter-section[b-1g03v6a1qq] {
        padding: 0;
        border-right: none;
        border-bottom: 1px solid var(--border-color);
        padding-bottom: 0.5rem;
    }

    .filter-section:last-child[b-1g03v6a1qq] {
        border-bottom: none;
        padding-bottom: 0;
    }

    .filter-section-sort[b-1g03v6a1qq] {
        margin-left: 0;
    }

    .stats-bar[b-1g03v6a1qq] {
        gap: 0.5rem;
    }

    .stat-card[b-1g03v6a1qq] {
        min-width: calc(50% - 0.5rem);
        padding: 0.75rem;
    }

    .stat-value[b-1g03v6a1qq] {
        font-size: 1.1rem;
    }

    .dashboard-grid[b-1g03v6a1qq] {
        grid-template-columns: 1fr;
    }

    .type-row[b-1g03v6a1qq] {
        grid-template-columns: 4.5rem 2rem 2.5rem 2.5rem 1fr;
        font-size: 0.75rem;
    }

    .odds-mode .type-row[b-1g03v6a1qq] {
        grid-template-columns: 9rem 2rem 2.5rem 2.5rem 1fr;
    }
}

@media (max-width: 767px) {
    /* Larger tap targets for pills and tabs */
    .filter-pill[b-1g03v6a1qq] {
        padding: 0.45rem 0.8rem;
        min-height: 36px;
    }

    .bets-tab[b-1g03v6a1qq] {
        padding: 0.7rem 0;
        min-height: 40px;
        flex: 1;
        justify-content: center;
    }

    .breakdown-mode[b-1g03v6a1qq] {
        padding: 0.3rem 0.6rem;
        min-height: 32px;
    }
}

@media (max-width: 420px) {
    .stat-card[b-1g03v6a1qq] {
        min-width: calc(50% - 0.25rem);
        padding: 0.6rem;
    }

    .stat-value[b-1g03v6a1qq] {
        font-size: 0.95rem;
    }

    .stat-label[b-1g03v6a1qq] {
        font-size: 0.6rem;
    }

    .bets-tab[b-1g03v6a1qq] {
        padding: 0.5rem 0;
        font-size: 0.8rem;
        flex: 1;
        justify-content: center;
    }

    .highlights-grid[b-1g03v6a1qq] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/PoolActivity.razor.rz.scp.css */
/* ===== Dashboard Header ===== */
.dashboard-header[b-gon5t3bv35] {
    margin-bottom: 1.5rem;
}

.dashboard-pool-name[b-gon5t3bv35] {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--text-primary);
    margin: 0;
}

.dashboard-meta[b-gon5t3bv35] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 0.35rem;
}

.meta-item[b-gon5t3bv35] {
    font-size: 0.8rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.active-iteration[b-gon5t3bv35] {
    color: var(--accent);
    font-weight: 600;
}

/* ===== Section Divider ===== */
.section-divider[b-gon5t3bv35] {
    border-top: 1px solid var(--border-color);
    margin: 0.5rem 0 1.5rem;
}

/* ===== Section Title ===== */
.section-title[b-gon5t3bv35] {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-color);
}

/* ===== Dashboard Section ===== */
.dashboard-section[b-gon5t3bv35] {
    margin-bottom: 1.5rem;
}

/* ===== Dashboard Grid ===== */
.dashboard-grid[b-gon5t3bv35] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

.dashboard-card[b-gon5t3bv35] {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 1.25rem;
}

/* ===== Loading / Empty ===== */

.empty-state[b-gon5t3bv35] {
    text-align: center;
    padding: 3rem;
    color: var(--text-secondary);
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .dashboard-grid[b-gon5t3bv35] {
        grid-template-columns: 1fr;
    }

    .dashboard-pool-name[b-gon5t3bv35] {
        font-size: 1.35rem;
    }

    .stats-bar[b-gon5t3bv35] {
        gap: 0.5rem;
    }

    .stat-card[b-gon5t3bv35] {
        min-width: calc(50% - 0.5rem);
        padding: 0.75rem;
    }

    .stat-value[b-gon5t3bv35] {
        font-size: 1.1rem;
    }

    .type-row[b-gon5t3bv35] {
        grid-template-columns: 4.5rem 2rem 2.5rem 2.5rem 1fr;
        font-size: 0.75rem;
    }

    .odds-mode .type-row[b-gon5t3bv35] {
        grid-template-columns: 9rem 2rem 2.5rem 2.5rem 1fr;
    }

    .breakdown-mode[b-gon5t3bv35] {
        padding: 0.3rem 0.6rem;
        min-height: 32px;
    }
}

@media (max-width: 420px) {
    .stat-card[b-gon5t3bv35] {
        min-width: calc(50% - 0.25rem);
        padding: 0.6rem;
    }

    .stat-value[b-gon5t3bv35] {
        font-size: 0.95rem;
    }

    .highlights-grid[b-gon5t3bv35] {
        grid-template-columns: 1fr;
    }
}

/* ===== Stats Bar ===== */
.stats-bar[b-gon5t3bv35] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

.stat-card[b-gon5t3bv35] {
    flex: 1;
    min-width: 120px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.stat-value[b-gon5t3bv35] {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--text-primary);
    line-height: 1.2;
}

.stat-label[b-gon5t3bv35] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-secondary);
}

.stat-positive[b-gon5t3bv35] {
    color: var(--accent) !important;
}

.stat-negative[b-gon5t3bv35] {
    color: #ef5350 !important;
}

/* ===== Card Title ===== */
.dashboard-card-title[b-gon5t3bv35] {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border-color);
}

/* ===== Highlights ===== */
.highlights-grid[b-gon5t3bv35] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

.highlight-item[b-gon5t3bv35] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    padding: 0.5rem;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.02);
}

.highlight-label[b-gon5t3bv35] {
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-muted);
}

.highlight-value[b-gon5t3bv35] {
    font-size: 1rem;
    font-weight: 800;
    color: var(--text-primary);
    line-height: 1.2;
}

.highlight-value.positive[b-gon5t3bv35] {
    color: var(--accent);
}

.highlight-value.negative[b-gon5t3bv35] {
    color: #ef5350;
}

.highlight-detail[b-gon5t3bv35] {
    font-size: 0.7rem;
    color: var(--text-muted);
}

/* ===== Breakdown ===== */
.breakdown-header[b-gon5t3bv35] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border-color);
}

.breakdown-header .dashboard-card-title[b-gon5t3bv35] {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.breakdown-modes[b-gon5t3bv35] {
    display: flex;
    gap: 0.25rem;
    flex-shrink: 0;
}

.breakdown-mode[b-gon5t3bv35] {
    font-size: 0.65rem;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    background: transparent;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all 0.15s;
    white-space: nowrap;
}

.breakdown-mode:hover[b-gon5t3bv35] {
    border-color: var(--accent);
    color: var(--text-primary);
}

.breakdown-mode.active[b-gon5t3bv35] {
    background: rgba(0, 230, 118, 0.12);
    border-color: var(--accent);
    color: var(--accent);
}

.type-breakdown[b-gon5t3bv35] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.type-row[b-gon5t3bv35] {
    display: grid;
    grid-template-columns: 5.5rem 2.5rem 3rem 3rem 1fr;
    gap: 0.5rem;
    align-items: center;
    font-size: 0.8rem;
    padding: 0.35rem 0.5rem;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.02);
}

.type-row:hover[b-gon5t3bv35] {
    background: rgba(255, 255, 255, 0.04);
}

.odds-mode .type-row[b-gon5t3bv35] {
    grid-template-columns: 11rem 2.5rem 3rem 3rem 1fr;
}

.type-name[b-gon5t3bv35] {
    font-weight: 700;
    color: var(--text-primary);
}

.type-count[b-gon5t3bv35] {
    color: var(--text-muted);
    text-align: center;
}

.type-record[b-gon5t3bv35] {
    color: var(--text-secondary);
    font-weight: 600;
    text-align: center;
}

.type-winrate[b-gon5t3bv35] {
    color: var(--text-secondary);
    font-weight: 500;
    text-align: center;
}

.type-pl[b-gon5t3bv35] {
    font-weight: 700;
    text-align: right;
}

.type-pl.positive[b-gon5t3bv35] {
    color: var(--accent);
}

.type-pl.negative[b-gon5t3bv35] {
    color: #ef5350;
}

/* ===== Balance Chart ===== */
.balance-chart-card[b-gon5t3bv35] {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 1.25rem;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.balance-chart-container[b-gon5t3bv35] {
    width: 100%;
    overflow-x: auto;
}

.balance-chart-svg[b-gon5t3bv35] {
    width: 100%;
    height: auto;
    min-height: 180px;
    display: block;
}
/* /Pages/Rules.razor.rz.scp.css */
/* ===== Dashboard Header ===== */
.dashboard-header[b-3yh2kxrh25] {
    margin-bottom: 1.5rem;
}

.dashboard-pool-name[b-3yh2kxrh25] {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--text-primary);
    margin: 0;
}

.dashboard-meta[b-3yh2kxrh25] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 0.35rem;
}

.meta-item[b-3yh2kxrh25] {
    font-size: 0.8rem;
    color: var(--text-secondary);
    font-weight: 500;
}

/* ===== Tab Navigation ===== */
.rules-tabs[b-3yh2kxrh25] {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 0;
}

.rules-tab[b-3yh2kxrh25] {
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.65rem 1.25rem;
    border: none;
    background: transparent;
    color: var(--text-secondary);
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.rules-tab:hover[b-3yh2kxrh25] {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.03);
}

.rules-tab.active[b-3yh2kxrh25] {
    color: var(--accent);
    border-bottom-color: var(--accent);
}

/* ===== Section Title ===== */
.section-title[b-3yh2kxrh25] {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 1rem;
}

/* ===== Section Divider ===== */
.section-divider[b-3yh2kxrh25] {
    border-top: 1px solid var(--border-color);
    margin: 0.5rem 0 1.5rem;
}

/* ===== Dashboard Section ===== */
.dashboard-section[b-3yh2kxrh25] {
    margin-bottom: 1.5rem;
}

/* ===== Dashboard Grid ===== */
.dashboard-grid[b-3yh2kxrh25] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

.dashboard-card[b-3yh2kxrh25] {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 1.25rem;
}

.dashboard-card-title[b-3yh2kxrh25] {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border-color);
}

/* ===== Stats Bar ===== */
.stats-bar[b-3yh2kxrh25] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

.stat-card[b-3yh2kxrh25] {
    flex: 1;
    min-width: 120px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    text-align: center;
}

.stat-value[b-3yh2kxrh25] {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--text-primary);
    line-height: 1.2;
}

.stat-label[b-3yh2kxrh25] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-secondary);
}

/* ===== Loading / Empty ===== */

.empty-state[b-3yh2kxrh25] {
    text-align: center;
    padding: 3rem;
    color: var(--text-secondary);
}

/* ===== Getting Started Steps ===== */
.steps-track[b-3yh2kxrh25] {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

.step[b-3yh2kxrh25] {
    display: flex;
    gap: 1rem;
    position: relative;
    padding-bottom: 1.5rem;
}

.step:last-child[b-3yh2kxrh25] {
    padding-bottom: 0;
}

.step[b-3yh2kxrh25]::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 2.25rem;
    bottom: 0;
    width: 2px;
    background: var(--border-color-strong);
}

.step:last-child[b-3yh2kxrh25]::before {
    display: none;
}

.step-number[b-3yh2kxrh25] {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--accent);
    color: #0f1923;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.85rem;
    z-index: 1;
}

.step-body[b-3yh2kxrh25] {
    flex: 1;
    padding-top: 0.15rem;
}

.step-heading[b-3yh2kxrh25] {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 0.3rem;
}

.step-text[b-3yh2kxrh25] {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin: 0;
    line-height: 1.6;
}

/* ===== Bet Types Grid ===== */
.bet-types-grid[b-3yh2kxrh25] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.bet-type-card[b-3yh2kxrh25] {
    display: flex;
    flex-direction: column;
}

.bet-type-header[b-3yh2kxrh25] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid var(--border-color);
}

.bet-type-icon[b-3yh2kxrh25] {
    font-size: 1.25rem;
    line-height: 1;
}

.bet-type-header .dashboard-card-title[b-3yh2kxrh25] {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.bet-type-desc[b-3yh2kxrh25] {
    font-size: 0.85rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0 0 auto;
    padding-bottom: 0.75rem;
}

.bet-type-example[b-3yh2kxrh25] {
    margin-top: 0.75rem;
    padding: 0.6rem 0.75rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--radius-sm);
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.example-label[b-3yh2kxrh25] {
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-muted);
}

.example-text[b-3yh2kxrh25] {
    font-size: 0.8rem;
    color: var(--text-secondary);
}

.example-odds[b-3yh2kxrh25] {
    font-weight: 700;
    color: var(--accent);
}

/* ===== Settlement Cards ===== */
.settle-list[b-3yh2kxrh25] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.settle-card[b-3yh2kxrh25] {
    padding: 1rem 1.25rem;
}

.settle-header[b-3yh2kxrh25] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.settle-badge[b-3yh2kxrh25] {
    flex-shrink: 0;
    padding: 0.2rem 0.65rem;
    border-radius: var(--radius-sm);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    min-width: 3.5rem;
    text-align: center;
}

.settle-badge.won[b-3yh2kxrh25] { background: rgba(0, 230, 118, 0.15); color: var(--accent); }
.settle-badge.lost[b-3yh2kxrh25] { background: rgba(239, 83, 80, 0.15); color: #ef5350; }
.settle-badge.push[b-3yh2kxrh25] { background: rgba(255, 183, 77, 0.15); color: #ffb74d; }
.settle-badge.void[b-3yh2kxrh25] { background: rgba(255, 255, 255, 0.08); color: var(--text-muted); }

.settle-summary[b-3yh2kxrh25] {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-primary);
}

.settle-desc[b-3yh2kxrh25] {
    font-size: 0.83rem;
    color: var(--text-secondary);
    margin: 0;
    line-height: 1.55;
}

/* ===== Explainer Card ===== */
.explainer-card[b-3yh2kxrh25] {
    padding: 1.5rem;
}

.explainer-text[b-3yh2kxrh25] {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin: 0 0 1.25rem;
}

.explainer-points[b-3yh2kxrh25] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.explainer-point[b-3yh2kxrh25] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.85rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

.point-icon[b-3yh2kxrh25] {
    flex-shrink: 0;
    font-size: 1rem;
    line-height: 1.3;
}

/* ===== Rule Rows ===== */
.rule-rows[b-3yh2kxrh25] {
    display: flex;
    flex-direction: column;
}

.rule-row[b-3yh2kxrh25] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0;
    border-bottom: 1px solid var(--border-color);
    gap: 1rem;
}

.rule-row:last-child[b-3yh2kxrh25] {
    border-bottom: none;
}

.rule-label[b-3yh2kxrh25] {
    font-size: 0.82rem;
    color: var(--text-secondary);
}

.rule-value[b-3yh2kxrh25] {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-primary);
    text-align: right;
}

/* ===== Payout Cards ===== */
.payout-cards[b-3yh2kxrh25] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.payout-card[b-3yh2kxrh25] {
    flex: 1;
    min-width: 100px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 1.25rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    text-align: center;
    transition: border-color 0.2s ease;
}

.payout-gold[b-3yh2kxrh25] {
    border-color: rgba(255, 215, 0, 0.35);
    background: linear-gradient(180deg, rgba(255, 215, 0, 0.06) 0%, var(--bg-card) 100%);
}

.payout-silver[b-3yh2kxrh25] {
    border-color: rgba(192, 192, 192, 0.25);
    background: linear-gradient(180deg, rgba(192, 192, 192, 0.04) 0%, var(--bg-card) 100%);
}

.payout-bronze[b-3yh2kxrh25] {
    border-color: rgba(205, 127, 50, 0.25);
    background: linear-gradient(180deg, rgba(205, 127, 50, 0.04) 0%, var(--bg-card) 100%);
}

.payout-place[b-3yh2kxrh25] {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-secondary);
}

.payout-gold .payout-place[b-3yh2kxrh25] { color: #ffd700; }
.payout-silver .payout-place[b-3yh2kxrh25] { color: #c0c0c0; }
.payout-bronze .payout-place[b-3yh2kxrh25] { color: #cd7f32; }

.payout-amount[b-3yh2kxrh25] {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-primary);
}

/* ===== Status Badge ===== */
.status-badge[b-3yh2kxrh25] {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    border-radius: var(--radius-sm);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.status-open[b-3yh2kxrh25] {
    background: rgba(0, 230, 118, 0.15);
    color: var(--accent);
}

.status-closed[b-3yh2kxrh25] {
    background: rgba(255, 183, 77, 0.15);
    color: #ffb74d;
}

.status-settled[b-3yh2kxrh25] {
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-muted);
}

/* ===== Penalty Value ===== */
.penalty-value[b-3yh2kxrh25] {
    color: #ef5350 !important;
}

/* ===== Iteration Selector ===== */
.iteration-selector[b-3yh2kxrh25] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.iteration-selector-label[b-3yh2kxrh25] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-secondary);
    white-space: nowrap;
}

.iteration-select[b-3yh2kxrh25] {
    max-width: 360px;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .dashboard-grid[b-3yh2kxrh25] {
        grid-template-columns: 1fr;
    }

    .bet-types-grid[b-3yh2kxrh25] {
        grid-template-columns: 1fr;
    }

    .rules-tabs[b-3yh2kxrh25] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .stats-bar[b-3yh2kxrh25] {
        gap: 0.5rem;
    }

    .stat-card[b-3yh2kxrh25] {
        min-width: calc(50% - 0.5rem);
        padding: 0.75rem;
    }

    .stat-value[b-3yh2kxrh25] {
        font-size: 1.1rem;
    }

    .dashboard-pool-name[b-3yh2kxrh25] {
        font-size: 1.35rem;
    }

    .payout-cards[b-3yh2kxrh25] {
        gap: 0.5rem;
    }

    .payout-card[b-3yh2kxrh25] {
        min-width: calc(33% - 0.5rem);
    }

    .payout-amount[b-3yh2kxrh25] {
        font-size: 1.2rem;
    }
}

@media (max-width: 420px) {
    .stat-card[b-3yh2kxrh25] {
        min-width: calc(50% - 0.25rem);
        padding: 0.6rem;
    }

    .stat-value[b-3yh2kxrh25] {
        font-size: 0.95rem;
    }
}
/* /Shared/LoadingSpinner.razor.rz.scp.css */
.loading-spinner[b-191cick59i] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    padding: 3rem 1rem;
    min-height: 180px;
}

.spinner-logo-wrap[b-191cick59i] {
    position: relative;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner-glow[b-191cick59i] {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 230, 118, 0.18) 0%, transparent 70%);
    animation: pulse-b-191cick59i 2s ease-in-out infinite;
}

.spinner-logo[b-191cick59i] {
    width: 56px;
    height: 56px;
    position: relative;
    filter: drop-shadow(0 0 10px rgba(0, 230, 118, 0.25));
    animation: float-b-191cick59i 3s ease-in-out infinite;
}

.spinner-text[b-191cick59i] {
    font-size: 0.8rem;
    color: var(--text-muted, #5a6f7d);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

@keyframes pulse-b-191cick59i {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.15); opacity: 1; }
}

@keyframes float-b-191cick59i {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}
