.csl-entity-page {
    background: #111;
    border: 1px solid #242424;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px #0c0c0c;
    box-sizing: border-box;
    color: #b7b7b7;
    font: 13px/1.55 Tahoma, Arial, sans-serif;
    margin: 0 0 10px;
    min-width: 0;
    padding: 16px;
    width: 100%;
}

.csl-entity-page a {
    color: #87abc4;
    text-decoration: none;
}

.csl-entity-page a:hover {
    color: #d6ebf7;
}

.csl-entity-page-head {
    background: linear-gradient(135deg, #151b20, #101010 65%);
    border: 1px solid #26323a;
    border-radius: 7px;
    padding: 22px;
}

.csl-entity-page-head--compact {
    padding: 16px 20px;
}

.csl-entity-kicker {
    color: #648faa;
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.csl-entity-page h1,
.csl-entity-page h2,
.csl-entity-page p {
    margin: 0;
}

.csl-entity-page h1 {
    color: #edf5fa;
    font: 700 25px/1.2 Tahoma, Arial, sans-serif;
    overflow-wrap: anywhere;
}

.csl-entity-page-head p {
    color: #8f9ca5;
    margin-top: 9px;
    max-width: 720px;
}

.csl-entity-hub-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 12px;
}

.csl-entity-hub-card {
    background: #141414;
    border: 1px solid #272727;
    border-radius: 6px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 126px;
    padding: 15px;
}

.csl-entity-hub-card:hover {
    background: #171a1c;
    border-color: #385064;
}

.csl-entity-hub-count {
    color: #d7e7f1;
    font: 700 26px/1 Tahoma, Arial, sans-serif;
}

.csl-entity-hub-card strong {
    color: #88acc5;
    font-size: 14px;
    margin-top: 12px;
    text-transform: uppercase;
}

.csl-entity-hub-card small {
    color: #6f7478;
    font-size: 11px;
    margin-top: 4px;
}

.csl-entity-breadcrumbs {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0 0 10px;
}

.csl-entity-breadcrumbs span {
    color: #46525a;
}

.csl-entity-breadcrumbs strong {
    color: #c7d6df;
}

.csl-entity-catalog-grid {
    display: grid;
    gap: 9px;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    margin-top: 12px;
}

.csl-entity-catalog-card {
    align-items: center;
    background: #141414;
    border: 1px solid #252525;
    border-radius: 6px;
    box-sizing: border-box;
    display: grid;
    gap: 10px;
    grid-template-columns: 64px minmax(0, 1fr);
    min-height: 82px;
    padding: 8px;
}

.csl-entity-catalog-card:hover {
    background: #171a1c;
    border-color: #364f61;
}

.csl-entity-card-image,
.csl-profile-image {
    background: #0d0d0d;
    border: 1px solid #2b2b2b;
    border-radius: 6px;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    position: relative;
}

.csl-entity-card-image {
    height: 64px;
    width: 64px;
}

.csl-entity-card-image img,
.csl-profile-image img {
    display: block;
    height: 100%;
    inset: 0;
    object-fit: contain;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.csl-entity-card-image--player img,
.csl-profile-image--player img {
    object-position: center bottom;
}

.csl-entity-image-fallback {
    align-items: center;
    color: #67869b;
    display: flex;
    font-size: 17px;
    font-weight: 700;
    inset: 0;
    justify-content: center;
    position: absolute;
    z-index: 1;
}

.csl-entity-card-copy {
    display: block;
    min-width: 0;
}

.csl-entity-card-copy strong,
.csl-entity-card-copy small {
    display: block;
    overflow-wrap: anywhere;
}

.csl-entity-card-copy strong {
    color: #dce9f1;
    font-size: 13px;
}

.csl-entity-card-copy small {
    color: #777f84;
    font-size: 10px;
    margin-top: 4px;
}

.csl-profile-head {
    align-items: center;
    background: linear-gradient(135deg, #151b20, #101010 68%);
    border: 1px solid #28343c;
    border-radius: 7px;
    display: grid;
    gap: 20px;
    grid-template-columns: 150px minmax(0, 1fr);
    padding: 20px;
}

.csl-profile-image {
    height: 150px;
    width: 150px;
}

.csl-profile-copy {
    min-width: 0;
}

.csl-profile-full-name {
    color: #a9b5bc;
    font-size: 14px;
    margin-top: 6px !important;
}

.csl-profile-id {
    color: #626d74;
    font-size: 11px;
    margin-top: 8px !important;
}

.csl-profile-head-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 12px;
}

.csl-profile-head-facts a,
.csl-profile-head-facts span,
.csl-event-profile-status {
    background: #18242c;
    border: 1px solid #2d414f;
    border-radius: 3px;
    color: #9eb7c8;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    line-height: 20px;
    padding: 0 7px;
}

.csl-profile-tabs {
    margin-top: 12px;
    position: relative;
}

.csl-profile-tab-control {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.csl-profile-tab-nav {
    background: #111;
    border: 1px solid #262626;
    border-bottom-color: #314554;
    display: flex;
    min-width: 0;
    overflow-x: auto;
}

.csl-profile-tab-nav label {
    border-right: 1px solid #262626;
    color: #71818b;
    cursor: pointer;
    flex: 0 0 auto;
    font-size: 10px;
    font-weight: 700;
    line-height: 31px;
    padding: 0 13px;
    text-transform: uppercase;
}

.csl-profile-tab-nav label:hover {
    color: #afc5d3;
}

.csl-profile-tab-control--info:checked ~ .csl-profile-tab-nav label[for="csl-player-tab-info"],
.csl-profile-tab-control--teams:checked ~ .csl-profile-tab-nav label[for="csl-player-tab-teams"],
.csl-profile-tab-control--achievements:checked ~ .csl-profile-tab-nav label[for="csl-player-tab-achievements"],
.csl-profile-tab-control--trophies:checked ~ .csl-profile-tab-nav label[for="csl-player-tab-trophies"],
.csl-profile-tab-control--news:checked ~ .csl-profile-tab-nav label[for="csl-player-tab-news"] {
    background: linear-gradient(#263b49, #182934);
    color: #d6e5ee;
}

.csl-profile-tab-panels {
    background: #0f0f0f;
    border: 1px solid #252525;
    border-top: 0;
    min-height: 154px;
}

.csl-profile-tab-panel {
    display: none;
    padding: 13px;
}

.csl-profile-tab-control--info:checked ~ .csl-profile-tab-panels .csl-profile-tab-panel--info,
.csl-profile-tab-control--teams:checked ~ .csl-profile-tab-panels .csl-profile-tab-panel--teams,
.csl-profile-tab-control--achievements:checked ~ .csl-profile-tab-panels .csl-profile-tab-panel--achievements,
.csl-profile-tab-control--trophies:checked ~ .csl-profile-tab-panels .csl-profile-tab-panel--trophies,
.csl-profile-tab-control--news:checked ~ .csl-profile-tab-panels .csl-profile-tab-panel--news {
    display: block;
}

.csl-profile-info-grid,
.csl-event-profile-facts {
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.csl-profile-info-grid > div,
.csl-event-profile-facts > div {
    background: #141414;
    border: 1px solid #272727;
    box-sizing: border-box;
    min-height: 62px;
    padding: 9px 10px;
}

.csl-profile-info-grid small,
.csl-profile-info-grid strong,
.csl-profile-info-grid span,
.csl-event-profile-facts small,
.csl-event-profile-facts strong {
    display: block;
    overflow-wrap: anywhere;
}

.csl-profile-info-grid small,
.csl-event-profile-facts small {
    color: #65717a;
    font-size: 9px;
    text-transform: uppercase;
}

.csl-profile-info-grid strong,
.csl-event-profile-facts strong {
    color: #c7d5de;
    font-size: 12px;
    margin-top: 4px;
}

.csl-profile-info-grid span {
    color: #748692;
    font-size: 9px;
    margin-top: 2px;
}

.csl-profile-data-date {
    color: #555f65;
    font-size: 9px;
    margin-top: 9px !important;
}

.csl-profile-detail-list,
.csl-profile-news-list {
    border-top: 1px solid #242424;
}

.csl-profile-detail-row,
.csl-profile-news-list > div {
    align-items: center;
    border: 1px solid #242424;
    border-top: 0;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 8px 10px;
}

.csl-profile-detail-row strong,
.csl-profile-detail-row small,
.csl-profile-news-list strong {
    display: block;
}

.csl-profile-detail-row strong,
.csl-profile-detail-row a,
.csl-profile-news-list strong {
    color: #b9cad5;
    font-size: 11px;
}

.csl-profile-detail-row small {
    color: #67747c;
    font-size: 9px;
    margin-top: 2px;
}

.csl-profile-detail-row time,
.csl-profile-news-list time {
    color: #777;
    font-size: 9px;
    text-align: right;
}

.csl-profile-achievement-grid,
.csl-profile-trophy-grid {
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.csl-profile-achievement-grid > div,
.csl-profile-trophy-grid > div {
    background: #141414;
    border: 1px solid #272727;
    box-sizing: border-box;
    min-height: 58px;
    padding: 9px 10px;
}

.csl-profile-achievement-grid strong,
.csl-profile-achievement-grid small,
.csl-profile-trophy-grid strong,
.csl-profile-trophy-grid small {
    display: block;
    overflow-wrap: anywhere;
}

.csl-profile-achievement-grid strong,
.csl-profile-trophy-grid strong {
    color: #c7d5dd;
    font-size: 11px;
}

.csl-profile-achievement-grid small,
.csl-profile-trophy-grid small {
    color: #65717a;
    font-size: 9px;
    margin-top: 4px;
}

.csl-profile-trophy-icon {
    color: #9a8051;
    float: right;
    font-size: 14px;
}

.csl-profile-news-list > div {
    grid-template-columns: 74px minmax(0, 1fr);
}

.csl-profile-news-list time {
    text-align: left;
}

.csl-event-profile-head {
    grid-template-columns: 110px minmax(0, 1fr);
}

.csl-profile-image--event {
    height: 110px;
    width: 110px;
}

.csl-profile-image--event img {
    inset: 10px;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
}

.csl-event-profile-status {
    margin-top: 11px;
}

.csl-event-profile-facts {
    margin-top: 12px;
}

.csl-profile-local-note {
    background: #11171b;
    border-left: 3px solid #38576a;
    color: #71818b;
    font-size: 10px;
    margin-top: 10px;
    padding: 8px 10px;
}

.csl-profile-history {
    margin-top: 12px;
}

.csl-entity-transfer-list {
    margin-top: 12px;
}

.csl-profile-section-title {
    align-items: center;
    background: #151515;
    border: 1px solid #272727;
    border-radius: 5px 5px 0 0;
    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
}

.csl-profile-section-title h2 {
    color: #cbdbe4;
    font-size: 13px;
    text-transform: uppercase;
}

.csl-profile-section-title span {
    background: #202b32;
    border-radius: 10px;
    color: #89a9bd;
    font-size: 10px;
    padding: 2px 8px;
}

.csl-profile-transfer-row {
    align-items: center;
    background: #101010;
    border: 1px solid #222;
    border-top: 0;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(90px, 140px) minmax(220px, 1fr) 78px;
    padding: 10px 12px;
}

.csl-profile-transfer-player {
    font-weight: 700;
    overflow-wrap: anywhere;
}

.csl-profile-transfer-route {
    align-items: center;
    display: grid;
    gap: 7px;
    grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr);
}

.csl-profile-transfer-team {
    background: #161616;
    border: 1px solid #292929;
    border-radius: 4px;
    box-sizing: border-box;
    color: #b8c7cf !important;
    display: block;
    min-width: 0;
    padding: 6px 8px;
    text-align: center;
}

.csl-profile-transfer-team span,
.csl-profile-transfer-team small {
    display: block;
    overflow-wrap: anywhere;
}

.csl-profile-transfer-team small {
    color: #7e9caf;
    font-size: 9px;
    margin-top: 2px;
}

.csl-profile-transfer-team small:empty {
    display: none;
}

.csl-profile-transfer-team--empty {
    color: #686868 !important;
}

.csl-profile-transfer-arrow {
    color: #7198b1;
    font-size: 18px;
    text-align: center;
}

.csl-profile-transfer-date {
    color: #9a9a9a;
    font-size: 10px;
    text-align: right;
}

.csl-entity-empty,
.csl-entity-not-found {
    color: #888;
    padding: 22px;
    text-align: center;
}

.csl-entity-not-found h1 {
    margin-bottom: 8px;
}

.csl-entity-not-found a {
    display: inline-block;
    margin-top: 14px;
}

.csl-entity-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    margin-top: 14px;
}

.csl-entity-pagination a,
.csl-entity-pagination strong {
    background: #171717;
    border: 1px solid #292929;
    border-radius: 4px;
    box-sizing: border-box;
    min-width: 30px;
    padding: 5px 8px;
    text-align: center;
}

.csl-entity-pagination strong {
    background: #253742;
    border-color: #3c596b;
    color: #dcebf4;
}

.csl-entity-events-list {
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 12px;
}

.csl-entity-event {
    align-items: center;
    background: #121212;
    border: 1px solid #252525;
    border-radius: 4px;
    color: #8fa1b5 !important;
    display: grid;
    gap: 10px;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    min-height: 62px;
    padding: 7px 9px;
    text-decoration: none;
}

.csl-entity-event:hover,
.csl-entity-event:focus-visible {
    border-color: #394c5a;
    color: #bad0df !important;
    outline: 0;
}

.csl-entity-event-logo {
    display: block;
    height: 48px;
    overflow: hidden;
    position: relative;
    width: 48px;
}

.csl-entity-event-logo img {
    display: block;
    height: 44px;
    inset: 2px;
    margin: auto;
    object-fit: contain;
    position: absolute;
    width: 44px;
    z-index: 2;
}

.csl-entity-event-logo img[src$="/ewc.png"] {
    filter: invert(.72);
}

.csl-entity-event-copy,
.csl-entity-event-copy strong,
.csl-entity-event-copy small {
    display: block;
    min-width: 0;
}

.csl-entity-event-copy strong {
    color: inherit;
    font-size: 12px;
    line-height: 16px;
}

.csl-entity-event-copy small {
    color: #626f77;
    font-size: 9px;
    margin-top: 3px;
}

.csl-entity-event time {
    color: #777;
    font-size: 10px;
    line-height: 14px;
    max-width: 88px;
    text-align: right;
}

@media (max-width: 700px) {
    .csl-entity-page {
        border-left: 0;
        border-radius: 0;
        border-right: 0;
        padding: 10px;
    }

    .csl-entity-page-head {
        padding: 16px;
    }

    .csl-entity-page h1 {
        font-size: 21px;
    }

    .csl-entity-hub-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .csl-entity-hub-card {
        min-height: 104px;
    }

    .csl-entity-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .csl-entity-events-list {
        grid-template-columns: minmax(0, 1fr);
    }

    .csl-entity-catalog-card {
        grid-template-columns: 54px minmax(0, 1fr);
        min-height: 72px;
    }

    .csl-entity-card-image {
        height: 54px;
        width: 54px;
    }

    .csl-profile-head {
        align-items: start;
        gap: 14px;
        grid-template-columns: 100px minmax(0, 1fr);
        padding: 14px;
    }

    .csl-profile-image {
        height: 100px;
        width: 100px;
    }

    .csl-profile-info-grid,
    .csl-event-profile-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .csl-profile-tab-panel {
        padding: 9px;
    }

    .csl-profile-tab-nav label {
        padding: 0 10px;
    }

    .csl-event-profile-head {
        grid-template-columns: 90px minmax(0, 1fr);
    }

    .csl-profile-image--event {
        height: 90px;
        width: 90px;
    }

    .csl-profile-transfer-row {
        align-items: stretch;
        grid-template-columns: minmax(0, 1fr);
    }

    .csl-profile-transfer-date {
        text-align: left;
    }
}

@media (max-width: 430px) {
    .csl-entity-catalog-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .csl-profile-head {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .csl-profile-image {
        height: 76px;
        width: 76px;
    }

    .csl-profile-tab-nav label {
        font-size: 9px;
        line-height: 29px;
        padding: 0 8px;
    }

    .csl-profile-info-grid,
    .csl-event-profile-facts,
    .csl-profile-achievement-grid,
    .csl-profile-trophy-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .csl-profile-detail-row,
    .csl-profile-news-list > div {
        align-items: start;
        grid-template-columns: minmax(0, 1fr);
    }

    .csl-profile-detail-row time {
        text-align: left;
    }

    .csl-event-profile-head {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .csl-profile-image--event {
        height: 76px;
        width: 76px;
    }

    .csl-profile-transfer-route {
        grid-template-columns: minmax(0, 1fr);
    }

    .csl-entity-event {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .csl-entity-event time {
        grid-column: 2;
        max-width: none;
        text-align: left;
    }

    .csl-profile-transfer-arrow {
        line-height: 12px;
        transform: rotate(90deg);
    }
}

/* Full player dossier: all markup stays in the single CSLegend entity template. */
.csl-player-profile {
    --csl-blue: #4d89ad;
    --csl-blue-dark: #172c39;
    --csl-line: #27323a;
    --csl-panel: #101214;
    background: #0d0e0f;
    padding: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.csl-player-hero {
    align-items: stretch;
    background:
        linear-gradient(90deg, rgba(11, 14, 16, .95) 0, rgba(15, 20, 24, .86) 49%, rgba(11, 12, 13, .97) 100%),
        repeating-linear-gradient(135deg, transparent 0 12px, rgba(92, 139, 168, .025) 12px 13px);
    border: 1px solid #2d3b44;
    border-radius: 7px;
    box-shadow: inset 0 1px rgba(119, 174, 208, .05), 0 8px 24px rgba(0, 0, 0, .22);
    display: grid;
    gap: 20px;
    grid-template-columns: 205px minmax(0, 1fr) 190px;
    min-height: 276px;
    overflow: hidden;
    padding: 22px 22px 28px;
    position: relative;
}

.csl-player-hero::before {
    background: linear-gradient(90deg, #1d5f87, #58a9d6 46%, #1d5f87);
    box-shadow: 0 0 9px rgba(70, 154, 204, .45);
    content: "";
    height: 2px;
    inset: 0 0 auto;
    position: absolute;
}

.csl-player-team-watermark {
    height: 230px;
    left: 42px;
    opacity: .13;
    pointer-events: none;
    position: absolute;
    top: 25px;
    transform: rotate(-5deg);
    width: 230px;
    z-index: 0;
}

.csl-player-team-watermark img {
    filter: grayscale(.3) drop-shadow(0 0 16px rgba(234, 28, 36, .14));
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.csl-player-portrait {
    align-self: end;
    height: 264px;
    margin: -6px 0 -24px;
    min-width: 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.csl-player-portrait::after {
    background: linear-gradient(90deg, transparent, rgba(93, 155, 194, .65), transparent);
    bottom: 23px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}

.csl-player-portrait img {
    display: block;
    filter: drop-shadow(0 8px 9px rgba(0, 0, 0, .65));
    height: 100%;
    inset: auto 0 0;
    margin: auto;
    object-fit: contain;
    object-position: center bottom;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.csl-player-portrait > .csl-entity-image-fallback {
    color: #527489;
    font-size: 38px;
    opacity: .72;
    text-shadow: 0 0 18px rgba(68, 139, 180, .25);
}

.csl-player-hero-copy {
    align-self: center;
    min-width: 0;
    position: relative;
    z-index: 3;
}

.csl-player-hero-copy h1 {
    font-size: 32px;
    letter-spacing: -.5px;
    text-shadow: 0 2px 10px #000;
}

.csl-player-real-name {
    color: #bdcbd4;
    font-size: 15px;
    margin-top: 5px !important;
}

.csl-player-status {
    color: #657783;
    font-size: 10px;
    margin-top: 3px !important;
    text-transform: uppercase;
}

.csl-player-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 12px;
}

.csl-player-hero-tags span {
    background: rgba(21, 38, 49, .9);
    border: 1px solid #304b5c;
    border-radius: 3px;
    color: #9db7c7;
    font-size: 10px;
    font-weight: 700;
    line-height: 22px;
    padding: 0 8px;
}

.csl-player-hero-tags b {
    color: #d6e6ef;
    margin-right: 5px;
}

.csl-player-current-team {
    align-items: center;
    display: flex;
    gap: 9px;
    margin-top: 15px;
}

.csl-player-current-team > img {
    background: rgba(255, 255, 255, .03);
    border: 1px solid #30383d;
    border-radius: 4px;
    box-sizing: border-box;
    height: 42px;
    object-fit: contain;
    padding: 5px;
    width: 42px;
}

.csl-player-current-team small,
.csl-player-current-team strong,
.csl-player-current-team span {
    display: block;
}

.csl-player-current-team small {
    color: #56646d;
    font-size: 8px;
    text-transform: uppercase;
}

.csl-player-current-team strong {
    color: #d2e0e8;
    font-size: 13px;
}

.csl-player-current-team span {
    color: #728996;
    font-size: 9px;
}

.csl-player-hero-record {
    align-self: center;
    display: grid;
    gap: 6px;
    position: relative;
    z-index: 3;
}

.csl-player-hero-record > div {
    background: linear-gradient(90deg, rgba(18, 28, 34, .96), rgba(14, 16, 18, .92));
    border: 1px solid #293943;
    border-left: 3px solid #467c9c;
    min-height: 58px;
    padding: 9px 11px;
}

.csl-player-hero-record small,
.csl-player-hero-record strong,
.csl-player-hero-record span {
    display: block;
}

.csl-player-hero-record small {
    color: #63869a;
    font-size: 10px;
    text-transform: uppercase;
}

.csl-player-hero-record strong {
    color: #e2edf3;
    font-size: 19px;
    line-height: 22px;
}

.csl-player-hero-record span {
    color: #59666d;
    font-size: 10px;
}

.csl-player-photo-credit {
    bottom: 5px;
    color: #41494e;
    font-size: 7px;
    left: 12px;
    line-height: 11px;
    position: absolute;
    z-index: 5;
}

.csl-player-photo-credit a {
    color: #566873;
}

.csl-player-nav {
    background: linear-gradient(#17242c, #11171b);
    border: 1px solid #2b3b45;
    border-top: 1px solid #2b3b45;
    border-radius: 0 0 6px 6px;
    margin-top: 8px;
    min-height: 42px;
    display: flex;
    min-width: 0;
    overflow-x: auto;
}

.csl-player-nav a {
    border-right: 1px solid #29353c;
    color: #7f9aaa;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 700;
    line-height: 42px;
    padding: 0 16px;
    text-transform: none;
}

.csl-player-nav a:hover {
    background: #213744;
    color: #e0edf4;
}

.csl-player-section {
    background: var(--csl-panel);
    border: 1px solid #252a2d;
    border-radius: 5px;
    margin-top: 12px;
    overflow: hidden;
    scroll-margin-top: 10px;
}

.csl-player-section-head {
    align-items: center;
    background: linear-gradient(90deg, #17242c, #121516 62%, #111);
    border-bottom: 1px solid #2d3a42;
    display: flex;
    justify-content: space-between;
    min-height: 38px;
    padding: 0 12px;
}

.csl-player-section-head > div {
    align-items: center;
    display: flex;
    gap: 8px;
}

.csl-player-section-head > div > span {
    color: #467995;
    font-size: 9px;
    font-weight: 700;
}

.csl-player-section-head h2 {
    color: #cbdce5;
    font-size: 11px;
    letter-spacing: .3px;
    text-transform: uppercase;
}

.csl-player-section-head > small {
    color: #59666d;
    font-size: 8px;
    text-align: right;
    text-transform: uppercase;
}

.csl-player-fact-grid {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 1px;
}

.csl-player-fact-grid > div {
    background: #131516;
    box-sizing: border-box;
    min-height: 65px;
    padding: 10px 11px;
}

.csl-player-fact-grid small,
.csl-player-fact-grid strong,
.csl-player-fact-grid span {
    display: block;
    overflow-wrap: anywhere;
}

.csl-player-fact-grid small {
    color: #58666f;
    font-size: 8px;
    text-transform: uppercase;
}

.csl-player-fact-grid strong {
    color: #c8d6de;
    font-size: 11px;
    margin-top: 4px;
}

.csl-player-fact-grid span {
    color: #687b87;
    font-size: 8px;
    margin-top: 2px;
}

.csl-player-summary-strip {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 1px;
}

.csl-player-summary-strip > div {
    align-items: center;
    background: #131516;
    display: grid;
    gap: 8px;
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 52px;
    padding: 8px 10px;
}

.csl-player-summary-strip strong {
    color: #d8e6ed;
    font-size: 19px;
}

.csl-player-summary-strip span {
    color: #63727a;
    font-size: 8px;
    line-height: 11px;
    text-transform: uppercase;
}

.csl-team-timeline {
    border-top: 1px solid #24292c;
    padding: 12px;
}

.csl-team-timeline-axis {
    display: flex;
    justify-content: space-between;
    margin: 0 126px 5px 143px;
}

.csl-team-timeline-axis span {
    color: #47535a;
    font-size: 7px;
}

.csl-team-timeline-row {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: 135px minmax(0, 1fr) 118px;
    min-height: 33px;
}

.csl-team-timeline-name {
    align-items: center;
    column-gap: 7px;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    min-width: 0;
}

.csl-team-timeline-name img {
    background: rgba(255,255,255,.04);
    border: 1px solid #34424a;
    border-radius: 4px;
    grid-row: 1 / span 2;
    height: 24px;
    object-fit: contain;
    padding: 3px;
    width: 24px;
}

.csl-team-timeline-name a,
.csl-team-timeline-name strong {
    color: #a9bfcc;
    display: block;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.csl-team-timeline-name small {
    color: #515d63;
    display: block;
    font-size: 10px;
    line-height: 14px;
}

.csl-team-timeline-track {
    background: repeating-linear-gradient(90deg, #15191b 0, #15191b calc(12.5% - 1px), #293137 calc(12.5% - 1px), #293137 12.5%);
    border: 1px solid #242c30;
    height: 24px;
    overflow: hidden;
    position: relative;
}

.csl-team-timeline-bar {
    background: linear-gradient(90deg, #23506b, #3d7898);
    border: 1px solid rgba(112, 174, 211, .35);
    box-sizing: border-box;
    height: 16px;
    left: var(--csl-timeline-left);
    min-width: 4px;
    overflow: hidden;
    position: absolute;
    top: 3px;
    width: var(--csl-timeline-width);
}

.csl-team-timeline-bar b {
    color: #d3e4ee;
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    overflow: hidden;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.csl-team-timeline-bar--2 { background: linear-gradient(90deg, #5b3e6c, #8a5a9e); }
.csl-team-timeline-bar--3 { background: linear-gradient(90deg, #355b43, #4e805d); }
.csl-team-timeline-bar--4 { background: linear-gradient(90deg, #6d552c, #997a3d); }
.csl-team-timeline-bar--5 { background: linear-gradient(90deg, #613b3b, #925353); }

.csl-team-timeline-bar.is-current {
    box-shadow: 0 0 8px rgba(81, 174, 225, .45);
}

.csl-team-timeline-bar.is-current::after {
    background: #bce8ff;
    border-radius: 50%;
    box-shadow: 0 0 7px #62b8e5;
    content: "";
    height: 4px;
    position: absolute;
    right: 2px;
    top: 5px;
    width: 4px;
}

.csl-team-timeline-row time {
    color: #66747b;
    font-size: 8px;
    text-align: right;
}

.csl-player-table-scroll {
    border-top: 1px solid #252a2d;
    max-width: 100%;
    overflow-x: auto;
}

.csl-player-table {
    border-collapse: collapse;
    color: #99a9b2;
    font-size: 9px;
    min-width: 650px;
    width: 100%;
}

.csl-player-table th {
    background: #15191b;
    border-bottom: 1px solid #2d353a;
    color: #637681;
    font-size: 8px;
    font-weight: 700;
    padding: 8px 10px;
    text-align: left;
    text-transform: uppercase;
}

.csl-player-table td {
    border-bottom: 1px solid #222729;
    padding: 7px 10px;
    vertical-align: middle;
}

.csl-player-table tbody tr:nth-child(even) td {
    background: rgba(255, 255, 255, .012);
}

.csl-player-table tbody tr:hover td {
    background: rgba(54, 105, 135, .09);
}

.csl-player-team-table td:first-child {
    color: #71838d;
    white-space: nowrap;
}

.csl-player-team-table td:nth-child(2) {
    color: #c0d0d9;
    font-weight: 700;
}

.csl-player-achievement-grid {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    padding: 1px;
}

.csl-player-achievement-grid > div {
    background: #131516;
    min-height: 79px;
    padding: 10px;
}

.csl-player-achievement-grid strong,
.csl-player-achievement-grid b,
.csl-player-achievement-grid small {
    display: block;
}

.csl-player-achievement-grid strong {
    color: #dbe9f1;
    font-size: 21px;
    line-height: 24px;
}

.csl-player-achievement-grid b {
    color: #86a8bb;
    font-size: 8px;
    margin-top: 4px;
    text-transform: uppercase;
}

.csl-player-achievement-grid small {
    color: #515c62;
    font-size: 7px;
    line-height: 10px;
    margin-top: 3px;
}

.csl-player-subtitle {
    background: #131719;
    border-bottom: 1px solid #242b2f;
    border-top: 1px solid #242b2f;
    color: #8299a7;
    font-size: 9px;
    margin: 0;
    padding: 8px 11px;
    text-transform: uppercase;
}

.csl-player-medal-grid {
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 1px;
}

.csl-player-medal {
    align-items: center;
    background: #131516;
    display: grid;
    gap: 9px;
    grid-template-columns: 40px minmax(0, 1fr);
    min-height: 58px;
    padding: 8px 9px;
}

.csl-player-medal > span {
    align-items: center;
    background: radial-gradient(circle at 40% 30%, #ffe9a8, #8f6b24 72%);
    border: 2px solid #c69b43;
    border-radius: 50%;
    box-shadow: inset 0 0 0 3px rgba(47, 33, 6, .5), 0 2px 7px #000;
    display: flex;
    height: 34px;
    justify-content: center;
    position: relative;
    width: 34px;
}

.csl-player-medal > span::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #785421;
    bottom: -9px;
    content: "";
    left: 9px;
    position: absolute;
}

.csl-player-medal > span b {
    color: #271d0b;
    font-size: 7px;
    text-shadow: 0 1px rgba(255, 255, 255, .35);
}

.csl-player-medal--silver > span {
    background: radial-gradient(circle at 40% 30%, #eef5f8, #6f7b82 72%);
    border-color: #9ca9b0;
}

.csl-player-medal--major > span {
    background: radial-gradient(circle at 40% 30%, #ffde7d, #93442c 72%);
    border-color: #d97642;
}

.csl-player-medal--blue > span {
    background: radial-gradient(circle at 40% 30%, #b7e5ff, #386c8b 72%);
    border-color: #5b9cc2;
}

.csl-player-medal strong,
.csl-player-medal small {
    display: block;
    overflow-wrap: anywhere;
}

.csl-player-medal strong {
    color: #bacbd4;
    font-size: 11px;
}

.csl-player-medal small {
    color: #66747b;
    font-size: 10px;
}

.csl-player-major-head {
    align-items: center;
    background: linear-gradient(90deg, #15191b, #101112);
    border-top: 1px solid #2a3033;
    display: grid;
    gap: 1px;
    grid-template-columns: 105px 105px minmax(0, 1fr);
}

.csl-player-major-head > div {
    border-right: 1px solid #293034;
    padding: 9px 11px;
}

.csl-player-major-head strong,
.csl-player-major-head span {
    display: block;
}

.csl-player-major-head strong {
    color: #e1edf3;
    font-size: 20px;
    line-height: 21px;
}

.csl-player-major-head span {
    color: #64717a;
    font-size: 7px;
    text-transform: uppercase;
}

.csl-player-major-head h3 {
    color: #8599a5;
    font-size: 9px;
    font-weight: 700;
    margin: 0;
    padding: 0 12px;
    text-transform: uppercase;
}

.csl-major-result {
    background: #20272b;
    border: 1px solid #343f45;
    border-radius: 3px;
    color: #93a6b1;
    display: inline-block;
    line-height: 18px;
    padding: 0 6px;
    white-space: nowrap;
}

.csl-major-result--winner { background: #493d1f; border-color: #806a2c; color: #f1d175; }
.csl-major-result--final { background: #343a3e; border-color: #637078; color: #d6e0e5; }
.csl-major-result--top4 { background: #33291f; border-color: #63503b; color: #bd9b75; }
.csl-major-result--playoff { background: #1c3040; border-color: #345773; color: #8db9d7; }

.csl-player-trophy-grid {
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 1px;
}

.csl-player-trophy-grid > div {
    align-items: center;
    background: #131516;
    display: grid;
    gap: 9px;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    min-height: 57px;
    padding: 8px 9px;
}

.csl-player-trophy-grid > div.is-major {
    background: linear-gradient(90deg, rgba(89, 65, 18, .26), #131516);
    box-shadow: inset 2px 0 #a88436;
}

.csl-player-cup {
    align-items: center;
    background: linear-gradient(135deg, #a97a28, #f1d47a 50%, #74501c);
    border-radius: 5px 5px 12px 12px;
    color: #392705;
    display: flex;
    font-size: 12px;
    height: 29px;
    justify-content: center;
    text-shadow: 0 1px rgba(255, 255, 255, .4);
    width: 29px;
}

.csl-player-trophy-grid strong,
.csl-player-trophy-grid small {
    display: block;
    overflow-wrap: anywhere;
}

.csl-player-trophy-grid strong {
    color: #b9c9d2;
    font-size: 11px;
}

.csl-player-trophy-grid small {
    color: #5f6b71;
    font-size: 10px;
    margin-top: 2px;
}

.csl-player-trophy-grid > div > b {
    background: #1d272d;
    border: 1px solid #30404a;
    color: #7895a5;
    font-size: 7px;
    line-height: 17px;
    padding: 0 5px;
    text-transform: uppercase;
}

.csl-player-rating-table td:nth-child(3),
.csl-player-rating-table td:nth-child(4),
.csl-player-rating-table td:nth-child(5) {
    text-align: center;
    width: 62px;
}

.csl-player-rating-table td:nth-child(4) b {
    color: #dce9f0;
    font-size: 11px;
}

.csl-player-match-grid {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 1px;
}

.csl-player-match-grid > div {
    background: #131516;
    min-height: 91px;
    padding: 9px;
    position: relative;
}

.csl-player-match-grid time,
.csl-player-match-grid strong,
.csl-player-match-grid small {
    display: block;
}

.csl-player-match-grid time {
    color: #5c6a72;
    font-size: 7px;
    text-transform: uppercase;
}

.csl-player-match-grid strong {
    color: #b7c9d3;
    font-size: 10px;
    margin-top: 4px;
}

.csl-player-match-grid small {
    color: #5d6a70;
    font-size: 7px;
    line-height: 10px;
    margin-top: 3px;
}

.csl-player-match-grid > div > b {
    bottom: 7px;
    color: #dceaf1;
    font-size: 15px;
    position: absolute;
    right: 8px;
}

.csl-player-match-grid em {
    color: #5a6b75;
    display: block;
    font-size: 6px;
    font-style: normal;
    text-align: right;
}

.csl-player-news-list > div {
    align-items: center;
    border-bottom: 1px solid #24292b;
    display: grid;
    gap: 12px;
    grid-template-columns: 80px minmax(0, 1fr);
    padding: 9px 11px;
}

.csl-player-news-list time {
    color: #647983;
    font-size: 8px;
}

.csl-player-news-list strong {
    color: #aebfc8;
    font-size: 9px;
}

.csl-player-profile > .csl-profile-history {
    border: 1px solid #252a2d;
    border-radius: 5px;
    overflow: hidden;
}

.csl-player-profile > .csl-profile-history .csl-profile-section-title {
    background: linear-gradient(90deg, #17242c, #121516);
    border: 0;
    border-bottom: 1px solid #2d3a42;
    border-radius: 0;
}

.csl-player-profile > .csl-profile-data-date {
    color: #454f54;
    margin: 8px 2px 0 !important;
    text-align: right;
}

@media (max-width: 920px) {
    .csl-player-hero {
        grid-template-columns: 185px minmax(0, 1fr) 170px;
    }

    .csl-player-achievement-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .csl-player-match-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .csl-player-profile {
        padding: 8px;
    }

    .csl-player-hero {
        gap: 10px;
        grid-template-columns: 120px minmax(0, 1fr);
        min-height: 244px;
        padding: 13px 12px 22px;
    }

    .csl-player-team-watermark {
        height: 145px;
        left: 8px;
        top: 45px;
        width: 145px;
    }

    .csl-player-portrait {
        height: 222px;
        margin: 0 0 -22px;
    }

    .csl-player-hero-copy h1 {
        font-size: 25px;
    }

    .csl-player-real-name {
        font-size: 12px;
    }

    .csl-player-current-team {
        margin-top: 10px;
    }

    .csl-player-hero-record {
        grid-column: 1 / -1;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .csl-player-hero-record > div {
        min-height: 46px;
    }

    .csl-player-fact-grid,
    .csl-player-summary-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .csl-team-timeline-axis {
        margin-left: 0;
        margin-right: 0;
    }

    .csl-team-timeline-row {
        gap: 4px 7px;
        grid-template-columns: minmax(0, 1fr) auto;
        padding: 4px 0;
    }

    .csl-team-timeline-track {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .csl-team-timeline-row time {
        grid-column: 2;
        grid-row: 1;
    }

    .csl-player-medal-grid,
    .csl-player-trophy-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .csl-player-match-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 430px) {
    .csl-player-hero {
        grid-template-columns: 94px minmax(0, 1fr);
    }

    .csl-player-portrait {
        height: 178px;
    }

    .csl-player-hero-tags span {
        font-size: 8px;
        line-height: 19px;
        padding: 0 5px;
    }

    .csl-player-current-team > img {
        height: 34px;
        width: 34px;
    }

    .csl-player-hero-record strong {
        font-size: 12px;
    }

    .csl-player-hero-record span {
        display: none;
    }

    .csl-player-section-head > small {
        display: none;
    }

    .csl-player-achievement-grid,
    .csl-player-medal-grid,
    .csl-player-trophy-grid,
    .csl-player-match-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .csl-player-major-head {
        grid-template-columns: 88px 88px minmax(0, 1fr);
    }

    .csl-player-major-head h3 {
        font-size: 7px;
        padding: 0 7px;
    }

    .csl-player-news-list > div {
        align-items: start;
        gap: 3px;
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Compact player profile v2: follows the 11px site UI and uses real tab panels. */
.csl-player-profile {
    --csl-player-bg: #111;
    --csl-player-panel: #151515;
    --csl-player-panel-dark: #0e0e0e;
    --csl-player-line: #292929;
    --csl-player-line-blue: #334957;
    --csl-player-blue: #87abc4;
    --csl-player-muted: #68757d;
    background: #111;
    border-color: #242424;
    color: #b7b7b7;
    font: 11px/1.45 Tahoma, Arial, sans-serif;
    padding: 8px;
}

.csl-player-profile .csl-entity-breadcrumbs {
    font-size: 10px;
    margin: 0 3px 7px;
}

.csl-player-hero {
    align-items: stretch;
    background: #121212;
    border: 1px solid #292929;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
    display: grid;
    gap: 0;
    grid-template-columns: 230px minmax(0, 1fr) 154px;
    min-height: 244px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.csl-player-hero::before {
    background: linear-gradient(90deg, #233e50, #5785a1 48%, #233e50);
    box-shadow: none;
    height: 2px;
}

.csl-player-visual {
    align-self: stretch;
    background: radial-gradient(circle at 50% 58%, #25292b 0, #151718 42%, #0d0d0d 76%);
    border-right: 1px solid #292929;
    min-height: 244px;
    overflow: hidden;
    position: relative;
}

.csl-player-visual::after {
    background: linear-gradient(90deg, transparent, #42677c 50%, transparent);
    bottom: 0;
    content: "";
    height: 1px;
    left: 12px;
    position: absolute;
    right: 12px;
    z-index: 4;
}

.csl-player-visual > .csl-player-team-watermark {
    filter: grayscale(.15) drop-shadow(0 2px 10px #000);
    height: 172px;
    left: 50%;
    margin: 0;
    opacity: .18;
    object-fit: contain;
    pointer-events: none;
    position: absolute;
    top: 34px;
    transform: translateX(-50%);
    width: 172px;
    z-index: 1;
}

.csl-player-bodyshot {
    bottom: 0;
    display: block;
    height: 235px;
    left: 50%;
    max-width: none;
    object-fit: contain;
    object-position: center bottom;
    position: absolute;
    transform: translateX(-50%);
    width: 225px;
    z-index: 3;
}

.csl-player-visual > .csl-entity-image-fallback {
    color: #4e6b7d;
    font-size: 35px;
    text-shadow: 0 1px 0 #000;
    z-index: 2;
}

.csl-player-hero-copy {
    align-self: stretch;
    box-sizing: border-box;
    min-width: 0;
    padding: 19px 17px 15px;
}

.csl-player-profile .csl-entity-kicker {
    color: #648faa;
    font-size: 9px;
    letter-spacing: .7px;
    margin-bottom: 2px;
}

.csl-player-hero-copy h1 {
    color: #edf5fa;
    font: 700 23px/27px Tahoma, Arial, sans-serif;
    letter-spacing: 0;
    text-shadow: 1px 1px 1px #000;
}

.csl-player-real-name {
    color: #aebbc3;
    font-size: 12px;
    line-height: 17px;
    margin-top: 1px !important;
}

.csl-player-status {
    color: #59666e;
    font-size: 9px;
    line-height: 14px;
    margin-top: 0 !important;
    text-transform: uppercase;
}

.csl-player-hero-facts {
    border-top: 1px solid #252525;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 11px 0 0;
    padding: 7px 0 0;
}

.csl-player-hero-facts > div {
    align-items: center;
    display: grid;
    gap: 6px;
    grid-template-columns: 80px minmax(0, 1fr);
    min-height: 25px;
}

.csl-player-hero-facts dt {
    color: #606b72;
    font-size: 9px;
}

.csl-player-hero-facts dd {
    color: #d0d9df;
    font-size: 10px;
    font-weight: 700;
    margin: 0;
    min-width: 0;
}

.csl-player-hero-facts dd > b {
    color: #718d9e;
    font-size: 8px;
}

.csl-player-team-line {
    align-items: center;
    display: flex;
    gap: 5px;
}

.csl-player-team-line img {
    height: 19px;
    object-fit: contain;
    width: 19px;
}

.csl-player-team-line small {
    color: #64747d;
    font-size: 8px;
    font-weight: 400;
}

.csl-player-major-section {
    border-top: 1px solid #252525;
    margin-top: 7px;
    padding-top: 7px;
}

.csl-player-major-winner {
    align-items: center;
    background: linear-gradient(90deg, #382f19, #1d1b16 72%, #151515);
    border: 1px solid #5b4b24;
    box-shadow: inset 3px 0 #b58a31;
    color: #d7bd72;
    display: inline-flex;
    height: 27px;
    padding: 0 12px 0 9px;
    text-transform: uppercase;
}

.csl-player-major-winner b {
    color: #f1d67e;
    font-size: 17px;
    line-height: 25px;
    margin-right: 6px;
}

.csl-player-major-winner span {
    font-size: 9px;
    font-weight: 700;
}

.csl-player-hero-medals {
    align-items: center;
    display: flex;
    gap: 3px;
    margin-top: 7px;
    min-height: 37px;
    overflow: hidden;
}

.csl-player-hero-medals > span {
    align-items: center;
    display: grid;
    flex: 0 0 34px;
    grid-template-rows: 25px 10px;
    height: 37px;
    justify-items: center;
    position: relative;
}

.csl-player-hero-medals img {
    height: 27px;
    object-fit: contain;
    width: 27px;
}

.csl-player-hero-medals b {
    background: #1c2931;
    border: 1px solid #314552;
    bottom: 0;
    color: #9db6c5;
    font-size: 6px;
    line-height: 9px;
    padding: 0 2px;
    position: absolute;
    text-transform: uppercase;
}

.csl-player-hero-medals small {
    display: none;
}

.csl-player-hero-record {
    align-self: stretch;
    background: #0e0e0e;
    border-left: 1px solid #292929;
    display: block;
    padding: 0;
    position: relative;
    z-index: 3;
}

.csl-player-record-title {
    background: #1d1d1d;
    border-bottom: 1px solid #2b2b2b;
    color: #7898ab;
    display: block;
    font-size: 9px;
    line-height: 27px;
    padding: 0 11px;
    text-transform: uppercase;
}

.csl-player-hero-record > div {
    align-items: baseline;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #242424;
    display: grid;
    column-gap: 4px;
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 54px;
    padding: 8px 10px;
}

.csl-player-hero-record small {
    color: #64737b;
    font-size: 9px;
    grid-column: 1 / -1;
    text-transform: uppercase;
}

.csl-player-hero-record b {
    color: #e4edf2;
    font-size: 20px;
    line-height: 22px;
}

.csl-player-hero-record span {
    color: #8da6b5;
    font-size: 9px;
    margin-left: 4px;
}

.csl-player-hero-record em {
    color: #58656c;
    font-size: 8px;
    font-style: normal;
    grid-column: 1 / -1;
    justify-self: start;
}

.csl-player-photo-credit {
    bottom: 3px;
    color: #4c5459;
    font-size: 7px;
    left: 4px;
    line-height: 9px;
}

.csl-player-tabs {
    margin-top: 8px;
}

.csl-player-tabs .csl-profile-tab-nav {
    background: #161616;
    border-color: #292929;
    border-bottom-color: #3a5262;
    border-radius: 3px 3px 0 0;
}

.csl-player-tabs .csl-profile-tab-nav label {
    border-right-color: #292929;
    color: #71818b;
    font-size: 9px;
    line-height: 31px;
    padding: 0 13px;
}

.csl-player-tabs .csl-profile-tab-nav label:hover {
    background: #1b2226;
    color: #b8ccd8;
}

.csl-profile-tab-control--info:checked ~ .csl-profile-tab-nav label[for="csl-player-tab-info"],
.csl-profile-tab-control--teams:checked ~ .csl-profile-tab-nav label[for="csl-player-tab-teams"],
.csl-profile-tab-control--achievements:checked ~ .csl-profile-tab-nav label[for="csl-player-tab-achievements"],
.csl-profile-tab-control--trophies:checked ~ .csl-profile-tab-nav label[for="csl-player-tab-trophies"],
.csl-profile-tab-control--stats:checked ~ .csl-profile-tab-nav label[for="csl-player-tab-stats"],
.csl-profile-tab-control--news:checked ~ .csl-profile-tab-nav label[for="csl-player-tab-news"] {
    background: linear-gradient(#243844, #182630);
    color: #d9e8f0;
    box-shadow: inset 0 2px #5382a0;
}

.csl-player-tabs .csl-profile-tab-control:focus-visible ~ .csl-profile-tab-nav {
    outline: 1px solid #7199b1;
    outline-offset: 2px;
}

.csl-player-tabs .csl-profile-tab-panels {
    background: #101010;
    border-color: #292929;
    min-height: 0;
}

.csl-player-tabs .csl-profile-tab-panel {
    padding: 0;
}

.csl-profile-tab-control--stats:checked ~ .csl-profile-tab-panels .csl-profile-tab-panel--stats {
    display: block;
}

.csl-player-section-head {
    align-items: center;
    background: #1d1d1d;
    border-bottom: 1px solid #2d2d2d;
    display: flex;
    justify-content: space-between;
    min-height: 32px;
    padding: 0 10px;
}

.csl-player-section-head h2 {
    color: #b9cbd5;
    font: 700 10px/32px Tahoma, Arial, sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
}

.csl-player-section-head > small {
    color: #56636a;
    font-size: 8px;
    text-transform: uppercase;
}

.csl-player-fact-grid {
    gap: 1px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 1px;
}

.csl-player-fact-grid > div {
    background: #151515;
    min-height: 55px;
    padding: 8px 10px;
}

.csl-player-fact-grid small {
    color: #646f75;
    font-size: 8px;
}

.csl-player-fact-grid strong {
    color: #cbd6dc;
    font-size: 10px;
    margin-top: 3px;
}

.csl-player-fact-grid span {
    color: #687780;
    font-size: 8px;
}

.csl-player-summary-strip {
    background: #101010;
    gap: 1px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 1px;
}

.csl-player-summary-strip > div {
    background: #151515;
    gap: 7px;
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 44px;
    padding: 6px 9px;
}

.csl-player-summary-strip strong {
    color: #dbe6eb;
    font-size: 16px;
}

.csl-player-summary-strip span {
    color: #66737a;
    font-size: 8px;
    line-height: 10px;
}

.csl-team-timeline {
    border-top-color: #262626;
    padding: 10px;
}

.csl-team-timeline-axis {
    margin: 0 118px 3px 151px;
}

.csl-team-timeline-axis span {
    color: #59636a;
    font-size: 8px;
}

.csl-team-timeline-row {
    gap: 8px;
    grid-template-columns: 143px minmax(0, 1fr) 110px;
    min-height: 42px;
}

.csl-team-timeline-name a,
.csl-team-timeline-name strong {
    color: #bbccd5;
    font-size: 11px;
}

.csl-team-timeline-name small {
    align-items: center;
    color: #606c72;
    display: flex;
    font-size: 9px;
    gap: 4px;
    margin-top: 2px;
}

.csl-team-timeline-name small b,
.csl-player-role-pill {
    background: #1d2a32;
    border: 1px solid #30434e;
    color: #8ca9ba;
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    line-height: 16px;
    max-width: 126px;
    overflow: hidden;
    padding: 0 4px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.csl-team-timeline-track {
    background: repeating-linear-gradient(90deg, #171717 0, #171717 calc(12.5% - 1px), #2b2b2b calc(12.5% - 1px), #2b2b2b 12.5%);
    border-color: #303030;
    height: 17px;
}

.csl-team-timeline-bar {
    border: 0;
    height: 9px;
    min-width: 5px;
    top: 4px;
}

.csl-team-timeline-row time {
    color: #737f86;
    font-size: 9px;
}

.csl-player-table-scroll {
    border-top-color: #292929;
}

.csl-player-table {
    color: #a6b2b8;
    font-size: 10px;
}

.csl-player-table th {
    background: #1b1b1b;
    border-bottom-color: #303030;
    color: #73828b;
    font-size: 8px;
    padding: 7px 9px;
}

.csl-player-table td {
    border-bottom-color: #262626;
    padding: 7px 9px;
}

.csl-player-achievement-grid {
    background: #101010;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.csl-player-achievement-grid > div {
    background: #151515;
    min-height: 58px;
    padding: 8px 10px;
}

.csl-player-achievement-grid strong {
    color: #e0e8ec;
    font-size: 17px;
    line-height: 19px;
}

.csl-player-achievement-grid b {
    color: #89a5b5;
    font-size: 8px;
    margin-top: 2px;
}

.csl-player-achievement-grid small {
    color: #667077;
    font-size: 8px;
    line-height: 11px;
}

.csl-player-subtitle {
    background: #1b1b1b;
    border-color: #2b2b2b;
    color: #7f949f;
    font-size: 9px;
    padding: 7px 10px;
}

.csl-player-medal-grid {
    background: #101010;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.csl-player-medal {
    background: #151515;
    gap: 8px;
    grid-template-columns: 52px minmax(0, 1fr);
    min-height: 65px;
    padding: 7px 9px;
}

.csl-player-medal > span {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 49px;
    position: relative;
    width: 49px;
}

.csl-player-medal > span::after {
    display: none;
}

.csl-player-medal > span img {
    height: 49px;
    object-fit: contain;
    width: 49px;
}

.csl-player-medal > span b {
    background: #1b2a33;
    border: 1px solid #38505f;
    bottom: -1px;
    color: #b5cbd7;
    font-size: 7px;
    left: 50%;
    line-height: 11px;
    padding: 0 3px;
    position: absolute;
    text-shadow: 0 1px #000;
    transform: translateX(-50%);
}

.csl-player-medal strong {
    color: #c4d0d6;
    font-size: 10px;
}

.csl-player-medal small {
    color: #748088;
    font-size: 9px;
    margin-top: 2px;
}

.csl-player-major-head {
    background: #181818;
    border-top-color: #303030;
    grid-template-columns: 100px 100px minmax(0, 1fr);
}

.csl-player-major-head > div {
    border-right-color: #303030;
    padding: 7px 10px;
}

.csl-player-major-head strong {
    font-size: 18px;
}

.csl-player-major-head span {
    font-size: 8px;
}

.csl-player-major-head h3 {
    color: #84959e;
    font-size: 9px;
}

.csl-major-result {
    line-height: 17px;
}

.csl-player-trophy-grid {
    background: #101010;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.csl-player-trophy-grid > div {
    background: #151515;
    gap: 8px;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    min-height: 55px;
    padding: 7px 8px;
}

.csl-player-trophy-grid > div.is-major {
    background: linear-gradient(90deg, rgba(75, 58, 22, .35), #151515 62%);
    box-shadow: inset 2px 0 #9b782f;
}

.csl-player-cup {
    background: linear-gradient(135deg, #916a23, #f0d374 48%, #73501a);
    border-radius: 3px 3px 8px 8px;
    box-shadow: inset 0 -5px rgba(73, 44, 4, .35);
    height: 29px;
    margin-left: 3px;
    position: relative;
    width: 28px;
}

.csl-player-cup::before,
.csl-player-cup::after {
    border: 3px solid #a87b28;
    content: "";
    height: 13px;
    position: absolute;
    top: 3px;
    width: 8px;
    z-index: -1;
}

.csl-player-cup::before {
    border-radius: 8px 0 0 8px;
    border-right: 0;
    left: -8px;
}

.csl-player-cup::after {
    border-left: 0;
    border-radius: 0 8px 8px 0;
    right: -8px;
}

.csl-player-cup i {
    background: #c59a45;
    bottom: -8px;
    height: 8px;
    left: 12px;
    position: absolute;
    width: 4px;
}

.csl-player-cup i::after {
    background: #9d752e;
    bottom: -3px;
    content: "";
    height: 3px;
    left: -6px;
    position: absolute;
    width: 16px;
}

.csl-player-trophy-grid strong {
    color: #c2cfd6;
    font-size: 10px;
}

.csl-player-trophy-grid small {
    color: #69757b;
    font-size: 8px;
}

.csl-player-trophy-grid > div > b {
    font-size: 10px;
    grid-column: 2;
}

.csl-player-trophy-row {
    align-items: flex-start;
    background: #101010;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 12px 10px 14px;
}

.csl-player-trophy {
    align-items: center;
    background: #151515;
    border: 1px solid #292929;
    box-sizing: border-box;
    color: #aebcc4;
    display: flex;
    flex: 0 0 82px;
    flex-direction: column;
    height: 102px;
    justify-content: flex-start;
    padding: 7px 4px 4px;
    position: relative;
    text-align: center;
}

.csl-player-trophy:hover {
    background: #1a2024;
    border-color: #405865;
}

.csl-player-trophy.is-major {
    background: linear-gradient(#28210f, #151515 68%);
    border-color: #66542b;
}

.csl-player-trophy-holder {
    align-items: center;
    display: flex;
    height: 61px;
    justify-content: center;
    position: relative;
    width: 68px;
}

.csl-player-trophy-icon {
    display: block;
    filter: drop-shadow(0 2px 3px #000);
    height: 58px;
    max-width: 68px;
    object-fit: contain;
    width: 58px;
}

.csl-player-trophy > small {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #89979f;
    display: -webkit-box;
    font-size: 8px;
    line-height: 10px;
    margin-top: 4px;
    overflow: hidden;
}

.csl-player-trophy-count,
.csl-player-coach-trophy,
.csl-player-award-year {
    align-items: center;
    background: #253a46;
    border: 1px solid #4e6f82;
    box-shadow: 0 1px 3px #000;
    color: #e0edf4;
    display: flex;
    font: 700 9px/1 Tahoma, Arial, sans-serif;
    justify-content: center;
    position: absolute;
}

.csl-player-trophy-count {
    border-radius: 50%;
    bottom: 0;
    height: 18px;
    right: 1px;
    width: 18px;
}

.csl-player-coach-trophy {
    background: #342b17;
    border-color: #75602c;
    bottom: 0;
    height: 18px;
    left: 1px;
    width: 18px;
}

.csl-player-coach-trophy b {
    color: #e7cc79;
    font-size: 9px;
}

.csl-player-award-year {
    background: rgba(15, 19, 22, .92);
    bottom: 1px;
    color: #b9ced9;
    font-size: 8px;
    left: 50%;
    min-width: 21px;
    padding: 2px 3px;
    transform: translateX(-50%);
}

.csl-player-match-grid {
    background: #101010;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.csl-player-match-grid > div {
    background: #151515;
    min-height: 70px;
    padding: 8px;
}

.csl-player-match-grid time,
.csl-player-match-grid small {
    font-size: 8px;
}

.csl-player-match-grid strong {
    font-size: 10px;
}

.csl-player-match-grid > div > b {
    font-size: 14px;
}

.csl-player-news-list > div {
    border-bottom-color: #292929;
    grid-template-columns: 82px minmax(0, 1fr);
    padding: 8px 10px;
}

.csl-player-news-list time {
    font-size: 9px;
}

.csl-player-news-list strong {
    font-size: 10px;
}

.csl-player-tabs .csl-profile-history {
    margin-top: 9px;
}

.csl-player-tabs .csl-profile-history .csl-profile-section-title {
    background: #1d1d1d;
    border-color: #2d2d2d;
    border-radius: 0;
    min-height: 31px;
}

.csl-player-profile > .csl-profile-data-date {
    color: #535b60;
    font-size: 8px;
    margin: 6px 2px 0 !important;
}

@media (max-width: 860px) {
    .csl-player-hero {
        grid-template-columns: 205px minmax(0, 1fr) 145px;
    }

    .csl-player-bodyshot {
        width: 205px;
    }

    .csl-player-hero-facts {
        grid-template-columns: minmax(0, 1fr);
    }

    .csl-player-hero-facts > div {
        min-height: 22px;
    }

    .csl-player-hero-medals {
        display: flex;
    }
}

@media (max-width: 700px) {
    .csl-player-profile {
        padding: 6px;
    }

    .csl-player-hero {
        grid-template-columns: 145px minmax(0, 1fr);
        min-height: 226px;
    }

    .csl-player-visual {
        min-height: 226px;
    }

    .csl-player-bodyshot {
        height: 215px;
        width: 155px;
    }

    .csl-player-visual > .csl-player-team-watermark {
        height: 120px;
        top: 57px;
        width: 120px;
    }

    .csl-player-hero-copy {
        padding: 14px 12px 10px;
    }

    .csl-player-hero-copy h1 {
        font-size: 20px;
        line-height: 23px;
    }

    .csl-player-real-name {
        font-size: 11px;
    }

    .csl-player-hero-facts {
        margin-top: 7px;
        padding-top: 5px;
    }

    .csl-player-hero-facts > div {
        grid-template-columns: 70px minmax(0, 1fr);
    }

    .csl-player-major-section {
        margin-top: 5px;
        padding-top: 5px;
    }

    .csl-player-major-winner {
        height: 23px;
        padding-right: 7px;
    }

    .csl-player-major-winner b {
        font-size: 14px;
    }

    .csl-player-major-winner span {
        font-size: 8px;
    }

    .csl-player-hero-record {
        border-left: 0;
        border-top: 1px solid #292929;
        display: grid;
        grid-column: 1 / -1;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .csl-player-hero-record > .csl-player-record-title {
        display: none;
    }

    .csl-player-hero-record > div {
        border-bottom: 0;
        border-right: 1px solid #292929;
        min-height: 49px;
        padding: 6px 8px;
    }

    .csl-player-hero-record > div:last-child {
        border-right: 0;
    }

    .csl-player-summary-strip,
    .csl-player-fact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .csl-team-timeline-axis {
        margin-left: 0;
        margin-right: 0;
    }

    .csl-team-timeline-row {
        gap: 4px 7px;
        grid-template-columns: minmax(0, 1fr) auto;
        padding: 4px 0;
    }

    .csl-team-timeline-track {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .csl-team-timeline-row time {
        grid-column: 2;
        grid-row: 1;
    }

    .csl-player-medal-grid,
    .csl-player-trophy-grid,
    .csl-player-match-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 470px) {
    .csl-player-hero {
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .csl-player-visual,
    .csl-player-hero {
        min-height: 212px;
    }

    .csl-player-bodyshot {
        height: 198px;
        width: 130px;
    }

    .csl-player-visual > .csl-player-team-watermark {
        height: 93px;
        top: 76px;
        width: 93px;
    }

    .csl-player-hero-copy {
        padding: 11px 9px 8px;
    }

    .csl-player-profile .csl-entity-kicker {
        font-size: 8px;
    }

    .csl-player-hero-copy h1 {
        font-size: 18px;
        line-height: 21px;
    }

    .csl-player-status {
        display: none;
    }

    .csl-player-hero-facts > div {
        grid-template-columns: 59px minmax(0, 1fr);
    }

    .csl-player-hero-facts dt,
    .csl-player-hero-facts dd {
        font-size: 8px;
    }

    .csl-player-team-line small {
        display: none;
    }

    .csl-player-major-winner span {
        font-size: 7px;
    }

    .csl-player-hero-record em {
        display: none;
    }

    .csl-player-tabs .csl-profile-tab-nav label {
        line-height: 29px;
        padding: 0 10px;
    }

    .csl-player-section-head > small {
        display: none;
    }

    .csl-player-achievement-grid,
    .csl-player-medal-grid,
    .csl-player-trophy-grid,
    .csl-player-match-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .csl-player-major-head {
        grid-template-columns: 78px 78px minmax(0, 1fr);
    }

    .csl-player-major-head h3 {
        font-size: 7px;
        padding: 0 6px;
    }
}


/* Event profile now follows the existing Diz-CS forum panel style. */
.csl-event-profile{background:transparent;border:0;border-radius:0;box-shadow:none;color:#898989;font:11px/1.45 Tahoma,Arial,sans-serif;margin:0;padding:0 5px;text-shadow:0 1px 0 #000}.csl-event-profile .csl-entity-breadcrumbs{background:url(/assets/ds/img/b_m_ds.png) repeat-x;color:#4e4e4e;font-size:10px;line-height:24px;margin:0 0 5px;min-height:24px;padding:0 8px}.csl-event-profile .csl-entity-breadcrumbs a{color:#4e4e4e}.csl-event-profile .csl-entity-breadcrumbs a:hover{color:#658faf;text-decoration:underline}.csl-event-profile .csl-entity-breadcrumbs span,.csl-event-profile .csl-entity-breadcrumbs strong{color:#666}.csl-event-profile .csl-event-profile-head{background:url(/assets/ds/img/forum_bg_infor.png) repeat-x;border:0;border-radius:0;gap:12px;grid-template-columns:82px minmax(0,1fr);min-height:63px;padding:8px 10px}.csl-event-profile .csl-profile-image--event{background:#111;border:1px solid #1f1f1f;border-radius:0;height:62px;width:62px}.csl-event-profile .csl-profile-image--event img{inset:5px;height:calc(100% - 10px);width:calc(100% - 10px)}.csl-event-profile .csl-entity-image-fallback{color:#526778;font-size:12px}.csl-event-profile .csl-entity-kicker{color:#526778;font-size:9px;letter-spacing:0;margin-bottom:2px}.csl-event-profile h1{color:#79a4cb;font:700 14px/18px Tahoma,Arial,sans-serif;text-transform:none}.csl-event-profile .csl-profile-full-name{color:#666;font-size:10px;margin-top:2px!important}.csl-event-profile .csl-event-profile-status{background:#202020;border:1px solid #2b2b2b;border-radius:3px;color:#8fa1b5;font-size:9px;line-height:17px;margin-top:5px;padding:0 6px;text-transform:uppercase}.csl-event-profile .csl-event-profile-facts{gap:1px;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:5px}.csl-event-profile .csl-event-profile-facts>div{background:url(/assets/ds/img/forumcatcc.png) repeat-x;border:0;min-height:50px;padding:7px 9px}.csl-event-profile .csl-event-profile-facts small{color:#858585;font-size:9px}.csl-event-profile .csl-event-profile-facts strong{color:#8fa1b5;font-size:10px;line-height:14px;margin-top:3px}.csl-event-profile .csl-profile-local-note{background:#111;border:1px solid #1b1b1b;border-left:0;border-right:0;color:#858585;font-size:9px;margin-top:5px;padding:7px 9px}@media (max-width:700px){.csl-event-profile{padding:0}.csl-event-profile .csl-event-profile-head{grid-template-columns:62px minmax(0,1fr);padding:7px}.csl-event-profile .csl-profile-image--event{height:52px;width:52px}.csl-event-profile .csl-event-profile-facts{grid-template-columns:repeat(2,minmax(0,1fr)}}
/* Keep event facts balanced when an event tier is available. */
.csl-event-profile .csl-event-profile-facts--with-tier{grid-template-columns:repeat(5,minmax(0,1fr))}
@media (max-width:700px){.csl-event-profile .csl-event-profile-facts--with-tier{grid-template-columns:repeat(2,minmax(0,1fr)}}
@media (max-width:430px){.csl-event-profile .csl-event-profile-facts,.csl-event-profile .csl-event-profile-facts--with-tier{grid-template-columns:minmax(0,1fr)}}

@media (min-width:431px) and (max-width:700px){.csl-event-profile .csl-event-profile-facts--with-tier>div:last-child{grid-column:1/-1}}

/* Event page: align the compact event card with native forum rows. */
.csl-event-profile{box-sizing:border-box;width:100%}
.csl-event-profile .csl-entity-breadcrumbs{box-sizing:border-box;overflow-wrap:anywhere}
.csl-event-profile .csl-event-profile-head{align-items:center;box-sizing:border-box}
.csl-event-profile .csl-profile-copy{align-self:stretch;display:flex;flex-direction:column;justify-content:center}
.csl-event-profile .csl-event-profile-status{align-self:flex-start;white-space:nowrap}
.csl-event-profile .csl-event-profile-facts{box-sizing:border-box;width:100%}
.csl-event-profile .csl-event-profile-facts>div{display:flex;flex-direction:column;justify-content:center;min-width:0}
.csl-event-profile .csl-event-profile-facts strong{overflow-wrap:anywhere}
.csl-event-profile .csl-event-profile-facts--with-tier{grid-template-columns:minmax(104px,1fr) minmax(104px,1fr) minmax(104px,1fr) minmax(150px,1.45fr) minmax(82px,.7fr)}
@media (min-width:701px){.csl-event-profile .csl-event-profile-facts>div{min-height:53px}.csl-event-profile .csl-event-profile-facts--with-tier>div:last-child{border-left:1px solid #171717}}
@media (max-width:700px){.csl-event-profile .csl-entity-breadcrumbs{line-height:18px;min-height:24px;padding-bottom:3px;padding-top:3px}.csl-event-profile .csl-profile-copy{min-height:52px}.csl-event-profile .csl-event-profile-facts>div{min-height:54px}.csl-event-profile .csl-event-profile-facts--with-tier>div:last-child{border-top:1px solid #171717}.csl-event-profile .csl-profile-local-note{line-height:14px}}
/* Player profile: native Diz-CS forum panels. */
.csl-player-profile{background:transparent;border:0;border-radius:0;box-shadow:none;color:#898989;font:11px/1.45 Tahoma,Arial,sans-serif;margin:0;padding:0 5px;text-shadow:0 1px 0 #000}.csl-player-profile .csl-entity-breadcrumbs{background:url(/assets/ds/img/b_m_ds.png) repeat-x;color:#4e4e4e;font-size:10px;line-height:24px;margin:0 0 5px;min-height:24px;padding:0 8px}.csl-player-profile .csl-entity-breadcrumbs a{color:#4e4e4e}.csl-player-profile .csl-entity-breadcrumbs a:hover{color:#658faf;text-decoration:underline}.csl-player-profile .csl-entity-breadcrumbs span,.csl-player-profile .csl-entity-breadcrumbs strong{color:#666}.csl-player-profile .csl-player-hero{background:url(/assets/ds/img/forum_bg_infor.png) repeat-x;border:0;border-radius:0;box-shadow:none;display:grid;gap:0;grid-template-columns:112px minmax(0,1fr) 245px;min-height:118px;padding:0;position:relative}.csl-player-profile .csl-player-visual{background:#111;border-right:1px solid #1c1c1c;min-height:118px;overflow:hidden}.csl-player-profile .csl-player-visual>.csl-entity-image-fallback{color:#526778;font:700 16px/1 Tahoma,Arial,sans-serif;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.csl-player-profile .csl-player-bodyshot{bottom:0;height:112px;left:50%;max-width:125px;object-fit:contain;object-position:bottom center;position:absolute;transform:translateX(-50%);width:auto}.csl-player-profile .csl-player-visual>.csl-player-team-watermark{filter:grayscale(1);height:68px;opacity:.1;right:8px;top:25px;width:68px}.csl-player-profile .csl-player-hero-copy{min-width:0;padding:12px 14px}.csl-player-profile .csl-entity-kicker{color:#526778;font-size:9px;letter-spacing:0;margin:0 0 2px}.csl-player-profile .csl-player-hero-copy h1{color:#79a4cb;font:700 16px/19px Tahoma,Arial,sans-serif;margin:0;text-transform:none}.csl-player-profile .csl-player-real-name{color:#777;font-size:10px;margin:2px 0 0}.csl-player-profile .csl-player-status{color:#8fa1b5;font-size:9px;margin:5px 0 0}.csl-player-profile .csl-player-hero-facts{border-top:1px solid #222;display:grid;gap:0 12px;grid-template-columns:repeat(2,minmax(0,1fr));margin:7px 0 0;padding:5px 0 0}.csl-player-profile .csl-player-hero-facts>div{align-items:baseline;display:flex;gap:5px;min-width:0}.csl-player-profile .csl-player-hero-facts dt{color:#858585;font-size:9px}.csl-player-profile .csl-player-hero-facts dd{color:#a3b4c0;font-size:9px;margin:0;min-width:0;overflow-wrap:anywhere}.csl-player-profile .csl-player-major-section,.csl-player-profile .csl-player-hero-medals{display:none}.csl-player-profile .csl-player-hero-record{background:#111;border-left:1px solid #1c1c1c;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:0}.csl-player-profile .csl-player-hero-record>.csl-player-record-title{display:none}.csl-player-profile .csl-player-hero-record>div{border-left:1px solid #1c1c1c;display:flex;flex-direction:column;justify-content:center;min-width:0;padding:10px 8px}.csl-player-profile .csl-player-hero-record>div:first-of-type{border-left:0}.csl-player-profile .csl-player-hero-record small,.csl-player-profile .csl-player-hero-record span,.csl-player-profile .csl-player-hero-record em{color:#858585;font-size:8px;font-style:normal}.csl-player-profile .csl-player-hero-record b{color:#8fa1b5;font-size:15px;line-height:18px}.csl-player-profile .csl-player-photo-credit{bottom:2px;color:#666;font-size:7px;left:116px;position:absolute}.csl-player-profile .csl-player-tabs{margin-top:5px}.csl-player-profile .csl-profile-tab-nav{background:url(/assets/ds/img/b_m_ds.png) repeat-x;border:0;border-radius:0;display:flex;overflow-x:auto;padding:0}.csl-player-profile .csl-profile-tab-nav label{border:0;border-right:1px solid #1e1e1e;color:#858585;flex:0 0 auto;font:700 9px/27px Tahoma,Arial,sans-serif;margin:0;padding:0 10px;text-transform:uppercase}.csl-player-profile .csl-profile-tab-nav label:hover{background:#191919;color:#8fa1b5}.csl-player-profile .csl-profile-tab-panels{background:#111;border:1px solid #1d1d1d;border-top:0}.csl-player-profile .csl-profile-tab-panel{padding:0}.csl-player-profile .csl-player-section-head,.csl-player-profile .csl-profile-history .csl-profile-section-title{background:url(/assets/ds/img/forumcatcc.png) repeat-x;border:0;border-bottom:1px solid #1d1d1d;border-radius:0;min-height:31px;padding:0 10px}.csl-player-profile .csl-player-section-head h2,.csl-player-profile .csl-profile-history .csl-profile-section-title h2{color:#8fa1b5;font:700 10px/31px Tahoma,Arial,sans-serif;text-transform:uppercase}.csl-player-profile .csl-player-section-head>small{color:#858585;font-size:8px}.csl-player-profile .csl-player-fact-grid,.csl-player-profile .csl-player-summary-strip,.csl-player-profile .csl-player-achievement-grid,.csl-player-profile .csl-player-medal-grid,.csl-player-profile .csl-player-trophy-grid,.csl-player-profile .csl-player-match-grid{background:#111;gap:1px;padding:1px}.csl-player-profile .csl-player-fact-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.csl-player-profile .csl-player-fact-grid>div,.csl-player-profile .csl-player-summary-strip>div,.csl-player-profile .csl-player-achievement-grid>div,.csl-player-profile .csl-player-medal,.csl-player-profile .csl-player-trophy-grid>div,.csl-player-profile .csl-player-match-grid>div{background:url(/assets/ds/img/forumcatcc.png) repeat-x;border:0;min-width:0;padding:7px 9px}.csl-player-profile .csl-player-fact-grid small,.csl-player-profile .csl-player-fact-grid span,.csl-player-profile .csl-player-summary-strip span,.csl-player-profile .csl-player-achievement-grid small,.csl-player-profile .csl-player-medal small,.csl-player-profile .csl-player-trophy-grid small,.csl-player-profile .csl-player-match-grid small,.csl-player-profile .csl-player-match-grid time{color:#858585;font-size:9px}.csl-player-profile .csl-player-fact-grid strong,.csl-player-profile .csl-player-summary-strip strong,.csl-player-profile .csl-player-achievement-grid strong,.csl-player-profile .csl-player-medal strong,.csl-player-profile .csl-player-trophy-grid strong,.csl-player-profile .csl-player-match-grid strong{color:#8fa1b5;font-size:10px;overflow-wrap:anywhere}.csl-player-profile .csl-player-summary-strip{grid-template-columns:repeat(4,minmax(0,1fr))}.csl-player-profile .csl-player-summary-strip>div{display:block;min-height:45px}.csl-player-profile .csl-player-summary-strip strong{display:block;font-size:15px;line-height:17px}.csl-player-profile .csl-team-timeline{border-top:0;padding:10px}.csl-player-profile .csl-team-timeline-track{background:#171717;border-color:#292929}.csl-player-profile .csl-team-timeline-bar{border:0}.csl-player-profile .csl-player-table th{background:#181818;color:#858585}.csl-player-profile .csl-player-table td{border-bottom-color:#262626;color:#9aa7ad}.csl-player-profile .csl-player-table a{color:#8fa1b5}.csl-player-profile .csl-player-subtitle{background:url(/assets/ds/img/forumcatcc.png) repeat-x;border:0;border-top:1px solid #1d1d1d;color:#8fa1b5;font-size:10px;padding:8px 10px}.csl-player-profile .csl-player-trophy-row{background:#111;padding:10px}.csl-player-profile .csl-player-trophy{background:#171717;border-color:#292929}.csl-player-profile>.csl-profile-data-date{color:#858585;font-size:8px;margin:6px 2px 0!important}
@media (max-width:700px){.csl-player-profile{padding:0}.csl-player-profile .csl-player-hero{grid-template-columns:86px minmax(0,1fr);min-height:156px}.csl-player-profile .csl-player-visual{min-height:156px}.csl-player-profile .csl-player-bodyshot{height:150px;max-width:100px}.csl-player-profile .csl-player-hero-copy{padding:10px}.csl-player-profile .csl-player-hero-copy h1{font-size:15px;line-height:18px}.csl-player-profile .csl-player-hero-facts{grid-template-columns:minmax(0,1fr)}.csl-player-profile .csl-player-hero-record{border-left:0;border-top:1px solid #1c1c1c;grid-column:1/-1;min-height:48px}.csl-player-profile .csl-player-photo-credit{left:92px}.csl-player-profile .csl-player-fact-grid,.csl-player-profile .csl-player-summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.csl-player-profile .csl-player-achievement-grid,.csl-player-profile .csl-player-medal-grid,.csl-player-profile .csl-player-trophy-grid,.csl-player-profile .csl-player-match-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:430px){.csl-player-profile .csl-player-hero{grid-template-columns:72px minmax(0,1fr)}.csl-player-profile .csl-player-visual{min-height:170px}.csl-player-profile .csl-player-bodyshot{height:164px;max-width:90px}.csl-player-profile .csl-player-real-name{font-size:9px}.csl-player-profile .csl-player-fact-grid,.csl-player-profile .csl-player-summary-strip,.csl-player-profile .csl-player-achievement-grid,.csl-player-profile .csl-player-medal-grid,.csl-player-profile .csl-player-trophy-grid,.csl-player-profile .csl-player-match-grid{grid-template-columns:minmax(0,1fr)}.csl-player-profile .csl-player-hero-record>div{padding:7px}.csl-player-profile .csl-player-photo-credit{bottom:auto;display:block;grid-column:1/-1;left:auto;margin:0 4px;position:static;right:auto;white-space:normal}
/* Review #1 mobile hero fixes. */
.csl-player-profile .csl-player-visual{position:relative}
.csl-player-profile .csl-player-photo-credit{left:4px;right:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media (max-width:700px){.csl-player-profile .csl-player-photo-credit{left:4px}}
