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

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

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

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

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

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

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

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

.js-p1sh8h:hover,
.js-p1sh8h.chstuc {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-rct6bv {
    width: 100%;
}

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

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

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

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

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

.kzov31 {
    max-width: 700px;
}

.c-e3ry09 {
    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-ji78dk {
    font-size: 20px;
    color: var(--text-secondary);
    margin-bottom: 32px;
    line-height: 1.7;
}

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

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

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

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

.js-vl8gdx {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(var(--primary), 0.1);
    color: var(--primary);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

.s-nt56pr {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-rvzm2b {
    font-size: 24px;
}

.el-l1ju4i {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.el-ycwkyw:hover .m-bcnqzk img {
    transform: scale(1.1);
}

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

.c-urlpvp {
    padding: 20px;
}

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

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

.c-ylr4jj {
    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-qxgkqy {
    background: var(--bg-dark);
}

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

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

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

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

.c-cwmcb2 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

.js-uudts2 {
    text-align: center;
}

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

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

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

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

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

.s-ucnj59 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

.s-ucnj59 h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

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

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

.is-yj3geo {
    display: flex;
    align-items: center;
    gap: 16px;
}

.r33p9u {
    font-size: 32px;
}

.is-yj3geo h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

.ui-coxdrs {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-v3658h a {
    color: var(--primary);
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-cqhhf5:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.js-q3sagc.active .c-uy0hwe {
    transform: rotate(45deg);
}

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

.js-q3sagc.active .c-j9chc9 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-onx1se:hover .x-j5tu5j img {
    transform: scale(1.05);
}

.is-fxr22h {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hh09kh {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

.is-gx13hd img {
    width: 48px;
    height: 48px;
}

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

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

.zung9o h4,
.el-tvbbde h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.el-ipgv6q {
    display: flex;
    gap: 12px;
}

.el-ipgv6q img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.c-zx82x1 {
    font-size: 20px;
}

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

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

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

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

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

._cv5vb2 ._bmyzkk {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dcvd5e {
    margin-bottom: 24px;
}

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

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

.lw9ntp {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-l98eaw li,
.zi8agf li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.el-l98eaw li:last-child,
.zi8agf li:last-child {
    border-bottom: none;
}

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

.el-l98eaw a:hover,
.zi8agf a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .tb0ed8 {
        display: none;
    }
    
    .m-mhlwul {
        display: flex;
    }
    
    .c-e3ry09 {
        font-size: 40px;
    }
    
    ._lp9x0x,
    .c-jswjyi,
    .js-cj468b,
    .ui-fe4l55,
    .x-wlyqq2,
    .x-s3jeir,
    ._cyqgdj,
    .eoockf {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-jfmkzy,
    .is-lshw9q,
    ._uxefra,
    .c-pkzx2v {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-mtb4xp,
    .ui-ti2hov,
    .s-c3kou1 {
        grid-template-columns: 1fr;
    }
    
    .s-i6vk6d {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-coxdrs,
    .c4uyyd {
        flex-direction: column;
        text-align: center;
    }
    
    .el-wlxtst,
    .dnawy5 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-e3ry09 {
        font-size: 32px;
    }
    
    .s-nt56pr,
    .el-n6izt5 {
        font-size: 28px;
    }
    
    ._lp9x0x,
    .c-jswjyi,
    .js-cj468b,
    .ui-fe4l55,
    .x-wlyqq2,
    .js-jfmkzy,
    .is-lshw9q,
    ._uxefra,
    .c-pkzx2v,
    .x-s3jeir,
    ._cyqgdj,
    .eoockf {
        grid-template-columns: 1fr;
    }
    
    .s-i6vk6d {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .gl9it6,
    .ui-ae9d2y,
    .hh09kh {
        flex-direction: column;
    }
    
    .m-kxhnfa {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .el-ro5jio {
        bottom: 20px;
        right: 20px;
    }
    
    ._z560x2 {
        display: none;
    }
    
    ._i8nzox {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-lx3yih {
        grid-template-columns: 1fr;
    }
    
    .is-x3k4tf {
        grid-template-columns: 1fr;
    }
    
    .el-jcwgxp {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-sht9zf {
        flex-direction: column;
        gap: 8px;
    }
    
    .xjzuo5 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .m-jends9,
    .el-ro5jio,
    ._m1h0dk,
    .qrinxz {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
