.sefa-pathway,
.sefa-pathway * {
    box-sizing: border-box;
}

.sefa-pathway {
    --sefa-bg-deep: #010817;
    --sefa-bg: #031126;
    --sefa-panel: #04142b;
    --sefa-line: rgba(31, 117, 213, 0.34);
    --sefa-blue: #2f8cff;
    --sefa-blue-bright: #58abff;
    --sefa-gold: #f5ad20;
    --sefa-text: #f4f7ff;
    --sefa-muted: #b8c0d3;
    position: relative;
    isolation: isolate;
    width: min(1518px, calc(100% - 34px));
    margin: 20px auto;
    padding: 22px 42px 18px;
    overflow: hidden;
    color: var(--sefa-text);
    border: 1px solid rgba(23, 111, 206, 0.26);
    border-radius: 22px;
    background:
        radial-gradient(ellipse at 50% -8%, rgba(0, 104, 255, 0.14) 0%, rgba(0, 104, 255, 0) 47%),
        radial-gradient(ellipse at 4% 48%, rgba(0, 78, 196, 0.13) 0%, rgba(0, 78, 196, 0) 36%),
        radial-gradient(ellipse at 97% 43%, rgba(0, 89, 220, 0.13) 0%, rgba(0, 89, 220, 0) 39%),
        linear-gradient(180deg, #031027 0%, #02091a 48%, #03132a 100%);
    box-shadow:
        0 26px 65px rgba(0, 0, 0, 0.58),
        0 0 36px rgba(0, 73, 174, 0.2),
        inset 0 1px 0 rgba(67, 145, 244, 0.12),
        inset 0 -18px 60px rgba(0, 68, 159, 0.08);
    font-family: "Montserrat", "Inter", Arial, sans-serif;
}

.sefa-pathway::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    border-radius: inherit;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.35), transparent 12%, transparent 88%, rgba(0, 0, 0, 0.35)),
        linear-gradient(180deg, transparent 0%, transparent 76%, rgba(0, 23, 58, 0.28) 100%);
}

.sefa-pathway::after {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: 5;
    pointer-events: none;
    border-radius: 21px;
    box-shadow:
        inset 0 0 44px rgba(0, 88, 216, 0.07),
        inset 0 0 1px rgba(89, 165, 255, 0.3);
}

.sefa-pathway__ambient,
.sefa-pathway__content {
    position: relative;
}

.sefa-pathway__ambient {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.sefa-pathway__content {
    z-index: 2;
}

.sefa-pathway__dots {
    position: absolute;
    display: block;
    width: 500px;
    height: 290px;
    opacity: 0.47;
    background-image: radial-gradient(circle, rgba(16, 102, 230, 0.72) 0 1px, transparent 1.25px);
    background-size: 8px 8px;
    -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, rgba(0, 0, 0, 0.96) 20%, transparent 70%);
    mask-image: radial-gradient(ellipse at center, #000 0%, rgba(0, 0, 0, 0.96) 20%, transparent 70%);
}

.sefa-pathway__dots--left {
    top: 58px;
    left: 72px;
    transform: rotate(-4deg) skewX(-9deg);
}

.sefa-pathway__dots--right {
    top: 124px;
    right: 54px;
    transform: rotate(2deg) skewX(8deg);
}

.sefa-pathway__beam {
    position: absolute;
    display: block;
    height: 2px;
    border-radius: 999px;
    transform-origin: center;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 83, 255, 0.22) 13%, #0a72ff 45%, #eef8ff 51%, #0a72ff 58%, rgba(0, 83, 255, 0.18) 87%, transparent 100%);
    filter: drop-shadow(0 0 4px #1683ff) drop-shadow(0 0 13px rgba(0, 93, 255, 0.88));
    opacity: 0.9;
}

.sefa-pathway__beam::after {
    content: "";
    position: absolute;
    inset: -8px 12% -8px;
    background: linear-gradient(90deg, transparent, rgba(0, 83, 255, 0.18), transparent);
    filter: blur(7px);
}

.sefa-pathway__beam--left-one {
    top: 166px;
    left: -94px;
    width: 560px;
    transform: rotate(26deg);
}

.sefa-pathway__beam--left-two {
    top: 286px;
    left: 86px;
    width: 420px;
    height: 1px;
    opacity: 0.5;
    transform: rotate(-2deg);
}

.sefa-pathway__beam--right-one {
    top: 191px;
    right: -64px;
    width: 540px;
    transform: rotate(-23deg);
}

.sefa-pathway__beam--right-two {
    top: 292px;
    right: 100px;
    width: 390px;
    height: 1px;
    opacity: 0.55;
    transform: rotate(1deg);
}

.sefa-pathway__star {
    position: absolute;
    top: 25px;
    right: -3px;
    width: 285px;
    height: 285px;
    overflow: visible;
    opacity: 0.58;
    filter: drop-shadow(0 0 14px rgba(0, 78, 214, 0.18));
}

.sefa-pathway__star path {
    fill: none;
    stroke-linejoin: round;
}

.sefa-pathway__star-gold {
    stroke: rgba(242, 168, 24, 0.78);
    stroke-width: 1.1;
}

.sefa-pathway__star-blue {
    stroke: rgba(25, 111, 255, 0.62);
    stroke-width: 1.05;
}

.sefa-pathway__eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: max-content;
    min-width: 238px;
    height: 44px;
    margin: 0 auto 5px;
    padding: 0 25px;
    color: #f7b62e;
    border: 1px solid rgba(242, 164, 23, 0.82);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(6, 18, 37, 0.88), rgba(2, 9, 22, 0.82));
    box-shadow:
        0 0 0 1px rgba(255, 188, 54, 0.05),
        inset 0 0 20px rgba(242, 164, 23, 0.025),
        0 0 16px rgba(0, 72, 170, 0.1);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3.7px;
    white-space: nowrap;
}

.sefa-pathway__eyebrow svg {
    width: 31px;
    height: 31px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sefa-pathway__eyebrow svg path:first-child {
    fill: currentColor;
    stroke-width: 1.2;
}

.sefa-pathway__header {
    position: relative;
    text-align: center;
}

.sefa-pathway__title {
    margin: 0;
    color: #f5f7fd;
    font-size: clamp(44px, 3.65vw, 62px);
    font-weight: 800;
    line-height: 0.99;
    letter-spacing: -1.65px;
    text-shadow:
        0 2px 0 rgba(255, 255, 255, 0.08),
        0 4px 10px rgba(0, 0, 0, 0.52),
        0 0 18px rgba(80, 137, 220, 0.08);
}

.sefa-pathway__title > span {
    display: inline-block;
    color: #f5ad20;
    background: linear-gradient(180deg, #ffd75a 0%, #f2ad24 55%, #d98a0b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.36));
}

.sefa-pathway__intro {
    max-width: 850px;
    margin: 12px auto 8px;
    color: #e5e8f0;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.36;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.64);
}

.sefa-pathway__intro strong {
    color: #f5ad20;
    font-size: 1.18em;
    font-weight: 600;
}

.sefa-pathway__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    max-width: 1275px;
    margin: 9px auto 10px;
}

.sefa-stat {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 119px;
    padding: 15px 20px 14px 31px;
    overflow: hidden;
    border: 1px solid rgba(38, 122, 211, 0.4);
    border-radius: 12px;
    background:
        radial-gradient(circle at 49% -25%, rgba(0, 126, 255, 0.2), transparent 35%),
        linear-gradient(180deg, rgba(5, 24, 52, 0.94), rgba(2, 13, 31, 0.96));
    box-shadow:
        inset 0 1px 0 rgba(89, 164, 255, 0.1),
        inset 0 -14px 26px rgba(0, 0, 0, 0.15),
        0 8px 20px rgba(0, 0, 0, 0.12);
}

.sefa-stat::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 28%;
    width: 44%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #2f95ff, #fff, #2f95ff, transparent);
    box-shadow: 0 0 9px #1685ff, 0 0 18px rgba(22, 133, 255, 0.7);
    opacity: 0.9;
}

.sefa-stat__icon {
    flex: 0 0 83px;
    display: grid;
    place-items: center;
    margin-right: 15px;
    color: #ffb226;
}

.sefa-stat__icon svg {
    width: 72px;
    height: 72px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 4px rgba(242, 164, 24, 0.15));
}

.sefa-stat__icon--round svg {
    width: 70px;
    height: 70px;
}

.sefa-stat__fill {
    fill: currentColor;
    stroke-width: 1.2;
}

.sefa-stat__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.sefa-stat__value {
    display: block;
    margin-bottom: 0;
    color: var(--sefa-blue);
    font-size: clamp(31px, 2.25vw, 39px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
    white-space: nowrap;
    text-shadow: 0 0 12px rgba(33, 126, 255, 0.15);
}

.sefa-stat__word {
    display: block;
    margin-bottom: 5px;
    color: var(--sefa-blue-bright);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.sefa-stat__label {
    display: block;
    color: #f1f3f8;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.24;
}

.sefa-pathway__table {
    position: relative;
    max-width: 1437px;
    margin: 0 auto;
    padding: 10px 16px 4px;
    overflow: hidden;
    border: 1px solid rgba(34, 118, 205, 0.35);
    border-radius: 16px;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(0, 84, 192, 0.1), transparent 48%),
        linear-gradient(180deg, rgba(3, 18, 42, 0.97), rgba(2, 13, 31, 0.98));
    box-shadow:
        inset 0 1px 0 rgba(58, 136, 224, 0.08),
        inset 0 0 34px rgba(0, 68, 157, 0.05),
        0 8px 22px rgba(0, 0, 0, 0.2);
}

.sefa-pathway__table::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0, 77, 183, 0.06), transparent 18%, transparent 82%, rgba(0, 77, 183, 0.06));
}

.sefa-pathway__table-title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 17px;
    height: 30px;
    padding: 0 17px;
    color: #f1f3f9;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 5.3px;
    white-space: nowrap;
}

.sefa-pathway__table-title > span {
    color: #f5ad20;
    font-size: 20px;
    line-height: 1;
    filter: drop-shadow(0 0 5px rgba(242, 164, 24, 0.24));
}

.sefa-pathway__columns,
.sefa-pathway__row {
    position: relative;
    display: grid;
    grid-template-columns: minmax(360px, 1.72fr) minmax(190px, 0.79fr) minmax(315px, 1.39fr) minmax(235px, 1fr);
    align-items: center;
}

.sefa-pathway__columns {
    min-height: 28px;
    padding: 0 20px;
    color: #3f9dff;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.35px;
}

.sefa-pathway__rows {
    position: relative;
    display: grid;
    gap: 2px;
}

.sefa-pathway__row {
    min-height: 47px;
    overflow: hidden;
    border: 1px solid rgba(25, 96, 169, 0.34);
    border-radius: 9px;
    background:
        linear-gradient(90deg, rgba(2, 17, 39, 0.97), rgba(4, 24, 52, 0.92) 55%, rgba(3, 20, 44, 0.96)),
        linear-gradient(180deg, rgba(14, 56, 105, 0.12), transparent);
    box-shadow:
        inset 0 1px 0 rgba(66, 137, 220, 0.04),
        inset 0 -1px 0 rgba(0, 0, 0, 0.18);
}

.sefa-pathway__row::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(90deg, transparent 0%, rgba(24, 105, 210, 0.025) 50%, transparent 100%);
}

.sefa-player-cell {
    display: grid;
    grid-template-columns: 81px minmax(0, 1fr);
    align-items: center;
    min-width: 0;
    height: 100%;
}

.sefa-player-cell__photo {
    align-self: stretch;
    display: grid;
    place-items: end center;
    width: 64px;
    min-height: 45px;
    margin-left: 7px;
    overflow: hidden;
    border-right: 1px solid rgba(44, 112, 191, 0.32);
    border-left: 1px solid rgba(44, 112, 191, 0.24);
    border-radius: 8px 8px 0 0;
    background:
        radial-gradient(circle at 50% 76%, rgba(31, 110, 205, 0.38), transparent 48%),
        linear-gradient(180deg, #0a2348, #041329);
}

.sefa-player-cell__image {
    display: block;
    width: 100%;
    height: 45px;
    object-fit: cover;
    object-position: center top;
}

.sefa-player-cell__initials {
    display: grid;
    place-items: center;
    width: 100%;
    height: 45px;
    color: #d5e6ff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.sefa-player-cell__identity {
    min-width: 0;
    padding-right: 12px;
}

.sefa-player-cell__identity h3 {
    margin: 0 0 1px;
    overflow: hidden;
    color: #f6f7fb;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sefa-player-cell__identity p {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    overflow: hidden;
    color: #b4bfd1;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sefa-player-cell__identity i {
    color: #8f9bb0;
    font-style: normal;
    font-size: 8px;
}

.sefa-pathway__cell {
    min-width: 0;
    padding: 0 20px;
    overflow: hidden;
    color: #f1f3f9;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sefa-pathway__cell--joined {
    color: var(--sefa-blue);
    font-weight: 500;
}

.sefa-pathway__cell--status {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sefa-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 145px;
    min-height: 30px;
    padding: 4px 15px;
    border: 1px solid currentColor;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.012);
}

.sefa-status svg {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sefa-status--whitecaps {
    color: #f6ad1f;
    background: rgba(88, 53, 0, 0.14);
}

.sefa-status--mls,
.sefa-status--default {
    color: #2f8cff;
    background: rgba(0, 55, 128, 0.13);
}

.sefa-status--professional {
    color: #c24cff;
    background: rgba(91, 9, 128, 0.13);
}

.sefa-status--prospect {
    color: #43d35d;
    background: rgba(7, 101, 35, 0.12);
}

.sefa-pathway__empty {
    margin: 20px;
    color: var(--sefa-muted);
    text-align: center;
}

@media (max-width: 1240px) {
    .sefa-pathway {
        padding-right: 26px;
        padding-left: 26px;
    }

    .sefa-pathway__stats {
        gap: 12px;
    }

    .sefa-stat {
        padding-left: 18px;
    }

    .sefa-stat__icon {
        flex-basis: 70px;
        margin-right: 9px;
    }

    .sefa-stat__icon svg {
        width: 62px;
        height: 62px;
    }

    .sefa-pathway__columns,
    .sefa-pathway__row {
        grid-template-columns: minmax(300px, 1.55fr) minmax(165px, 0.75fr) minmax(260px, 1.25fr) minmax(205px, 0.95fr);
    }

    .sefa-pathway__cell {
        padding-right: 13px;
        padding-left: 13px;
    }
}

@media (max-width: 1000px) {
    .sefa-pathway__star {
        right: -80px;
        opacity: 0.32;
    }

    .sefa-pathway__title {
        font-size: clamp(38px, 5.8vw, 53px);
    }

    .sefa-pathway__intro {
        font-size: 15px;
    }

    .sefa-pathway__intro-break {
        display: none;
    }

    .sefa-pathway__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 760px;
    }

    .sefa-pathway__columns,
    .sefa-pathway__row {
        grid-template-columns: minmax(260px, 1.35fr) minmax(145px, 0.68fr) minmax(220px, 1.1fr) minmax(185px, 0.9fr);
    }

    .sefa-pathway__columns {
        font-size: 9px;
        letter-spacing: 0.8px;
    }

    .sefa-player-cell {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .sefa-player-cell__photo {
        width: 58px;
    }

    .sefa-player-cell__identity h3,
    .sefa-pathway__cell {
        font-size: 14px;
    }

    .sefa-status {
        min-width: 0;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 9px;
    }
}

@media (max-width: 780px) {
    .sefa-pathway {
        width: calc(100% - 18px);
        margin: 9px auto;
        padding: 18px 14px 14px;
        border-radius: 16px;
    }

    .sefa-pathway::after {
        border-radius: 15px;
    }

    .sefa-pathway__eyebrow {
        min-width: 205px;
        height: 39px;
        padding: 0 19px;
        font-size: 11px;
        letter-spacing: 2.8px;
    }

    .sefa-pathway__eyebrow svg {
        width: 26px;
        height: 26px;
    }

    .sefa-pathway__title {
        font-size: clamp(32px, 9vw, 43px);
        line-height: 1.03;
        letter-spacing: -1px;
    }

    .sefa-pathway__intro {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.46;
    }

    .sefa-pathway__stats {
        gap: 9px;
        margin-top: 14px;
    }

    .sefa-stat {
        min-height: 103px;
        padding: 12px 14px;
    }

    .sefa-stat__icon {
        flex-basis: 62px;
        margin-right: 8px;
    }

    .sefa-stat__icon svg {
        width: 56px;
        height: 56px;
    }

    .sefa-stat__value {
        font-size: 29px;
    }

    .sefa-stat__word {
        font-size: 17px;
    }

    .sefa-stat__label {
        font-size: 13px;
    }

    .sefa-pathway__table {
        padding: 10px 9px 9px;
        border-radius: 13px;
    }

    .sefa-pathway__table-title {
        height: auto;
        min-height: 35px;
        padding: 0 5px 7px;
        font-size: 11px;
        letter-spacing: 2.5px;
        white-space: normal;
    }

    .sefa-pathway__columns {
        display: none;
    }

    .sefa-pathway__rows {
        gap: 8px;
    }

    .sefa-pathway__row {
        grid-template-columns: 1fr;
        gap: 9px;
        padding: 10px;
        border-radius: 11px;
    }

    .sefa-player-cell {
        grid-template-columns: 70px minmax(0, 1fr);
        min-height: 58px;
        padding-bottom: 7px;
        border-bottom: 1px solid rgba(34, 112, 199, 0.18);
    }

    .sefa-player-cell__photo {
        align-self: center;
        width: 58px;
        min-height: 58px;
        margin-left: 0;
        border: 1px solid rgba(44, 112, 191, 0.32);
        border-radius: 9px;
    }

    .sefa-player-cell__image,
    .sefa-player-cell__initials {
        height: 58px;
    }

    .sefa-player-cell__identity h3 {
        font-size: 17px;
    }

    .sefa-player-cell__identity p {
        margin-top: 4px;
        font-size: 12px;
    }

    .sefa-pathway__cell {
        display: grid;
        grid-template-columns: minmax(125px, 42%) 1fr;
        align-items: center;
        min-height: 25px;
        padding: 0;
        overflow: visible;
        font-size: 14px;
        white-space: normal;
    }

    .sefa-pathway__cell::before {
        content: attr(data-label);
        padding-right: 10px;
        color: #3f9dff;
        font-size: 9px;
        font-weight: 500;
        line-height: 1.25;
        letter-spacing: 0.7px;
    }

    .sefa-pathway__cell--status {
        justify-content: stretch;
    }

    .sefa-status {
        justify-self: start;
        min-width: 145px;
        font-size: 10px;
    }
}

@media (max-width: 520px) {
    .sefa-pathway__stats {
        grid-template-columns: 1fr;
    }

    .sefa-stat {
        min-height: 96px;
        padding-right: 22px;
        padding-left: 24px;
    }

    .sefa-stat__icon {
        flex-basis: 76px;
        margin-right: 14px;
    }

    .sefa-stat__icon svg {
        width: 62px;
        height: 62px;
    }

    .sefa-stat__value {
        font-size: 33px;
    }

    .sefa-stat__word {
        font-size: 19px;
    }

    .sefa-stat__label {
        font-size: 14px;
    }

    .sefa-pathway__cell {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .sefa-pathway__cell::before {
        padding-right: 0;
    }

    .sefa-status {
        margin-top: 2px;
    }
}


#sefa-pathway-title {
	    font-size: 26px;
    font-weight: 600;
    margin: 10px 0;
}
.sefa-pathway__content > header > p {
	font-size: 16px;
}
.sefa-pathway__eyebrow {
	    height: 36px;
	    padding: 0 15px;
}
.sefa-stat {
	padding:15px;
}
.sefa-stat__value {
	font-size:24px;
}
.sefa-stat__label {
	font-size:14px;
}
.sefa-stat__icon {
	margin-right:5px;
}
.sefa-pathway__table-title {
	    font-weight: 400;
    letter-spacing: 2.3px;
}
.sefa-pathway__table {
	background:radial-gradient(ellipse at 50% 0%, rgba(0, 84, 192, 0.1), transparent 48%), linear-gradient(180deg, rgb(3 18 42 / 0%), rgba(2, 13, 31, 0.98));
}
.sefa-pathway {
	padding:25px;
	  border: 1px solid rgba(96, 165, 250, 0.28) !important;
    box-shadow: 0 24px 80px rgba(37, 99, 235, 0.22), 0 0 0 1px rgba(96, 165, 250, 0.08) inset, inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}



.sefa-pathway__columns, .sefa-pathway__row {
	grid-template-columns: minmax(300px, 1.72fr) minmax(175px, 0.79fr) minmax(240px, 1.39fr) minmax(240px, 1fr);
}

@media (max-width: 780px) {
    .sefa-pathway__row {
        grid-template-columns: 1fr;
        gap: 9px;
        padding: 10px;
        border-radius: 11px;
    }
}
.sefa-pathway__intro {
	max-width:100%;
}


.sefa-stat {
    position: relative;
    overflow: hidden;
}

.sefa-stat__flare {
    position: absolute;
    top: -3px;
    left: 38%;
width: 2px;
    height: 6px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #fff;
    z-index: 5;
    pointer-events: none;

    box-shadow:
        0 0 4px #fff,
        0 0 8px #7edcff,
        0 0 16px #168cff,
        0 0 32px rgba(22, 140, 255, .8),
        0 0 58px rgba(22, 140, 255, .45);
}

.sefa-stat__flare::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 1px;
    transform: translate(-50%, -50%);
    background: linear-gradient(
        90deg,
        transparent,
        rgba(48, 160, 255, .25),
        #ffffff,
        rgba(48, 160, 255, .25),
        transparent
    );
}

.sefa-stat__flare::after {
    content: "";
    position: absolute;
     top: 50%;
    left: 64%;
    width: 1px;
    height: 3px;
    transform: translate(-50%, -50%);
    background: linear-gradient(
        180deg,
        transparent,
        rgba(160, 230, 255, .75),
        #ffffff,
        rgba(160, 230, 255, .75),
        transparent
    );
}
#hidden {
	display:none!important;
}

.sefa-player-cell__photo {
	border-radius:8px;
	min-height:80px;
	place-items: center;
}
.sefa-player-cell__photo,.sefa-player-cell__image {
	height:80px;
}