/* ==========================================================================
   ValueStats · League profile
   ========================================================================== */

.league-profile {
    --league-profile-canvas: var(--vs-color-canvas);
    --league-profile-surface: var(--vs-color-surface);
    --league-profile-surface-muted: var(--vs-color-surface-muted);
    --league-profile-border: var(--vs-color-border);
    --league-profile-border-strong: var(--vs-color-border-strong);
    --league-profile-ink: var(--vs-color-ink);
    --league-profile-muted: var(--vs-color-muted);
    --league-profile-primary: var(--vs-color-primary);
    --league-profile-primary-dark: var(--vs-color-primary-strong);
    min-height: 100vh;
    color: var(--league-profile-ink);
    background: var(--league-profile-canvas);
}

.league-profile-hero {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(77, 123, 101, .18);
    color: #14251c;
    background:
        radial-gradient(circle at 82% 10%, rgba(21, 150, 106, .12), transparent 30%),
        linear-gradient(142deg, #f4f7f5 0%, #e7eee9 62%, #dfe9e3 100%);
    box-shadow: 0 10px 28px rgba(25, 52, 38, .09);
}

.league-profile-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: .06;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(8, 74, 49, .3) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8, 74, 49, .3) 1px, transparent 1px);
    background-size: 54px 54px;
    -webkit-mask-image: linear-gradient(90deg, #000, transparent 86%);
    mask-image: linear-gradient(90deg, #000, transparent 86%);
}

.league-profile-hero::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, #15966a, rgba(21, 150, 106, .18) 42%, transparent 82%);
}

.league-profile-hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
}

.league-profile-hero-body {
    min-height: 11rem;
    padding: clamp(1.8rem, 3.4vw, 2.8rem) clamp(1rem, 2.6vw, 2rem);
}

.league-profile-hero-grid {
    width: 100%;
}

.league-profile-identity {
    max-width: min(100%, 60rem);
}

.league-profile-logo > div {
    width: clamp(5rem, 7.5vw, 7rem) !important;
    height: clamp(5rem, 7.5vw, 7rem) !important;
    padding: .42rem !important;
    border: 1px solid rgba(77, 123, 101, .18) !important;
    border-radius: .48rem !important;
    background: rgba(255, 255, 255, .82) !important;
    box-shadow: 0 10px 24px rgba(25, 52, 38, .1) !important;
}

.league-profile-name {
    overflow: visible;
    margin: 0;
    color: #10231a !important;
    font-size: clamp(1.75rem, 3vw, 2.75rem) !important;
    font-weight: 680 !important;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.league-profile-name a {
    color: inherit;
}

.league-profile-name a:hover {
    color: #087a55;
}

.league-profile-meta {
    margin-top: .65rem !important;
    color: #607269;
}

.league-profile-meta > div {
    position: relative;
    color: #607269 !important;
}

.league-profile-meta > div + div {
    padding-left: .95rem;
}

.league-profile-meta > div + div::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #8ca097;
    transform: translateY(-50%);
}

.league-profile-meta img {
    border: 1px solid rgba(77, 123, 101, .18);
    border-radius: 1px !important;
}

.league-profile-meta i {
    color: #15966a !important;
}

.league-profile-controls {
    margin-top: 1rem !important;
}

.league-profile-action {
    min-height: 2.15rem;
    padding: .42rem .68rem !important;
    border: 1px solid rgba(77, 123, 101, .2) !important;
    border-radius: .34rem !important;
    color: #53665c !important;
    background: rgba(255, 255, 255, .55) !important;
    box-shadow: none !important;
    font-weight: 670 !important;
}

.league-profile-action:hover {
    border-color: rgba(21, 150, 106, .36) !important;
    color: #075f45 !important;
    background: rgba(255, 255, 255, .78) !important;
}

.league-profile-favourite.is-active,
.league-profile-favourite:hover {
    border-color: rgba(184, 134, 11, .28) !important;
    color: #8a6509 !important;
    background: rgba(255, 249, 219, .72) !important;
}

.league-profile-selector select {
    min-width: 8.2rem;
    height: 2.15rem !important;
    padding-top: .35rem !important;
    padding-bottom: .35rem !important;
    border: 1px solid rgba(77, 123, 101, .2) !important;
    border-radius: .34rem !important;
    color: #405149 !important;
    background-color: rgba(255, 255, 255, .68) !important;
    box-shadow: none !important;
    font-weight: 650;
}

.league-profile-selector select:hover,
.league-profile-selector select:focus {
    border-color: rgba(21, 150, 106, .44) !important;
}

.league-profile-next {
    min-width: 18rem !important;
    padding: .8rem .95rem !important;
    border: 1px solid rgba(77, 123, 101, .18) !important;
    border-radius: .44rem !important;
    color: #203029;
    background: rgba(255, 255, 255, .52) !important;
    box-shadow: none !important;
}

.league-profile-next:hover {
    border-color: rgba(21, 150, 106, .35) !important;
    background: rgba(255, 255, 255, .75) !important;
    box-shadow: 0 8px 20px rgba(25, 52, 38, .08) !important;
}

.league-profile-next-label {
    padding: .22rem .46rem !important;
    border-radius: .2rem !important;
    background: #087a55 !important;
    letter-spacing: .075em;
}

.league-profile-next-crest {
    border-color: rgba(77, 123, 101, .16) !important;
    border-radius: .28rem !important;
    background: rgba(255, 255, 255, .9) !important;
}

.league-profile-next .text-gray-800 {
    color: #203029 !important;
}

.league-profile-next .text-gray-600 {
    color: #607269 !important;
}

.league-profile-next .text-gray-400 {
    color: #819188 !important;
}

.league-profile-next .text-gray-300 {
    color: #9aa79f !important;
}

.league-profile-next .text-emerald-500,
.league-profile-next .text-emerald-600 {
    color: #087a55 !important;
}

.league-profile-nav {
    position: relative;
    z-index: 2;
    overflow-x: auto;
    padding-inline: clamp(0rem, 2.6vw, 2rem);
    border-color: rgba(77, 123, 101, .15) !important;
    background: rgba(255, 255, 255, .38);
    scrollbar-width: none;
}

.league-profile-nav::-webkit-scrollbar {
    display: none;
}

.league-profile-nav-list {
    min-width: max-content;
}

.league-profile-nav-link {
    min-height: 2.9rem;
    padding: .74rem 1rem !important;
    border-bottom-width: 2px !important;
    border-radius: 0 !important;
    color: #66776e !important;
    background: transparent !important;
    font-size: .77rem !important;
    font-weight: 680 !important;
    letter-spacing: .01em;
}

.league-profile-nav-link:hover {
    border-color: rgba(21, 150, 106, .3) !important;
    color: #075f45 !important;
    background: rgba(255, 255, 255, .42) !important;
}

.league-profile-nav-link--active {
    border-color: #15966a !important;
    color: #075f45 !important;
    background: rgba(21, 150, 106, .08) !important;
}

.league-profile-stage {
    min-width: max-content;
    color: #607269;
}

.league-profile-stage > span:last-child {
    border: 1px solid rgba(21, 150, 106, .18);
    border-radius: .25rem !important;
    color: #087a55 !important;
    background: rgba(21, 150, 106, .09) !important;
}

.league-profile-shell {
    width: 100%;
    padding: 1rem clamp(.75rem, 1.7vw, 1.5rem) 2.5rem;
}

.league-profile-panel,
.league-profile-faq {
    border-color: var(--league-profile-border) !important;
    border-radius: .52rem !important;
    background: var(--league-profile-surface) !important;
    box-shadow: 0 8px 24px rgba(25, 45, 35, .055), 0 1px 2px rgba(25, 45, 35, .04) !important;
}

.league-profile-standings {
    overflow: hidden;
}

.league-profile-stats {
    display: grid;
    gap: .75rem;
}

.league-profile-filters {
    background: var(--league-profile-surface-muted) !important;
}

.league-profile-filters > div {
    padding: .85rem 1rem !important;
}

.league-profile-filters button {
    min-height: 1.9rem;
    padding: .35rem .62rem !important;
    border: 1px solid transparent;
    border-radius: .3rem !important;
    font-size: .7rem !important;
    font-weight: 670 !important;
}

.league-profile-filters button.rounded-full {
    border-radius: .3rem !important;
}

.league-profile-data {
    overflow: hidden;
}

.league-profile-data > div:not([x-show]) > .bg-white,
.league-profile-data .bg-white.overflow-hidden,
.league-profile-data .bg-white.rounded-lg {
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.league-profile table {
    border-collapse: separate;
    border-spacing: 0;
}

.league-profile table thead,
.league-profile table thead tr,
.league-profile table thead th {
    border-color: #d7e0db !important;
    background: #f1f5f3 !important;
}

.league-profile table thead th {
    color: #66766e !important;
    font-size: .66rem !important;
    font-weight: 720 !important;
    letter-spacing: .035em;
}

.league-profile table tbody,
.league-profile table tbody tr,
.league-profile table tbody td {
    border-color: #e0e7e3 !important;
}

.league-profile table tbody tr:hover,
.league-profile table tbody tr:hover td {
    background: #eff6f2 !important;
}

.league-profile table tbody td {
    font-variant-numeric: tabular-nums;
}

.league-profile table .sticky.left-0,
.league-profile table .sticky.left-10 {
    box-shadow: 1px 0 0 #dce5e0;
}

.league-profile-faq {
    margin-top: 1rem !important;
}

.league-profile-faq > div:first-child {
    padding: 1rem 1.15rem !important;
    border-color: var(--league-profile-border) !important;
    background: var(--league-profile-surface-muted) !important;
}

.league-profile-faq > div:first-child h2 {
    color: #1b2c23 !important;
    font-size: 1rem !important;
    font-weight: 690 !important;
    letter-spacing: -.018em;
}

.league-profile-faq > div:first-child p {
    color: var(--league-profile-muted) !important;
    font-size: .76rem !important;
}

.league-profile-faq > div:last-child {
    padding: .75rem !important;
}

.league-profile-faq > div:last-child > div {
    border-color: var(--league-profile-border) !important;
    border-radius: .34rem !important;
}

.league-profile-faq button {
    min-height: 2.8rem;
    padding: .7rem .85rem !important;
}

.league-profile-faq button:hover {
    background: #f2f7f4 !important;
}

.league-profile-faq [x-show] {
    border-color: var(--league-profile-border) !important;
    background: var(--league-profile-surface-muted) !important;
}

/* Breadcrumb específico: remate compacto hacia el footer. */
.league-profile-breadcrumbs {
    position: relative;
    border-color: #cfdbd4 !important;
    background: #e9eeeb !important;
}

.league-profile-breadcrumbs::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: min(32rem, 62%);
    height: 1px;
    background: linear-gradient(90deg, #15966a, rgba(21, 150, 106, 0));
}

.league-profile-breadcrumbs .site-breadcrumbs-inner {
    width: 100%;
    max-width: none !important;
    padding: .8rem clamp(1rem, 2.6vw, 2rem) !important;
}

.league-profile-breadcrumbs .site-breadcrumbs-list {
    gap: .35rem .55rem !important;
}

.league-profile-breadcrumbs .site-breadcrumbs-item {
    gap: .55rem !important;
}

.league-profile-breadcrumbs .site-breadcrumbs-link,
.league-profile-breadcrumbs .site-breadcrumbs-current {
    color: #6a7871 !important;
    font-size: .7rem;
    font-weight: 650;
}

.league-profile-breadcrumbs .site-breadcrumbs-link:hover {
    color: #087a55 !important;
}

.league-profile-breadcrumbs .site-breadcrumbs-current {
    color: #34443b !important;
}

.league-profile-breadcrumbs .site-breadcrumbs-separator {
    color: #a4b1aa !important;
}

/* Dark mode */
[data-theme="dark"] .league-profile {
    color-scheme: dark;
    background: var(--league-profile-canvas) !important;
}

[data-theme="dark"] .league-profile-hero {
    border-bottom-color: rgba(151, 190, 171, .17);
    color: #f5faf7;
    background:
        radial-gradient(circle at 82% 10%, rgba(52, 211, 153, .15), transparent 28%),
        linear-gradient(142deg, #0b241b 0%, #081c15 62%, #061711 100%);
    box-shadow: 0 12px 32px rgba(3, 18, 13, .18);
}

[data-theme="dark"] .league-profile-hero::before {
    opacity: .09;
    background-image:
        linear-gradient(rgba(255, 255, 255, .16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .16) 1px, transparent 1px);
}

[data-theme="dark"] .league-profile-logo > div {
    border-color: rgba(224, 241, 232, .22) !important;
    background: rgba(255, 255, 255, .95) !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18) !important;
}

[data-theme="dark"] .league-profile-name,
[data-theme="dark"] .league-profile-name a {
    color: #f6fbf8 !important;
}

[data-theme="dark"] .league-profile-name a:hover {
    color: #8cf0c2 !important;
}

[data-theme="dark"] .league-profile-meta,
[data-theme="dark"] .league-profile-meta > div {
    color: #aebfb6 !important;
}

[data-theme="dark"] .league-profile-meta > div + div::before {
    background: #5f756a;
}

[data-theme="dark"] .league-profile-meta img {
    border-color: rgba(207, 229, 218, .16);
}

[data-theme="dark"] .league-profile-meta i {
    color: #6ee7b7 !important;
}

[data-theme="dark"] .league-profile-action,
[data-theme="dark"] .league-profile-selector select {
    border-color: rgba(207, 229, 218, .15) !important;
    color: #d3e1da !important;
    background-color: rgba(255, 255, 255, .05) !important;
}

[data-theme="dark"] .league-profile-action:hover,
[data-theme="dark"] .league-profile-selector select:hover,
[data-theme="dark"] .league-profile-selector select:focus {
    border-color: rgba(110, 231, 183, .3) !important;
    color: #9af2c8 !important;
    background-color: rgba(52, 211, 153, .08) !important;
}

[data-theme="dark"] .league-profile-favourite.is-active,
[data-theme="dark"] .league-profile-favourite:hover {
    border-color: rgba(250, 204, 21, .3) !important;
    color: #fde68a !important;
    background: rgba(250, 204, 21, .08) !important;
}

[data-theme="dark"] .league-profile-next {
    border-color: rgba(207, 229, 218, .14) !important;
    color: #eaf3ee;
    background: rgba(255, 255, 255, .045) !important;
}

[data-theme="dark"] .league-profile-next:hover {
    border-color: rgba(110, 231, 183, .38) !important;
    background: rgba(52, 211, 153, .075) !important;
    box-shadow: none !important;
}

[data-theme="dark"] .league-profile-next-label {
    color: #baf5da !important;
    background: rgba(52, 211, 153, .13) !important;
}

[data-theme="dark"] .league-profile-next-crest {
    border-color: rgba(223, 237, 229, .14) !important;
    background: rgba(255, 255, 255, .92) !important;
}

[data-theme="dark"] .league-profile-next .text-gray-800 {
    color: #e8f2ed !important;
}

[data-theme="dark"] .league-profile-next .text-gray-600 {
    color: #a8bcb1 !important;
}

[data-theme="dark"] .league-profile-next .text-gray-400 {
    color: #8fa198 !important;
}

[data-theme="dark"] .league-profile-next .text-gray-300 {
    color: #60746a !important;
}

[data-theme="dark"] .league-profile-next .text-emerald-500,
[data-theme="dark"] .league-profile-next .text-emerald-600 {
    color: #6ee7b7 !important;
}

[data-theme="dark"] .league-profile-nav {
    border-color: rgba(205, 226, 214, .13) !important;
    background: rgba(0, 0, 0, .14);
}

[data-theme="dark"] .league-profile-nav-link {
    color: #a7b8af !important;
}

[data-theme="dark"] .league-profile-nav-link:hover {
    border-color: rgba(110, 231, 183, .28) !important;
    color: #eef8f3 !important;
    background: rgba(255, 255, 255, .035) !important;
}

[data-theme="dark"] .league-profile-nav-link--active {
    border-color: #34d399 !important;
    color: #8cf0c2 !important;
    background: rgba(52, 211, 153, .07) !important;
}

[data-theme="dark"] .league-profile-stage,
[data-theme="dark"] .league-profile-stage .text-gray-500 {
    color: #a7b8af !important;
}

[data-theme="dark"] .league-profile-stage > span:last-child {
    border-color: rgba(52, 211, 153, .2);
    color: #8cf0c2 !important;
    background: rgba(52, 211, 153, .08) !important;
}

[data-theme="dark"] .league-profile-panel,
[data-theme="dark"] .league-profile-faq {
    border-color: var(--league-profile-border) !important;
    background: var(--league-profile-surface) !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .2) !important;
}

[data-theme="dark"] .league-profile-data .bg-white.overflow-hidden,
[data-theme="dark"] .league-profile-data .bg-white.rounded-lg {
    border-color: var(--league-profile-border) !important;
    background: var(--league-profile-surface) !important;
    box-shadow: none !important;
}

[data-theme="dark"] .league-profile-filters,
[data-theme="dark"] .league-profile-faq > div:first-child,
[data-theme="dark"] .league-profile-faq [x-show] {
    border-color: var(--league-profile-border) !important;
    background: var(--league-profile-surface-muted) !important;
}

[data-theme="dark"] .league-profile-faq > div:first-child h2,
[data-theme="dark"] .league-profile-faq button span {
    color: #dfeae4 !important;
}

[data-theme="dark"] .league-profile-faq > div:first-child p,
[data-theme="dark"] .league-profile-faq [x-show] p {
    color: #91a39a !important;
}

[data-theme="dark"] .league-profile-faq > div:last-child > div {
    border-color: var(--league-profile-border) !important;
}

[data-theme="dark"] .league-profile-faq button {
    background: #101d17 !important;
}

[data-theme="dark"] .league-profile-faq button:hover {
    background: #16281f !important;
}

[data-theme="dark"] .league-profile table thead,
[data-theme="dark"] .league-profile table thead tr,
[data-theme="dark"] .league-profile table thead th {
    border-color: #2a4035 !important;
    color: #93a69c !important;
    background: #0c1813 !important;
}

[data-theme="dark"] .league-profile table tbody,
[data-theme="dark"] .league-profile table tbody tr,
[data-theme="dark"] .league-profile table tbody td {
    border-color: #263a30 !important;
}

[data-theme="dark"] .league-profile-standings .bg-white,
[data-theme="dark"] .league-profile-data .bg-white {
    background-color: var(--league-profile-surface) !important;
}

[data-theme="dark"] .league-profile-standings .bg-gray-100,
[data-theme="dark"] .league-profile-data .bg-gray-100,
[data-theme="dark"] .league-profile-filters .bg-gray-100 {
    background-color: #14231c !important;
}

[data-theme="dark"] .league-profile-standings .bg-gray-200,
[data-theme="dark"] .league-profile-data .bg-gray-200,
[data-theme="dark"] .league-profile-filters .bg-gray-200 {
    background-color: #21392e !important;
}

[data-theme="dark"] .league-profile-data .bg-gray-25,
[data-theme="dark"] .league-profile-data .bg-gray-50\/30 {
    background-color: #0d1a14 !important;
}

[data-theme="dark"] .league-profile-data .bg-white\/50 {
    background-color: rgba(9, 19, 15, .72) !important;
}

[data-theme="dark"] .league-profile-filters button.bg-gray-700 {
    border-color: rgba(52, 211, 153, .34) !important;
    background-color: #205b45 !important;
}

[data-theme="dark"] .league-profile-filters :is(.text-gray-500, .text-gray-600) {
    color: var(--league-profile-muted) !important;
}

[data-theme="dark"] .league-profile-filters button.bg-gray-100 {
    border-color: var(--league-profile-border) !important;
}

[data-theme="dark"] .league-profile-filters button.bg-gray-100:hover,
[data-theme="dark"] .league-profile-filters button.hover\:bg-gray-200:hover {
    border-color: var(--league-profile-border-strong) !important;
    color: #b8c9c0 !important;
    background-color: #1a2e24 !important;
}

[data-theme="dark"] .league-profile-filters button.bg-emerald-100 {
    border-color: rgba(52, 211, 153, .28) !important;
    color: #8cf0c2 !important;
    background-color: rgba(52, 211, 153, .12) !important;
}

[data-theme="dark"] .league-profile-filters button.bg-emerald-600 {
    border-color: rgba(52, 211, 153, .4) !important;
    background-color: #0f8f65 !important;
}

[data-theme="dark"] .league-profile table tbody tr:hover,
[data-theme="dark"] .league-profile table tbody tr:hover td {
    background: #16281f !important;
}

[data-theme="dark"] .league-profile table .sticky.left-0,
[data-theme="dark"] .league-profile table .sticky.left-10 {
    box-shadow: 1px 0 0 #2a4035;
}

[data-theme="dark"] .league-profile-breadcrumbs {
    border-color: #263a30 !important;
    background: #0c1813 !important;
}

[data-theme="dark"] .league-profile-breadcrumbs .site-breadcrumbs-link {
    color: #91a39a !important;
}

[data-theme="dark"] .league-profile-breadcrumbs .site-breadcrumbs-link:hover {
    color: #6ee7b7 !important;
}

[data-theme="dark"] .league-profile-breadcrumbs .site-breadcrumbs-current {
    color: #d6e2dc !important;
}

[data-theme="dark"] .league-profile-breadcrumbs .site-breadcrumbs-separator {
    color: #4f675b !important;
}

@media (max-width: 1023px) {
    .league-profile-hero-grid {
        align-items: stretch !important;
    }

    .league-profile-next {
        width: 100%;
        min-width: 0 !important;
    }

    .league-profile-next > div {
        justify-content: flex-start !important;
    }
}

@media (max-width: 767px) {
    .league-profile-hero-body {
        min-height: 0;
        padding: 1.25rem 1rem 1rem;
    }

    .league-profile-identity {
        align-items: flex-start !important;
        gap: .85rem !important;
    }

    .league-profile-logo > div {
        width: 4.25rem !important;
        height: 4.25rem !important;
    }

    .league-profile-name {
        font-size: clamp(1.5rem, 7vw, 2rem) !important;
        line-height: 1.1;
    }

    .league-profile-meta {
        display: grid !important;
        gap: .35rem !important;
    }

    .league-profile-meta > div + div {
        padding-left: 0;
    }

    .league-profile-meta > div + div::before {
        display: none;
    }

    .league-profile-controls {
        margin-left: calc(-4.25rem - .85rem);
        padding-top: .35rem;
    }

    .league-profile-selector {
        flex: 1 1 8rem;
    }

    .league-profile-selector select {
        width: 100%;
    }

    .league-profile-next {
        padding: .75rem !important;
    }

    .league-profile-next-label {
        margin-bottom: .65rem !important;
    }

    .league-profile-next .text-sm {
        font-size: .74rem !important;
    }

    .league-profile-next-crest {
        width: 2rem !important;
        height: 2rem !important;
    }

    .league-profile-nav {
        padding-inline: 0;
    }

    .league-profile-nav-link {
        min-width: 5.3rem;
        justify-content: center;
        padding: .7rem .75rem !important;
    }

    .league-profile-shell {
        padding: .75rem .6rem 1.8rem;
    }

    .league-profile-panel,
    .league-profile-faq {
        border-radius: .42rem !important;
    }

    .league-profile-filters > div {
        padding: .7rem !important;
    }

    .league-profile-stat-options {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        margin-inline: -.7rem;
        padding-inline: .7rem;
        padding-bottom: .55rem !important;
        scroll-padding-inline: .7rem;
        scrollbar-width: thin;
        scrollbar-color: rgba(21, 150, 106, .38) transparent;
    }

    .league-profile-stat-options > button {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .league-profile-stat-options::-webkit-scrollbar {
        height: 3px;
    }

    .league-profile-stat-options::-webkit-scrollbar-track {
        background: transparent;
    }

    .league-profile-stat-options::-webkit-scrollbar-thumb {
        border-radius: 0;
        background: rgba(21, 150, 106, .38);
    }

    .league-profile-faq > div:first-child {
        padding: .85rem !important;
    }

    .league-profile-faq > div:last-child {
        padding: .55rem !important;
    }
}

@media (max-width: 420px) {
    .league-profile-action {
        flex: 1 1 auto;
        justify-content: center;
    }

    .league-profile-next > div:nth-of-type(1) {
        gap: .5rem !important;
    }

    .league-profile-next > div:nth-of-type(1) > div {
        gap: .35rem !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .league-profile *,
    .league-profile *::before,
    .league-profile *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
