/* /Pages/DisplayPicks.razor.rz.scp.css */
.picks-grid[b-5pue8gd3i6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start;
}

.picks-column h3[b-5pue8gd3i6] {
    margin-bottom: 8px;
    font-weight: 600;
}

.summary-chips[b-5pue8gd3i6] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.chip[b-5pue8gd3i6] {
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 12px;
    color: #333;
}

.chip-won[b-5pue8gd3i6] {
    background-color: #a5ffe0;
}

.chip-winning[b-5pue8gd3i6] {
    background-color: #e5fff6;
}

.chip-losing[b-5pue8gd3i6] {
    background-color: #ffedcc;
}

.chip-lost[b-5pue8gd3i6] {
    background-color: #ffc966;
}

.card-stack[b-5pue8gd3i6] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pick-card[b-5pue8gd3i6] {
    border-radius: 12px;
    padding: 0.8rem 1rem;
    border: 1.5px solid #d3d8e0;
    box-shadow: 0 1px 3px rgba(20, 30, 50, 0.08);
}

.pick-card-header[b-5pue8gd3i6] {
    font-size: 12px;
    color: #555;
    margin-bottom: 6px;
}

.pick-card-team[b-5pue8gd3i6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}

.pick-card-team-info[b-5pue8gd3i6] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

.pick-card-score[b-5pue8gd3i6] {
    font-size: 16px;
    font-weight: 600;
}

.pick-card-footer[b-5pue8gd3i6] {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #555;
    margin-top: 8px;
    padding-top: 6px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

@media (max-width: 700px) {
    .picks-grid[b-5pue8gd3i6] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/ScoresPage.razor.rz.scp.css */
.scores-header[b-gcd4e672ic] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 16px;
}

.scores-grid[b-gcd4e672ic] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 12px;
}

.game-card[b-gcd4e672ic] {
    border-radius: 12px;
    padding: 0.8rem 1rem;
    border: 1.5px solid #d3d8e0;
    box-shadow: 0 1px 3px rgba(20, 30, 50, 0.08);
    background-color: #fff;
}

.game-date[b-gcd4e672ic] {
    font-size: 11px;
    color: #888;
    margin-bottom: 8px;
}

.game-team[b-gcd4e672ic] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}

.game-team-info[b-gcd4e672ic] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

.game-team-info.winner[b-gcd4e672ic] {
    font-weight: 700;
}

.game-score[b-gcd4e672ic] {
    font-size: 16px;
}

.game-score.winner[b-gcd4e672ic] {
    font-weight: 700;
}

.game-footer[b-gcd4e672ic] {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #555;
    margin-top: 8px;
    padding-top: 6px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
/* /Pages/WeekNumPage.razor.rz.scp.css */
.date-with-today[b-pf8xn45wsk] {
    display: flex;
    align-items: stretch;
    gap: 8px;
}

    .date-with-today .form-control[b-pf8xn45wsk] {
        flex: 1 1 auto;
        min-width: 0;
    }

    .date-with-today .btn[b-pf8xn45wsk] {
        flex: 0 0 auto;
    }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-y0v3qhz5na] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-y0v3qhz5na] {
    flex: 1;
}

.sidebar[b-y0v3qhz5na] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-y0v3qhz5na] {
    background-color: #052767;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-y0v3qhz5na]  a, .top-row .btn-link[b-y0v3qhz5na] {
        white-space: nowrap;
        margin-left: 1.5rem;
        color: #fff;
    }

    .top-row a:first-child[b-y0v3qhz5na] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-y0v3qhz5na] {
        display: none;
    }

    .top-row.auth[b-y0v3qhz5na] {
        justify-content: space-between;
    }

    .top-row a[b-y0v3qhz5na], .top-row .btn-link[b-y0v3qhz5na] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-y0v3qhz5na] {
        flex-direction: row;
    }

    .sidebar[b-y0v3qhz5na] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-y0v3qhz5na] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-y0v3qhz5na], article[b-y0v3qhz5na] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2qcn9eb1wz] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-2qcn9eb1wz] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-2qcn9eb1wz] {
    font-size: 1.1rem;
}

.oi[b-2qcn9eb1wz] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-2qcn9eb1wz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-2qcn9eb1wz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2qcn9eb1wz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2qcn9eb1wz]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-2qcn9eb1wz]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-2qcn9eb1wz]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-2qcn9eb1wz] {
        display: none;
    }

    .collapse[b-2qcn9eb1wz] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
