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

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

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

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

.js-s70kh4 img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

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

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

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

.c-id2f8a:hover,
.c-id2f8a.x-z2wyxq {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.el-e0sbrd {
    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-e0sbrd:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--primary), 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-oi2h33 {
    width: 100%;
}

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

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

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

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

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

.zwdbg3 {
    max-width: 700px;
}

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

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

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

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

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

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

.s-a14hlh {
    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-fuixbd {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-lst1u0 {
    position: relative;
}

.js-lst1u0 img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

.el-ufboeo {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

.ui-w0eq9t {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.x-y9f6j6:hover .ui-w0eq9t img {
    transform: scale(1.1);
}

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

.h6361l {
    padding: 20px;
}

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

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

.ui-vy419x {
    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
   ======================================== */
.m-bx5ym6 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-utf5x8 {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

.m-yw342w img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.is-ktkpsn {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-bpzbno h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

.m-n1ephq.active .s-oh4b4x {
    transform: rotate(45deg);
}

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

.m-n1ephq.active .c-v5qca0 {
    max-height: 500px;
}

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

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

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

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

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

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

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

._snddxr:hover ._bnig7u img {
    transform: scale(1.05);
}

.js-nwmkm6 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-szdtcr {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

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

.c-nzpqql {
    text-align: center;
}

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

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

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

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

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

.c-fzq3jc img {
    width: 48px;
    height: 48px;
}

.c-fzq3jc span {
    font-size: 20px;
    font-weight: 700;
}

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

.x-z59hjm h4,
.s-mcoora h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-w2iw3l {
    font-size: 20px;
}

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

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

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

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

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

.c-euradc ._j12c1u {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-uar5xf {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

._c5vq9z {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-l62syz li:last-child,
.is-n9hdxs li:last-child {
    border-bottom: none;
}

.js-l62syz a,
.is-n9hdxs a {
    font-size: 14px;
    color: var(--text-secondary);
}

.js-l62syz a:hover,
.is-n9hdxs a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-q5vsqh h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

.js-ha6p58 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    ._ney2li {
        display: none;
    }
    
    .is-jz8f54 {
        display: flex;
    }
    
    .rxai6i {
        font-size: 40px;
    }
    
    ._gzsmve,
    .x-lt940c,
    .js-ex5u7j,
    .m-qukvyt,
    .is-kbl3lm,
    .el-ullexb,
    .js-u79x79,
    .js-z7nn3y {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-sbxtqf,
    .s-vwwxk6,
    .js-cdeqth,
    .ije2f2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-uuaujz,
    ._dl4tnm,
    .js-j1da5i {
        grid-template-columns: 1fr;
    }
    
    .is-p60961 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .dzq9ph,
    .s-isp68s {
        flex-direction: column;
        text-align: center;
    }
    
    ._kji3hp,
    .el-e2y5jg {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .rxai6i {
        font-size: 32px;
    }
    
    .s-fuixbd,
    .is-fz6twi {
        font-size: 28px;
    }
    
    ._gzsmve,
    .x-lt940c,
    .js-ex5u7j,
    .m-qukvyt,
    .is-kbl3lm,
    .m-sbxtqf,
    .s-vwwxk6,
    .js-cdeqth,
    .ije2f2,
    .el-ullexb,
    .js-u79x79,
    .js-z7nn3y {
        grid-template-columns: 1fr;
    }
    
    .is-p60961 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .x-lqpw1h,
    .s-sukatp,
    ._idfsc4 {
        flex-direction: column;
    }
    
    .m-bll592 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .x-bggap0 {
        bottom: 20px;
        right: 20px;
    }
    
    .js-h8eoy3 {
        display: none;
    }
    
    .js-h5imhg {
        padding: 16px;
        border-radius: 50%;
    }
    
    .m-cbndpt {
        grid-template-columns: 1fr;
    }
    
    .ui-txcvml {
        grid-template-columns: 1fr;
    }
    
    .ui-eyk1gc {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-wc21uv {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-d17x1f {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .el-dqamc5,
    .x-bggap0,
    .m-qtc5z6,
    .js-z0l947 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
