/* ========================================
   {{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 */
.s-muxaym {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

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

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

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

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

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

.s-y8qafh:hover,
.s-y8qafh.x-uqhzbu {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.is-fl47tp {
    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-fl47tp:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--primary), 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-bd36q1 {
    padding: 10px 20px;
    font-size: 14px;
}

.is-jvzorm {
    width: 100%;
}

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

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

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

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

.aw1fxl {
    max-width: 700px;
}

.c-n3l3qs {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #fff 0%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-ur5d1y {
    font-size: 24px;
}

.el-bby90g {
    position: relative;
}

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

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

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

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

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

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

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

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

.ui-qt5hyr {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.m-hw15hd:hover .ui-qt5hyr img {
    transform: scale(1.1);
}

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

.fmgf9m {
    padding: 20px;
}

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

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

.ui-cy1vcc {
    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
   ======================================== */
.h6cek8 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-fq1kto {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

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

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

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

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

.x-qiufeb {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

.el-yccaz1 h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-bo428y:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.s-uvh8sq.active .el-zydad0 {
    transform: rotate(45deg);
}

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

.s-uvh8sq.active .x-zk6uzp {
    max-height: 500px;
}

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

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

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

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

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

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

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

._mhxkt6:hover .el-vkdkcj img {
    transform: scale(1.05);
}

.s-kuhp2w {
    padding: 20px;
}

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

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

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

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

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

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

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

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

.x-mi1zpr {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

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

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

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

.m-ep5z7h {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

.c-chagne img {
    width: 48px;
    height: 48px;
}

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

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

.s-nik76s h4,
.is-nnwr19 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.js-gpb2gi {
    display: flex;
    gap: 12px;
}

.js-gpb2gi img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.el-y0t8jo {
    font-size: 20px;
}

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

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

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

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

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

.umappv .s-muxaym {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-ok7lmh {
    margin-bottom: 24px;
}

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

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

.js-zkezy4 {
    margin-bottom: 32px;
}

.js-zkezy4 img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

.el-cyy6zk p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

._tqoncc li:last-child,
.js-htkaxa li:last-child {
    border-bottom: none;
}

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

._tqoncc a:hover,
.js-htkaxa a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.m-n89ulh h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-qx899j ul {
    margin-bottom: 24px;
}

.js-qx899j 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-t222zk {
        display: none;
    }
    
    .m-u05pj3 {
        display: flex;
    }
    
    .c-n3l3qs {
        font-size: 40px;
    }
    
    .js-xosnd4,
    .um9xpb,
    .el-v91b72,
    .m-r2o5gl,
    .el-z4u6ms,
    .c-f1czh0,
    ._pwdpnj,
    ._owdgej {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-f295vi,
    .m-fl8eyl,
    .is-tqpiy8,
    .js-dzrgn3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-ba7ozf,
    .el-nn178w,
    .js-d0b76v {
        grid-template-columns: 1fr;
    }
    
    .ibwgdu {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-qiufeb,
    .x-xuyx4b {
        flex-direction: column;
        text-align: center;
    }
    
    ._v09c0j,
    .ui-fq1kto {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-n3l3qs {
        font-size: 32px;
    }
    
    .js-ta29qc,
    .el-ghxibl {
        font-size: 28px;
    }
    
    .js-xosnd4,
    .um9xpb,
    .el-v91b72,
    .m-r2o5gl,
    .el-z4u6ms,
    .is-f295vi,
    .m-fl8eyl,
    .is-tqpiy8,
    .js-dzrgn3,
    .c-f1czh0,
    ._pwdpnj,
    ._owdgej {
        grid-template-columns: 1fr;
    }
    
    .ibwgdu {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .x-ia25gu,
    .x-mi1zpr,
    .ui-cxp5e0 {
        flex-direction: column;
    }
    
    .js-rvg02t {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .c-qqw4wq {
        bottom: 20px;
        right: 20px;
    }
    
    ._avceug {
        display: none;
    }
    
    .yv53fy {
        padding: 16px;
        border-radius: 50%;
    }
    
    .js-ygq6uu {
        grid-template-columns: 1fr;
    }
    
    .ui-lysl01 {
        grid-template-columns: 1fr;
    }
    
    .ui-eyzcmc {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-fz9p30 {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-kp8gww {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .ui-ludn1h,
    .c-qqw4wq,
    .el-y3wp82,
    .is-mykk6b {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
