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

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

/* ========================================
   Header & Navigation
   ======================================== */
.c-o2jlq9 {
    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);
}

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

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

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

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

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

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

.ui-av5e8k:hover,
.ui-av5e8k.ui-g6qqdp {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.lo0c4u {
    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-nj3x9y {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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

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

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

.c-o4eez9 {
    width: 100%;
}

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

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

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

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

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

._ryqkh4 {
    max-width: 700px;
}

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

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

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

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

.is-nt6yfg {
    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-uw59wm {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

.x-xh45m5 {
    text-align: center;
    padding: 24px;
}

.c-wpj7zj {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

.c-k17d20 {
    font-size: 24px;
}

.s-sf1h8i {
    position: relative;
}

.s-sf1h8i img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

.s-y4nnwh:hover .x-excv3e img {
    transform: scale(1.1);
}

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

.el-b3to8v {
    padding: 20px;
}

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

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

.x-a01w93 {
    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
   ======================================== */
.el-qdk8ns {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.g0k6yf {
    text-align: center;
}

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

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

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

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

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

.c-oyv3aw img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.js-melym1 {
    font-size: 32px;
}

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

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

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

.x-wtkvbl {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-ebqwo8 {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.js-obkbgo {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

.is-li1ltm {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-qjcifs {
    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-qjcifs:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.ui-lshkq7.active .is-uc7873 {
    transform: rotate(45deg);
}

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

.ui-lshkq7.active ._r3dmwj {
    max-height: 500px;
}

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

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

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

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

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

.s-ttm4vw {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

._akjblr:hover .s-ttm4vw img {
    transform: scale(1.05);
}

.c-khat6k {
    padding: 20px;
}

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

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

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

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

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

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

.x-rzqqr4 h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

.ui-ykgcld {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

.el-q723tu {
    display: flex;
    gap: 16px;
}

.js-lnfwp4 {
    text-align: center;
}

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

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

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

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

.x-cpjbkx {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.x-cpjbkx img {
    width: 48px;
    height: 48px;
}

.x-cpjbkx span {
    font-size: 20px;
    font-weight: 700;
}

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

.js-dbt6nu h4,
.axp9i1 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-owxcxl {
    font-size: 20px;
}

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

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

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

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

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

.is-e8g7hq .m-qkaajr {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.s-yxrm6m h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.s-yxrm6m h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

.js-mbwgs8 {
    margin: 16px 0 32px;
}

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

.js-mbwgs8 li strong {
    color: var(--text-primary);
}

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

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

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

.c-v38m30 {
    width: 100%;
    margin-bottom: 24px;
}

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

.c-v38m30 td {
    padding: 12px 0;
    font-size: 14px;
}

.c-v38m30 td:first-child {
    color: var(--text-secondary);
}

.c-v38m30 td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.el-v4r06j {
    margin-bottom: 24px;
}

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

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

.js-tmaqqd {
    margin-bottom: 32px;
}

.js-tmaqqd img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

.z22u7u p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.is-pfejfc li,
.tawwd0 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.is-pfejfc li:last-child,
.tawwd0 li:last-child {
    border-bottom: none;
}

.is-pfejfc a,
.tawwd0 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-pfejfc a:hover,
.tawwd0 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-a0a5x7 {
    font-size: 36px;
    margin-bottom: 16px;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .is-cmiolt {
        display: none;
    }
    
    ._dlet2v {
        display: flex;
    }
    
    ._o7o421 {
        font-size: 40px;
    }
    
    .s-eeogay,
    .is-y2f56e,
    .x-osrj2q,
    .js-u2jh18,
    .s-fh2ufu,
    .c-ypply8,
    .c-curfqm,
    .js-lzcwau {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-ik40p1,
    .el-t8cx1a,
    .m-dfq0fs,
    ._teiymo {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-fa8kpv,
    .c-k5o2s1,
    .x-vk4lim {
        grid-template-columns: 1fr;
    }
    
    .s-os1ymk {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-wtkvbl,
    .js-hxdf3d {
        flex-direction: column;
        text-align: center;
    }
    
    .x-v3ndv6,
    .ui-lwjttp {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._o7o421 {
        font-size: 32px;
    }
    
    .el-g9rqiy,
    .x-bobezj {
        font-size: 28px;
    }
    
    .s-eeogay,
    .is-y2f56e,
    .x-osrj2q,
    .js-u2jh18,
    .s-fh2ufu,
    .x-ik40p1,
    .el-t8cx1a,
    .m-dfq0fs,
    ._teiymo,
    .c-ypply8,
    .c-curfqm,
    .js-lzcwau {
        grid-template-columns: 1fr;
    }
    
    .s-os1ymk {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-vtfvsm,
    .el-w1urfs,
    .el-q723tu {
        flex-direction: column;
    }
    
    .ui-v7f32h {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .is-hsabcm {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-ycap9w {
        display: none;
    }
    
    .c-qwcr5g {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-id9rjj {
        grid-template-columns: 1fr;
    }
    
    .s-r1zrar {
        grid-template-columns: 1fr;
    }
    
    ._yxrghm {
        flex-direction: column;
        gap: 12px;
    }
    
    .x-gr3qjp {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-q8w0uj {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .c-o2jlq9,
    .is-hsabcm,
    .s-jizqr0,
    ._jx7kb2 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
