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

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

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

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

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

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

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

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

.js-p3g1ce:hover,
.js-p3g1ce.m-w1gx2x {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-iffv3k {
    width: 100%;
}

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

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

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

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

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

.js-eykpxw {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-xly16p {
    font-size: 24px;
}

.s-jwffk8 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.mqmehm:hover .js-v9q1o8 img {
    transform: scale(1.1);
}

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

.s-x59vkr {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-n8tqy2 {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

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

.js-fnxsmi {
    text-align: center;
}

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

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

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

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

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

.js-drde5u img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.s-ci5p60 {
    font-size: 32px;
}

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

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

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

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

.js-ico75n h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-gqweez {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

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

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

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

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

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

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

.el-xbku37:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.s-u67to0.active .rianhu {
    transform: rotate(45deg);
}

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

.s-u67to0.active .gdn39e {
    max-height: 500px;
}

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

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

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

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

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

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

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

.x-sdd2od:hover .c3bwpr img {
    transform: scale(1.05);
}

.s-xod1u2 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._yirt39 {
    text-align: center;
}

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

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

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

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

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

.ui-fcgn3t img {
    width: 48px;
    height: 48px;
}

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

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

.js-ppqota h4,
.el-rdfreb h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.x-tjr6ru {
    display: flex;
    gap: 12px;
}

.x-tjr6ru img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.el-lru2i4 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    animation: pulse 2s infinite;
}

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

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

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

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

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

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

.x-us73n6 .c-p3o4bd {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.is-zef2c1 h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.is-zef2c1 h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jcmii7 {
    margin-bottom: 24px;
}

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

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

.x-l1nb0c {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-eerwek li:last-child,
.js-v1f8oc li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qdpx1h ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .is-hjyjj5 {
        display: none;
    }
    
    .c-jlmd10 {
        display: flex;
    }
    
    ._cjn13z {
        font-size: 40px;
    }
    
    .x-mmldq8,
    .is-fmfwbs,
    .c-dsk7wp,
    .ui-nbpazm,
    .el-twrg2n,
    .x-cm5wt6,
    .m-minkqw,
    .x-f9qk7i {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-hnhopi,
    .z4eqz6,
    .x-anaff9,
    .ui-vgc9pr {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-g1buxi,
    .x-pk2btk,
    .x-z5uqka {
        grid-template-columns: 1fr;
    }
    
    .c-uswsde {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-w2pqhg,
    .x-ld4y19 {
        flex-direction: column;
        text-align: center;
    }
    
    .d90nuy,
    .m-qkfk98 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._cjn13z {
        font-size: 32px;
    }
    
    .is-v30rdv,
    .j5ek7d {
        font-size: 28px;
    }
    
    .x-mmldq8,
    .is-fmfwbs,
    .c-dsk7wp,
    .ui-nbpazm,
    .el-twrg2n,
    .ui-hnhopi,
    .z4eqz6,
    .x-anaff9,
    .ui-vgc9pr,
    .x-cm5wt6,
    .m-minkqw,
    .x-f9qk7i {
        grid-template-columns: 1fr;
    }
    
    .c-uswsde {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-oz6bm4,
    .c-bc77c5,
    ._qf3575 {
        flex-direction: column;
    }
    
    .x-ufplsu {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .s-rldrzl {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-amnenn {
        display: none;
    }
    
    .el-lru2i4 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .js-wcklzi {
        grid-template-columns: 1fr;
    }
    
    .c-armjqc {
        grid-template-columns: 1fr;
    }
    
    .c-b6azdq {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-clrxei {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-u94zqj {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .m-eov0bf,
    .s-rldrzl,
    .lmvcuy,
    .is-hxz2el {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
