@charset "utf-8";
.game-list-title{font-size:16px;font-weight:700;color:#fff;padding:8px 0;border-left:4px solid #40d04f;padding-left:12px;margin:20px 0 12px 0;letter-spacing:-0.5px}
.epl-intro-banner{background:linear-gradient(90deg,rgba(64,208,79,0.1) 0%,rgba(64,208,79,0.05) 50%,rgba(15,20,25,0.8) 100%);padding:40px;border-radius:8px;margin:30px 0 20px 0;display:flex;align-items:center;min-height:120px;position:relative}
.epl-intro-content{max-width:600px;z-index:2}
.epl-intro-content h2{font-size:32px;font-weight:900;color:#fff;margin:0 0 16px 0;line-height:1.2}
.epl-intro-content p{font-size:14px;color:#b8c1d0;line-height:1.7;margin:0}
.league-info-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:20px 0}
.league-info-card{background:var(--background-color-gray);border:1px solid var(--border-color);border-radius:6px;padding:16px;text-align:center}
.league-info-card .label{font-size:11px;color:var(--type-weak);margin-bottom:8px;text-transform:uppercase;letter-spacing:1px}
.league-info-card .value{font-size:24px;font-weight:900;color:#40d04f}
.league-info-card .desc{font-size:10px;color:#9aa4bf;margin-top:4px}
.epl-history-timeline{display:flex;flex-direction:column;gap:0;margin:20px 0;padding:0;list-style:none;position:relative;padding-left:22px}
.epl-history-timeline::before{content:'';position:absolute;left:6px;top:6px;bottom:6px;width:1px;border-left:2px dotted var(--border-color)}
.epl-history-timeline li{position:relative;margin-bottom:16px;padding-left:10px}
.epl-history-timeline li::before{content:'';position:absolute;left:-16px;top:5px;width:8px;height:8px;border-radius:50%;background:#40d04f;border:2px solid var(--background-color-gray)}
.epl-history-timeline li strong{display:block;font-size:13px;font-weight:700;color:#40d04f;margin-bottom:4px}
.epl-history-timeline li span{font-size:12px;color:var(--type-weak);line-height:1.7}
.epl-players-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin:20px 0}
.epl-player-card{background:var(--background-color-gray);border:1px solid var(--border-color);border-radius:6px;padding:16px}
.epl-player-card .player-name{font-size:14px;font-weight:700;color:#fff;margin-bottom:6px}
.epl-player-card .player-team{font-size:12px;color:#40d04f;margin-bottom:8px}
.epl-player-card .player-desc{font-size:12px;color:var(--type-weak);line-height:1.6}
.epl-stadiums{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin:20px 0}
.epl-stadium-card{background:var(--background-color-gray);border:1px solid var(--border-color);border-radius:6px;overflow:hidden}
.epl-stadium-card .stadium-map{width:100%;height:200px;background:#0f1419}
.epl-stadium-card .stadium-info{padding:16px}
.epl-stadium-card .stadium-name{font-size:14px;font-weight:700;color:#fff;margin-bottom:4px}
.epl-stadium-card .team-name{font-size:12px;color:#40d04f;margin-bottom:8px}
.epl-stadium-card .stadium-desc{font-size:11px;color:var(--type-weak);line-height:1.6;margin-bottom:8px}
.epl-stadium-card .stadium-capacity{font-size:11px;color:#9aa4bf}
@media(max-width:768px){.league-info-cards{grid-template-columns:repeat(2,1fr)}.epl-intro-banner{min-height:220px;padding:40px 24px}.epl-intro-content h2{font-size:24px}.epl-players-grid{grid-template-columns:1fr}.epl-stadiums{grid-template-columns:1fr}}
.epl-teaminfo-grid{display:grid;grid-template-columns:1fr;gap:20px;margin:20px 0}
.epl-teaminfo-card{background:var(--background-color-gray);border:1px solid var(--border-color);border-radius:8px;overflow:hidden;transition:transform 0.2s,border-color 0.2s}
.epl-teaminfo-card:hover{transform:translateY(-3px);border-color:#40d04f}
.tic-header{display:flex;align-items:center;gap:14px;padding:14px 16px;background:linear-gradient(135deg,rgba(64,208,79,0.12) 0%,rgba(64,208,79,0.03) 100%);border-bottom:1px solid var(--border-color)}
.tic-emblem{width:48px;height:48px;object-fit:contain;flex-shrink:0}
.tic-emblem-fallback{width:48px;height:48px;border-radius:50%;background:rgba(64,208,79,0.2);display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}
.tic-title{flex:1;min-width:0}
.tic-name{font-size:15px;font-weight:900;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tic-location{font-size:11px;color:#9aa4bf;margin-top:2px}
.tic-trophy-badge{background:rgba(64,208,79,0.15);border:1px solid rgba(64,208,79,0.4);border-radius:4px;padding:4px 8px;text-align:center;flex-shrink:0}
.tic-trophy-count{font-size:16px;font-weight:900;color:#40d04f;line-height:1}
.tic-trophy-label{font-size:9px;color:#9aa4bf;margin-top:2px}
.tic-desc{padding:12px 16px;font-size:12px;color:var(--type-weak);line-height:1.6;border-bottom:1px solid var(--border-color)}
.tic-trophy-years{padding:6px 16px 10px;font-size:11px;color:#6b7a99;border-bottom:1px solid var(--border-color)}
.tic-matches-title{padding:10px 16px 6px;font-size:11px;color:#9aa4bf;font-weight:700;letter-spacing:0.5px;text-transform:uppercase}
.tic-matches{padding:0 16px 14px}
.tic-match-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.05);font-size:12px}
.tic-match-item:last-child{border-bottom:none}
.tic-match-time{color:#9aa4bf;font-size:11px;min-width:50px;flex-shrink:0;text-align:center}
.tic-match-home{display:flex;align-items:center;gap:6px;flex:1;min-width:0}
.tic-match-home-name{color:#e0e6f0;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80px}
.tic-match-home .highlight{color:#40d04f;font-weight:700}
.tic-match-vs-badge{background:rgba(64,208,79,0.15);border:1px solid rgba(64,208,79,0.4);color:#40d04f;border-radius:4px;padding:4px 8px;font-size:11px;font-weight:700;flex-shrink:0;text-align:center;min-width:40px}
.tic-match-away{display:flex;align-items:center;gap:6px;flex:1;justify-content:flex-end;min-width:0}
.tic-match-away-name{color:#e0e6f0;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80px}
.tic-match-away .highlight{color:#40d04f;font-weight:700}
.tic-match-status{display:inline-flex;align-items:center;justify-content:center;font-size:10px;min-width:50px;height:30px;text-align:center;border-radius:3px;padding:3px 6px;flex-shrink:0;cursor:pointer;text-decoration:none;transition:all 0.2s}
.tic-match-status.before{background:rgba(64,208,79,0.12);color:#40d04f;border:1px solid rgba(64,208,79,0.3)}
.tic-match-status.before:hover{background:rgba(64,208,79,0.25);border-color:#40d04f}
.tic-match-status.live{background:rgba(255,80,80,0.15);color:#ff5050;border:1px solid rgba(255,80,80,0.4);animation:tic-blink 1.2s infinite}
.tic-match-status.end{background:rgba(255,255,255,0.08);color:#9aa4bf;border:1px solid rgba(255,255,255,0.15)}
.tic-match-status.end:hover{background:rgba(255,255,255,0.12);border-color:#9aa4bf}
.tic-no-games{padding:10px 16px 14px;font-size:12px;color:#6b7a99;font-style:italic}
.tic-match-emblem{width:18px;height:18px;object-fit:contain;flex-shrink:0}
.tic-match-emblem-lg{width:24px;height:24px;object-fit:contain;flex-shrink:0}
@keyframes tic-blink{0%,100%{opacity:1}50%{opacity:0.5}}
@media(max-width:600px){.epl-teaminfo-grid{grid-template-columns:1fr}.tic-match-stadium{display:none}}
.epl-logo-img{max-width:400px;width:100%;height:auto;object-fit:contain;border:1px solid var(--border-color);border-radius:6px;padding:12px;background:var(--background-color-gray);margin:auto;display:block}
.watch-guide-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin:20px 0}
.watch-guide-card{background:var(--background-color-gray);border:1px solid var(--border-color);border-radius:8px;padding:24px 16px;text-align:center;transition:transform 0.2s,border-color 0.2s}
.watch-guide-card:hover{transform:translateY(-3px);border-color:#40d04f}
.watch-guide-icon{font-size:32px;margin-bottom:12px}
.watch-guide-title{font-size:14px;font-weight:700;color:#fff;margin-bottom:8px}
.watch-guide-desc{font-size:12px;color:var(--type-weak);line-height:1.6}

/* 카테고리 네비게이션 스타일 */
.league-category-nav{margin:20px 0 30px 0}
.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px}
.category-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px 12px;background:var(--background-color-gray);border:2px solid var(--border-color);border-radius:8px;text-decoration:none;transition:all 0.3s ease;cursor:pointer;min-height:140px}
.category-card:hover{border-color:#40d04f;background:rgba(64,208,79,0.08);transform:translateY(-2px)}
.category-card.active{border-color:#40d04f;background:rgba(64,208,79,0.15);box-shadow:0 0 12px rgba(64,208,79,0.2)}
.category-icon{font-size:36px;margin-bottom:8px}
.category-name{font-size:14px;font-weight:700;color:#fff;text-align:center;margin-bottom:4px}
.category-subtitle{font-size:11px;color:#9aa4bf;text-align:center}

@media(max-width:768px){
    .category-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:10px}
    .category-card{padding:12px 8px;min-height:120px}
    .category-icon{font-size:28px}
    .category-name{font-size:12px}
    .category-subtitle{font-size:10px}
}