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

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

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

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

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

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

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

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

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

.el-senvtp:hover,
.el-senvtp.el-dz8lfl {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-lr0hvu {
    width: 100%;
}

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

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

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

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

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

._ea5jke {
    max-width: 700px;
}

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

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

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

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

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

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

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

.c-d4f6us {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-kjnxh8 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

._cy56x6:hover .x-z05g4h img {
    transform: scale(1.1);
}

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

.hif6ij {
    padding: 20px;
}

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

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

.x-l1h8kk {
    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
   ======================================== */
._kfmgr7 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-bxcnc1 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

.ui-a8koes {
    display: flex;
    align-items: center;
    gap: 16px;
}

.js-zgki0x {
    font-size: 32px;
}

.ui-a8koes h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-bjwavm h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

.c-mvk2n3.active .x0r9yg {
    transform: rotate(45deg);
}

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

.c-mvk2n3.active .zn9e1u {
    max-height: 500px;
}

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

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

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

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

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

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

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

.c-gd6637:hover .is-x28mhb img {
    transform: scale(1.05);
}

.m-qcjzlr {
    padding: 20px;
}

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

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

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

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

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

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

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

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

.c-zg52qk {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

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

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

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

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

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

.c-hdz1bi {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

._mddqw3 img {
    width: 48px;
    height: 48px;
}

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

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

.s-z1jnem h4,
.el-ezswbc h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.izmfke {
    display: flex;
    gap: 12px;
}

.izmfke img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.x-aq0w2r {
    font-size: 20px;
}

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

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

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

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

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

._ho6her .x-be4288 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-qh0d9s {
    margin: 16px 0 32px;
}

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

.el-qh0d9s li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-ncf88l {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-tcr07m li:last-child,
.m-n9przb li:last-child {
    border-bottom: none;
}

.x-tcr07m a,
.m-n9przb a {
    font-size: 14px;
    color: var(--text-secondary);
}

.x-tcr07m a:hover,
.m-n9przb a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.js-twlikk h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-fogu7q ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .l79ydz {
        display: none;
    }
    
    .ui-qya67k {
        display: flex;
    }
    
    .s-x315nm {
        font-size: 40px;
    }
    
    .js-p1prvo,
    .m-ltvc03,
    ._nbovei,
    .c-kz7q3m,
    ._o9uziq,
    .js-w1vkr2,
    .ui-a5v1u9,
    .n7cr3x {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-o0xkun,
    .c-hcs3n4,
    .el-nwjh10,
    .s-lxoowo {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-eu6hxe,
    .is-cbitb6,
    .c-vc655b {
        grid-template-columns: 1fr;
    }
    
    .js-e4y7ob {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-rfe79u,
    .s-now67j {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-i5vt8a,
    .x-m4ft2c {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .s-x315nm {
        font-size: 32px;
    }
    
    .c-d4f6us,
    .is-mxfx04 {
        font-size: 28px;
    }
    
    .js-p1prvo,
    .m-ltvc03,
    ._nbovei,
    .c-kz7q3m,
    ._o9uziq,
    .x-o0xkun,
    .c-hcs3n4,
    .el-nwjh10,
    .s-lxoowo,
    .js-w1vkr2,
    .ui-a5v1u9,
    .n7cr3x {
        grid-template-columns: 1fr;
    }
    
    .js-e4y7ob {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-wrg35n,
    .c-zg52qk,
    .c-hdz1bi {
        flex-direction: column;
    }
    
    .plcyn3 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-nnsoub {
        bottom: 20px;
        right: 20px;
    }
    
    .js-rocem4 {
        display: none;
    }
    
    .ui-lfyvhb {
        padding: 16px;
        border-radius: 50%;
    }
    
    .js-du2p70 {
        grid-template-columns: 1fr;
    }
    
    .c-kwjk7n {
        grid-template-columns: 1fr;
    }
    
    .js-pwgoe7 {
        flex-direction: column;
        gap: 12px;
    }
    
    .ui-ggixgh {
        flex-direction: column;
        gap: 8px;
    }
    
    .c-ui2k68 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .vk82jd,
    .m-nnsoub,
    .el-e8xjc2,
    .m-md10rz {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
