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

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

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

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

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

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

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

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

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

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

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

.js-rpa6yv {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    font-weight: 600;
    border-radius: var(--radius);
    box-shadow: 0 4px 15px rgba(var(--primary), 0.4);
    transition: var(--transition);
}

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

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

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

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

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

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

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

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

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

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

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

.el-y4pj0j {
    background: #fff;
    color: var(--bg-dark);
}

.el-y4pj0j:hover {
    background: var(--accent);
}

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

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

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

._ewxsdr {
    width: 100%;
}

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

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

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

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

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

.ui-wgek6b {
    max-width: 700px;
}

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

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

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

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

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

.el-d0rpcn {
    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-dy48dx {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

.el-r8tz0o {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

.m-m19cv3 {
    font-size: 24px;
}

.x-wcn9um {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.el-hddxn3:hover .s-m1dcr8 img {
    transform: scale(1.1);
}

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

.js-nbwcwn {
    padding: 20px;
}

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

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

.ui-fkyywv {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(255, 215, 0, 0.1);
    color: var(--accent);
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
}

/* ========================================
   Services Section
   ======================================== */
.ui-gq152g {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

.x-q76gsu {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

.js-rx288l img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gb9idp {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-z3hq7f.active .is-m39fj4 {
    transform: rotate(45deg);
}

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

.s-z3hq7f.active .x-wca8qk {
    max-height: 500px;
}

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

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

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

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

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

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

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

.c-ryzo4t:hover .x-sl5lll img {
    transform: scale(1.05);
}

.s-jsz73t {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-d4cj9z {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.is-d4cj9z img {
    width: 48px;
    height: 48px;
}

.is-d4cj9z span {
    font-size: 20px;
    font-weight: 700;
}

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

.c-zy8ahm h4,
.x-bzfj6z h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.c-ucpqpj {
    display: flex;
    gap: 12px;
}

.c-ucpqpj img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

.js-zbtebw .s-f76bhw {
    position: relative;
    z-index: 1;
}

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

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

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

.s-gnin1b {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

.c-vnz99k {
    margin: 16px 0 32px;
}

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

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

.s-py15mh {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

.x-gjis7q {
    margin-bottom: 24px;
}

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

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

.ui-ohjdza {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-nh7snt li:last-child,
.uils70 li:last-child {
    border-bottom: none;
}

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

.ui-nh7snt a:hover,
.uils70 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-fr6qu9 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    ._dosh0t {
        display: none;
    }
    
    .h60pxi {
        display: flex;
    }
    
    .el-oay1qv {
        font-size: 40px;
    }
    
    .s-px7di2,
    .js-swvp4d,
    .el-c3ovrk,
    .v4bt2l,
    .s-kgubc5,
    .pa76se,
    .m-dwz44x,
    .x-c6gxe2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-si4hrl,
    .x-v2ljm9,
    .is-pqwxr3,
    .is-pkqe2t {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._yfkafy,
    .x-q6lnne,
    .he4fp1 {
        grid-template-columns: 1fr;
    }
    
    .is-ilcr13 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-yp0qkd,
    .s-z1vumh {
        flex-direction: column;
        text-align: center;
    }
    
    .is-cxjklj,
    .js-h9w1e5 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .el-oay1qv {
        font-size: 32px;
    }
    
    .ui-dy48dx,
    .el-idkjcn {
        font-size: 28px;
    }
    
    .s-px7di2,
    .js-swvp4d,
    .el-c3ovrk,
    .v4bt2l,
    .s-kgubc5,
    .ui-si4hrl,
    .x-v2ljm9,
    .is-pqwxr3,
    .is-pkqe2t,
    .pa76se,
    .m-dwz44x,
    .x-c6gxe2 {
        grid-template-columns: 1fr;
    }
    
    .is-ilcr13 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    ._gpot9z,
    .el-ydrqfs,
    .gi0b2a {
        flex-direction: column;
    }
    
    .m-qy5n3i {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .x-sh2myx {
        bottom: 20px;
        right: 20px;
    }
    
    .c-bzx6vl {
        display: none;
    }
    
    ._ilw500 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-dvqey7 {
        grid-template-columns: 1fr;
    }
    
    .s-fljjo3 {
        grid-template-columns: 1fr;
    }
    
    .s-gnin1b {
        flex-direction: column;
        gap: 12px;
    }
    
    .is-upamve {
        flex-direction: column;
        gap: 8px;
    }
    
    ._v1o6kz {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-id5zvo,
    .x-sh2myx,
    .s-ewxlex,
    .e2ccmk {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
