.league-detail-page .detail-header{margin-bottom:1.5rem}.league-detail-page .detail-header h1{margin:0 0 .25rem}.league-detail-page .section-card{margin-bottom:1.5rem}.league-detail-page .section-card h2{margin:0 0 .75rem}.league-detail-page .match-history-list,.league-detail-page .participants-list,.league-detail-page .pending-list,.league-detail-page .tournaments-list{list-style:none;padding:0;margin:0}.league-detail-page .participants-list li,.league-detail-page .pending-list li,.league-detail-page .tournaments-list li{padding:.5rem 0;border-bottom:1px solid var(--border)}.league-detail-page .match-history-list li{padding:.4rem 0;border-bottom:1px solid var(--border);font-size:.95rem}.league-detail-page .store-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.league-detail-page .player-stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(120px,100%),1fr));grid-gap:.75rem;gap:.75rem;margin-bottom:1rem}.league-detail-page .stat-box{background:var(--bg-elevated);padding:.75rem;border-radius:8px;text-align:center}.league-detail-page .stat-box .value{font-size:1.5rem;font-weight:700}.league-detail-page .stat-box .label{font-size:.85rem;color:var(--text-muted)}.league-detail-page .error{color:#c40000;margin:.5rem 0}.league-detail-page .success{color:var(--color-green,#0a0);margin:.5rem 0}.league-description-text,.league-detail-page .muted{color:var(--text-muted);font-size:.95rem}.league-description-text{margin:0;line-height:1.6;white-space:pre-line}.league-detail-page .btn-sm{padding:.35rem .6rem;font-size:.875rem}.league-standings-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.league-detail-page .league-standings-table{width:100%;border-collapse:collapse;margin-bottom:1rem;font-size:.95rem}.league-detail-page .league-standings-table td,.league-detail-page .league-standings-table th{padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap}.league-detail-page .league-standings-table th{font-weight:600;color:#fff}.league-detail-page .league-standings-table tr.current-player td{background:var(--primary-light,rgba(37,99,235,.12));font-weight:600;border-left:3px solid var(--primary,#2563eb)}.league-detail-page .league-standings-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}@media (max-width:640px){.league-detail-page .store-actions{flex-direction:column}.league-detail-page .store-actions .btn{width:100%}.league-detail-page .league-standings-table td,.league-detail-page .league-standings-table th{padding:.4rem .5rem;font-size:.82rem}}