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

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

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

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

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

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

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

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

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

.vbqy5s:hover,
.vbqy5s.s-zec7a8 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.ui-uv26vx {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: var(--radius);
    border: none;
    cursor: pointer;
    transition: var(--transition);
}

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

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

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

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

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

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

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

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

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

.m-dvhjt8 {
    width: 100%;
}

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

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

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

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

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

.ap1nsd {
    max-width: 700px;
}

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

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

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

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

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

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

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

.x-dgjxwj {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-v07c3x {
    position: relative;
}

.c-v07c3x img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

.s-hcxkru {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

._ryyicz:hover .s-hcxkru img {
    transform: scale(1.1);
}

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

.js-ndezej {
    padding: 20px;
}

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

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

.el-hyziim {
    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
   ======================================== */
.js-jezjir {
    background: var(--bg-dark);
}

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

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

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

.is-tlst7i {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

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

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

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

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

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

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

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

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

.c-hxq3u3 {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

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

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

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

.js-e4iv7e {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

.el-xnwj75 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-eaeup4 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-b86knm.active .f57gjc {
    transform: rotate(45deg);
}

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

.x-b86knm.active .ui-iaczvz {
    max-height: 500px;
}

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

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

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

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

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

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

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

._c9qqj3:hover .el-tpa8eu img {
    transform: scale(1.05);
}

.js-icvtu6 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._w3qval {
    text-align: center;
}

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

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

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

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

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

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

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

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

.m3lrd6 h4,
.is-zlyriv h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.ui-t15aw2 {
    display: flex;
    gap: 12px;
}

.ui-t15aw2 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

._enq93j {
    font-size: 20px;
}

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

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

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

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

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

.c-q81v4f .s-gsjp2h {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-kv0qty {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-fe11h7 {
    margin-bottom: 24px;
}

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

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

.el-gs1xgb {
    margin-bottom: 32px;
}

.el-gs1xgb img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

.s-byk4zr p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.x-sf2zo4 li,
.js-giy58f li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.x-sf2zo4 li:last-child,
.js-giy58f li:last-child {
    border-bottom: none;
}

.x-sf2zo4 a,
.js-giy58f a {
    font-size: 14px;
    color: var(--text-secondary);
}

.x-sf2zo4 a:hover,
.js-giy58f a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-zzjlza h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

.m-otup49 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .ui-n8xuem {
        display: none;
    }
    
    .ekaqub {
        display: flex;
    }
    
    .s-lf84kk {
        font-size: 40px;
    }
    
    ._vxgzw5,
    .xkulc0,
    .c-s4q3wt,
    .js-rjutp0,
    .is-mc8zml,
    .is-rv3pd0,
    .x-w60isj,
    .s-r2rv7b {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .zfyfz0,
    .ui-aupszj,
    .m-o64ehd,
    .js-e973qw {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-jjj5nn,
    .el-awjn19,
    .js-tgcqbj {
        grid-template-columns: 1fr;
    }
    
    .s-vpn511 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-vbm6au,
    .el-oxro4u {
        flex-direction: column;
        text-align: center;
    }
    
    ._zqp1y6,
    .js-e4iv7e {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .s-lf84kk {
        font-size: 32px;
    }
    
    .x-dgjxwj,
    .x-hw7bwu {
        font-size: 28px;
    }
    
    ._vxgzw5,
    .xkulc0,
    .c-s4q3wt,
    .js-rjutp0,
    .is-mc8zml,
    .zfyfz0,
    .ui-aupszj,
    .m-o64ehd,
    .js-e973qw,
    .is-rv3pd0,
    .x-w60isj,
    .s-r2rv7b {
        grid-template-columns: 1fr;
    }
    
    .s-vpn511 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-n7v6lm,
    .js-ffe3xo,
    ._ve92rh {
        flex-direction: column;
    }
    
    .ui-rg6xh6 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-uwx8xd {
        bottom: 20px;
        right: 20px;
    }
    
    .m-otze0u {
        display: none;
    }
    
    .js-b08fre {
        padding: 16px;
        border-radius: 50%;
    }
    
    .js-po0c1j {
        grid-template-columns: 1fr;
    }
    
    .el-ob9izt {
        grid-template-columns: 1fr;
    }
    
    .m-dtdegz {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-ttrniw {
        flex-direction: column;
        gap: 8px;
    }
    
    .js-jx8sid {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .c-dtnivr,
    .m-uwx8xd,
    .el-fk4y62,
    ._kgbjo7 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
