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

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

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

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

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

.s-zf6k5c img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-u28uad {
    width: 100%;
}

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

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

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

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

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

.s-x9u86m {
    max-width: 700px;
}

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

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

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

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

.x-ed7pzs {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========================================
   Section Styles
   ======================================== */
section {
    padding: 80px 0;
}

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

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

.m-he7mpj {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

.c-iqdps8 {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

.x-nxlmgy {
    font-size: 24px;
}

.m-mbohg1 {
    position: relative;
}

.m-mbohg1 img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

._yxpnkc:hover .is-wk91i9 img {
    transform: scale(1.1);
}

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

.js-g0qyyo {
    padding: 20px;
}

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

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

.ui-xdtynn {
    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
   ======================================== */
.el-bqtyfl {
    background: var(--bg-dark);
}

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

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

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

.s-v3thhd {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

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

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

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

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

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

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

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

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

.js-byt5d8 {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

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

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

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

.c-ysjei2 {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

.x-i18ooh {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-o76st8:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.m-xbg8k6.active .m-a602no {
    transform: rotate(45deg);
}

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

.m-xbg8k6.active .ui-ge7chb {
    max-height: 500px;
}

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

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

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

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

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

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

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

.c-ti07lj:hover .is-hl0m5e img {
    transform: scale(1.05);
}

._rao57s {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._r58izc {
    text-align: center;
}

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

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

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

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

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

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

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

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

.m-ru9apr h4,
.kjzob4 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.c-ysnmio {
    display: flex;
    gap: 12px;
}

.c-ysnmio img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.nslhfs {
    font-size: 20px;
}

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

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

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

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

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

.js-zjkjud .m-j7j1qo {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.m-vxl1xv h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.m-vxl1xv h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

.el-bvo80r {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-cvfql5 li:last-child,
.x-snpfj0 li:last-child {
    border-bottom: none;
}

.is-cvfql5 a,
.x-snpfj0 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-cvfql5 a:hover,
.x-snpfj0 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.el-eokwv3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-nedy1r ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .js-j2yq7z {
        display: none;
    }
    
    .x-cqyc3d {
        display: flex;
    }
    
    .c-goatdn {
        font-size: 40px;
    }
    
    .c-esp80y,
    ._lgc62d,
    .x-ld0lxv,
    .js-icu8et,
    ._xbyb8w,
    .lgd8ua,
    .js-pjjo1j,
    .m-n82jia {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-m6ynxe,
    .ui-o2h89q,
    .c-tde5po,
    .el-uhx0gx {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-kanv74,
    .ui-d8wlsg,
    .s-c82hkh {
        grid-template-columns: 1fr;
    }
    
    ._xvjixr {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-awll20,
    .js-m4gesc {
        flex-direction: column;
        text-align: center;
    }
    
    .m-r0ukz0,
    .c-ysjei2 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-goatdn {
        font-size: 32px;
    }
    
    .m-he7mpj,
    .ui-aniq4h {
        font-size: 28px;
    }
    
    .c-esp80y,
    ._lgc62d,
    .x-ld0lxv,
    .js-icu8et,
    ._xbyb8w,
    .s-m6ynxe,
    .ui-o2h89q,
    .c-tde5po,
    .el-uhx0gx,
    .lgd8ua,
    .js-pjjo1j,
    .m-n82jia {
        grid-template-columns: 1fr;
    }
    
    ._xvjixr {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .x-cjjj4v,
    .m-cgtzj4,
    .wy7mct {
        flex-direction: column;
    }
    
    .s-g1hzs4 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .el-nfpmah {
        bottom: 20px;
        right: 20px;
    }
    
    .s-e744ds {
        display: none;
    }
    
    ._jqy9v6 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .znl2op {
        grid-template-columns: 1fr;
    }
    
    .js-rwuihr {
        grid-template-columns: 1fr;
    }
    
    .is-lgraax {
        flex-direction: column;
        gap: 12px;
    }
    
    .is-grajk6 {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-azgdfx {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .el-ino5bf,
    .el-nfpmah,
    .el-vvrkcs,
    .y7n94d {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
