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

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

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

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

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

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

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

.js-n159ef {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.s-vy9wp7:hover,
.s-vy9wp7.m-xwnd2s {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.xhb8oq {
    width: 100%;
}

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

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

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

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

.x-cepi62 {
    max-width: 700px;
}

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

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

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

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

.m-sk3r2c {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========================================
   Section Styles
   ======================================== */
section {
    padding: 80px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-mjaspa {
    font-size: 24px;
}

.ui-dird6r {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.t39mvy:hover .c-dibb7q img {
    transform: scale(1.1);
}

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

.m-btgjhz {
    padding: 20px;
}

.m-btgjhz h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

.ui-nyke54 {
    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-vxnt7f {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.igh8bf {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-it4h4w {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-d0zxu4 h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

.m-aajz5v:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.x-u1m5dy.active ._jwzxa9 {
    transform: rotate(45deg);
}

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

.x-u1m5dy.active .x-l96utf {
    max-height: 500px;
}

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

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

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

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

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

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

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

.ui-gwgr2q:hover .is-cgdfr1 img {
    transform: scale(1.05);
}

._sl21yt {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-ipe9ro {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

.ui-o9zeey {
    display: flex;
    gap: 16px;
}

.nbs9z6 {
    text-align: center;
}

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

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

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

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

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

.is-rhtigj img {
    width: 48px;
    height: 48px;
}

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

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

.js-ug0yau h4,
.ui-qvnunb h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.ui-sprm7h {
    display: flex;
    gap: 12px;
}

.ui-sprm7h img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

._lcqug8 {
    font-size: 20px;
}

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

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

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

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

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

._ind0r8 .el-djfh9v {
    position: relative;
    z-index: 1;
}

.js-ynrcdp {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

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

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

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

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

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

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

.m-k2v96v h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.m-k2v96v h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

.is-xml9qw {
    margin: 16px 0 32px;
}

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

.is-xml9qw li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

.m-z6y9x5 {
    margin-bottom: 24px;
}

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

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

.pgg6a0 {
    margin-bottom: 32px;
}

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

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

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

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

.c-fbqa9d p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-uly03h li:last-child,
.js-oahogz li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .js-n159ef {
        display: none;
    }
    
    .m-tgu22p {
        display: flex;
    }
    
    ._o79h7h {
        font-size: 40px;
    }
    
    .x-ni49mr,
    .ui-chj1x6,
    .mjjz48,
    ._m0hjce,
    .el-xbo84s,
    .m-k2yu2s,
    ._cbmf4g,
    .x-jaekhs {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-flxpgw,
    .m-jx9j7g,
    ._lsc3v9,
    .ui-sp658w {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-h4eekl,
    .c-nqq5i7,
    .m-fzqqyo {
        grid-template-columns: 1fr;
    }
    
    .ui-huhtsr {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-it4h4w,
    .c-aljdqq {
        flex-direction: column;
        text-align: center;
    }
    
    .ujcyhx,
    .x-mndx9q {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._o79h7h {
        font-size: 32px;
    }
    
    .c-wk81ec,
    .js-ynrcdp {
        font-size: 28px;
    }
    
    .x-ni49mr,
    .ui-chj1x6,
    .mjjz48,
    ._m0hjce,
    .el-xbo84s,
    .m-flxpgw,
    .m-jx9j7g,
    ._lsc3v9,
    .ui-sp658w,
    .m-k2yu2s,
    ._cbmf4g,
    .x-jaekhs {
        grid-template-columns: 1fr;
    }
    
    .ui-huhtsr {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-thup1x,
    .el-ssayry,
    .ui-o9zeey {
        flex-direction: column;
    }
    
    .ui-q7vcvr {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._f15bc3 {
        bottom: 20px;
        right: 20px;
    }
    
    .is-bv4fe7 {
        display: none;
    }
    
    .c-a15gth {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-gxbpn1 {
        grid-template-columns: 1fr;
    }
    
    .c-t40h45 {
        grid-template-columns: 1fr;
    }
    
    .s-psi2hw {
        flex-direction: column;
        gap: 12px;
    }
    
    .s-ntrhd5 {
        flex-direction: column;
        gap: 8px;
    }
    
    ._hkvut7 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    ._p2axer,
    ._f15bc3,
    .is-o9yli8,
    .s-xyytyn {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
