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

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

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

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

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

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

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

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

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

.s-qfeqh0:hover,
.s-qfeqh0.m-ddg7g8 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-a7d75z {
    width: 100%;
}

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

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

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

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

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

.x-ezxnwk {
    max-width: 700px;
}

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

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

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

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

._hdnyl1 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========================================
   Section Styles
   ======================================== */
section {
    padding: 80px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-srfbmg {
    position: relative;
}

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

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

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

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

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

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

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

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

.c-ua01rs {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.is-uoudeg:hover .c-ua01rs img {
    transform: scale(1.1);
}

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

.m-h6az3i {
    padding: 20px;
}

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

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

.el-td0a0v {
    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
   ======================================== */
.c-quwegv {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ej4wfw img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

.js-g9hwyu {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ui-vcab1o {
    font-size: 32px;
}

.js-g9hwyu h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._lbu5z4 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-a680bj:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.vfihxa.active .el-ruhsz5 {
    transform: rotate(45deg);
}

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

.vfihxa.active .f46fbu {
    max-height: 500px;
}

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

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

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

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

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

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

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

.m-tvisk9:hover .ui-ge5fk3 img {
    transform: scale(1.05);
}

.ui-s6fzz5 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.m-e1krt1 h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ab1kei h4,
.js-uwbweh h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.x-wf51av {
    display: flex;
    gap: 12px;
}

.x-wf51av img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.js-reay5j {
    font-size: 20px;
}

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

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

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

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

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

.js-g3a2cp ._bora0i {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-ol4keg {
    margin: 16px 0 32px;
}

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

.m-ol4keg li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

.ui-d7jea6 {
    margin-bottom: 24px;
}

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

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

.x-vb2hkh {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-ydg59x li:last-child,
._reu2py li:last-child {
    border-bottom: none;
}

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

.js-ydg59x a:hover,
._reu2py a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.el-b1u2uk h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-oikjbb h3 {
    font-size: 16px;
    padding: 16px 16px 4px;
}

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .e5u9ze {
        display: none;
    }
    
    .el-trxlu9 {
        display: flex;
    }
    
    .zd644n {
        font-size: 40px;
    }
    
    .js-e96xxk,
    .s-pze17t,
    .m-hs3b7x,
    .is-arb9zt,
    .el-jjp6mj,
    .js-mjruhs,
    .c-zo5owk,
    .el-rldwog {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-au7eru,
    .s-s8l5b9,
    .js-qvwxat,
    .js-t57yp5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-nl7wrg,
    .ui-c3hc42,
    .m-os7cku {
        grid-template-columns: 1fr;
    }
    
    .el-gnd1o2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-bse40y,
    .c-d8r61b {
        flex-direction: column;
        text-align: center;
    }
    
    .c-cki1m3,
    .x-bwasge {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .zd644n {
        font-size: 32px;
    }
    
    .s-yfnpb8,
    .x-c572e1 {
        font-size: 28px;
    }
    
    .js-e96xxk,
    .s-pze17t,
    .m-hs3b7x,
    .is-arb9zt,
    .el-jjp6mj,
    .js-au7eru,
    .s-s8l5b9,
    .js-qvwxat,
    .js-t57yp5,
    .js-mjruhs,
    .c-zo5owk,
    .el-rldwog {
        grid-template-columns: 1fr;
    }
    
    .el-gnd1o2 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s2esva,
    .c-ve60rk,
    .ui-iemjos {
        flex-direction: column;
    }
    
    .m-n6ucqs {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .r5qz1r {
        bottom: 20px;
        right: 20px;
    }
    
    .js-qht7j8 {
        display: none;
    }
    
    .x-k3sl11 {
        padding: 16px;
        border-radius: 50%;
    }
    
    ._bolakj {
        grid-template-columns: 1fr;
    }
    
    .ui-iinzgj {
        grid-template-columns: 1fr;
    }
    
    .js-i2mljz {
        flex-direction: column;
        gap: 12px;
    }
    
    .s-nr8md5 {
        flex-direction: column;
        gap: 8px;
    }
    
    .s-ikc109 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .c-s961l8,
    .r5qz1r,
    .c-c795ua,
    .is-lzb7xh {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
