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

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

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

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

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

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

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

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

.m-n3apfk:hover,
.m-n3apfk.is-djkzq3 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-hgu3dl {
    width: 100%;
}

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

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

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

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

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

.c-ijljfz {
    max-width: 700px;
}

.js-znwqdx {
    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-cpkryy {
    font-size: 20px;
    color: var(--text-secondary);
    margin-bottom: 32px;
    line-height: 1.7;
}

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

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

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

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

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

.c-ol76yc {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._mdzego {
    font-size: 24px;
}

.el-ryj4nl {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.m-nfuxsb:hover .is-o82yh9 img {
    transform: scale(1.1);
}

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

.is-yziqnu {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-fvnjvz {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

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

.c-mbuuam {
    display: flex;
    align-items: center;
    gap: 16px;
}

.el-bkbq9t {
    font-size: 32px;
}

.c-mbuuam h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-sw3ewf a {
    color: var(--primary);
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-vcrx1b h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-gdvyox.active ._mm6bwq {
    transform: rotate(45deg);
}

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

.is-gdvyox.active .js-opth22 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.m-zdzbe0:hover ._yegzkn img {
    transform: scale(1.05);
}

.el-jxaq6d {
    padding: 20px;
}

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

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

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

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

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

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

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

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

.el-llzyzv {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-g84ljo h4,
.x-prucew h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.el-g84ljo ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

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

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

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

.ui-mkkg5v {
    display: flex;
    gap: 12px;
}

.ui-mkkg5v img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.el-gv5te1 {
    font-size: 20px;
}

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

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

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

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

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

.js-n7hzaf .wjjvct {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-takj3c {
    margin-bottom: 24px;
}

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

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

.el-dwfzq2 {
    margin-bottom: 32px;
}

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

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

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

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

.x-zdaxra p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-bob5ib li:last-child,
._ofm9o1 li:last-child {
    border-bottom: none;
}

.x-bob5ib a,
._ofm9o1 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.x-bob5ib a:hover,
._ofm9o1 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-ym6ukb ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .vbonxr {
        display: none;
    }
    
    .oi4ujz {
        display: flex;
    }
    
    .js-znwqdx {
        font-size: 40px;
    }
    
    .m-oif1uh,
    .ui-b8bfjd,
    .ui-gv4ezp,
    .is-odo7k3,
    .el-lypfvt,
    .x-ax8f29,
    .el-myysxs,
    .js-zgzcay {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-q5wdm5,
    .is-by8ct5,
    .js-h293ms,
    .el-cas6s2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-g7o7dd,
    .k3h4zi,
    .ui-tqjr9q {
        grid-template-columns: 1fr;
    }
    
    .m-g79she {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-orntdf,
    ._uf02o4 {
        flex-direction: column;
        text-align: center;
    }
    
    .m-h4o6tu,
    .el-rm1w28 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .js-znwqdx {
        font-size: 32px;
    }
    
    .c-ol76yc,
    .is-di38k0 {
        font-size: 28px;
    }
    
    .m-oif1uh,
    .ui-b8bfjd,
    .ui-gv4ezp,
    .is-odo7k3,
    .el-lypfvt,
    .x-q5wdm5,
    .is-by8ct5,
    .js-h293ms,
    .el-cas6s2,
    .x-ax8f29,
    .el-myysxs,
    .js-zgzcay {
        grid-template-columns: 1fr;
    }
    
    .m-g79she {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-wuxgru,
    .el-llzyzv,
    .c-x1lpus {
        flex-direction: column;
    }
    
    ._tnhg7l {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .d8ve65 {
        bottom: 20px;
        right: 20px;
    }
    
    .m-umevzc {
        display: none;
    }
    
    .ui-f9ve7u {
        padding: 16px;
        border-radius: 50%;
    }
    
    .c-r2yi13 {
        grid-template-columns: 1fr;
    }
    
    .x-k4vj2m {
        grid-template-columns: 1fr;
    }
    
    .x-i85vxa {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-psz86z {
        flex-direction: column;
        gap: 8px;
    }
    
    .el-fltjtz {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-q4ug96,
    .d8ve65,
    .s-qga191,
    .el-ic9i1f {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
