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

:root {
    --primary: #27C7F2;
    --primary-hover: #12ADD8;
    --primary-rgb: 39, 199, 242;
    --accent: #78E9F2;
    --accent-hover: #57D5DF;
    --accent-rgb: 120, 233, 242;
    --on-primary: #06243B;

    --bg: #081D33;
    --surface: #0E2A47;
    --surface-muted: #15395C;
    --footer-bg: #051525;
    --footer-text: #DCEBF6;
    --footer-text-muted: #91ADC1;
    --footer-heading-color: #FFFFFF;
    --footer-link-color: #BED6E7;
    --footer-link-hover: #78E9F2;
    --footer-border: rgba(39,199,242,0.18);
    --footer-copy-color: #718FA6;

    --text: #F5FBFF;
    --text-muted: #B8D1E4;
    --text-soft: #7FA4BF;

    --border: #245477;

    --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: #78E9F2;
    --blockquote-bg: #123552;
    --blockquote-text: #E4F2FA;

    --btn-login-bg: transparent;
    --btn-login-text: #78E9F2;
    --btn-login-border: #27C7F2;
    --btn-login-hover-bg: #153E63;
    --btn-login-hover-text: #FFFFFF;
    --btn-register-bg: #27C7F2;
    --btn-register-text: #06243B;
    --btn-register-hover-bg: #12ADD8;
    --btn-register-hover-text: #FFFFFF;

    --nav-link-color: #DCECF7;
    --nav-link-hover: #78E9F2;
    --nav-link-hover-bg: rgba(39,199,242,0.10);

    --breadcrumb-link-color: #9DB9CD;
    --breadcrumb-link-hover: #78E9F2;
    --breadcrumb-current-color: #FFFFFF;
    --breadcrumb-sep-color: #698CA5;

    --scroll-top-bg: #27C7F2;
    --scroll-top-color: #06243B;
    --scroll-top-hover-bg: #12ADD8;

    --content-link-color: #78E9F2;
    --content-link-hover: #FFFFFF;

    --content-btn-login-bg: transparent;
    --content-btn-login-text: #78E9F2;
    --content-btn-login-border: #27C7F2;
    --content-btn-login-hover-bg: #153E63;
    --content-btn-login-hover-text: #FFFFFF;
    --content-btn-register-bg: #27C7F2;
    --content-btn-register-text: #06243B;
    --content-btn-register-hover-bg: #12ADD8;
    --content-btn-register-hover-text: #FFFFFF;

    --table-head-bg: #164A72;
    --table-head-text: #FFFFFF;
    --table-row-even-bg: #15395C;
    --table-row-hover: rgba(39, 199, 242, 0.05);

    --bonus-bar-bg: #103D64;
    --bonus-bar-text: #FFFFFF;
    --bonus-bar-btn-bg: #27C7F2;
    --bonus-bar-btn-text: #06243B;

    --popup-bg: #0B243D;
    --popup-title-color: #FFFFFF;
    --popup-subtitle-color: #B8D1E4;
    --popup-btn-bg: #27C7F2;
    --popup-btn-text: #06243B;
    --popup-card-bg: #123552;
    --popup-card-border: #27C7F2;
    --popup-bonus-name-color: #FFFFFF;
    --popup-bonus-amount-color: #78E9F2;

    --header-bg: #07192C;
    --header-border: #1C4666;
    --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: #102F4E;
    --games-card-radius: 14;
    --games-arrow-bg: #27C7F2;
    --games-arrow-color: #06243B;

    --payments-title-color: #FFFFFF;
    --payments-card-bg: #102F4E;
    --payments-card-radius: 10px;
    --payments-name-color: #B8D1E4;

    --help-title-color: #FFFFFF;
    --help-card-bg: #102F4E;
    --help-card-border: #245477;
    --help-card-radius: 14;
    --help-btn-bg: #27C7F2;
    --help-btn-text: #06243B;
    --help-btn-hover: #12ADD8;
}

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

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

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

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

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

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

.lWyljh5 a {
    text-decoration: none;
}

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

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

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

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

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

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

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

.bEwwKmG:hover .U56WPSv {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

.m4L1PHH .ZRUHLKO:hover {
    transform: translateY(-1px);
}

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

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

body.avQ4TQ7 {
    overflow: hidden;
}

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

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

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

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

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

/* Mobile dropdown */
.W8UposO .JHEJ7JY {
    display: flex;
    flex-direction: column;
}

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

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

.W8UposO .xvImXae {
    display: block;
    padding: 0 0 0 1rem;
}

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

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

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

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

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

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

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

.uWcJAcu + .lr03eCd {
    padding-top: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aObU1BG a:not(.EaIB8hN):not(.JmfKUwi):hover {
    color: var(--content-link-hover, var(--primary-hover));
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pnAY2Zc {
    text-align: left;
}

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

.xZZt80U {
    text-align: right;
}

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

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

.nbAzFAE { grid-template-columns: repeat(2, 1fr); }
.sWwQPsd { grid-template-columns: repeat(3, 1fr); }
.CdnBSCB { grid-template-columns: repeat(4, 1fr); }

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

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

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

.oIBl8Vf .fh0caNh {
    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));
}

.oIBl8Vf .fh0caNh: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);
}

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

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

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

.FG3daHO.UcvYwIn .QYVMJFd svg {
    transform: rotate(180deg);
}

.nKeQ2Ou { flex: 1; }

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

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

.FG3daHO.UcvYwIn .DPvFYAq {
    display: block;
}

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

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

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

.DPvFYAq li.sdMkP6R {
    padding-left: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.Pblcc7F p:last-child, .dcDGJf2 p:last-child {
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hE2DLRW.hSma1yF {
    transform: translate(-50%, 0);
}

.RCuyvU7 {
    flex-shrink: 0;
}

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

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

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

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

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

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

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

.ePK7FtL.hSma1yF {
    opacity: 1;
    visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.RnXDkKY.hSma1yF {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

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

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

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

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

.ssXZxdV {
    margin: 0;
}

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

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

.GnjDHMa {
    flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

    .lWyljh5,
    .KbxFdDg,
    .WjVtLIR {
        display: none;
    }
    .bLgl6IU { display: flex; }

    .fgnBNjz {
        display: block;
    }

    .m4L1PHH {
        display: flex;
    }

    .W8UposO {
        display: flex;
    }

    .lr03eCd {
        padding: 2rem 0;
    }

    .N7WL6jt {
        padding: 0 1rem;
    }

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

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

    .nbAzFAE,
    .sWwQPsd,
    .CdnBSCB {
        grid-template-columns: 1fr;
    }

    .ynjA3qr img,
    .socMIVQ img {
        margin: 0 auto;
    }

    .oIBl8Vf {
        gap: 0.8rem;
    }

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

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

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

    .hE2DLRW.hSma1yF {
        transform: translateY(0);
    }

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

}

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

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

    .uESvb66 {
        height: 30px;
    }

    .m4L1PHH .ZRUHLKO {
        padding: 0.65rem 0.85rem;
        font-size: 0.85rem;
    }

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

    .lr03eCd {
        padding: 1.5rem 0;
    }

    .N7WL6jt {
        padding: 0 0.75rem;
    }

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

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

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

    .k7fy64G {
        font-size: 0.85rem;
    }

    .fBqsvaB {
        font-size: 0.72rem;
    }

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

    .rWYHmuR {
        font-size: 1.35rem;
    }

    .IaxnPEp {
        font-size: 1.2rem;
    }

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

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

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

.Sqp2ZT4.iFo8vnJ {
    display: flex;
    animation: exitPopupFade 0.28s ease-out;
}

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

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

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

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

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

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

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

.gR5xRl0 {
    margin-bottom: 1.1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wtEtWyH.gUeaqdK {
    background: #0d8050;
    border-color: #0d8050;
    color: #fff;
}

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

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

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

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

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

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

.AGNswqq {
    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.bANo247 {
    overflow: hidden;
}

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

    .CRu2jGe { font-size: 2.2rem; }
    .y0OpxeD   { font-size: 1.1rem; }

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

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

@media (prefers-reduced-motion: reduce) {
    .Sqp2ZT4.iFo8vnJ,
    .cMAoLdx,
    .nItvIIG {
        animation: none;
    }
    .AlQCoNe:hover { transform: none; }
    .Kqo7MIJ:hover   { transform: none; }
}

/* Language switcher */
.NQFGuF1 svg {
    display: block;
    flex-shrink: 0;
    fill: none;
    stroke: currentColor;
}
.WjVtLIR {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.NQFGuF1 {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: transparent;
    border: 1px solid var(--border);
    color: var(--text);
    border-radius: var(--radius-sm, 6px);
    padding: 0.35rem 0.6rem;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
}
.NQFGuF1:hover {
    border-color: var(--primary);
    color: var(--primary);
}
.fPZ8Mgo {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    min-width: 4.5rem;
    background: var(--bg, #fff);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm, 6px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    z-index: 80;
    overflow: hidden;
}
.WjVtLIR.UcvYwIn .fPZ8Mgo { display: block; }
.WjVtLIR.UcvYwIn .KZBoNHY { transform: rotate(180deg); }
.yFmUKLl {
    display: block;
    padding: 0.45rem 0.75rem;
    color: var(--text);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
}
.yFmUKLl:hover,
.yFmUKLl.active {
    background: var(--surface-muted, var(--surface));
    color: var(--primary);
}
.bLgl6IU {
    display: none;
    gap: 0.5rem;
    flex-wrap: wrap;
    padding: 0.75rem 0 0.25rem;
}
.m6LrYBk {
    padding: 0.3rem 0.65rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm, 6px);
    color: var(--text);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 600;
}
.m6LrYBk.active {
    border-color: var(--primary);
    color: var(--primary);
}


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

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

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