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

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

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

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

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

.x-e7rnyo {
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

.is-j9t49n:hover,
.is-j9t49n.el-zf7ecj {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-x3qpc7 {
    background: #fff;
    color: var(--bg-dark);
}

.s-x3qpc7:hover {
    background: var(--accent);
}

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

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

.m-xgwggr {
    padding: 10px 20px;
    font-size: 14px;
}

.x-obam87 {
    width: 100%;
}

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

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

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

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

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

.c-amzl49 {
    max-width: 700px;
}

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

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

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

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

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

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

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

.ui-jzckex {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fh40y4 {
    font-size: 24px;
}

.m-lgn6ho {
    position: relative;
}

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

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

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

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

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

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

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

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

.el-jsza1j {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

._qr6ws7:hover .el-jsza1j img {
    transform: scale(1.1);
}

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

.ui-u3z6vi {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.a30vv4 {
    text-align: center;
}

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

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

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

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

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

.ui-xhxz4y img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.c-aeiono {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-g2y31k:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.el-l03s2c.active .x-y6wecw {
    transform: rotate(45deg);
}

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

.el-l03s2c.active .js-bjohvm {
    max-height: 500px;
}

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

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

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

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

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

.is-w5czmx {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.el-lvt06g:hover .is-w5czmx img {
    transform: scale(1.05);
}

.s-gap267 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-fvnvfa {
    display: flex;
    gap: 16px;
}

.el-kib1nx {
    text-align: center;
}

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

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

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

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

.m-ikgo4t {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.m-ikgo4t img {
    width: 48px;
    height: 48px;
}

.m-ikgo4t span {
    font-size: 20px;
    font-weight: 700;
}

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

.c-beg94x h4,
.el-pyf202 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

._dqxssh {
    display: flex;
    gap: 12px;
}

._dqxssh img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.t1ak0j {
    font-size: 20px;
}

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

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

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

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

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

.jmu8se .is-e6wu3a {
    position: relative;
    z-index: 1;
}

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

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

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

.m-ejpkm3 {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

.x-btgn39 {
    margin: 16px 0 32px;
}

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

.x-btgn39 li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

.c-hecatu {
    margin-bottom: 24px;
}

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

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

._x423w4 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-zdj5hh li,
.s-r3gj0m li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.s-zdj5hh li:last-child,
.s-r3gj0m li:last-child {
    border-bottom: none;
}

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

.s-zdj5hh a:hover,
.s-r3gj0m a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ijyl07 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .x-ptgkx3 {
        display: none;
    }
    
    .c-n84img {
        display: flex;
    }
    
    .js-meig6m {
        font-size: 40px;
    }
    
    .ui-shhiq9,
    .x-s4aw9s,
    .x-iozmf3,
    .is-v9rzwt,
    ._b939a2,
    .js-tmo7z0,
    ._hddm2y,
    .is-ppusms {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-q7uria,
    .m-bouz2q,
    .is-g9ruuo,
    .c-srzmkt {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-eo44ky,
    .c-p9cbsg,
    .c-tnthpk {
        grid-template-columns: 1fr;
    }
    
    .m-qkh34k {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._qgujir,
    .m-kk6bih {
        flex-direction: column;
        text-align: center;
    }
    
    .js-bp9uvl,
    .ui-eszgh4 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .js-meig6m {
        font-size: 32px;
    }
    
    .ui-jzckex,
    .jbfq2f {
        font-size: 28px;
    }
    
    .ui-shhiq9,
    .x-s4aw9s,
    .x-iozmf3,
    .is-v9rzwt,
    ._b939a2,
    .c-q7uria,
    .m-bouz2q,
    .is-g9ruuo,
    .c-srzmkt,
    .js-tmo7z0,
    ._hddm2y,
    .is-ppusms {
        grid-template-columns: 1fr;
    }
    
    .m-qkh34k {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    ._mvo81o,
    .c-xzbrd1,
    .m-fvnvfa {
        flex-direction: column;
    }
    
    .is-fiq4wt {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .x-flc1m3 {
        bottom: 20px;
        right: 20px;
    }
    
    .is-hknix0 {
        display: none;
    }
    
    .x-yk2dbl {
        padding: 16px;
        border-radius: 50%;
    }
    
    .c-i6qhfj {
        grid-template-columns: 1fr;
    }
    
    .el-n8sehf {
        grid-template-columns: 1fr;
    }
    
    .m-ejpkm3 {
        flex-direction: column;
        gap: 12px;
    }
    
    .c-mpdu0g {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-be40kj {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .c-wt2u1r,
    .x-flc1m3,
    .x-ffhb2x,
    .js-sp43pm {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
