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

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

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

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

.m-up9zt5 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.m-up9zt5 img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

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

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

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

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

.el-o6zi63 {
    display: flex;
    align-items: center;
    gap: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-zdjrrf {
    width: 100%;
}

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

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

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

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

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

.el-daa07c {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ti1c3s {
    font-size: 24px;
}

.x-pgn0ei {
    position: relative;
}

.x-pgn0ei img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

.d79nn0:hover .v03aqc img {
    transform: scale(1.1);
}

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

.c-p1e4eo {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-yxq0ct {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

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

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

.c-rnnt8y {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-msmr9y {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-qokd88.active .js-q8vgu2 {
    transform: rotate(45deg);
}

.x-b5x9ma {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.m-qokd88.active .x-b5x9ma {
    max-height: 500px;
}

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

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

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

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

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

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

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

.m-unad62:hover ._s5kxg8 img {
    transform: scale(1.05);
}

.is-fj9qej {
    padding: 20px;
}

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

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

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

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

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

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

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

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

.el-y6fp16 {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

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

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

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

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

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

.is-imgzwf {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

.s-nnr3sg {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.s-nnr3sg img {
    width: 48px;
    height: 48px;
}

.s-nnr3sg span {
    font-size: 20px;
    font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fcog11 {
    font-size: 20px;
}

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

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

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

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

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

.ui-k9ivxf .md924t {
    position: relative;
    z-index: 1;
}

.js-ihnwia {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

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

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

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

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

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

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

.ui-qqtr71 h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.ui-qqtr71 h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

.x-yrgor9 {
    margin: 16px 0 32px;
}

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

.x-yrgor9 li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-j7fr6i p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.xaxacu li:last-child,
.ui-nfzfou li:last-child {
    border-bottom: none;
}

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

.xaxacu a:hover,
.ui-nfzfou a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.is-cppwch h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .s-guimqn {
        display: none;
    }
    
    .ui-oqvbw6 {
        display: flex;
    }
    
    .c-suzfda {
        font-size: 40px;
    }
    
    .js-ipur6y,
    .el-hl7ybk,
    .c-kvi97s,
    .c-e5f4n4,
    .el-red3jx,
    ._j7q1ph,
    .c-tiegjx,
    .s-kn8339 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-gtjd9k,
    .el-ed65er,
    .el-h9hfsb,
    .js-ok43kx {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._lqnrcg,
    .ui-kfan96,
    .js-nr3yc9 {
        grid-template-columns: 1fr;
    }
    
    .s-bt4jco {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .xsffil,
    .js-sbo4dz {
        flex-direction: column;
        text-align: center;
    }
    
    .el-oqc9ym,
    ._evdpsp {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-suzfda {
        font-size: 32px;
    }
    
    .ka3e72,
    .js-ihnwia {
        font-size: 28px;
    }
    
    .js-ipur6y,
    .el-hl7ybk,
    .c-kvi97s,
    .c-e5f4n4,
    .el-red3jx,
    .js-gtjd9k,
    .el-ed65er,
    .el-h9hfsb,
    .js-ok43kx,
    ._j7q1ph,
    .c-tiegjx,
    .s-kn8339 {
        grid-template-columns: 1fr;
    }
    
    .s-bt4jco {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .kj6plv,
    .el-y6fp16,
    .is-imgzwf {
        flex-direction: column;
    }
    
    .c-xjr3rs {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .s-xmqbfn {
        bottom: 20px;
        right: 20px;
    }
    
    .c-i9a5fx {
        display: none;
    }
    
    .is-cn4o0g {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-ua9t1a {
        grid-template-columns: 1fr;
    }
    
    .el-urap93 {
        grid-template-columns: 1fr;
    }
    
    .m-tyv4ag {
        flex-direction: column;
        gap: 12px;
    }
    
    .k3caqx {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-dpntyh {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .el-fswdqg,
    .s-xmqbfn,
    .c-yuxwpb,
    .x-t1muqk {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
