#post.fantasy-player-page {
    padding: 4px 0 28px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}
#post.fantasy-player-page .fantasy-player-empty {
    margin: 0;
    padding: 20px 16px;
    color: #5a6478;
}
#post.fantasy-player-page .fantasy-player-hero {
    margin: 0 0 22px;
}
#post.fantasy-player-page .fantasy-player-hero__card {
    padding: 18px 18px 16px;
    border: 1px solid #e0e6f4;
    border-radius: 0.55em;
    background: linear-gradient(165deg, #ffffff 0%, #f8faff 55%, #f3f6fc 100%);
    box-shadow: 0 2px 8px rgba(45, 54, 168, 0.07);
    box-sizing: border-box;
}
#post.fantasy-player-page .fantasy-player-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(228px, 272px);
    gap: 16px 20px;
    align-items: start;
}
#post.fantasy-player-page .fantasy-player-hero__body {
    min-width: 0;
}
#post.fantasy-player-page .fantasy-player-hero__radar {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 14px 14px;
    border: 1px solid #d8e2f4;
    border-radius: 0.55em;
    background: linear-gradient(165deg, #ffffff 0%, #f6f9ff 55%, #eef3fc 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 2px 8px rgba(45, 54, 168, 0.06);
    box-sizing: border-box;
    overflow: visible;
}
#post.fantasy-player-page .fantasy-player-hero__radar-head {
    margin-bottom: 6px;
    text-align: center;
}
#post.fantasy-player-page .fantasy-player-hero__radar-title {
    font-size: 78%;
    font-weight: 700;
    color: #5a6478;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.3;
}
#post.fantasy-player-page .fantasy-player-hero__radar-chart {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 220px;
    margin: 2px 0 0;
    padding: 12px 8px;
    overflow: visible;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 50%, rgba(232, 238, 255, 0.9) 0%, rgba(255, 255, 255, 0.2) 62%, transparent 100%);
}
#post.fantasy-player-page .fantasy-player-hero__radar-chart canvas {
    display: block;
    max-width: 100%;
    height: auto;
    overflow: visible;
}
#post.fantasy-player-page .fantasy-player-hero__radar-legend {
    list-style: none;
    margin: 8px 0 0;
    padding: 8px 0 0;
    border-top: 1px solid #e8ecf4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 10px;
}
#post.fantasy-player-page .fantasy-player-hero__radar-legend li {
    display: grid;
    grid-template-columns: 8px minmax(0, 1fr) auto;
    align-items: center;
    gap: 6px;
    min-width: 0;
    font-size: 74%;
    line-height: 1.25;
}
#post.fantasy-player-page .fantasy-player-hero__radar-legend-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
}
#post.fantasy-player-page .fantasy-player-hero__radar-legend-label {
    color: #5a6478;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#post.fantasy-player-page .fantasy-player-hero__radar-legend-value {
    font-weight: 700;
    color: #1a237e;
    font-variant-numeric: tabular-nums;
}
#post.fantasy-player-page .fantasy-player-hero__identity {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-bottom: 14px;
    margin-bottom: 0;
    border-bottom: 1px solid #e8ecf4;
}
#post.fantasy-player-page .fantasy-player-hero__photo-wrap {
    flex: 0 0 auto;
    padding: 3px;
    border-radius: 0.55em;
    background: linear-gradient(145deg, #dce4f8 0%, #f8faff 45%, #c8d4f0 100%);
    box-shadow: 0 2px 6px rgba(45, 54, 168, 0.12);
}
#post.fantasy-player-page .fantasy-player-hero__photo {
    display: block;
    width: 104px;
    height: 128px;
    object-fit: cover;
    object-position: top center;
    border-radius: 0.45em;
    border: 2px solid #fff;
    flex-shrink: 0;
    background: #eef2fa;
}
#post.fantasy-player-page .fantasy-player-hero__main {
    flex: 1 1 auto;
    min-width: 0;
    padding-top: 2px;
}
#post.fantasy-player-page .fantasy-player-hero__title-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
#post.fantasy-player-page .fantasy-player-hero__name {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1a237e;
    letter-spacing: -0.01em;
}
#post.fantasy-player-page .fantasy-player-hero__fhmr {
    flex-shrink: 0;
    margin-top: 4px;
    opacity: 0.92;
    transition: opacity 0.15s ease;
}
#post.fantasy-player-page .fantasy-player-hero__fhmr:hover {
    opacity: 1;
}
#post.fantasy-player-page .fantasy-player-hero__fhmr img {
    display: block;
    width: 28px;
    height: auto;
}
#post.fantasy-player-page .fantasy-player-hero__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 10px 0 0;
    line-height: 1.3;
}
#post.fantasy-player-page .fantasy-player-hero__club .team-name-chip {
    margin: 0;
}
#post.fantasy-player-page .fantasy-player-hero__role {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 82%;
    font-weight: 600;
    color: #3d4f7a;
    background: #eef2fa;
    border: 1px solid #d8e0f0;
    line-height: 1.2;
    white-space: nowrap;
}
#post.fantasy-player-page .fantasy-player-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding-top: 14px;
}
#post.fantasy-player-page .fantasy-player-metric {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 11px 12px 10px;
    border: 1px solid #e4eaf4;
    border-radius: 0.5em;
    background: rgba(255, 255, 255, 0.82);
    box-sizing: border-box;
    min-height: 76px;
    overflow: hidden;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
#post.fantasy-player-page .fantasy-player-metric:hover {
    border-color: #c8d4ee;
    box-shadow: 0 2px 6px rgba(45, 54, 168, 0.06);
}
#post.fantasy-player-page .fantasy-player-metric__label {
    display: block;
    font-size: 72%;
    font-weight: 600;
    color: #7a849c;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.2;
}
#post.fantasy-player-page .fantasy-player-metric__row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 6px;
    margin-top: auto;
    min-width: 0;
}
#post.fantasy-player-page .fantasy-player-metric__value {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 1.12rem;
    font-weight: 700;
    color: #1a237e;
    line-height: 1.15;
    font-variant-numeric: tabular-nums;
}
#post.fantasy-player-page .fantasy-player-metric__rank {
    flex: 1 1 100%;
    line-height: 1.2;
    text-align: left;
    margin-top: 1px;
}
#post.fantasy-player-page .fantasy-player-metric .fp-rank-badge {
    font-size: 64%;
    padding: 2px 6px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
#post.fantasy-player-page .fantasy-player-match-cell {
    text-align: left;
    vertical-align: middle;
    min-width: 220px;
}
#post.fantasy-player-page .fantasy-player-match-cell .user-pred-match-link {
    display: inline-flex;
    max-width: 100%;
    text-decoration: none !important;
}
#post.fantasy-player-page .fantasy-player-match-cell .user-pred-match-board {
    width: 100%;
}
#post.fantasy-player-page .fp-rank-badge {
    display: inline-block;
    padding: 3px 7px;
    border-radius: 999px;
    font-size: 68%;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.02em;
    white-space: nowrap;
    box-sizing: border-box;
}
#post.fantasy-player-page .fp-rank-badge--podium {
    background: linear-gradient(0.6turn, #fff4d6, #ffe8a8, #fff4d6);
    color: #7a5a00;
    border: 1px solid #e0c050;
    box-shadow: 0 1px 2px rgba(184, 134, 11, 0.18);
}
#post.fantasy-player-page .fp-rank-badge--top10 {
    background: linear-gradient(0.6turn, #e8eeff, #d4defc, #e8eeff);
    color: #1a237e;
    border: 1px solid #b8c4ee;
    box-shadow: 0 1px 2px rgba(45, 54, 168, 0.1);
}
#post.fantasy-player-page .fp-rank-badge--top20 {
    background: linear-gradient(0.6turn, #edf2fa, #e2eaf6, #edf2fa);
    color: #2d3f7a;
    border: 1px solid #c5d0e8;
}
#post.fantasy-player-page .fp-rank-badge--top50 {
    background: linear-gradient(0.6turn, #f2f5fa, #e8edf4, #f2f5fa);
    color: #4a5678;
    border: 1px solid #d0d8e8;
}
#post.fantasy-player-page .fp-rank-badge--top100 {
    background: linear-gradient(0.6turn, #f6f8fc, #eef2f8, #f6f8fc);
    color: #5a6478;
    border: 1px solid #dce3f0;
}
@media (hover: none) and (pointer: coarse) and (max-width: 640px) {
    #post.fantasy-player-page .fantasy-player-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    #post.fantasy-player-page .fantasy-player-hero__layout {
        grid-template-columns: 1fr;
    }
    #post.fantasy-player-page .fantasy-player-hero__radar {
        max-width: 320px;
        margin: 0 auto;
    }
}
@media (hover: none) and (pointer: coarse) and (max-width: 520px) {
    #post.fantasy-player-page .fantasy-player-hero__card {
        padding: 14px 12px 12px;
    }
    #post.fantasy-player-page .fantasy-player-hero__identity {
        gap: 14px;
        padding-bottom: 14px;
    }
    #post.fantasy-player-page .fantasy-player-hero__photo {
        width: 88px;
        height: 108px;
    }
    #post.fantasy-player-page .fantasy-player-hero__name {
        font-size: 1.25rem;
    }
    #post.fantasy-player-page .fantasy-player-metric {
        min-height: 0;
        padding: 10px;
    }
    #post.fantasy-player-page .fantasy-player-metric__row {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    #post.fantasy-player-page .fantasy-player-metric__row {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    #post.fantasy-player-page .fantasy-player-metric__rank {
        flex: 0 0 auto;
    }
}
#post.fantasy-player-page .fantasy-player-section {
    margin: 0 0 24px;
}
#post.fantasy-player-page .fantasy-player-section .pt-page-header {
    margin-bottom: 10px;
}
#post.fantasy-player-page .fantasy-player-section > .features-table {
    width: 100% !important;
    max-width: 100%;
    margin: 0 !important;
    border: 1px solid #e0e6f4;
    border-radius: 0.5em;
    background: #fff;
    box-shadow: 0 1px 4px rgba(45, 54, 168, 0.08);
    overflow: hidden;
}
#post.fantasy-player-page .fantasy-player-section > .features-table thead th {
    padding: 10px 12px;
    font-size: 78%;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #5a6478;
    text-align: center;
    vertical-align: middle;
    background: #f0f4f8 !important;
    border-bottom: 1px solid #e0e6f4;
}
#post.fantasy-player-page .fantasy-player-performance__toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 12px 20px;
    margin: 0 0 12px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
#post.fantasy-player-page .fantasy-player-performance__label {
    display: block;
    margin: 0 0 6px;
    font-size: 78%;
    font-weight: 700;
    color: #5a6478;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}
#post.fantasy-player-page .fantasy-player-performance__field {
    flex: 1 1 220px;
    max-width: 280px;
    min-width: 180px;
}
#post.fantasy-player-page .fantasy-player-performance__field--wide {
    flex: 1 1 260px;
    max-width: 320px;
}
#post.fantasy-player-page .fantasy-player-performance__select-wrap {
    width: 100%;
}
#post.fantasy-player-page .fantasy-player-performance__select {
    width: 100%;
    box-sizing: border-box;
}
#post.fantasy-player-page .fantasy-player-performance__chart-wrap {
    padding: 10px 0 6px;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
}
#post.fantasy-player-page .fantasy-player-performance__chart-wrap canvas {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
#post.fantasy-player-page .fantasy-player-performance__hint {
    margin: 10px 0 0;
    padding: 0;
    color: #667;
    font-size: 88%;
    line-height: 1.4;
}
#post.fantasy-player-page .fantasy-player-performance__empty {
    margin: 0;
    padding: 8px 0 4px;
    color: #667;
    font-size: 92%;
}
#post.fantasy-player-page .prediction-table-wrap {
    width: 100%;
    max-width: 100%;
}
#post.fantasy-player-page .fantasy-player-section > .features-table,
#post.fantasy-player-page .fantasy-player-similar-table {
    display: table;
    width: 100% !important;
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#post.fantasy-player-page .fantasy-player-season-table {
    min-width: 100% !important;
    table-layout: auto;
}
#post.fantasy-player-page .fantasy-player-similar-table {
    min-width: 0 !important;
    table-layout: fixed;
}
#post.fantasy-player-page .fantasy-player-similar-wrap {
    overflow-x: hidden;
}
#post.fantasy-player-page .fantasy-player-similar-table col.fp-similar-col--player {
    width: 25%;
}
#post.fantasy-player-page .fantasy-player-similar-table col.fp-similar-col--team {
    width: 14%;
}
#post.fantasy-player-page .fantasy-player-similar-table col.fp-similar-col--num {
    width: 10%;
}
#post.fantasy-player-page .fantasy-player-similar-table col.fp-similar-col--picked {
    width: 11%;
}
#post.fantasy-player-page .fantasy-player-similar-table thead th {
    white-space: normal;
    line-height: 1.2;
    padding: 8px 6px;
    font-size: 72%;
    letter-spacing: 0.02em;
    word-break: break-word;
    hyphens: auto;
}
#post.fantasy-player-page .fantasy-player-similar-table tbody td.fantasy-player-similar__num,
#post.fantasy-player-page .fantasy-player-similar-table thead th.fantasy-player-similar__num {
    padding: 8px 4px;
    text-align: center;
    white-space: nowrap;
    font-size: 90%;
}
#post.fantasy-player-page .fantasy-player-season-table thead th,
#post.fantasy-player-page .fantasy-player-similar-table thead th,
#post.fantasy-player-page .fantasy-player-season-table tbody td,
#post.fantasy-player-page .fantasy-player-similar-table tbody td {
    padding: 10px 12px;
}
#post.fantasy-player-page .fantasy-player-season-table thead th {
    text-align: center;
}
#post.fantasy-player-page .fantasy-player-season-table thead th.left,
#post.fantasy-player-page .fantasy-player-season-table tbody td.left,
#post.fantasy-player-page .fantasy-player-similar-table thead th.left,
#post.fantasy-player-page .fantasy-player-similar-table tbody td.left {
    text-align: left;
}
#post.fantasy-player-page .fp-points--pos {
    color: #1b5e20;
    font-weight: 700;
}
#post.fantasy-player-page .fp-points--zero {
    color: #334;
}
#post.fantasy-player-page .fp-points--neg {
    color: #b71c1c;
    font-weight: 700;
}
#post.fantasy-player-page .fantasy-player-similar__link {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    text-decoration: none !important;
}
#post.fantasy-player-page .fantasy-player-similar__player {
    min-width: 0;
    max-width: 0;
    overflow: hidden;
    padding: 8px 8px 8px 10px !important;
}
#post.fantasy-player-page .fantasy-player-similar__team-cell {
    min-width: 0;
    max-width: 0;
    overflow: hidden;
    padding: 8px 6px !important;
}
#post.fantasy-player-page .fantasy-player-similar__team-cell .team-name-chip {
    display: inline-flex;
    max-width: 100%;
    margin: 0;
    gap: 4px;
}
#post.fantasy-player-page .fantasy-player-similar__team-cell .team-name-link {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 90%;
}
#post.fantasy-player-page .fantasy-player-similar__team-cell .miniature {
    width: 22px !important;
    height: 22px !important;
}
#post.fantasy-player-page .fantasy-player-similar__link .fantasy-player-photo {
    display: inline-block;
    width: 32px !important;
    height: 32px !important;
    flex-shrink: 0;
    margin: 0 !important;
    border-radius: 0.35em;
    border: 1px solid #d0d8ee;
    background-size: 135%;
    background-position: center 44%;
}
#post.fantasy-player-page .fantasy-player-similar__name {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    color: #1a237e;
    line-height: 1.25;
    font-size: 92%;
}
#post.fantasy-player-page .fantasy-player-similar-table .buy_link,
#post.fantasy-player-page .fantasy-player-similar-table .team-name-link {
    font-weight: normal;
}
#post.fantasy-player-page .fantasy-player-similar-table .fp-points--pos,
#post.fantasy-player-page .fantasy-player-similar-table .fp-points--neg,
#post.fantasy-player-page .fantasy-player-similar-table .fp-points--zero {
    font-weight: normal;
}
#post.fantasy-player-page .fantasy-player-similar__link:hover .fantasy-player-similar__name {
    text-decoration: underline;
}
.site-shell #post.ind-table-page .ind-career-toolbar__select,
.site-shell #post.ind-calend-page .ind-career-toolbar__select,
.site-shell #post.team-table-page .ind-career-toolbar__select,
.site-shell #post.team-cup-page .ind-career-toolbar__select,
.site-shell #post.player-team-stat-page .ind-career-toolbar__select,
.site-shell #post.player-stats-page .ind-career-toolbar__select,
.site-shell #post.team-symbol-page .ind-career-toolbar__select,
.site-shell #post.fantasy-player-page .fantasy-player-performance__select,
#post.ind-table-page .ind-career-toolbar__select,
#post.ind-calend-page .ind-career-toolbar__select,
#post.team-table-page .ind-career-toolbar__select,
#post.team-cup-page .ind-career-toolbar__select,
#post.player-team-stat-page .ind-career-toolbar__select,
#post.player-stats-page .ind-career-toolbar__select,
#post.team-symbol-page .ind-career-toolbar__select,
#post.fantasy-player-page .fantasy-player-performance__select {
    display: block;
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 11px 50px 11px 14px;
    border: 1px solid #9aabd8;
    border-radius: 0.45em;
    background: #fff;
    color: #1a237e;
    font-family: inherit;
    font-size: 95%;
    font-weight: 600;
    line-height: 1.35;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(45, 54, 168, 0.12);
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
