@font-face {
    font-family: 'CustomFont';
    src: local('Arial'), local('Helvetica'), local('sans-serif');
    font-weight: normal;
    font-style: normal;
}

:root {
    --primary: #0ff3ff;
    --primary-hover: #00ced8;
    --primary-rgb: 15, 243, 255;
    --accent: #ff7a1a;
    --accent-hover: #e96510;
    --accent-rgb: 255, 122, 26;
    --on-primary: #071416;

    --bg: #0c1315;
    --surface: #111d1e;
    --surface-muted: #1a292c;
    --footer-bg: #080d0f;
    --footer-text: #d8e0e1;
    --footer-text-muted: #8f9da0;
    --footer-heading-color: #ffffff;
    --footer-link-color: #b3c0c2;
    --footer-link-hover: #0ff3ff;
    --footer-border: rgba(15,243,255,0.14);
    --footer-copy-color: #68777a;

    --text: #f5f7f7;
    --text-muted: #b3c0c2;
    --text-soft: #78888b;

    --border: #294044;

    --container-max: 1200px;
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 14px;

    --font-family: 'CustomFont', Arial, Helvetica, sans-serif;
    --line-height: 1.6;

    --blockquote-border: #0ff3ff;
    --blockquote-bg: #152427;
    --blockquote-text: #e1e9ea;

    --btn-login-bg: transparent;
    --btn-login-text: #f5f7f7;
    --btn-login-border: #3a494c;
    --btn-login-hover-bg: #202d30;
    --btn-login-hover-text: #ffffff;
    --btn-register-bg: #0ff3ff;
    --btn-register-text: #071416;
    --btn-register-hover-bg: #00ced8;
    --btn-register-hover-text: #071416;

    --nav-link-color: #f0f2f2;
    --nav-link-hover: #0ff3ff;
    --nav-link-hover-bg: rgba(15,243,255,0.08);

    --breadcrumb-link-color: #9aa8ab;
    --breadcrumb-link-hover: #0ff3ff;
    --breadcrumb-current-color: #f5f7f7;
    --breadcrumb-sep-color: #637477;

    --scroll-top-bg: #0ff3ff;
    --scroll-top-color: #071416;
    --scroll-top-hover-bg: #00ced8;

    --content-link-color: #0ff3ff;
    --content-link-hover: #66f8ff;

    --content-btn-login-bg: transparent;
    --content-btn-login-text: #f5f7f7;
    --content-btn-login-border: #3a494c;
    --content-btn-login-hover-bg: #202d30;
    --content-btn-login-hover-text: #ffffff;
    --content-btn-register-bg: #0ff3ff;
    --content-btn-register-text: #071416;
    --content-btn-register-hover-bg: #00ced8;
    --content-btn-register-hover-text: #071416;

    --table-head-bg: #12383c;
    --table-head-text: #ffffff;
    --table-row-even-bg: #1a292c;
    --table-row-hover: rgba(15, 243, 255, 0.05);

    --bonus-bar-bg: #162426;
    --bonus-bar-text: #ffffff;
    --bonus-bar-btn-bg: #0ff3ff;
    --bonus-bar-btn-text: #071416;

    --popup-bg: #101819;
    --popup-title-color: #ffffff;
    --popup-subtitle-color: #b3c0c2;
    --popup-btn-bg: #0ff3ff;
    --popup-btn-text: #071416;
    --popup-card-bg: #192629;
    --popup-card-border: #0ff3ff;
    --popup-bonus-name-color: #ffffff;
    --popup-bonus-amount-color: #ff7a1a;

    --header-bg: #14191c;
    --header-border: #273438;
    --header-shadow: 0 2px 14px rgba(0,0,0,0.40);
    --header-logo-height: 42px;
    --header-logo-max-width: none;

    --games-title-color: #ffffff;
    --games-card-bg: #162123;
    --games-card-radius: 14;
    --games-arrow-bg: #0ff3ff;
    --games-arrow-color: #071416;

    --payments-title-color: #ffffff;
    --payments-card-bg: #162123;
    --payments-card-radius: 10px;
    --payments-name-color: #b3c0c2;

    --help-title-color: #ffffff;
    --help-card-bg: #162123;
    --help-card-border: #294044;
    --help-card-radius: 14;
    --help-btn-bg: #0ff3ff;
    --help-btn-text: #071416;
    --help-btn-hover: #00ced8;
}

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

*, button, input, select, textarea {
    font-family: inherit;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}

body {
    font-family: var(--font-family);
    background-color: var(--bg);
    color: var(--text);
    line-height: var(--line-height);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* ================================================================
   SITE HEADER
   ================================================================ */
.Db4bN9m {
    background: var(--header-bg, var(--bg));
    border-bottom: 1px solid var(--header-border, var(--border));
    box-shadow: var(--header-shadow, 0 2px 12px rgba(0,0,0,0.06));
    position: sticky;
    top: 0;
    z-index: 1000;
}

.Qru1qZq {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0.85rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.lUP8ogK {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
}

.dk6lfWg {
    height: var(--header-logo-height, 42px);
    max-width: var(--header-logo-max-width);
    width: auto;
    display: block;
    object-fit: contain;
}

.U9huZLb {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text);
    white-space: nowrap;
    letter-spacing: -0.02em;
}

/* Desktop navigation */
.bC9ptRA {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.bC9ptRA a {
    text-decoration: none;
}

.GvhKamC {
    color: var(--nav-link-color, var(--text-muted));
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.4rem 0.65rem;
    border-radius: var(--radius-sm);
    transition: color 0.2s ease, background 0.2s ease;
}

.GvhKamC:hover,
.GvhKamC.active {
    color: var(--nav-link-hover, var(--primary));
    background: var(--nav-link-hover-bg, rgba(var(--primary-rgb), 0.08));
}

/* Desktop dropdown */
.rwM5DXg {
    position: relative;
}

.rwM5DXg > a,
.rwM5DXg > span {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
}

.rwM5DXg > a::after,
.rwM5DXg > span::after {
    content: '';
    width: 5px;
    height: 5px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s;
}

.rwM5DXg:hover > a::after,
.rwM5DXg:hover > span::after {
    transform: rotate(-135deg);
}

.XMhJ8kP {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    z-index: 1002;
    list-style: none;
    padding: 0.4rem 0;
}

.rwM5DXg:hover .XMhJ8kP {
    display: block;
}

.XMhJ8kP a {
    display: block;
    padding: 0.5rem 1rem;
    color: var(--text-muted);
    font-size: 0.9rem;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}

.XMhJ8kP a:hover {
    background: var(--surface-muted);
    color: var(--primary);
}

.XMhJ8kP a.active {
    color: var(--primary);
}

/* Header buttons */
.yD6cDZ7 {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

/* Hamburger */
.G0KOY3M {
    display: none;
    width: 28px;
    height: 28px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 1001;
}

.G0KOY3M span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--text);
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all 0.3s;
}

.G0KOY3M span:nth-child(1) { top: 4px; }
.G0KOY3M span:nth-child(2) { top: 13px; }
.G0KOY3M span:nth-child(3) { top: 22px; }

.G0KOY3M.active span:nth-child(1) {
    top: 13px;
    transform: rotate(45deg);
}
.G0KOY3M.active span:nth-child(2) {
    opacity: 0;
}
.G0KOY3M.active span:nth-child(3) {
    top: 13px;
    transform: rotate(-45deg);
}

/* Mobile header: action buttons row */
.NzmagR6 {
    display: none;
    flex: 0 0 auto;
    gap: 0.5rem;
    padding: 0.55rem 1rem;
    background: var(--bg);
    border-top: 1px solid var(--border);
}

.NzmagR6 .SRuWprf {
    flex: 1;
    min-width: 0;
    text-align: center;
    padding: 0.7rem 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: background 0.2s, color 0.2s, transform 0.15s;
}

.NzmagR6 .SRuWprf:hover {
    transform: translateY(-1px);
}

/* Mobile nav overlay (backdrop) */
.r8grfwV {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.r8grfwV.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body.vW2jb5R {
    overflow: hidden;
}

/* Mobile navigation panel */
.cNnymeP {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(320px, 85vw);
    max-width: 320px;
    background: var(--bg);
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
    padding: 1.5rem 1.5rem 2rem;
    padding-top: max(2.75rem, calc(env(safe-area-inset-top) + 2rem));
    flex-direction: column;
    gap: 0.25rem;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease;
    z-index: 999;
    overflow-y: auto;
}

.cNnymeP.active {
    transform: translateX(0);
}

.JEIyYz2 {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--text-muted);
    border-radius: var(--radius-sm);
    transition: background .2s, color .2s;
}
.JEIyYz2:hover {
    background: rgba(var(--primary-rgb), 0.08);
    color: var(--text);
}

.cNnymeP > a:not(.PArr8dT) {
    display: block;
    padding: 0.6rem 0;
    color: var(--nav-link-color, var(--text));
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    border-bottom: none;
}

.cNnymeP > a:not(.PArr8dT):hover,
.cNnymeP > a.active {
    color: var(--nav-link-hover, var(--primary));
}

/* Mobile dropdown */
.cNnymeP .bbWpPyS {
    display: flex;
    flex-direction: column;
}

.cNnymeP .yjQj81L {
    display: block;
    width: 100%;
    padding: 0.6rem 0;
    font-size: 1rem;
    color: var(--nav-link-color, var(--text));
    text-decoration: none;
    cursor: pointer;
    background: none;
    border: none;
    font-family: inherit;
    text-align: left;
    font-weight: 500;
}

.cNnymeP .yjQj81L:hover,
.cNnymeP .yjQj81L.active {
    color: var(--nav-link-hover, var(--primary));
}

.cNnymeP .SVARJx5 {
    display: block;
    padding: 0 0 0 1rem;
}

.cNnymeP .SVARJx5 a {
    display: block;
    padding: 0.4rem 0;
    font-size: 0.95rem;
    color: var(--nav-link-color, var(--text-muted));
    text-decoration: none;
}

.cNnymeP .SVARJx5 a:hover,
.cNnymeP .SVARJx5 a.active {
    color: var(--nav-link-hover, var(--primary));
}

/* ================================================================
   BUTTONS
   ================================================================ */
.PArr8dT, a.PArr8dT {
    padding: 0.65rem 1.4rem;
    border: none;
    border-radius: var(--radius-sm);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.25;
    cursor: pointer;
    transition: all 0.25s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
}

.mWTV0dU, a.PArr8dT.mWTV0dU {
    background: var(--btn-login-bg);
    color: var(--btn-login-text);
    border: 2px solid var(--btn-login-border) !important;
}

.mWTV0dU:hover, a.PArr8dT.mWTV0dU:hover {
    background: var(--btn-login-hover-bg);
    color: var(--btn-login-hover-text);
    border-color: var(--btn-login-hover-bg) !important;
}

.d3lcGOG {
    background: var(--btn-register-bg);
    color: var(--btn-register-text);
}

.d3lcGOG:hover {
    background: var(--btn-register-hover-bg);
    color: var(--btn-register-hover-text);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(var(--primary-rgb), 0.25);
}

/* ================================================================
   BREADCRUMBS
   ================================================================ */
.uTjI1kd {
    background: var(--surface-muted);
    border-bottom: 1px solid var(--border);
    padding: 0.35rem 0;
}

.uTjI1kd + .QeEdvaR {
    padding-top: 1rem;
}

.WUcElLK {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.15rem 0.35rem;
    list-style: none;
    font-size: 0.85rem;
}

.IQBE63z {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.IQBE63z a {
    color: var(--breadcrumb-link-color, var(--text-muted));
    text-decoration: none;
    transition: color 0.2s;
}

.IQBE63z a:hover {
    color: var(--breadcrumb-link-hover, var(--primary));
}

.KHcIECT {
    color: var(--breadcrumb-sep-color, var(--text-soft));
    opacity: 0.6;
    user-select: none;
}

.BqvtaHq {
    color: var(--breadcrumb-current-color, var(--text));
    font-weight: 500;
}

/* ================================================================
   PAGE WRAPPER & CONTENT
   ================================================================ */
.QeEdvaR {
    flex: 1;
    width: 100%;
    padding: 2.5rem 0 3rem;
}

.ogGeHSH {
    max-width: var(--container-max);
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.Ntg1QLY {
    background: var(--bg);
    border-radius: 0;
    padding: 0;
}

.Ntg1QLY h1 {
    color: var(--text);
    margin-bottom: 1.25rem;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.2;
}

.Ntg1QLY h2 {
    color: var(--text);
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    font-size: 1.6rem;
    font-weight: 700;
    padding-bottom: 0.4rem;
    border-bottom: 2px solid var(--primary);
}

.Ntg1QLY h3 {
    color: var(--text);
    margin-top: 1.5rem;
    margin-bottom: 0.6rem;
    font-size: 1.3rem;
    font-weight: 700;
}

.Ntg1QLY h4 {
    color: var(--text);
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.Ntg1QLY strong, .Ntg1QLY b {
    font-weight: 700;
    color: var(--text);
}

.Ntg1QLY p {
    margin-bottom: 1rem;
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--text-muted);
}

.Ntg1QLY a:not(.PArr8dT) {
    color: var(--content-link-color, var(--primary));
    text-decoration: none;
    transition: color 0.2s;
}

.Ntg1QLY a:not(.PArr8dT):not(.eIRuX8u):hover {
    color: var(--content-link-hover, var(--primary-hover));
    text-decoration: underline;
}

.Ntg1QLY img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-md);
    max-height: 500px;
}

.Ntg1QLY blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.5rem;
    border-left: 4px solid var(--blockquote-border);
    background: var(--blockquote-bg);
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    color: var(--blockquote-text);
    font-size: 1.02rem;
    line-height: 1.7;
}

.Ntg1QLY blockquote p {
    margin-bottom: 0.5rem;
    color: inherit;
}

.Ntg1QLY blockquote p:last-child {
    margin-bottom: 0;
}

.Ntg1QLY ul, .Ntg1QLY ol {
    margin-bottom: 1.25rem;
    padding-left: 1.8rem;
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.75;
}

.Ntg1QLY ul li, .Ntg1QLY ol li {
    margin-bottom: 0.6rem;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.Ntg1QLY ul li { list-style-type: disc; }
.Ntg1QLY ol li { list-style-type: decimal; }

/* ================================================================
   IMAGE FLOAT (inline shortcodes imgleft / imgright)
   ================================================================ */
.MNPVgTH {
    float: left;
    margin: 0.25rem 1.5rem 1rem 0;
    max-width: 40%;
}

.waI5jFE {
    float: right;
    margin: 0.25rem 0 1rem 1.5rem;
    max-width: 40%;
}

.MNPVgTH img,
.waI5jFE img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--radius-md);
}

.MNPVgTH ~ ul,
.MNPVgTH ~ ol,
.waI5jFE ~ ul,
.waI5jFE ~ ol {
    overflow: hidden;
    padding-left: 2.5rem;
}

.HBG4Csb {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.HBG4Csb img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-md);
}

.eQUrzL4 {
    text-align: left;
}

.eQUrzL4 img {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-md);
}

.Q57KLml {
    text-align: right;
}

.Q57KLml img {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-md);
}

/* ================================================================
   COLUMNS (block editor)
   ================================================================ */
.Yq6siMw {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 1.25rem;
}

.Sv54F8o { grid-template-columns: repeat(2, 1fr); }
.vLKePJl { grid-template-columns: repeat(3, 1fr); }
.hM83Irf { grid-template-columns: repeat(4, 1fr); }

.RKVfRMB > *:last-child {
    margin-bottom: 0;
}

/* ================================================================
   CONTENT BUTTONS
   ================================================================ */
.tMaaYKa {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 1.25rem 0;
}

.tMaaYKa .PArr8dT {
    padding: 0.7rem 1.6rem;
    background: var(--content-btn-register-bg, var(--btn-register-bg));
    color: var(--content-btn-register-text, var(--btn-register-text));
    border: none;
    border-radius: var(--radius-sm);
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tMaaYKa .mWTV0dU {
    background: var(--content-btn-login-bg, var(--btn-login-bg));
    color: var(--content-btn-login-text, var(--btn-login-text));
    border: 2px solid var(--content-btn-login-border, var(--btn-login-border));
}

.tMaaYKa .mWTV0dU:hover {
    background: var(--content-btn-login-hover-bg, var(--btn-login-hover-bg));
    color: var(--content-btn-login-hover-text, var(--btn-login-hover-text));
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(var(--primary-rgb), 0.2);
}

.tMaaYKa .d3lcGOG:hover {
    background: var(--content-btn-register-hover-bg, var(--btn-register-hover-bg));
    color: var(--content-btn-register-hover-text, var(--btn-register-hover-text));
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(var(--primary-rgb), 0.2);
}

/* ================================================================
   TOC SHORTCODE
   ================================================================ */
.VkkiePm {
    margin: 1.5rem 0;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: var(--surface);
    overflow: hidden;
}

.iIgaAXy {
    width: 100%;
    padding: 0.9rem 1.25rem;
    background: var(--surface-muted);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    color: var(--text);
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    transition: background 0.2s;
}

.iIgaAXy:hover {
    background: var(--surface);
}

.VkkiePm.n0pZrer .iIgaAXy svg {
    transform: rotate(180deg);
}

.gn0iAoQ { flex: 1; }

.iIgaAXy svg {
    flex-shrink: 0;
    transition: transform 0.2s;
}

.Y7b6DTe {
    padding: 0.75rem 1.25rem 1rem;
    display: none;
}

.VkkiePm.n0pZrer .Y7b6DTe {
    display: block;
}

.Y7b6DTe ol {
    list-style-type: decimal;
    padding: 0 0 0 1.5em;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2rem;
}

.Y7b6DTe li {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 0.95rem;
}

.Y7b6DTe li::marker {
    color: var(--text-muted);
}

.Y7b6DTe li.S2xVYUS {
    padding-left: 1.25rem;
}

.Y7b6DTe a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.2s;
    line-height: 1.3;
}

.Y7b6DTe a:hover {
    color: var(--primary);
}

/* ================================================================
   FAQ ACCORDION
   ================================================================ */
.jnBwH5X {
    margin: 2rem 0;
}

.NPwZrmQ {
    margin-bottom: 0.6rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    overflow: hidden;
    background: var(--bg);
}

.NPwZrmQ:last-child {
    margin-bottom: 0;
}

.CrS4Zd5 {
    width: 100%;
    padding: 0.9rem 1.2rem;
    background: var(--surface);
    border: none;
    font-family: inherit;
    line-height: inherit;
    text-align: left;
    color: var(--text);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    transition: background 0.2s, color 0.2s;
}

.CrS4Zd5:hover {
    background: var(--surface-muted);
}

.CrS4Zd5.active {
    background: rgba(var(--primary-rgb), 0.06);
}

.CrS4Zd5 .A1SbkRV,
.CrS4Zd5 h3,
.CrS4Zd5 span {
    flex: 1;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-align: left;
    min-width: 0;
}

.BJ69rHz {
    width: 1.2rem;
    height: 1.2rem;
    min-width: 1.2rem;
    flex-shrink: 0;
    color: var(--primary);
    transition: transform 0.25s;
}

.CrS4Zd5.active .BJ69rHz {
    transform: rotate(180deg);
    color: var(--primary-hover);
}

.tuyUTSz {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: var(--bg);
}

.tuyUTSz.active {
    max-height: 1000px;
    border-top: 1px solid var(--border);
}

.YtG8fbp {
    padding: 1rem 1.2rem 1.2rem;
    color: var(--text-muted);
    line-height: 1.7;
    font-size: 0.95rem;
}

.YtG8fbp p, .tuyUTSz p {
    margin: 0 0 0.75em;
    color: inherit;
    line-height: inherit;
    font-size: inherit;
}

.YtG8fbp p:last-child, .tuyUTSz p:last-child {
    margin-bottom: 0;
}

/* ================================================================
   AUTHOR BLOCK — compact / miniature
   ================================================================ */
.gLoeWdl {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    margin: 2rem 0 1rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
}

.C3rZFop img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
}

.zkRTxsp {
    flex: 1;
    min-width: 0;
}

.n4WbBn0 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text);
    margin: 0 0 0.15rem;
}

.n4WbBn0 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.n4WbBn0 a:hover {
    color: var(--primary);
}

.adSkh6k {
    font-size: 0.85rem;
    line-height: 1.5;
    color: var(--text-muted);
    margin: 0;
}

.adSkh6k p {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

/* ================================================================
   TABLES
   ================================================================ */
.r7yZGRz, .jQLoIAp {
    overflow-x: auto;
    margin: 1.5rem 0;
    -webkit-overflow-scrolling: touch;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: var(--bg);
    border-radius: var(--radius-md);
    overflow: hidden;
    min-width: 600px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

table thead tr {
    background: var(--table-head-bg);
    color: var(--table-head-text);
}

table thead td, table thead th {
    padding: 0.65rem 0.6rem;
    font-size: 1rem;
    font-weight: 700;
    border-bottom: 2px solid rgba(0,0,0,0.1);
    color: var(--table-head-text) !important;
}

table tbody tr {
    background: var(--bg);
}

table tbody tr:nth-child(even) {
    background: var(--table-row-even-bg);
}

table tbody tr:hover {
    background: var(--table-row-hover);
}

table td, table th {
    padding: 0.55rem 0.6rem;
    text-align: left;
    border-bottom: 1px solid var(--border);
    color: var(--text-muted);
}

table tr:last-child td, table tr:last-child th {
    border-bottom: none;
}

table td p, table th p {
    margin: 0 0 0.25rem;
}

table td p:last-child, table th p:last-child {
    margin-bottom: 0;
}

/* ================================================================
   REVIEWS
   ================================================================ */
.IrTZ3rF {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
    margin: 2rem 0;
}

.EDON1Zp {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 1.25rem;
    transition: box-shadow 0.2s;
}

.EDON1Zp:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.GOarvZs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid var(--border);
    flex-wrap: wrap;
    gap: 0.4rem;
}

.spguits {
    color: var(--text);
    font-weight: 600;
    font-size: 0.95rem;
}

.pzCjMZR {
    color: var(--text-soft);
    font-size: 0.8rem;
}

.fyPCxCf {
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
    font-size: 0.92rem;
}

/* ================================================================
   404 PAGE
   ================================================================ */
.UzwqPEC {
    text-align: center;
    padding: 4rem 1rem;
}

.Z0FZim7 {
    font-size: 5rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
    margin: 0 0 0.5rem;
}

.VV0uXVi {
    font-size: 1.5rem;
    color: var(--text);
    margin: 0 0 0.75rem;
}

.bGeJwMW {
    color: var(--text-muted);
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

/* ================================================================
   BONUS BAR (replaces cookie notice)
   ================================================================ */
.iW5B62G {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%, calc(100% + 60px));
    width: 100%;
    max-width: var(--container-max);
    z-index: 9999;
    background: var(--bonus-bar-bg);
    border-radius: var(--radius-lg);
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    padding: 0.9rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: transform 0.4s ease;
}

.iW5B62G.tE00zQh {
    transform: translate(-50%, 0);
}

.CZnMZGC {
    flex-shrink: 0;
}

.CZnMZGC img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    display: block;
}

.Bs2IP8G {
    flex: 1;
    min-width: 0;
}

.GgHu8U5 {
    color: var(--bonus-bar-text);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
}

.dpIRGYe {
    color: var(--bonus-bar-text);
    font-size: 0.8rem;
    font-weight: 400;
    opacity: 0.85;
    line-height: 1.3;
    margin-top: 2px;
}

.WJlhmdG {
    flex-shrink: 0;
    padding: 0.6rem 1.5rem;
    background: var(--bonus-bar-btn-bg);
    color: var(--bonus-bar-btn-text);
    border: none;
    border-radius: var(--radius-sm);
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: background 0.2s, transform 0.2s;
    white-space: nowrap;
}

.WJlhmdG:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);
}

/* ================================================================
   POPUP (bonus popup with timer)
   ================================================================ */
.otQpreC {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.otQpreC.tE00zQh {
    opacity: 1;
    visibility: visible;
}

.WqgzgPd {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    z-index: 10002;
    background: var(--popup-bg);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    max-width: 400px;
    width: 90%;
    text-align: center;
    padding: 2.5rem 1.75rem 2rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}

.WqgzgPd.tE00zQh {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.Frr8dyS {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 28px;
    height: 28px;
    background: rgba(0,0,0,0.06);
    border: 1.5px solid rgba(0,0,0,0.12);
    border-radius: 6px;
    font-size: 1.1rem;
    line-height: 1;
    color: #94a3b8;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: background 0.2s, border-color 0.2s;
}

.Frr8dyS:hover {
    background: rgba(0,0,0,0.1);
    border-color: rgba(0,0,0,0.2);
    color: #64748b;
}

.KI749sa {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--popup-title-color);
    margin: 0 0 0.3rem;
    line-height: 1.25;
}

.w1DifvD {
    font-size: 1.05rem;
    color: var(--popup-subtitle-color);
    margin: 0 0 1.5rem;
    line-height: 1.4;
}

.qI1I6iN {
    background: var(--popup-card-bg);
    border: 3px solid var(--popup-card-border);
    border-radius: 16px;
    padding: 0 1.25rem 1.25rem;
    overflow: hidden;
}

.awsgjZX {
    background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, transparent 100%);
    border-radius: 12px;
    padding: 1.25rem 1rem;
    margin: 0 -1.25rem 1rem;
}

.awsgjZX img {
    max-width: 200px;
    max-height: 56px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.oXplgEI {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--popup-bonus-name-color);
    margin: 0 0 0.35rem;
}

.NROGiUF {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--popup-bonus-amount-color);
    margin: 0 0 1.15rem;
}

.pUKybfy {
    display: block;
    width: 100%;
    padding: 0.85rem 1.5rem;
    background: var(--popup-btn-bg);
    color: var(--popup-btn-text);
    border: none;
    border-radius: 10px;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: filter 0.2s, transform 0.15s;
}

.pUKybfy:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
}

/* ================================================================
   SCROLL TO TOP
   ================================================================ */
.NyTQAWV {
    position: fixed;
    bottom: 90px;
    right: 24px;
    width: 44px;
    height: 44px;
    background: var(--scroll-top-bg, var(--primary));
    color: var(--scroll-top-color, var(--on-primary));
    border: none;
    border-radius: 50%;
    font-size: 1.3rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s, background 0.2s, color 0.2s;
    z-index: 999;
}

.NyTQAWV.tE00zQh {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.NyTQAWV:hover {
    background: var(--scroll-top-hover-bg, var(--primary-hover));
}

/* ================================================================
   FOOTER
   ================================================================ */
.IxrcS3n {
    background: var(--footer-bg);
    padding: 2.5rem 1.5rem;
    margin-top: auto;
    border-top: 1px solid var(--border);
    color: var(--footer-text);
}

.UoCqZaT {
    max-width: var(--container-max);
    margin: 0 auto;
}

.QK6K9GL {
    display: flex;
    align-items: flex-start;
    gap: 2.5rem;
    margin-bottom: 1.75rem;
}

.nGUQHpK {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-start;
}

.ySKNgXy {
    margin: 0;
}

.ySKNgXy img {
    max-height: 40px;
    width: auto;
    display: block;
}

.PGlxLBR {
    flex: 1 1 0%;
    min-width: 0;
}

.gGRWvOp {
    flex: 0 0 auto;
}

.Skn6WVf {
    font-weight: 600;
    font-size: 1rem;
    color: var(--footer-heading-color);
    margin-bottom: 0.75rem;
}

.Lv7e9F5 {
    color: var(--footer-text-muted);
    font-size: 0.92rem;
    line-height: 1.65;
    margin: 0;
}

.C95dfjA {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.C95dfjA a {
    color: var(--footer-link-color);
    text-decoration: none;
    font-size: 0.92rem;
    transition: color 0.2s;
}

.C95dfjA a:hover {
    color: var(--footer-link-hover);
}

.yURIQg0 {
    border-top: 1px solid var(--footer-border);
    padding-top: 1.25rem;
    text-align: center;
}

.Mo4IeEb {
    max-width: 60ch;
    margin: 0 auto;
}

.fNluQdk {
    color: var(--footer-copy-color);
    font-size: 0.85rem;
    margin: 0 0 0.35rem;
}

.ByENNxm {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    justify-content: center;
}
.ByENNxm li a {
    color: var(--footer-link-color);
    font-size: 0.85rem;
    text-decoration: none;
}
.ByENNxm li a:hover { color: var(--footer-link-hover); }

.ytItZ2z {
    color: var(--footer-copy-color);
    font-size: 0.8rem;
    margin: 0;
    opacity: 0.85;
}

/* ================================================================
   RESPONSIVE — tablets (max-width: 1055px)
   ================================================================ */
@media (max-width: 1055px) {
    .Qru1qZq {
        padding: 0.7rem 1rem;
    }

    .bC9ptRA,
    .yD6cDZ7 {
        display: none;
    }

    .G0KOY3M {
        display: block;
    }

    .NzmagR6 {
        display: flex;
    }

    .cNnymeP {
        display: flex;
    }

    .QeEdvaR {
        padding: 2rem 0;
    }

    .ogGeHSH {
        padding: 0 1rem;
    }

    .Ntg1QLY h1 { font-size: 1.8rem; }
    .Ntg1QLY h2 { font-size: 1.4rem; }
    .Ntg1QLY h3 { font-size: 1.15rem; }
    .Ntg1QLY h4 { font-size: 1.05rem; }
    .Ntg1QLY p,
    .Ntg1QLY ul li,
    .Ntg1QLY ol li { font-size: 1rem; }

    .MNPVgTH,
    .waI5jFE {
        float: none;
        max-width: 100%;
        margin: 1rem auto;
        display: block;
    }

    .Sv54F8o,
    .vLKePJl,
    .hM83Irf {
        grid-template-columns: 1fr;
    }

    .MNPVgTH img,
    .waI5jFE img {
        margin: 0 auto;
    }

    .tMaaYKa {
        gap: 0.8rem;
    }

    .Y7b6DTe ol {
        grid-template-columns: 1fr;
    }

    .IrTZ3rF {
        grid-template-columns: 1fr;
    }

    .iW5B62G {
        bottom: 12px;
        left: 12px;
        right: 12px;
        width: auto;
        max-width: none;
        transform: translateY(calc(100% + 30px));
        border-radius: var(--radius-lg);
        padding: 0.85rem 1rem;
    }

    .iW5B62G.tE00zQh {
        transform: translateY(0);
    }

    .NyTQAWV {
        bottom: 90px;
        right: 16px;
        width: 40px;
        height: 40px;
    }

}

@media (max-width: 768px) {
    .QK6K9GL {
        flex-direction: column;
        gap: 1.5rem;
    }
}

/* ================================================================
   RESPONSIVE — small phones (max-width: 480px)
   ================================================================ */
@media (max-width: 480px) {
    .Qru1qZq {
        padding: 0.6rem 0.75rem;
    }

    .dk6lfWg {
        height: 30px;
    }

    .NzmagR6 .SRuWprf {
        padding: 0.65rem 0.85rem;
        font-size: 0.85rem;
    }

    .cNnymeP {
        padding: 0.6rem 1rem 1rem;
    }

    .QeEdvaR {
        padding: 1.5rem 0;
    }

    .ogGeHSH {
        padding: 0 0.75rem;
    }

    .Ntg1QLY h1 { font-size: 1.4rem; }
    .Ntg1QLY h2 { font-size: 1.2rem; }

    .gLoeWdl {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }

    .iW5B62G {
        flex-wrap: wrap;
        padding: 0.75rem;
        gap: 0.6rem;
    }

    .GgHu8U5 {
        font-size: 0.85rem;
    }

    .dpIRGYe {
        font-size: 0.72rem;
    }

    .WqgzgPd {
        width: 95%;
        padding: 2rem 1.25rem 1.5rem;
    }

    .KI749sa {
        font-size: 1.35rem;
    }

    .NROGiUF {
        font-size: 1.2rem;
    }

    .C95dfjA {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.4rem 1.25rem;
    }

    table {
        font-size: 0.85rem;
        min-width: 480px;
    }
}


/* === Shortcode Styles === */
/* Shortcode: games */
.QiKYyyQ{margin:1.5rem 0}.u5INlGq{font-size:1.4rem;font-weight:700;margin-bottom:1rem;color:var(--games-title-color,var(--text))}.xNbIojY{position:relative}.vfAMVj3{display:flex;gap:12px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:6px 0}.vfAMVj3::-webkit-scrollbar{display:none}.jN7VPMC{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:36px;height:36px;border-radius:50%;background:var(--games-arrow-bg,var(--primary));color:var(--games-arrow-color,var(--on-primary));border:none;font-size:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .15s,opacity .2s;box-shadow:0 2px 10px rgba(0,0,0,.2);opacity:.85}.jN7VPMC:hover{opacity:1;transform:translateY(-50%) scale(1.1)}.dZeKyu3{left:8px}.IynzF26{right:8px}.dZeKyu3::after,.IynzF26::after{content:'';display:block;width:10px;height:10px;border-top:2.5px solid currentColor;border-right:2.5px solid currentColor}.dZeKyu3::after{transform:rotate(-135deg);margin-left:2px}.IynzF26::after{transform:rotate(45deg);margin-right:2px}.ea5dYe2{flex:0 0 150px;border-radius:var(--games-card-radius,14px);overflow:hidden;text-decoration:none}.ea5dYe2 img{width:100%;aspect-ratio:3/4;object-fit:cover;display:block}@media(max-width:480px){.ea5dYe2{flex:0 0 calc(50% - 6px)}.jN7VPMC{width:30px;height:30px}.dZeKyu3{left:4px}.IynzF26{right:4px}}

/* Shortcode: payments */
.D5saCmd{margin:1.5rem 0}.IsANdNP{font-size:1.3rem;font-weight:700;margin-bottom:1rem;color:var(--payments-title-color,var(--text))}.JamzFgW{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;max-width:800px;margin:0 auto}.A2kLkEY{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;background:var(--payments-card-bg,var(--surface-muted));border-radius:var(--payments-card-radius,var(--radius-md));text-align:center;transition:transform .4s ease,box-shadow .4s ease;box-shadow:0 1px 3px rgba(0,0,0,.04);box-sizing:border-box}.A2kLkEY:hover{transform:translateY(-3px);box-shadow:0 6px 16px rgba(0,0,0,.07)}.A2kLkEY img{width:100px;height:60px;object-fit:contain}.A2kLkEY span{font-size:.85rem;font-weight:500;color:var(--payments-name-color,var(--text-muted))}@media(max-width:768px){.JamzFgW{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.JamzFgW{grid-template-columns:repeat(2,1fr);gap:8px}.A2kLkEY{padding:10px 4px}.A2kLkEY img{width:70px;height:46px}}

/* Shortcode: gambling_help */
.eNNiDvy{margin:1.5rem 0}.jauUHQ1{font-size:1.3rem;font-weight:700;margin-bottom:1.2rem;color:var(--help-title-color,var(--text))}.dNgTNZ9{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:900px;margin:0 auto}.HNwIXeY{display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px 14px;background:var(--help-card-bg,var(--bg,#fff));border:1px solid var(--help-card-border,var(--border));border-radius:var(--help-card-radius,var(--radius-lg));text-align:center;transition:transform .4s ease,box-shadow .4s ease}.HNwIXeY:hover{transform:translateY(-3px);box-shadow:0 6px 18px rgba(0,0,0,.08)}.HNwIXeY img{width:80px;height:80px;object-fit:contain}.s8zYT0z{font-size:.9rem;font-weight:700;color:var(--text)}.WpvO05t{color:#f59e0b;font-size:.8rem;letter-spacing:2px}.eIRuX8u{display:inline-block;padding:9px 22px;background:var(--help-btn-bg,var(--primary));color:var(--help-btn-text,#fff)!important;border-radius:var(--radius-sm);font-size:.85rem;font-weight:600;text-decoration:none;transition:background .4s ease,transform .4s ease}.eIRuX8u:hover{background:var(--help-btn-hover,var(--primary-hover));color:var(--help-btn-text,#fff)!important;transform:scale(1.03);text-decoration:none}@media(max-width:768px){.dNgTNZ9{grid-template-columns:repeat(2,1fr);gap:12px}}@media(max-width:480px){.dNgTNZ9{grid-template-columns:repeat(2,1fr);gap:10px}.HNwIXeY{padding:14px 10px}.HNwIXeY img{width:50px;height:50px}}