/**
 * BESTPICK football pages
 *
 * 축구 리그 목록, 리그 상세, 경기 상세, 팀, 선수 페이지 전용 스타일입니다.
 */
.bp-football{

    padding: 28px 0;
}
.bp-match-ai {
    color: #9fb0c8;
    font-size: 1rem;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}.bp-detail-top,
.bp-detail-scoreboard,
.bp-grid,
.bp-stat-row,
.bp-ai {
    color: inherit;
}.bp-league-hero {
    padding: 38px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 14% 0%, rgba(56,189,248,0.18), transparent 38%),
        linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035));
    border: 1px solid rgba(255,255,255,0.09);
}.bp-league-hero p {
    margin: 0 0 10px;
    color: #38bdf8;
    font-size: 1rem;
    font-weight: 950;
    letter-spacing: 0.08em;
}.bp-league-hero h1 {
    margin: 0;
    color: #fff;
    font-size: 52px;
    letter-spacing: -0.07em;
}.bp-league-hero span {
    display: block;
    margin-top: 14px;
    color: #93a4bb;
    font-size: 16px;
}.bp-match-detail-hero {
    padding: 34px;
    border-radius: 28px;
    background: rgba(255,255,255,0.055);
    border: 1px solid rgba(255,255,255,0.1);
}.bp-detail-league {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #93c5fd;
    font-weight: 900;
    margin-bottom: 28px;
    font-size:1.25rem;
}.bp-detail-league em {
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(56,189,248,0.16);
    color: #fff;
    font-style: normal;
    font-size: 1rem;
}.bp-detail-scoreboard {
    display: grid;
    grid-template-columns: 1fr 220px 1fr;
    align-items: center;
    gap: 28px;
}.bp-detail-team {
    text-align: center;
}.bp-detail-logo {
    width: 86px;
    height: 86px;
    margin: 0 auto 14px;
    border-radius: 24px;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}.bp-detail-logo img {
    max-width: 70px;
    max-height: 70px;
}.bp-detail-team h1,
.bp-detail-team .bp-detail-team-name {
    color: #fff;
    font-size: 1.25rem;
    margin: 0 0 6px;
}.bp-detail-team span {
    color: #94a3b8;
    font-size: 1rem;
    font-weight: 900;
}.bp-detail-score {
    text-align: center;
}.bp-detail-score strong {
    display: block;
    color: #fff;
    font-size: 2rem;
    font-weight: 950;
}.bp-detail-score span {
    color: #93c5fd;
    font-weight: 800;
    font-size:1rem;
}.bp-ai-text {
    color: #cbd5e1;
    line-height: 1.8;
    font-weight: 700;
    font-size:1rem;
}.bp-detail-team h1 a,
.bp-detail-team .bp-detail-team-name a {
    color: #fff;
    text-decoration: none;
}.bp-detail-team h1 a:hover,
.bp-detail-team .bp-detail-team-name a:hover {
    color: #38bdf8;
}.bp-prediction-card {
    background: linear-gradient(135deg, rgba(56,189,248,0.16), rgba(15,23,42,0.9));
}.bp-league-hero {
    padding: 40px;
    border-radius: 28px;
    background: rgba(255,255,255,0.055);
    border: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 20px;
}.bp-league-hero h1 {
    color: #fff;
    font-size: 2rem;
    margin: 10px 0;
}.bp-league-hero p {
    color: #93c5fd;
    font-weight: 800;
}.bp-standing-table {
    display: grid;
    gap: 0;
}.bp-standing-table .head,
.bp-standing-row {
    display: grid;
    grid-template-columns: 60px 1fr 70px 70px 70px 70px 80px 80px;
    gap: 10px;
    align-items: center;
}.bp-standing-table .head {
    padding: 12px 16px;
    color: #94a3b8;
    font-size: 1rem;
    font-weight: 900;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}.bp-standing-row {
    padding: 13px 16px;
    font-size:1rem;
    color: #cbd5e1;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    transition: 0.2s;
}.bp-standing-row:hover {
    background: rgba(56,189,248,0.08);
}.bp-standing-row strong {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}.bp-standing-row strong img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}.bp-standing-row em {
    color: #38bdf8;
    font-size:1rem;
    font-style: normal;
    font-weight: 950;
}.bp-team-mini-link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(15,23,42,.45);
    border: 1px solid rgba(255,255,255,.08);
    text-decoration: none;
}.bp-team-mini-link img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}.bp-team-mini-link strong {
    display: block;
    color: #fff;
    font-size: 1.25rem;
}.bp-team-mini-link span {
    display: block;
    color: #38bdf8;
    font-size: 1rem;
    font-weight: 800;
    margin-top: 4px;
}.bp-league-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}.bp-league-card {
    display: block;
    padding: 20px;
    border-radius: 18px;
    background: rgba(15,23,42,.48);
    border: 1px solid rgba(255,255,255,.08);
    text-decoration: none;
    transition: .2s;
}.bp-league-card:hover {
    background: rgba(56,189,248,.12);
    border-color: rgba(56,189,248,.28);
}.bp-league-card strong {
    display: block;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 8px;
}.bp-league-card span {
    color: #94a3b8;
    font-size: 1rem;
    font-weight: 800;
}.bp-prediction-card {
    margin: 28px 0;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 22px;
    background: #171a22;
}.bp-prediction-grid {
    display: grid;
    gap: 18px;
}.bp-prediction-item {
    display: grid;
    gap: 10px;
}.bp-prediction-item > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
}.bp-prediction-item span {
    color: #9fb3d9;
    font-weight: 700;
    font-size:1.15rem;
}.bp-prediction-item strong {
    color: #35b8ff;
    font-size: 1.25rem;
}.bp-prediction-track {
    height: 12px;
    overflow: hidden;
    border-radius: 999px;
    background: #242936;
}.bp-prediction-track em {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: #35b8ff;
}.bp-form-compare {
    display: grid;
    gap: 18px;
}.bp-form-team {
    padding: 18px;
    border-radius: 16px;
    background: #121722;
    border: 1px solid rgba(255, 255, 255, .06);
}.bp-form-team h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 1.25rem;
}.bp-form-badges {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
}.bp-form-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
}.bp-form-badge.win {
    background: #1fbf75;
}.bp-form-badge.draw {
    background: #8b95a7;
}.bp-form-badge.lose {
    background: #f05252;
}.bp-form-none {
    color: #8fa4c7;
    font-size: 1rem;
}.bp-form-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}.bp-form-stats div {
    padding: 12px;
    border-radius: 12px;
    background: #171d2a;
}.bp-form-stats span {
    display: block;
    margin-bottom: 4px;
    color: #8fa4c7;
    font-size: 1rem;
}.bp-form-stats strong {
    color: #fff;
    font-size: 1.25rem;
}.bp-h2h-score {
    font-size:1rem;
    margin: 14px 0;
    padding: 14px;
    border-radius: 14px;
    background: #171d2a;
    color: #fff;
    text-align: center;
    font-weight: 800;
}.bp-h2h-list {
    display: grid;
    gap: 10px;
}.bp-h2h-list div {
    padding: 12px;
    border-radius: 12px;
    background: #121722;
}.bp-h2h-list span {
    display: block;
    margin-bottom: 4px;
    color: #8fa4c7;
    font-size: .85rem;
}.bp-h2h-list strong {
    color: #fff;
    font-size: 1rem;
}.bp-ai-pick-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}.bp-ai-pick-grid div {
    padding: 18px;
    border-radius: 16px;
    background: #121722;
    border: 1px solid rgba(255, 255, 255, .06);
}.bp-ai-pick-grid span {
    display: block;
    margin-bottom: 8px;
    color: #8fa4c7;
    font-size: 1rem;
    font-weight: 700;
}.bp-ai-pick-grid strong {
    color: #fff;
    font-size: 1.15rem;
}.bp-ai-pick-comment {
    margin-top: 16px;
    padding: 18px;
    border-radius: 16px;
    background: #171d2a;
    color: #b8c8e8;
    font-size: 1rem;
    line-height: 1.7;
}.bp-team-hero-main {
    display: flex;
    align-items: center;
    gap: 28px;
}.bp-team-logo-large {
    width: 126px;
    height: 126px;
    flex: 0 0 126px;
    overflow: hidden;
    border-radius: 18px;
    background: #111827;
    border: 1px solid rgba(255, 255, 255, .08);
    display: flex;
    align-items: center;
    justify-content: center;
}.bp-team-logo-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}.bp-team-hero-main h1 {
    margin: 10px 0;
    font-size: 2rem;
    line-height: 1.15;
}.bp-team-hero-main p:last-child {
    margin: 0;
    color: #dbeafe;
    font-size: 1rem;
    font-weight: 700;
}.bp-team-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(90px, 1fr));
    gap: 12px;
    margin-top: 28px;
    max-width: 620px;
}.bp-team-summary-grid div {
    padding: 16px 14px;
    border-radius: 16px;
    background: rgba(18, 23, 34, .92);
    border: 1px solid rgba(255, 255, 255, .08);
    text-align: center;
}.bp-team-summary-grid strong {
    display: block;
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 900;
}.bp-team-summary-grid span {
    color: #8fb8ff;
    font-size: 1rem;
    font-weight: 800;
}.bp-subtitle {
    margin: 22px 0 10px;
    color: #9fb3cc;
    font-size: 1rem;
}.bp-subtitle:first-of-type {
    margin-top: 10px;
}.bp-player-data-notice {
    margin: 5px 0 24px;
    padding: 13px 16px;
    border: 1px solid rgba(56, 189, 248, 0.18);
    border-radius: 14px;
    background: rgba(56, 189, 248, 0.07);
    color: #9dc9e3;
    font-size: .85rem;
    line-height: 1.6;
}.bp-detail-odds-card {
    margin-bottom: 24px;
    padding: 24px;
    border: 1px solid #283142;
    border-radius: 18px;
    background: #151a24;
}.bp-detail-odds-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}.bp-detail-odds-group {
    padding: 17px;
    border: 1px solid rgba(45, 181, 255, 0.16);
    border-radius: 13px;
    background: rgba(45, 181, 255, 0.035);
}.bp-detail-odds-label {
    display: block;
    margin-bottom: 12px;
    color: #8ea0bb;
    font-size: 1rem;
    font-weight: 800;
}.bp-detail-odds-items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}.bp-detail-odds-group:last-child .bp-detail-odds-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}.bp-detail-odds-items > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid rgba(45, 181, 255, 0.18);
    border-radius: 9px;
    background: #111722;
}.bp-detail-odds-items span {
    color: #8f9bb0;
    font-size: 1rem;
}.bp-detail-odds-items strong {
    color: #2db5ff;
    font-size: 1rem;
    font-weight: 900;
}.bp-detail-odds-empty {
    padding: 28px;
    border: 1px dashed #344054;
    border-radius: 13px;
    color: #8290a8;
    text-align: center;
    background: #121721;
}

/* Football shared SEO summary */

.bp-football-seo-summary {
    margin: 18px 0 20px;
    padding: 24px 26px;
    border: 1px solid rgba(111, 142, 184, 0.18);
    border-radius: 16px;
    background: rgba(14, 24, 39, 0.88);
}

.bp-football-seo-summary h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1.45;
    letter-spacing: -0.025em;
}

.bp-football-seo-summary p {
    margin: 0;
    color: #aebed2;
    font-size: 1rem;
    word-break: keep-all;
}

.bp-football-seo-summary p + p {
    margin-top: 9px;
}

.bp-football-seo-summary a {
    color: #69c7ff;
    font-weight: 700;
    text-decoration: none;
}

.bp-football-seo-summary a:hover,
.bp-football-seo-summary a:focus-visible {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .bp-football-seo-summary {
        margin: 14px 0 16px;
        padding: 19px 17px;
        border-radius: 14px;
    }

    .bp-football-seo-summary h2 {
        font-size: 1rem;
    }

    .bp-football-seo-summary p {
        font-size: 0.85rem;
        line-height: 1.5;
    }
}

