.table-container{contain:layout style paint;will-change:auto;min-height:200px}.table-skeleton{min-height:200px;display:flex;flex-direction:column;gap:1rem}.table-skeleton-row{display:flex;gap:1rem;align-items:center;padding:.75rem;border-bottom:1px solid rgba(0,0,0,.1)}.table-skeleton-cell{height:1rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.table-skeleton-cell:first-child{width:60px}.table-skeleton-cell:nth-child(2){width:150px}.table-skeleton-cell:nth-child(3),.table-skeleton-cell:nth-child(4),.table-skeleton-cell:nth-child(5),.table-skeleton-cell:nth-child(6){width:50px}.table-skeleton-cell:nth-child(7),.table-skeleton-cell:nth-child(8){width:80px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.dark .table-skeleton-cell{background:linear-gradient(90deg,#374151 25%,#4B5563 50%,#374151 75%);background-size:200% 100%}.league-table table{table-layout:fixed;width:100%}.league-table td,.league-table th{min-width:0}.league-table td:not(:nth-child(2)),.league-table th:not(:nth-child(2)){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.league-table td:nth-child(2),.league-table th:nth-child(2){white-space:normal;overflow:visible}.league-table td:first-child,.league-table th:first-child{width:80px}.league-table td:nth-child(2),.league-table th:nth-child(2){width:250px;min-width:200px}.league-table td:nth-child(10),.league-table td:nth-child(3),.league-table td:nth-child(4),.league-table td:nth-child(5),.league-table td:nth-child(6),.league-table td:nth-child(7),.league-table td:nth-child(8),.league-table td:nth-child(9),.league-table th:nth-child(10),.league-table th:nth-child(3),.league-table th:nth-child(4),.league-table th:nth-child(5),.league-table th:nth-child(6),.league-table th:nth-child(7),.league-table th:nth-child(8),.league-table th:nth-child(9){width:60px}.league-table td:nth-child(11),.league-table th:nth-child(11){width:120px}.league-table img{contain:layout style paint;will-change:auto}.league-table tr{transition:background-color .15s ease}.league-table tr:not(.loading){animation:none}@media(max-width:768px){.league-table td:nth-child(2),.league-table th:nth-child(2){width:180px;min-width:150px}.league-table td:nth-child(2) .flex{flex-direction:column;align-items:flex-start;gap:.5rem}.league-table td:nth-child(2) img{align-self:center}}@media(max-width:640px){.league-table td,.league-table th{padding:.875rem .375rem;font-size:.8rem}.league-table td:nth-child(2),.league-table th:nth-child(2){width:160px;min-width:130px}.league-table td:nth-child(2) span{font-size:.8rem;line-height:1.3}.league-table td:nth-child(11),.league-table td:nth-child(7),.league-table td:nth-child(8),.league-table th:nth-child(11),.league-table th:nth-child(7),.league-table th:nth-child(8){display:none}.league-table td:nth-child(10) span{font-size:.95rem}}@media(max-width:400px){.league-table td:nth-child(3),.league-table th:nth-child(3){display:none}}.league-page-tabs{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem;padding:.5rem;background:var(--color-surface,#f8fafc);border-radius:.75rem;box-shadow:0 1px 3px rgba(0,0,0,.08)}.league-page-tab{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border:2px solid rgba(0,0,0,0);background:rgba(0,0,0,0);color:var(--text-secondary,#64748b);border-radius:.5rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease}.league-page-tab:hover{background:var(--color-hover,rgba(15,23,42,.05));color:var(--text-primary,#0f172a)}.league-page-tab.active{background:linear-gradient(135deg,#0f172a,#334155);color:#fff;box-shadow:0 2px 8px rgba(15,23,42,.25)}.league-page-tab .league-page-tab-icon{font-size:1rem}.league-page-tab .league-page-tab-label{white-space:nowrap}@media(max-width:768px){.league-page-tab{padding:.5rem 1rem;font-size:.75rem;gap:.375rem}.league-page-tab .league-page-tab-icon{font-size:.875rem}}.dark .league-page-tabs,[data-theme=dark] .league-page-tabs{background:hsla(0,0%,100%,.05)}.dark .league-page-tab:hover,[data-theme=dark] .league-page-tab:hover{background:hsla(0,0%,100%,.08)}.dark .league-page-tab.active,[data-theme=dark] .league-page-tab.active{background:linear-gradient(135deg,#cbd5e1,#94a3b8);color:#0f172a}