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

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

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

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

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

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

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

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

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

.el-fmhq8e:hover,
.el-fmhq8e.is-bv4g3d {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-jltq3i {
    background: #fff;
    color: var(--bg-dark);
}

.js-jltq3i:hover {
    background: var(--accent);
}

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

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

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

.el-t5mvf5 {
    width: 100%;
}

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

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

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

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

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

.ue47n1 {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

.m-j8jtjv {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

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

.s-ld9cw9 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.m-p9uke7:hover .js-smxqsn img {
    transform: scale(1.1);
}

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

.c-jrqdmp {
    padding: 20px;
}

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

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

.m-cbf1ug {
    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
   ======================================== */
._zjot50 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-fpr1lw {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-z70nf8 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-tp53pw:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

._kvp3ti.active .c-n6d9z7 {
    transform: rotate(45deg);
}

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

._kvp3ti.active ._kadomn {
    max-height: 500px;
}

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

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

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

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

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

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

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

.is-nqwsvx:hover .rks33w img {
    transform: scale(1.05);
}

._ndw61z {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-tf0tw2 {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

.ui-wi1k5a img {
    width: 48px;
    height: 48px;
}

.ui-wi1k5a span {
    font-size: 20px;
    font-weight: 700;
}

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

.s-f8dtx6 h4,
._bfqghm h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.m-suny60 {
    display: flex;
    gap: 12px;
}

.m-suny60 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

.ui-i37m4o .is-e128ea {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.is-e125w6 h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.is-e125w6 h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

._wqywm8 {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-nfx7dl {
    margin-bottom: 24px;
}

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

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

.v370l8 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-cm8awt li:last-child,
.c-d6kd62 li:last-child {
    border-bottom: none;
}

.x-cm8awt a,
.c-d6kd62 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.x-cm8awt a:hover,
.c-d6kd62 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.ui-vsid42 {
    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-ysgi6w h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .el-aopcfu {
        display: none;
    }
    
    .js-pbcczm {
        display: flex;
    }
    
    .js-uss7zp {
        font-size: 40px;
    }
    
    .s-cqfu9b,
    .m-u4zz9s,
    .x-zmg38o,
    ._qswcvw,
    .qbfasc,
    .c-kwp8cy,
    .x-ztgs2e,
    .acmlbf {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-g2wlf1,
    .zbzx67,
    .xfu37g,
    ._uadsg6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-dv64fm,
    .c-nlvxyj,
    .g8k5e9 {
        grid-template-columns: 1fr;
    }
    
    .m-ycpk3s {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .mnnho8,
    .m-pfhnkj {
        flex-direction: column;
        text-align: center;
    }
    
    .x-pm0sii,
    .is-m6m59g {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .js-uss7zp {
        font-size: 32px;
    }
    
    .x-do0xky,
    .is-mj02of {
        font-size: 28px;
    }
    
    .s-cqfu9b,
    .m-u4zz9s,
    .x-zmg38o,
    ._qswcvw,
    .qbfasc,
    .c-g2wlf1,
    .zbzx67,
    .xfu37g,
    ._uadsg6,
    .c-kwp8cy,
    .x-ztgs2e,
    .acmlbf {
        grid-template-columns: 1fr;
    }
    
    .m-ycpk3s {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .m-msfa36,
    .ui-tjrffh,
    .wzvj27 {
        flex-direction: column;
    }
    
    .m-k8tx79 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .wx6ceu {
        bottom: 20px;
        right: 20px;
    }
    
    ._mn5102 {
        display: none;
    }
    
    ._elw5kt {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-r6pqlv {
        grid-template-columns: 1fr;
    }
    
    ._v5gg6f {
        grid-template-columns: 1fr;
    }
    
    .m-wihng8 {
        flex-direction: column;
        gap: 12px;
    }
    
    .c-bn7bvk {
        flex-direction: column;
        gap: 8px;
    }
    
    ._jazf5a {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .m-xbhkua,
    .wx6ceu,
    .js-sskee0,
    .js-hoxx10 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
