.ps-05817aef-container {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.ps-05817aef-no-data {
    padding: 20px;
    text-align: center;
    color: #6b7280;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.ps-05817aef-tabs {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e5e7eb;
    background-color: #f3f4f6;
}

.ps-05817aef-tab-input {
    display: none !important;
}

.ps-05817aef-tab-label {
    flex: 1;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease;
    user-select: none;
    color: #374151;
    background-color: #f3f4f6;
    margin: 0;
}

.ps-05817aef-tab-input:checked + .ps-05817aef-tab-label {
    border-bottom: 2px solid #111827;
    background-color: #ffffff;
    color: #111827;
}

.ps-05817aef-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.ps-05817aef-th {
    background-color: #f9fafb;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
    padding: 8px 12px;
    border-bottom: 1px solid #e5e7eb;
}

.ps-05817aef-th-rank {
    width: 32px;
    text-align: center;
}

.ps-05817aef-th-team {
    min-width: 120px;
}

.ps-05817aef-th-stat {
    text-align: right;
}

.ps-05817aef-division-row td {
    background-color: #f3f4f6;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #374151;
    padding: 6px 12px;
}

.ps-05817aef-tr {
    border-bottom: 1px solid #e5e7eb;
}

.ps-05817aef-tr:last-child {
    border-bottom: none;
}

.ps-05817aef-tr:nth-child(even) {
    background-color: #f9fafb;
}

.ps-05817aef-td {
    padding: 10px 12px;
    vertical-align: middle;
}

.ps-05817aef-rank-col {
    text-align: center;
    color: #9ca3af;
    font-size: 13px;
    font-weight: 500;
}

.ps-05817aef-team-col {
    padding-left: 12px;
}

.ps-05817aef-team-abbr {
    font-weight: bold;
    font-size: 14px;
    color: #111827;
    line-height: 1.2;
}

.ps-05817aef-team-fullname {
    font-size: 11px;
    color: #6b7280;
    line-height: 1.2;
}

.ps-05817aef-td-stat {
    text-align: right;
    font-size: 13px;
    color: #374151;
}

/* Tab contents conditional show/hide via JS handler */
.ps-05817aef-tab-content {
    display: none;
}
.ps-05817aef-tab-content.active {
    display: block;
}
