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

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

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

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

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

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

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

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

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

.t3kuia:hover,
.t3kuia.ui-t0068i {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-y8tgp7 {
    width: 100%;
}

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

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

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

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

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

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

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

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

.is-gca7iy {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-nnbgnp {
    font-size: 24px;
}

._coskw5 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.el-ogxd0s:hover .m-a0t6lw img {
    transform: scale(1.1);
}

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

.n2lswu {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jrg0bj {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-ycqnlo {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-tcqwy0 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: none;
    border: none;
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: var(--transition);
}

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

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

._nxtfuf.active .is-qwafuu {
    transform: rotate(45deg);
}

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

._nxtfuf.active .x-t5shwn {
    max-height: 500px;
}

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

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

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

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

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

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

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

.s-c6ye0j:hover ._yvb796 img {
    transform: scale(1.05);
}

._jarcnt {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-i7k7rd {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

.c-ck6m2n img {
    width: 48px;
    height: 48px;
}

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

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

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

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

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

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

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

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

.js-w8bvv8 {
    display: flex;
    gap: 12px;
}

.js-w8bvv8 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.m-qsiix2 {
    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-a9rxdx {
    font-size: 20px;
}

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

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

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

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

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

.is-qhi5es .m-yfxd84 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.el-tecv8j h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.el-tecv8j h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-a50jrt {
    margin-bottom: 24px;
}

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

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

.e3pryf {
    margin-bottom: 32px;
}

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

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

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

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

.ui-hksn3n p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-rimzkj li:last-child,
.wmz04d li:last-child {
    border-bottom: none;
}

.el-rimzkj a,
.wmz04d a {
    font-size: 14px;
    color: var(--text-secondary);
}

.el-rimzkj a:hover,
.wmz04d a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-qxjr8d h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

.is-gio1ub ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .r7ul24 {
        display: none;
    }
    
    .jn79j7 {
        display: flex;
    }
    
    .el-a5hnya {
        font-size: 40px;
    }
    
    .js-y59052,
    .x-itg1xe,
    .js-ete78z,
    .js-rkkg0y,
    .qet3lx,
    .is-q1sk6x,
    .s-arvys6,
    .is-cerxxo {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-gtjoro,
    .ui-g418m1,
    .wnhln0,
    .ui-ndtznw {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-xa6rb2,
    .c-g92uin,
    .is-ijsdwy {
        grid-template-columns: 1fr;
    }
    
    .x-oze5cj {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-ujv0e1,
    .js-tws63x {
        flex-direction: column;
        text-align: center;
    }
    
    .x-rlnnie,
    ._dird38 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .el-a5hnya {
        font-size: 32px;
    }
    
    .js-v1sukw,
    .c-wk6n7i {
        font-size: 28px;
    }
    
    .js-y59052,
    .x-itg1xe,
    .js-ete78z,
    .js-rkkg0y,
    .qet3lx,
    .is-gtjoro,
    .ui-g418m1,
    .wnhln0,
    .ui-ndtznw,
    .is-q1sk6x,
    .s-arvys6,
    .is-cerxxo {
        grid-template-columns: 1fr;
    }
    
    .x-oze5cj {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .is-gca7iy,
    .c-qa2r5k,
    .ui-i7k7rd {
        flex-direction: column;
    }
    
    .el-nwue3x {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .c-vtpq00 {
        bottom: 20px;
        right: 20px;
    }
    
    .wwyvrd {
        display: none;
    }
    
    .m-qsiix2 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .m-dwla53 {
        grid-template-columns: 1fr;
    }
    
    .is-jvmhqb {
        grid-template-columns: 1fr;
    }
    
    .m-cpvcm6 {
        flex-direction: column;
        gap: 12px;
    }
    
    .c-fs219i {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-ekb1tv {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .c-jd960j,
    .c-vtpq00,
    .js-x3t0sq,
    ._wifuh3 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
