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

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

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

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

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

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

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

ul, ol {
    list-style: none;
}

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

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

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

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

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

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

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

.js-i7ecqn:hover,
.js-i7ecqn.x-u1ehb3 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.khonmb {
    width: 100%;
}

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

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

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

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

.s-bc38ct {
    max-width: 700px;
}

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

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

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

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

.m-qahrai {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.b0be00 {
    font-size: 24px;
}

.x0um43 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.m-wkloch:hover .m-rjlnac img {
    transform: scale(1.1);
}

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

.c-j4v5xc {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

.js-gtnfz3 {
    font-size: 36px;
    margin-bottom: 16px;
}

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

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

._qnul1w {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.znvzus {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-n8fnre.active .ui-b17xcj {
    transform: rotate(45deg);
}

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

.el-n8fnre.active .ui-ow7i1i {
    max-height: 500px;
}

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

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

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

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

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

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

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

.m-xo24vg:hover .m-eebz6m img {
    transform: scale(1.05);
}

.js-iukq8t {
    padding: 20px;
}

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

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

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

.m-cj7kun {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

.js-sjupyl {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

.s-gcw2g4 img {
    width: 48px;
    height: 48px;
}

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

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

.js-rspzls h4,
.s-rsw7ip h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.cohxth {
    font-size: 20px;
}

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

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

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

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

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

.m-uip4pu .is-d2hjpu {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-n0czug {
    margin: 16px 0 32px;
}

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

.c-n0czug li strong {
    color: var(--text-primary);
}

.c-mhk162 {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pczelh {
    margin-bottom: 32px;
}

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

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

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

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

.js-kazsju p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-vpzdyx li:last-child,
.js-bukz51 li:last-child {
    border-bottom: none;
}

.ui-vpzdyx a,
.js-bukz51 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.ui-vpzdyx a:hover,
.js-bukz51 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-xam3wu ul {
    margin-bottom: 24px;
}

.m-xam3wu 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-t32jon {
        display: none;
    }
    
    .s-fcskoj {
        display: flex;
    }
    
    ._sss7hc {
        font-size: 40px;
    }
    
    .el-v5sd55,
    .ui-scdh5u,
    .jzjdmd,
    .xqhzma,
    .irl8ke,
    .ui-sa9z2t,
    .s-ghs9oy,
    .el-ftiiu0 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._brxpch,
    .el-waxi0q,
    ._hg2dk4,
    .m-h9lis4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-gtwanr,
    .ui-vokudr,
    .m-dtyc7j {
        grid-template-columns: 1fr;
    }
    
    .c-kbha05 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-qe6yj7,
    .ui-hhcv1c {
        flex-direction: column;
        text-align: center;
    }
    
    .m-zzuvq4,
    .x-otw41k {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._sss7hc {
        font-size: 32px;
    }
    
    .el-j8zteg,
    .el-lm8uyj {
        font-size: 28px;
    }
    
    .el-v5sd55,
    .ui-scdh5u,
    .jzjdmd,
    .xqhzma,
    .irl8ke,
    ._brxpch,
    .el-waxi0q,
    ._hg2dk4,
    .m-h9lis4,
    .ui-sa9z2t,
    .s-ghs9oy,
    .el-ftiiu0 {
        grid-template-columns: 1fr;
    }
    
    .c-kbha05 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-sigxhp,
    ._z6zyql,
    .c-tyaazn {
        flex-direction: column;
    }
    
    ._yvbsfv {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .x-pbaocw {
        bottom: 20px;
        right: 20px;
    }
    
    .x-wyvaz2 {
        display: none;
    }
    
    .x-o4h8rr {
        padding: 16px;
        border-radius: 50%;
    }
    
    .c-r8fqp0 {
        grid-template-columns: 1fr;
    }
    
    .s-qxk0sz {
        grid-template-columns: 1fr;
    }
    
    .m-iw11m6 {
        flex-direction: column;
        gap: 12px;
    }
    
    .x-gquzz0 {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-eve9qz {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .m-n465ln,
    .x-pbaocw,
    .s-vhb7oy,
    .x-pwcqfy {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
