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

/* CSS Variables */
:root {
    --primary: #00B0FF;
    --primary-dark: {{primary_color_dark}};
    --secondary: #1565C0;
    --accent: #ffd700;
    --bg-dark: #0a0a1a;
    --bg-card: #12122a;
    --bg-light: #1a1a3a;
    --text-primary: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.7);
    --text-muted: rgba(255, 255, 255, 0.5);
    --border-color: rgba(255, 255, 255, 0.1);
    --shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    --radius: 12px;
    --radius-sm: 8px;
    --transition: all 0.3s ease;
}

/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    background: var(--bg-dark);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    list-style: none;
}

/* Container */
.m-rfrrwn {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

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

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

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

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

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

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

.x-ccgtsd:hover,
.x-ccgtsd.m-y2glab {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-fro3n0 {
    background: #fff;
    color: var(--bg-dark);
}

.s-fro3n0:hover {
    background: var(--accent);
}

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

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

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

.x-cs7711 {
    width: 100%;
}

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

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

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

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

.b6dpgg {
    max-width: 700px;
}

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

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

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

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

.el-kxzflw {
    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-zlcytf {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

.s-gz2q0s {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

.el-yh700p {
    font-size: 24px;
}

.s-ir2mv9 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.x-a00d9k:hover .x-rwxup4 img {
    transform: scale(1.1);
}

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

.hsobsu {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-fqa776 {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

.x-a5t86h img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.is-qiz4fh {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._u8pof2 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-hpw0h0.active .is-oszi8j {
    transform: rotate(45deg);
}

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

.m-hpw0h0.active .s-vjdmmm {
    max-height: 500px;
}

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

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

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

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

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

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

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

.c-bjr53s:hover .el-gworsf img {
    transform: scale(1.05);
}

.m-uf8grs {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-wb5uia {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

.x-vlbiwe h4,
.js-eg69sa h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-o7rcmu .m-rfrrwn {
    position: relative;
    z-index: 1;
}

.el-lo20bt {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

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

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

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

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

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

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

.el-pya2s9 h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.el-pya2s9 h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

.el-pya2s9 p strong {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hws0k1 {
    margin-bottom: 32px;
}

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

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

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

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

.el-mw0d9m p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.s-iwus9b li,
.el-naqsod li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.s-iwus9b li:last-child,
.el-naqsod li:last-child {
    border-bottom: none;
}

.s-iwus9b a,
.el-naqsod a {
    font-size: 14px;
    color: var(--text-secondary);
}

.s-iwus9b a:hover,
.el-naqsod a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-bx6ll3 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .is-czafct {
        display: none;
    }
    
    .c-b5o4qa {
        display: flex;
    }
    
    .ui-zc0u4o {
        font-size: 40px;
    }
    
    .is-f0pwnk,
    .el-u19nak,
    .s-t5c5ol,
    .el-u56w4r,
    .is-viqbya,
    .el-s8ctd0,
    .js-ttfv87,
    .x-tffy47 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-huln0c,
    .s-yeblrp,
    .el-eqkdjy,
    .js-lr7s2l {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-tracjo,
    ._a0bow7,
    .s-n2het0 {
        grid-template-columns: 1fr;
    }
    
    .m-ridwzx {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-g4ro04,
    .m-kihygk {
        flex-direction: column;
        text-align: center;
    }
    
    .x-g538ot,
    .el-i7iixi {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-zc0u4o {
        font-size: 32px;
    }
    
    .ui-otmsvt,
    .el-lo20bt {
        font-size: 28px;
    }
    
    .is-f0pwnk,
    .el-u19nak,
    .s-t5c5ol,
    .el-u56w4r,
    .is-viqbya,
    .s-huln0c,
    .s-yeblrp,
    .el-eqkdjy,
    .js-lr7s2l,
    .el-s8ctd0,
    .js-ttfv87,
    .x-tffy47 {
        grid-template-columns: 1fr;
    }
    
    .m-ridwzx {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .m-mnve8t,
    .is-mpniri,
    .js-wb5uia {
        flex-direction: column;
    }
    
    .m-rkfx1i {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ppm6nj {
        bottom: 20px;
        right: 20px;
    }
    
    ._ryu6na {
        display: none;
    }
    
    .el-tfo7b4 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-lvkri8 {
        grid-template-columns: 1fr;
    }
    
    .s-z1tt1t {
        grid-template-columns: 1fr;
    }
    
    .is-pzlktw {
        flex-direction: column;
        gap: 12px;
    }
    
    .s-dduoqa {
        flex-direction: column;
        gap: 8px;
    }
    
    .s-btemyr {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-lu3sa2,
    .ppm6nj,
    .ui-kbc6ud,
    .c-c1y4a4 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
