:root {
    --primary: #b8232f;
    --primary-dark: #861019;
    --secondary: #1b3a6b;
    --secondary-dark: #122a4f;
    --accent: #d4a64a;
    --accent-bright: #f0c668;

    --bg-dark: #14101a;
    --bg-darker: #0d0a12;
    --bg-card: #20192a;
    --bg-card-alt: #281f34;

    --text-primary: #f4ede1;
    --text-secondary: #c8bda8;
    --text-muted: #8a8095;

    --border: rgba(212, 166, 74, 0.22);
    --border-strong: rgba(212, 166, 74, 0.45);

    --space-xs: 4px;
    --space-sm: 8px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 32px;
    --space-2xl: 48px;
    --space-3xl: 64px;

    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 16px;

    --header-height: 70px;

    --font-body: 'Lato', sans-serif;
    --font-heading: 'Cormorant Garamond', serif;

    --shadow-gold: 0 0 0 1px rgba(212, 166, 74, 0.35), 0 12px 32px rgba(0, 0, 0, 0.45);
    --shadow-red: 0 8px 28px rgba(184, 35, 47, 0.4);
}

h1, h2, h3, h4 {
    font-family: var(--font-heading), sans-serif;
    font-weight: 700;
    line-height: 1.15;
    color: var(--text-primary);
    letter-spacing: 0.5px;
}

.ejj-m-footer__title {
    font-size: 1.2rem;
    color: var(--accent);
    margin-bottom: var(--space-md);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-body), sans-serif;
    font-weight: 900;
}

.ejj-m-game-tile__lock-icon { font-size: 1.8rem; }

.ejj-m-section { padding: var(--space-3xl) 0; }

.ejj-m-games-head__auth { display: flex; gap: var(--space-sm); }

.ejj-m-modal__title { font-size: 1.7rem; color: var(--accent); margin-bottom: var(--space-md); }

.ejj-benefit-card__icon { font-size: 2.5rem; display: block; margin-bottom: var(--space-md); }

.ejj-m-tabs__btn {
    flex: 1;
    background: none;
    border: none;
    padding: var(--space-md);
    font-family: var(--font-body), sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    color: var(--text-muted);
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease;
}

.ejj-stars { color: #ffc107; font-size: 1.1rem; letter-spacing: 2px; }

.ejj-m-header__burger.is-open span:nth-child(2) { opacity: 0; }

.ejj-btn--block { width: 100%; }

.ejj-m-profile__email { color: var(--text-muted); font-size: 0.9rem; }

.ejj-m-games-grid,
.ejj-games-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-lg);
}

.ejj-m-mobile-menu__nav { display: flex; flex-direction: column; padding: var(--space-md) var(--space-lg); }

.compliance-badge:hover img {  }

.ejj-m-filter {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
    justify-content: center;
    margin-bottom: var(--space-xl);
}

.ejj-m-content-card a { color: var(--accent); text-decoration: underline; }

.ejj-m-main { display: block; min-height: 60vh; }

.ejj-m-header__link:hover, .ejj-m-header__link.is-active { color: var(--accent); }

.ejj-m-hero__tagline {
    font-family: var(--font-heading), sans-serif;
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-style: italic;
    color: var(--text-primary);
    margin-bottom: var(--space-md);
}

.ejj-m-hero__cta { margin-top: var(--space-sm); }

.ejj-m-modal__box {
    background: var(--bg-card);
    border: 1px solid var(--border-strong);
    border-radius: var(--radius-lg);
    padding: var(--space-2xl);
    max-width: 460px;
    width: 100%;
    text-align: center;
    position: relative;
    box-shadow: var(--shadow-gold);
}

.ejj-m-header__burger span {
    width: 26px; height: 3px;
    background: var(--accent);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.ejj-game-card__name,
.ejj-m-game-tile__title {
    display: block;
    padding: var(--space-md);
    font-weight: 700;
    font-size: 0.9rem;
    text-align: center;
    color: var(--text-primary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ejj-benefit-card:hover { transform: translateY(-4px); border-color: var(--border-strong); }

.ejj-btn--ghost {
    background: transparent;
    color: var(--accent);
    border: 1.5px solid var(--border-strong);
}

.ejj-m-disclaimer__box {
    background: linear-gradient(135deg, rgba(184, 35, 47, 0.12), rgba(27, 58, 107, 0.12));
    border: 1px solid var(--border-strong);
    border-radius: var(--radius-md);
    padding: var(--space-2xl);
    text-align: center;
}

.ejj-m-provider-section { margin-bottom: var(--space-2xl); }

.ejj-m-games-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: var(--space-lg);
    flex-wrap: wrap;
}

.ejj-game-card:hover .ejj-game-card__media img,
.ejj-m-game-tile:hover .ejj-m-game-tile__image img { transform: scale(1.06); }

.ejj-m-hero__title--404 { font-size: clamp(4rem, 14vw, 9rem); }

.ejj-m-provider-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--space-lg);
    flex-wrap: wrap;
    gap: var(--space-sm);
}

.ejj-m-profile__xp-labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--space-sm);
    font-size: 0.85rem;
    color: var(--text-secondary);
}

.ejj-m-modal__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }

.ejj-m-header__burger.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }

.ejj-age-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px; height: 42px;
    background: var(--primary);
    color: #fff;
    font-weight: 900;
    border-radius: 50%;
    font-size: 0.85rem;
}

.ejj-m-section__title::after {
    content: '';
    display: block;
    width: 70px; height: 3px;
    margin: var(--space-md) auto 0;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    border-radius: 2px;
}

.ejj-m-modal__bonus {
    font-family: var(--font-heading), sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: var(--space-lg);
}

.ejj-faq-item {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    overflow: hidden;
}

.ejj-m-review-hero { text-align: center; margin-bottom: var(--space-xl); }

.ejj-article-card {
    position: relative;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.ejj-m-unlock-banner p { color: var(--text-secondary); font-size: 0.95rem; }

.ejj-m-game-tile__lock-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 15, 35, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--space-sm);
    text-align: center;
    padding: var(--space-md);
}

.ejj-m-header__burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: var(--space-xs);
}

.ejj-m-filter__btn.is-active {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    border-color: var(--border-strong);
}

.ejj-m-content-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: var(--space-2xl);
}

img { max-width: 100%; display: block; }

.ejj-m-modal__close:hover { color: var(--primary); }

.ejj-m-auth-form.is-hidden { display: none; }

.ejj-m-breadcrumb span { margin: 0 var(--space-xs); }

.ejj-faq-item__q::after {
    content: '+';
    font-size: 1.6rem;
    color: var(--accent);
    transition: transform 0.2s ease;
    line-height: 1;
}

.ejj-m-profile__actions { display: flex; gap: var(--space-md); justify-content: center; flex-wrap: wrap; }

.ejj-m-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-lg);
    margin-top: var(--space-xl);
}

.ejj-m-tabs__btn.is-active { color: var(--accent); border-bottom-color: var(--accent); }

.ejj-skip-link:focus { left: var(--space-sm); top: var(--space-sm); }

.ejj-m-profile__name { font-size: 1.8rem; color: var(--accent); }

.ejj-skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    background: var(--primary);
    color: #fff;
    padding: var(--space-sm) var(--space-md);
    z-index: 3000;
}

.ejj-m-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--space-lg) var(--space-2xl);
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: var(--space-2xl);
}

.ejj-m-hero {
    position: relative;
    padding: var(--space-3xl) 0;
    background:
        linear-gradient(180deg, rgba(27, 58, 107, 0.25), transparent),
        radial-gradient(700px 360px at 50% 0%, rgba(184, 35, 47, 0.22), transparent 70%);
    border-bottom: 1px solid var(--border);
    overflow: hidden;
}

.ejj-btn--primary:hover {
    transform: translateY(-2px);
    color: #fff;
    box-shadow: 0 12px 32px rgba(184, 35, 47, 0.55);
}

.ejj-game-card__media,
.ejj-m-game-tile__image {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.ejj-m-profile__head { display: flex; align-items: center; gap: var(--space-lg); margin-bottom: var(--space-xl); }

.ejj-m-header__link::after {
    content: '';
    position: absolute;
    left: 0; bottom: -4px;
    width: 0; height: 2px;
    background: var(--accent);
    transition: width 0.25s ease;
}

.ejj-footer__compliance-logo--light-bg,
.ejj-m-footer__compliance img[src$="gambleaware.png"],
.ejj-m-footer__compliance img[src$="gamecare.png"] {
    background: #fff;
    padding: 4px 6px;
    border-radius: 4px;
}

.ejj-m-modal__text { color: var(--text-secondary); margin-bottom: var(--space-lg); }

.ejj-offer-card__body { padding: var(--space-xl); text-align: center; }

.ejj-game-card:hover,
.ejj-m-game-tile:hover {
    transform: translateY(-4px);
    border-color: var(--border-strong);
    box-shadow: var(--shadow-gold);
}

.ejj-faq-item__q::-webkit-details-marker { display: none; }

.ejj-m-featured__provider {
    font-size: 1.7rem;
    color: var(--accent);
    text-align: center;
    margin-bottom: var(--space-lg);
}

.ejj-m-modal__box--game { max-width: 920px; padding: 0; overflow: hidden; }

.ejj-game-card:hover .ejj-game-card__play,
.ejj-m-game-tile:hover .ejj-m-game-tile__play { opacity: 1; transform: scale(1); }

.ejj-offer-card__desc { color: var(--text-secondary); font-size: 0.92rem; margin: var(--space-md) 0; }

.ejj-game-card__play,
.ejj-m-game-tile__play {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 54px; height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    border-radius: 50%;
    font-size: 1.1rem;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.2s ease, transform 0.2s ease;
    box-shadow: var(--shadow-red);
}

.ejj-m-hero__title {
    font-size: clamp(2.8rem, 7vw, 5rem);
    background: linear-gradient(120deg, var(--accent-bright), var(--accent) 35%, var(--primary) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: var(--space-sm);
}

.ejj-m-footer__address { font-style: italic; }

body.no-scroll { overflow: hidden; }

.ejj-m-cookie.is-visible { display: flex; }

.ejj-m-cookie__text { color: var(--text-secondary); font-size: 0.88rem; flex: 1; min-width: 200px; }

.ejj-benefit-card {
    position: relative;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: var(--space-xl) var(--space-lg);
    text-align: center;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.ejj-m-profile {
    max-width: 720px;
    margin: 0 auto;
    background: var(--bg-card);
    border: 1px solid var(--border-strong);
    border-radius: var(--radius-lg);
    padding: var(--space-2xl);
    box-shadow: var(--shadow-gold);
}

.ejj-m-footer__list a:hover { color: var(--accent); }

.ejj-m-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: var(--header-height);
    background: rgba(13, 10, 18, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border);
}

.ejj-faq-item__a {
    padding: 0 var(--space-lg) var(--space-lg);
    color: var(--text-secondary);
    font-size: 0.98rem;
}

.ejj-m-unlock-banner .ejj-m-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-md);
    flex-wrap: wrap;
}

.ejj-m-disclaimer__box p:last-child { margin-bottom: 0; }

.ejj-m-featured__group { margin-bottom: var(--space-2xl); }

.ejj-m-game-tile__lock-text {
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--accent);
}

.ejj-m-hero__container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--space-lg);
    z-index: 1;
}

.ejj-m-unlock-banner {
    background: linear-gradient(135deg, rgba(184, 35, 47, 0.2), rgba(27, 58, 107, 0.2));
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: var(--space-md) 0;
}

.ejj-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-sm);
    font-family: var(--font-body), sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.7em 1.6em;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
    text-align: center;
}

.ejj-m-account-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-lg);
    margin: var(--space-xl) 0 var(--space-3xl);
}

.ejj-m-section__title--mt { margin-top: var(--space-3xl); }

.ejj-m-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: 2000;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    padding: var(--space-lg);
}

.ejj-m-modal.is-open { opacity: 1; visibility: visible; }

.ejj-m-hero__title--small { font-size: clamp(2.2rem, 5vw, 3.4rem); }

.ejj-m-content-card h3 { font-size: 1.3rem; color: var(--text-primary); margin: var(--space-lg) 0 var(--space-sm); }

.ejj-m-faq__list { display: flex; flex-direction: column; gap: var(--space-md); }

.ejj-m-disclaimer__box p { color: var(--text-secondary); margin-bottom: var(--space-md); }

.ejj-m-modal__close {
    background: none;
    border: none;
    color: var(--text-secondary);
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s ease;
}

.ejj-m-footer {
    background: var(--bg-darker);
    border-top: 1px solid var(--border);
    padding-top: var(--space-3xl);
    margin-top: var(--space-3xl);
}

.ejj-m-unlock-banner strong { color: var(--accent); }

.ejj-btn--sm { padding: 0.5em 1.1em; font-size: 0.78rem; }

.ejj-faq-item__q {
    padding: var(--space-lg);
    font-family: var(--font-heading), sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--text-primary);
    cursor: pointer;
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-md);
}

.ejj-m-disclaimer__title { font-size: 1.8rem; color: var(--primary); margin-bottom: var(--space-md); }

.ejj-m-games-grid--featured {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 500px;
    margin: 0 auto;
}

.ejj-m-header__nav { display: flex; gap: var(--space-xl); }

.ejj-m-game-list li {
    background: var(--bg-darker);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: var(--space-sm) var(--space-md);
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.ejj-m-hero__content { max-width: 760px; }

.compliance-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.compliance-badge img { height: 38px; width: auto;  transition: opacity 0.2s ease; }

.ejj-btn--primary {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    box-shadow: var(--shadow-red);
    border: 1px solid var(--border-strong);
}

.ejj-m-breadcrumb a { color: var(--text-secondary); }

.ejj-m-footer__bottom {
    border-top: 1px solid var(--border);
    padding: var(--space-lg);
    text-align: center;
}

.ejj-m-footer__bottom p { color: var(--text-muted); font-size: 0.82rem; margin-bottom: var(--space-xs); }

.ejj-m-game-tile--locked { cursor: not-allowed; }

.ejj-m-footer__disclaimer { max-width: 820px; margin: var(--space-sm) auto 0; }

.ejj-m-footer__desc {
    color: var(--text-secondary);
    font-size: 0.92rem;
    margin: var(--space-md) 0;
    max-width: 340px;
}

ul { list-style: none; }

.ejj-m-footer__list a { color: var(--text-secondary); font-size: 0.92rem; }

.ejj-m-unlock-banner.is-hidden { display: none; }

.ejj-m-section--games { padding-top: var(--space-xl); }

html { scroll-behavior: smooth; }

.ejj-m-filter__btn:hover { color: var(--accent); border-color: var(--border-strong); }

.ejj-m-mobile-menu__link {
    padding: var(--space-md) 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    color: var(--text-secondary);
    border-bottom: 1px solid var(--border);
}

.ejj-m-modal__actions { display: flex; gap: var(--space-md); justify-content: center; flex-wrap: wrap; }

.ejj-m-modal__box--auth { max-width: 440px; text-align: left; }

.ejj-m-header__link {
    font-family: var(--font-body), sans-serif;
    font-weight: 700;
    font-size: 0.86rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--text-secondary);
    position: relative;
    padding: var(--space-xs) 0;
}

.ejj-offer-card:hover { transform: translateY(-4px); border-color: var(--border-strong); }

.ejj-m-modal__box--auth .ejj-m-modal__close { position: absolute; top: var(--space-md); right: var(--space-md); }

.ejj-m-field input {
    width: 100%;
    padding: 0.75em var(--space-md);
    background: var(--bg-darker);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    color: var(--text-primary);
    font-family: var(--font-body), sans-serif;
    font-size: 0.95rem;
    transition: border-color 0.2s ease;
}

.ejj-benefit-card__title { font-size: 1.4rem; color: var(--accent); margin-bottom: var(--space-sm); }

.ejj-m-cookie {
    position: fixed;
    bottom: var(--space-lg);
    left: var(--space-lg);
    right: var(--space-lg);
    max-width: 560px;
    margin: 0 auto;
    background: var(--bg-card);
    border: 1px solid var(--border-strong);
    border-radius: var(--radius-md);
    padding: var(--space-md) var(--space-lg);
    display: none;
    align-items: center;
    gap: var(--space-md);
    z-index: 1500;
    box-shadow: var(--shadow-gold);
    flex-wrap: wrap;
    justify-content: center;
}

.ejj-faq-item[open] .ejj-faq-item__q::after { transform: rotate(45deg); }

.ejj-faq-item.is-open .ejj-faq-item__q::after { transform: rotate(45deg); }

.ejj-m-tabs {
    display: flex;
    border-bottom: 1px solid var(--border);
    margin-bottom: var(--space-lg);
}

.ejj-m-game-tile--locked .ejj-m-game-tile__image img {
    filter: blur(4px) grayscale(50%);
    opacity: 0.6;
}

.ejj-m-modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--space-md) var(--space-lg);
    border-bottom: 1px solid var(--border);
}

.ejj-m-auth-form { display: block; }

.ejj-game-card__media img,
.ejj-m-game-tile__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ejj-logo {
    font-family: var(--font-heading), sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
    letter-spacing: 1px;
    color: var(--text-primary);
    background: linear-gradient(120deg, var(--accent-bright), var(--accent) 40%, var(--primary));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
}

.ejj-m-field input:focus { outline: none; border-color: var(--accent); }

.ejj-m-field label {
    display: block;
    font-weight: 700;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--text-secondary);
    margin-bottom: var(--space-xs);
}

body {
    font-family: var(--font-body), sans-serif;
    font-weight: 400;
    color: var(--text-primary);
    background:
        radial-gradient(1200px 600px at 50% -200px, rgba(27, 58, 107, 0.35), transparent 70%),
        radial-gradient(900px 500px at 90% 10%, rgba(184, 35, 47, 0.18), transparent 70%),
        var(--bg-dark);
    line-height: 1.65;
    min-height: 100vh;
    overflow-x: hidden;
}

.ejj-m-container--narrow { max-width: 820px; }

.ejj-m-auth-form__error {
    color: var(--primary);
    font-size: 0.85rem;
    margin-top: var(--space-sm);
    min-height: 1em;
}

.ejj-m-auth-form .ejj-btn { margin-top: var(--space-sm); }

.ejj-m-hero__subtitle {
    font-family: var(--font-heading), sans-serif;
    font-size: 1.6rem;
    color: var(--accent);
    margin-bottom: var(--space-md);
}

.ejj-m-why-account { margin-top: var(--space-3xl); }

.ejj-m-provider-section__title { font-size: 1.6rem; color: var(--accent); }

.ejj-m-provider-section__count { color: var(--text-muted); font-size: 0.85rem; }

.ejj-m-profile__badge {
    width: 70px; height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border: 2px solid var(--accent);
    border-radius: 50%;
    font-family: var(--font-heading), sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: #fff;
    flex-shrink: 0;
}

.ejj-benefit-card__desc { color: var(--text-secondary); font-size: 0.95rem; }

.ejj-m-header__burger.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.ejj-m-profile__xp { margin-bottom: var(--space-xl); }

.ejj-m-section__subtitle {
    text-align: center;
    color: var(--text-secondary);
    margin-bottom: var(--space-2xl);
    font-size: 1.05rem;
}

.ejj-m-profile__xp-labels strong { color: var(--accent); }

.ejj-m-xpbar {
    height: 14px;
    background: var(--bg-darker);
    border: 1px solid var(--border);
    border-radius: 100px;
    overflow: hidden;
}

.ejj-m-xpbar__fill {
    height: 100%;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    border-radius: 100px;
    transition: width 0.5s ease;
}

.ejj-m-profile__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-md);
    margin-bottom: var(--space-xl);
}

.ejj-stat-box {
    background: var(--bg-darker);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: var(--space-lg);
    text-align: center;
}

.ejj-stat-box__value {
    display: block;
    font-family: var(--font-heading), sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: var(--accent);
}

.ejj-stat-box__label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-muted);
}

.ejj-btn--ghost:hover { background: rgba(212, 166, 74, 0.12); color: var(--accent-bright); }

.ejj-m-page-title {
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    text-align: center;
    margin-bottom: var(--space-md);
    background: linear-gradient(120deg, var(--accent-bright), var(--accent) 40%, var(--primary));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ejj-games-list .ejj-m-provider-section + .ejj-m-provider-section { margin-top: var(--space-2xl); }

.ejj-game-card,
.ejj-m-game-tile {
    position: relative;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ejj-m-content-card h2 {
    font-size: 1.6rem;
    color: var(--accent);
    margin: var(--space-xl) 0 var(--space-md);
}

.ejj-m-hero__text {
    color: var(--text-secondary);
    font-size: 1.05rem;
    margin-bottom: var(--space-lg);
    max-width: 640px;
}

.ejj-m-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--space-lg);
}

.ejj-m-content-card p { color: var(--text-secondary); margin-bottom: var(--space-md); }

.ejj-m-hero__eyebrow {
    display: inline-block;
    font-weight: 900;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--accent);
    margin-bottom: var(--space-md);
    padding: var(--space-xs) var(--space-md);
    border: 1px solid var(--border-strong);
    border-radius: 100px;
}

.ejj-m-content-card__title { font-size: 1.5rem; color: var(--accent); margin-bottom: var(--space-lg); }

.ejj-m-content-card h2:first-child { margin-top: 0; }

.ejj-m-content-card__meta { color: var(--text-muted); font-size: 0.85rem; margin-bottom: var(--space-lg); }

.ejj-m-list { margin: 0 0 var(--space-md); padding-left: 0; }

.ejj-m-list li {
    position: relative;
    padding-left: var(--space-lg);
    margin-bottom: var(--space-sm);
    color: var(--text-secondary);
}

.ejj-m-list li::before {
    content: '⚔';
    position: absolute;
    left: 0;
    color: var(--accent);
}

.ejj-m-game-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: var(--space-sm);
    margin-bottom: var(--space-md);
}

.ejj-m-header__link:hover::after, .ejj-m-header__link.is-active::after { width: 100%; }

.ejj-m-breadcrumb { font-size: 0.85rem; color: var(--text-muted); margin-bottom: var(--space-lg); text-align: center; }

.ejj-m-section--page-top { padding-top: var(--space-2xl); }

.ejj-m-section__title {
    font-size: clamp(2rem, 4vw, 3rem);
    text-align: center;
    margin-bottom: var(--space-md);
    position: relative;
}

.ejj-m-article-cta { text-align: center; margin-top: var(--space-2xl); }

.ejj-m-content-card__lead {
    font-size: 1.1rem;
    color: var(--text-primary);
    margin-bottom: var(--space-xl);
    font-family: var(--font-heading), sans-serif;
    font-style: italic;
    line-height: 1.5;
}

.ejj-m-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-lg);
}

.ejj-m-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-lg);
}

.ejj-m-mobile-menu__link:hover, .ejj-m-mobile-menu__link.is-active { color: var(--accent); }

.ejj-article-card:hover { transform: translateY(-4px); border-color: var(--border-strong); }

.ejj-article-card__content { padding: var(--space-lg); }

.ejj-article-card__cat {
    display: inline-block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--accent);
    background: rgba(212, 166, 74, 0.1);
    padding: var(--space-xs) var(--space-sm);
    border-radius: var(--radius-sm);
    margin-bottom: var(--space-md);
}

.ejj-article-card__title { font-size: 1.35rem; margin-bottom: var(--space-sm); color: var(--text-primary); }

.ejj-article-card__desc { color: var(--text-secondary); font-size: 0.92rem; margin-bottom: var(--space-md); }

.ejj-article-card__more {
    font-weight: 700;
    font-size: 0.85rem;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ejj-article-card__overlay { position: absolute; inset: 0; z-index: 1; }

a { color: var(--accent); text-decoration: none; transition: color 0.2s ease; }

.ejj-offer-card {
    position: relative;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.ejj-m-hero--small { padding: var(--space-2xl) 0; }

.ejj-m-hero--404 { padding: var(--space-3xl) 0; text-align: center; }

.ejj-offer-card__title { font-size: 1.6rem; color: var(--accent); margin-bottom: var(--space-sm); }

.ejj-m-header__actions { display: flex; align-items: center; gap: var(--space-md); }

.ejj-offer-card__stats {
    display: flex;
    justify-content: center;
    gap: var(--space-md);
    margin-bottom: var(--space-lg);
    color: var(--text-muted);
    font-size: 0.85rem;
}

.ejj-offer-card__stat { color: var(--text-muted); }

.ejj-logo--footer { font-size: 1.5rem; }

.is-hidden { display: none !important; }

.ejj-no-scroll { overflow: hidden; }

.ejj-back-to-top {
    position: fixed;
    bottom: var(--space-lg);
    right: var(--space-lg);
    width: 48px; height: 48px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    border: 1px solid var(--border-strong);
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.2s ease;
    z-index: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ejj-back-to-top.is-visible { opacity: 1; visibility: visible; }

.ejj-back-to-top:hover { transform: translateY(-3px); color: #fff; }

::-webkit-scrollbar { width: 11px; }

::-webkit-scrollbar-track { background: var(--bg-darker); }

::-webkit-scrollbar-thumb { background: linear-gradient(var(--primary), var(--accent)); border-radius: 6px; }

::-webkit-scrollbar-thumb:hover { background: var(--accent); }

.ejj-m-mobile-menu {
    position: fixed;
    top: var(--header-height);
    left: 0; right: 0;
    background: var(--bg-darker);
    border-bottom: 1px solid var(--border);
    transform: translateY(-120%);
    transition: transform 0.3s ease;
    z-index: 999;
    max-height: calc(100vh - var(--header-height));
    overflow-y: auto;
}

.ejj-m-mobile-menu.is-open { transform: translateY(0); }

.ejj-m-footer__list li { margin-bottom: var(--space-sm); }

a:hover { color: var(--accent-bright); }

.ejj-m-page-lead {
    text-align: center;
    color: var(--text-secondary);
    max-width: 720px;
    margin: 0 auto var(--space-2xl);
    font-size: 1.05rem;
}

.ejj-m-footer__compliance { display: flex; flex-wrap: wrap; gap: var(--space-md); align-items: center; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

.ejj-m-auth-form__title { font-size: 1.5rem; color: var(--accent); margin-bottom: var(--space-lg); }

.ejj-btn--lg { padding: 0.9em 2.2em; font-size: 1rem; }

.ejj-m-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(212, 166, 74, 0.04) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(212, 166, 74, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}

.ejj-m-modal__frame { position: relative; aspect-ratio: 16 / 10; background: #000; }

.ejj-m-field { margin-bottom: var(--space-md); }

.ejj-m-header__inner {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    padding: 0 var(--space-lg);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-lg);
}

.ejj-m-filter__btn {
    font-family: var(--font-body), sans-serif;
    font-weight: 700;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 0.55em 1.3em;
    background: var(--bg-card);
    color: var(--text-secondary);
    border: 1px solid var(--border);
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ejj-m-review-hero__meta { color: var(--text-muted); font-size: 0.9rem; margin-top: var(--space-sm); }

.ejj-m-featured__cta { text-align: center; margin-top: var(--space-xl); }

@media (max-width: 992px) {
    .ejj-m-benefits__grid { grid-template-columns: repeat(2, 1fr); }
    .ejj-m-blog-grid, .ejj-m-reviews-grid { grid-template-columns: repeat(2, 1fr); }
    .ejj-m-footer__inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .ejj-m-header__nav, .ejj-m-header__account { display: none; }
    .ejj-m-header__burger { display: flex; }
    .ejj-m-games-grid, .ejj-games-grid { grid-template-columns: repeat(2, 1fr); }
    .ejj-m-games-grid--featured { max-width: 100%; gap: 12px; }
    .ejj-m-account-grid { grid-template-columns: 1fr; }
    .ejj-m-profile__stats { grid-template-columns: 1fr; }
    .ejj-m-blog-grid, .ejj-m-reviews-grid { grid-template-columns: 1fr; }
    .ejj-m-cookie { bottom: 0; left: 0; right: 0; max-width: 100%; border-radius: 0; }
    body { padding-bottom: 0; }
}

@media (max-width: 480px) {
    .ejj-m-benefits__grid { grid-template-columns: 1fr; }
    .ejj-m-footer__inner { grid-template-columns: 1fr; gap: var(--space-xl); }
    .ejj-m-content-card { padding: var(--space-lg); }
    .ejj-m-profile { padding: var(--space-lg); }
    .ejj-m-section { padding: var(--space-2xl) 0; }
    .ejj-m-profile__head { flex-direction: column; text-align: center; }
}

:root { --cookie-banner-h: 0px; }

body { padding-bottom: var(--cookie-banner-h); }

html, body { overflow-x: hidden; }

.ejj-cookie-consent.is-visible ~ * body,
body.has-cookie-banner { --cookie-banner-h: 120px; }

@media (max-width: 768px) {
    body.has-cookie-banner { --cookie-banner-h: 160px; }
}

[id$="GamesContainer"],
[id$="gamesContainer"],
#ejjGamesContainer {
    display: flex !important;
    flex-direction: column !important;
    gap: 32px;
    width: 100%;
}

.ejj-provider-section,
.ejj-m-provider-section,
[class*="provider-section"] {
    width: 100%;
    margin-bottom: 24px;
}

[id$="GamesContainer"] > *,
[id$="gamesContainer"] > *,
#ejjGamesContainer > * {
    grid-column: unset !important;
    width: 100%;
}

@media (max-width: 480px) {
    .ejj-games-grid,
    .ejj-m-games-grid,
    [class*="games-grid"]:not([class*="featured"]) {
        grid-template-columns: 1fr !important;
    }
}

.ejj-modal, .ejj-m-modal, [class*="modal"][class*="overlay"] { z-index: 9999 !important; }

.ejj-m-filter > *, .ejj-filter-bar > *, .ejj-filters > * { flex-shrink: 0; }

.ejj-m-filter, .ejj-filter-bar, .ejj-filters {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
    padding: 4px 12px;
    scrollbar-width: thin;
}

#ejjGameFrame, .ejj-game-iframe, iframe.game {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    border: 0;
    display: block;
}

.ejj-modal__overlay, .ejj-m-modal__overlay { z-index: 9998 !important; }

@media (max-width: 480px) {
    .ejj-site-header__inner, .ejj-m-header__inner {
        gap: 8px;
        padding-left: 12px;
        padding-right: 12px;
    }
}