
/* Extracted from single-player_foot.php */

    /* 基础重置 */
    .portal-player-wrap { width: 100%; font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", sans-serif; background-color: #f5f6f7; padding-bottom: 40px; }
    .portal-player-wrap * { box-sizing: border-box; margin: 0; padding: 0; }
    .portal-inner { max-width: 1000px; margin: 0 auto; padding: 0 15px; }
    /* 顶部沉浸式个人名片 */
    .player-hero { 
        width: 100%; background-color: var(--theme-color); 
        background-image: url('/wp-content/uploads/images/match_bg.png'); 
        background-position: center; background-repeat: no-repeat; background-size: cover;
        padding: 50px 0 40px; margin-bottom: 20px;
    }
    .hero-flex { display: flex; align-items: center; justify-content: center; gap: 30px; max-width: 800px; margin: 0 auto; }
    .avatar-box { width: 140px; height: 140px; background: #fff; border-radius: 50%; padding: 5px; box-shadow: 0 5px 20px rgba(0,0,0,0.2); overflow: hidden; border: 4px solid rgba(255,255,255,0.8);}
    .avatar-box img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
    .info-box { color: #fff; text-shadow: 1px 1px 3px rgba(0,0,0,0.3); }
    .info-box h1 { font-size: 36px; font-weight: 900; margin-bottom: 10px; line-height: 1.2; }
    .info-box .position-badge { display: inline-block; background: rgba(255,255,255,0.2); border: 1px solid rgba(255,255,255,0.4); padding: 4px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; backdrop-filter: blur(5px);}
    /* 内容区块 (大模块化) */
    .portal-section { background: #fff; border: 1px solid #e8e8e8; margin-bottom: 20px; overflow: hidden; }
    .portal-sec-header { background: #fafafa; padding: 15px 20px; font-size: 18px; font-weight: bold; color: #333; border-bottom: 1px solid #eee; border-left: 4px solid var(--theme-color); }
    .portal-sec-body { padding: 25px 20px; font-size: 16px; line-height: 1.8; color: #444; }
    /* 现效力球队横条 */
    .team-banner { display: flex; align-items: center; background: #fffafb; padding: 15px 20px; border: 1px solid #ffebee; border-radius: 6px; text-decoration: none; color: #333; transition: 0.2s; }
    .team-banner:hover { background: #fff0f2; }
    .team-banner img { width: 40px; height: 40px; object-fit: contain; margin-right: 15px; }
    .team-banner span { font-size: 18px; font-weight: bold; flex: 1; }
    .team-banner i { color: var(--theme-color); font-style: normal; font-size: 14px; }
    /* 近期赛事列表 */
    .match-list-ul { list-style: none; }
    .match-list-ul li { border-bottom: 1px dashed #eee; transition: background 0.2s; }
    .match-list-ul li:last-child { border-bottom: none; }
    .match-list-ul a { display: block; padding: 15px 10px; text-decoration: none; color: #333; font-size: 15px; display: flex; justify-content: space-between; align-items: center; }
    .match-list-ul a:hover { background: #fafafa; color: var(--theme-color); }
    .match-date { color: #888; font-size: 13px; width: 120px; }
    .match-title { flex: 1; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-right: 15px; }
    /* ⬇️ 移动端绝杀自适应 (通栏无留白) ⬇️ */
    @media (max-width: 768px) {
        .portal-inner { padding: 0; }
        .player-hero { padding: 30px 15px 25px; }
        .hero-flex { flex-direction: column; gap: 15px; text-align: center; }
        .avatar-box { width: 110px; height: 110px; }
        .info-box h1 { font-size: 26px; }
        /* 区块变通栏，去掉左右边框和圆角 */
        .portal-section { border-left: none; border-right: none; border-radius: 0; margin-bottom: 10px; }
        .portal-sec-header { font-size: 16px; padding: 12px 15px; }
        .portal-sec-body { padding: 15px; font-size: 15px; }
        .team-banner { border-left: none; border-right: none; border-radius: 0; padding: 15px; }
        .match-list-ul a { padding: 12px 0; }
        .match-date { width: 90px; }
    }

/* Extracted from single-player_basket.php */

    /* 篮球专属橙色系 */
    .portal-player-wrap { width: 100%; font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", sans-serif; background-color: #f5f6f7; padding-bottom: 40px; }
    .portal-player-wrap * { box-sizing: border-box; margin: 0; padding: 0; }
    .portal-inner { max-width: 1000px; margin: 0 auto; padding: 0 15px; }
    /* 顶部沉浸式个人名片 */
    .player-hero { 
        width: 100%; background-color: var(--theme-color); 
        background-image: url('/wp-content/uploads/images/match_bg.png'); 
        background-position: center; background-repeat: no-repeat; background-size: cover;
        padding: 50px 0 40px; margin-bottom: 20px;
    }
    .hero-flex { display: flex; align-items: center; justify-content: center; gap: 30px; max-width: 800px; margin: 0 auto; }
    .avatar-box { width: 140px; height: 140px; background: #fff; border-radius: 50%; padding: 5px; box-shadow: 0 5px 20px rgba(0,0,0,0.2); overflow: hidden; border: 4px solid rgba(255,255,255,0.8);}
    .avatar-box img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
    .info-box { color: #fff; text-shadow: 1px 1px 3px rgba(0,0,0,0.3); }
    .info-box h1 { font-size: 36px; font-weight: 900; margin-bottom: 10px; line-height: 1.2; }
    .info-box .position-badge { display: inline-block; background: rgba(255,255,255,0.2); border: 1px solid rgba(255,255,255,0.4); padding: 4px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; backdrop-filter: blur(5px);}
    /* 内容区块 */
    .portal-section { background: #fff; border: 1px solid #e8e8e8; margin-bottom: 20px; overflow: hidden; }
    .portal-sec-header { background: #fafafa; padding: 15px 20px; font-size: 18px; font-weight: bold; color: #333; border-bottom: 1px solid #eee; border-left: 4px solid var(--theme-color); }
    .portal-sec-body { padding: 25px 20px; font-size: 16px; line-height: 1.8; color: #444; }
    /* 现效力球队横条 */
    .team-banner { display: flex; align-items: center; background: #fffaf9; padding: 15px 20px; border: 1px solid #ffefe8; border-radius: 6px; text-decoration: none; color: #333; transition: 0.2s; }
    .team-banner:hover { background: #fff1eb; }
    .team-banner img { width: 40px; height: 40px; object-fit: contain; margin-right: 15px; }
    .team-banner span { font-size: 18px; font-weight: bold; flex: 1; }
    .team-banner i { color: var(--theme-color); font-style: normal; font-size: 14px; }
    /* 近期赛事列表 */
    .match-list-ul { list-style: none; }
    .match-list-ul li { border-bottom: 1px dashed #eee; transition: background 0.2s; }
    .match-list-ul li:last-child { border-bottom: none; }
    .match-list-ul a { display: block; padding: 15px 10px; text-decoration: none; color: #333; font-size: 15px; display: flex; justify-content: space-between; align-items: center; }
    .match-list-ul a:hover { background: #fafafa; color: var(--theme-color); }
    .match-date { color: #888; font-size: 13px; width: 120px; }
    .match-title { flex: 1; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-right: 15px; }
    .match-score { font-weight: bold; color: var(--theme-color); width: 80px; text-align: right; margin-right: 15px;}
    /* ⬇️ 移动端绝杀自适应 (通栏无留白) ⬇️ */
    @media (max-width: 768px) {
        .portal-inner { padding: 0; }
        .player-hero { padding: 30px 15px 25px; }
        .hero-flex { flex-direction: column; gap: 15px; text-align: center; }
        .avatar-box { width: 110px; height: 110px; }
        .info-box h1 { font-size: 26px; }
        .portal-section { border-left: none; border-right: none; border-radius: 0; margin-bottom: 10px; }
        .portal-sec-header { font-size: 16px; padding: 12px 15px; }
        .portal-sec-body { padding: 15px; font-size: 15px; }
        .team-banner { border-left: none; border-right: none; border-radius: 0; padding: 15px; }
        .match-list-ul a { padding: 12px 0; }
        .match-date { width: 90px; }
        .match-score { width: auto; min-width: 50px; font-size: 14px; }
    }