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

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

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

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

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

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

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

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

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

.is-swvmku:hover,
.is-swvmku.x-zvh4rg {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-k71p0q {
    width: 100%;
}

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

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

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

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

.m-icmfpy {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._qsou74 {
    font-size: 24px;
}

.s-wdfsub {
    position: relative;
}

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

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

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

.is-mx8n0h {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

.is-cezjxr {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.ui-jxftqd:hover .is-cezjxr img {
    transform: scale(1.1);
}

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

.qmzmmv {
    padding: 20px;
}

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

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

.x-cd6t2c {
    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
   ======================================== */
.ui-ttmg12 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-sc8cg6 {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

.x-frr417 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

.s-bcofy4 {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-mhhmky.active .nco75r {
    transform: rotate(45deg);
}

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

.c-mhhmky.active .c-lr2q35 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.is-qaijq5:hover .js-i67k36 img {
    transform: scale(1.05);
}

._gi6hl3 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._g8o93i {
    display: flex;
    gap: 16px;
}

.el-ql22ax {
    text-align: center;
}

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

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

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

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

.m-ozj4n5 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.m-ozj4n5 img {
    width: 48px;
    height: 48px;
}

.m-ozj4n5 span {
    font-size: 20px;
    font-weight: 700;
}

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

.c-idruvn h4,
.c-ds3lko h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-yp3qjm {
    font-size: 20px;
}

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

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

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

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

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

.dh52ob ._kjgzzw {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.c-cxg8m2 h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.c-cxg8m2 h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

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

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

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

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

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

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

.js-lnso7m {
    width: 100%;
    margin-bottom: 24px;
}

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

.js-lnso7m td {
    padding: 12px 0;
    font-size: 14px;
}

.js-lnso7m td:first-child {
    color: var(--text-secondary);
}

.js-lnso7m td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.m-he2bm5 {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

.m-z9n9cb p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-eglce1 li:last-child,
.s-vufmww li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-mn44gb ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .x-dls6ju {
        display: none;
    }
    
    .x-vzguch {
        display: flex;
    }
    
    .is-scnt6j {
        font-size: 40px;
    }
    
    .x-t0og1r,
    .x-kt0lgt,
    .y36wna,
    .is-gxqp54,
    .js-bxlupx,
    .dx40ak,
    ._g95xdx,
    .p86hxl {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-pc6c71,
    ._ezp4hw,
    .s-btoj8c,
    .ui-pxff9b {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._q6he54,
    .c-ajdv3h,
    .x-etseoy {
        grid-template-columns: 1fr;
    }
    
    .m-idtnhh {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-bcofy4,
    .onpdx2 {
        flex-direction: column;
        text-align: center;
    }
    
    .js-xbukf7,
    .ui-x9m5u1 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .is-scnt6j {
        font-size: 32px;
    }
    
    .is-g9gki4,
    .vovu30 {
        font-size: 28px;
    }
    
    .x-t0og1r,
    .x-kt0lgt,
    .y36wna,
    .is-gxqp54,
    .js-bxlupx,
    .s-pc6c71,
    ._ezp4hw,
    .s-btoj8c,
    .ui-pxff9b,
    .dx40ak,
    ._g95xdx,
    .p86hxl {
        grid-template-columns: 1fr;
    }
    
    .m-idtnhh {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .el-lt71u5,
    .x-clfylq,
    ._g8o93i {
        flex-direction: column;
    }
    
    .el-ahuz1o {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .x-odmdks {
        bottom: 20px;
        right: 20px;
    }
    
    .s-w64wn0 {
        display: none;
    }
    
    .x-duv2hm {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-xqld1r {
        grid-template-columns: 1fr;
    }
    
    .wwabe5 {
        grid-template-columns: 1fr;
    }
    
    .m-d3yu5i {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-rkzamn {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-kqsjyb {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .sfqj87,
    .x-odmdks,
    .js-eta3ak,
    .x-m4swlg {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
