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

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

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

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

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

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

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

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

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

.x-y6h7d6:hover,
.x-y6h7d6.el-zvk40w {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-mf6eqa {
    background: #fff;
    color: var(--bg-dark);
}

.js-mf6eqa:hover {
    background: var(--accent);
}

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

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

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

.m-kecvc7 {
    width: 100%;
}

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

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

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

.is-g6g3wr::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-tk8zsu {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 120px 0 80px;
}

.js-h3ybk4 {
    max-width: 700px;
}

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

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

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

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

.el-wwsqyi {
    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-ii3w6t {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-oskgst {
    font-size: 24px;
}

.is-smwlct {
    position: relative;
}

.is-smwlct img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

.x-wvcxew:hover .x-i73fdi img {
    transform: scale(1.1);
}

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

._bg1xv6 {
    padding: 20px;
}

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

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

.m-ydba16 {
    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
   ======================================== */
.x-j9oirz {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ce0l8n img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.s-lnw9f7 {
    font-size: 32px;
}

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

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

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

.ui-wqsp8t {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

.c-yp1dm3 {
    font-size: 36px;
    margin-bottom: 16px;
    display: block;
}

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

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

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

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

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

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

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

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

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

.x-ej6gf5 {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-hdkz0b.active .s-iiu63z {
    transform: rotate(45deg);
}

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

.s-hdkz0b.active .m-drfrv7 {
    max-height: 500px;
}

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

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

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

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

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

.x-xmlbxz {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.s-d8ll23:hover .x-xmlbxz img {
    transform: scale(1.05);
}

.el-snaodp {
    padding: 20px;
}

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

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

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

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

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

.ui-l1kcqo h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.ui-l1kcqo h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

.el-pk8sdq {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

.el-c5ntei {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.el-c5ntei img {
    width: 48px;
    height: 48px;
}

.el-c5ntei span {
    font-size: 20px;
    font-weight: 700;
}

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

.el-b6lbuf h4,
.m-p5a5jp h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.el-qrg2yz {
    display: flex;
    gap: 12px;
}

.el-qrg2yz img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.el-jec65h {
    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-of9xj4 {
    font-size: 20px;
}

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

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

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

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

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

.c-veyyf2 .ui-fl291b {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.x-izdch1 h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.x-izdch1 h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

.c-tyn5fh {
    margin: 16px 0 32px;
}

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

.c-tyn5fh li strong {
    color: var(--text-primary);
}

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

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

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

.m-s3ndr0 {
    width: 100%;
    margin-bottom: 24px;
}

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

.m-s3ndr0 td {
    padding: 12px 0;
    font-size: 14px;
}

.m-s3ndr0 td:first-child {
    color: var(--text-secondary);
}

.m-s3ndr0 td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.x-ae8bbd {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

.c-nwstmh p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.c-qgxpza li,
.ui-z5i17z li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.c-qgxpza li:last-child,
.ui-z5i17z li:last-child {
    border-bottom: none;
}

.c-qgxpza a,
.ui-z5i17z a {
    font-size: 14px;
    color: var(--text-secondary);
}

.c-qgxpza a:hover,
.ui-z5i17z a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .el-xn6ex2 {
        display: none;
    }
    
    ._x0nnau {
        display: flex;
    }
    
    .lzprln {
        font-size: 40px;
    }
    
    .c-f67to2,
    .c-xldnlp,
    .twstgn,
    .ui-ricv93,
    .s-xy6a1a,
    .js-n4rfvc,
    .c-f29sv9,
    .el-mb12u6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-jycf0n,
    .el-h4vns6,
    .is-tdia10,
    ._i1uy09 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-ho4xwm,
    ._w0p5c9,
    .js-tkfyur {
        grid-template-columns: 1fr;
    }
    
    .s-i0yrba {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-wqsp8t,
    .x-q0s6so {
        flex-direction: column;
        text-align: center;
    }
    
    .is-x8zr42,
    .c-urow9w {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .lzprln {
        font-size: 32px;
    }
    
    .s-i09w2z,
    .is-nxgsy0 {
        font-size: 28px;
    }
    
    .c-f67to2,
    .c-xldnlp,
    .twstgn,
    .ui-ricv93,
    .s-xy6a1a,
    .js-jycf0n,
    .el-h4vns6,
    .is-tdia10,
    ._i1uy09,
    .js-n4rfvc,
    .c-f29sv9,
    .el-mb12u6 {
        grid-template-columns: 1fr;
    }
    
    .s-i0yrba {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .el-eu6k71,
    ._bxrbdr,
    .c-zokbx3 {
        flex-direction: column;
    }
    
    .c-kqrswv {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .el-lfwml1 {
        bottom: 20px;
        right: 20px;
    }
    
    .x-nyjgkc {
        display: none;
    }
    
    .el-jec65h {
        padding: 16px;
        border-radius: 50%;
    }
    
    .sc9mmv {
        grid-template-columns: 1fr;
    }
    
    .kvf3tx {
        grid-template-columns: 1fr;
    }
    
    .is-by4c1y {
        flex-direction: column;
        gap: 12px;
    }
    
    .x-xhaddp {
        flex-direction: column;
        gap: 8px;
    }
    
    .boc5zo {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .m-bezvn8,
    .el-lfwml1,
    .m-qmuni3,
    .broo5b {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
