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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-owlhsy {
    width: 100%;
}

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

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

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

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

.is-bdur57 {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-ffffsy {
    font-size: 24px;
}

.x-klt8a0 {
    position: relative;
}

.x-klt8a0 img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

.is-upstiv {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.m-p6dy1k:hover .is-upstiv img {
    transform: scale(1.1);
}

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

.c-i2e80a {
    padding: 20px;
}

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

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

.c-v0ypsw {
    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
   ======================================== */
.js-mq72g7 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-mx3s0l {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-p7mohr h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

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

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

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

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

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

.c-rdzehw:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.ui-i694hl.active .c-n6faai {
    transform: rotate(45deg);
}

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

.ui-i694hl.active .is-ncfznq {
    max-height: 500px;
}

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

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

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

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

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

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

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

.x-elzj87:hover .is-d2k0d2 img {
    transform: scale(1.05);
}

.m-i91b4g {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nf769w img {
    width: 48px;
    height: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tcwglz {
    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-m3ot8n {
    font-size: 20px;
}

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

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

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

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

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

.el-c1e6ue .el-ar99lz {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.ui-nigwho h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.ui-nigwho h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

.ui-ptrvoc {
    margin: 16px 0 32px;
}

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

.ui-ptrvoc li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-dtdofy {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-q8k01s li:last-child,
.is-q9ivpj li:last-child {
    border-bottom: none;
}

.el-q8k01s a,
.is-q9ivpj a {
    font-size: 14px;
    color: var(--text-secondary);
}

.el-q8k01s a:hover,
.is-q9ivpj a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .js-jdhg94 {
        display: none;
    }
    
    .c-mhcmtw {
        display: flex;
    }
    
    .c-p9ib8h {
        font-size: 40px;
    }
    
    .js-p05s1m,
    .c-e6m3e8,
    .is-efdwvf,
    .m-wl8lq0,
    .g32pdt,
    ._at4sqc,
    .is-z61ika,
    .el-mr503f {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-aaqj4i,
    .m-fdus2m,
    .x-wbggcc,
    .el-pt4oao {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-jtbr7z,
    .m-tna0i8,
    .el-dt50a1 {
        grid-template-columns: 1fr;
    }
    
    ._lwn384 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-eq7zau,
    ._za7cxl {
        flex-direction: column;
        text-align: center;
    }
    
    .js-toke03,
    .x-x8tso6 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-p9ib8h {
        font-size: 32px;
    }
    
    .sixwgv,
    .m-gm0o9m {
        font-size: 28px;
    }
    
    .js-p05s1m,
    .c-e6m3e8,
    .is-efdwvf,
    .m-wl8lq0,
    .g32pdt,
    .js-aaqj4i,
    .m-fdus2m,
    .x-wbggcc,
    .el-pt4oao,
    ._at4sqc,
    .is-z61ika,
    .el-mr503f {
        grid-template-columns: 1fr;
    }
    
    ._lwn384 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .el-byw2z2,
    ._ba5bx4,
    .m-j49am8 {
        flex-direction: column;
    }
    
    .ui-g8cvfb {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .x-dyxhka {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-q6gfdq {
        display: none;
    }
    
    .tcwglz {
        padding: 16px;
        border-radius: 50%;
    }
    
    .js-h826td {
        grid-template-columns: 1fr;
    }
    
    .m-onedcm {
        grid-template-columns: 1fr;
    }
    
    .js-sm12nm {
        flex-direction: column;
        gap: 12px;
    }
    
    .bie5ju {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-ku9ocv {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .c-p7eklk,
    .x-dyxhka,
    .c-dz1ar5,
    .x-bj9f09 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
