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

:root {
    --primary: #4ade80;
    --primary-hover: #7dd3fc;
    --primary-rgb: 74, 222, 128;
    --accent: #4ade80;
    --accent-hover: #86efac;
    --accent-rgb: 74, 222, 128;
    --on-primary: #0f172a;

    --bg: #1a1f2e;
    --surface: #1e293b;
    --surface-muted: #0f172a;
    --footer-bg: #0f172a;
    --footer-text: #cbd5e1;
    --footer-text-muted: #94a3b8;
    --footer-heading-color: #f1f5f9;
    --footer-link-color: #94a3b8;
    --footer-link-hover: #ffffff;
    --footer-border: rgba(255,255,255,0.08);
    --footer-copy-color: #64748b;

    --text: #ffffff;
    --text-muted: #b8c5d6;
    --text-soft: #94a3b8;

    --border: #334155;

    --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: #ffdd00;
    --blockquote-bg: #1e293b;
    --blockquote-text: #e2e8f0;

    --btn-login-bg: transparent;
    --btn-login-text: #ffffff;
    --btn-login-border: #ffdd00;
    --btn-login-hover-bg: #ffdd00;
    --btn-login-hover-text: #ffffff;
    --btn-register-bg: #ffdd00;
    --btn-register-text: #0f172a;
    --btn-register-hover-bg: #ffdd00;
    --btn-register-hover-text: #0f172a;

    --nav-link-color: #64748b;
    --nav-link-hover: #ffdd00;
    --nav-link-hover-bg: rgba(37, 99, 235, 0.08);

    --breadcrumb-link-color: #64748b;
    --breadcrumb-link-hover: #2563eb;
    --breadcrumb-current-color: #1e293b;
    --breadcrumb-sep-color: #94a3b8;

    --scroll-top-bg: #2563eb;
    --scroll-top-color: #ffffff;
    --scroll-top-hover-bg: #3b82f6;

    --content-link-color: #2563eb;
    --content-link-hover: #3b82f6;

    --content-btn-login-bg: transparent;
    --content-btn-login-text: #ffdd00;
    --content-btn-login-border: #ffdd00;
    --content-btn-login-hover-bg: #ffdd00;
    --content-btn-login-hover-text: #ffffff;
    --content-btn-register-bg: #rgba(46, 224, 67, 1);
    --content-btn-register-text: #ffffff;
    --content-btn-register-hover-bg: #ffdd00;
    --content-btn-register-hover-text: #ffffff;

    --table-head-bg: #ffdd00;
    --table-head-text: #0f172a;
    --table-row-even-bg: #0f172a;
    --table-row-hover: rgba(74, 222, 128, 0.05);

    --bonus-bar-bg: #1e293b;
    --bonus-bar-text: #ffffff;
    --bonus-bar-btn-bg: #ffdd00;
    --bonus-bar-btn-text: #0f172a;

    --popup-bg: #1e293b;
    --popup-title-color: #ffffff;
    --popup-subtitle-color: #b8c5d6;
    --popup-btn-bg: #ffdd00;
    --popup-btn-text: #0f172a;
    --popup-card-bg: #0f172a;
    --popup-card-border: #ffdd00;
    --popup-bonus-name-color: #ffffff;
    --popup-bonus-amount-color: #fbbf24;

    --header-bg: #1a1f2e;
    --header-border: #334155;
    --header-shadow: 0 2px 12px rgba(0,0,0,0.25);
    --header-logo-height: 42px;
    --header-logo-max-width: none;

    --games-title-color: #ffffff;
    --games-card-bg: #0f172a;
    --games-card-radius: 14;
    --games-arrow-bg: #ffdd00;
    --games-arrow-color: #0f172a;

    --payments-title-color: #ffffff;
    --payments-card-bg: #0f172a;
    --payments-card-radius: 10px;
    --payments-name-color: #b8c5d6;

    --help-title-color: #ffffff;
    --help-card-bg: #1e293b;
    --help-card-border: #334155;
    --help-card-radius: 14;
    --help-btn-bg: #ffdd00;
    --help-btn-text: #0f172a;
    --help-btn-hover: #86efac;
}

*, *::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
   ================================================================ */
.y0WcdPA {
    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;
}

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

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

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

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

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

.lGDV6Gp a {
    text-decoration: none;
}

.IbrZpgD {
    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;
}

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

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

.xafsyNO > a,
.xafsyNO > 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;
}

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

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

.KgWN1No {
    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;
}

.xafsyNO:hover .KgWN1No {
    display: block;
}

.KgWN1No 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;
}

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

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

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

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

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

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

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

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

.RcjlA9h .jmE25l1 {
    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;
}

.RcjlA9h .jmE25l1:hover {
    transform: translateY(-1px);
}

/* Mobile nav overlay (backdrop) */
.QPtCaMs {
    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;
}

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

body.JeUxZRQ {
    overflow: hidden;
}

/* Mobile navigation panel */
.RIDyhUS {
    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;
}

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

.tawP6Rl {
    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;
}
.tawP6Rl:hover {
    background: rgba(var(--primary-rgb), 0.08);
    color: var(--text);
}

.RIDyhUS > a:not(.f48XXBi) {
    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;
}

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

/* Mobile dropdown */
.RIDyhUS .IwKV5N3 {
    display: flex;
    flex-direction: column;
}

.RIDyhUS .iSVmwzN {
    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;
}

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

.RIDyhUS .PJwJnOO {
    display: block;
    padding: 0 0 0 1rem;
}

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

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

/* ================================================================
   BUTTONS
   ================================================================ */
.f48XXBi, a.f48XXBi {
    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;
}

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

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

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

.UOugWzO: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
   ================================================================ */
.is7gOsQ {
    background: var(--surface-muted);
    border-bottom: 1px solid var(--border);
    padding: 0.35rem 0;
}

.is7gOsQ + .v5bhmJb {
    padding-top: 1rem;
}

.dGXhInR {
    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;
}

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

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

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

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

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

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

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

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

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

.u3kXLiF 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);
}

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

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

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

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

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

.u3kXLiF a:not(.f48XXBi):not(.eCGnDTY):hover {
    color: var(--content-link-hover, var(--primary-hover));
    text-decoration: underline;
}

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

.u3kXLiF 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;
}

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

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

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

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

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

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

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

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

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

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

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

.X0feIFR {
    text-align: left;
}

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

.jGkl6oT {
    text-align: right;
}

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

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

.mNjKqMd { grid-template-columns: repeat(2, 1fr); }
.FjRuaGx { grid-template-columns: repeat(3, 1fr); }
.RLSaRQC { grid-template-columns: repeat(4, 1fr); }

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

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

.aKg7RPX .f48XXBi {
    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;
}

.aKg7RPX .pORzjKg {
    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));
}

.aKg7RPX .pORzjKg: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);
}

.aKg7RPX .UOugWzO: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
   ================================================================ */
.UMm3Eia {
    margin: 1.5rem 0;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: var(--surface);
    overflow: hidden;
}

.DBmzFG1 {
    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;
}

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

.UMm3Eia.BgZ8hIi .DBmzFG1 svg {
    transform: rotate(180deg);
}

.y9yc5w4 { flex: 1; }

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

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

.UMm3Eia.BgZ8hIi .XZVlwu4 {
    display: block;
}

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

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

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

.XZVlwu4 li.wCw1Kwh {
    padding-left: 1.25rem;
}

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

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

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

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

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

.xF23831 {
    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;
}

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

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

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

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

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

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

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

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

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

.aPDiXjs p:last-child, .V7lpoVo p:last-child {
    margin-bottom: 0;
}

/* ================================================================
   AUTHOR BLOCK — compact / miniature
   ================================================================ */
.E40hiwT {
    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);
}

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

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

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

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

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

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

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

/* ================================================================
   TABLES
   ================================================================ */
.oft5r34, .tewOKJ5 {
    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
   ================================================================ */
.Kwwzxy9 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
    margin: 2rem 0;
}

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

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

.LY41U4A {
    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;
}

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

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

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

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

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

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

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

/* ================================================================
   BONUS BAR (replaces cookie notice)
   ================================================================ */
.PO95BUL {
    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;
}

.PO95BUL.iAw5RYD {
    transform: translate(-50%, 0);
}

.oFB2WBL {
    flex-shrink: 0;
}

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

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

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

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

.SzHePwL {
    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;
}

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

/* ================================================================
   POPUP (bonus popup with timer)
   ================================================================ */
.ddYzO04 {
    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;
}

.ddYzO04.iAw5RYD {
    opacity: 1;
    visibility: visible;
}

.WAX2enJ {
    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;
}

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

.lrocpdY {
    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;
}

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

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

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

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

.zkEPcke {
    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;
}

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

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

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

.Go9Ou8d {
    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;
}

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

/* ================================================================
   SCROLL TO TOP
   ================================================================ */
.LweMrJy {
    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;
}

.LweMrJy.iAw5RYD {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

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

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

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

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

.TzFFPU7 {
    margin: 0;
}

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

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

.uo0Gfe9 {
    flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

    .lGDV6Gp,
    .XlfhrIs {
        display: none;
    }

    .vFfi98S {
        display: block;
    }

    .RcjlA9h {
        display: flex;
    }

    .RIDyhUS {
        display: flex;
    }

    .v5bhmJb {
        padding: 2rem 0;
    }

    .BfL94L9 {
        padding: 0 1rem;
    }

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

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

    .mNjKqMd,
    .FjRuaGx,
    .RLSaRQC {
        grid-template-columns: 1fr;
    }

    .pB0Maoy img,
    .c4o0Txo img {
        margin: 0 auto;
    }

    .aKg7RPX {
        gap: 0.8rem;
    }

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

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

    .PO95BUL {
        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;
    }

    .PO95BUL.iAw5RYD {
        transform: translateY(0);
    }

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

}

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

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

    .BZgqBeJ {
        height: 30px;
    }

    .RcjlA9h .jmE25l1 {
        padding: 0.65rem 0.85rem;
        font-size: 0.85rem;
    }

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

    .v5bhmJb {
        padding: 1.5rem 0;
    }

    .BfL94L9 {
        padding: 0 0.75rem;
    }

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

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

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

    .rW1rpCr {
        font-size: 0.85rem;
    }

    .A0vk6UV {
        font-size: 0.72rem;
    }

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

    .c9VnaTC {
        font-size: 1.35rem;
    }

    .pTVmv6h {
        font-size: 1.2rem;
    }

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

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


/* === Shortcode Styles === */
/* Shortcode: games */
.KWacU6g{margin:1.5rem 0}.tyAM7zd{font-size:1.4rem;font-weight:700;margin-bottom:1rem;color:var(--games-title-color,var(--text))}.b7epBWG{position:relative}.ydzC277{display:flex;gap:12px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:6px 0}.ydzC277::-webkit-scrollbar{display:none}.BvxvHvs{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}.BvxvHvs:hover{opacity:1;transform:translateY(-50%) scale(1.1)}.FVtWpfk{left:8px}.tNMMyK9{right:8px}.FVtWpfk::after,.tNMMyK9::after{content:'';display:block;width:10px;height:10px;border-top:2.5px solid currentColor;border-right:2.5px solid currentColor}.FVtWpfk::after{transform:rotate(-135deg);margin-left:2px}.tNMMyK9::after{transform:rotate(45deg);margin-right:2px}.BPWMPIv{flex:0 0 150px;border-radius:var(--games-card-radius,14px);overflow:hidden;text-decoration:none}.BPWMPIv img{width:100%;aspect-ratio:3/4;object-fit:cover;display:block}@media(max-width:480px){.BPWMPIv{flex:0 0 calc(50% - 6px)}.BvxvHvs{width:30px;height:30px}.FVtWpfk{left:4px}.tNMMyK9{right:4px}}

/* Shortcode: payments */
.StAofZf{margin:1.5rem 0}.t2SVWAa{font-size:1.3rem;font-weight:700;margin-bottom:1rem;color:var(--payments-title-color,var(--text))}.zpcS4Cx{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;max-width:800px;margin:0 auto}.LBkzvd1{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}.LBkzvd1:hover{transform:translateY(-3px);box-shadow:0 6px 16px rgba(0,0,0,.07)}.LBkzvd1 img{width:100px;height:60px;object-fit:contain}.LBkzvd1 span{font-size:.85rem;font-weight:500;color:var(--payments-name-color,var(--text-muted))}@media(max-width:768px){.zpcS4Cx{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.zpcS4Cx{grid-template-columns:repeat(2,1fr);gap:8px}.LBkzvd1{padding:10px 4px}.LBkzvd1 img{width:70px;height:46px}}

/* Shortcode: gambling_help */
.tIcPHNM{margin:1.5rem 0}.IisQATb{font-size:1.3rem;font-weight:700;margin-bottom:1.2rem;color:var(--help-title-color,var(--text))}.lfdv9ea{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:900px;margin:0 auto}.YwUDt75{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}.YwUDt75:hover{transform:translateY(-3px);box-shadow:0 6px 18px rgba(0,0,0,.08)}.YwUDt75 img{width:80px;height:80px;object-fit:contain}.HDuP4d9{font-size:.9rem;font-weight:700;color:var(--text)}.cGLaRei{color:#f59e0b;font-size:.8rem;letter-spacing:2px}.eCGnDTY{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}.eCGnDTY: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){.lfdv9ea{grid-template-columns:repeat(2,1fr);gap:12px}}@media(max-width:480px){.lfdv9ea{grid-template-columns:repeat(2,1fr);gap:10px}.YwUDt75{padding:14px 10px}.YwUDt75 img{width:50px;height:50px}}