@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Noto+Sans:wght@400;500;600;700;800&family=Rajdhani:wght@600;700;800&display=swap');
.ef-collect-btn,.ef-limited-badge,.loading-text,.step-label {
    text-transform: uppercase
}

.container,body {
    background: var(--bg-page)
}

.r-page {
    background: url(images/begron.jpg) no-repeat;
    background-size: 100% 100%;
}

.app-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #0d0f17;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 8px 12px;
}

.ah-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    max-width: 480px;
    margin: 0 auto;
}

.ah-left {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-self: start;
}

.ah-center {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
}

.ah-right {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-self: end;
}

.ah-back,
.ah-home {
    background: none;
    border: none;
    cursor: pointer;
    color: #8a99ad;
    font-size: 15px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.15s ease;
}

.ah-home {
    color: #0078ff;
}

.ah-back:hover,
.ah-home:hover {
    color: #ffffff;
}

.ah-point-icon {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    object-fit: cover;
    display: block;
}

.ah-logo {
    width: 86px;
    height: auto;
    object-fit: contain;
    display: block;
}

.ef-wrap {
    padding: 10px 12px 0px;
    max-width: 480px;
    margin: 0 auto;
}

.ef-free-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
    margin-top: 2px;
}

.ef-free-title {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #ffff00;
    margin: 0;
    font-family: 'eFootball Stencil', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .3px;
}

.ef-ends-text {
    color: #828287;
    font-size: 10.5px;
    font-weight: 600;
    font-family: sans-serif;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    line-height: 1;
}

.ef-coins-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    margin-bottom: 10px;
    padding-top: 6px;
    align-items: start;
}


.ef-pcard-stock {
    width: 83px;
    border-top: 1px solid #ffffff12;
    padding-top: 4px;
    font-size: 7px;
    color: #ff8c00;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
}

.ef-pcard-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 4px 0 3px;
}

.ef-stock {
    margin-top: 2px;
    width: 83px;
    border-top: 1px solid #ffffff12;
    padding-top: 4px;
    font-size: 7px;
    color: #ff8c00;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
}

.ef-collect-btn,.ef-limited-badge,.loading-text,.step-label {
    text-transform: uppercase}

.container,
    body {
    background: var(--bg-page)}

.container,.header-container {
    position: relative;
    overflow: hidden}

:root {
    --bg-page: #0a0a14;
    --bg-card: #1c1c30;
    --blue: #0088ff;
    --blue-light: #33aaff;
    --blue-btn-bg: #dce9ff;
    --yellow: #f5c400;
    --white: #ffffff;
    --black: #111111;
    --gray: #666666;
    --gray-light: #aaaaaa;
    --gray-bg: #f0f0f0;
    --red: #e02020;
    --border: #e0e0e0;
    --font: 'Noto Sans',sans-serif;
    --r-popup: 20px;
    --r-btn: 50px;
    --r-card: 14px}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none}
    body {
    font-family: var(--font)}

.container {
    margin: 0 auto;
    max-width: 480px;
    min-height: 100vh}

.header-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #0a0a14;
}

.ef-confirm-player-item img,
.ef-done-player-item img,
.ef-player-card img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
}

.header-background {
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 170px;
    max-height: 230px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.header-container::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(10, 10, 20, 0.7) 80%, var(--bg-page) 100%);
    pointer-events: none;
}

.header-content {
    position: absolute;
    bottom: 12px;
    left: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 3;
}

.header-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    object-fit: cover;
    display: block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.header-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.header-title {
    font-size: 17px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.3px;
    line-height: 1.1;
}

.header-subtitle {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.header-icon-svg {
    width: 12px;
    height: 12px;
    color: #0078ff;
}

.stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px 10px;
    background: #112;
    border-bottom: 1px solid rgba(255,255,255,.06)}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    opacity: .3;
    transition: opacity .3s}

.step.active {
    opacity: 1}

.step-number {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,.4);
    background: 0 0;
    transition: .3s}

.step.active .step-number {
    border-color: var(--blue);
    color: var(--blue);
    background: rgba(0,136,255,.1)}

.step-label {
    font-size: 8px;
    font-weight: 700;
    color: rgba(255,255,255,.35);
    letter-spacing: .5px}

.step.active .step-label {
    color: var(--white)}

.step-connector {
    flex: 1;
    height: 1px;
    background: rgba(255,255,255,.1);
    margin-bottom: 14px;
    max-width: 36px}

.ef-wrap {
    /* background: url(images/begron.jpg) no-repeat; */
    background-size: 100% 100%;
    padding: 10px 12px 1px;
    max-width: 480px;
    margin: 0 auto;
    }

.ef-coins-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    margin-bottom: 10px;
    padding-top: 5px;
    align-items: start;
}

.ef-pcard-slider {
    position: relative;
    margin-bottom: 7px;
    }

.ef-pcard-track {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 5px 2px 8px;
    scrollbar-width: none;
    position: relative;
}

.ef-pcard-track::-webkit-scrollbar {
    display: none}

.ef-pcard {
    background: linear-gradient(95deg, #11164d 0%, #171718 100%);
    border: 1px solid rgb(255 255 255 / 12%);
    border-radius: var(--r-card);
    padding: 14px 4px 4px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
    flex: 0 0 32%;
    scroll-snap-align: start;
    box-shadow: 0 4px 12px rgba(0,0,0,.35);
}

.ef-pcard::before, .ef-coin-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 220%;
    height: 220%;
    background: linear-gradient(
        115deg,
        transparent 38%,
        rgba(255, 255, 255, 0.08) 46%,
        rgba(0, 180, 255, 0.22) 50%,
        rgba(245, 196, 0, 0.15) 54%,
        transparent 62%
    );
    transform: rotate(25deg);
    pointer-events: none;
    opacity: 0;
    transition: opacity .35s ease, transform .65s ease;
    z-index: 1;
}

.ef-pcard:hover, .ef-coin-card:hover {
    border-color: rgba(0, 140, 255, 0.65);
    transform: translateY(-3px) scale(1.015);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.55), 0 0 16px rgba(0, 140, 255, 0.25);
}

.ef-pcard:hover::before, .ef-coin-card:hover::before {
    opacity: 1;
    transform: rotate(25deg) translate(28%, 28%);
}

#ef-pcard-track-2 .ef-pcard,
.ef-pcard:has(.ef-pcard-player ~ .ef-pcard-player) {
    flex: 0 0 calc(50% - 4px);
    max-width: calc(50% - 4px);
    padding: 14px 6px 6px 6px;
    box-sizing: border-box;
}

#ef-pcard-track-2 .ef-pcard-players,
.ef-pcard:has(.ef-pcard-player ~ .ef-pcard-player) .ef-pcard-players {
    position: relative;
    width: 100%;
    max-width: 148px;
    height: 122px;
    margin: 3px auto 6px;
    display: block;
}

#ef-pcard-track-2 .ef-pcard-player,
.ef-pcard:has(.ef-pcard-player ~ .ef-pcard-player) .ef-pcard-player {
    position: absolute;
    width: 76px;
    aspect-ratio: 7 / 10;
    overflow: hidden;
    border: 1.5px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    transition: transform .28s cubic-bezier(.22, 1, .36, 1), filter .28s ease, box-shadow .28s ease;
}

#ef-pcard-track-2 .ef-pcard-player:first-child,
.ef-pcard:has(.ef-pcard-player ~ .ef-pcard-player) .ef-pcard-player:first-child {
    left: 2px;
    top: 4px;
    transform: rotate(-3.5deg);
    z-index: 1;
    filter: brightness(0.95);
}

#ef-pcard-track-2 .ef-pcard-player:last-child,
.ef-pcard:has(.ef-pcard-player ~ .ef-pcard-player) .ef-pcard-player:last-child {
    right: 2px;
    top: 8px;
    transform: rotate(3.5deg);
    z-index: 2;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.65), 0 0 12px rgba(0, 140, 255, 0.25);
}

#ef-pcard-track-2 .ef-pcard:hover .ef-pcard-player:first-child,
.ef-pcard:has(.ef-pcard-player ~ .ef-pcard-player):hover .ef-pcard-player:first-child {
    transform: rotate(-6deg) translateX(-3px) scale(1.02);
    filter: brightness(1);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.65);
}

#ef-pcard-track-2 .ef-pcard:hover .ef-pcard-player:last-child,
.ef-pcard:has(.ef-pcard-player ~ .ef-pcard-player):hover .ef-pcard-player:last-child {
    transform: rotate(6deg) translateX(3px) scale(1.03);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.75), 0 0 14px rgba(0, 210, 255, 0.45);
}

#ef-pcard-track-2 .ef-pcard-stock,
.ef-pcard:has(.ef-pcard-player ~ .ef-pcard-player) .ef-pcard-stock {
    width: 100%;
    max-width: 100px;
    margin: 0 auto 5px;
}

#ef-pcard-track-2 .ef-pcard-btn,
.ef-pcard:has(.ef-pcard-player ~ .ef-pcard-player) .ef-pcard-btn {
    width: 100%;
    margin: 0 auto;
}

.ef-pcard .ef-coin-amount {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.ef-pcard .ef-plus-divider {
    margin: 0px 0 2px;
}

.ef-coin-amount:empty,
.ef-plus-divider:empty {
    display: none !important;
}

.ef-pcard.ef-no-coins,
.ef-pcard:not(:has(.ef-coin-amount)) {
    padding-top: 18px;
}

.ef-pcard.ef-no-coins .ef-pcard-players,
.ef-pcard:not(:has(.ef-coin-amount)) .ef-pcard-players {
    margin-top: 4px;
}

.ef-pcard-players {
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 6px;
    position: relative;
    z-index: 2;
}

.ef-pcard-player {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    max-width: 92px;
    aspect-ratio: 7 / 10;
    /* border-radius: 4px; */
    overflow: hidden;
    background: #0f1118;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.ef-pcard-player img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ef-pcard-stock {
    width: 83px;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 4px;
    font-size: 7.5px;
    color: #ff9d1a;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
}

.ef-pcard-btn {
    width: 100%;
    margin-bottom: 1px;
    position: relative;
    z-index: 2;
}

.ef-pcard-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 4px 0 3px;
}

.ef-pcard-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,.25);
    cursor: pointer;
    transition: width .25s,background .25s;
}

.ef-pcard-dot.active {
    width: 18px;
    border-radius: 4px;
    background: var(--yellow);
}

.ef-coin-card {
    background: linear-gradient(180deg, #1d212d 0%, #151824 100%);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: var(--r-card);
    padding: 8px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,.35);
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.ef-collect-btn,.ef-popup-close {
    transition: background .15s;
    cursor: pointer;
}

.ef-limited-badge {
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    background: linear-gradient(135deg, #ffe066 0%, #f5a623 50%, #d48200 100%);
    color: #0b0c10;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: .4px;
    padding: 2px 8px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 9px;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0,0,0,.45);
    text-shadow: 0 0.5px 0 rgba(255,255,255,.4);
    z-index: 3;
}

.ef-coin-img {
    margin-top: 18px;
    margin-bottom: 4px}

.ef-coin-img
    img {
    width: 47px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 0px 0px rgba(245,196,0,.3));
}

.ef-coin-amount {
    font-size: 12px;
    font-weight: 800;
    color: #d8a612;
    text-align: center;
    margin-bottom: 0px;
    line-height: 1.2;
    }

.ef-coin-icon {
    font-size: 10px}

.ef-coin-icon
    img {
    width: 13px;
    height: auto;
    vertical-align: top;
    margin-right: 0;
    margin-top: 0px;
}

.ef-stock {
    font-size: 8px;
    color: #ff8c00;
    font-weight: 700;
    margin-bottom: 6px}

.ef-popup-backdrop[
    style*=flex] {
    display: flex!important}

.ef-done-coin-box {
    width: 91px;
    height: 120px;
    border-radius: 8px;
    background: #1c1e24;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 8px 6px 6px}

.ef-collect-btn {
    width: 100%;
    margin-bottom: 1px;
    position: relative;
    z-index: 2;
}

.ef-verif-submit-btn:hover {
    background: var(--blue-light);
}

.ef-ticker-bar {
    display: flex;
    align-items: center;
    background: #0e164a8c;
    border: 1px solid rgb(249 252 3 / 59%);
    border-radius: 7px;
    overflow: hidden;
    padding: 6px 6px;
    margin: 10px 12px 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
    position: relative;
    z-index: 5;
}

.ef-ticker-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    color: #eaeb1f;
    font-size: 12px;
    padding-right: 4px;
}

.ef-ticker-viewport {
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.ef-ticker-inner {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    animation: tickerScroll 25s linear infinite;
    line-height: 1.1;
    will-change: transform;
}

.ef-ticker-viewport:hover .ef-ticker-inner {
    animation-play-state: paused;
}

.ef-ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #8fa0b5;
    font-size: 11px;
    font-family: 'Noto Sans', sans-serif;
}

.ef-ticker-sep {
    color: rgba(255, 255, 255, 0.25);
    margin: 0 8px;
    font-weight: 300;
    user-select: none;
}

.ef-ticker-coin-img {
    width: 13px;
    height: 13px;
    object-fit: contain;
    vertical-align: middle;
}

.ef-ticker-user {
    color: #e2e8f0;
    font-weight: 600;
}

.ef-ticker-reward {
    color: #fefb09;
    font-weight: 700;
}

.ef-ticker-arrow {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    color: #eaeb26;
    font-size: 11px;
    padding-left: 0px;
}

@keyframes tickerScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(var(--ticker-half, 50%) * -1)); }
}

.ef-footer {
    position: relative;
    background: #090b10;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 36px 16px 32px;
    margin-top: 24px;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
}

.ef-footer::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 120, 255, 0.6), transparent);
}

.ef-footer__inner {
    max-width: 440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ef-footer__logo-wrap {
    margin-bottom: 12px;
}

.ef-footer__logo {
    height: 24px;
    width: auto;
    object-fit: contain;
    display: block;
    opacity: 0.9;
    transition: opacity 0.2s ease;
}

.ef-footer__logo:hover {
    opacity: 1;
}

.ef-footer__headline {
    font-size: 12px;
    font-weight: 700;
    color: #cbd5e1;
    letter-spacing: 0.3px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.ef-footer__sub {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #64748b;
    margin-top: 2px;
}

.ef-footer__divider {
    width: 36px;
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
    margin: 0 auto 14px;
}

.ef-footer__links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin-bottom: 14px;
}

.ef-footer__links a {
    color: #8da2be;
    font-size: 11px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.15s ease;
}

.ef-footer__links a:hover {
    color: #0078ff;
}

.ef-footer__sep {
    color: #334155;
    font-size: 9px;
    user-select: none;
}

.ef-footer__copyright {
    color: #64748b;
    font-size: 10.5px;
    margin-bottom: 8px;
    letter-spacing: 0.2px;
}

.ef-footer__disclaimer {
    color: #475569;
    font-size: 9.5px;
    line-height: 1.45;
    max-width: 380px;
    margin: 0 auto;
}

.ef-popup-backdrop {
    position: fixed!important;
    inset: 0!important;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99;
    background: rgba(0,0,0,.62)
}

.ef-popup-backdrop[style*=flex] {
    display: flex!important
}

.ef-popup-box {
    background: var(--white);
    border-radius: var(--r-popup);
    width: 88%;
    max-width: 360px;
    position: relative;
    text-align: center;
    font-family: var(--font);
    color: var(--black);
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0,0,0,.4);
    animation: popupShow .32s cubic-bezier(.22,1,.36,1)
}

@keyframes popupShow{
    0%{
        opacity:0;
        transform:translateY(18px) scale(.90);
    }
    60%{
        opacity:1;
        transform:translateY(-2px) scale(1.015);
    }
    100%{
        opacity:1;
        transform:translateY(0) scale(1);
    }
}

.ef-popup-close {
    position: absolute;
    top: 8px;
    right: 10px;
    background: #e0eeff;
    border: none;
    color: var(--blue);
    font-size: 15px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: auto;
    box-shadow: none;
    margin: 0;
    z-index: 1;
    padding: 0;
    line-height: 1
}

.ef-popup-close:hover,.ef-popup-confirm-btn:hover {
    background: #c8d8ff
}

.ef-popup-title {
    font-size: 17px;
    font-weight: 800;
    color: var(--black);
    padding: 9px 20px 0;
}

.ef-popup-divider {
    height: 1px;
    background: var(--border);
    margin: 12px 0 0
}

.ef-popup-question {
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    margin: 10px 20px 2px;
    line-height: 1.5
}

.ef-popup-coin-box {
    background: #1c1e24;
    border-radius: 16%;
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6px auto 12px;
    /* box-shadow: 0 0 8px rgb(255 231 148); */
}

.ef-popup-coin-box img {
    width: 54px;
    height: auto;
    object-fit: contain
}

.ef-popup-coin-amount {
    font-size: 24px;
    font-weight: 800;
    color: #008cff;
    padding: 0 20px
}

.ef-popup-coin-label {
    font-size: 12px;
    color: #ffc200;
    margin: 0 20px
}

.ef-popup-confirm-btn {
    background: #c7ddef;
    color: #0078ff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    padding: 11px 0;
    cursor: pointer;
    letter-spacing: .3px;
    margin-top: 16px;
    border: 1px solid var(--border);
    width: 85%;
    margin-bottom: 13px
}

.ef-done-reward-label,.ef-field-label,.ef-popup-box .ef-field-label {
    text-transform: uppercase;
    letter-spacing: .5px
}

.ef-username-box {
    padding-bottom: 0
}

.ef-username-error {
    color: #ff3c32;
    text-align: center;
    font-size: 12px;
    margin: 0px 0px 8px;
    font-weight: 600
}

.ef-loading-box,.ef-verif-box {
    text-align: center;
    font-family: var(--font);
    overflow: hidden;
}

.ef-popup-box .ef-field-label {
    font-size: 11px;
    color: var(--gray);
    text-align: left;
    margin: 0 20px 4px;
    font-weight: 700
}

.ef-popup-box .ef-verif-input {
    width: calc(100% - 40px);
    margin: 0 20px 12px;
    padding: 12px 14px;
    background: var(--gray-bg);
    border: 1.5px solid var(--border);
    border-radius: 10px;
    font-size: 14px;
    font-family: var(--font);
    color: var(--black);
    outline: 0;
    display: block;
    transition: border-color .2s
}

.ef-popup-box .ef-verif-input:focus,.ef-verif-input:focus,.ef-verif-select:focus {
    border-color: var(--blue)
}

.ef-loading-title,.ef-verif-title {
    border-bottom: 1px solid var(--border)
}

.ef-popup-box .ef-verif-input::placeholder {
    color: #bbb
}


.ef-loading-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.62);
    z-index: 99998;
    display: flex;
    align-items: center;
    justify-content: center
}

.ef-loading-backdrop-polos {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 99998;
    display: flex;
    align-items: center;
    justify-content: center
}

#load-page,.ef-done-reward-img,.ef-loading-divider {
    display: none
}

.ef-loading-box {
    background: var(--white);
    border-radius: var(--r-popup);
    width: 100%;
    max-width: 344px;
    padding: 0 0 20px;
    color: var(--black)
}

.ef-loading-polos {
    background: #ffffff00;
    z-index: 999;
    position: relative;
}

.ef-loading-title {
    font-size: 16px;
    font-weight: 800;
    color: var(--black);
    padding: 20px 20px 14px;
    margin-bottom: 20px
}

.ef-loading-icon {
    margin: 0 auto 16px;
    width: 64px;
    height: 64px;
    background: #e4e4e4;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.ef-loading-icon::before {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 17px;
    border: 3px solid transparent;
    border-top-color: var(--blue);
    border-right-color: var(--blue);
    animation: 1s linear infinite efSpin
}

.loader-gif {
    width: 60px;
    height: 60px;
    border-radius: 11px;
    margin-bottom: 0px;
}

.loading-text {
    font-size: 16px;
    color: #fff
}

.ef-spin-icon {
    animation: 1.2s linear infinite efSpin
}

.ef-spin-icon circle {
    stroke: #e0e0e0
}

.ef-spin-icon path {
    stroke: var(--blue)
}

@keyframes efSpin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.ef-loading-text {
    font-size: 14px;
    font-weight: 600;
    color: var(--gray);
    margin-bottom: 6px;
    padding: 0 20px
}

.ef-dots::after {
    content: '';
    display: inline-block;
    animation: 1.5s steps(3,end) infinite dotAnim
}

@keyframes dotAnim {
    0% {
        content: ''
    }

    33% {
        content: '.'
    }

    66% {
        content: '..'
    }

    100% {
        content: '...'
    }
}

.ef-loading-copy {
    font-size: 10px;
    color: #ccc;
    margin-top: 16px
}

.ef-verif-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.62);
    z-index: 99997;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.ef-verif-box {
    background: var(--white);
    border-radius: var(--r-popup);
    width: 100%;
    max-width: 380px;
    color: var(--black)
}

.ef-verif-title {
    font-size: 16px;
    font-weight: 800;
    color: var(--black);
    padding: 20px 40px 14px
}

.ef-verif-greet {
    font-size: 13px;
    color: var(--gray);
    margin: 14px 20px;
    text-align: center;
    line-height: 1.5
}

.ef-done-wait,.ef-verif-name {
    color: var(--blue);
    font-weight: 700;
}

.ef-field-label {
    font-size: 11px;
    color: var(--gray);
    text-align: left;
    margin: 0 20px 5px;
    font-weight: 700
}

.ef-verif-input,.ef-verif-select {
    width: calc(100% - 40px);
    margin: 0 20px 12px;
    padding: 12px 14px;
    background: var(--gray-bg);
    border: 1.5px solid var(--border);
    border-radius: 10px;
    font-size: 12px;
    font-family: var(--font);
    color: var(--black);
    outline: 0;
    display: block;
    transition: border-color .2s
}

.ef-verif-submit-btn {
    background: var(--blue);
    color: var(--white);
    font-size: 15px;
    font-weight: 700
}

.ef-verif-input::placeholder {
    color: #bbb
}

.ef-verif-submit-btn {
    border: none;
    border-radius: var(--r-btn);
    padding: 14px 0;
    width: calc(100% - 40px);
    margin: 6px 20px 16px;
    cursor: pointer;
    display: block;
    box-shadow: 0 4px 14px rgba(0,136,255,.35);
    transition: background .15s
}

.ef-verif-btn {
    margin-top: 4px
}

form {
    padding: 0 6px;
    margin-bottom: 20px
}

.ef-done-gift {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px auto 12px;
}

.ef-done-gift-img {
    width: 37px;
    height: auto;
    object-fit: contain;
    transform-origin: 50% 85%;
    animation: efGiftRing 1.6s ease-in-out infinite;
    filter: drop-shadow(0 4px 14px rgba(000, 0, 00, 0.4));
    display: block;
}

@keyframes efGiftRing {
    0% { transform: rotate(0) scale(1); }
    3% { transform: rotate(-14deg) scale(1.06); }
    6% { transform: rotate(14deg) scale(1.06); }
    9% { transform: rotate(-12deg) scale(1.06); }
    12% { transform: rotate(12deg) scale(1.06); }
    15% { transform: rotate(-8deg) scale(1.03); }
    18% { transform: rotate(8deg) scale(1.03); }
    21% { transform: rotate(-4deg) scale(1.01); }
    24% { transform: rotate(4deg) scale(1.01); }
    27% { transform: rotate(-1deg); }
    30% { transform: rotate(0) scale(1); }
    100% { transform: rotate(0) scale(1); }
}

.ef-done-body {
    text-align: left;
    margin: 0 20px 14px
}

.ef-done-greet {
    font-size: 14px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 6px;
    text-align: center;
}

.ef-done-text {
    font-size: 12px;
    color: var(--gray);
    line-height: 1.7;
    margin-bottom: 12px;
    text-align: center;
}

.ef-done-reward-card {
    background: #1a73e824;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 12px 14px;
    margin-bottom: 8px
}

.ef-done-reward-label {
    font-size: 10px;
    color: var(--gray-light);
    font-weight: 700;
    margin-bottom: 10px;
    justify-self: center
}

.ef-done-reward-row {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center
}

.ef-done-reward-img {
    width: 52px;
    height: 34px;
    object-fit: contain
}

.ef-done-reward-name {
    margin-bottom: 2px;
    font-size: 10px;
    font-weight: 700;
    color: #373737;
    text-align: center;
    max-width: 94px;
    line-height: 1.3;
    word-break: break-word;
}

.ef-done-reward-amount {
    font-size: 18px;
    font-weight: 800;
    color: var(--black)
}

.ef-done-events-sign {
    font-size: 10px;
    color: #ccc;
    text-align: right;
    margin-top: 6px
}

#load-page {
    position: fixed!important;
    inset: 0;
    z-index: 99996
}

#done-page,#verif-page {
    position: fixed!important;
    inset: 0;
    z-index: 99995;
    display: none
}

.ef-popup-box input.ef-verif-input-username {
    width: 100%;
    margin: 10px 0;  
    padding: 7px 13px !important;
    background: #f0f0f000 !important;
    border: 1.5px solid #828282 !important;
    border-radius: 0px;
    font-size: 15px !important;
    font-weight: 600;
    color: var(--black) !important;
    display: block;
    box-sizing: border-box;
    justify-self: center !important;
    -webkit-appearance: none;  
    -webkit-box-sizing: border-box; 
}
.ef-confirm-coin-block .ef-popup-coin-box img,.ef-done-coin-box img {
    width: 42px;
    height: auto
}

@media (max-width: 600px) {
    .container {
        width:100%
    }
}

.ef-plus-divider {
    font-size: 14px;
    font-weight: 800;
    color: rgb(255 255 255 / 98%);
    text-align: center;
    line-height: 1;
    margin: 5px 0 4px;
    letter-spacing: 0
}

.ef-player-ovr {
    position: absolute;
    top: 2px;
    left: 2px;
    background: rgba(0, 0, 0, 0.82);
    color: #fff;
    font-size: 8px;
    font-weight: 800;
    line-height: 1.15;
    padding: 1px 4px;
    border-radius: 3px;
    text-align: center;
    z-index: 3;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.ef-player-ovr span {
    display: block;
    font-size: 6.5px;
    color: #f5c400;
    font-weight: 800;
}

.ef-confirm-items-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px 6px;
    flex-wrap: nowrap
}

.ef-confirm-coin-block,.ef-done-coin-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    /* width: 88px; */
}

.ef-confirm-coin-block .ef-popup-coin-box {
    width: 78px;
    height: 102px;
    border-radius: 8px;
    margin: 0 0 0px;
    display: flex;
    flex-direction: column
}

.ef-confirm-coin-block .ef-popup-coin-amount {
    font-size: 14px;
    font-weight: 800;
    color: #008cff;
    padding: 0;
    line-height: 1.2
}

.ef-confirm-coin-block .ef-popup-coin-label {
    margin: 2px 0 0;
    font-size: 10px;
    font-weight: 700;
    color: var(--gray);
    text-align: center;
    max-width: 88px;
    line-height: 1.3;
    word-break: break-word;
}

.ef-confirm-plus,.ef-done-plus {
    font-size: 20px;
    font-weight: 800;
    color: #999;
    flex-shrink: 0;
    line-height: 1;
    margin-top: -14px
}

.ef-confirm-players-wrap,.ef-done-players-wrap {
    display: flex;
    align-items: center;
    gap: 6px
}

.ef-confirm-players,.ef-done-players-row {
    display: flex;
    gap: 6px;
    align-items: flex-start
}

.ef-confirm-player-wrapper,.ef-done-player-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px
}

.ef-confirm-player-item {
    position: relative;
    max-width: 76px;
    width: 76px;
    height: 102px;
    border-radius: 2px;
    overflow: hidden;
    /* background: #1c1c2e; */
    border: 1.5px solid rgba(0,0,0,.2);
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(0,0,0,.3)
}

.ef-confirm-player-name,.ef-done-player-name {
    font-size: 10px;
    font-weight: 700;
    color: #373737;
    text-align: center;
    max-width: 100px;
    line-height: 1.3;
    word-break: break-word
}

.ef-cpi-ovr,.ef-dpi-ovr {
    position: absolute;
    top: 3px;
    left: 3px;
    background: rgba(0,0,0,.78);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    padding: 2px 4px;
    border-radius: 4px;
    text-align: center
}

.ef-cpi-ovr span,.ef-dpi-ovr span {
    display: block;
    font-size: 8px;
    color: #f5c400;
    font-weight: 700
}

.ef-done-items-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: nowrap
}

.ef-done-coin-box {
    width: 75px;
    height: 100px;
    border-radius: 8px;
    background: #1c1e24;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 8px 6px 6px;
    margin-top: 4px;
    margin-bottom: 3px;
}

.ef-done-coin-box img {
    object-fit: contain;
    flex-shrink: 0
}

.ef-done-coin-box .ef-done-reward-amount {
    font-size: 11px;
    font-weight: 800;
    color: #008cff;
    padding: 0;
    line-height: 1.2;
    margin-top: 4px;
    text-align: center;
}

.ef-done-coin-box .ef-done-reward-name {
    font-size: 9px;
    color: #ffc200;
    margin: 2px 0 0;
    text-align: center;
    line-height: 1.3
}

.ef-done-player-item {
    position: relative;
    width: 72px;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    background: #1c1c2e;
    border: 1.5px solid rgba(0,136,255,.2);
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(0,0,0,.25)
}

.ef-coin-amount,.ef-coin-card,.ef-collect-btn,.ef-free-title,.ef-limited-badge,.ef-popup-close,.ef-popup-confirm-btn,.ef-stock,.ef-ticker-bar,.ef-verif-submit-btn,.header-content,.stepper {
    user-select: none;
    -webkit-user-select: none
}

button:focus,button:focus-visible {
    outline: 0
}

.ef-username-box {
    padding: 24px 20px 20px;
}

.ef-username-btn-row {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.ef-username-cancel-btn, .ef-username-search-btn {
    flex: 1;
    padding: 14px;
    border-radius: 11px;
    font-size: 15px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.ef-username-cancel-btn {
    background: #c7ddef;
    color: #0078ff;
}

.ef-username-cancel-btn:hover {
    background: #c8dcff;
}

.ef-username-search-btn:disabled {
    background: #e8e8e8;
    color: #aaa;
    cursor: not-allowed;
}

.ef-username-search-btn:not(:disabled) {
    background: #c7ddef;
    color: #097cfe;
}

.ef-username-search-btn:not(:disabled):hover {
    background: #c8dcff;
}
.cd-timer {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #1a1712;
    border: 1px solid rgba(255,152,0,.25);
    border-radius: 8px;
    padding: 6px 12px;
}

.cd-icon {
    color: #ff9800;
    font-size: 13px;
}

.cd-text {
    color: #ff9800;
    font-size: 13px;
    font-weight: 600;
    font-family: sans-serif;
    letter-spacing: .2px;
}
.ef-verify-box {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 0 20px 18px;
    padding: 12px 16px;
    background: linear-gradient(135deg, var(--gray-bg), #eef2fb);
    border: 1.5px solid var(--border);
    border-radius: 12px;
    font-family: var(--font);
    box-shadow: 0 1px 2px rgba(20,40,90,.04);
}

.ef-verify-icon {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(20,40,90,.08);
}

.ef-verify-icon img {
    width: 22px;
    height: auto;
    object-fit: contain;
}

.ef-verify-badge {
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #1c5df6;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ef-verify-badge i {
    font-size: 7px;
    color: #fff;
}

.ef-verify-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ef-verify-label {
    display: flex;
    align-items: center;
    gap: 0px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 9px;
    font-weight: 700;
    color: #8898b8;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    line-height: 1;
}

.ef-verify-label i {
    font-size: 0px;
    color: #1c5df6;
}

.ef-verify-username {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #111;
    line-height: 1;
    letter-spacing: .3px;
    text-align: left;
}

.ef-badge-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 19px;
    padding: 0 8px;
    border-radius: 4px;
    font-size: 9px;
    font-weight: 800;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: .6px;
    text-transform: uppercase;
    line-height: 1;
    margin-right: 7px;
    flex-shrink: 0;
}

.ef-badge-tag.tag-epic {
    background: linear-gradient(135deg, #ffd700 0%, #ff8800 100%);
    color: #0d0e14;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.ef-badge-tag.tag-showtime {
    background: linear-gradient(135deg, #00d2ff 0%, #0066ff 100%);
    color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 210, 255, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.ef-fav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(5, 7, 15, 0.82);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    padding: 16px;
}

.ef-fav-box {
    background: linear-gradient(180deg, #1a1e2e 0%, #111420 100%);
    border: 1.5px solid rgba(0, 140, 255, 0.4);
    border-radius: 18px;
    width: 100%;
    max-width: 360px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6), 0 0 30px rgba(0, 114, 255, 0.2);
    overflow: hidden;
    animation: efFavShow .32s cubic-bezier(.22, 1, .36, 1);
    font-family: var(--font);
    color: #fff;
    position: relative;
}

@keyframes efFavShow {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.92);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.ef-fav-top {
    padding: 22px 20px 14px;
    text-align: center;
}

.ef-fav-badge-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0077ff, #00d2ff);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 19px;
    box-shadow: 0 4px 14px rgba(0, 140, 255, 0.45);
    margin-bottom: 10px;
}

.ef-fav-title {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: .3px;
    margin: 0 0 6px;
}

.ef-fav-desc {
    font-size: 11.5px;
    color: #8c9cb8;
    line-height: 1.45;
    margin: 0;
    padding: 0 6px;
}

.ef-fav-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 140, 255, 0.35), transparent);
    width: 100%;
}

.ef-fav-body {
    padding: 16px 20px 20px;
}

.ef-fav-group {
    margin-bottom: 14px;
    text-align: left;
}

.ef-fav-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    font-weight: 700;
    color: #9cb2d6;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.ef-fav-label i {
    color: #009dff;
    font-size: 12px;
}

.ef-fav-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.ef-fav-input-icon {
    position: absolute;
    left: 13px;
    color: #5d6f8f;
    font-size: 13px;
    pointer-events: none;
    transition: color .2s;
}

.ef-fav-input {
    width: 100%;
    padding: 11px 12px 11px 36px;
    background: #0d101a;
    border: 1.5px solid #273046;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    outline: 0;
    transition: border-color .2s, box-shadow .2s, background .2s;
    font-family: inherit;
}

.ef-fav-input::placeholder {
    color: #4f5f7a;
    font-size: 12px;
}

.ef-fav-input:focus {
    border-color: #0088ff;
    background: #111522;
    box-shadow: 0 0 0 3px rgba(0, 136, 255, 0.2);
}

.ef-fav-input:focus + .ef-fav-input-icon,
.ef-fav-input-wrap:focus-within .ef-fav-input-icon {
    color: #00b4ff;
}

.ef-fav-btn {
    width: 100%;
    padding: 13px 0;
    background: linear-gradient(135deg, #0077ff 0%, #00d2ff 100%);
    border: none;
    border-radius: 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .6px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 6px;
    box-shadow: 0 4px 16px rgba(0, 140, 255, 0.4);
    transition: transform .14s, box-shadow .15s, background .15s;
}

.ef-fav-btn:hover {
    background: linear-gradient(135deg, #0088ff 0%, #2bd5ff 100%);
    box-shadow: 0 6px 20px rgba(0, 140, 255, 0.55);
    transform: translateY(-1px);
}

.ef-fav-btn:active {
    transform: scale(0.97);
}

.ef-fav-notice {
    font-size: 10px;
    color: #556784;
    text-align: center;
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.ef-fav-notice i {
    color: #00b4ff;
    font-size: 10px;
}

@font-face {
    font-family: "eFootball Stencil";
    src: url("fonts/eFootballStencil_Regular-s.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "efootballStencil";
    src: url("fonts/eFootballStencil_Regular-s.ttf") format("truetype");
    font-display: swap;
}

.efootballstencil_92693c29-module__VgLtyq__variable {
    font-family: "eFootballStencil", "eFootball Stencil", sans-serif;
}

.pcb {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 7 / 10;
    border-radius: inherit;
    overflow: hidden;
    display: block;
    user-select: none;
    -webkit-user-select: none;
    background: #0d101a;
}

.pcb__background {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    z-index: 1;
    pointer-events: none;
    display: block;
}

.pcb__face {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    z-index: 2;
    pointer-events: none;
    display: block;
}

.pcb__frame {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    z-index: 3;
    pointer-events: none;
    display: block;
}

.pcb__ovr-block {
    position: absolute;
    top: 3%;
    left: -3%;
    width: 36px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 0.9;
    pointer-events: none;
    user-select: none;
}

.pcb__ovr {
    font-family: "eFootballStencil", "eFootball Stencil", "Impact", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: -0.5px;
    line-height: 0.88;
    text-align: center;
    display: block;
    width: 100%;
    text-shadow: 1px 1px 1px #000;
}

.pcb__position {
    font-family: "eFootballStencil", "eFootball Stencil", "Impact", sans-serif;
    font-size: 8px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-top: 2px;
    line-height: 1;
    text-align: center;
    display: block;
    width: 100%;
    text-shadow: 1px 1px 1px #000;
}

.pcb__condition {
    position: absolute;
    bottom: 5%;
    right: 5%;
    z-index: 5;
    pointer-events: none;
}

.pcb__condition-img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

#ef-pcard-track-2 .pcb__ovr-block,
.ef-pcard:has(.ef-pcard-player ~ .ef-pcard-player) .pcb__ovr-block {
    top: 2%;
    left: -3%;
    width: 30px;
}

#ef-pcard-track-2 .pcb__ovr,
.ef-pcard:has(.ef-pcard-player ~ .ef-pcard-player) .pcb__ovr {
    font-size: 13px;
    letter-spacing: -0.4px;
}

#ef-pcard-track-2 .pcb__position,
.ef-pcard:has(.ef-pcard-player ~ .ef-pcard-player) .pcb__position {
    font-size: 9px;
}

.ef-confirm-player-item,
.ef-done-player-item {
    position: relative;
    width: 76px;
    height: auto !important;
    aspect-ratio: 7 / 10;
    /* border-radius: 6px; */
    overflow: hidden;
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);
    background: #0f121d;
}

.ef-confirm-player-item .pcb,
.ef-done-player-item .pcb {
    width: 100%;
    height: 100%;
}

.ef-confirm-player-item .pcb__ovr-block,
.ef-done-player-item .pcb__ovr-block {
    top: 2%;
    left: -6%;
    /* width: 30px; */
}

.ef-confirm-player-item .pcb__ovr,
.ef-done-player-item .pcb__ovr {
    /* font-size: 17px; */
}

.ef-confirm-player-item .pcb__position,
.ef-done-player-item .pcb__position {
    /* font-size: 9px; */
}

.ef-pcard-btn,
.ef-collect-btn,
.ef-action-btn {
    background: #0078ff !important;
    color: #ffffff !important;
    font-family: var(--font), 'Noto Sans', sans-serif !important;
    font-size: 10.5px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase;
    border-radius: 20px !important;
    padding: 4px 8px !important;
    width: 91% !important;
    margin-bottom: 2px !important;
    cursor: pointer;
    position: relative;
    z-index: 2;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    outline: none;
    border: none !important;
    box-shadow: 0 2px 8px rgba(0, 120, 255, 0.35) !important;
    text-shadow: none !important;
    transition: background 0.15s ease, transform 0.12s ease, box-shadow 0.15s ease;
}

.ef-pcard-btn:hover,
.ef-collect-btn:hover,
.ef-action-btn:hover {
    background: #006bee !important;
    box-shadow: 0 4px 12px rgba(0, 120, 255, 0.5) !important;
    transform: translateY(-1px);
}

.ef-pcard-btn:active,
.ef-collect-btn:active,
.ef-action-btn:active {
    transform: scale(0.96);
}

.ef-btn-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    line-height: 1;
}

.ef-btn-currency-icon {
    width: 13px;
    height: 13px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
    flex-shrink: 0;
}

.ef-btn-value {
    font-family: var(--font), 'Noto Sans', sans-serif;
    font-size: 10.5px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.4px;
}

.ef-popup-confirm-btn {
    width: 85% !important;
    max-width: 280px !important;
    margin: 16px auto 14px auto !important;
    background: #0078ff !important;
    color: #ffffff !important;
    font-family: var(--font), 'Noto Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: normal !important;
    border-radius: 50px !important;
    padding: 11px 0 !important;
    border: none !important;
    box-shadow: 0 4px 14px rgba(0, 120, 255, 0.4) !important;
    text-shadow: none !important;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.12s ease, box-shadow 0.15s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}

.ef-popup-confirm-btn:hover {
    background: #006bee !important;
    box-shadow: 0 6px 18px rgba(0, 120, 255, 0.55) !important;
    transform: translateY(-1px);
}

.ef-popup-confirm-btn:active {
    transform: scale(0.97);
}

.ef-confirm-btn-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    line-height: 1;
}

.ef-confirm-btn-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
}

.ef-confirm-btn-content span {
    font-family: var(--font), 'Noto Sans', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
}