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

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

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

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

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

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

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

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

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

._k78xqr:hover,
._k78xqr.x-c2l62t {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-o4p4t6 {
    width: 100%;
}

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

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

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

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

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

.is-tmfb3e {
    max-width: 700px;
}

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

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

.js-gribrn {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

.is-uwi8h8 {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(var(--primary), 0.1);
    color: var(--primary);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-e9csde {
    font-size: 24px;
}

._wk192e {
    position: relative;
}

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

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

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

.ui-dtfkxw {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.m-bpm3jm:hover .smj4t3 img {
    transform: scale(1.1);
}

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

.a3z05h {
    padding: 20px;
}

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

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

.el-cmxo81 {
    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
   ======================================== */
.is-qq319o {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

.c-m9kxo9 {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

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

.s-h9wr12 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.j9r2nb {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-sz1xjr.active .s-fcoski {
    transform: rotate(45deg);
}

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

.is-sz1xjr.active .jmjaaf {
    max-height: 500px;
}

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

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

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

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

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

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

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

.m-bxau9g:hover .m-siaw8p img {
    transform: scale(1.05);
}

.c-xypzre {
    padding: 20px;
}

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

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

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

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

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

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

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

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

.s-bx5v2w {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

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

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

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

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

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

.x-j8eay1 {
    display: flex;
    gap: 16px;
}

.yu0brw {
    text-align: center;
}

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

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

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

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

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

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

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

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

.ui-j1tdcz h4,
.el-dx7old h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.ui-j1tdcz ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

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

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

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

.el-yfk5xs {
    display: flex;
    gap: 12px;
}

.el-yfk5xs img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.x-xdltou {
    font-size: 20px;
}

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

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

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

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

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

.s-er7t1t .q3hs6f {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-okh72u {
    margin-bottom: 24px;
}

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

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

.ui-zta3v0 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.q6sb67 li:last-child,
.m-i3veqp li:last-child {
    border-bottom: none;
}

.q6sb67 a,
.m-i3veqp a {
    font-size: 14px;
    color: var(--text-secondary);
}

.q6sb67 a:hover,
.m-i3veqp a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.is-n49d1a h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .b9mxgz {
        display: none;
    }
    
    ._xvbohi {
        display: flex;
    }
    
    ._fb7xcb {
        font-size: 40px;
    }
    
    .cciotu,
    .el-snpelg,
    .ui-vinrqc,
    .x-mu196v,
    ._e8n9e1,
    .is-p715o2,
    .x-n2tfew,
    .s-ifs9wt {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .cwsy7j,
    .js-wizuz7,
    .kalq7g,
    .is-bgngsm {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-saf145,
    .x-cfxief,
    .m-njclsc {
        grid-template-columns: 1fr;
    }
    
    ._eznj1y {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-e2isx8,
    .x-wdll3m {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-qf8dzu,
    .is-g8z66t {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._fb7xcb {
        font-size: 32px;
    }
    
    .el-r28h4t,
    .pfaxc9 {
        font-size: 28px;
    }
    
    .cciotu,
    .el-snpelg,
    .ui-vinrqc,
    .x-mu196v,
    ._e8n9e1,
    .cwsy7j,
    .js-wizuz7,
    .kalq7g,
    .is-bgngsm,
    .is-p715o2,
    .x-n2tfew,
    .s-ifs9wt {
        grid-template-columns: 1fr;
    }
    
    ._eznj1y {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-gribrn,
    .s-bx5v2w,
    .x-j8eay1 {
        flex-direction: column;
    }
    
    .el-g1o9ye {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-jkfp8w {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-rz3z9s {
        display: none;
    }
    
    .js-p7d0su {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-v6ttps {
        grid-template-columns: 1fr;
    }
    
    .x-z32agx {
        grid-template-columns: 1fr;
    }
    
    ._iiv42p {
        flex-direction: column;
        gap: 12px;
    }
    
    .i74urv {
        flex-direction: column;
        gap: 8px;
    }
    
    .el-uf65mk {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-oc15w0,
    .m-jkfp8w,
    .uuydo2,
    .c-okvl6r {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
