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

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

/* ========================================
   Header & Navigation
   ======================================== */
.x-jn7dl9 {
    background: rgba(10, 10, 26, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border-color);
}

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

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

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

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

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

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

.x-x0ondq:hover,
.x-x0ondq.s-dr4jlv {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.js-hxlv0a {
    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-hxlv0a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--primary), 0.5);
}

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.js-k0at79 {
    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-rq52qq {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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

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

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

.s-ohs33y {
    width: 100%;
}

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

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

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

.s-xyjb2m::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-znqb41 {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 120px 0 80px;
}

.ztne6d {
    max-width: 700px;
}

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

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

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

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

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

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

.x-e134g6 {
    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-g20tpg {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._bi4ls4 {
    font-size: 24px;
}

.m-z0oxiu {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.s-p0rvjc:hover .s-xal21t img {
    transform: scale(1.1);
}

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

.el-t04oeh {
    padding: 20px;
}

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

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

.s-bst3bh {
    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-y4kwpl {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.ui-qjubd7 {
    text-align: center;
}

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

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

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

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

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

.x-idnxhn img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.c-qq08ah {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-p2g1tn {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-rqg2tu {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.c-ly78zd.active .js-nynpf9 {
    transform: rotate(45deg);
}

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

.c-ly78zd.active .c-q5lase {
    max-height: 500px;
}

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

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

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

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

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

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

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

.x-mhx09i:hover .c-irxwx0 img {
    transform: scale(1.05);
}

.is-akm8y9 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._lc3adf h4,
.x-si0lg2 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-xlv86f {
    font-size: 20px;
}

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

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

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

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

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

.c-p3nzuq ._rwt0wu {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-sf44nb {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._adjs4e {
    margin-bottom: 32px;
}

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

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

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

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

.s-b4auqz p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-ords7o li:last-child,
.js-pv9msu li:last-child {
    border-bottom: none;
}

.el-ords7o a,
.js-pv9msu a {
    font-size: 14px;
    color: var(--text-secondary);
}

.el-ords7o a:hover,
.js-pv9msu a:hover {
    color: var(--primary);
}

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

.s-mrr55z h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-mh5qc5 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .c-blibyh {
        display: none;
    }
    
    .el-o1w8m9 {
        display: flex;
    }
    
    .m-by0iy5 {
        font-size: 40px;
    }
    
    .js-dzhmky,
    .el-jtuhac,
    .ui-fyyhnb,
    .gy18lk,
    .s-ns4q0n,
    .el-cw2bar,
    .js-vivmcc,
    .ee4wij {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-h1btxf,
    .s-zkoczb,
    .d8vnke,
    .js-ohl8vd {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-cifh4q,
    .x-cv46kp,
    .el-x5663s {
        grid-template-columns: 1fr;
    }
    
    .el-s577nd {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._jnyec4,
    .x-t2c3gv {
        flex-direction: column;
        text-align: center;
    }
    
    .k83ys6,
    .js-penzwt {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-by0iy5 {
        font-size: 32px;
    }
    
    .c-g20tpg,
    .s-pcuzhc {
        font-size: 28px;
    }
    
    .js-dzhmky,
    .el-jtuhac,
    .ui-fyyhnb,
    .gy18lk,
    .s-ns4q0n,
    .el-h1btxf,
    .s-zkoczb,
    .d8vnke,
    .js-ohl8vd,
    .el-cw2bar,
    .js-vivmcc,
    .ee4wij {
        grid-template-columns: 1fr;
    }
    
    .el-s577nd {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .is-syj7qk,
    ._trfvm7,
    .ui-hzj8ln {
        flex-direction: column;
    }
    
    .tyjvj2 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .z4dtvb {
        bottom: 20px;
        right: 20px;
    }
    
    ._w9msnm {
        display: none;
    }
    
    .is-mgxb16 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .m-ozgk1u {
        grid-template-columns: 1fr;
    }
    
    .o72j9s {
        grid-template-columns: 1fr;
    }
    
    .s-eewq3w {
        flex-direction: column;
        gap: 12px;
    }
    
    ._nrzoml {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-jymx2e {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-jn7dl9,
    .z4dtvb,
    ._lo807z,
    .is-g84kc2 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
