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

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

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

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

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

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

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

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

.c-u2tngf:hover,
.c-u2tngf.m-scby3q {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-mqqni0 {
    width: 100%;
}

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

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

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

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

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

._sjighd {
    max-width: 700px;
}

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

.s-scqz0e {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._wqzig9 {
    font-size: 24px;
}

.c-oxtnwt {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.x-xliiks:hover .c-i79ep9 img {
    transform: scale(1.1);
}

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

._dyo855 {
    padding: 20px;
}

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

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

.c-cxl4xd {
    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
   ======================================== */
.x-gfra5u {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-h2v0tk img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.ui-h7qcw6 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s0lxnp {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-t2qld2.active .ui-o7zqh2 {
    transform: rotate(45deg);
}

.is-skjeo2 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.c-t2qld2.active .is-skjeo2 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-bywphs:hover .ui-sncylo img {
    transform: scale(1.05);
}

.s-d6i7ga {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-ccgc90 {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

.el-hoccne {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.el-hoccne img {
    width: 48px;
    height: 48px;
}

.el-hoccne span {
    font-size: 20px;
    font-weight: 700;
}

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

.js-tymwyy h4,
.js-tbe6iu h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.js-tel2rs {
    display: flex;
    gap: 12px;
}

.js-tel2rs img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.s-cq72fc {
    font-size: 20px;
}

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

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

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

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

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

.c-ujl38s ._cfvzjk {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-ympbs6 {
    margin: 16px 0 32px;
}

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

.ui-ympbs6 li strong {
    color: var(--text-primary);
}

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

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

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

.m-a9djgy {
    width: 100%;
    margin-bottom: 24px;
}

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

.m-a9djgy td {
    padding: 12px 0;
    font-size: 14px;
}

.m-a9djgy td:first-child {
    color: var(--text-secondary);
}

.m-a9djgy td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.s-i594qv {
    margin-bottom: 24px;
}

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

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

.is-lny3n7 {
    margin-bottom: 32px;
}

.is-lny3n7 img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

._otselx p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.s-x563iv li,
.ui-hjblww li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.s-x563iv li:last-child,
.ui-hjblww li:last-child {
    border-bottom: none;
}

.s-x563iv a,
.ui-hjblww a {
    font-size: 14px;
    color: var(--text-secondary);
}

.s-x563iv a:hover,
.ui-hjblww a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.z2cqry 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-e3gzgd {
        display: none;
    }
    
    ._mszvxj {
        display: flex;
    }
    
    .m-ivui6n {
        font-size: 40px;
    }
    
    .er2glv,
    .ui-pnrjxn,
    ._alwgk8,
    .ui-jm07or,
    .is-wwbnex,
    .ui-wyehsn,
    ._rytf5p,
    .s-ze5cze {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-b4gr67,
    .ui-h0vrym,
    .x-n0v6am,
    .m-cu02vb {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-c1lyd5,
    .x-kn1h2y,
    .s-vyl64d {
        grid-template-columns: 1fr;
    }
    
    .fxaw93 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-ee9x9r,
    .s-grlk05 {
        flex-direction: column;
        text-align: center;
    }
    
    .c-silfd7,
    .ui-ozl5n2 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-ivui6n {
        font-size: 32px;
    }
    
    .m-brjw84,
    .is-mvriox {
        font-size: 28px;
    }
    
    .er2glv,
    .ui-pnrjxn,
    ._alwgk8,
    .ui-jm07or,
    .is-wwbnex,
    .c-b4gr67,
    .ui-h0vrym,
    .x-n0v6am,
    .m-cu02vb,
    .ui-wyehsn,
    ._rytf5p,
    .s-ze5cze {
        grid-template-columns: 1fr;
    }
    
    .fxaw93 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-scqz0e,
    .x-ybwklu,
    .s-ccgc90 {
        flex-direction: column;
    }
    
    .el-fc74n8 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .s-f4oobf {
        bottom: 20px;
        right: 20px;
    }
    
    .ug1hax {
        display: none;
    }
    
    .c-un8qu5 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .m-rdwtal {
        grid-template-columns: 1fr;
    }
    
    ._k2yq4a {
        grid-template-columns: 1fr;
    }
    
    .m-q02fjy {
        flex-direction: column;
        gap: 12px;
    }
    
    .sbvqk3 {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-ev6ssa {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    ._oj539o,
    .s-f4oobf,
    .s-brqtbn,
    .ui-f8ncvl {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
