.gfc-directory {
    background:
        linear-gradient(135deg, rgba(6, 7, 15, .96), rgba(15, 18, 26, .94)),
        url("../images/common/esport-main-slider-1.jpg") center/cover fixed;
    color: #f8fafc;
    min-height: 860px;
    padding: 70px 0;
}

.gfc-directory * {
    box-sizing: border-box;
}

.gfc-directory__hero {
    margin-bottom: 28px;
}

.gfc-directory__eyebrow {
    color: #c605f7;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .22em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.gfc-directory__title {
    color: #fff;
    font-family: Raleway, Montserrat, sans-serif;
    font-size: 44px;
    font-weight: 900;
    line-height: 1.05;
    margin: 0;
    text-transform: uppercase;
}

.gfc-directory__subtitle {
    color: #b7c0d8;
    font-size: 15px;
    line-height: 1.7;
    margin: 14px 0 0;
    max-width: 760px;
}

.gfc-directory__panel {
    background: rgba(13, 16, 24, .86);
    border: 1px solid rgba(120, 247, 193, .22);
    border-radius: 8px;
    box-shadow: 0 22px 70px rgba(0, 0, 0, .45);
    margin-bottom: 26px;
    padding: 22px;
}

.gfc-directory__filters {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto auto;
}

.gfc-directory__field label {
    color: #d7deef;
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.gfc-directory__field input,
.gfc-directory__field select {
    background: rgba(3, 6, 12, .92);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 6px;
    color: #fff;
    height: 44px;
    padding: 0 13px;
    width: 100%;
}

.gfc-directory__field input:focus,
.gfc-directory__field select:focus {
    border-color: #c605f7;
    box-shadow: 0 0 0 3px rgba(120, 247, 193, .12);
    outline: none;
}

.gfc-directory__actions {
    align-items: end;
    display: flex;
    gap: 10px;
}

.gfc-directory__button {
    align-items: center;
    border: 0;
    border-radius: 6px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    height: 44px;
    justify-content: center;
    letter-spacing: .08em;
    padding: 0 18px;
    text-transform: uppercase;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.gfc-directory__button:hover {
    transform: translateY(-1px);
}

.gfc-directory__button--primary {
    background: #c605f7;
    box-shadow: 0 0 26px rgba(120, 247, 193, .24);
    color: #06110d;
}

.gfc-directory__button--ghost {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    color: #f8fafc;
}

.gfc-directory__toolbar {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.gfc-directory__counter {
    color: #d7deef;
    font-size: 13px;
}

.gfc-directory__grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gfc-directory-card {
    background: linear-gradient(180deg, rgba(22, 27, 38, .96), rgba(9, 11, 18, .98));
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    min-height: 280px;
    overflow: hidden;
    position: relative;
}

.gfc-directory-card__media {
    aspect-ratio: 16 / 7;
    background-position: center;
    background-size: cover;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    position: relative;
}

.gfc-directory-card__media:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .74));
    content: "";
    inset: 0;
    position: absolute;
}

.gfc-directory-card__avatar {
    background: #090d14;
    border: 2px solid #c605f7;
    border-radius: 8px;
    bottom: -28px;
    height: 72px;
    left: 18px;
    object-fit: cover;
    position: absolute;
    width: 72px;
    z-index: 1;
}

.gfc-directory-card__avatar--trophy {
    object-fit: contain;
    padding: 6px;
}

.gfc-directory-card__body {
    padding: 42px 18px 18px;
}

.gfc-directory-card__name {
    color: #fff;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 8px;
}

.gfc-directory-card__meta {
    color: #a9b3ca;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    gap: 8px;
    margin-bottom: 14px;
}

.gfc-directory-card__pill {
    background: rgba(120, 247, 193, .1);
    border: 1px solid rgba(228, 120, 247, 0.18);
    border-radius: 999px;
    color: #dfffee;
    padding: 5px 9px;
}

.gfc-directory-card__text {
    color: #c5cee0;
    font-size: 13px;
    line-height: 1.6;
    min-height: 42px;
}

.gfc-directory-card__footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.gfc-directory-card__link {
    background: transparent;
    border: 0;
    color: #c605f7;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    padding: 0;
    text-transform: uppercase;
}

.gfc-directory[data-directory-card-style="profile"] .gfc-directory__grid {
    align-items: stretch;
    gap: 24px;
}

.gfc-championship-card {
    min-width: 0;
    position: relative;
    transition: transform .3s ease;
}

.gfc-championship-card:hover {
    transform: translateY(-8px);
}

.gfc-championship-card__link {
    background:
        linear-gradient(180deg, rgba(30, 13, 54, .98), rgba(8, 5, 14, .99)),
        radial-gradient(circle at 50% 30%, rgba(124, 42, 232, .32), transparent 42%);
    border: 1px solid rgba(168, 85, 247, .42);
    box-shadow: 0 30px 80px -34px rgba(124, 42, 232, .82);
    clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
    color: #f4eefc;
    display: flex;
    flex-direction: column;
    min-height: 680px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    text-decoration: none;
}

.gfc-championship-card__link:before {
    background: repeating-linear-gradient(
        135deg,
        transparent 0,
        transparent 18px,
        rgba(168, 85, 247, .04) 18px,
        rgba(168, 85, 247, .04) 19px
    );
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.gfc-championship-card__link:after {
    background: linear-gradient(90deg, transparent, #a855f7, #e930ff, transparent);
    content: "";
    height: 2px;
    inset: auto 18px 0;
    opacity: .75;
    position: absolute;
}

.gfc-championship-card__link:focus-visible {
    outline: 3px solid #a855f7;
    outline-offset: 5px;
}

.gfc-championship-card__glow {
    background: rgba(124, 42, 232, .3);
    border-radius: 999px;
    filter: blur(48px);
    height: 240px;
    pointer-events: none;
    position: absolute;
    right: -80px;
    top: 90px;
    width: 240px;
}

.gfc-championship-card__header,
.gfc-championship-card__metrics,
.gfc-championship-card__visual,
.gfc-championship-card__details,
.gfc-championship-card__description,
.gfc-championship-card__footer {
    position: relative;
    z-index: 1;
}

.gfc-championship-card__header {
    align-items: center;
    border-bottom: 1px solid rgba(168, 120, 255, .16);
    color: #a855f7;
    display: flex;
    font-family: Rajdhani, sans-serif;
    font-size: 11px;
    font-weight: 700;
    justify-content: space-between;
    letter-spacing: .14em;
    padding-bottom: 14px;
    text-transform: uppercase;
}

.gfc-championship-card__status {
    align-items: center;
    display: inline-flex;
    gap: 7px;
    letter-spacing: .08em;
    text-align: right;
}

.gfc-championship-card__status i {
    background: currentColor;
    border-radius: 999px;
    box-shadow: 0 0 14px currentColor;
    display: inline-block;
    height: 7px;
    width: 7px;
}

.gfc-championship-card__status.is-registration {
    color: #6ee7b7;
}

.gfc-championship-card__status.is-ongoing {
    color: #f0b93d;
}

.gfc-championship-card__status.is-finished {
    color: #a898c2;
}

.gfc-championship-card__status.is-cancelled {
    color: #f87171;
}

.gfc-championship-card__metrics {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 16px 0;
    text-align: center;
}

.gfc-championship-card__metrics div {
    background: rgba(8, 5, 14, .58);
    border: 1px solid rgba(168, 120, 255, .16);
    border-radius: 12px;
    padding: 11px 5px 10px;
}

.gfc-championship-card__metrics dt {
    color: #7c6d94;
    font-family: Rajdhani, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gfc-championship-card__metrics dd {
    color: #f4eefc;
    font-family: Teko, Rajdhani, sans-serif;
    font-size: 29px;
    font-weight: 600;
    line-height: 1;
    margin: 5px 0 0;
}

.gfc-championship-card__metrics dd small {
    color: #7c6d94;
    font-size: 16px;
}

.gfc-championship-card__visual {
    background: #08050e;
    border: 1px solid rgba(168, 85, 247, .38);
    border-radius: 42% 42% 16px 16px;
    height: 235px;
    overflow: hidden;
}

.gfc-championship-card__banner,
.gfc-championship-card__shade {
    inset: 0;
    position: absolute;
}

.gfc-championship-card__banner {
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
    width: 100%;
}

.gfc-championship-card:hover .gfc-championship-card__banner {
    transform: scale(1.06);
}

.gfc-championship-card__shade {
    background:
        linear-gradient(180deg, rgba(8, 5, 14, .15), rgba(8, 5, 14, .94)),
        radial-gradient(circle at center, rgba(124, 42, 232, .12), transparent 60%);
}

.gfc-championship-card__trophy {
    filter: drop-shadow(0 18px 22px rgba(0, 0, 0, .72));
    height: 125px;
    left: 50%;
    object-fit: contain;
    position: absolute;
    top: 47%;
    transform: translate(-50%, -50%);
    transition: transform .4s ease;
    width: 125px;
}

.gfc-championship-card:hover .gfc-championship-card__trophy {
    transform: translate(-50%, -53%) scale(1.07);
}

.gfc-championship-card__format {
    background: rgba(8, 5, 14, .78);
    border: 1px solid rgba(240, 185, 61, .35);
    bottom: 12px;
    color: #f0b93d;
    font-family: Rajdhani, sans-serif;
    font-size: 10px;
    font-weight: 700;
    left: 50%;
    letter-spacing: .1em;
    max-width: calc(100% - 24px);
    overflow: hidden;
    padding: 6px 10px;
    position: absolute;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transform: translateX(-50%);
    white-space: nowrap;
}

.gfc-championship-card__details {
    border-bottom: 1px solid rgba(168, 120, 255, .16);
    display: grid;
    gap: 12px 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 16px 0 0;
    padding-bottom: 15px;
}

.gfc-championship-card__details div {
    min-width: 0;
}

.gfc-championship-card__details dt {
    color: #7c6d94;
    font-family: Rajdhani, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.gfc-championship-card__details dd {
    color: #d8cce9;
    font-size: 11px;
    line-height: 1.45;
    margin: 4px 0 0;
}

.gfc-championship-card__details dd small {
    color: #7c6d94;
    font-size: 9px;
}

.gfc-championship-card__description {
    color: #a898c2;
    display: -webkit-box;
    font-size: 11px;
    line-height: 1.5;
    margin: 13px 0 0;
    min-height: 34px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.gfc-championship-card__footer {
    margin-top: auto;
    padding-top: 15px;
    text-align: center;
}

.gfc-championship-card__game {
    color: #a855f7;
    display: block;
    font-family: Rajdhani, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.gfc-championship-card__footer h2 {
    color: #f4eefc;
    font-family: Rajdhani, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    margin: 6px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.gfc-championship-card__action {
    align-items: center;
    color: #f0b93d;
    display: inline-flex;
    font-family: Rajdhani, sans-serif;
    font-size: 11px;
    font-weight: 700;
    gap: 8px;
    letter-spacing: .12em;
    margin-top: 10px;
    text-transform: uppercase;
}

.gfc-championship-card__action b {
    font-size: 17px;
    transition: transform .25s ease;
}

.gfc-championship-card:hover .gfc-championship-card__action b {
    transform: translateX(4px);
}

.gfc-directory[data-directory-card-style="team-profile"] .gfc-directory__grid {
    align-items: stretch;
    gap: 24px;
}

.gfc-team-card {
    min-width: 0;
    position: relative;
    transition: transform .3s ease;
}

.gfc-team-card:hover {
    transform: translateY(-8px);
}

.gfc-team-card__link {
    background:
        linear-gradient(180deg, rgba(24, 11, 43, .98), rgba(8, 5, 14, .99)),
        radial-gradient(circle at 50% 42%, rgba(124, 42, 232, .25), transparent 45%);
    border: 1px solid rgba(168, 85, 247, .38);
    box-shadow: 0 30px 80px -36px rgba(124, 42, 232, .86);
    clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
    color: #f4eefc;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 555px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.gfc-team-card__link:before {
    background: repeating-linear-gradient(
        135deg,
        transparent 0,
        transparent 18px,
        rgba(168, 85, 247, .035) 18px,
        rgba(168, 85, 247, .035) 19px
    );
    content: "";
    inset: 190px 0 0;
    pointer-events: none;
    position: absolute;
}

.gfc-team-card__link:after {
    background: linear-gradient(90deg, transparent, #a855f7, #e930ff, transparent);
    content: "";
    height: 2px;
    inset: auto 18px 0;
    opacity: .75;
    position: absolute;
}

.gfc-team-card__link:focus-visible {
    outline: 3px solid #a855f7;
    outline-offset: 5px;
}

.gfc-team-card__media {
    background: #08050e;
    height: 190px;
    overflow: hidden;
    position: relative;
}

.gfc-team-card__banner,
.gfc-team-card__media-shade {
    inset: 0;
    position: absolute;
}

.gfc-team-card__banner {
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
    width: 100%;
}

.gfc-team-card:hover .gfc-team-card__banner {
    transform: scale(1.06);
}

.gfc-team-card__media-shade {
    background:
        linear-gradient(180deg, rgba(8, 5, 14, .06), rgba(8, 5, 14, .88)),
        linear-gradient(90deg, rgba(8, 5, 14, .42), transparent 45%, rgba(8, 5, 14, .28));
}

.gfc-team-card__level,
.gfc-team-card__game {
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, .15);
    font-family: Rajdhani, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .11em;
    max-width: 44%;
    overflow: hidden;
    padding: 7px 9px;
    position: absolute;
    text-overflow: ellipsis;
    text-transform: uppercase;
    top: 16px;
    white-space: nowrap;
}

.gfc-team-card__level {
    background: rgba(124, 42, 232, .72);
    color: #fff;
    left: 16px;
}

.gfc-team-card__game {
    background: rgba(8, 5, 14, .72);
    color: #f0b93d;
    right: 16px;
}

.gfc-team-card__logo-wrap {
    align-items: center;
    background: linear-gradient(145deg, #1c0f33, #08050e);
    border: 2px solid rgba(168, 85, 247, .65);
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(8, 5, 14, .8), 0 0 30px rgba(124, 42, 232, .28);
    display: flex;
    flex: 0 0 auto;
    height: 104px;
    justify-content: center;
    margin: -52px auto 0;
    padding: 12px;
    position: relative;
    transform: rotate(3deg);
    width: 104px;
    z-index: 2;
}

.gfc-team-card__logo {
    height: 100%;
    object-fit: contain;
    transform: rotate(-3deg);
    width: 100%;
}

.gfc-team-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 12px 22px 22px;
    position: relative;
    z-index: 1;
}

.gfc-team-card__header {
    border-bottom: 1px solid rgba(168, 120, 255, .16);
    padding-bottom: 16px;
    text-align: center;
}

.gfc-team-card__header > span {
    color: #a855f7;
    display: block;
    font-family: Rajdhani, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.gfc-team-card__header h2 {
    color: #f4eefc;
    font-family: Rajdhani, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.1;
    margin: 6px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.gfc-team-card__header p {
    color: #a898c2;
    font-size: 11px;
    margin: 5px 0 0;
}

.gfc-team-card__metrics {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 16px 0 0;
    text-align: center;
}

.gfc-team-card__metrics div {
    background: rgba(8, 5, 14, .5);
    border: 1px solid rgba(168, 120, 255, .16);
    border-radius: 12px;
    min-width: 0;
    padding: 11px 5px 10px;
}

.gfc-team-card__metrics dt {
    color: #7c6d94;
    font-family: Rajdhani, sans-serif;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gfc-team-card__metrics dd {
    color: #f4eefc;
    font-family: Teko, Rajdhani, sans-serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 1;
    margin: 5px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.gfc-team-card__metrics dd.is-date {
    font-family: Rajdhani, sans-serif;
    font-size: 13px;
    line-height: 27px;
}

.gfc-team-card__manager {
    align-items: center;
    background: rgba(124, 42, 232, .1);
    border: 1px solid rgba(168, 85, 247, .2);
    border-radius: 12px;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-top: 12px;
    padding: 10px 12px;
}

.gfc-team-card__manager span {
    color: #7c6d94;
    font-family: Rajdhani, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.gfc-team-card__manager strong {
    color: #d8cce9;
    font-size: 11px;
    max-width: 68%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gfc-team-card__description {
    color: #a898c2;
    display: -webkit-box;
    font-size: 11px;
    line-height: 1.55;
    margin: 13px 0 0;
    min-height: 34px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.gfc-team-card__footer {
    align-items: center;
    border-top: 1px solid rgba(168, 120, 255, .16);
    color: #f0b93d;
    display: flex;
    font-family: Rajdhani, sans-serif;
    font-size: 11px;
    font-weight: 700;
    justify-content: space-between;
    letter-spacing: .12em;
    margin-top: auto;
    padding-top: 14px;
    text-transform: uppercase;
}

.gfc-team-card__footer b {
    font-size: 20px;
    transition: transform .25s ease;
}

.gfc-team-card:hover .gfc-team-card__footer b {
    transform: translateX(4px);
}

.gfc-directory[data-directory-card-style="player-profile"] .gfc-directory__grid {
    align-items: stretch;
    gap: 24px;
}

.gfc-player-card__link {
    box-shadow: 0 30px 80px -36px rgba(233, 48, 255, .7);
}

.gfc-player-card__avatar-wrap {
    border-radius: 42% 42% 20px 20px;
    height: 116px;
    margin-top: -58px;
    padding: 5px;
    transform: none;
    width: 116px;
}

.gfc-player-card__avatar {
    border-radius: 39% 39% 15px 15px;
    object-fit: cover;
    object-position: top;
    transform: none;
}

.gfc-player-card__team {
    display: grid;
    gap: 9px;
    grid-template-columns: auto auto minmax(0, 1fr);
    justify-content: initial;
}

.gfc-player-card__team img {
    background: rgba(8, 5, 14, .68);
    border: 1px solid rgba(168, 120, 255, .16);
    border-radius: 8px;
    height: 34px;
    object-fit: contain;
    padding: 4px;
    width: 34px;
}

.gfc-player-card__team strong {
    max-width: none;
    text-align: right;
}

.gfc-directory__state {
    background: rgba(9, 11, 18, .82);
    border: 1px dashed rgba(255, 255, 255, .16);
    border-radius: 8px;
    color: #c5cee0;
    padding: 42px 20px;
    text-align: center;
}

.gfc-directory__pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 24px;
}

.gfc-directory__page {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 5px;
    color: #fff;
    min-width: 38px;
    padding: 9px 12px;
}

.gfc-directory__page.is-active {
    background: #c605f7;
    color: #06110d;
}

.gfc-transfer-list {
    display: grid;
    gap: 18px;
}

.gfc-transfer-card {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(22, 27, 38, .96), rgba(9, 11, 18, .98)),
        radial-gradient(circle at 72% 20%, rgba(198, 5, 247, .18), transparent 34%);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    box-shadow: 0 20px 54px rgba(0, 0, 0, .28);
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(240px, .85fr) minmax(360px, 1.35fr) minmax(230px, .8fr);
    min-height: 170px;
    overflow: hidden;
    padding: 22px;
    position: relative;
    width: 100%;
}

.gfc-transfer-card:before {
    background: linear-gradient(90deg, #c605f7, #78f7c1);
    content: "";
    inset: 0 auto 0 0;
    position: absolute;
    width: 4px;
}

.gfc-transfer-card__player,
.gfc-transfer-card__team,
.gfc-transfer-card__movement {
    align-items: center;
    display: flex;
}

.gfc-transfer-card__player {
    gap: 16px;
    min-width: 0;
}

.gfc-transfer-card__player img {
    border: 2px solid rgba(198, 5, 247, .72);
    border-radius: 12px;
    height: 82px;
    object-fit: cover;
    width: 82px;
}

.gfc-transfer-card__player h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 7px;
}

.gfc-transfer-card__player p,
.gfc-transfer-card__player span {
    color: #a9b3ca;
    display: block;
    font-size: 12px;
    margin: 0;
}

.gfc-transfer-card__movement {
    gap: 16px;
    justify-content: center;
}

.gfc-transfer-card__team {
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 8px;
    flex: 1;
    gap: 12px;
    min-height: 86px;
    min-width: 0;
    padding: 14px;
}

.gfc-transfer-card__team img,
.gfc-transfer-card__free-agent {
    background: rgba(3, 6, 12, .9);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    flex: 0 0 auto;
    height: 56px;
    object-fit: contain;
    padding: 7px;
    width: 56px;
}

.gfc-transfer-card__free-agent {
    align-items: center;
    color: #78f7c1;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    justify-content: center;
    letter-spacing: .08em;
}

.gfc-transfer-card__team small {
    color: #78f7c1;
    display: block;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.gfc-transfer-card__team strong {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 1.25;
}

.gfc-transfer-card__arrow {
    align-items: center;
    background: rgba(198, 5, 247, .16);
    border: 1px solid rgba(198, 5, 247, .34);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 22px;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.gfc-transfer-card__details {
    min-width: 0;
}

.gfc-transfer-card__status {
    border-radius: 999px;
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: 12px;
    padding: 6px 10px;
    text-transform: uppercase;
}

.gfc-transfer-card__status.is-active {
    background: rgba(120, 247, 193, .12);
    border: 1px solid rgba(120, 247, 193, .25);
    color: #78f7c1;
}

.gfc-transfer-card__status.is-inactive {
    background: rgba(148, 163, 184, .12);
    border: 1px solid rgba(148, 163, 184, .2);
    color: #cbd5e1;
}

.gfc-transfer-card__details dl {
    display: grid;
    gap: 9px;
    margin: 0;
}

.gfc-transfer-card__details dt {
    color: #7d879d;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.gfc-transfer-card__details dd {
    color: #d7deef;
    font-size: 13px;
    margin: 2px 0 0;
}

.gfc-transfer-pagination {
    margin-top: 26px;
}

.gfc-directory-modal .modal-content {
    background: #0b0f17;
    border: 1px solid rgba(120, 247, 193, .2);
    border-radius: 8px;
    color: #f8fafc;
    overflow: hidden;
}

.gfc-directory-modal .modal-header,
.gfc-directory-modal .modal-footer {
    border-color: rgba(255, 255, 255, .1);
}

.gfc-directory-modal .close {
    color: #fff;
    opacity: .86;
}

.gfc-directory-detail__banner {
    background-position: center;
    background-size: cover;
    min-height: 170px;
}

.gfc-directory-detail__body {
    padding: 20px;
}

.gfc-directory-detail__list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
}

.gfc-directory-detail__item {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 7px;
    color: #d7deef;
    padding: 12px;
}

@media (max-width: 1199px) {
    .gfc-directory__filters,
    .gfc-directory__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gfc-transfer-card {
        grid-template-columns: 1fr;
    }

    .gfc-transfer-card__movement {
        justify-content: stretch;
    }
}

@media (max-width: 767px) {
    .gfc-directory {
        padding: 42px 0;
    }

    .gfc-directory__title {
        font-size: 32px;
    }

    .gfc-directory__filters,
    .gfc-directory__grid,
    .gfc-directory-detail__list {
        grid-template-columns: 1fr;
    }

    .gfc-directory__actions,
    .gfc-directory__toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .gfc-transfer-card {
        padding: 18px;
    }

    .gfc-transfer-card__movement {
        align-items: stretch;
        flex-direction: column;
    }

    .gfc-transfer-card__arrow {
        align-self: center;
        transform: rotate(90deg);
    }

    .gfc-transfer-card__player {
        align-items: flex-start;
    }

    .gfc-championship-card__link {
        min-height: 0;
        padding: 18px;
    }

    .gfc-championship-card__visual {
        height: 225px;
    }

    .gfc-team-card__link {
        min-height: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gfc-championship-card,
    .gfc-championship-card__banner,
    .gfc-championship-card__trophy,
    .gfc-championship-card__action b,
    .gfc-team-card,
    .gfc-team-card__banner,
    .gfc-team-card__footer b {
        transition: none;
    }

    .gfc-championship-card:hover,
    .gfc-team-card:hover {
        transform: none;
    }
}
