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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-fzd9un: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-wbfq7o {
    padding: 10px 20px;
    font-size: 14px;
}

._l3c00r {
    width: 100%;
}

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

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

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

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

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

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

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

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

.m-cgr3ej {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-lumiuq {
    font-size: 24px;
}

.m-h4o6tu {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.el-ud751i:hover .el-rm1w28 img {
    transform: scale(1.1);
}

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

.el-bkbq9t {
    padding: 20px;
}

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

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

.ui-xi01j6 {
    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
   ======================================== */
.c-orntdf {
    background: var(--bg-dark);
}

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

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

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

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

.x-hhf97p {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

._misw66 {
    text-align: center;
}

.is-by8ct5 {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

.ui-uhdnig img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-opth22 a {
    color: var(--primary);
    text-decoration: underline;
}

/* ========================================
   Testimonials 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);
    padding: 28px;
    border-radius: var(--radius);
    border: 1px solid var(--border-color);
}

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

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

.el-jxaq6d {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-tqjr9q:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.ui-fmow57.active .x-takj3c {
    transform: rotate(45deg);
}

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

.ui-fmow57.active .x-pz7dec {
    max-height: 500px;
}

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

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

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

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

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

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

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

.x-zdaxra:hover .el-fltjtz img {
    transform: scale(1.05);
}

.s-kqxb38 {
    padding: 20px;
}

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

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

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

.x-bob5ib {
    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
   ======================================== */
._ofm9o1 {
    background: var(--bg-card);
}

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

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

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

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

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

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

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

._mg865m {
    text-align: center;
}

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

._mg865m 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;
}

.s-vbf9bf {
    display: flex;
    gap: 12px;
}

.s-vbf9bf 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)
   ======================================== */
.is-z4nrta {
    position: relative;
    padding: 160px 0 80px;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-bk9q6f {
    margin: 16px 0 32px;
}

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

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

.is-pvuf5n {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

.el-myysxs {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

.js-zgzcay p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.u6nw2p li:last-child,
.js-uu2cj5 li:last-child {
    border-bottom: none;
}

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

.u6nw2p a:hover,
.js-uu2cj5 a:hover {
    color: var(--primary);
}

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

.ui-rsw62f h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .m-n3apfk {
        display: none;
    }
    
    .l5ev4i {
        display: flex;
    }
    
    .x-mxntwu {
        font-size: 40px;
    }
    
    .is-yziqnu,
    .ui-yyl6kf,
    .js-d8sx3u,
    .is-gdvyox,
    .s-w3e7ev,
    .s-qcqxbl,
    .x-ay9sqr,
    .s-s0hsla {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-gv4ezp,
    .el-cas6s2,
    .js-yvah91,
    .el-dwfzq2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-nvsi9l,
    ._l0p7w4,
    .s-rt69dp {
        grid-template-columns: 1fr;
    }
    
    .m-g79she {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-cetru0,
    .js-ozll99 {
        flex-direction: column;
        text-align: center;
    }
    
    .s-sw3ewf,
    .m-eitxib {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .x-mxntwu {
        font-size: 32px;
    }
    
    .c-ol76yc,
    .x-l5fiy8 {
        font-size: 28px;
    }
    
    .is-yziqnu,
    .ui-yyl6kf,
    .js-d8sx3u,
    .is-gdvyox,
    .s-w3e7ev,
    .ui-gv4ezp,
    .el-cas6s2,
    .js-yvah91,
    .el-dwfzq2,
    .s-qcqxbl,
    .x-ay9sqr,
    .s-s0hsla {
        grid-template-columns: 1fr;
    }
    
    .m-g79she {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .m-cgr3ej,
    .el-llzyzv,
    .x-ax8f29 {
        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%;
    }
    
    .js-x8xe5v {
        grid-template-columns: 1fr;
    }
    
    .c-fzj9bd {
        grid-template-columns: 1fr;
    }
    
    .c-sug86n {
        flex-direction: column;
        gap: 12px;
    }
    
    .x-bmj53g {
        flex-direction: column;
        gap: 8px;
    }
    
    .s-a9fh3x {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

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