/* ========================================
   {{brand}} - Casino Template Styles
   Version: 1.0
   ======================================== */

/* CSS Variables */
:root {
    --primary: #00C4FF;
    --primary-dark: {{primary_color_dark}};
    --secondary: #1565C0;
    --accent: #ffd700;
    --bg-dark: #0a0a1a;
    --bg-card: #12122a;
    --bg-light: #1a1a3a;
    --text-primary: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.7);
    --text-muted: rgba(255, 255, 255, 0.5);
    --border-color: rgba(255, 255, 255, 0.1);
    --shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    --radius: 12px;
    --radius-sm: 8px;
    --transition: all 0.3s ease;
}

/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    background: var(--bg-dark);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

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

ul, ol {
    list-style: none;
}

/* Container */
.is-tld90s {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========================================
   Header & Navigation
   ======================================== */
.m-op5zlu {
    background: rgba(10, 10, 26, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border-color);
}

.ui-y8ry0r {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.xpkkv6 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.xpkkv6 img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

._p8g2zt {
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ui-hhr2a1 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.x-s4afa8 {
    padding: 10px 16px;
    border-radius: var(--radius-sm);
    font-size: 15px;
    font-weight: 500;
    color: var(--text-secondary);
    transition: var(--transition);
}

.x-s4afa8:hover,
.x-s4afa8.ja3fo1 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

._a4s6aa {
    display: flex;
    align-items: center;
    gap: 12px;
}

.is-c2atcq {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    font-weight: 600;
    border-radius: var(--radius);
    box-shadow: 0 4px 15px rgba(var(--primary), 0.4);
    transition: var(--transition);
}

.is-c2atcq:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--primary), 0.5);
}

.is-q3zx7y {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    background: none;
    border: none;
    cursor: pointer;
}

.is-q3zx7y span {
    width: 24px;
    height: 2px;
    background: var(--text-primary);
    border-radius: 2px;
    transition: var(--transition);
}

/* Breadcrumb */
._w9obz4 {
    padding: 100px 0 20px;
    background: var(--bg-dark);
    font-size: 14px;
    color: var(--text-muted);
}

._w9obz4 a {
    color: var(--text-secondary);
}

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

/* ========================================
   Buttons
   ======================================== */
.m-no2z0y {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: var(--radius);
    border: none;
    cursor: pointer;
    transition: var(--transition);
}

.x-zriuuj {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.x-zriuuj:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.is-pn7ugb {
    background: transparent;
    color: var(--text-primary);
    border: 2px solid var(--border-color);
}

.is-pn7ugb:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--primary);
}

.is-awaowy {
    background: #fff;
    color: var(--bg-dark);
}

.is-awaowy:hover {
    background: var(--accent);
}

.x-rahror {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.x-rahror:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

.uxyt61 {
    padding: 10px 20px;
    font-size: 14px;
}

.s-a5yb3s {
    width: 100%;
}

/* ========================================
   Hero Section
   ======================================== */
.x-j6d0zn {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.ui-s18k7q {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.ui-s18k7q img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}

.ui-s18k7q::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 10, 26, 0.5) 0%, rgba(10, 10, 26, 0.9) 100%);
}

.ui-ksj1iy {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 120px 0 80px;
}

._gxmgq3 {
    max-width: 700px;
}

.ui-uywasc {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #fff 0%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.js-ytx90w {
    font-size: 20px;
    color: var(--text-secondary);
    margin-bottom: 32px;
    line-height: 1.7;
}

.s-iq90eb {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

.cu8fps {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.c-xkkrpt {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========================================
   Section Styles
   ======================================== */
section {
    padding: 80px 0;
}

.ui-fii0gj {
    text-align: center;
    margin-bottom: 48px;
}

.x-lrblvd {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(var(--primary), 0.1);
    color: var(--primary);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

._nyxxwe {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

._nyxxwe strong {
    color: var(--primary);
}

.m-zw2egn {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 600px;
    margin: 0 auto;
}

/* ========================================
   Stats Section
   ======================================== */
.x-hgogl4 {
    background: var(--bg-card);
    padding: 60px 0;
}

.js-rq0su3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.is-y2jo36 {
    text-align: center;
    padding: 24px;
}

.m-ep4gtb {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

.is-trc156 {
    font-size: 36px;
    font-weight: 800;
    color: var(--accent);
    display: block;
    margin-bottom: 8px;
}

.s-m9bazv {
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========================================
   About Section
   ======================================== */
.c-f1d0fi {
    background: var(--bg-dark);
}

.x-zb3949 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

._l0heu5 p {
    margin-bottom: 20px;
    color: var(--text-secondary);
    line-height: 1.8;
}

._l0heu5 p strong {
    color: var(--primary);
}

.ui-qgn2b4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 32px;
}

.s-ttwb06 {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: var(--bg-card);
    border-radius: var(--radius);
}

._hjpwsm {
    font-size: 24px;
}

.x-subuei {
    position: relative;
}

.x-subuei img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.e8ucee {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--primary);
    padding: 24px;
    border-radius: var(--radius);
    text-align: center;
    box-shadow: var(--shadow);
}

.s-xe76u1 {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

.ui-co03k6 {
    font-size: 14px;
    opacity: 0.9;
}

/* ========================================
   Games Section
   ======================================== */
.el-fwbafd {
    background: linear-gradient(180deg, var(--bg-dark) 0%, var(--bg-card) 100%);
}

.o43ade {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.el-h6exa9 {
    background: var(--bg-light);
    border-radius: var(--radius);
    overflow: hidden;
    transition: var(--transition);
}

.el-h6exa9:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.x-x24ma2 {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.x-x24ma2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.el-h6exa9:hover .x-x24ma2 img {
    transform: scale(1.1);
}

.s-qv0d9k {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 12px;
    background: var(--primary);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
}

._tsmt1f {
    padding: 20px;
}

._tsmt1f h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

._tsmt1f p {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 12px;
}

.m-gvz2i7 {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(255, 215, 0, 0.1);
    color: var(--accent);
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
}

/* ========================================
   Services Section
   ======================================== */
.qt4y52 {
    background: var(--bg-dark);
}

.el-sdtkni {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.m-dhnqwt {
    background: var(--bg-card);
    padding: 32px 24px;
    border-radius: var(--radius);
    text-align: center;
    transition: var(--transition);
    border: 1px solid var(--border-color);
}

.m-dhnqwt:hover {
    transform: translateY(-5px);
    border-color: var(--primary);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.s-bhsy1r {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

.ui-l38ha1 {
    font-size: 18px;
    margin-bottom: 12px;
}

.wnto85 {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.7;
}

/* ========================================
   Bonus Section
   ======================================== */
.ui-cnlwqq {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    text-align: center;
}

.s-nvy4pg {
    font-size: 36px;
    margin-bottom: 16px;
}

.js-edl6s0 {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

.c-kyf8fz {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-bottom: 32px;
}

.ui-xxyvom {
    text-align: center;
}

.is-op4rr8 {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

.x-q0mjmx {
    font-size: 14px;
    opacity: 0.8;
}

/* ========================================
   Payment Section
   ======================================== */
.s-mr5xga {
    background: var(--bg-card);
}

._u7yyle {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.is-ptd06c {
    background: var(--bg-light);
    padding: 32px 24px;
    border-radius: var(--radius);
    text-align: center;
}

.is-ptd06c img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

.is-ptd06c h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

.is-ptd06c p {
    font-size: 14px;
    color: var(--text-secondary);
}

.rh9p81 {
    display: flex;
    justify-content: center;
    gap: 48px;
}

.is-rjkj1g {
    display: flex;
    align-items: center;
    gap: 16px;
}

.x-f3kff6 {
    font-size: 32px;
}

.is-rjkj1g h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

.is-rjkj1g p {
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========================================
   License Section
   ======================================== */
.x-w9rdfm {
    background: var(--bg-dark);
}

.js-cevr22 {
    display: flex;
    align-items: center;
    gap: 60px;
}

.c-mic01m h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.c-mic01m p {
    color: var(--text-secondary);
    margin-bottom: 24px;
    line-height: 1.8;
}

.el-dr59ng {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.el-dr59ng li {
    color: var(--text-secondary);
    font-size: 15px;
}

.is-lsrwft img {
    width: 200px;
    height: 200px;
    border-radius: var(--radius);
}

/* ========================================
   Responsible Gaming Section
   ======================================== */
.el-igu1vk {
    background: var(--bg-card);
}

.c-n6nfl5 > p {
    text-align: center;
    color: var(--text-secondary);
    margin-bottom: 32px;
}

.el-agn8vi {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}

.is-rorr02 {
    text-align: center;
    padding: 24px;
    background: var(--bg-light);
    border-radius: var(--radius);
}

.x-ki87ng {
    font-size: 36px;
    margin-bottom: 16px;
    display: block;
}

.is-rorr02 h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

.is-rorr02 p {
    font-size: 14px;
    color: var(--text-secondary);
}

.js-z3cqxu {
    text-align: center;
    font-size: 14px;
    color: var(--text-muted);
}

.js-z3cqxu a {
    color: var(--primary);
    text-decoration: underline;
}

/* ========================================
   Testimonials Section
   ======================================== */
.x-kkwdmw {
    background: var(--bg-dark);
}

.m-d893wv {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.c-pt6mg8 {
    background: var(--bg-card);
    padding: 28px;
    border-radius: var(--radius);
    border: 1px solid var(--border-color);
}

._jygbdi {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

._jygbdi img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.is-t2opie {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.is-ycvigg {
    color: var(--accent);
    font-size: 14px;
}

.x-ynqqh2 {
    color: var(--text-secondary);
    font-size: 15px;
    line-height: 1.7;
}

/* ========================================
   Team Section
   ======================================== */
.js-vyt278 {
    background: var(--bg-card);
}

.js-cldpzi {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.ui-se8nu6 {
    text-align: center;
}

.ui-se8nu6 img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 16px;
    border: 4px solid var(--primary);
}

.ui-se8nu6 h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

.ui-se8nu6 p {
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========================================
   Support Section
   ======================================== */
.el-wm2af6 {
    background: var(--bg-dark);
}

.el-rqhb45 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.nm9y8j {
    background: var(--bg-card);
    padding: 32px;
    border-radius: var(--radius);
    text-align: center;
    border: 1px solid var(--border-color);
}

.xm4ysn {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

.nm9y8j h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.nm9y8j p {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 20px;
}

/* ========================================
   FAQ Section
   ======================================== */
.is-hycp86 {
    background: var(--bg-card);
}

.is-fp09kf {
    max-width: 800px;
    margin: 0 auto;
}

._m6e6yr {
    background: var(--bg-light);
    border-radius: var(--radius);
    margin-bottom: 12px;
    overflow: hidden;
}

.is-roadrz {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: none;
    border: none;
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: var(--transition);
}

.is-roadrz:hover {
    background: rgba(255, 255, 255, 0.05);
}

.m-f98nw5 {
    font-size: 24px;
    font-weight: 300;
    transition: var(--transition);
}

._m6e6yr.active .m-f98nw5 {
    transform: rotate(45deg);
}

.c-fbgrp6 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

._m6e6yr.active .c-fbgrp6 {
    max-height: 500px;
}

.c-fbgrp6 p {
    padding: 0 24px 20px;
    color: var(--text-secondary);
    line-height: 1.7;
}

/* ========================================
   News Section
   ======================================== */
.vw3ief {
    background: var(--bg-dark);
}

.x-hakths {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.is-hrzytu {
    background: var(--bg-card);
    border-radius: var(--radius);
    overflow: hidden;
    transition: var(--transition);
}

.is-hrzytu:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.ui-aass11 {
    aspect-ratio: 16/10;
    overflow: hidden;
}

.ui-aass11 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.is-hrzytu:hover .ui-aass11 img {
    transform: scale(1.05);
}

.el-jvcdab {
    padding: 20px;
}

.m-prho7p {
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 8px;
}

.z0s7b7 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ui-os8vf7 {
    font-size: 14px;
    color: var(--text-secondary);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

._gc71kq {
    text-align: center;
    margin-top: 40px;
}

/* ========================================
   CTA Section
   ======================================== */
.ui-i1n4wo {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    text-align: center;
    padding: 80px 0;
}

.is-twd6bs h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.is-twd6bs h2 strong {
    color: var(--accent);
}

.is-twd6bs p {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

.m-t7d6b0 {
    display: flex;
    justify-content: center;
    gap: 16px;
}

/* ========================================
   App Section
   ======================================== */
.js-x36503 {
    background: var(--bg-card);
}

.c-vdvwkz {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.el-n4qslq h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

.el-n4qslq h2 strong {
    color: var(--primary);
}

.el-n4qslq > p {
    color: var(--text-secondary);
    margin-bottom: 24px;
}

.is-mat9kg {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

.is-mat9kg span {
    font-size: 14px;
    color: var(--text-secondary);
}

.c-rk9hdm {
    display: flex;
    gap: 16px;
}

._fodroo {
    text-align: center;
}

._fodroo img {
    width: 180px;
    height: 180px;
    border-radius: var(--radius);
    margin-bottom: 12px;
}

._fodroo p {
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========================================
   Footer
   ======================================== */
.js-rglbh3 {
    background: #050510;
    padding: 60px 0 30px;
}

.s-rmsum4 {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.js-vi4yzx {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.js-vi4yzx img {
    width: 48px;
    height: 48px;
}

.js-vi4yzx span {
    font-size: 20px;
    font-weight: 700;
}

.js-vi4yzx p {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.7;
}

.js-rrhpu4 h4,
.ui-acn26m h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.js-rrhpu4 ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.js-rrhpu4 a {
    font-size: 14px;
    color: var(--text-secondary);
}

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

.ui-acn26m p {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 12px;
}

.ui-fcqxmg {
    border-top: 1px solid var(--border-color);
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m-e5vyo0 {
    display: flex;
    gap: 12px;
}

.m-e5vyo0 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

.ui-fcqxmg p {
    font-size: 13px;
    color: var(--text-muted);
}

.ui-fcqxmg a {
    color: var(--text-secondary);
}

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

/* ========================================
   Floating Button
   ======================================== */
.m-of3a3w {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}

.s-dlgwrr {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    animation: pulse 2s infinite;
}

._ooxsxa {
    font-size: 20px;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* ========================================
   Page Hero (Game Pages)
   ======================================== */
.ui-ocj820 {
    position: relative;
    padding: 160px 0 80px;
    text-align: center;
}

.lmlq5d {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.lmlq5d img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.lmlq5d::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 10, 26, 0.7) 0%, var(--bg-dark) 100%);
}

.ui-ocj820 .is-tld90s {
    position: relative;
    z-index: 1;
}

.js-y9b5kc {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

.js-y9b5kc strong {
    color: var(--primary);
}

.yayjoc {
    font-size: 20px;
    color: var(--text-secondary);
    margin-bottom: 24px;
}

.cyys4x {
    display: flex;
    justify-content: center;
    gap: 32px;
}

.cyys4x span {
    font-size: 16px;
    color: var(--text-secondary);
}

/* ========================================
   Game Introduction
   ======================================== */
.is-v3ndkf {
    background: var(--bg-dark);
}

.yg3a8r {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 48px;
}

.js-ng5c0v h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

.js-ng5c0v h2 strong {
    color: var(--primary);
}

.js-ng5c0v h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

.js-ng5c0v p {
    color: var(--text-secondary);
    margin-bottom: 16px;
    line-height: 1.8;
}

.js-ng5c0v p strong {
    color: var(--primary);
}

.is-rzfolr {
    margin: 16px 0 32px;
}

.is-rzfolr li {
    padding: 12px 0;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-secondary);
}

.is-rzfolr li strong {
    color: var(--text-primary);
}

._b8soy7 {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

.ui-dmxrid {
    background: var(--bg-card);
    padding: 28px;
    border-radius: var(--radius);
    border: 1px solid var(--border-color);
    position: sticky;
    top: 100px;
}

.ui-dmxrid h3 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.s-amk2w8 {
    width: 100%;
    margin-bottom: 24px;
}

.s-amk2w8 tr {
    border-bottom: 1px solid var(--border-color);
}

.s-amk2w8 td {
    padding: 12px 0;
    font-size: 14px;
}

.s-amk2w8 td:first-child {
    color: var(--text-secondary);
}

.s-amk2w8 td:last-child {
    text-align: right;
    font-weight: 600;
}

/* ========================================
   Article Page
   ======================================== */
.js-huh5jx {
    padding: 120px 0 60px;
    background: var(--bg-dark);
}

.cpp7ej {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 48px;
}

.is-sw7sjw {
    margin-bottom: 24px;
}

.x-ej92ju {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 16px;
}

.ui-unsuiw {
    display: flex;
    gap: 24px;
    font-size: 14px;
    color: var(--text-muted);
}

.x-lvcu3q {
    margin-bottom: 32px;
}

.x-lvcu3q img {
    width: 100%;
    border-radius: var(--radius);
}

.el-gtvg44 {
    line-height: 1.9;
    color: var(--text-secondary);
}

.el-gtvg44 h2 {
    font-size: 24px;
    color: var(--text-primary);
    margin: 32px 0 16px;
}

.el-gtvg44 h3 {
    font-size: 20px;
    color: var(--text-primary);
    margin: 24px 0 12px;
}

.el-gtvg44 p {
    margin-bottom: 16px;
}

.el-gtvg44 strong {
    color: var(--primary);
}

.el-gtvg44 ul,
.el-gtvg44 ol {
    margin: 16px 0;
    padding-left: 24px;
}

.el-gtvg44 li {
    margin-bottom: 8px;
    list-style: disc;
}

.c-kebb8r {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.el-eiddzw a {
    display: inline-block;
    padding: 6px 12px;
    background: var(--bg-card);
    border-radius: 50px;
    font-size: 13px;
    margin-left: 8px;
}

.x-uyvp3y a {
    margin-left: 12px;
    color: var(--primary);
}

._l4bn1v {
    margin-top: 40px;
    padding: 32px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border-radius: var(--radius);
    text-align: center;
}

._l4bn1v h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

._l4bn1v p {
    opacity: 0.9;
    margin-bottom: 20px;
}

/* Sidebar */
.k1ka0f {
    background: var(--bg-card);
    padding: 24px;
    border-radius: var(--radius);
    margin-bottom: 24px;
}

.k1ka0f h3 {
    font-size: 18px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border-color);
}

.mjbqqc li,
.el-tlyxu7 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.mjbqqc li:last-child,
.el-tlyxu7 li:last-child {
    border-bottom: none;
}

.mjbqqc a,
.el-tlyxu7 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.mjbqqc a:hover,
.el-tlyxu7 a:hover {
    color: var(--primary);
}

.ui-h28u3p {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    text-align: center;
}

.ui-h28u3p h3 {
    border-bottom: none;
    padding-bottom: 0;
}

.ui-h28u3p p {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

/* ========================================
   News List Page
   ======================================== */
.m-h3br3z {
    padding: 140px 0 40px;
    text-align: center;
    background: linear-gradient(180deg, var(--bg-card) 0%, var(--bg-dark) 100%);
}

.el-tlyxu7 {
    background: var(--bg-dark);
    padding: 40px 0 80px;
}

/* ========================================
   How to Play
   ======================================== */
.c-q2kpnx {
    background: var(--bg-card);
}

.is-cx00mz {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.is-n8rwjk {
    text-align: center;
    padding: 32px 24px;
    background: var(--bg-light);
    border-radius: var(--radius);
    position: relative;
}

.aueldz {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 16px;
}

.is-n8rwjk h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.is-n8rwjk p {
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========================================
   Tips Section
   ======================================== */
.js-kc5zau {
    background: var(--bg-dark);
}

.is-blaynd > p {
    text-align: center;
    color: var(--text-secondary);
    margin-bottom: 32px;
}

.c-c2clkx {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.is-ee4x9a {
    background: var(--bg-card);
    padding: 28px;
    border-radius: var(--radius);
    text-align: center;
}

.is-owubf0 {
    font-size: 36px;
    margin-bottom: 16px;
    display: block;
}

.is-ee4x9a h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

.is-ee4x9a p {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.7;
}

/* Popular Games Showcase */
.el-d58ged {
    background: var(--bg-card);
}

.s-kxm310 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.is-jzsn44 {
    background: var(--bg-light);
    border-radius: var(--radius);
    overflow: hidden;
    text-align: center;
}

.is-jzsn44 img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.is-jzsn44 h3 {
    font-size: 16px;
    padding: 16px 16px 4px;
}

.is-jzsn44 p {
    font-size: 14px;
    color: var(--accent);
    padding: 0 16px 16px;
}

/* Strategy Content */
.s-rmu009 > p {
    text-align: center;
    color: var(--text-secondary);
    margin-bottom: 32px;
}

.is-qvumwy {
    background: var(--bg-card);
    padding: 32px;
    border-radius: var(--radius);
}

.is-qvumwy h3 {
    font-size: 18px;
    margin-bottom: 16px;
    color: var(--primary);
}

.is-qvumwy ul {
    margin-bottom: 24px;
}

.is-qvumwy li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-secondary);
    font-size: 15px;
}

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .ui-hhr2a1 {
        display: none;
    }
    
    .is-q3zx7y {
        display: flex;
    }
    
    .ui-uywasc {
        font-size: 40px;
    }
    
    .js-rq0su3,
    .el-sdtkni,
    ._u7yyle,
    .el-agn8vi,
    .js-cldpzi,
    .is-cx00mz,
    .c-c2clkx,
    .s-kxm310 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .o43ade,
    .m-d893wv,
    .el-rqhb45,
    .x-hakths {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-zb3949,
    .yg3a8r,
    .cpp7ej {
        grid-template-columns: 1fr;
    }
    
    .s-rmsum4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-cevr22,
    .c-vdvwkz {
        flex-direction: column;
        text-align: center;
    }
    
    .c-kyf8fz,
    .rh9p81 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-uywasc {
        font-size: 32px;
    }
    
    ._nyxxwe,
    .js-y9b5kc {
        font-size: 28px;
    }
    
    .js-rq0su3,
    .el-sdtkni,
    ._u7yyle,
    .el-agn8vi,
    .js-cldpzi,
    .o43ade,
    .m-d893wv,
    .el-rqhb45,
    .x-hakths,
    .is-cx00mz,
    .c-c2clkx,
    .s-kxm310 {
        grid-template-columns: 1fr;
    }
    
    .s-rmsum4 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-iq90eb,
    .m-t7d6b0,
    .c-rk9hdm {
        flex-direction: column;
    }
    
    .ui-fcqxmg {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-of3a3w {
        bottom: 20px;
        right: 20px;
    }
    
    .js-zub5vh {
        display: none;
    }
    
    .s-dlgwrr {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-qgn2b4 {
        grid-template-columns: 1fr;
    }
    
    .el-dr59ng {
        grid-template-columns: 1fr;
    }
    
    .cyys4x {
        flex-direction: column;
        gap: 12px;
    }
    
    .ui-unsuiw {
        flex-direction: column;
        gap: 8px;
    }
    
    .c-kebb8r {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .m-op5zlu,
    .m-of3a3w,
    .js-rglbh3,
    .ui-i1n4wo {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
