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

/* CSS Variables */
:root {
    --primary: #76FF03;
    --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 */
._i97tgs {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========================================
   Header & Navigation
   ======================================== */
.x-dwudsv {
    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-g9a6ha {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

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

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

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

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

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

.s-aokuks:hover,
.s-aokuks.c-nfun07 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.is-bkii3a {
    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);
}

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

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

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

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

.x-uvq3ad {
    background: #fff;
    color: var(--bg-dark);
}

.x-uvq3ad:hover {
    background: var(--accent);
}

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

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

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

.js-nzi628 {
    width: 100%;
}

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

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

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

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

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

.gow9bi {
    max-width: 700px;
}

.is-bmsuqq {
    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-sa24ai {
    font-size: 20px;
    color: var(--text-secondary);
    margin-bottom: 32px;
    line-height: 1.7;
}

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

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

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

.js-g2ol79 {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

.ui-vuggq5 {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

.s-buu13f {
    font-size: 24px;
}

.x-djnh4q {
    position: relative;
}

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

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

.ui-hku6uo {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

.m-fvwgt8 {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

.js-f8whqk {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.ui-cjvnjv:hover .js-f8whqk img {
    transform: scale(1.1);
}

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

.x-jfh7iz {
    padding: 20px;
}

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

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

.nkac1c {
    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
   ======================================== */
.is-qc4kgu {
    background: var(--bg-dark);
}

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

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

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

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

.el-px6n2c {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

.x-fz5jja {
    font-size: 36px;
    margin-bottom: 16px;
}

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

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

.x-w471sk {
    text-align: center;
}

.s-gzfp0v {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

.js-yk3djm {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

.ui-czcoyn img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

.ui-czcoyn h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

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

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

.s-a1sglp {
    display: flex;
    align-items: center;
    gap: 16px;
}

.c-ig4wh2 {
    font-size: 32px;
}

.s-a1sglp h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

.is-kxis89 {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

.el-v792uz {
    font-size: 36px;
    margin-bottom: 16px;
    display: block;
}

.c-p5zjrn h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

.el-r9arj7 {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

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

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

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

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

._bayqyw {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-ufjqe5:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.c-ntitdr.active .fe9n4s {
    transform: rotate(45deg);
}

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

.c-ntitdr.active .s-al8tzd {
    max-height: 500px;
}

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

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

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

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

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

.m-sdjz5a {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.c-wzkupi:hover .m-sdjz5a img {
    transform: scale(1.05);
}

.m-roemu9 {
    padding: 20px;
}

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

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

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

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

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

.el-bhdt1y h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.el-bhdt1y h2 strong {
    color: var(--accent);
}

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

.el-doc7fa {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

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

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

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

.x-dyaagi {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

.js-dem1yk {
    display: flex;
    gap: 16px;
}

.s-il4vio {
    text-align: center;
}

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

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

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

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

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

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

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

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

.smkicm h4,
.m-j953ek h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

._jazx2m {
    display: flex;
    gap: 12px;
}

._jazx2m img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.x-fi3zp3 {
    font-size: 20px;
}

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

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

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

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

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

.ui-e97ilp ._i97tgs {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.is-wboh24 h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

.is-wboh24 h2 strong {
    color: var(--primary);
}

.is-wboh24 h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

.m-n1mvh1 {
    margin: 16px 0 32px;
}

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

.m-n1mvh1 li strong {
    color: var(--text-primary);
}

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

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

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

.x-r56tq0 {
    width: 100%;
    margin-bottom: 24px;
}

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

.x-r56tq0 td {
    padding: 12px 0;
    font-size: 14px;
}

.x-r56tq0 td:first-child {
    color: var(--text-secondary);
}

.x-r56tq0 td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

._jozm0z {
    margin-bottom: 24px;
}

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

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

.c-lznl6i {
    margin-bottom: 32px;
}

.c-lznl6i img {
    width: 100%;
    border-radius: var(--radius);
}

.is-p3ucyn {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.is-p3ucyn p {
    margin-bottom: 16px;
}

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

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

.is-p3ucyn li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

.s-qmf4ix li,
.js-u39yy9 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.s-qmf4ix li:last-child,
.js-u39yy9 li:last-child {
    border-bottom: none;
}

.s-qmf4ix a,
.js-u39yy9 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.s-qmf4ix a:hover,
.js-u39yy9 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-m4eo5e {
    font-size: 36px;
    margin-bottom: 16px;
    display: block;
}

.c-adlobz h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

.x-ok94oh h3 {
    font-size: 16px;
    padding: 16px 16px 4px;
}

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

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

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

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

.el-u6ulab ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .is03mv {
        display: none;
    }
    
    .js-orl3q4 {
        display: flex;
    }
    
    .is-bmsuqq {
        font-size: 40px;
    }
    
    .c-spxxih,
    .s-pwxlg6,
    .s-jbjo63,
    .is-bzozrq,
    .ui-kcund1,
    .js-n6w3ik,
    ._va24xx,
    .m-fkqgcu {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-boj7eh,
    .ui-nu7uiv,
    .js-g67dil,
    .x-tazska {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-lluixl,
    .s-h9taki,
    .x-wz68mg {
        grid-template-columns: 1fr;
    }
    
    .c-g37u4y {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-kxis89,
    .el-u0dodf {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-e1kkiv,
    .el-wht2xi {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .is-bmsuqq {
        font-size: 32px;
    }
    
    .js-n5htat,
    ._cvkr3u {
        font-size: 28px;
    }
    
    .c-spxxih,
    .s-pwxlg6,
    .s-jbjo63,
    .is-bzozrq,
    .ui-kcund1,
    .ui-boj7eh,
    .ui-nu7uiv,
    .js-g67dil,
    .x-tazska,
    .js-n6w3ik,
    ._va24xx,
    .m-fkqgcu {
        grid-template-columns: 1fr;
    }
    
    .c-g37u4y {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    ._a1anof,
    .el-doc7fa,
    .js-dem1yk {
        flex-direction: column;
    }
    
    .is-issy9f {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .el-b9tb70 {
        bottom: 20px;
        right: 20px;
    }
    
    .ltrfxm {
        display: none;
    }
    
    .js-oasiyh {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-n4tad2 {
        grid-template-columns: 1fr;
    }
    
    .js-oxf068 {
        grid-template-columns: 1fr;
    }
    
    .m-oc5j9g {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-m8bphc {
        flex-direction: column;
        gap: 8px;
    }
    
    .el-d98gd9 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-dwudsv,
    .el-b9tb70,
    .js-bgsxex,
    ._sza8e0 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
