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

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

/* ========================================
   Header & Navigation
   ======================================== */
.c-a3fp6u {
    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-ay2x29 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

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

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

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

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

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

._eja9e7:hover,
._eja9e7.m-gbr3ac {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.m-h9if56 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: var(--radius);
    border: none;
    cursor: pointer;
    transition: var(--transition);
}

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

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

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

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

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

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

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

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

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

.fy7cq7 {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rbo8ke {
    font-size: 24px;
}

._badgcy {
    position: relative;
}

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

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

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

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

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

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

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

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

.m-mb8yg3 {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.js-ed7jrm:hover .m-mb8yg3 img {
    transform: scale(1.1);
}

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

.x-p5c08o {
    padding: 20px;
}

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

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

.c-jdqj8s {
    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-dbocpt {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

._w8cuh5 {
    text-align: center;
}

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

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

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

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

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

.is-vd1vma img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-cvjufm {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

.js-e2kjaw h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

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

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

.is-u2fwpm {
    max-width: 800px;
    margin: 0 auto;
}

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

.s-ykm5cb {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: none;
    border: none;
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: var(--transition);
}

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

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

.ui-v9igwq.active .ksvgzb {
    transform: rotate(45deg);
}

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

.ui-v9igwq.active ._ub6oh6 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-ufq7ty:hover ._gfj8gh img {
    transform: scale(1.05);
}

.fndjq3 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._axk2do h4,
.x-i98cyo h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-vcq5ja {
    font-size: 20px;
}

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

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

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

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

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

.c-shdcjd .x-n8gvov {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-lh315y {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

.s-l1u43y {
    margin-bottom: 24px;
}

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

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

.el-ontuib {
    margin-bottom: 32px;
}

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

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

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

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

.mqn4or p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

.js-gfyfzj h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.js-gfyfzj p {
    opacity: 0.9;
    margin-bottom: 20px;
}

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

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

.s-i0i8m9 li,
.c-mf7zmw li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.s-i0i8m9 li:last-child,
.c-mf7zmw li:last-child {
    border-bottom: none;
}

.s-i0i8m9 a,
.c-mf7zmw a {
    font-size: 14px;
    color: var(--text-secondary);
}

.s-i0i8m9 a:hover,
.c-mf7zmw a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.c-kabq8l h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .ui-esth76 {
        display: none;
    }
    
    ._d2ahj9 {
        display: flex;
    }
    
    .el-k89o6f {
        font-size: 40px;
    }
    
    .uolrqm,
    .m-ef6867,
    ._nysar6,
    ._nmp7au,
    .is-vleqzd,
    .s-rz3ggu,
    .x-kt42sb,
    .ui-iaints {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-xzlip1,
    .x-hyqdug,
    .js-ttxn90,
    .c-hqtg9q {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-ilfbe1,
    .s-yzts1r,
    ._ubxz94 {
        grid-template-columns: 1fr;
    }
    
    .is-o2nefr {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-axabve,
    .m-tdbtzp {
        flex-direction: column;
        text-align: center;
    }
    
    .el-m4s1j3,
    .x-cpgm3r {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .el-k89o6f {
        font-size: 32px;
    }
    
    .s-n462cf,
    .ui-yyrw7w {
        font-size: 28px;
    }
    
    .uolrqm,
    .m-ef6867,
    ._nysar6,
    ._nmp7au,
    .is-vleqzd,
    .js-xzlip1,
    .x-hyqdug,
    .js-ttxn90,
    .c-hqtg9q,
    .s-rz3ggu,
    .x-kt42sb,
    .ui-iaints {
        grid-template-columns: 1fr;
    }
    
    .is-o2nefr {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .el-gm0vcv,
    .el-v035wq,
    .s-vty6cn {
        flex-direction: column;
    }
    
    .s-mad7n1 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._tgv8rb {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-ff6dit {
        display: none;
    }
    
    .js-klungr {
        padding: 16px;
        border-radius: 50%;
    }
    
    .c-tphiml {
        grid-template-columns: 1fr;
    }
    
    .x-wp4go9 {
        grid-template-columns: 1fr;
    }
    
    ._tcoyfu {
        flex-direction: column;
        gap: 12px;
    }
    
    ._o9zx3q {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-vtt2pe {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .c-a3fp6u,
    ._tgv8rb,
    .c-yanf78,
    .m-dxdcm1 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
