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

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

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

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

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

.c-elm9zq img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

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

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

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

.c-q2f6rl:hover,
.c-q2f6rl.c-hw6cf0 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.bnyedq {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: var(--radius);
    border: none;
    cursor: pointer;
    transition: var(--transition);
}

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

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

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

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

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

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

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

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

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

.ui-i5vz9k {
    width: 100%;
}

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

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

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

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

._v46j61 {
    max-width: 700px;
}

.x-foxuyp {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #fff 0%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

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

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

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

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

.m-uezhn9 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-ve7ixh {
    position: relative;
}

.c-ve7ixh img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

.s-izuf3q {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

.x-lt5pdu {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.m-sfml2j:hover .x-lt5pdu img {
    transform: scale(1.1);
}

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

.ui-g258yn {
    padding: 20px;
}

.ui-g258yn h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

.ui-m16qwi {
    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
   ======================================== */
.js-xdk972 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-c9n0z6 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

.is-a0283i {
    display: flex;
    justify-content: center;
    gap: 48px;
}

.x-m5jnvv {
    display: flex;
    align-items: center;
    gap: 16px;
}

.m1sg6c {
    font-size: 32px;
}

.x-m5jnvv h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-vodjwe {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

.ui-x3oex3 {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

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

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

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

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

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

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

.m5vlas:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.x-ul48ax.active .s-vfbkjf {
    transform: rotate(45deg);
}

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

.x-ul48ax.active .el-ouwgrh {
    max-height: 500px;
}

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

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

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

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

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

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

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

.is-xmn86i:hover .a1ltzu img {
    transform: scale(1.05);
}

.el-ahqk3f {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._yamr64 img {
    width: 48px;
    height: 48px;
}

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

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

.s-mt8j3n h4,
.s-mt2po3 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-vvvejf {
    font-size: 20px;
}

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

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

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

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

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

.m-n775q0 .m-njbbry {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-a9b7p4 {
    margin-bottom: 24px;
}

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

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

.js-nz8kxj {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-ksrulw li:last-child,
.nb3zw9 li:last-child {
    border-bottom: none;
}

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

.ui-ksrulw a:hover,
.nb3zw9 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.s-oozpv8 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-j5cet9 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .ob0jfq {
        display: none;
    }
    
    .m-ijwlpn {
        display: flex;
    }
    
    .x-foxuyp {
        font-size: 40px;
    }
    
    .c-nm57s1,
    .s-ih1sv4,
    .m-rpl4vf,
    .ftuqw3,
    .n80sbp,
    ._t1bxqr,
    .s-r6mp0l,
    ._x8r8rp {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-xb9t6j,
    .ui-shiepp,
    .fxtvhq,
    .js-ysze69 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .a5cktq,
    .is-blm1hp,
    .ui-mowptz {
        grid-template-columns: 1fr;
    }
    
    .js-qryxac {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._izbr6l,
    .js-s5gfq4 {
        flex-direction: column;
        text-align: center;
    }
    
    .el-dh3zc8,
    .is-a0283i {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .x-foxuyp {
        font-size: 32px;
    }
    
    .m-uezhn9,
    .m-nuugro {
        font-size: 28px;
    }
    
    .c-nm57s1,
    .s-ih1sv4,
    .m-rpl4vf,
    .ftuqw3,
    .n80sbp,
    .ui-xb9t6j,
    .ui-shiepp,
    .fxtvhq,
    .js-ysze69,
    ._t1bxqr,
    .s-r6mp0l,
    ._x8r8rp {
        grid-template-columns: 1fr;
    }
    
    .js-qryxac {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ui-zzag9s,
    .ui-wq7ly0,
    .c-qatbal {
        flex-direction: column;
    }
    
    .s-h5eu0p {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .x-k0dpub {
        bottom: 20px;
        right: 20px;
    }
    
    .c-yhmjf9 {
        display: none;
    }
    
    .ui-ubwzpu {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-izvbnf {
        grid-template-columns: 1fr;
    }
    
    .el-vukwg8 {
        grid-template-columns: 1fr;
    }
    
    .s-vzzh6q {
        flex-direction: column;
        gap: 12px;
    }
    
    .x-ewfenn {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-v3bpr2 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    ._d0rai6,
    .x-k0dpub,
    .r5ncwx,
    .s-uxa5mz {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
