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

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

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

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

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

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

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

.is-lm1sju {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.ui-y4i45l:hover,
.ui-y4i45l.ewgjwd {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.x-qexwwo {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    font-weight: 600;
    border-radius: var(--radius);
    box-shadow: 0 4px 15px rgba(var(--primary), 0.4);
    transition: var(--transition);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._zl0ga7 {
    width: 100%;
}

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

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

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

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

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

.el-weifk5 {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-rfkrf5 {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

.pwb2c4 {
    font-size: 24px;
}

.s-wrgblm {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.is-r4l9pi:hover .ui-ruxan7 img {
    transform: scale(1.1);
}

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

.js-w3mb0o {
    padding: 20px;
}

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

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

.m-cizjyl {
    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
   ======================================== */
.s-yp1x5t {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._u35956 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-luhbvt {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-swirek:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

._zxhh31.active .ui-wcisjd {
    transform: rotate(45deg);
}

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

._zxhh31.active .l1suir {
    max-height: 500px;
}

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

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

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

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

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

.x-ra6jjz {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.m-pz3d7v:hover .x-ra6jjz img {
    transform: scale(1.05);
}

.js-pvrafi {
    padding: 20px;
}

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

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

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

.ui-sv0qir {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

.js-h3ltnm {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

.el-fo8q8t {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

.el-ff7x2i h4,
.c-x70h03 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-hfqu1a {
    font-size: 20px;
}

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

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

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

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

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

.ui-mrdoj7 .is-vsf2j9 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-v18bt1 {
    margin: 16px 0 32px;
}

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

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

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

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

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

.c-bhnfxo {
    width: 100%;
    margin-bottom: 24px;
}

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

.c-bhnfxo td {
    padding: 12px 0;
    font-size: 14px;
}

.c-bhnfxo td:first-child {
    color: var(--text-secondary);
}

.c-bhnfxo td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

._ctzcq7 {
    margin-bottom: 24px;
}

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

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

._vo95is {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-djo1m4 li,
.s-jvbfvj li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.is-djo1m4 li:last-child,
.s-jvbfvj li:last-child {
    border-bottom: none;
}

.is-djo1m4 a,
.s-jvbfvj a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-djo1m4 a:hover,
.s-jvbfvj a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-zlhf46 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .is-lm1sju {
        display: none;
    }
    
    .x-rgj06k {
        display: flex;
    }
    
    ._u9h5v8 {
        font-size: 40px;
    }
    
    .c-fy3yiy,
    .m-myft7b,
    ._oqv3wc,
    .m-qjybyc,
    .js-albmoi,
    .ui4v7c,
    .el-b67v1w,
    ._wc04s7 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._qes3r7,
    .jdwosn,
    .js-yxabbh,
    .s-lui5e2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-ptpmfy,
    .el-x9g2gu,
    .c-epmb3i {
        grid-template-columns: 1fr;
    }
    
    .x-o3p06b {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-mzdq1s,
    .c-ekqqnj {
        flex-direction: column;
        text-align: center;
    }
    
    .is-u7rtoe,
    .s-lddc18 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._u9h5v8 {
        font-size: 32px;
    }
    
    .el-gbdcs9,
    .s-nqrtay {
        font-size: 28px;
    }
    
    .c-fy3yiy,
    .m-myft7b,
    ._oqv3wc,
    .m-qjybyc,
    .js-albmoi,
    ._qes3r7,
    .jdwosn,
    .js-yxabbh,
    .s-lui5e2,
    .ui4v7c,
    .el-b67v1w,
    ._wc04s7 {
        grid-template-columns: 1fr;
    }
    
    .x-o3p06b {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .m-gfqe3u,
    .is-fjqrrc,
    .el-fo8q8t {
        flex-direction: column;
    }
    
    .pxj5d0 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._vy4hep {
        bottom: 20px;
        right: 20px;
    }
    
    .x-yqfvzr {
        display: none;
    }
    
    .m-u2he0j {
        padding: 16px;
        border-radius: 50%;
    }
    
    .m-ivpppr {
        grid-template-columns: 1fr;
    }
    
    .js-d8jbt7 {
        grid-template-columns: 1fr;
    }
    
    ._f3e773 {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-cmw7ao {
        flex-direction: column;
        gap: 8px;
    }
    
    .s-f98cs8 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .c-pcdpg7,
    ._vy4hep,
    .s-lp11t4,
    .is-rmp2pl {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
