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

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

/* ========================================
   Header & Navigation
   ======================================== */
.c-flkt1x {
    background: rgba(10, 10, 26, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border-color);
}

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

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

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

.s-fbxgaj {
    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-vq2373 {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.p6yoy0:hover,
.p6yoy0.ui-r9bvjt {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-trlk7v {
    width: 100%;
}

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

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

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

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

.ui-js4aj7 {
    max-width: 700px;
}

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

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

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

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

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

.c-txufx6 {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-bm7cdx {
    font-size: 24px;
}

.nlak2p {
    position: relative;
}

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

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

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

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

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

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

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

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

.m-oav53t {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.c-xznn58:hover .m-oav53t img {
    transform: scale(1.1);
}

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

.s-ivr0oe {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

._k824e8 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.s-qz0l3p {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-gfsc8f {
    text-align: center;
}

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

.c-gfsc8f h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

.is-gscqxy:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.x-t0lhzy.active .is-xy0txj {
    transform: rotate(45deg);
}

.ui-wimk7v {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.x-t0lhzy.active .ui-wimk7v {
    max-height: 500px;
}

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

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

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

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

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

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

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

.s-l7cph5:hover ._y2bw4e img {
    transform: scale(1.05);
}

.x-mz3r0u {
    padding: 20px;
}

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

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

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

.el-vzw98v {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

.c-fxpsch h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-r3ik9d h4,
.ui-v5zsi3 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.el-y35pyj {
    display: flex;
    gap: 12px;
}

.el-y35pyj img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.ui-jom44q {
    font-size: 20px;
}

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

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

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

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

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

.el-l3rt76 .m-vcep7r {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.is-g5lp8w h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.is-g5lp8w h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-fuy7ff {
    margin-bottom: 24px;
}

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

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

.s-olb57x {
    margin-bottom: 32px;
}

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

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

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

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

.x-pt88g7 p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-xad08z li:last-child,
.js-ee6ac2 li:last-child {
    border-bottom: none;
}

.s-xad08z a,
.js-ee6ac2 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.s-xad08z a:hover,
.js-ee6ac2 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.x-h7n9g7 {
    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-olil3o h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-zlegtc 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-vq2373 {
        display: none;
    }
    
    .c-iep4av {
        display: flex;
    }
    
    .c-yhvtcz {
        font-size: 40px;
    }
    
    .x-x8v4c8,
    .is-u09dj4,
    .s-h9578l,
    .x-auhn4t,
    .is-da4a0h,
    .c-nbk4ae,
    .js-d21e5a,
    .c-jzyllw {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-n65ea0,
    .m-l52u9u,
    .s-kiviuk,
    .x-nfj1l1 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-vi11dx,
    .s-id76t0,
    ._h76iro {
        grid-template-columns: 1fr;
    }
    
    .x-zuwswh {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-vfadx3,
    .yb1da4 {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-kv4psy,
    .c-s0cbgv {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-yhvtcz {
        font-size: 32px;
    }
    
    .m-vhvyuv,
    .is-y643jx {
        font-size: 28px;
    }
    
    .x-x8v4c8,
    .is-u09dj4,
    .s-h9578l,
    .x-auhn4t,
    .is-da4a0h,
    .x-n65ea0,
    .m-l52u9u,
    .s-kiviuk,
    .x-nfj1l1,
    .c-nbk4ae,
    .js-d21e5a,
    .c-jzyllw {
        grid-template-columns: 1fr;
    }
    
    .x-zuwswh {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-ub04hm,
    .s-h4oo1v,
    ._ipk4nk {
        flex-direction: column;
    }
    
    .s-czznut {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .x-t264n1 {
        bottom: 20px;
        right: 20px;
    }
    
    .s-jrsfn3 {
        display: none;
    }
    
    .s-aaayx5 {
        padding: 16px;
        border-radius: 50%;
    }
    
    ._fsapkg {
        grid-template-columns: 1fr;
    }
    
    .is-p4fnq7 {
        grid-template-columns: 1fr;
    }
    
    .yyd4uq {
        flex-direction: column;
        gap: 12px;
    }
    
    .hf19sd {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-wdvu40 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .c-flkt1x,
    .x-t264n1,
    .s-xxnxn7,
    .x-lrqiq4 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
