.home-page {
    max-width: 1180px;
}

.home-welcome {
    max-width: 860px;
    margin: 0 auto;
    padding: 0.95rem 1.15rem;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.picks-user-card,
.picks-empty-card,
.pick-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

.picks-user-header {
    padding: 1rem 1.15rem;
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.picks-user-title-wrap {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.picks-user-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #fff;
    background: rgba(13, 110, 253, 0.22);
}

.picks-user-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
}

.picks-user-subtitle {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.66);
    margin-top: 0.1rem;
}

.picks-user-body {
    padding: 1rem;
}

.pick-card {
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

    .pick-card:hover {
        transform: translateY(-3px);
        border-color: rgba(255, 255, 255, 0.14);
        box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
    }

.pick-card-body {
    padding: 1rem 1rem 0.95rem;
}

.pick-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
}

.pick-date {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
}

.pick-time {
    min-width: 64px;
    text-align: center;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 800;
    color: #fff;
    background: rgba(13, 110, 253, 0.2);
    border: 1px solid rgba(13, 110, 253, 0.24);
}

.pick-second-row {
    margin-bottom: 0.9rem;
}

.pick-matchup {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    line-height: 1.6;
}

.pick-prefix {
    padding: 0.18rem 0.45rem;
    border-radius: 8px;
    font-size: 0.78rem;
    font-weight: 800;
    color: #fff;
    background: rgba(255, 255, 255, 0.09);
}

.pick-team {
    font-size: 0.98rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
}

.pick-vs {
    font-size: 0.95rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.55);
    margin: 0 0.1rem;
}

.pick-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pick-result-label {
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.58);
}

.pick-result {
    font-size: 1rem;
    font-weight: 900;
    color: #9ad0ff;
    text-align: right;
}

.picks-empty-card .card-body {
    padding: 2rem 1.2rem;
}

.picks-empty-icon {
    width: 66px;
    height: 66px;
    margin: 0 auto 1rem;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.55rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.picks-empty-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.55rem;
}

.picks-empty-text {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.96rem;
    line-height: 1.65;
}

@media (max-width: 991.98px) {
    .picks-user-body {
        padding: 0.9rem;
    }

    .pick-card-body {
        padding: 0.95rem;
    }
}

@media (max-width: 767.98px) {
    .home-welcome {
        font-size: 0.94rem;
        padding: 0.85rem 0.95rem;
    }

    .picks-user-header {
        padding: 0.9rem 0.95rem;
    }

    .picks-user-icon {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        font-size: 1rem;
    }

    .picks-user-title {
        font-size: 1.02rem;
    }

    .picks-user-subtitle {
        font-size: 0.84rem;
    }

    .picks-user-body {
        padding: 0.8rem;
    }

    .pick-card-body {
        padding: 0.9rem;
    }

    .pick-top-row {
        margin-bottom: 0.7rem;
    }

    .pick-date {
        font-size: 0.9rem;
    }

    .pick-time {
        font-size: 0.82rem;
        min-width: 58px;
    }

    .pick-team {
        font-size: 0.94rem;
    }

    .pick-result {
        font-size: 0.96rem;
    }
}

@media (max-width: 575.98px) {
    .pick-top-row {
        gap: 0.55rem;
    }

    .pick-matchup {
        gap: 0.35rem;
    }

    .pick-prefix {
        font-size: 0.74rem;
        padding: 0.16rem 0.38rem;
    }

    .pick-team {
        font-size: 0.92rem;
    }

    .pick-bottom-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.3rem;
    }

    .pick-result {
        text-align: left;
    }
}
