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

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

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

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

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

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

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

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

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

.m-uoyqap:hover,
.m-uoyqap.el-xepsas {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lrrsp6 {
    width: 100%;
}

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

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

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

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

.el-nfuuxq {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-nahy19 {
    font-size: 24px;
}

.ui-czw8dm {
    position: relative;
}

.ui-czw8dm img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

.s-yf4klb {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

.el-y1t06h {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.is-a5ikdq:hover .el-y1t06h img {
    transform: scale(1.1);
}

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

._qyx411 {
    padding: 20px;
}

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

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

.m-eirv8n {
    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-aaoy1v {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.m-gcwxc8 {
    text-align: center;
}

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

.el-hm3dzu {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

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

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

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

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

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

.dltj15 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bc8qb7 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.z0pqma:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.js-ov0o9c.active .is-tj8me3 {
    transform: rotate(45deg);
}

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

.js-ov0o9c.active .el-oeqjj3 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.m-z4jfat:hover ._yyx487 img {
    transform: scale(1.05);
}

.is-kckq14 {
    padding: 20px;
}

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

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

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

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

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

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

.s-zhzje9 h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

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

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

.m-bzphvg {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

._q9lhlu h4,
._gtg7b6 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-x1exrf {
    font-size: 20px;
}

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

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

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

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

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

.is-snhcax .x-oqfqsx {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

._t7y5ia {
    margin: 16px 0 32px;
}

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

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

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

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

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

.is-hl3k2e {
    width: 100%;
    margin-bottom: 24px;
}

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

.is-hl3k2e td {
    padding: 12px 0;
    font-size: 14px;
}

.is-hl3k2e td:first-child {
    color: var(--text-secondary);
}

.is-hl3k2e td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.c-fmo67i {
    margin-bottom: 24px;
}

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

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

.s-t4n305 {
    margin-bottom: 32px;
}

.s-t4n305 img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._njz0gf li:last-child,
._sa2obv li:last-child {
    border-bottom: none;
}

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

._njz0gf a:hover,
._sa2obv a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-s3ll44 h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .c-unl194 {
        display: none;
    }
    
    .x-x4c04w {
        display: flex;
    }
    
    .s-w4kc0o {
        font-size: 40px;
    }
    
    ._g943f2,
    .m-exgod5,
    .m-a19554,
    ._g5aikj,
    .x-dggaq0,
    .c-b4anmm,
    .g0z3cc,
    .el-end7sz {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-tut9xl,
    .js-i6i262,
    .s-ckqwxh,
    .el-fpcbtb {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-uo0qr8,
    .af8rmj,
    .js-jev5yq {
        grid-template-columns: 1fr;
    }
    
    .saeu5c {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-e140bf,
    .ui-r6eqnb {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-z7nhg0,
    .s-csjsgk {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .s-w4kc0o {
        font-size: 32px;
    }
    
    .c-fi1xfi,
    .js-inqzsx {
        font-size: 28px;
    }
    
    ._g943f2,
    .m-exgod5,
    .m-a19554,
    ._g5aikj,
    .x-dggaq0,
    .is-tut9xl,
    .js-i6i262,
    .s-ckqwxh,
    .el-fpcbtb,
    .c-b4anmm,
    .g0z3cc,
    .el-end7sz {
        grid-template-columns: 1fr;
    }
    
    .saeu5c {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-d8m9ww,
    .axmf3h,
    .m-bzphvg {
        flex-direction: column;
    }
    
    .el-jrttqp {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .el-kqw6x0 {
        bottom: 20px;
        right: 20px;
    }
    
    .js-skdlsv {
        display: none;
    }
    
    .c-yjuqge {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-feo9yz {
        grid-template-columns: 1fr;
    }
    
    .js-ynvn44 {
        grid-template-columns: 1fr;
    }
    
    ._lvg19s {
        flex-direction: column;
        gap: 12px;
    }
    
    ._qinvp1 {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-l9g5f3 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .wbtb6b,
    .el-kqw6x0,
    .el-lqbdjs,
    .x-cqcdzv {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
