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

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

/* ========================================
   Header & Navigation
   ======================================== */
.m-v52i9f {
    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-pmvvp7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

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

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

._wpfo8u {
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.js-lumay3 {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-xafq6a {
    padding: 10px 20px;
    font-size: 14px;
}

.x-uaak4h {
    width: 100%;
}

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

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

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

._zzzzro::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-or23lb {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 120px 0 80px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-tyy4sd {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

.s-u9bl5l {
    font-size: 24px;
}

.ui-pgdt4u {
    position: relative;
}

.ui-pgdt4u img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

.m-dfv8qd:hover .js-k1zxna img {
    transform: scale(1.1);
}

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

.c-shdq0d {
    padding: 20px;
}

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

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

.x-agze49 {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(255, 215, 0, 0.1);
    color: var(--accent);
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._o8nq51 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-vjr33o.active .is-umipaa {
    transform: rotate(45deg);
}

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

.el-vjr33o.active .js-wsmkho {
    max-height: 500px;
}

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

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

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

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

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

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

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

.s-rbqrsg:hover .el-cmdjzg img {
    transform: scale(1.05);
}

._hjrk4h {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._cjbwny {
    text-align: center;
}

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

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

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

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

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

.c-vvlcrd img {
    width: 48px;
    height: 48px;
}

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

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

.js-eisz4y h4,
.is-ncbnqx h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.s-x88c0p {
    display: flex;
    gap: 12px;
}

.s-x88c0p img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.ui-j3pw4v {
    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-uyyv08 {
    font-size: 20px;
}

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

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

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

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

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

.el-wrcy18 .m-rg93qr {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-s0elv4 {
    margin-bottom: 32px;
}

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

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

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

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

.el-b3modi p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.js-ijnvdg li,
.m-sbi3hz li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.js-ijnvdg li:last-child,
.m-sbi3hz li:last-child {
    border-bottom: none;
}

.js-ijnvdg a,
.m-sbi3hz a {
    font-size: 14px;
    color: var(--text-secondary);
}

.js-ijnvdg a:hover,
.m-sbi3hz a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .js-lumay3 {
        display: none;
    }
    
    .ui-ul8s6x {
        display: flex;
    }
    
    .js-nibvi4 {
        font-size: 40px;
    }
    
    .x-dhdgng,
    .x-vv1kxn,
    .x-coasl9,
    ._bn5prt,
    .is-b9x7ox,
    .c-u5k807,
    ._xt5kvw,
    .js-b6ewhn {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-kmb6j5,
    .el-wa9atr,
    .x-dbj1ud,
    .ui-bafqk9 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-o5370m,
    ._zqu9bk,
    .x-dgh8g2 {
        grid-template-columns: 1fr;
    }
    
    .lrr55k {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-v501nx,
    .c2jfdx {
        flex-direction: column;
        text-align: center;
    }
    
    .c-huz7js,
    .m-w8f74g {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .js-nibvi4 {
        font-size: 32px;
    }
    
    .is-m5akhp,
    .ui-j2j6o0 {
        font-size: 28px;
    }
    
    .x-dhdgng,
    .x-vv1kxn,
    .x-coasl9,
    ._bn5prt,
    .is-b9x7ox,
    .is-kmb6j5,
    .el-wa9atr,
    .x-dbj1ud,
    .ui-bafqk9,
    .c-u5k807,
    ._xt5kvw,
    .js-b6ewhn {
        grid-template-columns: 1fr;
    }
    
    .lrr55k {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .is-ezt9g7,
    .m-htkhao,
    .c-ypjnb3 {
        flex-direction: column;
    }
    
    .x-ryzqw5 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .js-r42e5d {
        bottom: 20px;
        right: 20px;
    }
    
    .is-zblsj4 {
        display: none;
    }
    
    .ui-j3pw4v {
        padding: 16px;
        border-radius: 50%;
    }
    
    .r8rp4x {
        grid-template-columns: 1fr;
    }
    
    .is-dur5th {
        grid-template-columns: 1fr;
    }
    
    .el-f746f5 {
        flex-direction: column;
        gap: 12px;
    }
    
    .ytkasv {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-gs2r8b {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .m-v52i9f,
    .js-r42e5d,
    .el-znj1kv,
    ._d8ml25 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
