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

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

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

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

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

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

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

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

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

._vc7pq3:hover,
._vc7pq3.el-zubbvy {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-bi8yp9 {
    width: 100%;
}

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

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

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

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

.ui-ls9qgt {
    max-width: 700px;
}

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

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

.c-a6tu1h {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

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

.m-b95btz {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

.c-gcbjmo {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

.is-cn24ux {
    font-size: 24px;
}

.c-ysez22 {
    position: relative;
}

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

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

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

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

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

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

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

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

.x-q7tn0r {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.ui-bb1car:hover .x-q7tn0r img {
    transform: scale(1.1);
}

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

.x-bta8d0 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-xbbhxg {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-s5ynes a {
    color: var(--primary);
    text-decoration: underline;
}

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

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

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

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

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

.ui-zrbni2 {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.is-v2ququ {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

.u5ctxx {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.c-pidpos {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

._w4n7x4.active .b6w2u4 {
    transform: rotate(45deg);
}

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

._w4n7x4.active .x-lhzqbi {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-chwf8w:hover .s-mgcrst img {
    transform: scale(1.05);
}

._b7dy3g {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-o3zk3e {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

.m-hfcph5 img {
    width: 48px;
    height: 48px;
}

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

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

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

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

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

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

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

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

._dn9dqy {
    display: flex;
    gap: 12px;
}

._dn9dqy img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

.m-y3phye .x-jap94y {
    position: relative;
    z-index: 1;
}

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

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

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

.ui-rowb87 {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

.ui-ko6nyg {
    margin: 16px 0 32px;
}

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

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

.m-axs0x8 {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-khqkc6 li:last-child,
.el-tsbr2x li:last-child {
    border-bottom: none;
}

.m-khqkc6 a,
.el-tsbr2x a {
    font-size: 14px;
    color: var(--text-secondary);
}

.m-khqkc6 a:hover,
.el-tsbr2x a:hover {
    color: var(--primary);
}

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

.c-zqydwn h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-zq3czp ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .el-o2ek92 {
        display: none;
    }
    
    .m-uspekj {
        display: flex;
    }
    
    .s-x0r0x1 {
        font-size: 40px;
    }
    
    .m0kioj,
    .js-vberx6,
    .ygzvxj,
    .is-qe6zpr,
    .c-vc9csn,
    .x-xo9b10,
    .s-reyalp,
    ._pf4b3t {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-j8opep,
    .js-n0es6j,
    .js-tqrthv,
    .s-hjub82 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-rsg0sg,
    .ui-pdczwk,
    .x-yenjjx {
        grid-template-columns: 1fr;
    }
    
    .js-oxyqd1 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-qp1onz,
    .x-k2zm8s {
        flex-direction: column;
        text-align: center;
    }
    
    .oyhgrb,
    .m-sswmaq {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .s-x0r0x1 {
        font-size: 32px;
    }
    
    .m-b95btz,
    .c7bw33 {
        font-size: 28px;
    }
    
    .m0kioj,
    .js-vberx6,
    .ygzvxj,
    .is-qe6zpr,
    .c-vc9csn,
    .x-j8opep,
    .js-n0es6j,
    .js-tqrthv,
    .s-hjub82,
    .x-xo9b10,
    .s-reyalp,
    ._pf4b3t {
        grid-template-columns: 1fr;
    }
    
    .js-oxyqd1 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-a6tu1h,
    .el-gaur5g,
    .s-o3zk3e {
        flex-direction: column;
    }
    
    .s-vnkrj4 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .el-bl48aj {
        bottom: 20px;
        right: 20px;
    }
    
    .is-w4kx7f {
        display: none;
    }
    
    .pvezjb {
        padding: 16px;
        border-radius: 50%;
    }
    
    .c-lz2fb6 {
        grid-template-columns: 1fr;
    }
    
    .gaub0j {
        grid-template-columns: 1fr;
    }
    
    .ui-rowb87 {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-rkir6j {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-mr8sbr {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-opri7n,
    .el-bl48aj,
    .x-yjkshk,
    .m-s45eg3 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
