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

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

/* ========================================
   Header & Navigation
   ======================================== */
.c-wh5s91 {
    background: rgba(10, 10, 26, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border-color);
}

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

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

.el-fivvsd img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

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

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

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

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

.ui-c8bzkx {
    display: flex;
    align-items: center;
    gap: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-o8vl42 {
    width: 100%;
}

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

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

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

.pq6f25::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-npn3b9 {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 120px 0 80px;
}

.c-ct0pjn {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-w4puk0 {
    font-size: 24px;
}

.ui-gm9hzl {
    position: relative;
}

.ui-gm9hzl img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

.el-th8s3v:hover .x-n6z2tw img {
    transform: scale(1.1);
}

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

.gj0jeh {
    padding: 20px;
}

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

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

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

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

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

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

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

.m-ob4xs1 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

.el-tucuby {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-e7fgsf {
    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-e7fgsf:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.c-ewylzh.active .m-rrk0ph {
    transform: rotate(45deg);
}

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

.c-ewylzh.active .s-vy7dno {
    max-height: 500px;
}

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

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

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

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

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

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

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

._n4jywn:hover .ui-lqvqji img {
    transform: scale(1.05);
}

.klyn2o {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-g715do {
    text-align: center;
}

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

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

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

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

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

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

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

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

.js-stz83b h4,
.ui-auoh8p h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.s-bngypp {
    display: flex;
    gap: 12px;
}

.s-bngypp img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.js-yr107p {
    font-size: 20px;
}

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

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

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

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

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

.is-a10z4s .el-kt5nrt {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._qt00w8 {
    margin-bottom: 24px;
}

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

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

.c-yf0ddj {
    margin-bottom: 32px;
}

.c-yf0ddj img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-flvdt8 li:last-child,
.el-jqs8pf li:last-child {
    border-bottom: none;
}

.x-flvdt8 a,
.el-jqs8pf a {
    font-size: 14px;
    color: var(--text-secondary);
}

.x-flvdt8 a:hover,
.el-jqs8pf a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-oilbvl ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    ._vj6b8d {
        display: none;
    }
    
    .el-cenq91 {
        display: flex;
    }
    
    .x-sx8aik {
        font-size: 40px;
    }
    
    .is-sjmb92,
    .js-wfki1j,
    .is-fm8auv,
    .b4k9n8,
    .x-fqu8pa,
    .c-qryub4,
    .js-w8nlbn,
    .kocgxf {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-y9ctj9,
    .s-b1110u,
    .is-cnji36,
    .is-x6z6iz {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-y13nxj,
    .na2c1d,
    .ui-uatzpr {
        grid-template-columns: 1fr;
    }
    
    .is-w107qz {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-ne1p7a,
    .is-a77osv {
        flex-direction: column;
        text-align: center;
    }
    
    .el-v9xkm5,
    .x-bmm7ao {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .x-sx8aik {
        font-size: 32px;
    }
    
    ._xw16f2,
    .ui-y44x6f {
        font-size: 28px;
    }
    
    .is-sjmb92,
    .js-wfki1j,
    .is-fm8auv,
    .b4k9n8,
    .x-fqu8pa,
    .ui-y9ctj9,
    .s-b1110u,
    .is-cnji36,
    .is-x6z6iz,
    .c-qryub4,
    .js-w8nlbn,
    .kocgxf {
        grid-template-columns: 1fr;
    }
    
    .is-w107qz {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-mlue0f,
    .zxl8zp,
    .c-h3mb73 {
        flex-direction: column;
    }
    
    .ui-xpxsou {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-wuuz5d {
        bottom: 20px;
        right: 20px;
    }
    
    .el-nendg9 {
        display: none;
    }
    
    .ui-j8t5kb {
        padding: 16px;
        border-radius: 50%;
    }
    
    .is-arqcm4 {
        grid-template-columns: 1fr;
    }
    
    .is-avvwmv {
        grid-template-columns: 1fr;
    }
    
    .is-eejjhz {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-ouxpju {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-ggpauw {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .c-wh5s91,
    .m-wuuz5d,
    .m-ontnv2,
    .is-rbakm8 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
