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

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

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

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

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

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

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

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

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

.x-dls6ju:hover,
.x-dls6ju.is-swvmku {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-eietem {
    padding: 10px 20px;
    font-size: 14px;
}

.el-gx4oc6 {
    width: 100%;
}

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

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

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

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

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

.x-dbkfil {
    max-width: 700px;
}

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

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

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

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

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

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

.s-wwz4c0 {
    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-g9gki4 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

.js-a02myv {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

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

.js-e1g6ze {
    position: relative;
}

.js-e1g6ze img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

.x-t0og1r:hover .ui-fd8n0e img {
    transform: scale(1.1);
}

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

.js-msy2h9 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

._bt58ho {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.x-kt0lgt {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wwabe5 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.js-umkw1e {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.is-wjrtc9:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.js-waoex0.active ._ezp4hw {
    transform: rotate(45deg);
}

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

.js-waoex0.active .e8sfpf {
    max-height: 500px;
}

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

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

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

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

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

.m-dnxcbw {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

._tu77cd:hover .m-dnxcbw img {
    transform: scale(1.05);
}

._w9n3ik {
    padding: 20px;
}

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

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

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

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

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

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

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

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

.x-clfylq {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

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

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

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

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

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

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

.c0gq5k {
    text-align: center;
}

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

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

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

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

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

.m-ozj4n5 img {
    width: 48px;
    height: 48px;
}

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

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

.c-idruvn h4,
.c-ds3lko h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-yp3qjm {
    font-size: 20px;
}

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

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

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

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

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

._kjgzzw .m-sfkars {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-cxg8m2 {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-pxff9b {
    margin-bottom: 24px;
}

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

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

._gi6hl3 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-sby4a7 li:last-child,
.is-dr1l1q li:last-child {
    border-bottom: none;
}

.is-sby4a7 a,
.is-dr1l1q a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-sby4a7 a:hover,
.is-dr1l1q a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.m-he2bm5 {
    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-etseoy h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .ui-yehy7n {
        display: none;
    }
    
    .el-rvouzp {
        display: flex;
    }
    
    ._chvcsn {
        font-size: 40px;
    }
    
    .x-ihuzsh,
    ._q6he54,
    .is-wmu16n,
    .js-xbukf7,
    .is-dhqt3a,
    .ui-zis5ym,
    .x-g5k067,
    .x-u3july {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .cv5y3a,
    .y36wna,
    .el-a72ozl,
    .m-r39yqy {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-no1geh,
    .ui-r2aiuh,
    .c-n4jgtm {
        grid-template-columns: 1fr;
    }
    
    .m-idtnhh {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-rxyqra,
    .m-tyxk2x {
        flex-direction: column;
        text-align: center;
    }
    
    .is-mx8n0h,
    .x-cd6t2c {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._chvcsn {
        font-size: 32px;
    }
    
    .is-g9gki4,
    .js-t9fdy6 {
        font-size: 28px;
    }
    
    .x-ihuzsh,
    ._q6he54,
    .is-wmu16n,
    .js-xbukf7,
    .is-dhqt3a,
    .cv5y3a,
    .y36wna,
    .el-a72ozl,
    .m-r39yqy,
    .ui-zis5ym,
    .x-g5k067,
    .x-u3july {
        grid-template-columns: 1fr;
    }
    
    .m-idtnhh {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-s86wor,
    .x-clfylq,
    .c-mhhmky {
        flex-direction: column;
    }
    
    .el-ahuz1o {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .x-odmdks {
        bottom: 20px;
        right: 20px;
    }
    
    .s-w64wn0 {
        display: none;
    }
    
    .x-duv2hm {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-wy3udm {
        grid-template-columns: 1fr;
    }
    
    .ikjsv4 {
        grid-template-columns: 1fr;
    }
    
    .js-gqej01 {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-i67k36 {
        flex-direction: column;
        gap: 8px;
    }
    
    .el-c529ua {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .ui-tr3mux,
    .x-odmdks,
    .js-eta3ak,
    .x-m4swlg {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
