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

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

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

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

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

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

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

.is-p61fov {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.m-xwaqhv:hover,
.m-xwaqhv.is-o0nfmw {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.is-jvc40f {
    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-jvc40f:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--primary), 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._c6e8ge {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.s-z3vtat {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-y0097b {
    font-size: 24px;
}

.js-cikrxb {
    position: relative;
}

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

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

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

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

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

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

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

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

.el-s4kmr5 {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.s-gt00c1:hover .el-s4kmr5 img {
    transform: scale(1.1);
}

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

.is-oolt17 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-k4dwmw {
    text-align: center;
}

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

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

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

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

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

.js-hztp20 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.x-j09es0 {
    font-size: 32px;
}

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

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

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

.is-xpd6db {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-i9zp69:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.el-yohban.active .s-snp0gz {
    transform: rotate(45deg);
}

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

.el-yohban.active .s-ndrb82 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.is-qo0z07:hover .ui-wfnxck img {
    transform: scale(1.05);
}

.el-xqgy6p {
    padding: 20px;
}

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

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

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

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

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

.ui-l2jti6 h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.ui-l2jti6 h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-f5vaqb h4,
.el-jukyo7 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.x-f5vaqb ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

.w1les6 {
    font-size: 20px;
}

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

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

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

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

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

.js-jhsay7 .m-tqujvj {
    position: relative;
    z-index: 1;
}

.s-xx6t5y {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

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

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

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

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

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

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

.js-dxtyq5 h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.js-dxtyq5 h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

.s-m03i3f {
    margin: 16px 0 32px;
}

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

.s-m03i3f li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

._ghdx4w {
    margin-bottom: 24px;
}

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

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

.m-p9nb9r {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-ax5ucy li,
.el-l2c5ej li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.c-ax5ucy li:last-child,
.el-l2c5ej li:last-child {
    border-bottom: none;
}

.c-ax5ucy a,
.el-l2c5ej a {
    font-size: 14px;
    color: var(--text-secondary);
}

.c-ax5ucy a:hover,
.el-l2c5ej a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.c-mp181q {
    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-dvw2hs h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .is-p61fov {
        display: none;
    }
    
    ._z3675s {
        display: flex;
    }
    
    .s-jqak5q {
        font-size: 40px;
    }
    
    .s-ke16qc,
    .c-w2kwvd,
    .ui-ma4cz0,
    .is-yd0srm,
    .is-a6ufut,
    .ui-qrejj7,
    .el-a9v7g8,
    .c-kgkyn8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-ffnw94,
    .x-ettodg,
    .js-j052iz,
    .el-u5pn2w {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-jofjgc,
    .is-asq356,
    .s-v10h6a {
        grid-template-columns: 1fr;
    }
    
    .el-q39j15 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-xpd6db,
    .js-jn74hb {
        flex-direction: column;
        text-align: center;
    }
    
    .s-lagok7,
    .x-ydurmx {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .s-jqak5q {
        font-size: 32px;
    }
    
    .giyy35,
    .s-xx6t5y {
        font-size: 28px;
    }
    
    .s-ke16qc,
    .c-w2kwvd,
    .ui-ma4cz0,
    .is-yd0srm,
    .is-a6ufut,
    .is-ffnw94,
    .x-ettodg,
    .js-j052iz,
    .el-u5pn2w,
    .ui-qrejj7,
    .el-a9v7g8,
    .c-kgkyn8 {
        grid-template-columns: 1fr;
    }
    
    .el-q39j15 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-ob78mf,
    .x-kow76x,
    .el-ate91j {
        flex-direction: column;
    }
    
    .el-jomdoz {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .is-gucsk5 {
        bottom: 20px;
        right: 20px;
    }
    
    .c-a65n5v {
        display: none;
    }
    
    ._fzac2a {
        padding: 16px;
        border-radius: 50%;
    }
    
    ._hiu9hb {
        grid-template-columns: 1fr;
    }
    
    .c-d9ajc6 {
        grid-template-columns: 1fr;
    }
    
    ._uj07oa {
        flex-direction: column;
        gap: 12px;
    }
    
    ._rrafwh {
        flex-direction: column;
        gap: 8px;
    }
    
    .el-q4njf5 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .m-m61yzz,
    .is-gucsk5,
    .js-fwxkr8,
    .wz0brs {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
