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

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

/* ========================================
   Header & Navigation
   ======================================== */
.x-hcmnk1 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-pvht3f {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.m-qjgnt4 {
    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-xczz7f {
    text-align: center;
    margin-bottom: 48px;
}

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

.js-yp9em1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-ibrzz5 {
    font-size: 24px;
}

._l8mwxr {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.j8c73h:hover .m-cyyxb0 img {
    transform: scale(1.1);
}

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

.c-mld0xl {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-ao9a14 {
    display: flex;
    align-items: center;
    gap: 16px;
}

.s-ukgncx {
    font-size: 32px;
}

.c-ao9a14 h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

.el-d73e9j {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.l4fgeg.active .c-bbq5mo {
    transform: rotate(45deg);
}

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

.l4fgeg.active .ui-iw6m6z {
    max-height: 500px;
}

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

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

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

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

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

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

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

.is-onpaa7:hover .ui-bh1n9e img {
    transform: scale(1.05);
}

._o7glwi {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-xs0kow {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

.js-gm7neb {
    display: flex;
    gap: 16px;
}

.is-sh4z2v {
    text-align: center;
}

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

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

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

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

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

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

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

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

.el-ufoj18 h4,
.js-mq9ejp h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.el-y3917v {
    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-btpqgv {
    font-size: 20px;
}

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

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

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

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

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

.el-acuadp .m-j2tkjl {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._lww07h {
    margin-bottom: 24px;
}

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

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

.s-fudmig {
    margin-bottom: 32px;
}

.s-fudmig img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

.m-zlgx4a p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-fdk2bc li:last-child,
.ui-rt5m8h li:last-child {
    border-bottom: none;
}

.x-fdk2bc a,
.ui-rt5m8h a {
    font-size: 14px;
    color: var(--text-secondary);
}

.x-fdk2bc a:hover,
.ui-rt5m8h a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .x-u31eve {
        display: none;
    }
    
    .js-vr83hh {
        display: flex;
    }
    
    .el-gclng6 {
        font-size: 40px;
    }
    
    .m-c35mwz,
    .is-lsqc6s,
    .ui-yt2mkf,
    .nujmfx,
    .csq80e,
    .c-xq7i5f,
    .c-x2n9n1,
    .s-a6kuaa {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-asp7u0,
    .x-icb1am,
    .c-zjz8tk,
    .el-n97lk4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-vq05as,
    .s-hnavnp,
    .x-b4y7kh {
        grid-template-columns: 1fr;
    }
    
    .s-g5dkkv {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-d73e9j,
    ._twrbpu {
        flex-direction: column;
        text-align: center;
    }
    
    .s-a2m8eg,
    .x-jor1ii {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .el-gclng6 {
        font-size: 32px;
    }
    
    .js-yp9em1,
    .w7zjtw {
        font-size: 28px;
    }
    
    .m-c35mwz,
    .is-lsqc6s,
    .ui-yt2mkf,
    .nujmfx,
    .csq80e,
    .c-asp7u0,
    .x-icb1am,
    .c-zjz8tk,
    .el-n97lk4,
    .c-xq7i5f,
    .c-x2n9n1,
    .s-a6kuaa {
        grid-template-columns: 1fr;
    }
    
    .s-g5dkkv {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .p5d900,
    .ui-fr7zpq,
    .js-gm7neb {
        flex-direction: column;
    }
    
    .c-r3whz9 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .js-u1n5fq {
        bottom: 20px;
        right: 20px;
    }
    
    ._r6ndk2 {
        display: none;
    }
    
    .el-y3917v {
        padding: 16px;
        border-radius: 50%;
    }
    
    .c-cln9gh {
        grid-template-columns: 1fr;
    }
    
    .x-hd5jc2 {
        grid-template-columns: 1fr;
    }
    
    .is-gr2z5h {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-oagm8m {
        flex-direction: column;
        gap: 8px;
    }
    
    .c-lhpuia {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-hcmnk1,
    .js-u1n5fq,
    .hnhif0,
    .x-ii10s3 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
