.gc-store-page{
    padding: 10px 20px 52px;
}

.gc-store-page__shell{
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 8px;
}

.gc-store-page__hero{
    margin: 0 0 4px;
    padding: 0;
}

.gc-store-page__hero-inner{
    display: grid;
    gap: 4px;
    padding: 0;
}

.gc-store-page__eyebrow{
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .74rem;
    color: #f5a524;
    font-weight: 700;
}

.gc-store-page__hero h1{
    margin: 0;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.05;
}

.gc-store-page__hero-copy{
    margin: 0;
    max-width: 68ch;
    color: rgba(233,236,239,.82);
    font-size: 1.02rem;
    line-height: 1.55;
}

.gc-store-page__content{
    display: grid;
    gap: 6px;
}

.gc-store-page__content .gc-tebex-store,
.gc-store-page__content .gc-tebex-single{
    width: 100%;
}

.gc-store-page__content .gc-tebex-account-bar,
.gc-store-page__content .gc-tebex-basket-bar,
.gc-store-page__content .gc-tebex-basket-panel,
.gc-store-page__content .gc-tebex-category,
.gc-store-page__content .gc-store-card,
.gc-store-page__content .gc-store-package{
    max-width: 100%;
}

.gc-store-page__content .gc-tebex-account-bar{
    margin-bottom: 4px;
}

.gc-store-page__content .gc-tebex-basket-bar{
    margin-bottom: 4px;
}

.gc-store-page__content .gc-tebex-basket-panel{
    margin-bottom: 6px;
}

.gc-store-page__content .gc-tebex-category{
    margin: .5rem 0 .95rem;
}

.gc-store-page__content .gc-tebex-store{
    display: grid;
    gap: 8px;
}

.gc-store-page__content .gc-tebex-store__landing{
    display: grid;
    gap: 8px;
}

.gc-store-page__content .gc-tebex-store__landing-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.gc-store-page__content .gc-tebex-store__landing-card{
    position: relative;
    display: grid;
    gap: 12px;
    min-height: 332px;
    padding: 24px 24px 22px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.08);
    background:
        linear-gradient(180deg, rgba(12,10,20,.25), rgba(12,10,20,.72)),
        url('store-card-pattern.svg'),
        radial-gradient(circle at top left, rgba(245,165,36,.10), transparent 36%),
        radial-gradient(circle at bottom right, rgba(134,84,255,.18), transparent 38%),
        linear-gradient(180deg, rgba(45,18,72,.96), rgba(14,7,24,.98));
    background-size: cover, 240px 240px, auto, auto, auto;
    background-position: center, center, center, center, center;
    box-shadow: 0 18px 40px rgba(0,0,0,.22), 0 0 0 1px rgba(255,255,255,.02) inset;
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    isolation: isolate;
    backdrop-filter: blur(6px);
}

.gc-store-page__content .gc-tebex-store__landing-card:hover{
    transform: translateY(-4px) scale(1.01);
    border-color: rgba(245,165,36,.56);
    box-shadow: 0 30px 70px rgba(0,0,0,.42), 0 0 28px rgba(245,165,36,.08);
}

.gc-store-page__content .gc-tebex-store__landing-strip{
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    border-radius: 22px 22px 0 0;
    background: linear-gradient(90deg, rgba(245,165,36,.06), rgba(245,165,36,.9), rgba(245,165,36,.06));
    box-shadow: 0 0 18px rgba(245,165,36,.22);
    pointer-events: none;
}

.gc-store-page__content .gc-tebex-store__landing-card::before{
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 85% 18%, rgba(255,255,255,.12), transparent 18%),
        radial-gradient(circle at 18% 82%, rgba(245,165,36,.16), transparent 24%),
        radial-gradient(circle at 50% 115%, rgba(245,165,36,.18), transparent 36%);
    opacity: .92;
    pointer-events: none;
}

.gc-store-page__content .gc-tebex-store__landing-card::after{
    content: "";
    position: absolute;
    inset: auto 16px 18px 16px;
    height: 2px;
    background: linear-gradient(90deg, rgba(245,165,36,.0), rgba(245,165,36,.48), rgba(245,165,36,.0));
    opacity: .28;
    pointer-events: none;
}

.gc-store-page__content .gc-tebex-store__landing-card:hover::before{
    opacity: 1;
}

.gc-store-page__content .gc-tebex-store__landing-card--crystals{
    background:
        linear-gradient(180deg, rgba(12,10,20,.25), rgba(12,10,20,.72)),
        url('store-card-pattern.svg'),
        radial-gradient(circle at top left, rgba(0,229,255,.32), transparent 34%),
        radial-gradient(circle at bottom right, rgba(79,227,255,.32), transparent 40%),
        linear-gradient(180deg, rgba(25,24,60,.96), rgba(10,10,24,.98));
    box-shadow: 0 18px 40px rgba(0,0,0,.24), 0 0 0 1px rgba(79,227,255,.1) inset, 0 0 34px rgba(0,229,255,.08);
}

.gc-store-page__content .gc-tebex-store__landing-card--ranks{
    background:
        linear-gradient(180deg, rgba(12,10,20,.25), rgba(12,10,20,.72)),
        url('store-card-pattern.svg'),
        radial-gradient(circle at top left, rgba(255,208,86,.34), transparent 34%),
        radial-gradient(circle at bottom right, rgba(181,112,255,.26), transparent 40%),
        linear-gradient(180deg, rgba(48,24,54,.96), rgba(14,7,24,.98));
    box-shadow: 0 18px 40px rgba(0,0,0,.24), 0 0 0 1px rgba(255,208,86,.1) inset, 0 0 34px rgba(181,112,255,.08);
}

.gc-store-page__content .gc-tebex-store__landing-card--extras{
    background:
        linear-gradient(180deg, rgba(12,10,20,.25), rgba(12,10,20,.72)),
        url('store-card-pattern.svg'),
        radial-gradient(circle at top left, rgba(255,122,219,.34), transparent 34%),
        radial-gradient(circle at bottom right, rgba(245,165,36,.22), transparent 40%),
        linear-gradient(180deg, rgba(41,18,73,.96), rgba(14,7,24,.98));
    box-shadow: 0 18px 40px rgba(0,0,0,.24), 0 0 0 1px rgba(255,122,219,.1) inset, 0 0 34px rgba(255,122,219,.08);
}

.gc-store-page__content .gc-tebex-store__landing-ambient{
    position: absolute;
    inset: -14% auto auto -12%;
    width: 224px;
    height: 224px;
    border-radius: 50%;
    filter: blur(16px);
    opacity: .42;
    pointer-events: none;
    background: radial-gradient(circle, rgba(255,255,255,.26), rgba(255,255,255,0) 65%);
}

.gc-store-page__content .gc-tebex-store__landing-card--crystals .gc-tebex-store__landing-ambient{
    background: radial-gradient(circle, rgba(95,235,255,.6), rgba(95,235,255,0) 65%);
}

.gc-store-page__content .gc-tebex-store__landing-card--ranks .gc-tebex-store__landing-ambient{
    background: radial-gradient(circle, rgba(255,214,122,.54), rgba(255,214,122,0) 65%);
}

.gc-store-page__content .gc-tebex-store__landing-card--extras .gc-tebex-store__landing-ambient{
    background: radial-gradient(circle, rgba(208,140,255,.54), rgba(208,140,255,0) 65%);
}

.gc-store-page__content .gc-tebex-store__landing-accent{
    position: absolute;
    inset: 16px 16px auto auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.08);
    background: radial-gradient(circle at 32% 32%, rgba(255,255,255,.18), rgba(255,255,255,.08) 42%, rgba(255,255,255,0) 76%);
    opacity: .14;
    pointer-events: none;
    transform: none;
    filter: blur(4px);
    box-shadow: 0 0 32px rgba(255,255,255,.06), 0 0 48px rgba(134,84,255,.06);
}

.gc-store-page__content .gc-tebex-store__landing-icon{
    position: relative;
    z-index: 1;
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background:
        radial-gradient(circle at 30% 28%, rgba(255,255,255,.16), transparent 34%),
        linear-gradient(180deg, rgba(245,165,36,.32), rgba(245,165,36,.12));
    border: 1px solid rgba(245,165,36,.36);
    color: #ffd37a;
    font-size: 1.85rem;
    font-weight: 900;
    box-shadow: 0 18px 32px rgba(0,0,0,.28), 0 0 0 1px rgba(255,255,255,.12) inset;
}

.gc-store-page__content .gc-tebex-store__landing-icon svg{
    width: 42px;
    height: 42px;
    display: block;
    filter: drop-shadow(0 8px 14px rgba(0,0,0,.18));
}

.gc-store-page__content .gc-tebex-store__landing-card--crystals .gc-tebex-store__landing-icon{
    background:
        radial-gradient(circle at 30% 28%, rgba(255,255,255,.18), transparent 34%),
        linear-gradient(180deg, rgba(92,239,255,.48), rgba(46,147,255,.24));
    border-color: rgba(92,239,255,.44);
    color: #d8fbff;
    box-shadow: 0 18px 32px rgba(0,0,0,.28), 0 0 26px rgba(92,239,255,.14), 0 0 0 1px rgba(255,255,255,.12) inset;
}

.gc-store-page__content .gc-tebex-store__landing-card--ranks .gc-tebex-store__landing-icon{
    background:
        radial-gradient(circle at 30% 28%, rgba(255,255,255,.18), transparent 34%),
        linear-gradient(180deg, rgba(255,214,122,.46), rgba(171,102,255,.24));
    border-color: rgba(255,214,122,.44);
    color: #fff0c2;
    box-shadow: 0 18px 32px rgba(0,0,0,.28), 0 0 26px rgba(255,214,122,.12), 0 0 0 1px rgba(255,255,255,.12) inset;
}

.gc-store-page__content .gc-tebex-store__landing-card--extras .gc-tebex-store__landing-icon{
    background:
        radial-gradient(circle at 30% 28%, rgba(255,255,255,.18), transparent 34%),
        linear-gradient(180deg, rgba(255,146,233,.42), rgba(245,165,36,.18));
    border-color: rgba(255,146,233,.42);
    color: #ffe7fb;
    box-shadow: 0 18px 32px rgba(0,0,0,.28), 0 0 26px rgba(255,146,233,.12), 0 0 0 1px rgba(255,255,255,.12) inset;
}

.gc-store-page__content .gc-tebex-store__landing-label{
    position: relative;
    z-index: 1;
    font-size: 1.26rem;
    font-weight: 800;
    color: #fff;
}

.gc-store-page__content .gc-tebex-store__landing-text{
    position: relative;
    z-index: 1;
    color: rgba(233,236,239,.88);
    line-height: 1.5;
    min-height: 4.4em;
}

.gc-store-page__content .gc-tebex-store__landing-link{
    position: relative;
    z-index: 1;
    align-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: .45rem;
    padding: .8rem 1.08rem;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(245,165,36,.22), rgba(245,165,36,.12));
    border: 1px solid rgba(245,165,36,.44);
    color: #ffd37a;
    font-weight: 800;
    font-size: .94rem;
    letter-spacing: .01em;
    transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
    box-shadow: 0 12px 24px rgba(0,0,0,.2);
}

.gc-store-page__content .gc-tebex-store__landing-card:hover .gc-tebex-store__landing-link{
    background: linear-gradient(180deg, rgba(245,165,36,.3), rgba(245,165,36,.16));
    border-color: rgba(255,214,115,.72);
    box-shadow: 0 16px 30px rgba(0,0,0,.26), 0 0 0 1px rgba(255,214,115,.08) inset, 0 0 18px rgba(255,214,115,.1);
    transform: translateY(-1px);
}

.gc-store-page__content .gc-tebex-store__landing-link-text{
    display: inline-block;
}

.gc-store-page__content .gc-tebex-store__landing-link-arrow{
    display: inline-block;
    transition: transform .2s ease;
}

.gc-store-page__content .gc-tebex-store__landing-card:hover .gc-tebex-store__landing-link-arrow{
    transform: translateX(3px);
}

.gc-store-page__content .gc-tebex-store__landing-card:hover .gc-tebex-store__landing-icon{
    transform: translateY(-2px) scale(1.04);
}

.gc-store-page__footer{
    display: flex;
    justify-content: center;
    padding-top: 10px;
    margin-top: 6px;
    border-top: 1px solid rgba(245,165,36,.08);
}

.gc-store-page__refund-link{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    padding: .68rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(245,165,36,.28);
    background: linear-gradient(180deg, rgba(245,165,36,.14), rgba(245,165,36,.06));
    color: #ffd37a;
    text-decoration: none;
    font-size: .84rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
    box-shadow: 0 10px 20px rgba(0,0,0,.16);
}

.gc-store-page__refund-link:hover,
.gc-store-page__refund-link:focus-visible{
    transform: translateY(-1px);
    border-color: rgba(255,214,115,.55);
    background: linear-gradient(180deg, rgba(245,165,36,.2), rgba(245,165,36,.1));
    box-shadow: 0 14px 28px rgba(0,0,0,.2), 0 0 18px rgba(255,214,115,.08);
}

.gc-store-page__content .gc-tebex-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}

.gc-store-page__content .gc-store-card,
.gc-store-page__content .gc-store-package{
    min-width: 0;
}

body.admin-bar .gc-store-page{
    padding-top: 44px;
}

@media (max-width: 960px){
    .gc-store-page{
        padding: 24px 16px 52px;
    }

    .gc-store-page__content .gc-tebex-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gc-store-page__content .gc-tebex-store__landing-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px){
    .gc-store-page{
        padding: 20px 14px 44px;
    }

    .gc-store-page__content .gc-tebex-grid{
        grid-template-columns: 1fr;
    }

    .gc-store-page__hero{
        margin-bottom: 10px;
    }

    .gc-store-page__content .gc-tebex-store__landing-grid{
        grid-template-columns: 1fr;
    }

    .gc-store-page__content .gc-tebex-store__landing-card{
        min-height: 246px;
    }
}
