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

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

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

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

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

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

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

.x-bwptmo {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.is-bhvarr {
    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-kxfcbb {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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

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

.m-tplxr5 {
    padding: 10px 20px;
    font-size: 14px;
}

.x-zdax4u {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ew4kvn {
    font-size: 24px;
}

.s-kqy2g1 {
    position: relative;
}

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

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

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

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

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

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

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

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

.ui-fp1yoo {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.c-m3cu0f:hover .ui-fp1yoo img {
    transform: scale(1.1);
}

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

.js-ivuxi2 {
    padding: 20px;
}

.js-ivuxi2 h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

.c-pihclv {
    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
   ======================================== */
._eakome {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.el-lhe8dq {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-nyvzl4 h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.zodpdd {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-owvdbe:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.is-wftrge.active .s-cvu4xu {
    transform: rotate(45deg);
}

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

.is-wftrge.active ._b01i2t {
    max-height: 500px;
}

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

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

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

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

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

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

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

.c-t3fr93:hover .el-rlcgjw img {
    transform: scale(1.05);
}

.s-v5cr3r {
    padding: 20px;
}

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

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

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

.is-k61kzh {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.vu2s8b {
    text-align: center;
}

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

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

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

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

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

.s-c1jjbo img {
    width: 48px;
    height: 48px;
}

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

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

.ui-vesitd h4,
.el-kzyjla h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.c-dr1h7z {
    display: flex;
    gap: 12px;
}

.c-dr1h7z img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

.m-hmsgi2 .nyd5l0 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-e0fk9s {
    margin-bottom: 24px;
}

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

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

.rmo1tg {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-bps9gk li:last-child,
.js-m8t80s li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-r35idv h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

.el-ond76s ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .x-bwptmo {
        display: none;
    }
    
    .el-gmcs7j {
        display: flex;
    }
    
    ._ew93ii {
        font-size: 40px;
    }
    
    .el-kw2q7u,
    .s-ghd505,
    .s-d9oob0,
    .tw8vga,
    .ui-tzelyp,
    .c-rblrrb,
    ._oh0gdb,
    .is-jgh8of {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-ks22yi,
    .x-aov3lj,
    .el-yh60l4,
    .m0c0yo {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-utnf3d,
    .ui-tcyxm5,
    .x-lcu611 {
        grid-template-columns: 1fr;
    }
    
    .el-s0ft8b {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-rrwygc,
    .c-t18wm3 {
        flex-direction: column;
        text-align: center;
    }
    
    ._blf3vf,
    .ui-g23yob {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._ew93ii {
        font-size: 32px;
    }
    
    .s-yerlzi,
    .dga6jg {
        font-size: 28px;
    }
    
    .el-kw2q7u,
    .s-ghd505,
    .s-d9oob0,
    .tw8vga,
    .ui-tzelyp,
    .js-ks22yi,
    .x-aov3lj,
    .el-yh60l4,
    .m0c0yo,
    .c-rblrrb,
    ._oh0gdb,
    .is-jgh8of {
        grid-template-columns: 1fr;
    }
    
    .el-s0ft8b {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .bfnfzz,
    .ui-g3wlkx,
    .c-mmy3bk {
        flex-direction: column;
    }
    
    .c-cq0hwt {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ui-ogxh0p {
        bottom: 20px;
        right: 20px;
    }
    
    .is-v2eq0v {
        display: none;
    }
    
    .el-gpdnwh {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-w4gpmu {
        grid-template-columns: 1fr;
    }
    
    .x-vg7pry {
        grid-template-columns: 1fr;
    }
    
    .el-txk7w3 {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-t6lqn3 {
        flex-direction: column;
        gap: 8px;
    }
    
    ._uf0dlv {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-ujifqp,
    .ui-ogxh0p,
    .c-iydj2z,
    .js-jflv5t {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
