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

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

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

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

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

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

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

.el-pinh5x {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-st5q2k {
    padding: 10px 20px;
    font-size: 14px;
}

.x-tiamae {
    width: 100%;
}

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

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

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

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

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

.js-a1j899 {
    max-width: 700px;
}

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

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

.ui-ojz60n {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

.s-kv66rj {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(var(--primary), 0.1);
    color: var(--primary);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._lldltg {
    font-size: 24px;
}

.el-s6vtxd {
    position: relative;
}

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

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

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

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

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

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

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

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

.js-wojll2 {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.c-hjk9qe:hover .js-wojll2 img {
    transform: scale(1.1);
}

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

.c-k4byqd {
    padding: 20px;
}

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

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

.s-ejdk5b {
    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-zbwn65 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

.el-qouj7s {
    font-size: 36px;
    margin-bottom: 16px;
}

.c-ogplju {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

.m-ywc9qn img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

.is-rhaqma {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

._jx76ju {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-sr8w9f {
    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-sr8w9f:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.is-r081rb.active .s-wclz9v {
    transform: rotate(45deg);
}

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

.is-r081rb.active .js-p316ae {
    max-height: 500px;
}

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

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

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

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

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

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

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

.x-zd7v6s:hover .is-j6dx76 img {
    transform: scale(1.05);
}

.x-qtjyap {
    padding: 20px;
}

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

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

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

.c-hzihbo {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-c91d9e {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

.is-cvsui0 h4,
.c4xm3a h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.m-xy8d1v {
    display: flex;
    gap: 12px;
}

.m-xy8d1v img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.js-loeh26 {
    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-zf885v {
    font-size: 20px;
}

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

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

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

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

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

.ol3ysk .c-m9oxe7 {
    position: relative;
    z-index: 1;
}

.x-swij4k {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

._ijii2x {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-xfx2ye {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bpybvz li,
._nrncxu li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.bpybvz li:last-child,
._nrncxu li:last-child {
    border-bottom: none;
}

.bpybvz a,
._nrncxu a {
    font-size: 14px;
    color: var(--text-secondary);
}

.bpybvz a:hover,
._nrncxu a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bpry1f ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .el-pinh5x {
        display: none;
    }
    
    .x-ipcw4d {
        display: flex;
    }
    
    .bb6psh {
        font-size: 40px;
    }
    
    .c-v2vl8h,
    .el-u68rgv,
    .s-i493vu,
    .js-zxgwg9,
    .s-w21sg4,
    .el-jhrj3e,
    .ui-fbchxj,
    .s-iwgjvi {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-vixzwl,
    .x-fub35q,
    .ui-b8qyq9,
    .x-duxpw8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._dksy21,
    .c-iubd4o,
    .c-fnlarf {
        grid-template-columns: 1fr;
    }
    
    .is-eohgs3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._qb2bj8,
    .is-c7dplg {
        flex-direction: column;
        text-align: center;
    }
    
    .js-h6gr9l,
    .is-rhaqma {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .bb6psh {
        font-size: 32px;
    }
    
    .m-he713j,
    .x-swij4k {
        font-size: 28px;
    }
    
    .c-v2vl8h,
    .el-u68rgv,
    .s-i493vu,
    .js-zxgwg9,
    .s-w21sg4,
    .is-vixzwl,
    .x-fub35q,
    .ui-b8qyq9,
    .x-duxpw8,
    .el-jhrj3e,
    .ui-fbchxj,
    .s-iwgjvi {
        grid-template-columns: 1fr;
    }
    
    .is-eohgs3 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ui-ojz60n,
    ._ymfvce,
    .js-c91d9e {
        flex-direction: column;
    }
    
    .c-mg570d {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._nvxyj5 {
        bottom: 20px;
        right: 20px;
    }
    
    .is-agv6u6 {
        display: none;
    }
    
    .js-loeh26 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .h4ex7f {
        grid-template-columns: 1fr;
    }
    
    ._nc5no9 {
        grid-template-columns: 1fr;
    }
    
    .bpoxzj {
        flex-direction: column;
        gap: 12px;
    }
    
    .s-wwa8zd {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-nzjnmu {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-hkv2rd,
    ._nvxyj5,
    .c-wfi69m,
    .s-onf9ls {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
