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

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

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

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

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

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

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

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

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

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

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

.m-oled9c {
    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-oled9c:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--primary), 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-tuo5ud {
    width: 100%;
}

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

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

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

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

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

._wy6lhx {
    max-width: 700px;
}

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

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

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

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

.js-va04qr {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========================================
   Section Styles
   ======================================== */
section {
    padding: 80px 0;
}

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

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

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

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

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

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

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

.js-vew2f7 {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

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

.m-dyx5sc {
    position: relative;
}

.m-dyx5sc img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

._nidamy:hover .s-ki9xfh img {
    transform: scale(1.1);
}

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

.c-zkplkb {
    padding: 20px;
}

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

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

._rjvgce {
    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
   ======================================== */
.s-l8l26m {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

.is-kgnac3 {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-saw456 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-p89gua.active .ui-m59f1p {
    transform: rotate(45deg);
}

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

.ui-p89gua.active .ui-icx8tm {
    max-height: 500px;
}

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

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

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

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

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

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

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

.x-tkwy5v:hover ._sjjthn img {
    transform: scale(1.05);
}

.x-fwbe3z {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-s5cbqq h4,
.js-j8gpgx h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.is-rq9jfx {
    display: flex;
    gap: 12px;
}

.is-rq9jfx img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.is-b4tp9b {
    font-size: 20px;
}

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

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

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

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

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

.ui-qab3d6 .c-ffa0rh {
    position: relative;
    z-index: 1;
}

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

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

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

.c-eymmy8 {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

.is-eebldz {
    margin: 16px 0 32px;
}

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

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

.m-kf82mr {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

.el-sknorr {
    margin-bottom: 24px;
}

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

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

.mawek2 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-ub1rbs li:last-child,
.ui-g6598b li:last-child {
    border-bottom: none;
}

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

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

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

.js-qhtmp2 h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

.js-vibaz3 {
    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-xymfes h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-xok9cc ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .x-j3nr0k {
        display: none;
    }
    
    .njhi9o {
        display: flex;
    }
    
    .pgffpj {
        font-size: 40px;
    }
    
    .x-c8wvls,
    .v2zrw4,
    .x-u89916,
    .ui-klnwsz,
    .js-k2ce0p,
    .js-n2n7td,
    .js-wx1jq0,
    ._d37y3z {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-othpqc,
    .x-cn6bvq,
    .ui-r8febw,
    ._vxj8l8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-ks42z0,
    ._ain1s1,
    .ui-d3b8yz {
        grid-template-columns: 1fr;
    }
    
    .el-pyd6w1 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-dsv7qc,
    .m-tnu089 {
        flex-direction: column;
        text-align: center;
    }
    
    .el-zkx5wc,
    .el-twmp1n {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .pgffpj {
        font-size: 32px;
    }
    
    .js-b5dea9,
    .is-zdfqm0 {
        font-size: 28px;
    }
    
    .x-c8wvls,
    .v2zrw4,
    .x-u89916,
    .ui-klnwsz,
    .js-k2ce0p,
    .ui-othpqc,
    .x-cn6bvq,
    .ui-r8febw,
    ._vxj8l8,
    .js-n2n7td,
    .js-wx1jq0,
    ._d37y3z {
        grid-template-columns: 1fr;
    }
    
    .el-pyd6w1 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .m-i7kr3f,
    .s-zas1t2,
    .s-fbyn4d {
        flex-direction: column;
    }
    
    .el-nmhkhf {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._tbq8p0 {
        bottom: 20px;
        right: 20px;
    }
    
    .c-urgstj {
        display: none;
    }
    
    .ui-otf1ma {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-rqq9yw {
        grid-template-columns: 1fr;
    }
    
    .is-k12a83 {
        grid-template-columns: 1fr;
    }
    
    .c-eymmy8 {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-tvf6ty {
        flex-direction: column;
        gap: 8px;
    }
    
    .js-cy1axn {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .jk09db,
    ._tbq8p0,
    .x-z3vpab,
    .js-h7q2qq {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
