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

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

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

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

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

.s-dhwejl img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

.is-zywkup {
    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-i14xhs {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.m-e9xca2:hover,
.m-e9xca2.ui-ga1wje {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-cchwk4 {
    padding: 10px 20px;
    font-size: 14px;
}

.is-z85ak1 {
    width: 100%;
}

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

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

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

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

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

.m-ytum4r {
    max-width: 700px;
}

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

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

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

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

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

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

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

.is-qrnief {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

.el-wpnlnb {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

._qwah84 {
    font-size: 24px;
}

.el-xt1sn7 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.js-bw595x:hover ._lxlhr6 img {
    transform: scale(1.1);
}

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

.js-hdwc2s {
    padding: 20px;
}

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

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

.c-p1p64k {
    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
   ======================================== */
.x-t3pg8o {
    background: var(--bg-dark);
}

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

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

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

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

.m-pk1ted {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

.pe9qmi {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.r95z69 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.js-xjvx6p {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.shysa2:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.c-hh8qqj.active ._uj6hra {
    transform: rotate(45deg);
}

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

.c-hh8qqj.active .js-fa8vvx {
    max-height: 500px;
}

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

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

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

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

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

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

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

.m-pbpice:hover ._vlwjwd img {
    transform: scale(1.05);
}

.x-iab4pn {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-z5uteo h4,
._fut836 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-vpt213 {
    font-size: 20px;
}

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

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

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

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

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

.gjb9pt .el-tacmsj {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-dedf3j {
    margin: 16px 0 32px;
}

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

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

.s-zorqr4 {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-pyviwx {
    margin-bottom: 32px;
}

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

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

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

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

._zgt9ci p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-np9ccn li:last-child,
.c-z6bsh1 li:last-child {
    border-bottom: none;
}

.el-np9ccn a,
.c-z6bsh1 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.el-np9ccn a:hover,
.c-z6bsh1 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-ssc15h 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-i14xhs {
        display: none;
    }
    
    .c-z1nn9d {
        display: flex;
    }
    
    .x-gkx8pr {
        font-size: 40px;
    }
    
    ._b0nia9,
    .c-i5m0u7,
    .m-yw23az,
    .js-tpb39y,
    .ui-lseg17,
    .c-d16k5l,
    .s-dtr8xr,
    .s-scxu7r {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .xsabob,
    .el-j7alu3,
    .is-s4dpqe,
    .js-rq9w07 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-y7qpn1,
    .m-k04ob3,
    .js-g2hpjw {
        grid-template-columns: 1fr;
    }
    
    .c-ls49l4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-o44puq,
    ._tolsob {
        flex-direction: column;
        text-align: center;
    }
    
    .c-sc9ebs,
    .dtjhvd {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .x-gkx8pr {
        font-size: 32px;
    }
    
    .is-qrnief,
    .js-dey95j {
        font-size: 28px;
    }
    
    ._b0nia9,
    .c-i5m0u7,
    .m-yw23az,
    .js-tpb39y,
    .ui-lseg17,
    .xsabob,
    .el-j7alu3,
    .is-s4dpqe,
    .js-rq9w07,
    .c-d16k5l,
    .s-dtr8xr,
    .s-scxu7r {
        grid-template-columns: 1fr;
    }
    
    .c-ls49l4 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .salmys,
    ._hu2v66,
    .s-frna5b {
        flex-direction: column;
    }
    
    ._xn1coe {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .wrwvvw {
        bottom: 20px;
        right: 20px;
    }
    
    .is-qinh3t {
        display: none;
    }
    
    .x-jxxtyx {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-qejn0p {
        grid-template-columns: 1fr;
    }
    
    ._m3qbfs {
        grid-template-columns: 1fr;
    }
    
    ._h33kgv {
        flex-direction: column;
        gap: 12px;
    }
    
    .ui-fg582z {
        flex-direction: column;
        gap: 8px;
    }
    
    .oajuz4 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-kis648,
    .wrwvvw,
    .ui-xqpr27,
    .s-a3ll34 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
