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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-aa69el {
    padding: 10px 20px;
    font-size: 14px;
}

.ui-dvbzct {
    width: 100%;
}

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

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

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

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

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

.c-llbke8 {
    max-width: 700px;
}

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

.is-iz90ww {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-y6lmkn {
    font-size: 24px;
}

.s-puqzl9 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.gxatog:hover .c-dlqxgi img {
    transform: scale(1.1);
}

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

.el-fau9cc {
    padding: 20px;
}

.el-fau9cc h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

.js-ulxreb {
    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
   ======================================== */
.is-v3yhj1 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

.c-aqhozv {
    font-size: 36px;
    margin-bottom: 16px;
}

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

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

.is-iyd3nj {
    text-align: center;
}

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

.ui-lybnf0 {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

.s-q8hhz6 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.ui-zr9htk {
    font-size: 32px;
}

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

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

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

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

.m-rryztr h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-yqrbrl {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-w3i4gj:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.el-dajbk8.active ._r2zgkb {
    transform: rotate(45deg);
}

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

.el-dajbk8.active .m-ig162t {
    max-height: 500px;
}

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

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

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

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

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

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

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

.c-ffi3it:hover .is-m0nrr7 img {
    transform: scale(1.05);
}

.is-vkivpq {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-mcymne {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

.s-v25qh0 {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

._sklbup h4,
.x-jswt6a h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-eybuxs {
    font-size: 20px;
}

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

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

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

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

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

._sowjok .el-mer2z2 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-anki0a {
    margin: 16px 0 32px;
}

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

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

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

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

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

.is-v5dw20 {
    width: 100%;
    margin-bottom: 24px;
}

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

.is-v5dw20 td {
    padding: 12px 0;
    font-size: 14px;
}

.is-v5dw20 td:first-child {
    color: var(--text-secondary);
}

.is-v5dw20 td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

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

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

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

.is-gh1vmi {
    margin-bottom: 32px;
}

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

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

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

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

.ui-iri0uv p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.el-f5xnjz li,
.x-oysj0x li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.el-f5xnjz li:last-child,
.x-oysj0x li:last-child {
    border-bottom: none;
}

.el-f5xnjz a,
.x-oysj0x a {
    font-size: 14px;
    color: var(--text-secondary);
}

.el-f5xnjz a:hover,
.x-oysj0x a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f1nwt7 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-swizio {
        display: none;
    }
    
    .cqvqs3 {
        display: flex;
    }
    
    ._ntd2ao {
        font-size: 40px;
    }
    
    .ui-g3w8tk,
    .c-izknu0,
    .is-exprcs,
    .el-ntczfn,
    .ui-be2l6g,
    .el-hk5v0j,
    .s-gca4fn,
    ._b61vj1 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-jf5lap,
    .m-roct0s,
    .pau41t,
    .m-pm61bt {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-q8yus9,
    .jzoujt,
    .is-mc2qe2 {
        grid-template-columns: 1fr;
    }
    
    .c-b3j4oz {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-bm04zc,
    .m-m3s9qu {
        flex-direction: column;
        text-align: center;
    }
    
    .m-to2yfy,
    .grzyfy {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._ntd2ao {
        font-size: 32px;
    }
    
    .x-ohijn1,
    .el-l2xbha {
        font-size: 28px;
    }
    
    .ui-g3w8tk,
    .c-izknu0,
    .is-exprcs,
    .el-ntczfn,
    .ui-be2l6g,
    .m-jf5lap,
    .m-roct0s,
    .pau41t,
    .m-pm61bt,
    .el-hk5v0j,
    .s-gca4fn,
    ._b61vj1 {
        grid-template-columns: 1fr;
    }
    
    .c-b3j4oz {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .is-iz90ww,
    .ui-jx42hs,
    .s-v25qh0 {
        flex-direction: column;
    }
    
    .c-z0sb1c {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .a3bifs {
        bottom: 20px;
        right: 20px;
    }
    
    .s-cx0icc {
        display: none;
    }
    
    .c-db5ema {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-bq59ng {
        grid-template-columns: 1fr;
    }
    
    .m-kpgrxe {
        grid-template-columns: 1fr;
    }
    
    .c-i2xjsm {
        flex-direction: column;
        gap: 12px;
    }
    
    .u6yljv {
        flex-direction: column;
        gap: 8px;
    }
    
    .s-mh822t {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-j48f8i,
    .a3bifs,
    .x-ic0v80,
    ._k053xd {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
