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

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

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

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

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

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

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

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

.is-k1v1m3:hover,
.is-k1v1m3._dmg2v2 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.el-xvjgyp {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    font-weight: 600;
    border-radius: var(--radius);
    box-shadow: 0 4px 15px rgba(var(--primary), 0.4);
    transition: var(--transition);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-z03yhu {
    width: 100%;
}

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

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

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

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

._iu57vb {
    max-width: 700px;
}

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

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

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

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

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

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

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

.m-yqct0y {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dfvgzo {
    font-size: 24px;
}

.m-abte2s {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.c-l1p7ix:hover .x-yvt947 img {
    transform: scale(1.1);
}

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

.js-ohqy0c {
    padding: 20px;
}

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

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

.s-qco5pt {
    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
   ======================================== */
.el-wmgkpq {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-z0hw5r {
    display: flex;
    align-items: center;
    gap: 16px;
}

.m-h47vtr {
    font-size: 32px;
}

.x-z0hw5r h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-dwvir9:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.is-r63nll.active ._jf8j4s {
    transform: rotate(45deg);
}

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

.is-r63nll.active .m-pjj60v {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-sl6ujf:hover .ui-md3sht img {
    transform: scale(1.05);
}

.x-oukznm {
    padding: 20px;
}

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

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

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

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

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

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

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

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

.m-gc9vav {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

.js-nu0bjj h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

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

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

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

.sz6dfi {
    text-align: center;
}

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

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

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

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

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

.el-zaikjo img {
    width: 48px;
    height: 48px;
}

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

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

.js-zrdqah h4,
.c-g6hs9d h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.s-l6cnm5 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    animation: pulse 2s infinite;
}

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

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

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

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

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

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

.is-gop7mv .js-eksffr {
    position: relative;
    z-index: 1;
}

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

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

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

.c-cco92q {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

.x-duzzdn h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.x-duzzdn h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

.s-y8u2du {
    margin: 16px 0 32px;
}

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

.s-y8u2du li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

.m-eob3ou {
    margin-bottom: 24px;
}

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

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

.el-nniyia {
    margin-bottom: 32px;
}

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

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

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

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

.ui-mrapck p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.is-hmrine li,
.m-trepj0 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.is-hmrine li:last-child,
.m-trepj0 li:last-child {
    border-bottom: none;
}

.is-hmrine a,
.m-trepj0 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-hmrine a:hover,
.m-trepj0 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.m-hmv5rw {
    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-s6oa1e h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-hbbfit h3 {
    font-size: 16px;
    padding: 16px 16px 4px;
}

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .el-nqu9zq {
        display: none;
    }
    
    .c-hjj0ib {
        display: flex;
    }
    
    .ui-u1l0ju {
        font-size: 40px;
    }
    
    .el-q6b90t,
    .js-wufq59,
    .m-pqc1fs,
    .x-v8ws8k,
    .is-x17wzl,
    .m-r0fzdz,
    .js-m6tpc0,
    .x-i13n28 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._qvtzfj,
    .is-q20uon,
    .js-wd0u5f,
    .x-c85rlm {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .nhppf7,
    ._vz9jts,
    .y800by {
        grid-template-columns: 1fr;
    }
    
    .ui-xbz5zt {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .vclhk4,
    .is-ouj0zm {
        flex-direction: column;
        text-align: center;
    }
    
    .s-gr9h9q,
    .el-o3xkaf {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-u1l0ju {
        font-size: 32px;
    }
    
    .m-yqct0y,
    .m-ygk787 {
        font-size: 28px;
    }
    
    .el-q6b90t,
    .js-wufq59,
    .m-pqc1fs,
    .x-v8ws8k,
    .is-x17wzl,
    ._qvtzfj,
    .is-q20uon,
    .js-wd0u5f,
    .x-c85rlm,
    .m-r0fzdz,
    .js-m6tpc0,
    .x-i13n28 {
        grid-template-columns: 1fr;
    }
    
    .ui-xbz5zt {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-ps8shp,
    .m-gc9vav,
    .atuzdg {
        flex-direction: column;
    }
    
    ._uxe6ah {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .c-ezrq7b {
        bottom: 20px;
        right: 20px;
    }
    
    .x-g3cgyq {
        display: none;
    }
    
    .s-l6cnm5 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .is-y1d0du {
        grid-template-columns: 1fr;
    }
    
    .js-li3ei8 {
        grid-template-columns: 1fr;
    }
    
    .c-cco92q {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-uqprwq {
        flex-direction: column;
        gap: 8px;
    }
    
    ._nt83nz {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    ._kkjmym,
    .c-ezrq7b,
    .ui-v78gdi,
    .el-fysta8 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
