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

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

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

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

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

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

.js-y36i2r {
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

.is-yg8i80:hover,
.is-yg8i80.ui-y8br5e {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.m-lw8vfu {
    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-btyeim {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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

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

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

.ui-o61zrp {
    width: 100%;
}

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

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

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

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

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

.js-qfpogd {
    max-width: 700px;
}

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

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

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

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

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

.is-qzwa8r {
    text-align: center;
    margin-bottom: 48px;
}

.js-q3ibxs {
    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-gcj9ax {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._dchq8n {
    font-size: 24px;
}

.s-ar06mg {
    position: relative;
}

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

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

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

.is-ede63i {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.c-mcx9xg:hover .js-q95lp3 img {
    transform: scale(1.1);
}

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

.pto5z0 {
    padding: 20px;
}

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

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

.js-ky5rwl {
    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
   ======================================== */
.c-f0b4yb {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

.s-rp0spe {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

.c-btzkwp img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.x-kfb8tu {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-zwjmvr:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.js-uk54qe.active .is-ib56qi {
    transform: rotate(45deg);
}

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

.js-uk54qe.active .s-gcdi92 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-gxll9b:hover .x-jllr4t img {
    transform: scale(1.05);
}

.is-i0lxj7 {
    padding: 20px;
}

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

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

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

.el-i8xz2l {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-tfqkry {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

.m-m2abpi {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.m-m2abpi img {
    width: 48px;
    height: 48px;
}

.m-m2abpi span {
    font-size: 20px;
    font-weight: 700;
}

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

.c-phabur h4,
.c-b6pney h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

._b4r55y {
    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-dwyzq3 {
    font-size: 20px;
}

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

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

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

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

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

.el-fwsx54 .c-qru8lk {
    position: relative;
    z-index: 1;
}

.js-odu8by {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.ui-wzn1zv {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

._qefizk {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-fbcypj li,
.v304yh li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.js-fbcypj li:last-child,
.v304yh li:last-child {
    border-bottom: none;
}

.js-fbcypj a,
.v304yh a {
    font-size: 14px;
    color: var(--text-secondary);
}

.js-fbcypj a:hover,
.v304yh a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-aflo2f ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .is-ggphqf {
        display: none;
    }
    
    .c-jguzd9 {
        display: flex;
    }
    
    .js-zq3jnr {
        font-size: 40px;
    }
    
    .jnpqcg,
    .is-cnf9mz,
    .c-hrtnxu,
    .x-j1y638,
    .c-ngge0g,
    .zlylib,
    .js-gknjsf,
    .x-iwvwo0 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-gd9sbg,
    .s-ne87q1,
    .wgx5xs,
    .el-uoyw87 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-if5io9,
    .nxbrio,
    .x-oa36h9 {
        grid-template-columns: 1fr;
    }
    
    .qebkdq {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-h91e1q,
    .eddxv1 {
        flex-direction: column;
        text-align: center;
    }
    
    .is-sf8hun,
    .js-aqkyi3 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .js-zq3jnr {
        font-size: 32px;
    }
    
    .s-gcj9ax,
    .js-odu8by {
        font-size: 28px;
    }
    
    .jnpqcg,
    .is-cnf9mz,
    .c-hrtnxu,
    .x-j1y638,
    .c-ngge0g,
    .c-gd9sbg,
    .s-ne87q1,
    .wgx5xs,
    .el-uoyw87,
    .zlylib,
    .js-gknjsf,
    .x-iwvwo0 {
        grid-template-columns: 1fr;
    }
    
    .qebkdq {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .k6rwqs,
    .ui-c5lrao,
    .m-tfqkry {
        flex-direction: column;
    }
    
    .x-eqou08 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .is-hlhhog {
        bottom: 20px;
        right: 20px;
    }
    
    .el-ei6yst {
        display: none;
    }
    
    ._b4r55y {
        padding: 16px;
        border-radius: 50%;
    }
    
    .is-sjookp {
        grid-template-columns: 1fr;
    }
    
    .js-hjdv6n {
        grid-template-columns: 1fr;
    }
    
    .is-di756j {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-xoqk2f {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-k10fs1 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .m-hzxrop,
    .is-hlhhog,
    .s-o01lxu,
    .x-gpwt78 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
