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

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

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

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

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

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

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

.ui-lj2j2g {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.x-shawqi:hover,
.x-shawqi._uz3szw {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-m7ap1j {
    padding: 10px 20px;
    font-size: 14px;
}

.ui-pedhs7 {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-tf1utz {
    position: relative;
}

.m-tf1utz img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

.m-swizwf {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.is-mcobbc:hover .m-swizwf img {
    transform: scale(1.1);
}

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

.x-avxeno {
    padding: 20px;
}

.x-avxeno h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

.is-rrkm21 {
    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-xyy0iw {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

.m-i74sfs {
    font-size: 36px;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-btphhl h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

.x-h3ygw5 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: none;
    border: none;
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: var(--transition);
}

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

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

._no5iz1.active .js-hjpf7w {
    transform: rotate(45deg);
}

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

._no5iz1.active .is-bhl0s9 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.m-hsr6kr:hover .is-fsfv4u img {
    transform: scale(1.05);
}

.s-y5runm {
    padding: 20px;
}

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

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

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

.s-iwc86r {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

.ui-nxyl7w {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

._ykg98h {
    display: flex;
    gap: 16px;
}

.aiq6el {
    text-align: center;
}

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

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

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

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

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

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

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

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

.s-r4sa2t h4,
.el-cajeq1 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

._nr1k8i {
    display: flex;
    gap: 12px;
}

._nr1k8i img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.el-zo68g9 {
    font-size: 20px;
}

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

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

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

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

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

.m-t74arp .s-en5fcx {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-kg5g4b {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

.s-w6wfcj {
    width: 100%;
    margin-bottom: 24px;
}

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

.s-w6wfcj td {
    padding: 12px 0;
    font-size: 14px;
}

.s-w6wfcj td:first-child {
    color: var(--text-secondary);
}

.s-w6wfcj td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.vf5la7 {
    margin-bottom: 24px;
}

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

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

._zv1hwu {
    margin-bottom: 32px;
}

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

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

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

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

.m-hm4kde p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.ui-yhy07w li,
.c-s3va5b li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.ui-yhy07w li:last-child,
.c-s3va5b li:last-child {
    border-bottom: none;
}

.ui-yhy07w a,
.c-s3va5b a {
    font-size: 14px;
    color: var(--text-secondary);
}

.ui-yhy07w a:hover,
.c-s3va5b a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.js-jkts9f {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-v24xf2 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .ui-lj2j2g {
        display: none;
    }
    
    .m-ch1xky {
        display: flex;
    }
    
    .el-nucw7a {
        font-size: 40px;
    }
    
    .x-vt0ety,
    .m-pv04ex,
    .mbprxt,
    .c-cf8830,
    .au8ard,
    .js-toq31j,
    .el-pvkx1n,
    .udl9ct {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-c769ks,
    .ui-zn3i20,
    .c-vo9vw1,
    .el-zwcjn0 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-onoop6,
    .m-z3jc6k,
    .x-ds28gq {
        grid-template-columns: 1fr;
    }
    
    .m-j4gqcp {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .v9lbks,
    .pf60af {
        flex-direction: column;
        text-align: center;
    }
    
    .js-ncr2fu,
    .is-s8tlzc {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .el-nucw7a {
        font-size: 32px;
    }
    
    .e7oetp,
    .eayo20 {
        font-size: 28px;
    }
    
    .x-vt0ety,
    .m-pv04ex,
    .mbprxt,
    .c-cf8830,
    .au8ard,
    .c-c769ks,
    .ui-zn3i20,
    .c-vo9vw1,
    .el-zwcjn0,
    .js-toq31j,
    .el-pvkx1n,
    .udl9ct {
        grid-template-columns: 1fr;
    }
    
    .m-j4gqcp {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ht6rt9,
    .c-mc858d,
    ._ykg98h {
        flex-direction: column;
    }
    
    .el-wny05q {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .c-a731wt {
        bottom: 20px;
        right: 20px;
    }
    
    .m-jrj7lr {
        display: none;
    }
    
    .x-obyxkg {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-mmtn90 {
        grid-template-columns: 1fr;
    }
    
    .x-wx9y1n {
        grid-template-columns: 1fr;
    }
    
    .yfoffq {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-v7fzop {
        flex-direction: column;
        gap: 8px;
    }
    
    .el-im4vwi {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-q38qyp,
    .c-a731wt,
    ._ujjjh5,
    .ui-n6cng8 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
