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

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

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

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

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

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

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

ul, ol {
    list-style: none;
}

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

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

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

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

.r9os0u {
    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-o9qx4x {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-nudzbx {
    width: 100%;
}

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

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

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

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

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

.s-x04y5r {
    max-width: 700px;
}

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

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

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

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

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

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

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

.x-pau60g {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-zasfuf {
    font-size: 24px;
}

.m-z7m4y5 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.s-acspef:hover .x-rjhiww img {
    transform: scale(1.1);
}

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

.yt8u4j {
    padding: 20px;
}

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

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

.c7poq0 {
    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
   ======================================== */
.is-xd2co3 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.x-drm5l6 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.m-bhcndi {
    display: flex;
    align-items: center;
    gap: 16px;
}

.c-hfuez9 {
    font-size: 32px;
}

.m-bhcndi h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._eptufu {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-qf4bf7:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.o5ijq2.active .s-gxgwpk {
    transform: rotate(45deg);
}

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

.o5ijq2.active .x-ezhm35 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.ui-v6thhd:hover ._mqezwj img {
    transform: scale(1.05);
}

.is-pzrf82 {
    padding: 20px;
}

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

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

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

.x-zw5shg {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

.js-p8bq68 {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

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

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

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

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

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

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

._aqlp89 {
    text-align: center;
}

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

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

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

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

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

.x-qdter8 img {
    width: 48px;
    height: 48px;
}

.x-qdter8 span {
    font-size: 20px;
    font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-ozcvq3 {
    font-size: 20px;
}

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

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

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

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

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

._x5wjga .m-f8o3xm {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-v69b8x {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

.c-ufda24 p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.x-cbyjue li,
._kmyo73 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.x-cbyjue li:last-child,
._kmyo73 li:last-child {
    border-bottom: none;
}

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

.x-cbyjue a:hover,
._kmyo73 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.is-c50zjh h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-npn0mu 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-o9qx4x {
        display: none;
    }
    
    .ui-it9b5v {
        display: flex;
    }
    
    .c-ujhcme {
        font-size: 40px;
    }
    
    .x-k39kwc,
    .m-jl5odh,
    .x-r8bh1q,
    .c-nj3fuz,
    ._stzg09,
    .bu3fah,
    ._ad0sw0,
    .s4my2k {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-cad033,
    .is-hutcbi,
    .el-v2dl9u,
    .l4r1ud {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._u8yn40,
    .c-dcnvwj,
    .vggdc4 {
        grid-template-columns: 1fr;
    }
    
    .m-kqmvco {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-dlqni8,
    .ui-jixphi {
        flex-direction: column;
        text-align: center;
    }
    
    .x-shbzv1,
    .el-gmngzw {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-ujhcme {
        font-size: 32px;
    }
    
    .x-pau60g,
    .igulxp {
        font-size: 28px;
    }
    
    .x-k39kwc,
    .m-jl5odh,
    .x-r8bh1q,
    .c-nj3fuz,
    ._stzg09,
    .ui-cad033,
    .is-hutcbi,
    .el-v2dl9u,
    .l4r1ud,
    .bu3fah,
    ._ad0sw0,
    .s4my2k {
        grid-template-columns: 1fr;
    }
    
    .m-kqmvco {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .x-nawpg3,
    .js-p8bq68,
    .x-jw0g63 {
        flex-direction: column;
    }
    
    .ui-l6ysnf {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .js-jfjxl0 {
        bottom: 20px;
        right: 20px;
    }
    
    .m-lvhnb2 {
        display: none;
    }
    
    .s-ntdah0 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-hwqtze {
        grid-template-columns: 1fr;
    }
    
    .s-eiy7ok {
        grid-template-columns: 1fr;
    }
    
    .el-dckdji {
        flex-direction: column;
        gap: 12px;
    }
    
    .is-iy11t4 {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-bmggjo {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-x105ii,
    .js-jfjxl0,
    ._wm7ei1,
    .o5mqxr {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
