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

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

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

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

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

.x-cmtq1h img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

.r6gw41 {
    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-giqjb9 {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.b9mxgz:hover,
.b9mxgz._k78xqr {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.c-pdzq3h {
    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-o29fz2 {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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

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

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

.ejoaro {
    width: 100%;
}

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

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

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

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

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

.yvyruc {
    max-width: 700px;
}

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

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

.m-s18zdo {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

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

.el-r28h4t {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._fb7xcb {
    font-size: 24px;
}

.s-g3ixc5 {
    position: relative;
}

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

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

.s-w7nxcp {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

.c-drdzgq {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.c-kl2bwz:hover .snf8am img {
    transform: scale(1.1);
}

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

.zqkb7d {
    padding: 20px;
}

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

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

._wq7gup {
    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-wnnb62 {
    background: var(--bg-dark);
}

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

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

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

.ui-saf145 {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

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

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

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

.x-e9csde {
    font-size: 36px;
    margin-bottom: 16px;
}

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

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

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

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

.x-sd52e4 {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-mu196v {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.m-wc3fuq:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.el-m89xax.active .x-qo8qfm {
    transform: rotate(45deg);
}

.js-wlj03v {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.el-m89xax.active .js-wlj03v {
    max-height: 500px;
}

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

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

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

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

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

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

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

.ui-avu5yy:hover .ui-a9pqe4 img {
    transform: scale(1.05);
}

.c-uvwxme {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-ty862f {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.is-ty862f img {
    width: 48px;
    height: 48px;
}

.is-ty862f span {
    font-size: 20px;
    font-weight: 700;
}

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

.ui-j1tdcz h4,
.el-dx7old h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.is-sz1xjr {
    display: flex;
    gap: 12px;
}

.is-sz1xjr img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.js-p7d0su {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    animation: pulse 2s infinite;
}

.x-xdltou {
    font-size: 20px;
}

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

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

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

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

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

.q3hs6f ._qf53if {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-wbzyt5 {
    width: 100%;
    margin-bottom: 24px;
}

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

.el-wbzyt5 td {
    padding: 12px 0;
    font-size: 14px;
}

.el-wbzyt5 td:first-child {
    color: var(--text-secondary);
}

.el-wbzyt5 td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.jmjaaf {
    margin-bottom: 24px;
}

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

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

.m-bxau9g {
    margin-bottom: 32px;
}

.m-bxau9g img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._ra6y7j li:last-child,
.x-wdll3m li:last-child {
    border-bottom: none;
}

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

._ra6y7j a:hover,
.x-wdll3m a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._v2d2s1 ul {
    margin-bottom: 24px;
}

._v2d2s1 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-giqjb9 {
        display: none;
    }
    
    .x-c4cn83 {
        display: flex;
    }
    
    .c-n748v5 {
        font-size: 40px;
    }
    
    .is-w6edqe,
    .js-mkv3ga,
    .m-bpm3jm,
    .x-n16mn6,
    .s-ch04i0,
    .yu0brw,
    .js-cj8bpu,
    .el-uf65mk {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-uwi8h8,
    .is-iei24b,
    .x-z32agx,
    .m-jmwpcp {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-sbvd40,
    .ui-jvpzc4,
    .s-fcoski {
        grid-template-columns: 1fr;
    }
    
    ._eznj1y {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-snpelg,
    .kalq7g {
        flex-direction: column;
        text-align: center;
    }
    
    .el-yu1r3a,
    .js-l4ei0m {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-n748v5 {
        font-size: 32px;
    }
    
    .el-r28h4t,
    .m-fjdrwn {
        font-size: 28px;
    }
    
    .is-w6edqe,
    .js-mkv3ga,
    .m-bpm3jm,
    .x-n16mn6,
    .s-ch04i0,
    .is-uwi8h8,
    .is-iei24b,
    .x-z32agx,
    .m-jmwpcp,
    .yu0brw,
    .js-cj8bpu,
    .el-uf65mk {
        grid-template-columns: 1fr;
    }
    
    ._eznj1y {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .m-s18zdo,
    .s-bx5v2w,
    .c-azy0mf {
        flex-direction: column;
    }
    
    .el-g1o9ye {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-jkfp8w {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-rz3z9s {
        display: none;
    }
    
    .js-p7d0su {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-xtsbb4 {
        grid-template-columns: 1fr;
    }
    
    .el-jvgl3g {
        grid-template-columns: 1fr;
    }
    
    .c-k3cbf1 {
        flex-direction: column;
        gap: 12px;
    }
    
    .is-bgngsm {
        flex-direction: column;
        gap: 8px;
    }
    
    .c-xypzre {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .el-zhz7o5,
    .m-jkfp8w,
    .uuydo2,
    .c-okvl6r {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
