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

:root {
    --primary: #4E8DFF;
    --primary-hover: #3577E6;
    --primary-rgb: 78, 141, 255;
    --accent: #7C6BFF;
    --accent-hover: #6856F0;
    --accent-rgb: 124, 107, 255;
    --on-primary: #FFFFFF;

    --bg: #07162B;
    --surface: #0D2140;
    --surface-muted: #132A4C;
    --footer-bg: #050F1F;
    --footer-text: #DCE8FA;
    --footer-text-muted: #8EA8CF;
    --footer-heading-color: #FFFFFF;
    --footer-link-color: #B7C9E8;
    --footer-link-hover: #8AB6FF;
    --footer-border: rgba(124,107,255,0.18);
    --footer-copy-color: #738CB3;

    --text: #EDF4FF;
    --text-muted: #AFC3E6;
    --text-soft: #7F97BF;

    --border: #27446D;

    --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: #7C6BFF;
    --blockquote-bg: #10233F;
    --blockquote-text: #E2ECFA;

    --btn-login-bg: transparent;
    --btn-login-text: #8AB6FF;
    --btn-login-border: #4E8DFF;
    --btn-login-hover-bg: #112949;
    --btn-login-hover-text: #FFFFFF;
    --btn-register-bg: #7C6BFF;
    --btn-register-text: #FFFFFF;
    --btn-register-hover-bg: #6856F0;
    --btn-register-hover-text: #FFFFFF;

    --nav-link-color: #D7E6FB;
    --nav-link-hover: #8AB6FF;
    --nav-link-hover-bg: rgba(78,141,255,0.10);

    --breadcrumb-link-color: #9AB2D5;
    --breadcrumb-link-hover: #8AB6FF;
    --breadcrumb-current-color: #EDF4FF;
    --breadcrumb-sep-color: #6E87AD;

    --scroll-top-bg: #4E8DFF;
    --scroll-top-color: #FFFFFF;
    --scroll-top-hover-bg: #3577E6;

    --content-link-color: #8AB6FF;
    --content-link-hover: #A596FF;

    --content-btn-login-bg: transparent;
    --content-btn-login-text: #8AB6FF;
    --content-btn-login-border: #4E8DFF;
    --content-btn-login-hover-bg: #112949;
    --content-btn-login-hover-text: #FFFFFF;
    --content-btn-register-bg: #7C6BFF;
    --content-btn-register-text: #FFFFFF;
    --content-btn-register-hover-bg: #6856F0;
    --content-btn-register-hover-text: #FFFFFF;

    --table-head-bg: #4E8DFF;
    --table-head-text: #FFFFFF;
    --table-row-even-bg: #112543;
    --table-row-hover: rgba(78, 141, 255, 0.05);

    --bonus-bar-bg: #163463;
    --bonus-bar-text: #FFFFFF;
    --bonus-bar-btn-bg: #7C6BFF;
    --bonus-bar-btn-text: #FFFFFF;

    --popup-bg: #0A1A31;
    --popup-title-color: #FFFFFF;
    --popup-subtitle-color: #B2C4E3;
    --popup-btn-bg: #4E8DFF;
    --popup-btn-text: #FFFFFF;
    --popup-card-bg: #122746;
    --popup-card-border: #7C6BFF;
    --popup-bonus-name-color: #FFFFFF;
    --popup-bonus-amount-color: #9F92FF;

    --header-bg: #081425;
    --header-border: #1E375B;
    --header-shadow: 0 2px 14px rgba(0,0,0,0.34);
    --header-logo-height: 42px;
    --header-logo-max-width: none;

    --games-title-color: #FFFFFF;
    --games-card-bg: #0E2140;
    --games-card-radius: 14;
    --games-arrow-bg: #4E8DFF;
    --games-arrow-color: #FFFFFF;

    --payments-title-color: #FFFFFF;
    --payments-card-bg: #0E2140;
    --payments-card-radius: 10px;
    --payments-name-color: #B2C4E3;

    --help-title-color: #FFFFFF;
    --help-card-bg: #0E2140;
    --help-card-border: #27446D;
    --help-card-radius: 14;
    --help-btn-bg: #4E8DFF;
    --help-btn-text: #FFFFFF;
    --help-btn-hover: #3577E6;
}

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

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

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

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

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

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

.b5HHCYs a {
    text-decoration: none;
}

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

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

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

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

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

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

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

.PQvj9xS:hover .Lc3AL9X {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

.PBQ0ZBY .wMg1vI9:hover {
    transform: translateY(-1px);
}

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

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

body.MugLLOw {
    overflow: hidden;
}

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

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

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

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

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

/* Mobile dropdown */
.jluAIf2 .gB3Q4Ab {
    display: flex;
    flex-direction: column;
}

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

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

.jluAIf2 .FwWslHz {
    display: block;
    padding: 0 0 0 1rem;
}

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

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

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

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

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

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

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

.KZJTucB + .TVJJbHL {
    padding-top: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.iF4NlNg a:not(.lsZLVVK):not(.H60ZEYc):hover {
    color: var(--content-link-hover, var(--primary-hover));
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ZolIYh4 {
    text-align: left;
}

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

.uRbeMil {
    text-align: right;
}

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

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

.TOrNK5n { grid-template-columns: repeat(2, 1fr); }
.yjx6W2i { grid-template-columns: repeat(3, 1fr); }
.zm9na0U { grid-template-columns: repeat(4, 1fr); }

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

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

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

.i8ibCBk .MnSsXW0 {
    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));
}

.i8ibCBk .MnSsXW0: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);
}

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

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

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

.fJYgUkZ.GmaHPjt .MWa6n0p svg {
    transform: rotate(180deg);
}

.bP8ziyD { flex: 1; }

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

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

.fJYgUkZ.GmaHPjt .rgmWeCb {
    display: block;
}

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

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

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

.rgmWeCb li.ezthOBZ {
    padding-left: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.EUUIXpt p:last-child, .GsrENeL p:last-child {
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dQKwZlX.s43kN8o {
    transform: translate(-50%, 0);
}

.b2GmpaG {
    flex-shrink: 0;
}

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

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

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

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

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

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

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

.hyfP0aM.s43kN8o {
    opacity: 1;
    visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.BwnqDfF.s43kN8o {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

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

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

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

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

.HtdSByb {
    margin: 0;
}

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

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

.goyEub5 {
    flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

    .b5HHCYs,
    .fyVMdk3 {
        display: none;
    }

    .A0NGiBx {
        display: block;
    }

    .PBQ0ZBY {
        display: flex;
    }

    .jluAIf2 {
        display: flex;
    }

    .TVJJbHL {
        padding: 2rem 0;
    }

    .RgcI8QZ {
        padding: 0 1rem;
    }

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

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

    .TOrNK5n,
    .yjx6W2i,
    .zm9na0U {
        grid-template-columns: 1fr;
    }

    .aHpehTY img,
    .vKbjDya img {
        margin: 0 auto;
    }

    .i8ibCBk {
        gap: 0.8rem;
    }

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

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

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

    .dQKwZlX.s43kN8o {
        transform: translateY(0);
    }

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

}

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

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

    .tqSZ88U {
        height: 30px;
    }

    .PBQ0ZBY .wMg1vI9 {
        padding: 0.65rem 0.85rem;
        font-size: 0.85rem;
    }

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

    .TVJJbHL {
        padding: 1.5rem 0;
    }

    .RgcI8QZ {
        padding: 0 0.75rem;
    }

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

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

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

    .WGOQyGq {
        font-size: 0.85rem;
    }

    .BjyR9W8 {
        font-size: 0.72rem;
    }

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

    .uU9jdlK {
        font-size: 1.35rem;
    }

    .eObIKW5 {
        font-size: 1.2rem;
    }

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

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

/* ===== Exit-intent popup ===== */
.ZMxZQS1 {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.ZMxZQS1.LloiaEF {
    display: flex;
    animation: exitPopupFade 0.28s ease-out;
}

.KpsHAfz {
    position: absolute;
    inset: 0;
    background: rgba(4, 12, 28, 0.72);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.Nfbcy3L {
    position: relative;
    width: 100%;
    max-width: 440px;
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.08);
    padding: 2rem 1.75rem 1.5rem;
    text-align: center;
    animation: exitPopupIn 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.dC5Y8bc {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.06);
    color: #4a5568;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
    z-index: 2;
}

.dC5Y8bc:hover {
    background: rgba(0, 0, 0, 0.12);
    color: #1a1a1a;
    transform: rotate(90deg);
}

.dC5Y8bc:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}

.MgAv9Ut {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0 auto 1rem;
    padding: 0.35rem 0.85rem;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8a5a00;
    background: linear-gradient(135deg, #ffe27a 0%, #ffc042 100%);
    border-radius: 999px;
    box-shadow: 0 4px 14px rgba(255, 192, 66, 0.4);
}

.WeC02qZ {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c9680b;
    animation: exitPopupPulse 1.4s ease-in-out infinite;
}

.XrtpwQz {
    margin-bottom: 1.1rem;
}

.km6RBY6 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    margin-bottom: 0.9rem;
}

.ZDvIgj0 {
    max-width: 180px;
    max-height: 52px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.RgORV3l {
    margin: 0 0 0.45rem;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--primary);
}

.pw3x3yn {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.1;
    color: var(--text);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
}

.pVOWOiM {
    display: inline-block;
    font-size: 2.6rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 55%, #3c82d9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height: 1;
}

.M1bJQK2 {
    font-size: 1.25rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #1a1a1a;
}

.pnU8SzG {
    margin: 0.55rem 0 0;
    font-size: 0.88rem;
    color: var(--text-muted);
}

.akT8E73 {
    margin: 0 0 1rem;
    padding: 0.9rem 1rem;
    background: linear-gradient(135deg, rgba(1, 47, 111, 0.05) 0%, rgba(1, 47, 111, 0.02) 100%);
    border: 1px dashed rgba(1, 47, 111, 0.28);
    border-radius: var(--radius-md);
}

.geAJUOx {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-soft);
    margin-bottom: 0.5rem;
}

.Zb8YJcc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.tPUxpHd {
    font-family: ui-monospace, 'Cascadia Code', 'Courier New', monospace;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: var(--primary);
    background: #ffffff;
    border: 1.5px solid rgba(1, 47, 111, 0.25);
    border-radius: var(--radius-sm);
    padding: 0.4rem 0.9rem;
    min-width: 120px;
    text-align: center;
}

.RMFVWCB {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 0.95rem;
    font-size: 0.82rem;
    font-weight: 700;
    font-family: inherit;
    color: var(--primary);
    background: #ffffff;
    border: 1.5px solid var(--primary);
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.RMFVWCB:hover:not(:disabled) {
    background: var(--primary);
    color: var(--on-primary);
    box-shadow: 0 3px 10px rgba(1, 47, 111, 0.25);
}

.RMFVWCB:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}

.RMFVWCB:disabled {
    cursor: default;
    pointer-events: none;
}

.RMFVWCB.Ca5uxb0 {
    background: #0d8050;
    border-color: #0d8050;
    color: #fff;
}

.OsyTrTi {
    list-style: none;
    margin: 0 0 1.1rem;
    padding: 0;
    text-align: left;
}

.OsyTrTi li {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.35rem 0;
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.35;
}

.OsyTrTi li svg {
    flex-shrink: 0;
    color: #0d8050;
}

.flMmFpj {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.95rem 1rem;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none;
    color: var(--on-primary);
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);
    border-radius: var(--radius-md);
    box-shadow: 0 10px 24px rgba(1, 47, 111, 0.35);
    transition: filter 0.18s ease, box-shadow 0.18s ease, transform 0.15s ease;
}

.flMmFpj:hover {
    color: var(--on-primary);
    text-decoration: none;
    filter: brightness(1.08);
    box-shadow: 0 14px 32px rgba(1, 47, 111, 0.45);
    transform: translateY(-2px);
}

.flMmFpj:focus-visible {
    outline: 2px solid #ffc042;
    outline-offset: 3px;
}

.L6bUGmo {
    margin: 0.85rem 0 0;
    font-size: 0.72rem;
    color: var(--text-soft);
    line-height: 1.4;
}

@keyframes exitPopupFade {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes exitPopupIn {
    from { opacity: 0; transform: translateY(18px) scale(0.96); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes exitPopupPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50%      { transform: scale(1.35); opacity: 0.65; }
}

body.QWZiHZX {
    overflow: hidden;
}

@media (max-width: 480px) {
    .Nfbcy3L {
        padding: 1.75rem 1.25rem 1.25rem;
        border-radius: 14px;
    }

    .pVOWOiM { font-size: 2.2rem; }
    .M1bJQK2   { font-size: 1.1rem; }

    .flMmFpj {
        font-size: 0.95rem;
        padding: 0.85rem 1rem;
    }

    .tPUxpHd {
        font-size: 1rem;
        min-width: 100px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ZMxZQS1.LloiaEF,
    .Nfbcy3L,
    .WeC02qZ {
        animation: none;
    }
    .dC5Y8bc:hover { transform: none; }
    .flMmFpj:hover   { transform: none; }
}


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

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

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