.home-page {
    --home-panel: #0c1117;
    --home-panel-soft: #11171f;
    --home-line: rgba(184, 196, 211, .10);
    --home-line-hover: rgba(184, 196, 211, .20);
    --home-green: #4f9b7b;
    --home-blue: #607fa7;
    --home-orange: #b66a35;
    --home-purple: #786f8d;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page p {
    margin-top: 0;
}

.home-hero {
    position: relative;
    isolation: isolate;
    min-height: 470px;
    padding: clamp(1.35rem, 3.5vw, 3.6rem);
    overflow: hidden;
    border: 1px solid var(--home-line);
    border-radius: 18px;
    background: #0b1016;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .38);
}

.home-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
    gap: clamp(2rem, 6vw, 5.5rem);
    align-items: center;
    min-height: 350px;
}

.home-hero-copy {
    max-width: 760px;
}

.home-eyebrow,
.home-section-label,
.home-live-kicker,
.home-story-card > div > span,
.home-explore-card header > span {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: #91a3bc;
    font-size: .72rem;
    font-weight: 750;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.home-eyebrow {
    margin-bottom: 1.35rem;
    color: #c0cce0;
}

.home-eyebrow-dot {
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    background: var(--home-green);
    box-shadow: none;
}

.home-hero h1 {
    max-width: 760px;
    margin-bottom: 1.2rem;
    color: #f7f9ff;
    font-size: clamp(2.45rem, 5.2vw, 4.7rem);
    font-weight: 800;
    letter-spacing: -.052em;
    line-height: 1;
}

.home-hero h1 span {
    display: block;
    color: #9aafc4;
}

.home-hero-copy > p {
    max-width: 650px;
    margin-bottom: 0;
    color: #9dacbf;
    font-size: clamp(1rem, 1.35vw, 1.16rem);
    line-height: 1.75;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.7rem;
}

.home-primary-action,
.home-secondary-action {
    display: inline-flex;
    min-height: 60px;
    align-items: center;
    border-radius: 10px;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.home-primary-action {
    gap: .8rem;
    min-width: 290px;
    padding: .7rem .8rem;
    color: #f3f8f5;
    background: #36775e;
    box-shadow: none;
}

.home-primary-action:hover {
    color: #fff;
    background: #40836a;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .28);
}

.home-action-icon {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 8px;
    color: #dfffee;
    background: #285844;
}

.home-primary-action > span:nth-child(2) {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
}

.home-primary-action strong {
    font-size: .92rem;
    font-weight: 850;
}

.home-primary-action small {
    margin-top: .1rem;
    color: #c3d8ce;
    font-size: .71rem;
    font-weight: 750;
}

.home-primary-action > i {
    padding-right: .35rem;
}

.home-secondary-action {
    gap: .65rem;
    padding: .8rem 1rem;
    border: 1px solid rgba(255, 255, 255, .13);
    color: #eaf1ff;
    background: rgba(255, 255, 255, .035);
    font-size: .87rem;
    font-weight: 780;
}

.home-secondary-action:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, .23);
    background: rgba(255, 255, 255, .07);
    transform: translateY(-2px);
}

.home-competition-row {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem 1.2rem;
    margin-top: 2rem;
}

.home-competition-row span {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: #8291a6;
    font-size: .73rem;
    font-weight: 750;
}

.home-competition-row i,
.home-competition-mark {
    width: .48rem;
    height: .48rem;
    flex: 0 0 auto;
    border-radius: 50%;
}

.home-competition-row .ucl i,
.ucl .home-competition-mark {
    background: var(--home-blue);
    box-shadow: none;
}

.home-competition-row .uel i,
.uel .home-competition-mark {
    background: var(--home-orange);
    box-shadow: none;
}

.home-competition-row .uecl i,
.uecl .home-competition-mark {
    background: var(--home-green);
    box-shadow: none;
}

.home-turkey-pulse {
    position: relative;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 14px;
    background: #111821;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .32);
}

.home-turkey-pulse::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    display: none;
    pointer-events: none;
}

.home-pulse-head,
.home-pulse-footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.home-pulse-head > div {
    display: flex;
    flex-direction: column;
}

.home-pulse-head > div span {
    color: #73839a;
    font-size: .65rem;
    font-weight: 850;
    letter-spacing: .13em;
}

.home-pulse-head > div strong {
    margin-top: .25rem;
    color: #f6f8ff;
    font-size: 1.15rem;
}

.home-flag {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(255, 80, 98, .3);
    border-radius: 9px;
    color: #fff;
    background: #a91e31;
    box-shadow: none;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .08em;
}

.home-rank-display {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: .35rem;
    padding: 1.7rem 0 1.35rem;
}

.home-rank-display > span {
    align-self: center;
    color: #617087;
    font-size: 1.65rem;
    font-weight: 800;
}

.home-rank-display > strong {
    color: #fff;
    font-size: clamp(4.5rem, 8vw, 7rem);
    font-weight: 850;
    letter-spacing: -.08em;
    line-height: .76;
    text-shadow: none;
}

.home-rank-display > div {
    display: flex;
    flex-direction: column;
    padding: 0 0 .15rem .55rem;
}

.home-rank-display > div span {
    color: #d9e4f6;
    font-size: .78rem;
    font-weight: 800;
}

.home-rank-display > div small {
    margin-top: .15rem;
    color: #73839a;
    font-size: .68rem;
}

.home-pulse-metrics {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .55rem;
}

.home-pulse-metrics > div {
    min-width: 0;
    padding: .8rem .7rem;
    border: 1px solid var(--home-line);
    border-radius: 14px;
    background: rgba(255, 255, 255, .025);
}

.home-pulse-metrics span,
.home-pulse-metrics strong {
    display: block;
}

.home-pulse-metrics span {
    overflow: hidden;
    color: #6f7e93;
    font-size: .63rem;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-pulse-metrics strong {
    margin-top: .28rem;
    color: #eef4ff;
    font-size: .88rem;
    font-variant-numeric: tabular-nums;
}

.home-pulse-footer {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--home-line);
}

.home-pulse-footer > span {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: #75859a;
    font-size: .69rem;
    font-weight: 720;
}

.home-pulse-footer > span i {
    color: var(--home-green);
}

.home-pulse-footer > a,
.home-side-header > a {
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
    border: 1px solid var(--home-line);
    border-radius: 11px;
    color: #cbd7e9;
    background: rgba(255, 255, 255, .035);
}

.home-pulse-footer > a:hover,
.home-side-header > a:hover {
    color: #fff;
    border-color: var(--home-line-hover);
    background: rgba(255, 255, 255, .07);
}

.home-live-shell,
.home-panel,
.home-story-card,
.home-explore-card {
    border: 1px solid var(--home-line);
    background: var(--home-panel);
    box-shadow: 0 12px 34px rgba(0, 0, 0, .28);
}

.home-live-shell {
    overflow: hidden;
    border-radius: 14px;
}

.home-live-inner {
    padding: clamp(1rem, 2.2vw, 1.45rem);
}

.home-live-header,
.home-panel-header,
.home-side-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.home-live-header {
    margin-bottom: 1rem;
}

.home-live-kicker {
    margin-bottom: .45rem;
}

.home-live-kicker.is-live {
    color: #77efb2;
}

.home-live-dot,
.home-live-mini-dot {
    display: inline-block;
    width: .52rem;
    height: .52rem;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #76869c;
}

.home-live-kicker.is-live .home-live-dot,
.home-live-mini-dot {
    background: var(--home-green);
    box-shadow: none;
    animation: home-live-pulse 1.8s ease-in-out infinite;
}

@keyframes home-live-pulse {
    50% { opacity: .45; transform: scale(.8); }
}

.home-live-header h2,
.home-panel-header h2,
.home-side-header h2,
.home-story-card h2,
.home-explore-card h2 {
    margin-bottom: 0;
    color: #f3f6fc;
    font-weight: 820;
    letter-spacing: -.035em;
}

.home-live-header h2 {
    font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.home-live-header p {
    margin: .3rem 0 0;
    color: #78889e;
    font-size: .84rem;
}

.home-live-header-actions {
    display: flex;
    align-items: center;
    gap: .7rem;
}

.home-live-updated {
    display: inline-flex;
    align-items: center;
    gap: .38rem;
    color: #6f7f96;
    font-size: .71rem;
    font-weight: 700;
}

.home-inline-link {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: #b9c9df;
    font-size: .78rem;
    font-weight: 780;
}

.home-inline-link:hover {
    gap: .6rem;
    color: #fff;
}

.home-match-rail {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .7rem;
}

.home-match-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .8rem;
    min-width: 0;
    padding: .9rem;
    overflow: hidden;
    border: 1px solid var(--home-line);
    border-radius: 10px;
    color: #e9eff9;
    background: rgba(255, 255, 255, .025);
}

.home-match-card::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background: #60728b;
}

.home-match-card.ucl::before { background: var(--home-blue); }
.home-match-card.uel::before { background: var(--home-orange); }
.home-match-card.uecl::before { background: var(--home-green); }

.home-match-card:hover {
    color: #fff;
    border-color: var(--home-line-hover);
    background: rgba(255, 255, 255, .045);
    transform: translateY(-2px);
}

.home-match-card.is-live {
    border-color: rgba(79, 155, 123, .30);
    background: #111c19;
}

.home-match-topline {
    grid-column: 1 / -1;
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: .65rem;
}

.home-competition-label {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: .4rem;
    overflow: hidden;
    color: #8494aa;
    font-size: .62rem;
    font-weight: 820;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-match-round {
    max-width: 45%;
    overflow: hidden;
    color: #63748b;
    font-size: .6rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-match-teams {
    display: grid;
    min-width: 0;
    gap: .48rem;
}

.home-match-team {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: .45rem;
}

.home-match-team > span:first-child {
    overflow: hidden;
    color: #dce5f2;
    font-size: .76rem;
    font-weight: 760;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-match-logo {
    display: grid;
    width: 29px;
    height: 29px;
    flex: 0 0 auto;
    place-items: center;
    color: #65768c;
}

.home-match-logo img {
    width: 27px;
    height: 27px;
    object-fit: contain;
}

.home-match-state {
    display: flex;
    min-width: 62px;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    text-align: right;
}

.home-match-state strong {
    color: #f8faff;
    font-size: 1rem;
    font-weight: 850;
    font-variant-numeric: tabular-nums;
}

.home-match-state > span {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    margin-top: .15rem;
    color: #718197;
    font-size: .61rem;
    font-weight: 720;
    white-space: nowrap;
}

.home-match-state .is-live-label {
    color: #6ee7aa;
}

.home-live-empty {
    display: flex;
    align-items: center;
    gap: .8rem;
    padding: 1rem;
    border: 1px dashed rgba(255, 255, 255, .1);
    border-radius: 16px;
    color: #7d8da3;
    background: rgba(255, 255, 255, .018);
}

.home-live-empty > i {
    font-size: 1.4rem;
}

.home-live-empty > div {
    display: flex;
    flex-direction: column;
}

.home-live-empty strong {
    color: #dfe7f3;
    font-size: .84rem;
}

.home-live-empty span {
    margin-top: .2rem;
    font-size: .72rem;
}

.home-dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 370px);
    gap: 1.25rem;
    align-items: start;
}

.home-panel {
    overflow: hidden;
    border-radius: 14px;
}

.home-ranking-panel {
    min-width: 0;
}

.home-panel-header {
    padding: clamp(1.1rem, 2.4vw, 1.6rem);
    border-bottom: 1px solid var(--home-line);
}

.home-section-label {
    margin-bottom: .55rem;
}

.home-panel-header h2 {
    font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.home-panel-header p {
    margin: .45rem 0 0;
    color: #7f8ea3;
    font-size: .83rem;
}

.home-ranking-meta {
    display: flex;
    gap: .55rem;
}

.home-ranking-meta > span {
    display: flex;
    min-width: 85px;
    flex-direction: column;
    padding: .65rem .75rem;
    border: 1px solid var(--home-line);
    border-radius: 13px;
    color: #68788e;
    background: rgba(255, 255, 255, .025);
    font-size: .62rem;
    font-weight: 700;
}

.home-ranking-meta strong {
    margin-top: .18rem;
    color: #e9eff9;
    font-size: .76rem;
}

.home-ranking-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .8rem 1rem;
    border-bottom: 1px solid var(--home-line);
    background: rgba(255, 255, 255, .012);
}

.home-country-search {
    display: flex;
    width: min(360px, 100%);
    min-height: 40px;
    align-items: center;
    gap: .55rem;
    padding: 0 .75rem;
    border: 1px solid var(--home-line);
    border-radius: 12px;
    color: #65758b;
    background: rgba(255, 255, 255, .025);
}

.home-country-search:focus-within {
    border-color: rgba(96, 127, 167, .52);
    box-shadow: none;
}

.home-country-search input {
    width: 100%;
    border: 0;
    outline: 0;
    color: #eef3fb;
    background: transparent;
    font-size: .78rem;
    font-weight: 650;
}

.home-country-search input::placeholder {
    color: #617087;
}

.home-ranking-table-wrap {
    max-height: 1040px;
    overflow: auto;
    scrollbar-color: #25354a #080f1a;
    scrollbar-width: thin;
}

.home-live-coefficient {
    min-width: 780px;
}

.home-coefficient-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .72rem .9rem;
    border-bottom: 1px solid var(--home-line);
    color: #7f8fa4;
    background: #0b1118;
    font-size: .68rem;
}

.home-coefficient-status-main,
.home-coefficient-rule {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
}

.home-coefficient-status-main > i {
    width: .48rem;
    height: .48rem;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #607086;
}

.home-coefficient-status strong {
    color: #cbd6e5;
}

.home-live-coefficient.is-live .home-coefficient-status {
    color: #90b9a5;
    background: #0d1715;
}

.home-live-coefficient.is-live .home-coefficient-status-main > i {
    background: var(--home-green);
    animation: home-live-pulse 1.8s ease-in-out infinite;
}

.home-live-coefficient.is-pending .home-coefficient-status {
    color: #b7a287;
    background: #17140f;
}

.home-live-coefficient.is-pending .home-coefficient-status-main > i {
    background: #a78352;
}

.home-coefficient-rule {
    color: #617187;
    white-space: nowrap;
}

.home-coefficient-rule small {
    padding-left: .35rem;
    border-left: 1px solid var(--home-line);
    color: #8292a7;
    font-variant-numeric: tabular-nums;
}

.home-coefficient-warning {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .62rem .9rem;
    border-bottom: 1px solid rgba(176, 116, 63, .18);
    color: #b99b7d;
    background: #18130f;
    font-size: .66rem;
}

.home-ranking-table {
    width: 100%;
    min-width: 780px;
    border-collapse: collapse;
    color: #dfe7f4;
}

.home-ranking-table thead {
    position: sticky;
    z-index: 5;
    top: 0;
}

.home-ranking-table thead th {
    padding: .8rem .75rem;
    border-bottom: 1px solid var(--home-line);
    color: #6f8096;
    background: rgba(5, 11, 20, .98);
    font-size: .63rem;
    font-weight: 850;
    letter-spacing: .1em;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.home-ranking-table thead th:not(:nth-child(2)) {
    text-align: center;
}

.home-ranking-table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, .045);
    transition: background .18s ease;
}

.home-ranking-table tbody tr:hover {
    background: rgba(255, 255, 255, .025);
}

.home-ranking-table tbody tr.is-turkey {
    background: rgba(169, 30, 49, .10);
    box-shadow: inset 3px 0 0 #e12a43;
}

.home-ranking-table tbody tr.is-turkey:hover {
    background: rgba(169, 30, 49, .15);
}

.home-ranking-table tbody tr.is-eliminated:not(.is-turkey) {
    opacity: .66;
}

.home-ranking-table tbody tr.has-live-points {
    background: rgba(79, 155, 123, .055);
}

.home-ranking-table tbody tr.has-live-points:hover {
    background: rgba(79, 155, 123, .09);
}

.home-ranking-table td,
.home-ranking-table th {
    padding: .82rem .75rem;
    vertical-align: middle;
}

.home-rank-cell {
    width: 58px;
    text-align: center;
}

.home-rank-change {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .15rem;
    margin-top: .25rem;
    color: #a7737b;
    font-size: .56rem;
    font-weight: 850;
}

.home-rank-change.is-up {
    color: #6dbb94;
}

.home-rank-number {
    display: inline-grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 1px solid var(--home-line);
    border-radius: 10px;
    color: #aab8cb;
    background: rgba(255, 255, 255, .025);
    font-size: .72rem;
    font-weight: 850;
    font-variant-numeric: tabular-nums;
}

.is-turkey .home-rank-number {
    border-color: rgba(239, 64, 87, .25);
    color: #fff;
    background: rgba(224, 35, 60, .13);
}

.home-country-cell {
    min-width: 410px;
    text-align: left;
}

.home-country-heading {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.home-country-heading > a {
    color: #edf2fa;
    font-size: .84rem;
    font-weight: 820;
}

.home-country-heading > a:hover {
    color: #fff;
}

.home-country-badge {
    padding: .18rem .36rem;
    border: 1px solid rgba(239, 64, 87, .25);
    border-radius: 6px;
    color: #ff9baa;
    background: rgba(224, 35, 60, .11);
    font-size: .52rem;
    font-weight: 900;
    letter-spacing: .09em;
}

.home-live-country-badge {
    padding: .18rem .36rem;
    border: 1px solid rgba(79, 155, 123, .28);
    border-radius: 6px;
    color: #86c9a8;
    background: #102019;
    font-size: .5rem;
    font-weight: 900;
    letter-spacing: .08em;
}

.home-club-list {
    display: flex;
    flex-wrap: wrap;
    gap: .32rem;
    margin-top: .46rem;
}

.home-club-chip {
    display: inline-flex;
    align-items: center;
    gap: .32rem;
    padding: .28rem .43rem;
    border: 1px solid rgba(255, 255, 255, .065);
    border-radius: 8px;
    color: #8291a5;
    background: rgba(255, 255, 255, .018);
    font-size: .6rem;
    font-weight: 700;
    line-height: 1.1;
}

.home-club-chip:hover {
    color: #dfe9f8;
    border-color: rgba(255, 255, 255, .13);
    background: rgba(255, 255, 255, .04);
}

.home-club-chip i {
    width: .35rem;
    height: .35rem;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--home-green);
    box-shadow: none;
}

.home-club-chip small {
    color: #75bd99;
    font-size: .53rem;
    font-weight: 850;
    font-variant-numeric: tabular-nums;
}

.home-club-chip.is-out {
    color: #5f6b7d;
}

.home-club-chip.is-out i {
    background: #586579;
    box-shadow: none;
}

.home-club-empty {
    color: #56657a;
    font-size: .62rem;
    font-weight: 650;
}

.home-number-cell {
    min-width: 90px;
    color: #9aa9bd;
    font-size: .76rem;
    font-variant-numeric: tabular-nums;
    text-align: center;
    white-space: nowrap;
}

.home-number-cell strong {
    color: #edf2fa;
    font-weight: 820;
}

.home-live-gain {
    display: block;
    margin-top: .2rem;
    color: #72bb97;
    font-size: .54rem;
    font-weight: 820;
    font-variant-numeric: tabular-nums;
}

.home-team-count {
    display: inline-flex;
    padding: .34rem .48rem;
    border: 1px solid rgba(55, 225, 142, .13);
    border-radius: 8px;
    color: #89dcb4;
    background: rgba(55, 225, 142, .06);
    font-weight: 800;
}

.home-team-count.is-zero {
    border-color: rgba(255, 93, 115, .12);
    color: #a87680;
    background: rgba(255, 93, 115, .04);
}

.home-search-empty {
    display: flex;
    min-height: 260px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .4rem;
    color: #67778d;
}

.home-search-empty[hidden] {
    display: none;
}

.home-search-empty i {
    margin-bottom: .45rem;
    font-size: 1.6rem;
}

.home-search-empty strong {
    color: #dbe5f3;
    font-size: .9rem;
}

.home-search-empty span {
    font-size: .73rem;
}

.home-sidebar {
    position: sticky;
    top: 1rem;
    display: grid;
    gap: 1.25rem;
}

.home-side-header {
    padding: 1.05rem 1.1rem;
    border-bottom: 1px solid var(--home-line);
}

.home-side-header > div > span {
    display: block;
    margin-bottom: .32rem;
    color: #6d7d93;
    font-size: .6rem;
    font-weight: 850;
    letter-spacing: .12em;
}

.home-side-header h2 {
    font-size: 1.07rem;
}

.home-side-header > i {
    color: #7f91a9;
    font-size: 1rem;
}

.home-club-performance-list {
    display: grid;
    padding: .55rem;
}

.home-club-performance {
    position: relative;
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) auto;
    gap: .65rem;
    align-items: center;
    padding: .75rem .7rem;
    border: 1px solid transparent;
    border-radius: 13px;
    color: #dfe7f3;
}

.home-club-performance::before {
    content: "";
    position: absolute;
    top: 25%;
    bottom: 25%;
    left: 0;
    width: 2px;
    border-radius: 999px;
    background: #68788e;
}

.home-club-performance.ucl::before { background: var(--home-blue); }
.home-club-performance.uel::before { background: var(--home-orange); }
.home-club-performance.uecl::before { background: var(--home-green); }

.home-club-performance:hover {
    color: #fff;
    border-color: var(--home-line);
    background: rgba(255, 255, 255, .028);
}

.home-club-performance.is-out {
    opacity: .57;
}

.home-club-position {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid var(--home-line);
    border-radius: 9px;
    color: #8696aa;
    background: rgba(255, 255, 255, .025);
    font-size: .67rem;
    font-weight: 850;
}

.home-club-performance-copy,
.home-club-points {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.home-club-performance-copy strong {
    overflow: hidden;
    font-size: .76rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-club-performance-copy small,
.home-club-points small {
    margin-top: .15rem;
    color: #617087;
    font-size: .57rem;
    font-weight: 690;
}

.home-club-points {
    text-align: right;
}

.home-club-points strong {
    color: #cfe0f6;
    font-size: .75rem;
    font-variant-numeric: tabular-nums;
}

.home-allocation-list {
    display: grid;
    gap: .45rem;
    padding: .65rem;
}

.home-allocation-row {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: .65rem;
    align-items: center;
    padding: .6rem .65rem;
    border: 1px solid var(--home-line);
    border-radius: 12px;
    color: #95a4b8;
    background: rgba(255, 255, 255, .018);
    font-size: .67rem;
    font-weight: 710;
}

.home-allocation-row::before {
    content: "";
    position: absolute;
    inset: 7px auto 7px 0;
    width: 2px;
    border-radius: 3px;
    background: #65758b;
}

.home-allocation-row.ucl::before { background: var(--home-blue); }
.home-allocation-row.uel::before { background: var(--home-orange); }
.home-allocation-row.uecl::before { background: var(--home-green); }

.home-allocation-rank {
    color: #e4ebf6;
    font-size: .73rem;
    font-weight: 850;
    text-align: center;
}

.home-bottom-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
    gap: 1.25rem;
}

.home-story-card,
.home-explore-card {
    border-radius: 14px;
}

.home-story-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1.2rem;
    align-items: start;
    padding: clamp(1.2rem, 2.5vw, 1.8rem);
}

.home-story-icon {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border: 1px solid rgba(85, 156, 255, .17);
    border-radius: 16px;
    color: #91bcff;
    background: rgba(85, 156, 255, .08);
}

.home-story-card h2,
.home-explore-card h2 {
    margin-top: .45rem;
    font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.home-story-card p {
    max-width: 720px;
    margin: .65rem 0 0;
    color: #8291a6;
    font-size: .82rem;
    line-height: 1.7;
}

.home-story-steps {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .65rem;
    margin-top: 1rem;
}

.home-story-steps span {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    color: #a6b4c8;
    font-size: .7rem;
    font-weight: 740;
}

.home-story-steps b {
    color: var(--home-green);
    font-size: .61rem;
}

.home-story-steps > i {
    color: #405067;
    font-size: .56rem;
}

.home-explore-card {
    padding: 1.25rem;
}

.home-explore-links {
    display: grid;
    gap: .45rem;
    margin-top: 1rem;
}

.home-explore-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .8rem;
    padding: .7rem .75rem;
    border: 1px solid var(--home-line);
    border-radius: 12px;
    color: #9eacc0;
    background: rgba(255, 255, 255, .018);
    font-size: .72rem;
    font-weight: 730;
}

.home-explore-links a:hover {
    color: #fff;
    border-color: var(--home-line-hover);
    background: rgba(255, 255, 255, .04);
}

.home-explore-links i {
    color: #607188;
    font-size: .65rem;
}

@media (prefers-reduced-motion: reduce) {
    .home-live-mini-dot,
    .home-live-kicker.is-live .home-live-dot,
    .home-live-coefficient.is-live .home-coefficient-status-main > i {
        animation: none;
    }
}

@media (max-width: 1199.98px) {
    .home-hero-grid {
        grid-template-columns: minmax(0, 1.1fr) minmax(310px, .9fr);
        gap: 2rem;
    }

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

    .home-dashboard-grid {
        grid-template-columns: minmax(0, 1fr) 330px;
    }
}

@media (max-width: 991.98px) {
    .home-hero {
        min-height: auto;
    }

    .home-hero-grid,
    .home-dashboard-grid,
    .home-bottom-grid {
        grid-template-columns: 1fr;
    }

    .home-turkey-pulse {
        max-width: none;
    }

    .home-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-ranking-table-wrap {
        max-height: 900px;
    }
}

@media (max-width: 767.98px) {
    .home-page {
        gap: .9rem;
    }

    .home-hero {
        padding: 1.3rem;
        border-radius: 23px;
    }

    .home-hero h1 {
        font-size: clamp(2.45rem, 12vw, 3.7rem);
    }

    .home-hero-grid {
        min-height: auto;
    }

    .home-live-header,
    .home-panel-header,
    .home-ranking-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .home-live-header-actions {
        justify-content: space-between;
    }

    .home-match-rail,
    .home-sidebar {
        grid-template-columns: 1fr;
    }

    .home-ranking-meta {
        width: 100%;
    }

    .home-ranking-meta > span {
        flex: 1;
    }

    .home-country-search {
        width: 100%;
    }

    .home-coefficient-status {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-coefficient-rule {
        white-space: normal;
    }

    .home-story-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .home-primary-action,
    .home-secondary-action {
        width: 100%;
    }

    .home-primary-action {
        min-width: 0;
    }

    .home-competition-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: .5rem;
    }

    .home-rank-display > strong {
        font-size: 5rem;
    }

    .home-pulse-metrics {
        gap: .35rem;
    }

    .home-pulse-metrics > div {
        padding: .7rem .45rem;
    }

    .home-pulse-metrics strong {
        font-size: .76rem;
    }

    .home-match-card {
        padding: .8rem;
    }

    .home-story-steps > i {
        display: none;
    }
}
