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

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

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

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

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

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

.ui-y1g2q0 {
    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-xh4dei {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.js-ln8otq:hover,
.js-ln8otq.bqlxk7 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-gxrttd {
    padding: 10px 20px;
    font-size: 14px;
}

.ui-dt3t4y {
    width: 100%;
}

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

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

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

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

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

.s-acipt1 {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-pfg5cm {
    text-align: center;
    padding: 24px;
}

.m-c5oo5y {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

.j9bku3 {
    font-size: 24px;
}

.js-tqjgbi {
    position: relative;
}

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

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

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

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

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

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

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

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

.c-bkgf1o {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

._foje4y:hover .c-bkgf1o img {
    transform: scale(1.1);
}

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

.el-qni17h {
    padding: 20px;
}

.el-qni17h h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

.m-v65miu {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

.el-gzc9hk img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.c-w7fdo7 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-q39caf {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.js-xwm3wn.active .s-s1vce7 {
    transform: rotate(45deg);
}

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

.js-xwm3wn.active .in0dh8 {
    max-height: 500px;
}

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

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

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

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

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

.s-ki163z {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.qq88g3:hover .s-ki163z img {
    transform: scale(1.05);
}

._v3139w {
    padding: 20px;
}

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

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

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

.el-z2rhaa {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-fy5nca {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.x-fy5nca img {
    width: 48px;
    height: 48px;
}

.x-fy5nca span {
    font-size: 20px;
    font-weight: 700;
}

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

.is-u9wv6b h4,
.s-biosvd h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.is-l52m3l {
    display: flex;
    gap: 12px;
}

.is-l52m3l img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.owk007 {
    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-lhvmrw {
    font-size: 20px;
}

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

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

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

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

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

.s-znb4yv .el-xyjrlr {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-t2pztd {
    margin-bottom: 24px;
}

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

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

.bapg9f {
    margin-bottom: 32px;
}

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

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

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

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

.is-kdlrdv p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

.m-ss4sxd h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.m-ss4sxd p {
    opacity: 0.9;
    margin-bottom: 20px;
}

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

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

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

._saxfj8 li:last-child,
._vnit23 li:last-child {
    border-bottom: none;
}

._saxfj8 a,
._vnit23 a {
    font-size: 14px;
    color: var(--text-secondary);
}

._saxfj8 a:hover,
._vnit23 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.m-tzue57 h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-kqsh9o 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-xh4dei {
        display: none;
    }
    
    .js-mi51kx {
        display: flex;
    }
    
    ._e8vvjf {
        font-size: 40px;
    }
    
    .ui-sedewc,
    .is-yc9zmg,
    .x-mlp3dh,
    .el-y8raln,
    ._afc8wd,
    .m-cwx7qn,
    .hnajev,
    ._bomusc {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-banfkc,
    ._ayk0ws,
    .is-sn6o3x,
    .el-s5oiok {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-wi1bo0,
    .c-mz5l3c,
    .c-wtlofs {
        grid-template-columns: 1fr;
    }
    
    .el-cd6qnn {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-ahrrfz,
    .el-krsfmk {
        flex-direction: column;
        text-align: center;
    }
    
    .x-yx5op6,
    .x-n3h8tn {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._e8vvjf {
        font-size: 32px;
    }
    
    .js-xalzaw,
    .s-z34bqk {
        font-size: 28px;
    }
    
    .ui-sedewc,
    .is-yc9zmg,
    .x-mlp3dh,
    .el-y8raln,
    ._afc8wd,
    .is-banfkc,
    ._ayk0ws,
    .is-sn6o3x,
    .el-s5oiok,
    .m-cwx7qn,
    .hnajev,
    ._bomusc {
        grid-template-columns: 1fr;
    }
    
    .el-cd6qnn {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-pq2nbs,
    .c-y88wkx,
    ._b5x0kd {
        flex-direction: column;
    }
    
    .s-nipuif {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .js-cio53j {
        bottom: 20px;
        right: 20px;
    }
    
    .m-q4l1yo {
        display: none;
    }
    
    .owk007 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .m-aid0io {
        grid-template-columns: 1fr;
    }
    
    .s-ohzvyn {
        grid-template-columns: 1fr;
    }
    
    .x-w163wx {
        flex-direction: column;
        gap: 12px;
    }
    
    .s-yreg9t {
        flex-direction: column;
        gap: 8px;
    }
    
    .el-al4g5l {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    ._yxge9n,
    .js-cio53j,
    .el-wchju8,
    .is-vxsk6x {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
