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

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

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

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

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

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

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

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

.js-e41qwf:hover,
.js-e41qwf.c-ityqr0 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-cjz4xi {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.ui-qfuv86 {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-mpxqw6 {
    position: relative;
}

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

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

.ui-frncle {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

.c-n1mmxw {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.el-vyne0w:hover .c-n1mmxw img {
    transform: scale(1.1);
}

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

.c-lfuh49 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-dxzthd {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.is-xudcua {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-wqwmjn {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._rqbw06:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.m-j8coc9.active ._vxoygt {
    transform: rotate(45deg);
}

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

.m-j8coc9.active .js-n74re5 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.is-f2qrls:hover .nu34a4 img {
    transform: scale(1.05);
}

.m-i3snkj {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-bbjt90 {
    display: flex;
    gap: 16px;
}

._x1qa7k {
    text-align: center;
}

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

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

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

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

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

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

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

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

.c-t84b6g h4,
.el-cj1s5n h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.c-t84b6g ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

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

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

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

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

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

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

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

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

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

.el-r2cp57 {
    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-pxd8mc {
    font-size: 20px;
}

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

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

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

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

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

.ui-k0hc4d ._hbjwgn {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.x-u9oqr2 h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.x-u9oqr2 h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vnf0t0 {
    margin-bottom: 24px;
}

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

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

.js-gol70k {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-krejxf li:last-child,
.js-om18eh li:last-child {
    border-bottom: none;
}

.is-krejxf a,
.js-om18eh a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-krejxf a:hover,
.js-om18eh a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-pusq92 ul {
    margin-bottom: 24px;
}

.x-pusq92 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-abs1ku {
        display: none;
    }
    
    .notuq0 {
        display: flex;
    }
    
    .is-sa3vaj {
        font-size: 40px;
    }
    
    ._qqc4w8,
    .x-bewvbn,
    .js-g63wqa,
    .c-r7qg3l,
    .m-nscblb,
    .x-jnqffn,
    ._xm5k91,
    .ui-z5z3sr {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-tnoxjb,
    .s-wt9l8y,
    .js-ik4zw9,
    .js-ycgrvt {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._i59c28,
    .el-bh74l0,
    .ui-t0a3sx {
        grid-template-columns: 1fr;
    }
    
    .x-s51vwx {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-i2f4lz,
    .el-g0p1o2 {
        flex-direction: column;
        text-align: center;
    }
    
    .el-hk8njo,
    .m-kt9nr8 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .is-sa3vaj {
        font-size: 32px;
    }
    
    .cdqnen,
    .is-ml1cw4 {
        font-size: 28px;
    }
    
    ._qqc4w8,
    .x-bewvbn,
    .js-g63wqa,
    .c-r7qg3l,
    .m-nscblb,
    .is-tnoxjb,
    .s-wt9l8y,
    .js-ik4zw9,
    .js-ycgrvt,
    .x-jnqffn,
    ._xm5k91,
    .ui-z5z3sr {
        grid-template-columns: 1fr;
    }
    
    .x-s51vwx {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-ql42di,
    .c-wejqae,
    .is-bbjt90 {
        flex-direction: column;
    }
    
    ._cybc8l {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .is-ieb9r0 {
        bottom: 20px;
        right: 20px;
    }
    
    ._r4eujp {
        display: none;
    }
    
    .el-r2cp57 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-v74c6s {
        grid-template-columns: 1fr;
    }
    
    .s-k7xqsq {
        grid-template-columns: 1fr;
    }
    
    .tb7pe3 {
        flex-direction: column;
        gap: 12px;
    }
    
    .is-qxotvp {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-k8xzcy {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-uiwecx,
    .is-ieb9r0,
    .n03bgw,
    ._v7986e {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
