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

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

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

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

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

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

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

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

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

.is-pjc2it:hover,
.is-pjc2it.x-l1rt0c {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.m-ioj0fv {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: var(--radius);
    border: none;
    cursor: pointer;
    transition: var(--transition);
}

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

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

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

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

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

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

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

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

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

.s-yexwts {
    width: 100%;
}

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

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

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

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

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

.m-mnpftv {
    max-width: 700px;
}

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

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

.el-kbnh8u {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.u7rgfk {
    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-rqbawf {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-hhq5t3 {
    position: relative;
}

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

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

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

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

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

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

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

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

.ui-e2ic6p {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.gkt3fb:hover .ui-e2ic6p img {
    transform: scale(1.1);
}

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

.pd0mmj {
    padding: 20px;
}

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

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

.el-kuvh13 {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(255, 215, 0, 0.1);
    color: var(--accent);
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

.irtrki {
    text-align: center;
}

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

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

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

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

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

.c-bj5vl4 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-zybmlt {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: none;
    border: none;
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: var(--transition);
}

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

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

.is-lbkley.active .el-k7wzz8 {
    transform: rotate(45deg);
}

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

.is-lbkley.active .x-efecc1 {
    max-height: 500px;
}

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

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

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

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

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

.js-ownfuj {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.ui-v6k5wy:hover .js-ownfuj img {
    transform: scale(1.05);
}

.s-gfkqrz {
    padding: 20px;
}

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

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

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

.x-mpocof {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-wiq6oz img {
    width: 48px;
    height: 48px;
}

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

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

.m-j15jkc h4,
.s-i6edsu h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-z8oaht {
    font-size: 20px;
}

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

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

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

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

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

.is-jdaygy .c-sjfrlr {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.s-balqfs h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.s-balqfs h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lhsp3n {
    margin-bottom: 32px;
}

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

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

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

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

.c-bh41ut p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.m-u1p7tc li,
.ui-c0xqnj li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.m-u1p7tc li:last-child,
.ui-c0xqnj li:last-child {
    border-bottom: none;
}

.m-u1p7tc a,
.ui-c0xqnj a {
    font-size: 14px;
    color: var(--text-secondary);
}

.m-u1p7tc a:hover,
.ui-c0xqnj a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

._sc09p3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-jvflz9 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .m-d18zsg {
        display: none;
    }
    
    .is-q3lf7d {
        display: flex;
    }
    
    ._wnwxta {
        font-size: 40px;
    }
    
    .ui-tfwdpy,
    .is-wuren3,
    .ui-fr2if8,
    .s-dvz9ar,
    .fic1lz,
    .x-k5flb8,
    .el-i1wvq2,
    .x-xfliim {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-gaxvmw,
    .js-p4g2rj,
    .m-dj6bw3,
    .js-nd9cuf {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-r1aemo,
    .s-pqph88,
    .is-tw00c3 {
        grid-template-columns: 1fr;
    }
    
    .el-zvl5am {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-o2p35x,
    .is-vm05vu {
        flex-direction: column;
        text-align: center;
    }
    
    .s-yl1qp7,
    .m-rqgy8n {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._wnwxta {
        font-size: 32px;
    }
    
    .m-ly9kkf,
    .js-gelg2w {
        font-size: 28px;
    }
    
    .ui-tfwdpy,
    .is-wuren3,
    .ui-fr2if8,
    .s-dvz9ar,
    .fic1lz,
    .is-gaxvmw,
    .js-p4g2rj,
    .m-dj6bw3,
    .js-nd9cuf,
    .x-k5flb8,
    .el-i1wvq2,
    .x-xfliim {
        grid-template-columns: 1fr;
    }
    
    .el-zvl5am {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-cyrhk1,
    .x-yxqwb5,
    .lcupic {
        flex-direction: column;
    }
    
    .x-u6jy9h {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .el-hut347 {
        bottom: 20px;
        right: 20px;
    }
    
    .jwpfa0 {
        display: none;
    }
    
    .c-ufraxp {
        padding: 16px;
        border-radius: 50%;
    }
    
    .js-z5n9kr {
        grid-template-columns: 1fr;
    }
    
    .s-mqmx6h {
        grid-template-columns: 1fr;
    }
    
    .m-y0cf1w {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-g0xb03 {
        flex-direction: column;
        gap: 8px;
    }
    
    .eao9be {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    ._rgagku,
    .el-hut347,
    .re1m34,
    .el-b3gftq {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
