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

/* CSS Variables */
:root {
    --primary: #26C6DA;
    --primary-dark: {{primary_color_dark}};
    --secondary: #1565C0;
    --accent: #ffd700;
    --bg-dark: #0a0a1a;
    --bg-card: #12122a;
    --bg-light: #1a1a3a;
    --text-primary: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.7);
    --text-muted: rgba(255, 255, 255, 0.5);
    --border-color: rgba(255, 255, 255, 0.1);
    --shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    --radius: 12px;
    --radius-sm: 8px;
    --transition: all 0.3s ease;
}

/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    background: var(--bg-dark);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    list-style: none;
}

/* Container */
.g2b4qh {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

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

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

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

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

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

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

.s-y1azfq:hover,
.s-y1azfq._m8dr55 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-un95bk {
    width: 100%;
}

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

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

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

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

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

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

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

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

.c-pj2imm {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

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

.is-rqyxtz {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-z7l0dz {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.is-cur7qj:hover .is-dg8vbt img {
    transform: scale(1.1);
}

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

.ui-oyuq24 {
    padding: 20px;
}

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

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

.is-cqyr9l {
    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-d1dn3e {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._y4aepa {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-e3iv2s.active .is-o0snol {
    transform: rotate(45deg);
}

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

.x-e3iv2s.active .el-t03976 {
    max-height: 500px;
}

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

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

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

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

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

.m-h2h1j3 {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.js-iyunji:hover .m-h2h1j3 img {
    transform: scale(1.05);
}

.js-mujla3 {
    padding: 20px;
}

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

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

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

.is-mexgym {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-xxi837 {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

.is-rxjwy3 h4,
.x9122i h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.c-h0h78z {
    display: flex;
    gap: 12px;
}

.c-h0h78z img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.el-k347dh {
    font-size: 20px;
}

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

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

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

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

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

.is-oac60k .g2b4qh {
    position: relative;
    z-index: 1;
}

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

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

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

.ui-viuni0 {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-fiwtxj {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ezlvba li:last-child,
.js-s2gdg3 li:last-child {
    border-bottom: none;
}

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

.ezlvba a:hover,
.js-s2gdg3 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .s-gt0glr {
        display: none;
    }
    
    ._wxg32f {
        display: flex;
    }
    
    .ui-y29bkp {
        font-size: 40px;
    }
    
    .c-w7ofm9,
    .el-pq33st,
    .m-ixr8mg,
    .fo6bew,
    .ui-jr50o0,
    .is1i5z,
    .el-embk4l,
    .is-wn3zxo {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-pznr2n,
    ._hcdxgb,
    .c-wbqh3w,
    .or8q8k {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-zan6nr,
    .ui-mz9jaa,
    .ui-aivk2l {
        grid-template-columns: 1fr;
    }
    
    .c-b76x19 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-sv7do1,
    .x-p81mvd {
        flex-direction: column;
        text-align: center;
    }
    
    .s-cbc2qf,
    .pwhcqg {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-y29bkp {
        font-size: 32px;
    }
    
    .js-zmrp75,
    .x-f672dq {
        font-size: 28px;
    }
    
    .c-w7ofm9,
    .el-pq33st,
    .m-ixr8mg,
    .fo6bew,
    .ui-jr50o0,
    .c-pznr2n,
    ._hcdxgb,
    .c-wbqh3w,
    .or8q8k,
    .is1i5z,
    .el-embk4l,
    .is-wn3zxo {
        grid-template-columns: 1fr;
    }
    
    .c-b76x19 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-abfd7o,
    .c-rxtqsp,
    .s-xxi837 {
        flex-direction: column;
    }
    
    .m-w6r150 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .c-z4q99z {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-uw0sn0 {
        display: none;
    }
    
    .js-e47e0b {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-eyx4di {
        grid-template-columns: 1fr;
    }
    
    .fag140 {
        grid-template-columns: 1fr;
    }
    
    .ui-viuni0 {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-n9kqfy {
        flex-direction: column;
        gap: 8px;
    }
    
    .s-jftn03 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .c-poh1cd,
    .c-z4q99z,
    .is-jpu518,
    .is-ixdqh7 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
